diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-10-28 23:44:26 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-10-28 23:44:26 +0100 |
commit | f6ffd37506c2a69457d1f21b30a5f476c2de70cd (patch) | |
tree | a1bd28df800f94a723e8383ef3c7043a3923dd09 /buildlib/configure.mak | |
parent | 4651a3e0ffe9662d620ee1cb5c5bdf60c075e59b (diff) |
remove (outdated) config.{sub,guess} and use the ones provided
by the new added build-dependency autotools-dev instead
Diffstat (limited to 'buildlib/configure.mak')
-rw-r--r-- | buildlib/configure.mak | 4 |
1 files changed, 4 insertions, 0 deletions
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) |