aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Game/Code/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/configure.ac b/Game/Code/configure.ac
index 8e7e1544..4f1344f5 100644
--- a/Game/Code/configure.ac
+++ b/Game/Code/configure.ac
@@ -1,5 +1,5 @@
#
-# UltraStar-DX configure.ac script
+# ultrastardx configure.ac script
#
# by UltraStar Deluxe Team
#
@@ -285,8 +285,8 @@ Additional directories:])
# add suffix option
AC_ARG_WITH([suffix],
[AS_HELP_STRING([--with-suffix=SUFFIX],
- [path suffix @<:@default=UltraStarDeluxe@:>@])],
- [suffix=$withval], [suffix="UltraStarDeluxe"])
+ [path suffix @<:@default=ultrastardx@:>@])],
+ [suffix=$withval], [suffix="ultrastardx"])
if [[ x$suffix = xno -o x$suffix = xyes ]] ; then
AC_MSG_ERROR([Invalid suffix.]);
fi