[Build-common-hackers] Bug#217131: cdbs: add feature to (optionaly) run auto{conf,make}

Robert Millan Robert Millan <rmh@debian.org>, 217131@bugs.debian.org
Wed, 22 Oct 2003 21:45:03 +0200


Package: cdbs
Version: 0.4.13
Severity: wishlist
Tags: patch

Hi!

This patch adds a feature to run auto{conf,make} when the package maintainer
wants to do so by enabling it in debian/rules.

For example, in debian/rules:

DEB_AUTO_UPDATE_AUTOMAKE=1.7
DEB_AUTO_UPDATE_AUTOCONF=2.50

This will get autotools.mk to run aclocal, automake and autoconf in the source
tree before invoking ./configure. As for aclocal, it will only be run when
"aclocal.m4" is present, and in addition the "-I m4" parameter will be passed
only when the "m4" directory is present either.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux aragorn 2.2.25 #1 Fri Jun 20 19:28:33 EST 2003 i686
Locale: LANG=ca_ES@euro, LC_CTYPE=ca_ES@euro

-- no debconf information