diff --git a/Utils/install-stepmania.pl b/Utils/install-stepmania.pl index 98e23237b5..92528d1f07 100644 --- a/Utils/install-stepmania.pl +++ b/Utils/install-stepmania.pl @@ -114,7 +114,7 @@ if( !defined($bin_path) ) print "Binary path: $bin_path\n"; -open(F, "sm-ssc.nsi") || die "Couldn't open sm-ssc.nsi: $!"; +open(F, "stepmania.nsi") || die "Couldn't open stepmania.nsi: $!"; # Search for the default installation section. my $FoundSection = 0; @@ -130,7 +130,7 @@ while(!eof(F)) } } -$FoundSection || die "sm-ssc.nsi parse error"; +$FoundSection || die "stepmania.nsi parse error"; my $FoundEnd = 0; if( ! -d $instdir ) diff --git a/autogen.sh b/autogen.sh index 29028b8593..cadaefe14d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -12,7 +12,7 @@ srcdir=`dirname $0` test -z "$srcdir" && srcdir=. -PKG_NAME="sm-ssc" +PKG_NAME="stepmania" AUTOHEADER=autoheader ACLOCAL_OPTIONS="-I autoconf/m4/" @@ -59,7 +59,7 @@ fi # If none of those were found, check if "automake" exists, and check the version. if test -z "$AUTOMAKE" && automake --version > /dev/null 2>&1; then version=`automake --version 2>/dev/null|head -1|sed -e 's/.* \([0-9]\+\.[0-9]\+\).*$/\1/'` - + IFS=. set $version if test -z "$version"; then