regenerated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4e62c3fd3b
commit
0e012a93ad
73
configure
vendored
73
configure
vendored
@ -966,6 +966,7 @@ Optional Features:
|
|||||||
--enable-gauge use wxGauge class
|
--enable-gauge use wxGauge class
|
||||||
--enable-grid use wxGrid class
|
--enable-grid use wxGrid class
|
||||||
--enable-imaglist use wxImageList class
|
--enable-imaglist use wxImageList class
|
||||||
|
--enable-listbook use wxListbook class
|
||||||
--enable-listbox use wxListBox class
|
--enable-listbox use wxListBox class
|
||||||
--enable-listctrl use wxListCtrl class
|
--enable-listctrl use wxListCtrl class
|
||||||
--enable-notebook use wxNotebook class
|
--enable-notebook use wxNotebook class
|
||||||
@ -2092,6 +2093,7 @@ if test $DEBUG_CONFIGURE = 1; then
|
|||||||
DEFAULT_wxUSE_GAUGE=no
|
DEFAULT_wxUSE_GAUGE=no
|
||||||
DEFAULT_wxUSE_GRID=no
|
DEFAULT_wxUSE_GRID=no
|
||||||
DEFAULT_wxUSE_IMAGLIST=no
|
DEFAULT_wxUSE_IMAGLIST=no
|
||||||
|
DEFAULT_wxUSE_LISTBOOK=no
|
||||||
DEFAULT_wxUSE_LISTBOX=no
|
DEFAULT_wxUSE_LISTBOX=no
|
||||||
DEFAULT_wxUSE_LISTCTRL=no
|
DEFAULT_wxUSE_LISTCTRL=no
|
||||||
DEFAULT_wxUSE_NOTEBOOK=no
|
DEFAULT_wxUSE_NOTEBOOK=no
|
||||||
@ -2268,6 +2270,7 @@ else
|
|||||||
DEFAULT_wxUSE_GAUGE=yes
|
DEFAULT_wxUSE_GAUGE=yes
|
||||||
DEFAULT_wxUSE_GRID=yes
|
DEFAULT_wxUSE_GRID=yes
|
||||||
DEFAULT_wxUSE_IMAGLIST=yes
|
DEFAULT_wxUSE_IMAGLIST=yes
|
||||||
|
DEFAULT_wxUSE_LISTBOOK=yes
|
||||||
DEFAULT_wxUSE_LISTBOX=yes
|
DEFAULT_wxUSE_LISTBOX=yes
|
||||||
DEFAULT_wxUSE_LISTCTRL=yes
|
DEFAULT_wxUSE_LISTCTRL=yes
|
||||||
DEFAULT_wxUSE_NOTEBOOK=yes
|
DEFAULT_wxUSE_NOTEBOOK=yes
|
||||||
@ -6476,6 +6479,7 @@ if test "$wxUSE_CONTROLS" = "yes"; then
|
|||||||
DEFAULT_wxUSE_GAUGE=yes
|
DEFAULT_wxUSE_GAUGE=yes
|
||||||
DEFAULT_wxUSE_GRID=yes
|
DEFAULT_wxUSE_GRID=yes
|
||||||
DEFAULT_wxUSE_IMAGLIST=yes
|
DEFAULT_wxUSE_IMAGLIST=yes
|
||||||
|
DEFAULT_wxUSE_LISTBOOK=yes
|
||||||
DEFAULT_wxUSE_LISTBOX=yes
|
DEFAULT_wxUSE_LISTBOX=yes
|
||||||
DEFAULT_wxUSE_LISTCTRL=yes
|
DEFAULT_wxUSE_LISTCTRL=yes
|
||||||
DEFAULT_wxUSE_NOTEBOOK=yes
|
DEFAULT_wxUSE_NOTEBOOK=yes
|
||||||
@ -6513,6 +6517,7 @@ elif test "$wxUSE_CONTROLS" = "no"; then
|
|||||||
DEFAULT_wxUSE_GAUGE=no
|
DEFAULT_wxUSE_GAUGE=no
|
||||||
DEFAULT_wxUSE_GRID=no
|
DEFAULT_wxUSE_GRID=no
|
||||||
DEFAULT_wxUSE_IMAGLIST=no
|
DEFAULT_wxUSE_IMAGLIST=no
|
||||||
|
DEFAULT_wxUSE_LISTBOOK=no
|
||||||
DEFAULT_wxUSE_LISTBOX=no
|
DEFAULT_wxUSE_LISTBOX=no
|
||||||
DEFAULT_wxUSE_LISTCTRL=no
|
DEFAULT_wxUSE_LISTCTRL=no
|
||||||
DEFAULT_wxUSE_NOTEBOOK=no
|
DEFAULT_wxUSE_NOTEBOOK=no
|
||||||
@ -7085,6 +7090,47 @@ echo "${ECHO_T}no" >&6
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
enablestring=
|
||||||
|
echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
|
||||||
|
echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
|
||||||
|
no_cache=0
|
||||||
|
# Check whether --enable-listbook or --disable-listbook was given.
|
||||||
|
if test "${enable_listbook+set}" = set; then
|
||||||
|
enableval="$enable_listbook"
|
||||||
|
|
||||||
|
if test "$enableval" = yes; then
|
||||||
|
ac_cv_use_listbook='wxUSE_LISTBOOK=yes'
|
||||||
|
else
|
||||||
|
ac_cv_use_listbook='wxUSE_LISTBOOK=no'
|
||||||
|
fi
|
||||||
|
|
||||||
|
else
|
||||||
|
|
||||||
|
LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
|
||||||
|
if test "x$LINE" != x ; then
|
||||||
|
eval "DEFAULT_$LINE"
|
||||||
|
else
|
||||||
|
no_cache=1
|
||||||
|
fi
|
||||||
|
|
||||||
|
ac_cv_use_listbook='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
|
||||||
|
|
||||||
|
fi;
|
||||||
|
|
||||||
|
eval "$ac_cv_use_listbook"
|
||||||
|
if test "$no_cache" != 1; then
|
||||||
|
echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test "$wxUSE_LISTBOOK" = yes; then
|
||||||
|
echo "$as_me:$LINENO: result: yes" >&5
|
||||||
|
echo "${ECHO_T}yes" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
enablestring=
|
enablestring=
|
||||||
echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
|
echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
|
||||||
echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
|
echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
|
||||||
@ -10488,7 +10534,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|||||||
(exit $ac_status); }; }; then
|
(exit $ac_status); }; }; then
|
||||||
for ac_declaration in \
|
for ac_declaration in \
|
||||||
'' \
|
'' \
|
||||||
'#include <stdlib.h>' \
|
|
||||||
'extern "C" void std::exit (int) throw (); using std::exit;' \
|
'extern "C" void std::exit (int) throw (); using std::exit;' \
|
||||||
'extern "C" void std::exit (int); using std::exit;' \
|
'extern "C" void std::exit (int); using std::exit;' \
|
||||||
'extern "C" void exit (int) throw ();' \
|
'extern "C" void exit (int) throw ();' \
|
||||||
@ -10502,8 +10547,8 @@ _ACEOF
|
|||||||
cat confdefs.h >>conftest.$ac_ext
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
cat >>conftest.$ac_ext <<_ACEOF
|
cat >>conftest.$ac_ext <<_ACEOF
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
#include <stdlib.h>
|
|
||||||
$ac_declaration
|
$ac_declaration
|
||||||
|
#include <stdlib.h>
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
@ -11129,7 +11174,6 @@ else
|
|||||||
fi
|
fi
|
||||||
for ac_declaration in \
|
for ac_declaration in \
|
||||||
'' \
|
'' \
|
||||||
'#include <stdlib.h>' \
|
|
||||||
'extern "C" void std::exit (int) throw (); using std::exit;' \
|
'extern "C" void std::exit (int) throw (); using std::exit;' \
|
||||||
'extern "C" void std::exit (int); using std::exit;' \
|
'extern "C" void std::exit (int); using std::exit;' \
|
||||||
'extern "C" void exit (int) throw ();' \
|
'extern "C" void exit (int) throw ();' \
|
||||||
@ -11143,8 +11187,8 @@ _ACEOF
|
|||||||
cat confdefs.h >>conftest.$ac_ext
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
cat >>conftest.$ac_ext <<_ACEOF
|
cat >>conftest.$ac_ext <<_ACEOF
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
#include <stdlib.h>
|
|
||||||
$ac_declaration
|
$ac_declaration
|
||||||
|
#include <stdlib.h>
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
@ -18950,6 +18994,7 @@ echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
if test $ac_cv_header_tiffio_h = yes; then
|
if test $ac_cv_header_tiffio_h = yes; then
|
||||||
|
|
||||||
echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
|
echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
|
||||||
echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
|
echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
|
||||||
if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
|
if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
|
||||||
@ -19009,6 +19054,7 @@ if test $ac_cv_lib_tiff_TIFFError = yes; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
@ -28180,6 +28226,7 @@ echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
|
|||||||
if test $ac_cv_lib_nsl_inet_addr = yes; then
|
if test $ac_cv_lib_nsl_inet_addr = yes; then
|
||||||
INET_LINK="nsl"
|
INET_LINK="nsl"
|
||||||
else
|
else
|
||||||
|
|
||||||
echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
|
echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
|
||||||
echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
|
echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
|
||||||
if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
|
if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
|
||||||
@ -28237,6 +28284,7 @@ echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
|
|||||||
if test $ac_cv_lib_resolv_inet_addr = yes; then
|
if test $ac_cv_lib_resolv_inet_addr = yes; then
|
||||||
INET_LINK="resolv"
|
INET_LINK="resolv"
|
||||||
else
|
else
|
||||||
|
|
||||||
echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
|
echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
|
||||||
echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
|
echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
|
||||||
if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
|
if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
|
||||||
@ -28297,9 +28345,11 @@ if test $ac_cv_lib_socket_inet_addr = yes; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
@ -31019,6 +31069,7 @@ echo "${ECHO_T}$ac_cv_func_socket" >&6
|
|||||||
if test $ac_cv_func_socket = yes; then
|
if test $ac_cv_func_socket = yes; then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
|
|
||||||
echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
|
echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
|
||||||
echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
|
echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
|
||||||
if test "${ac_cv_lib_socket_socket+set}" = set; then
|
if test "${ac_cv_lib_socket_socket+set}" = set; then
|
||||||
@ -31087,6 +31138,7 @@ echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
@ -31904,6 +31956,7 @@ _ACEOF
|
|||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
|
echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
|
||||||
echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
|
echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
|
||||||
if test "${ac_cv_lib_dl_dlerror+set}" = set; then
|
if test "${ac_cv_lib_dl_dlerror+set}" = set; then
|
||||||
@ -31965,6 +32018,8 @@ _ACEOF
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -32621,6 +32676,14 @@ _ACEOF
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test "$wxUSE_LISTBOOK" = "yes"; then
|
||||||
|
cat >>confdefs.h <<\_ACEOF
|
||||||
|
#define wxUSE_LISTBOOK 1
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
|
USES_CONTROLS=1
|
||||||
|
fi
|
||||||
|
|
||||||
if test "$wxUSE_LISTBOX" = "yes"; then
|
if test "$wxUSE_LISTBOX" = "yes"; then
|
||||||
cat >>confdefs.h <<\_ACEOF
|
cat >>confdefs.h <<\_ACEOF
|
||||||
#define wxUSE_LISTBOX 1
|
#define wxUSE_LISTBOX 1
|
||||||
@ -34635,6 +34698,8 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Check whether --enable-precomp-headers or --disable-precomp-headers was given.
|
# Check whether --enable-precomp-headers or --disable-precomp-headers was given.
|
||||||
if test "${enable_precomp_headers+set}" = set; then
|
if test "${enable_precomp_headers+set}" = set; then
|
||||||
enableval="$enable_precomp_headers"
|
enableval="$enable_precomp_headers"
|
||||||
|
Loading…
Reference in New Issue
Block a user