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:
theoddone33
2002-02-27 04:44:28 +00:00
parent 2e73ed3602
commit c11d7c660b
4 changed files with 21 additions and 2755 deletions

17
zsnes/src/autogen.sh Executable file
View 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"