From: Theodore Ts'o Date: Thu, 19 May 2016 23:13:16 +0000 (-0400) Subject: debian: use dh_update_autotools_config to update config.{guess,sub} X-Git-Tag: debian-1.43-2^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43e6c79a7379737adc66585799f1beed4703df29;p=thirdparty%2Fe2fsprogs.git debian: use dh_update_autotools_config to update config.{guess,sub} Signed-off-by: Theodore Ts'o --- diff --git a/debian/rules b/debian/rules index b13e4830f..88f2b034d 100755 --- a/debian/rules +++ b/debian/rules @@ -340,6 +340,9 @@ build: build-std $(BUILD_BF) $(BUILD_STATIC) build-std: ${BUILDSTDSTAMP} ${BUILDSTDSTAMP}: ${CFGSTDSTAMP} dh_testdir + if which dh_update_autotools_config > /dev/null 2>&1 ; then \ + dh_update_autotools_config ;\ + fi $(MAKE) -C ${stdbuilddir} V=1 all ifneq ($(BUILD_E2FSCK_STATIC),no) $(MAKE) -C ${stdbuilddir}/e2fsck V=1 e2fsck.static