]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* 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 22377659890f5512da504b82b0886d12068c7f80..b5e3c25bfd107f7618d84dea307dcf0a433934a7 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 8dae60e7230eb0b16d2400988771450cc52184ea..4c613cf256beae285523cff825f3d7d45946a834 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;';