From 06e351b73e7888b5828162e3334f8f0345612563 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 8 Oct 1998 21:36:34 +0000 Subject: [PATCH] * automake.in (handle_dist): Always include configure.in and configure in distribution. Fixes confdist.test. --- ChangeLog | 6 +++++- automake.in | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8883abcf..6fcf9166 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ 1998-10-08 Tom Tromey + * 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 diff --git a/automake.in b/automake.in index f3663a45..ebe79d88 100755 --- a/automake.in +++ b/automake.in @@ -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). -- 2.43.5