From: Pavel Roskin Date: Mon, 5 Feb 2001 01:42:12 +0000 (+0000) Subject: * automake.in (handle_dist_worker): Remove a line that is now X-Git-Tag: v1.10.2~2277 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b955e02552483ce93de04e77aedc6007f72276ca;p=platform%2Fupstream%2Fautomake.git * automake.in (handle_dist_worker): Remove a line that is now in distdir.am. --- diff --git a/ChangeLog b/ChangeLog index 2237765..b5e3c25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-02-04 Pavel Roskin + + * automake.in (handle_dist_worker): Remove a line that is now + in distdir.am. + 2001-02-04 Kevin Ryde * automake.in (handle_configure): Call config.status with empty diff --git a/automake.in b/automake.in index 8dae60e..4c613cf 100755 --- a/automake.in +++ b/automake.in @@ -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;';