From 5aae3bae64720669ee1c777cfae680b02f25c48e Mon Sep 17 00:00:00 2001 From: William Reading Date: Sat, 5 Jul 2003 06:05:10 +0000 Subject: [PATCH] Oops, this wasn't supposed to have /sw/bin prefixes --- stepmania/autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stepmania/autogen.sh b/stepmania/autogen.sh index 3d2f7ababc..c4b9295fdc 100755 --- a/stepmania/autogen.sh +++ b/stepmania/autogen.sh @@ -15,13 +15,13 @@ PKG_NAME="stepmania" # Actually, there's a chance we'll work with later versions, too, but it's # not worth bending over backward to try to detect it right now. -ACLOCAL=/sw/bin/aclocal-1.7 -AUTOHEADER=/sw/bin/autoheader -AUTOMAKE=/sw/bin/automake-1.7 +ACLOCAL=aclocal-1.7 +AUTOHEADER=autoheader +AUTOMAKE=automake-1.7 ACLOCAL_OPTIONS="-I autoconf/m4/" AUTOMAKE_OPTIONS=-a -AUTOCONF=/sw/bin/autoconf +AUTOCONF=autoconf (test -f $srcdir/configure.ac \ && test -d $srcdir/src) || {