* automake.in (handle_dist_worker): Remove a line that is now
authorPavel Roskin <proski@gnu.org>
Mon, 5 Feb 2001 01:42:12 +0000 (01:42 +0000)
committerPavel Roskin <proski@gnu.org>
Mon, 5 Feb 2001 01:42:12 +0000 (01:42 +0000)
in distdir.am.

ChangeLog
automake.in

index 2237765..b5e3c25 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-04  Pavel Roskin  <proski@gnu.org>
+
+       * automake.in (handle_dist_worker): Remove a line that is now
+       in distdir.am.
+
 2001-02-04  Kevin Ryde <user42@zip.com.au>
 
        * automake.in (handle_configure): Call config.status with empty
index 8dae60e..4c613cf 100755 (executable)
@@ -2677,14 +2677,6 @@ sub handle_dist_worker
         $xform .= 's/.*\@DISTDIRS\@.*//g;';
     }
 
-    # In loop, test for file existence because sometimes a file gets
-    # included in DISTFILES twice.  For example this happens when a
-    # single source file is used in building more than one program.
-    # Also, there are situations in which "ln" can fail.  For instance
-    # a file to distribute could actually be a cross-filesystem
-    # symlink -- this can easily happen if "gettextize" was run on the
-    # distribution.
-    $output_rules .= "\t\@for file in \$(DISTFILES); do \\\n";
     if ($cygnus_mode)
     {
        $xform .= 's/\@CYGNUS\@\t*/\t/g;';