really fixed redef bug
authorTom Tromey <tromey@redhat.com>
Fri, 30 May 1997 05:42:15 +0000 (05:42 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 30 May 1997 05:42:15 +0000 (05:42 +0000)
Makefile.in
automake.in
m4/Makefile.in
tests/Makefile.in

index bb5cfdb..47b9467 100644 (file)
@@ -49,10 +49,6 @@ POST_INSTALL = true
 NORMAL_UNINSTALL = true
 PRE_UNINSTALL = true
 POST_UNINSTALL = true
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PERL = @PERL@
index edeca68..200a831 100755 (executable)
@@ -4015,7 +4015,11 @@ sub scan_one_configure_file
        {
            $configure_vars{$3} = 1;
        }
-       if (/$AM_MISSING_PATTERN/o)
+       if (/$AM_MISSING_PATTERN/o
+           && $1 ne 'ACLOCAL'
+           && $1 ne 'AUTOCONF'
+           && $1 ne 'AUTOMAKE'
+           && $1 ne 'AUTOHEADER')
        {
            $configure_vars{$1} = 1;
        }
@@ -4027,11 +4031,7 @@ sub scan_one_configure_file
        # FIXME.
        if (/$AC_SUBST_PATTERN/o
            && $1 ne 'ANSI2KNR'
-           && $1 ne 'INSTALL_SCRIPT'
-           && $1 ne 'ACLOCAL'
-           && $1 ne 'AUTOCONF'
-           && $1 ne 'AUTOMAKE'
-           && $1 ne 'AUTOHEADER')
+           && $1 ne 'INSTALL_SCRIPT')
        {
            $configure_vars{$1} = 1;
        }
index 6f66535..4034aa6 100644 (file)
@@ -49,10 +49,6 @@ POST_INSTALL = true
 NORMAL_UNINSTALL = true
 PRE_UNINSTALL = true
 POST_UNINSTALL = true
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PERL = @PERL@
index 4b89e19..ed85ae8 100644 (file)
@@ -49,10 +49,6 @@ POST_INSTALL = true
 NORMAL_UNINSTALL = true
 PRE_UNINSTALL = true
 POST_UNINSTALL = true
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PERL = @PERL@