From cbc867ee44137b24e2549271499a9d211cd6b000 Mon Sep 17 00:00:00 2001 From: neoraider Date: Sun, 6 Apr 2008 14:11:00 +0000 Subject: zoomedit: Moved source to extra dir. --- configure | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 30ef682..7a2f66e 100755 --- a/configure +++ b/configure @@ -732,7 +732,7 @@ PACKAGE_VERSION='0.1' PACKAGE_STRING='zoomedit 0.1' PACKAGE_BUGREPORT='matthias@gamezock.de' -ac_unique_file="zoomedit.cpp" +ac_unique_file="src/zoomedit.cpp" # Factoring default headers for most tests. ac_includes_default="\ #include @@ -1950,7 +1950,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -ac_config_headers="$ac_config_headers config.h" +ac_config_headers="$ac_config_headers src/config.h" am__api_version='1.10' @@ -20086,7 +20086,7 @@ echo "$as_me: error: Test for GtkGLExt failed." >&2;} #AC_CHECK_FUNCS([sqrtf], , AC_MSG_ERROR([required function sqrtf not found])) -ac_config_files="$ac_config_files Makefile Gui/Makefile" +ac_config_files="$ac_config_files Makefile src/Makefile src/Gui/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -20679,10 +20679,11 @@ cat >>$CONFIG_STATUS <<\_ACEOF for ac_config_target in $ac_config_targets do case $ac_config_target in - "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "Gui/Makefile") CONFIG_FILES="$CONFIG_FILES Gui/Makefile" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "src/Gui/Makefile") CONFIG_FILES="$CONFIG_FILES src/Gui/Makefile" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} -- cgit v1.2.3