From d1db01ecfe5e9ac40f40bb1bf5601355113d2768 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 27 Apr 2003 03:48:35 +0000 Subject: [PATCH] chmod a+x the two configure scripts in SDL-1.2.5 and SDL_sound-1.0.0. --- stepmania/autogen.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/autogen.sh b/stepmania/autogen.sh index 9ce9b920dd..c4b9295fdc 100755 --- a/stepmania/autogen.sh +++ b/stepmania/autogen.sh @@ -70,6 +70,9 @@ $AUTOCONF $AUTOHEADER $AUTOMAKE $AUTOMAKE_OPTIONS +#the other configure files from cvs are not executable. Make them executable. +chmod a+x $srcdir/src/SDL-1.2.5/configure $srcdir/src/SDL_sound-1.0.0/configure 2>/dev/null + #make -f Makefile.am srcdir=. acinclude.m4 #if test -z "$*"; then