+Tue Apr 15 00:48:06 CDT 2003 Adam Heath <doogie@debian.org>
+
+ * debian/control, debian/rules, debian/changelog: Modified to use
+ autotools-dev.
+
Tue Apr 15 00:35:40 CDT 2003 Adam Heath <doogie@debian.org>
* scripts/dpkg-statoverride.pl: Strip trailing / from the file args in
* Surround sed call with '' in Makefile.in. Closes: #187534.
* Strip trailing / from the file args in dpkg-statoverride. Closes:
#184239.
+ * Modified to use autotools-dev. Closes: #179656.
-- Adam Heath <doogie@debian.org> UNRELEASED
Origin: debian
Bugs: debbugs://bugs.debian.org
Standards-Version: 3.5.4
-Build-Depends: debiandoc-sgml, sgmltools-lite, libncurses-dev, gettext (>= 0.10.36), zlib1g-dev (>= 1:1.1.3-19.1)
+Build-Depends: debiandoc-sgml, sgmltools-lite, libncurses-dev, gettext (>= 0.10.36), zlib1g-dev (>= 1:1.1.3-19.1), autotools-dev
Uploaders: Wichert Akkerman <wakkerma@debian.org>, Adam Heath <doogie@debian.org>
Package: dpkg
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 \