debian/masqmail-debian
diff rules @ 53:98e8aa5bd236
using scripts from autotools-dev to ensure recent config.{sub,guess}
backporters to lenny need to do this manually
author | meillo@marmaro.de |
---|---|
date | Fri, 25 Jun 2010 14:08:56 +0200 |
parents | e7f8c0a161b6 |
children | 733f8e64de02 |
line diff
1.1 --- a/rules Fri Jun 25 11:53:09 2010 +0200 1.2 +++ b/rules Fri Jun 25 14:08:56 2010 +0200 1.3 @@ -18,6 +18,7 @@ 1.4 build: build-stamp 1.5 build-stamp: 1.6 dh_testdir 1.7 + dh_autotools-dev_updateconfig 1.8 1.9 # Add here commands to compile the package. 1.10 ./configure $(confflags) \ 1.11 @@ -43,13 +44,9 @@ 1.12 # Add here commands to clean up after the build process. 1.13 [ ! -f Makefile ] || $(MAKE) clean 1.14 [ ! -f Makefile ] || $(MAKE) distclean 1.15 - # see /usr/share/doc/autotools-dev/README.Debian.gz 1.16 - -test -r /usr/share/misc/config.sub && \ 1.17 - cp -f /usr/share/misc/config.sub config.sub 1.18 - -test -r /usr/share/misc/config.guess && \ 1.19 - cp -f /usr/share/misc/config.guess config.guess 1.20 rm -f config.log 1.21 1.22 + dh_autotools-dev_restoreconfig 1.23 dh_clean 1.24 1.25 install: build