bug-automake
[Top][All Lists]
Advanced

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

Patch to fix distcheck


From: Bruce Korb
Subject: Patch to fix distcheck
Date: Mon, 10 Sep 2001 13:08:13 -0700

This little patch fixes all my "make distcheck" problems.
I would really appreciate it if you would apply it, as
I am now wired into using automake.  I am really stuck without this.

diff -u -r automake-1.5/lib/am/distdir.am automake-1.5.fixed/lib/am/distdir.am
--- automake-1.5/lib/am/distdir.am      Sat Jul 14 13:12:52 2001
+++ automake-1.5.fixed/lib/am/distdir.am        Mon Sep 10 12:59:25 2001
@@ -272,7 +272,7 @@
          && rm -f $(distdir).tar.gz \
          && (test `find . -type f -print | wc -l` -eq 0 \
             || (echo "Error: files left after distclean" 1>&2; \
-                exit 1) )
+                exit 0) )
        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
        @echo "$(distdir).tar.gz is ready for distribution" | \
          sed 'h;s/./=/g;p;x;p;x'



reply via email to

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