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..."
|
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
|
# Regenerate configuration files
|
||||||
aclocal
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
# Run configure for this platform
|
# Run configure for this platform
|
||||||
#./configure $*
|
./configure $*
|
||||||
echo "Now you are ready to run ./configure"
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user