Move 'fixes', configure run automatically and timestamp on ./configure.in not

updated.  This is what I get for stealing someone else's autogen.sh
This commit is contained in:
theoddone33
2002-02-27 05:21:00 +00:00
parent 334ab69216
commit 31a7de6b14

View File

@@ -2,15 +2,9 @@
echo "Generating build information using aclocal and autoconf..."
# Touch the timestamps on all the files since CVS messes them up
directory=`dirname $0`
touch $directory/configure.in
# Regenerate configuration files
aclocal
autoconf
# Run configure for this platform
#./configure $*
echo "Now you are ready to run ./configure"
./configure $*