]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
2001-10-20 Kevin Ryde <user42@zip.com.au>
authorTom Tromey <tromey@redhat.com>
Sat, 20 Oct 2001 19:13:49 +0000 (19:13 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 20 Oct 2001 19:13:49 +0000 (19:13 +0000)
* automake.in (handle_configure): Always put a number on $stamp_name,
to match AM_CONFIG_HEADER.

ChangeLog
automake.in

index 8922ead802982f296ebcc8c2fb71adc58e9ba9cc..6c30e2aa5deb275b591cf8dcc485368ae57051e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-20  Kevin Ryde <user42@zip.com.au>
+
+       * automake.in (handle_configure): Always put a number on $stamp_name,
+       to match AM_CONFIG_HEADER.
+
 2001-10-20  Tom Tromey  <tromey@redhat.com>
 
        * tests/Makefile.am (TESTS): Added condd.test.
index 2f34943e59c4191c48afad6c339d8f2aee258b9f..953bf691fb91e91a3732ce8d80625342a7f81358 100755 (executable)
@@ -3795,7 +3795,7 @@ sub handle_configure
            }
 
            my $stamp_name = 'stamp-h';
-           $stamp_name .= "${hdr_index}" if scalar (@config_headers) > 1;
+           $stamp_name .= "${hdr_index}";
 
             my $out_dir = dirname ($ch_sans_dir);