Oops, this wasn't supposed to have /sw/bin prefixes

This commit is contained in:
William Reading
2003-07-05 06:05:10 +00:00
parent 20c9d04a48
commit 5aae3bae64
+4 -4
View File
@@ -15,13 +15,13 @@ PKG_NAME="stepmania"
# Actually, there's a chance we'll work with later versions, too, but it's # 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. # not worth bending over backward to try to detect it right now.
ACLOCAL=/sw/bin/aclocal-1.7 ACLOCAL=aclocal-1.7
AUTOHEADER=/sw/bin/autoheader AUTOHEADER=autoheader
AUTOMAKE=/sw/bin/automake-1.7 AUTOMAKE=automake-1.7
ACLOCAL_OPTIONS="-I autoconf/m4/" ACLOCAL_OPTIONS="-I autoconf/m4/"
AUTOMAKE_OPTIONS=-a AUTOMAKE_OPTIONS=-a
AUTOCONF=/sw/bin/autoconf AUTOCONF=autoconf
(test -f $srcdir/configure.ac \ (test -f $srcdir/configure.ac \
&& test -d $srcdir/src) || { && test -d $srcdir/src) || {