From 0d5d8e6041076b506ffa31cc108fda87d4cbae93 Mon Sep 17 00:00:00 2001 From: tobigun Date: Wed, 27 Aug 2008 16:36:42 +0000 Subject: project-files updated for new layout git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1315 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/configure.ac') 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 -- cgit v1.2.3