From d7083a85d7383312e1a7074148ca5af637945d7a Mon Sep 17 00:00:00 2001 From: gstein Date: Fri, 7 Dec 2001 10:19:30 +0000 Subject: * Switch to a single, top-level Makefile (simplification, consistency) * use libtool to compile/link all programs * remove */Makefile.in and remove them from configure * remove autom4te.cache after running autoconf * remove .o from the FILEMAP logic in configure and the Make system; provides more flexibility in the Makefile to use it * for VPATH builds: create the build subdirs by running "make mkdir-init" from the configure script * adjust .cvsignore files to account for presence of .libs now --- buildconf.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildconf.sh') diff --git a/buildconf.sh b/buildconf.sh index 362ff81..3410a05 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -41,5 +41,8 @@ echo "Creating configure ..." ### do some work to toss config.cache? autoconf +# toss this; it gets created by autoconf on some systems +rm -rf autom4te.cache + # exit with the right value, so any calling script can continue exit 0 -- cgit v1.2.1