From f6ffd37506c2a69457d1f21b30a5f476c2de70cd Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 28 Oct 2009 23:44:26 +0100 Subject: remove (outdated) config.{sub,guess} and use the ones provided by the new added build-dependency autotools-dev instead --- buildlib/configure.mak | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'buildlib/configure.mak') diff --git a/buildlib/configure.mak b/buildlib/configure.mak index 957568789..d3c548ee3 100644 --- a/buildlib/configure.mak +++ b/buildlib/configure.mak @@ -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) -- cgit v1.2.3