Distribute and use bootstrap.

deb building relies on boostrap now (mostly to ensure there's no messy
autoconf files).
This commit is contained in:
Bill Currie 2010-12-23 16:48:40 +09:00
parent 54ebf64987
commit 99e8ef69ab
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ SUBDIRS=RPM debian desktop doc include libs hw nq qtv qw tools ruamoko \
pkg-config vc2005 vc2008
## configure.ac needs to be listed here for older autoconfs
EXTRA_DIST= ChangeLog configure.ac \
EXTRA_DIST= ChangeLog configure.ac bootstrap \
tools/cross/cross-configure.sh tools/cross/cross-make.sh \
tools/cross/cross.sh \
tools/gas2masm/Makefile tools/gas2masm/gas2masm.c \

2
debian/rules vendored
View File

@ -38,7 +38,7 @@ configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
if test -d .git; then ./bootstrap; fi
./bootstrap
./configure --prefix=/usr $(RETARGET) --bindir=/usr/games \
--without-fbdev \
--disable-xmms \