Codebase list libsdl2-mixer / 5d06c6e
Do not call dh_autoreconf with ./autogen.sh as parameter (Closes: #727435) Do not call dh_autoreconf with ./autogen.sh as parameter, to force using new config.{sub,guess} files, which important when having new architectures (Closes: #727435) Manuel A. Fernandez Montecelo 9 years ago
2 changed file(s) with 12 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 libsdl2-mixer (2.0.0+dfsg1-3) UNRELEASED; urgency=low
1
2 * Do not call dh_autoreconf with ./autogen.sh as parameter, and use
3 instead other methods to force using new ltmain.sh and
4 config.{sub,guess} files, which important when having new
5 architectures (Closes: #727435)
6
7 -- Manuel A. Fernandez Montecelo <mafm@debian.org> Tue, 29 Oct 2013 17:07:52 +0000
8
09 libsdl2-mixer (2.0.0+dfsg1-2) unstable; urgency=low
110
211 * Issue extra -I/usr/include/libmodplug during compilation to avoid a
4949 dh $@ --with autoreconf --parallel
5050
5151 override_dh_autoreconf:
52 AUTOMAKE="automake --foreign" dh_autoreconf --as-needed ./autogen.sh
52 # Needed to update all files to support new arches, including ltmain.sh
53 # and config.{sub,guess}
54 AUTOHEADER=true ACLOCAL="aclocal --force --install -I /usr/share/aclocal/ -I acinclude" LIBTOOLIZE="libtoolize -fi" dh_autoreconf --as-needed
5355
5456 override_dh_auto_configure:
5557 dh_auto_configure -- $(confflags)