fix HAVE_ macros not being converted to uppercase on Solaris

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett 2007-09-20 02:06:04 +00:00
parent d24f0fab26
commit 1ad9ba1462
2 changed files with 12 additions and 12 deletions

View File

@ -284,7 +284,7 @@ AC_DEFUN([WX_CHECK_FUNCS],
if eval test \$wx_cv_func_$wx_func = yes
then
AC_DEFINE_UNQUOTED([HAVE_`echo $wx_func | tr 'a-z' 'A-Z'`])
AC_DEFINE_UNQUOTED([AS_TR_CPP([HAVE_$wx_func])])
$2
else
:

22
configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in 48740 2007-09-17 09:24:42Z JS .
# From configure.in Id: configure.in 48824 2007-09-20 00:01:33Z VZ .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
#
@ -28528,7 +28528,7 @@ echo "${ECHO_T}$ac_res" >&6; }
if eval test \$wx_cv_func_$wx_func = yes
then
cat >>confdefs.h <<_ACEOF
#define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
#define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
_ACEOF
@ -28610,7 +28610,7 @@ echo "${ECHO_T}$ac_res" >&6; }
if eval test \$wx_cv_func_$wx_func = yes
then
cat >>confdefs.h <<_ACEOF
#define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
#define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
_ACEOF
@ -38539,7 +38539,7 @@ echo "${ECHO_T}$ac_res" >&6; }
if eval test \$wx_cv_func_$wx_func = yes
then
cat >>confdefs.h <<_ACEOF
#define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
#define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
_ACEOF
@ -38673,7 +38673,7 @@ echo "${ECHO_T}$ac_res" >&6; }
if eval test \$wx_cv_func_$wx_func = yes
then
cat >>confdefs.h <<_ACEOF
#define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
#define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
_ACEOF
@ -38762,7 +38762,7 @@ echo "${ECHO_T}$ac_res" >&6; }
if eval test \$wx_cv_func_$wx_func = yes
then
cat >>confdefs.h <<_ACEOF
#define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
#define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
_ACEOF
@ -40351,7 +40351,7 @@ echo "${ECHO_T}$ac_res" >&6; }
if eval test \$wx_cv_func_$wx_func = yes
then
cat >>confdefs.h <<_ACEOF
#define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
#define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
_ACEOF
@ -40445,7 +40445,7 @@ echo "${ECHO_T}$ac_res" >&6; }
if eval test \$wx_cv_func_$wx_func = yes
then
cat >>confdefs.h <<_ACEOF
#define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
#define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
_ACEOF
@ -40527,7 +40527,7 @@ echo "${ECHO_T}$ac_res" >&6; }
if eval test \$wx_cv_func_$wx_func = yes
then
cat >>confdefs.h <<_ACEOF
#define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
#define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
_ACEOF
@ -40610,7 +40610,7 @@ echo "${ECHO_T}$ac_res" >&6; }
if eval test \$wx_cv_func_$wx_func = yes
then
cat >>confdefs.h <<_ACEOF
#define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
#define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
_ACEOF
@ -41178,7 +41178,7 @@ echo "${ECHO_T}$ac_res" >&6; }
if eval test \$wx_cv_func_$wx_func = yes
then
cat >>confdefs.h <<_ACEOF
#define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
#define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
_ACEOF