* libtoolize.in (configure_ac): Don't complain about the lack of

aclocal.m4.
Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>
This commit is contained in:
Gary V. Vaughan 2004-04-14 10:24:25 +00:00
parent bd8eed40e2
commit 82d805df21
2 changed files with 7 additions and 1 deletions

View File

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

View 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"`
# ---------------- #