configure and aclocal.m4 depricated by autogen.sh, everyone should run that
if they're playing with CVS. changed echos in the configure script to comments
This commit is contained in:
17
zsnes/src/autogen.sh
Executable file
17
zsnes/src/autogen.sh
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/ah
|
||||
|
||||
echo "Generating build information using aclocal, automake and autoconf"
|
||||
echo "This may take a while ..."
|
||||
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user