]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.in (handle_dist): Always include configure.in and
authorTom Tromey <tromey@redhat.com>
Thu, 8 Oct 1998 21:36:36 +0000 (21:36 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 8 Oct 1998 21:36:36 +0000 (21:36 +0000)
configure in distribution.  Fixes confdist.test.

ChangeLog
automake.in

index 8883abcf42f4df11eb552ed4e87e416ac73ad0cc..6fcf91662257d017e975eb667fd58e6ff3bc26d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
 1998-10-08  Tom Tromey  <tromey@cygnus.com>
 
+       * automake.in (handle_dist): Always include configure.in and
+       configure in distribution.  Fixes confdist.test.
+
        * automake.in (do_one_merge_target): Be silent when running
-       install-exec-am and install-data-am.
+       install-exec-am and install-data-am.  Fixes extra3.test and
+       extra4.test.
 
 1998-10-07  Tom Tromey  <tromey@cygnus.com>
 
index f3663a454ea03cdc00b03b3e08fa695426eec8f1..ebe79d88d8e954b6c0ab2db36886bf7a97791a37 100755 (executable)
@@ -2433,6 +2433,13 @@ sub handle_dist
        }
     }
 
+    # Always require configure.in and configure at top level, even if
+    # they don't exist.  This is especially important for configure,
+    # since it won't be created until autoconf is run -- which might
+    # be after automake is run.
+    &push_dist_common ('configure.in', 'configure')
+       if $relative_dir eq '.';
+
     # Keys of %dist_common are names of files to distributed.  We put
     # README first because it then becomes easier to make a
     # Usenet-compliant shar file (in these, README must be first).