From 56662762d696cdecfba7cda8b153117c3794b778 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 20 Jan 2004 20:22:39 +0000 Subject: [PATCH] * automake.in (scan_autoconf_traces): AC_LIBTOOL_TAGS can be correctly called without arguments as evidenced by the libtool demo directories. --- ChangeLog | 6 ++++++ automake.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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, -- 2.47.2