From: Alexandre Duret-Lutz Date: Tue, 20 Jan 2004 20:22:39 +0000 (+0000) Subject: * automake.in (scan_autoconf_traces): AC_LIBTOOL_TAGS can be X-Git-Tag: Release-1-8b~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56662762d696cdecfba7cda8b153117c3794b778;p=thirdparty%2Fautomake.git * automake.in (scan_autoconf_traces): AC_LIBTOOL_TAGS can be correctly called without arguments as evidenced by the libtool demo directories. --- diff --git a/ChangeLog b/ChangeLog index 96851ce7b..2e9e1a2a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-01-20 Gary V. Vaughan + + * 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 * tests/conflnk3.test: Skip if `test -e' does not work. diff --git a/automake.in b/automake.in index 3d770617c..2591c76bf 100755 --- a/automake.in +++ b/automake.in @@ -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,