* 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:
Scott James Remnant 2004-02-12 21:57:07 +00:00
parent b042a87d13
commit 707234675b
3 changed files with 6 additions and 7 deletions

View File

@ -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.

View File

@ -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
View File

@ -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