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
|
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 |
|
0 | 9 |
libsdl2-mixer (2.0.0+dfsg1-2) unstable; urgency=low
|
1 | 10 |
|
2 | 11 |
* Issue extra -I/usr/include/libmodplug during compilation to avoid a
|
49 | 49 |
dh $@ --with autoreconf --parallel
|
50 | 50 |
|
51 | 51 |
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
|
53 | 55 |
|
54 | 56 |
override_dh_auto_configure:
|
55 | 57 |
dh_auto_configure -- $(confflags)
|