From: Tom Tromey Date: Mon, 6 Apr 1998 04:31:37 +0000 (+0000) Subject: perl 4/typo fix X-Git-Tag: Release-1-3~1 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=85470c3c420ae60ddd41a5e2b61503147bcc31c2;p=automake.git perl 4/typo fix --- 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.