zoomedit: Moved source to extra dir.
This commit is contained in:
parent
356efaf89a
commit
cbc867ee44
15 changed files with 696 additions and 191 deletions
11
configure
vendored
11
configure
vendored
|
@ -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;}
|
||||
|
|
Reference in a new issue