From: Pavel Roskin Date: Fri, 2 Feb 2001 15:10:13 +0000 (+0000) Subject: * automake.in (scan_autoconf_traces): Restore trace messages. X-Git-Tag: Release-1-4d~62 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=90e2ab61d1af08c7063792d97ff62acd1e219d14;p=automake.git * automake.in (scan_autoconf_traces): Restore trace messages. --- diff --git a/ChangeLog b/ChangeLog index a6ba1a9a..439410bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-02-02 Pavel Roskin + * automake.in (scan_autoconf_traces): Restore trace messages. + * automake.in (handle_aclocal_m4): Fix stripping of the initial "./" from the dependencies of aclocal.m4. Reported by Ralf Corsepius. diff --git a/automake.in b/automake.in index 69c10dd9..fba82c8e 100755 --- a/automake.in +++ b/automake.in @@ -4375,6 +4375,7 @@ sub scan_autoconf_traces # _AC_LIBOBJ_DECL and use it the in various macros. if (!defined $libsources{$source}) { + print STDERR "traces: discovered $source\n"; $libsources{$source} = $here; } } @@ -4382,6 +4383,7 @@ sub scan_autoconf_traces { if (!defined $configure_vars{$args[0]}) { + print STDERR "traces: discovered AC_SUBST($args[0])\n"; $configure_vars{$args[0]} = $here; } }