From 4048fc4d14591c0f2d07a577fb14725c833761dc Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 21 Dec 1998 13:44:12 +0000 Subject: [PATCH] 1998-12-21 Alexandre Oliva * automake.in (handle_configure): Dist inputs for AC_OUTPUT. --- ChangeLog | 4 ++++ automake.in | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index bf3f5081..0c378628 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-12-21 Alexandre Oliva + + * automake.in (handle_configure): Dist inputs for AC_OUTPUT. + 1998-12-21 Alexandre Oliva * depend2.am: don't use .p and .P for dependencies; it loses on diff --git a/automake.in b/automake.in index ef454036..ad1978f2 100755 --- a/automake.in +++ b/automake.in @@ -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. -- 2.43.5