diff options
author | Adam Heath <doogie@debian.org> | 2003-04-15 06:04:41 +0000 |
---|---|---|
committer | Adam Heath <doogie@debian.org> | 2003-04-15 06:04:41 +0000 |
commit | 7901789189f7b578e2608c81c01edf912d7ebf93 (patch) | |
tree | c3836bf688b6db34f9f9ef62b1d90e27dce6ca07 /debian/rules | |
parent | 0397383aba26010b9898b64b3d237ceacb976ce2 (diff) | |
download | dpkg-7901789189f7b578e2608c81c01edf912d7ebf93.tar.gz |
Modified to use autotools-dev.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index cfb0cc763..f002a77a2 100755 --- a/debian/rules +++ b/debian/rules @@ -38,8 +38,12 @@ configure: configure.in aclocal.m4 config.h.in: configure.in autoheader +config.guess config.sub: %: /usr/share/misc/% + cp -a $< $@.new + mv $@.new $@ + # Setup the buildlocation -$(BUILD)/configure-stamp: configure config.h.in +$(BUILD)/configure-stamp: configure config.h.in config.guess config.sub $(checkdir) install -d $(@D) cd $(@D) && LDFLAGS=$(LDFLAGS) $(CURDIR)/configure \ |