Codebase list dillo / 329dd5a
Use dh_autotools-dev_*config instead of updating config.{sub,config} manually Axel Beckert 12 years ago
1 changed file(s) with 2 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
2121 configure: config.status
2222 config.status: patch-stamp
2323 dh_testdir
24 [ -f config.sub.d-r-orig ] || cp -p config.sub config.sub.d-r-orig
25 [ -f config.guess.d-r-orig ] || cp -p config.guess config.guess.d-r-orig
26 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
27 cp -f /usr/share/misc/config.sub config.sub
28 endif
29 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
30 cp -f /usr/share/misc/config.guess config.guess
31 endif
24 dh_autotools-dev_updateconfig
3225 ./configure $(CONFFLAGS) \
3326 --prefix=/usr \
3427 --sysconfdir=/etc \
5649 -rm -f `find . -name "*.o"` `find . -name "*.dpi"` `find . -name "*.a"`
5750 -rm -f `find . -name "*.gmo"` src/dillo dpid/dpid config/dillocfg
5851 [ ! -f Makefile ] || $(MAKE) clean
59 [ ! -f config.sub.d-r-orig ] || mv config.sub.d-r-orig config.sub
60 [ ! -f config.guess.d-r-orig ] || mv config.guess.d-r-orig config.guess
52 dh_autotools-dev_restoreconfig
6153 dh_clean
6254
6355 install: build