]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (LT_AC_PROG_SED): AC_SUBST([SED]) for
authorGary V. Vaughan <gary@gnu.org>
Fri, 19 May 2006 13:17:35 +0000 (13:17 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 19 May 2006 13:17:35 +0000 (13:17 +0000)
compatibility with future autoconf release of AC_PROG_SED.

ChangeLog
libtool.m4

index fdd256b14f3dc44b4ba4e30b30e46f62b273027a..c648443f68cae963467f01283e4a78dbd430dfc5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-19  Gary V. Vaughan  <gary@gnu.org>
+
+       * libtool.m4 (LT_AC_PROG_SED): AC_SUBST([SED]) for
+       compatibility with future autoconf release of AC_PROG_SED.
+
 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * ltmain.in (shell wrapper): Do not put `"$@"' in argument to
index 04aff1e68912f8b0e16a5d408bfb1569b9082b99..779ea8a1e6f0e5c3c56e7abbce92c24368d62469 100644 (file)
@@ -6478,5 +6478,6 @@ for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
 done
 ])
 SED=$lt_cv_path_SED
+AC_SUBST([SED])
 AC_MSG_RESULT([$SED])
 ])