Mercurial > 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 wrap: on
line diff
--- a/rules Fri Jun 25 11:53:09 2010 +0200 +++ b/rules Fri Jun 25 14:08:56 2010 +0200 @@ -18,6 +18,7 @@ build: build-stamp build-stamp: dh_testdir + dh_autotools-dev_updateconfig # Add here commands to compile the package. ./configure $(confflags) \ @@ -43,13 +44,9 @@ # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) clean [ ! -f Makefile ] || $(MAKE) distclean - # see /usr/share/doc/autotools-dev/README.Debian.gz - -test -r /usr/share/misc/config.sub && \ - cp -f /usr/share/misc/config.sub config.sub - -test -r /usr/share/misc/config.guess && \ - cp -f /usr/share/misc/config.guess config.guess rm -f config.log + dh_autotools-dev_restoreconfig dh_clean install: build