aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/configure.ac
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-08 15:13:48 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-08 15:13:48 +0000
commit65b48b3bedde90dc7e2a4dc7ab81f5afd200ebd8 (patch)
tree56217a81e7c054b0a9841a3ccd598c122d827a24 /Game/Code/configure.ac
parent9171899b2f4541fbc4a0a32ee062699b997d70ef (diff)
downloadusdx-65b48b3bedde90dc7e2a4dc7ab81f5afd200ebd8.tar.gz
usdx-65b48b3bedde90dc7e2a4dc7ab81f5afd200ebd8.tar.xz
usdx-65b48b3bedde90dc7e2a4dc7ab81f5afd200ebd8.zip
With the global build logs are now stored in ~/.UltraStarDeluxe/logs instead of /var/logs so we do not need special permissions on the log directory.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1242 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/configure.ac')
-rw-r--r--Game/Code/configure.ac13
1 files changed, 1 insertions, 12 deletions
diff --git a/Game/Code/configure.ac b/Game/Code/configure.ac
index 3dd1a6c3..cf8d8fb7 100644
--- a/Game/Code/configure.ac
+++ b/Game/Code/configure.ac
@@ -21,7 +21,7 @@ PACKAGE_IRC="#ultrastardx at quakenet.org"
AC_SUBST(PACKAGE_IRC)
# Specify a source-file so autoconf can check if the source-dir exists
-AC_CONFIG_SRCDIR(UltraStar.lpr)
+AC_CONFIG_SRCDIR(UltraStar.dpr)
# This one is not used by autoconf at the moment.
# When it is used maybe we don't need aclocal's -I parameter anymore.
@@ -292,13 +292,6 @@ if [[ x$suffix = xno -o x$suffix = xyes ]] ; then
fi
AC_SUBST(suffix)
-# add logdir option
-AC_ARG_WITH([logrootdir],
- [AS_HELP_STRING([--with-logrootdir=DIR],
- [logging root directory @<:@default=/var/log@:>@])],
- [with_logrootdir=$withval], [with_logrootdir="/var/log"])
-AC_SUBST(logrootdir, [$with_logrootdir])
-
# print misc options header
AC_ARG_WITH([cfg-dummy3], [
Development options:])
@@ -490,10 +483,6 @@ AC_MSG_NOTICE([
!!! If you want to contribute, visit the IRC-Channel instead:
!!! $PACKAGE_IRC
!!!
-!!! Known issues:
-!!! - Audio-output and -input are not working yet
-!!! - The editor is broken
-!!!
!!! PLEASE DO NOT SEND BUGREPORTS FOR THIS VERSION.
!!!
])