From: Tom Tromey Date: Fri, 29 Jan 1999 15:25:41 +0000 (+0000) Subject: * automake.in (handle_configure): Removed unused variable. From X-Git-Tag: user-dep-gen-branchpoint~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a6987c8067ead23cd81b8f0099b311b73e8289c;p=thirdparty%2Fautomake.git * automake.in (handle_configure): Removed unused variable. From Pavel Roskin. --- diff --git a/ChangeLog b/ChangeLog index 768a28c11..b61f5eab2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-01-29 Tom Tromey + * automake.in (handle_configure): Removed unused variable. From + Pavel Roskin. + * ansi2knr.c: New version from L. Peter Deutsch. 1999-01-22 Tom Tromey diff --git a/automake.in b/automake.in index 090ca1e59..ceaf5f6af 100755 --- a/automake.in +++ b/automake.in @@ -3050,7 +3050,7 @@ sub handle_configure } else { - local (@rel_out_path, $rel_path); + local (@rel_out_path); # FIXME this chunk of code should be its own sub. # It is used elsewhere. foreach (split (/\//, $relative_dir))