diff options
author | neoraider <devnull@localhost> | 2008-04-06 16:11:00 +0200 |
---|---|---|
committer | neoraider <devnull@localhost> | 2008-04-06 16:11:00 +0200 |
commit | cbc867ee44137b24e2549271499a9d211cd6b000 (patch) | |
tree | 9ccfa703082acd0bbe4df3e4b0a57b89e810a968 /configure | |
parent | 356efaf89afdad141b313767e1a2b89de3c08d0a (diff) | |
download | zoomedit-cbc867ee44137b24e2549271499a9d211cd6b000.tar zoomedit-cbc867ee44137b24e2549271499a9d211cd6b000.zip |
zoomedit: Moved source to extra dir.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 <stdio.h> @@ -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;} |