]> sourceware.org Git - automake.git/commitdiff
* automake.in (scan_autoconf_traces): Restore trace messages.
authorPavel Roskin <proski@gnu.org>
Fri, 2 Feb 2001 15:10:13 +0000 (15:10 +0000)
committerPavel Roskin <proski@gnu.org>
Fri, 2 Feb 2001 15:10:13 +0000 (15:10 +0000)
ChangeLog
automake.in

index a6ba1a9acda8c094613a7f9814d270b3e56cd3c1..439410bccc72b8d0084f8a7ef88dd4da4a95eb06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-02-02  Pavel Roskin  <proski@gnu.org>
 
+       * 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.
index 69c10dd9eebe9631d61fe9596afd020f1467ab49..fba82c8e8207d716f4305b58d6bc2af7d81ad8f9 100755 (executable)
@@ -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;
                }
        }
This page took 0.035937 seconds and 5 git commands to generate.