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:
@@ -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 $*
|
||||
|
||||
Reference in New Issue
Block a user