From a4c340d99914b0d99b327339ad15b2e9684b5023 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Tue, 31 Mar 2009 21:26:17 +0200 Subject: don't use config.sub and config.guess from upstream instead, the files are symlinked from the system copies from the autotools-dev package to ensure that always the latest version of them are being used. --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 929bd22a..cb5797ec 100755 --- a/debian/rules +++ b/debian/rules @@ -20,6 +20,8 @@ endif configure: configure-stamp configure-stamp: dh_testdir + ln -sf /usr/share/misc/config.sub + ln -sf /usr/share/misc/config.guess echo "0.11rc2+`cat .svnrevision`\nboxbackup" > VERSION.txt sh -x ./bootstrap ./configure $(DEB_EXTRA_CONFIG_FLAGS) LDFLAGS="-Wl,--as-needed" @@ -95,7 +97,8 @@ clean: [ ! -d debug ] || chmod -R +rw debug/ rm -fr release/ debug/ local/ parcels/ - dh_clean config.log config.status + dh_clean config.log config.status + dh_clean config.sub config.guess dh_clean documentation/instguide.pdf documentation/adminguide.pdf dh_clean $(GENERATED_FILES) -- cgit v1.2.3