From: Gary V. Vaughan Date: Wed, 14 Apr 2004 10:24:25 +0000 (+0000) Subject: * libtoolize.in (configure_ac): Don't complain about the lack of X-Git-Tag: release-1-9b~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82d805df210a28aa324c3745207a9c0fce844916;p=thirdparty%2Flibtool.git * libtoolize.in (configure_ac): Don't complain about the lack of aclocal.m4. Reported by Alexandre Duret-Lutz --- diff --git a/ChangeLog b/ChangeLog index be693edba..c3f1a9c79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-04-14 Gary V. Vaughan + + * libtoolize.in (configure_ac): Don't complain about the lack of + aclocal.m4. + Reported by Alexandre Duret-Lutz + 2004-04-13 Gary V. Vaughan * m4/ltdl.m4 (AC_LIB_LTDL): Remove AC_REPLACE_FUNCS for memmove diff --git a/libtoolize.in b/libtoolize.in index bf1ddc09b..f209db1ee 100644 --- a/libtoolize.in +++ b/libtoolize.in @@ -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"` # ---------------- #