Author: jberry
Date: Thu May 26 17:14:53 2005
New Revision: 178716
URL: http://svn.apache.org/viewcvs?rev=178716&view=rev
Log:
Tweaks to configure for iconv selection
Modified:
xerces/c/branches/jberry/3.0-unstable/configure
xerces/c/branches/jberry/3.0-unstable/configure.ac
xerces/c/branches/jberry/3.0-unstable/m4/xerces_transcoder_selection.m4
Modified: xerces/c/branches/jberry/3.0-unstable/configure
URL:
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/configure?rev=178716&r1=178715&r2=178716&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/configure (original)
+++ xerces/c/branches/jberry/3.0-unstable/configure Thu May 26 17:14:53 2005
@@ -23360,10 +23360,14 @@
+
+
+
for ac_func in clock_gettime ftime getcwd gethostbyaddr gethostbyname
gettimeofday localeconv \
mblen memmove memset nl_langinfo pathconf
realpath setlocale socket \
strcasecmp strncasecmp stricmp strnicmp strchr
strdup strncasecmp \
strrchr strstr strtol strtoul \
+ towupper towlower iswspace \
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
@@ -24043,9 +24047,9 @@
tc_list=
# Check for iconv support
+ no_iconv=false
-
-for ac_header in wchar.h wctype.h
+for ac_header in wchar.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
@@ -24199,10 +24203,7 @@
-
-
-
-for ac_func in towupper towlower iswspace mblen wcstombs mbstowcs
+for ac_func in mblen wcstombs mbstowcs
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -24308,7 +24309,6 @@
echo "$as_me:$LINENO: checking for whether we can support the iconv
Transcoder" >&5
echo $ECHO_N "checking for whether we can support the iconv Transcoder...
$ECHO_C" >&6
list_add=
- no_iconv=false
if ! $no_iconv; then
# Check whether --enable-transcoder-iconv or
--disable-transcoder-iconv was given.
Modified: xerces/c/branches/jberry/3.0-unstable/configure.ac
URL:
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/configure.ac?rev=178716&r1=178715&r2=178716&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/configure.ac (original)
+++ xerces/c/branches/jberry/3.0-unstable/configure.ac Thu May 26 17:14:53 2005
@@ -91,6 +91,7 @@
mblen memmove memset nl_langinfo pathconf
realpath setlocale socket \
strcasecmp strncasecmp stricmp strnicmp strchr
strdup strncasecmp \
strrchr strstr strtol strtoul \
+ towupper towlower iswspace \
])
Modified:
xerces/c/branches/jberry/3.0-unstable/m4/xerces_transcoder_selection.m4
URL:
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/m4/xerces_transcoder_selection.m4?rev=178716&r1=178715&r2=178716&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/m4/xerces_transcoder_selection.m4
(original)
+++ xerces/c/branches/jberry/3.0-unstable/m4/xerces_transcoder_selection.m4 Thu
May 26 17:14:53 2005
@@ -22,11 +22,11 @@
tc_list=
# Check for iconv support
- AC_CHECK_HEADERS([wchar.h wctype.h], [], [no_iconv=true])
- AC_CHECK_FUNCS([towupper towlower iswspace mblen wcstombs mbstowcs],
[], [no_iconv=true])
+ no_iconv=false
+ AC_CHECK_HEADERS([wchar.h], [], [no_iconv=true])
+ AC_CHECK_FUNCS([mblen wcstombs mbstowcs], [], [no_iconv=true])
AC_MSG_CHECKING([for whether we can support the iconv Transcoder])
list_add=
- no_iconv=false
AS_IF([! $no_iconv], [
AC_ARG_ENABLE([transcoder-iconv],
AS_HELP_STRING([--enable-transcoder-iconv],
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]