]> sourceware.org Git - automake.git/commitdiff
1998-12-21 Alexandre Oliva <oliva@dcc.unicamp.br>
authorTom Tromey <tromey@redhat.com>
Mon, 21 Dec 1998 13:44:12 +0000 (13:44 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 21 Dec 1998 13:44:12 +0000 (13:44 +0000)
* automake.in (handle_configure): Dist inputs for AC_OUTPUT.

ChangeLog
automake.in

index bf3f5081b547e2e70c7b1333a0c7edcfaef93302..0c378628d039651e35460f831b7233566a684f02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-12-21  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * automake.in (handle_configure): Dist inputs for AC_OUTPUT.
+
 1998-12-21  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * depend2.am: don't use .p and .P for dependencies; it loses on
index ef45403647275f018f838c794430762b3689ae91..ad1978f26580b657e79ecfcf7b4b72449451efe3 100755 (executable)
@@ -3149,6 +3149,7 @@ sub handle_configure
                                    : '')
                          . ' CONFIG_HEADERS= $(SHELL) ./config.status'
                          . "\n");
+       push_dist_common (@inputs);
        push (@actual_other_files, $local);
 
        # Require all input files.
This page took 0.040851 seconds and 5 git commands to generate.