From 12e7356f485cbdab69f469d6d1c7367feec3bfa9 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 22 Jan 1999 11:59:38 +0000 Subject: [PATCH] * automake.in (handle_configure): Use `&' before sub calls (Perl 4 fix). From Erez Zadok. --- ChangeLog | 5 +++++ automake.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4809a697..f80c9c5b 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 ccb3ffcc..a7702fe1 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. -- 2.43.5