added rpm/build_rpm.in and rpm/quakeforge.spec.in

It is now easy to add any new autoconf files. All current (relevant) ones now
have their dependencies checked.
This commit is contained in:
Bill Currie 2000-01-29 12:03:26 +00:00
parent f9d8cb8164
commit 463ae7730b

View file

@ -52,7 +52,8 @@ configure: configure.in acconfig.h
./bootstrap
CONFIG_SRC = Makefile.in qw_client/Makefile.in qw_server/Makefile.in \
uquake/Makefile.in common/Makefile.in
uquake/Makefile.in common/Makefile.in \
rpm/build_rpm.in rpm/quakeforge.spec.in
$(patsubst %.in,%,$(CONFIG_SRC)): configure $(CONFIG_SRC)
$(SHELL) ./config.status --recheck