]> Pileus Git - ~andy/fetchmail/commitdiff
Nuke the libintl error.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 31 Jul 2001 06:02:58 +0000 (06:02 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 31 Jul 2001 06:02:58 +0000 (06:02 -0000)
svn path=/trunk/; revision=3427

Makefile.in

index b5c2c745fc7f51e5310a14c607dd1110ef6f305a..3ee71746c7a3ee514d7858fa8665e9242c013356 100644 (file)
@@ -316,9 +316,11 @@ dist: distclean MANIFEST Makefile.in distdocs
        ls -l fetchmail-$(VERSION).tar.gz
        @echo "Don't forget to build RPMs from root!"
 
+# Firewall against the lossage in autoconf that keeps breaking our build.
+EX = --exclude "fetchmail-$(VERSION)/intl/libintl.h"
 fetchmail-$(VERSION).tar.gz: $(all)
        (cd ..; ln -sf fetchmail fetchmail-$(VERSION))
-       (cd ..; tar -czf fetchmail-$(VERSION).tar.gz `sed <fetchmail-$(VERSION)/MANIFEST s:^:fetchmail-$(VERSION)/:`)
+       (cd ..; tar $(EX) -czf fetchmail-$(VERSION).tar.gz `sed <fetchmail-$(VERSION)/MANIFEST s:^:fetchmail-$(VERSION)/:`)
        mv -f ../fetchmail-$(VERSION).tar.gz .
        rm ../fetchmail-$(VERSION)