From 0f9b2793f2a832032c811f11f3de8f7bc4076633 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 23 Apr 2005 22:14:36 +0000 Subject: [PATCH] remove debug --- stepmania/autogen.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/autogen.sh b/stepmania/autogen.sh index 2f21131a4a..c187a4d8ba 100755 --- a/stepmania/autogen.sh +++ b/stepmania/autogen.sh @@ -42,15 +42,12 @@ DIE=0 if automake-1.9 --version > /dev/null 2>&1; then ACLOCAL=aclocal-1.9 AUTOMAKE=automake-1.9 - echo 1.9 elif automake-1.8 --version > /dev/null 2>&1; then ACLOCAL=aclocal-1.8 AUTOMAKE=automake-1.8 - echo 1.8 elif automake-1.7 --version > /dev/null 2>&1; then ACLOCAL=aclocal-1.7 AUTOMAKE=automake-1.7 - echo 1.7 fi # If none of those were found, check if "automake" exists, and check the version.