From: Tom Tromey Date: Mon, 21 Dec 1998 13:44:14 +0000 (+0000) Subject: 1998-12-21 Alexandre Oliva X-Git-Tag: Release-1-4~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4d790fba7e3ac4fed82067ee25cbb1b8f102835;p=thirdparty%2Fautomake.git 1998-12-21 Alexandre Oliva * automake.in (handle_configure): Dist inputs for AC_OUTPUT. --- diff --git a/ChangeLog b/ChangeLog index bf3f5081b..0c378628d 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 ef4540364..ad1978f26 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.