diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-27 16:36:42 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-27 16:36:42 +0000 |
commit | 0d5d8e6041076b506ffa31cc108fda87d4cbae93 (patch) | |
tree | 6ec63dfa350f8b6609060ee31c598ba07acdedc1 /src/configure.ac | |
parent | 2c87ea1040f8fc02fcadbf920d02685198a0c216 (diff) | |
download | usdx-0d5d8e6041076b506ffa31cc108fda87d4cbae93.tar.gz usdx-0d5d8e6041076b506ffa31cc108fda87d4cbae93.tar.xz usdx-0d5d8e6041076b506ffa31cc108fda87d4cbae93.zip |
project-files updated for new layout
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1315 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/configure.ac')
-rw-r--r-- | src/configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/configure.ac b/src/configure.ac index 4f1344f5..1152c1a1 100644 --- a/src/configure.ac +++ b/src/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.dpr) +AC_CONFIG_SRCDIR(ultrastardx.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. @@ -32,9 +32,9 @@ AC_PRESERVE_HELP_ORDER # set root directory (= trunk dir) # ..resolved: used by configure.ac -usdxroot=../.. +usdxroot=.. # ..unresolved: used by .in files -usdxrootdir=\${top_srcdir}/../.. +usdxrootdir=\${top_srcdir}/.. AC_SUBST(usdxrootdir) # set sharerootdir to the resolved dataroot-dir for the config-*.inc file. @@ -307,7 +307,7 @@ AC_ARG_ENABLE(global, # add local option AC_ARG_ENABLE(local, [AS_HELP_STRING([--enable-local], - [install into local folders (../../...) (same as --disable-global) @<:@default=no@:>@]))], + [install into local folders (../...) (same as --disable-global) @<:@default=no@:>@]))], [test $enableval = "yes" && LOCAL_BUILD="yes"], []) # add dev_layout option @@ -452,7 +452,7 @@ AC_SUBST(LIBS) AC_CONFIG_FILES([config-$FPC_PLATFORM.inc:config.inc.in]) AC_CONFIG_FILES([Makefile]) -AC_CONFIG_FILES([$usdxroot/Tools/ResourceExtractor/Makefile]) +AC_CONFIG_FILES([$usdxroot/tools/ResourceExtractor/Makefile]) if [[ x$libprojectM_NEEDS_CWRAPPER = xyes ]]; then AC_CONFIG_FILES([lib/projectM/cwrapper/Makefile]) fi |