From 99e8ef69abf88b7a95351748c001ed3f1442c172 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 23 Dec 2010 16:48:40 +0900 Subject: [PATCH] Distribute and use bootstrap. deb building relies on boostrap now (mostly to ensure there's no messy autoconf files). --- Makefile.am | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2d33b7d5d..52d46ef02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/debian/rules b/debian/rules index 79e1a82ea..9118fcab9 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \