From 31a7de6b14f8083321f232b934fbdd968e65c137 Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Wed, 27 Feb 2002 05:21:00 +0000 Subject: [PATCH] Move 'fixes', configure run automatically and timestamp on ./configure.in not updated. This is what I get for stealing someone else's autogen.sh --- zsnes/src/autogen.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 $*