]> git.saurik.com Git - apt.git/blobdiff - buildlib/configure.mak
merged -r1887..1901 from lp:~donkult/apt/sid
[apt.git] / buildlib / configure.mak
index 9575687895036e1777a8fe83e6918945c6d8cebb..310c2600c83561bbebb523de522778da01e01faf 100644 (file)
@@ -15,7 +15,13 @@ BUILDDIR=build
 .PHONY: startup
 startup: configure $(BUILDDIR)/config.status $(addprefix $(BUILDDIR)/,$(CONVERTED))
 
-configure: aclocal.m4 configure.in
+# use the files provided from the system instead of carry around
+# and use (most of the time outdated) copycats
+buildlib/config.sub:
+       ln -sf /usr/share/misc/config.sub buildlib/config.sub
+buildlib/config.guess:
+       ln -sf /usr/share/misc/config.guess buildlib/config.guess       
+configure: aclocal.m4 configure.in buildlib/config.guess buildlib/config.sub
        autoconf
 
 aclocal.m4: $(wildcard buildlib/*.m4)