]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.in (handle_configure): Removed unused variable. From
authorTom Tromey <tromey@redhat.com>
Fri, 29 Jan 1999 15:25:41 +0000 (15:25 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 29 Jan 1999 15:25:41 +0000 (15:25 +0000)
Pavel Roskin.

ChangeLog
automake.in

index 768a28c11983e2d4494c0dcb2658a80b6f974801..b61f5eab29770b5fc71dd9b0f89c4e98580d7d48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-01-29  Tom Tromey  <tromey@cygnus.com>
 
+       * automake.in (handle_configure): Removed unused variable.  From
+       Pavel Roskin.
+
        * ansi2knr.c: New version from L. Peter Deutsch.
 
 1999-01-22  Tom Tromey  <tromey@cygnus.com>
index 090ca1e597581e09533068b151f575bc325b9c8a..ceaf5f6afd8d088b0cd69c75c8f4f252e442aa55 100755 (executable)
@@ -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))