]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.in (scan_autoconf_traces): AC_LIBTOOL_TAGS can be
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 20 Jan 2004 20:22:39 +0000 (20:22 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 20 Jan 2004 20:22:39 +0000 (20:22 +0000)
correctly called without arguments as evidenced by the libtool
demo directories.

ChangeLog
automake.in

index 96851ce7b74ebcbc125383c4828ede00202ef234..2e9e1a2a69c5ea79998148513a7f0e618c6baf33 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-01-20  Gary V. Vaughan  <gary@gnu.org>
+
+       * automake.in (scan_autoconf_traces): AC_LIBTOOL_TAGS can be
+       correctly called without arguments as evidenced by the libtool
+       demo directories.
+
 2004-01-13  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * tests/conflnk3.test: Skip if `test -e' does not work.
index 3d770617c8cb65a704ec3f9790437a3bcccecfd3..2591c76bf2382a9329dde1eb0ce49ab74c7db98a 100755 (executable)
@@ -4509,7 +4509,7 @@ sub scan_autoconf_traces ($)
                AC_CONFIG_LINKS => 1,
                AC_INIT => 0,
                AC_LIBSOURCE => 1,
-               AC_LIBTOOL_TAGS => 1,
+               AC_LIBTOOL_TAGS => 0,
                AC_SUBST => 1,
                AM_AUTOMAKE_VERSION => 1,
                AM_CONDITIONAL => 2,