summaryrefslogtreecommitdiff
path: root/buildconf.sh
diff options
context:
space:
mode:
authorgstein <gstein>2001-12-07 10:19:30 +0000
committergstein <gstein>2001-12-07 10:19:30 +0000
commitd7083a85d7383312e1a7074148ca5af637945d7a (patch)
treefd1112921a37f7d19be03d1e2851f333dade81c3 /buildconf.sh
parent95b6ee47d1aaadf9631dec10f18c930a55466163 (diff)
downloadlibexpat-d7083a85d7383312e1a7074148ca5af637945d7a.tar.gz
* 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
Diffstat (limited to 'buildconf.sh')
-rwxr-xr-xbuildconf.sh3
1 files changed, 3 insertions, 0 deletions
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