11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
3- # Generated by GNU Autoconf 2.59 for eb 4.3.3 .
3+ # Generated by GNU Autoconf 2.59 for eb 4.3.4 .
44#
55# Copyright (C) 2003 Free Software Foundation, Inc.
66# This configure script is free software; the Free Software Foundation
@@ -421,8 +421,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
421421# Identity of this package.
422422PACKAGE_NAME='eb'
423423PACKAGE_TARNAME='eb'
424- PACKAGE_VERSION='4.3.3 '
425- PACKAGE_STRING='eb 4.3.3 '
424+ PACKAGE_VERSION='4.3.4 '
425+ PACKAGE_STRING='eb 4.3.4 '
426426PACKAGE_BUGREPORT=''
427427
428428ac_unique_file="eb/eb.c"
@@ -952,7 +952,7 @@ if test "$ac_init_help" = "long"; then
952952 # Omit some internal or obsolete options to make the list less imposing.
953953 # This message is too long to be a string in the A/UX 3.1 sh.
954954 cat <<_ACEOF
955- \`configure' configures eb 4.3.3 to adapt to many kinds of systems.
955+ \`configure' configures eb 4.3.4 to adapt to many kinds of systems.
956956
957957Usage: $0 [OPTION]... [VAR=VALUE]...
958958
10181018
10191019if test -n "$ac_init_help"; then
10201020 case $ac_init_help in
1021- short | recursive ) echo "Configuration of eb 4.3.3 :";;
1021+ short | recursive ) echo "Configuration of eb 4.3.4 :";;
10221022 esac
10231023 cat <<\_ACEOF
10241024
11811181test -n "$ac_init_help" && exit 0
11821182if $ac_init_version; then
11831183 cat <<\_ACEOF
1184- eb configure 4.3.3
1184+ eb configure 4.3.4
11851185generated by GNU Autoconf 2.59
11861186
11871187Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1195,7 +1195,7 @@ cat >&5 <<_ACEOF
11951195This file contains any messages produced by compilers while
11961196running configure, to aid debugging if configure makes a mistake.
11971197
1198- It was created by eb $as_me 4.3.3 , which was
1198+ It was created by eb $as_me 4.3.4 , which was
11991199generated by GNU Autoconf 2.59. Invocation command line was
12001200
12011201 $ $0 $@
18401840
18411841# Define the identity of the package.
18421842 PACKAGE='eb'
1843- VERSION='4.3.3 '
1843+ VERSION='4.3.4 '
18441844
18451845
18461846cat >>confdefs.h <<_ACEOF
@@ -19579,9 +19579,8 @@ fi;
1957919579 save_CPPFLAGS=$CPPFLAGS
1958019580 save_LIBS=$LIBS
1958119581 CPPFLAGS="$save_CPPFLAGS $iconv_includes"
19582- LIBS="$save_LIBS $iconv_libraries -liconv"
19583-
19584- echo "$as_me:$LINENO: checking for iconv_open in -liconv" >&5
19582+ LIBS="$save_LIBS $iconv_libraries"
19583+ echo "$as_me:$LINENO: checking for iconv_open in -liconv" >&5
1958519584echo $ECHO_N "checking for iconv_open in -liconv... $ECHO_C" >&6
1958619585if test "${ac_cv_lib_iconv_iconv_open+set}" = set; then
1958719586 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19646,92 +19645,12 @@ fi
1964619645echo "$as_me:$LINENO: result: $ac_cv_lib_iconv_iconv_open" >&5
1964719646echo "${ECHO_T}$ac_cv_lib_iconv_iconv_open" >&6
1964819647if test $ac_cv_lib_iconv_iconv_open = yes; then
19649- cat >>confdefs.h <<_ACEOF
19650- #define HAVE_LIBICONV 1
19651- _ACEOF
19652-
19653- LIBS="-liconv $LIBS"
19654-
19648+ ICONVLIBS="$iconv_libraries -liconv"; LIBS="$LIBS -liconv"
1965519649fi
1965619650
1965719651
19658- echo "$as_me:$LINENO: checking for libiconv_open in -liconv" >&5
19659- echo $ECHO_N "checking for libiconv_open in -liconv... $ECHO_C" >&6
19660- if test "${ac_cv_lib_iconv_libiconv_open+set}" = set; then
19661- echo $ECHO_N "(cached) $ECHO_C" >&6
19662- else
19663- ac_check_lib_save_LIBS=$LIBS
19664- LIBS="-liconv $LIBS"
19665- cat >conftest.$ac_ext <<_ACEOF
19666- /* confdefs.h. */
19667- _ACEOF
19668- cat confdefs.h >>conftest.$ac_ext
19669- cat >>conftest.$ac_ext <<_ACEOF
19670- /* end confdefs.h. */
1967119652
19672- /* Override any gcc2 internal prototype to avoid an error. */
19673- #ifdef __cplusplus
19674- extern "C"
19675- #endif
19676- /* We use char because int might match the return type of a gcc2
19677- builtin and then its argument prototype would still apply. */
19678- char libiconv_open ();
19679- int
19680- main ()
19681- {
19682- libiconv_open ();
19683- ;
19684- return 0;
19685- }
19686- _ACEOF
19687- rm -f conftest.$ac_objext conftest$ac_exeext
19688- if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19689- (eval $ac_link) 2>conftest.er1
19690- ac_status=$?
19691- grep -v '^ *+' conftest.er1 >conftest.err
19692- rm -f conftest.er1
19693- cat conftest.err >&5
19694- echo "$as_me:$LINENO: \$? = $ac_status" >&5
19695- (exit $ac_status); } &&
19696- { ac_try='test -z "$ac_c_werror_flag"
19697- || test ! -s conftest.err'
19698- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19699- (eval $ac_try) 2>&5
19700- ac_status=$?
19701- echo "$as_me:$LINENO: \$? = $ac_status" >&5
19702- (exit $ac_status); }; } &&
19703- { ac_try='test -s conftest$ac_exeext'
19704- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19705- (eval $ac_try) 2>&5
19706- ac_status=$?
19707- echo "$as_me:$LINENO: \$? = $ac_status" >&5
19708- (exit $ac_status); }; }; then
19709- ac_cv_lib_iconv_libiconv_open=yes
19710- else
19711- echo "$as_me: failed program was:" >&5
19712- sed 's/^/| /' conftest.$ac_ext >&5
19713-
19714- ac_cv_lib_iconv_libiconv_open=no
19715- fi
19716- rm -f conftest.err conftest.$ac_objext \
19717- conftest$ac_exeext conftest.$ac_ext
19718- LIBS=$ac_check_lib_save_LIBS
19719- fi
19720- echo "$as_me:$LINENO: result: $ac_cv_lib_iconv_libiconv_open" >&5
19721- echo "${ECHO_T}$ac_cv_lib_iconv_libiconv_open" >&6
19722- if test $ac_cv_lib_iconv_libiconv_open = yes; then
19723- cat >>confdefs.h <<_ACEOF
19724- #define HAVE_LIBICONV 1
19725- _ACEOF
19726-
19727- LIBS="-liconv $LIBS"
19728-
19729- fi
19730-
19731-
19732-
19733-
19734- for ac_func in iconv_open libiconv_open locale_charset
19653+ for ac_func in iconv_open locale_charset
1973519654do
1973619655as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
1973719656echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -19983,12 +19902,8 @@ fi
1998319902
1998419903done
1998519904
19986- if test " $ac_cv_func_iconv_open$ac_cv_func_libiconv_open" != nono ; then
19905+ if test $ac_cv_func_iconv_open != no ; then
1998719906 ICONVINCS="$iconv_includes"
19988- ICONVLIBS="$iconv_libraries -liconv"
19989- else
19990- iconv_includes=
19991- iconv_libraries=
1999219907 fi
1999319908 CPPFLAGS=$save_CPPFLAGS
1999419909 LIBS=$save_LIBS
@@ -22822,7 +22737,7 @@ _ASBOX
2282222737} >&5
2282322738cat >&5 <<_CSEOF
2282422739
22825- This file was extended by eb $as_me 4.3.3 , which was
22740+ This file was extended by eb $as_me 4.3.4 , which was
2282622741generated by GNU Autoconf 2.59. Invocation command line was
2282722742
2282822743 CONFIG_FILES = $CONFIG_FILES
@@ -22885,7 +22800,7 @@ _ACEOF
2288522800
2288622801cat >>$CONFIG_STATUS <<_ACEOF
2288722802ac_cs_version="\\
22888- eb config.status 4.3.3
22803+ eb config.status 4.3.4
2288922804configured by $0, generated by GNU Autoconf 2.59,
2289022805 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2289122806
0 commit comments