Allow bootstrap to remove temp files

This commit is contained in:
jjako
2004-01-13 07:18:53 +00:00
parent 782af56836
commit 7ca679d1f8

View File

@@ -1,5 +1,12 @@
#! /bin/sh
# bootstrap - Execute relevant autotools scripts
# After running this script the directory is ready for distribution as
# a tarball.
# It should also be executed before checking milestones into CVS.
aclocal
autoheader
touch config.h.in
@@ -7,3 +14,9 @@ automake
autoconf
./configure
make clean
rm config.status
rm libtool
rm -r autom4te.cache/
rm aclocal.m4