From: Tom Tromey Date: Fri, 22 Jan 1999 11:59:40 +0000 (+0000) Subject: * automake.in (handle_configure): Use `&' before sub calls (Perl 4 X-Git-Tag: user-dep-gen-branchpoint~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cac9af89e9786d9e9bd88205f59c31a9e1caba9;p=thirdparty%2Fautomake.git * automake.in (handle_configure): Use `&' before sub calls (Perl 4 fix). From Erez Zadok. --- diff --git a/ChangeLog b/ChangeLog index 4809a6977..f80c9c5b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-01-22 Tom Tromey + + * automake.in (handle_configure): Use `&' before sub calls (Perl 4 + fix). From Erez Zadok. + 1999-01-15 Tom Tromey * configure.in: Version 1.4a (oops). diff --git a/automake.in b/automake.in index ccb3ffcc6..a7702fe11 100755 --- a/automake.in +++ b/automake.in @@ -3224,7 +3224,7 @@ sub handle_configure : '') . ' CONFIG_HEADERS= $(SHELL) ./config.status' . "\n"); - push_dist_common (@inputs); + &push_dist_common (@inputs); push (@actual_other_files, $local); # Require all input files.