mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
Distribute and use bootstrap.
deb building relies on boostrap now (mostly to ensure there's no messy autoconf files).
This commit is contained in:
parent
54ebf64987
commit
99e8ef69ab
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ SUBDIRS=RPM debian desktop doc include libs hw nq qtv qw tools ruamoko \
|
||||||
pkg-config vc2005 vc2008
|
pkg-config vc2005 vc2008
|
||||||
|
|
||||||
## configure.ac needs to be listed here for older autoconfs
|
## 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-configure.sh tools/cross/cross-make.sh \
|
||||||
tools/cross/cross.sh \
|
tools/cross/cross.sh \
|
||||||
tools/gas2masm/Makefile tools/gas2masm/gas2masm.c \
|
tools/gas2masm/Makefile tools/gas2masm/gas2masm.c \
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -38,7 +38,7 @@ configure: configure-stamp
|
||||||
configure-stamp:
|
configure-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
# Add here commands to configure the package.
|
# Add here commands to configure the package.
|
||||||
if test -d .git; then ./bootstrap; fi
|
./bootstrap
|
||||||
./configure --prefix=/usr $(RETARGET) --bindir=/usr/games \
|
./configure --prefix=/usr $(RETARGET) --bindir=/usr/games \
|
||||||
--without-fbdev \
|
--without-fbdev \
|
||||||
--disable-xmms \
|
--disable-xmms \
|
||||||
|
|
Loading…
Reference in a new issue