* automake.in (&file_contents): Remove a dead branch.
authorAkim Demaille <akim@epita.fr>
Fri, 9 Feb 2001 03:39:18 +0000 (03:39 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 9 Feb 2001 03:39:18 +0000 (03:39 +0000)
ChangeLog
automake.in

index 6afc668..25842fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-02-09  Akim Demaille  <akim@epita.fr>
 
+       * automake.in (&file_contents): Remove a dead branch.
+       
+2001-02-09  Akim Demaille  <akim@epita.fr>
+
        * automake.in (&transform): Use `my', not `local'.
        (&transform_cond): New.
        (&get_object_extension, &handle_texinfo, &handle_tags)
@@ -15,7 +19,6 @@
        (&backname): New.
        (&handle_configure, define_standard_variables): Use it.
 
-       
 2001-02-08  Tom Tromey  <tromey@redhat.com>
 
        * automake.in (file_contents): Only add $actions if any are
index a24658d..5033575 100755 (executable)
@@ -6993,12 +6993,6 @@ sub file_contents
                }
            }
        }
-       elsif (/$RULE_PATTERN/mso)
-       {
-           $result_rules .= "$comment$separator$_\n"
-             unless defined $contents{$1};
-           $comment = $separator = '';
-       }
        elsif (/$MACRO_PATTERN/mso)
        {
            $result_vars .= "$comment$separator$_\n"