From 7a6987c8067ead23cd81b8f0099b311b73e8289c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 29 Jan 1999 15:25:41 +0000 Subject: [PATCH] * automake.in (handle_configure): Removed unused variable. From Pavel Roskin. --- ChangeLog | 3 +++ automake.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 768a28c..b61f5ea 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 090ca1e..ceaf5f6 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)) -- 2.7.4