]> git.saurik.com Git - apt.git/blobdiff - buildlib/configure.mak
merge Goswin Brederlow "support download of index files for different archs"
[apt.git] / buildlib / configure.mak
index 9575687895036e1777a8fe83e6918945c6d8cebb..d3c548ee3ee1652dd8f3040224a37c7c496ad319 100644 (file)
@@ -16,6 +16,10 @@ BUILDDIR=build
 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
+       ln -sf /usr/share/misc/config.sub buildlib/config.sub
+       ln -sf /usr/share/misc/config.guess buildlib/config.guess
        autoconf
 
 aclocal.m4: $(wildcard buildlib/*.m4)