From: Ben Hutchings Date: Sun, 19 Apr 2009 02:03:31 +0000 (+0100) Subject: Pass correct platform options to configure X-Git-Tag: debian/1.5-1~13 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ap-utils.git;a=commitdiff_plain;h=da79bf227b1bf56497247d54d07d14798d0e2f29 Pass correct platform options to configure --- diff --git a/debian/rules b/debian/rules index 2ced9ea..93ba26f 100755 --- a/debian/rules +++ b/debian/rules @@ -5,12 +5,7 @@ export DH_COMPAT=3 export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -# FOR AUTOCONF 2.13 ONLY -ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) - confflags += $(DEB_HOST_GNU_TYPE) -else - confflags += --host $(DEB_BUILD_GNU_TYPE) --build $(DEB_HOST_GNU_TYPE) -endif +confflags += --host $(DEB_BUILD_GNU_TYPE) --build $(DEB_HOST_GNU_TYPE) build: build-stamp build-stamp: