diff --git a/zsnes/src/autogen.sh b/zsnes/src/autogen.sh index 22c1d138..cbede2c6 100755 --- a/zsnes/src/autogen.sh +++ b/zsnes/src/autogen.sh @@ -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 $*