automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Fix for pr87.test and texinfo8.test


From: Pavel Roskin
Subject: FYI: Fix for pr87.test and texinfo8.test
Date: Sun, 4 Feb 2001 20:48:18 -0500 (EST)

Hello!

The first line of the "distdir" rule was not removed from
handle_dist_worker() but appeared in distdir.am. This resulted in failures
in pr87.test and texinfo8.test

Also the preceeding comment was copied to distdir.am but wasn't deleted in
automake.in.

The following patch has been applied:

_________________________________
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,8 @@
+2001-02-04  Pavel Roskin  <address@hidden>
+
+       * automake.in (handle_dist_worker): Remove a line that is now
+       in distdir.am.
+
 2001-02-04  Kevin Ryde <address@hidden>

        * automake.in (handle_configure): Call config.status with empty
--- automake.in
+++ automake.in
@@ -2677,14 +2677,6 @@
         $xform .= 's/address@hidden@.*//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 .= "address@hidden file in \$(DISTFILES); do \\\n";
     if ($cygnus_mode)
     {
        $xform .= 's/address@hidden@\t*/\t/g;';
_________________________________

Regards,
Pavel Roskin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]