From 85470c3c420ae60ddd41a5e2b61503147bcc31c2 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 6 Apr 1998 04:31:37 +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 82f16e39..50d817a8 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 b4fa5246..43ce91fa 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.43.5