mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* bootstrap, m4/libtool.m4: Argh, Gary went crazy after cvsapply
went crazy and backed out more than he should've. This patch puts some of it back again.
This commit is contained in:
parent
b042a87d13
commit
707234675b
10
ChangeLog
10
ChangeLog
@ -1,21 +1,19 @@
|
||||
2004-02-12 Scott James Remnant <scott@netsplit.com>
|
||||
|
||||
* bootstrap, m4/libtool.m4: Argh, Gary went crazy after cvsapply
|
||||
went crazy and backed out more than he should've. This patch puts
|
||||
some of it back again.
|
||||
|
||||
* ltmain.in, libtoolize.in, commit, config/mailnotify: Remove
|
||||
$SED from definitions of $dirname and $basename and prefix each
|
||||
use with it instead. Some shells (zsh) treat the expansion as
|
||||
a single command instead of a command with arguments.
|
||||
|
||||
2004-02-12 Scott James Remnant <scott@netsplit.com>
|
||||
|
||||
* config/mailnotify (func_sendmail): Look for sendmail in a
|
||||
couple of common non-PATH locations as well.
|
||||
|
||||
2004-02-12 Scott James Remnant <scott@netsplit.com>
|
||||
|
||||
* ltmain.in: Fix typo: macro's -> macros.
|
||||
|
||||
2004-02-12 Scott James Remnant <scott@netsplit.com>
|
||||
|
||||
* ltmain.in: Correct definition of basename sed expression to
|
||||
not include single quotes.
|
||||
|
||||
|
@ -67,6 +67,6 @@ for file in $fakes; do
|
||||
done
|
||||
|
||||
# These files con cause an infinite configure loop if left behind.
|
||||
rm -f Makefile libltdl/Makefile libtool
|
||||
rm -f Makefile libltdl/Makefile libtool vcl.tmp
|
||||
|
||||
exit 0
|
||||
|
1
m4/libtool.m4
vendored
1
m4/libtool.m4
vendored
@ -97,6 +97,7 @@ dnl Autoconf doesn't catch unexpanded LT_ macros by default:
|
||||
m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
|
||||
m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW)$])dnl
|
||||
AC_REQUIRE([LTSUGAR_VERSION])dnl
|
||||
AC_REQUIRE([LTVERSION_VERSION])dnl
|
||||
AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
||||
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
|
||||
_LT_DECL([], [host_alias], [0], [The host system])dnl
|
||||
|
Loading…
Reference in New Issue
Block a user