* Modules/Setup.*: removed all except Setup.in (huh? I thought

I'd done that already?!); disable gdbm by default
	* configure.in, */Makefile*.in: OPT can now be specified in the
	env at configure time and will then be put in all Makefiles as
	default
	* */Makefile*.in: remove lib*.a before adding to it
This commit is contained in:
Guido van Rossum 1994-08-23 13:51:25 +00:00
parent aa0f4c73e5
commit 794b93ea8a
2 changed files with 3 additions and 2 deletions

View file

@ -205,7 +205,7 @@ rotor rotormodule.o
# Anthony Baxter's gdbm module (derived from Jack's dbm module)
# GNU dbm(3) will require -lgdbm
gdbm gdbmmodule.o -I/usr/local/include -L/usr/local/lib -lgdbm
# gdbm gdbmmodule.o -I/usr/local/include -L/usr/local/lib -lgdbm
# Example -- included for reference only