From 98ad0f9e5acdc31e7c13fbd2c8e375810c29ead9 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 6 Apr 1998 04:31:40 +0000 Subject: [PATCH] perl 4/typo fix --- ChangeLog | 2 ++ automake.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 82f16e3..50d817a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ Sun Apr 5 13:58:24 1998 Tom Tromey * Released 1.3. + * automake.in (am_conf_line_warning): Perl 4 fixlet; typo fix. + * automake.in (handle_ltlibraries): Examine _DEPENDENCIES variable. Report from Chris Provenzano. Test library.test. (handle_libraries): Likewise. diff --git a/automake.in b/automake.in index b4fa524..43ce91f 100755 --- a/automake.in +++ b/automake.in @@ -6376,8 +6376,8 @@ sub am_conf_line_error sub am_conf_line_warning { local ($saved_exit_status) = $exit_status; - am_conf_line_error @_; - $exit_status = $save_exit_status; + &am_conf_line_error (@_); + $exit_status = $saved_exit_status; } # Tell user where our aclocal.m4 is, but only once. -- 2.7.4