projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
got rid of more duplicated code for working with DIBs
[wxWidgets.git]
/
samples
/
configure
diff --git
a/samples/configure
b/samples/configure
index 87be9b84d5408bfa0dd7997c8cb179d5b3a55853..fc63a1c569dff8f32280dece01ba923b6bc97fa1 100755
(executable)
--- a/
samples/configure
+++ b/
samples/configure
@@
-2,7
+2,7
@@
# From configure.in Id: configure.in
# Guess values for system-dependent variables and create Makefiles.
# From configure.in Id: configure.in
# Guess values for system-dependent variables and create Makefiles.
-# Generated automatically using autoconf version 2.1
4
+# Generated automatically using autoconf version 2.1
3
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
@@
-334,7
+334,7
@@
EOF
verbose=yes ;;
-version | --version | --versio | --versi | --vers)
verbose=yes ;;
-version | --version | --versio | --versi | --vers)
- echo "configure generated by autoconf version 2.1
4
"
+ echo "configure generated by autoconf version 2.1
3
"
exit 0 ;;
-with-* | --with-*)
exit 0 ;;
-with-* | --with-*)
@@
-523,9
+523,25
@@
fi
+if test "x$wx_cv_path_samplesubdirs" = "x"; then
+ { echo "configure: error: Please run configure from the top level directory." 1>&2; exit 1; }
+fi
+
SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
+IF_GNU_MAKE=$wx_cv_if_gnu_make
+PATH_IFS=$wx_cv_path_ifs
+PROGRAM_EXT=$wx_cv_program_ext
+WX_TARGET_LIBRARY=$wx_cv_target_library
+WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl
+
+
+
+
+
+
+
trap '' 1 2 15
cat > confcache <<\EOF
# This file is a shell script that caches the results of configure
trap '' 1 2 15
cat > confcache <<\EOF
# This file is a shell script that caches the results of configure
@@
-628,7
+644,7
@@
do
echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
- echo "$CONFIG_STATUS generated by autoconf version 2.1
4
"
+ echo "$CONFIG_STATUS generated by autoconf version 2.1
3
"
exit 0 ;;
-help | --help | --hel | --he | --h)
echo "\$ac_cs_usage"; exit 0 ;;
exit 0 ;;
-help | --help | --hel | --he | --h)
echo "\$ac_cs_usage"; exit 0 ;;
@@
-640,6
+656,7
@@
ac_given_srcdir=$srcdir
trap 'rm -fr `echo "
Makefile
trap 'rm -fr `echo "
Makefile
+ artprov/Makefile
caret/Makefile
calendar/Makefile
checklst/Makefile
caret/Makefile
calendar/Makefile
checklst/Makefile
@@
-654,6
+671,9
@@
trap 'rm -fr `echo "
dnd/Makefile
dragimag/Makefile
drawing/Makefile
dnd/Makefile
dragimag/Makefile
drawing/Makefile
+ dynamic/Makefile
+ erase/Makefile
+ event/Makefile
exec/Makefile
font/Makefile
grid/Makefile
exec/Makefile
font/Makefile
grid/Makefile
@@
-661,33
+681,41
@@
trap 'rm -fr `echo "
image/Makefile
internat/Makefile
ipc/Makefile
image/Makefile
internat/Makefile
ipc/Makefile
+ joytest/Makefile
+ keyboard/Makefile
layout/Makefile
listctrl/Makefile
mdi/Makefile
layout/Makefile
listctrl/Makefile
mdi/Makefile
+ menu/Makefile
+ memcheck/Makefile
minifram/Makefile
minimal/Makefile
minifram/Makefile
minimal/Makefile
+ mobile/Makefile
+ mobile/wxedit/Makefile
+ mobile/styles/Makefile
newgrid/Makefile
notebook/Makefile
newgrid/Makefile
notebook/Makefile
- plot/Makefile
png/Makefile
printing/Makefile
proplist/Makefile
propsize/Makefile
png/Makefile
printing/Makefile
proplist/Makefile
propsize/Makefile
- richedit/Makefile
resource/Makefile
rotate/Makefile
sashtest/Makefile
scroll/Makefile
scrollsub/Makefile
resource/Makefile
rotate/Makefile
sashtest/Makefile
scroll/Makefile
scrollsub/Makefile
+ sockets/Makefile
splitter/Makefile
statbar/Makefile
splitter/Makefile
statbar/Makefile
+ taskbar/Makefile
text/Makefile
thread/Makefile
toolbar/Makefile
treectrl/Makefile
text/Makefile
thread/Makefile
toolbar/Makefile
treectrl/Makefile
+ treelay/Makefile
typetest/Makefile
validate/Makefile
typetest/Makefile
validate/Makefile
-
sock
ets/Makefile
+
widg
ets/Makefile
wizard/Makefile
html/Makefile
html/about/Makefile
wizard/Makefile
html/Makefile
html/about/Makefile
@@
-735,6
+763,11
@@
s%@oldincludedir@%$oldincludedir%g
s%@infodir@%$infodir%g
s%@mandir@%$mandir%g
s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
s%@infodir@%$infodir%g
s%@mandir@%$mandir%g
s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
+s%@IF_GNU_MAKE@%$IF_GNU_MAKE%g
+s%@PATH_IFS@%$PATH_IFS%g
+s%@PROGRAM_EXT@%$PROGRAM_EXT%g
+s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
+s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
CEOF
EOF
CEOF
EOF
@@
-777,6
+810,7
@@
EOF
cat >> $CONFIG_STATUS <<EOF
CONFIG_FILES=\${CONFIG_FILES-"Makefile
cat >> $CONFIG_STATUS <<EOF
CONFIG_FILES=\${CONFIG_FILES-"Makefile
+ artprov/Makefile
caret/Makefile
calendar/Makefile
checklst/Makefile
caret/Makefile
calendar/Makefile
checklst/Makefile
@@
-791,6
+825,9
@@
CONFIG_FILES=\${CONFIG_FILES-"Makefile
dnd/Makefile
dragimag/Makefile
drawing/Makefile
dnd/Makefile
dragimag/Makefile
drawing/Makefile
+ dynamic/Makefile
+ erase/Makefile
+ event/Makefile
exec/Makefile
font/Makefile
grid/Makefile
exec/Makefile
font/Makefile
grid/Makefile
@@
-798,33
+835,41
@@
CONFIG_FILES=\${CONFIG_FILES-"Makefile
image/Makefile
internat/Makefile
ipc/Makefile
image/Makefile
internat/Makefile
ipc/Makefile
+ joytest/Makefile
+ keyboard/Makefile
layout/Makefile
listctrl/Makefile
mdi/Makefile
layout/Makefile
listctrl/Makefile
mdi/Makefile
+ menu/Makefile
+ memcheck/Makefile
minifram/Makefile
minimal/Makefile
minifram/Makefile
minimal/Makefile
+ mobile/Makefile
+ mobile/wxedit/Makefile
+ mobile/styles/Makefile
newgrid/Makefile
notebook/Makefile
newgrid/Makefile
notebook/Makefile
- plot/Makefile
png/Makefile
printing/Makefile
proplist/Makefile
propsize/Makefile
png/Makefile
printing/Makefile
proplist/Makefile
propsize/Makefile
- richedit/Makefile
resource/Makefile
rotate/Makefile
sashtest/Makefile
scroll/Makefile
scrollsub/Makefile
resource/Makefile
rotate/Makefile
sashtest/Makefile
scroll/Makefile
scrollsub/Makefile
+ sockets/Makefile
splitter/Makefile
statbar/Makefile
splitter/Makefile
statbar/Makefile
+ taskbar/Makefile
text/Makefile
thread/Makefile
toolbar/Makefile
treectrl/Makefile
text/Makefile
thread/Makefile
toolbar/Makefile
treectrl/Makefile
+ treelay/Makefile
typetest/Makefile
validate/Makefile
typetest/Makefile
validate/Makefile
-
sock
ets/Makefile
+
widg
ets/Makefile
wizard/Makefile
html/Makefile
html/about/Makefile
wizard/Makefile
html/Makefile
html/about/Makefile