]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.in (configure_ac): Don't complain about the lack of
authorGary V. Vaughan <gary@gnu.org>
Wed, 14 Apr 2004 10:24:25 +0000 (10:24 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 14 Apr 2004 10:24:25 +0000 (10:24 +0000)
aclocal.m4.
Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>

ChangeLog
libtoolize.in

index be693edba3c9a753e5bd26d83ef2ffd9200f97a5..c3f1a9c7973c1bfecd2ce0cd1c2acd702372f518 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-04-14  Gary V. Vaughan  <gary@gnu.org>
+
+       * libtoolize.in (configure_ac): Don't complain about the lack of
+       aclocal.m4.
+       Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>
+
 2004-04-13  Gary V. Vaughan  <gary@gnu.org>
 
        * m4/ltdl.m4 (AC_LIB_LTDL): Remove AC_REPLACE_FUNCS for memmove
index bf1ddc09b37c48084371a9d5119a6b6b8adb4781..f209db1eeb01e00667ad42976733d4fdbd63a93b 100644 (file)
@@ -361,7 +361,7 @@ func_scan_files ()
        /LT_INIT/            { s,^.*$,seen_libtool=:,; p; };
        /AC_LIB_LTDL/        { s,^.*$,seen_ltdl=:,; p; };
        d;'
-    eval `cat aclocal.m4 "$configure_ac" | $SED "$my_sed_traces" 2>/dev/null`
+    eval `cat aclocal.m4 "$configure_ac" 2>/dev/null | $SED "$my_sed_traces"`
 
 
     # ---------------- #