summaryrefslogtreecommitdiff
path: root/elfutils/configure
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/configure')
-rwxr-xr-xelfutils/configure441
1 files changed, 409 insertions, 32 deletions
diff --git a/elfutils/configure b/elfutils/configure
index 487c9a10..4934a5d0 100755
--- a/elfutils/configure
+++ b/elfutils/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for Red Hat elfutils 0.137.
+# Generated by GNU Autoconf 2.61 for Red Hat elfutils 0.141.
#
# Report bugs to <http://bugzilla.redhat.com/bugzilla/>.
#
@@ -9,7 +9,7 @@
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
#
-# Copyright (C) 1996-2007, 2008 Red Hat, Inc.
+# Copyright (C) 1996-2009 Red Hat, Inc.
## --------------------- ##
## M4sh Initialization. ##
## --------------------- ##
@@ -576,8 +576,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='Red Hat elfutils'
PACKAGE_TARNAME='elfutils'
-PACKAGE_VERSION='0.137'
-PACKAGE_STRING='Red Hat elfutils 0.137'
+PACKAGE_VERSION='0.141'
+PACKAGE_STRING='Red Hat elfutils 0.141'
PACKAGE_BUGREPORT='http://bugzilla.redhat.com/bugzilla/'
ac_unique_file="libelf/libelf.h"
@@ -652,8 +652,8 @@ host
host_cpu
host_vendor
host_os
-USE_TLS_TRUE
-USE_TLS_FALSE
+USE_LOCKS_TRUE
+USE_LOCKS_FALSE
CC
CFLAGS
LDFLAGS
@@ -695,6 +695,11 @@ BUILD_STATIC_FALSE
TESTS_RPATH_TRUE
TESTS_RPATH_FALSE
LIBEBL_SUBDIR
+ZLIB_TRUE
+ZLIB_FALSE
+BZLIB_TRUE
+BZLIB_FALSE
+zip_LIBS
HAVE_LIBASM_TRUE
HAVE_LIBASM_FALSE
STANDALONE_TRUE
@@ -707,6 +712,7 @@ GMSGFMT_015
XGETTEXT
XGETTEXT_015
MSGMERGE
+eu_version
LIBOBJS
LTLIBOBJS'
ac_subst_files=''
@@ -1222,7 +1228,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures Red Hat elfutils 0.137 to adapt to many kinds of systems.
+\`configure' configures Red Hat elfutils 0.141 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1292,7 +1298,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Red Hat elfutils 0.137:";;
+ short | recursive ) echo "Configuration of Red Hat elfutils 0.141:";;
esac
cat <<\_ACEOF
@@ -1301,7 +1307,7 @@ Optional Features:
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer
- --enable-tls enable use of thread local storage
+ --enable-thread-safety enable thread safety of libraries
--disable-dependency-tracking speeds up one-time build
--enable-dependency-tracking do not reject slow dependency extractors
--disable-largefile omit support for large files
@@ -1316,6 +1322,12 @@ Optional Features:
install libebl_CPU modules in $(libdir)/DIR
--disable-nls do not use Native Language Support
+Optional Packages:
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --with-zlib support gzip compression in libdwfl
+ --with-bzlib support gbzip compression in libdwfl
+
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
@@ -1394,7 +1406,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Red Hat elfutils configure 0.137
+Red Hat elfutils configure 0.141
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1402,7 +1414,7 @@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
-Copyright (C) 1996-2007, 2008 Red Hat, Inc.
+Copyright (C) 1996-2009 Red Hat, Inc.
_ACEOF
exit
fi
@@ -1410,7 +1422,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Red Hat elfutils $as_me 0.137, which was
+It was created by Red Hat elfutils $as_me 0.141, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2106,7 +2118,7 @@ fi
# Define the identity of the package.
PACKAGE='elfutils'
- VERSION='0.137'
+ VERSION='0.141'
cat >>confdefs.h <<_ACEOF
@@ -2382,24 +2394,24 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
-# Check whether --enable-tls was given.
-if test "${enable_tls+set}" = set; then
- enableval=$enable_tls; use_tls=yes
+# Check whether --enable-thread-safety was given.
+if test "${enable_thread_safety+set}" = set; then
+ enableval=$enable_thread_safety; use_tls=locks
else
- use_tls=no
+ use_locks=no
fi
- if test "$use_tls" = yes; then
- USE_TLS_TRUE=
- USE_TLS_FALSE='#'
+ if test "$use_locks" = yes; then
+ USE_LOCKS_TRUE=
+ USE_LOCKS_FALSE='#'
else
- USE_TLS_TRUE='#'
- USE_TLS_FALSE=
+ USE_LOCKS_TRUE='#'
+ USE_LOCKS_FALSE=
fi
-if test "$use_tls" = yes; then
+if test "$use_locks" = yes; then
cat >>confdefs.h <<\_ACEOF
-#define USE_TLS 1
+#define USE_LOCKS 1
_ACEOF
fi
@@ -3894,6 +3906,73 @@ echo "$as_me: error: gcc with C99 support required" >&2;}
fi
+{ echo "$as_me:$LINENO: checking for __thread support" >&5
+echo $ECHO_N "checking for __thread support... $ECHO_C" >&6; }
+if test "${ac_cv_tls+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ # Use the same flags that we use for our DSOs, so the test is representative.
+# Some old compiler/linker/libc combinations fail some ways and not others.
+save_CFLAGS="$CFLAGS"
+save_LDFLAGS="$LDFLAGS"
+CFLAGS="-fpic $CFLAGS"
+LDFLAGS="-shared -Wl,-z,defs,-z,relro $LDFLAGS"
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#undef __thread
+static __thread int a; int foo (int b) { return a + b; }
+int
+main ()
+{
+exit (foo (0));
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext &&
+ $as_test_x conftest$ac_exeext; then
+ ac_cv_tls=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_tls=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
+CFLAGS="$save_CFLAGS"
+LDFLAGS="$save_LDFLAGS"
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_tls" >&5
+echo "${ECHO_T}$ac_cv_tls" >&6; }
+if test "x$ac_cv_tls" != xyes; then
+ { { echo "$as_me:$LINENO: error: __thread support required" >&5
+echo "$as_me: error: __thread support required" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+
LOCALEDIR=$datadir
cat >>confdefs.h <<_ACEOF
@@ -4462,6 +4541,240 @@ _ACEOF
+save_LIBS="$LIBS"
+LIBS=
+
+# Check whether --with-[z]lib was given.
+if test "${with_zlib+set}" = set; then
+ withval=$with_zlib;
+else
+ with_zlib=default
+fi
+
+if test $with_zlib != no; then
+ { echo "$as_me:$LINENO: checking for library containing gzdirect" >&5
+echo $ECHO_N "checking for library containing gzdirect... $ECHO_C" >&6; }
+if test "${ac_cv_search_gzdirect+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_func_search_save_LIBS=$LIBS
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char gzdirect ();
+int
+main ()
+{
+return gzdirect ();
+ ;
+ return 0;
+}
+_ACEOF
+for ac_lib in '' z; do
+ if test -z "$ac_lib"; then
+ ac_res="none required"
+ else
+ ac_res=-l$ac_lib
+ LIBS="-l$ac_lib $ac_func_search_save_LIBS"
+ fi
+ rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext &&
+ $as_test_x conftest$ac_exeext; then
+ ac_cv_search_gzdirect=$ac_res
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext
+ if test "${ac_cv_search_gzdirect+set}" = set; then
+ break
+fi
+done
+if test "${ac_cv_search_gzdirect+set}" = set; then
+ :
+else
+ ac_cv_search_gzdirect=no
+fi
+rm conftest.$ac_ext
+LIBS=$ac_func_search_save_LIBS
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_search_gzdirect" >&5
+echo "${ECHO_T}$ac_cv_search_gzdirect" >&6; }
+ac_res=$ac_cv_search_gzdirect
+if test "$ac_res" != no; then
+ test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
+ with_zlib=yes
+else
+ test $with_zlib = default ||
+ { { echo "$as_me:$LINENO: error: missing -lz for --with-zlib" >&5
+echo "$as_me: error: missing -lz for --with-zlib" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+fi
+ if test $with_zlib = yes; then
+ ZLIB_TRUE=
+ ZLIB_FALSE='#'
+else
+ ZLIB_TRUE='#'
+ ZLIB_FALSE=
+fi
+
+if test $with_zlib = yes; then
+ cat >>confdefs.h <<\_ACEOF
+#define USE_ZLIB 1
+_ACEOF
+
+fi
+
+
+
+# Check whether --with-[bz]lib was given.
+if test "${with_bzlib+set}" = set; then
+ withval=$with_bzlib;
+else
+ with_bzlib=default
+fi
+
+if test $with_bzlib != no; then
+ { echo "$as_me:$LINENO: checking for library containing BZ2_bzdopen" >&5
+echo $ECHO_N "checking for library containing BZ2_bzdopen... $ECHO_C" >&6; }
+if test "${ac_cv_search_BZ2_bzdopen+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_func_search_save_LIBS=$LIBS
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char BZ2_bzdopen ();
+int
+main ()
+{
+return BZ2_bzdopen ();
+ ;
+ return 0;
+}
+_ACEOF
+for ac_lib in '' bz2; do
+ if test -z "$ac_lib"; then
+ ac_res="none required"
+ else
+ ac_res=-l$ac_lib
+ LIBS="-l$ac_lib $ac_func_search_save_LIBS"
+ fi
+ rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext &&
+ $as_test_x conftest$ac_exeext; then
+ ac_cv_search_BZ2_bzdopen=$ac_res
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext
+ if test "${ac_cv_search_BZ2_bzdopen+set}" = set; then
+ break
+fi
+done
+if test "${ac_cv_search_BZ2_bzdopen+set}" = set; then
+ :
+else
+ ac_cv_search_BZ2_bzdopen=no
+fi
+rm conftest.$ac_ext
+LIBS=$ac_func_search_save_LIBS
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_search_BZ2_bzdopen" >&5
+echo "${ECHO_T}$ac_cv_search_BZ2_bzdopen" >&6; }
+ac_res=$ac_cv_search_BZ2_bzdopen
+if test "$ac_res" != no; then
+ test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
+ with_bzlib=yes
+else
+ test $with_bzlib = default ||
+ { { echo "$as_me:$LINENO: error: missing -lbz2 for --with-bzlib" >&5
+echo "$as_me: error: missing -lbz2 for --with-bzlib" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+fi
+ if test $with_bzlib = yes; then
+ BZLIB_TRUE=
+ BZLIB_FALSE='#'
+else
+ BZLIB_TRUE='#'
+ BZLIB_FALSE=
+fi
+
+if test $with_bzlib = yes; then
+ cat >>confdefs.h <<\_ACEOF
+#define USE_BZLIB 1
+_ACEOF
+
+fi
+
+
+zip_LIBS="$LIBS"
+LIBS="$save_LIBS"
+
+
ac_config_files="$ac_config_files lib/Makefile"
@@ -4810,6 +5123,49 @@ fi
+ac_config_files="$ac_config_files version.h:config/version.h.in"
+
+
+
+# 1.234<whatever> -> 1234<whatever>
+case "$PACKAGE_VERSION" in
+[0-9].*) eu_version="${PACKAGE_VERSION/./}" ;;
+*) { { echo "$as_me:$LINENO: error: confused by version number '$PACKAGE_VERSION'" >&5
+echo "$as_me: error: confused by version number '$PACKAGE_VERSION'" >&2;}
+ { (exit 1); exit 1; }; } ;;
+esac
+case "$eu_version" in
+*.*)
+ # 1234.567 -> "1234", "567"
+ eu_extra_version="${eu_version#*.}"
+ eu_version="${eu_version%%.*}"
+ case "$eu_extra_version" in
+ [0-9][0-9][0-9]) ;;
+ [0-9][0-9]) eu_extra_version="${eu_extra_version}0" ;;
+ [0-9]) eu_extra_version="${eu_extra_version}00" ;;
+ *) { { echo "$as_me:$LINENO: error: confused by version number '$PACKAGE_VERSION'" >&5
+echo "$as_me: error: confused by version number '$PACKAGE_VERSION'" >&2;}
+ { (exit 1); exit 1; }; } ;;
+ esac
+ ;;
+*)
+ eu_extra_version=000
+ ;;
+esac
+
+case "$eu_version" in
+ 0[0-9][0-9][0-9]) eu_version="${eu_version#0}$eu_extra_version" ;;
+[0-9][0-9][0-9][0-9]) eu_version="${eu_version}$eu_extra_version" ;;
+[0-9][0-9][0-9]) eu_version="${eu_version}0$eu_extra_version" ;;
+[0-9][0-9]) eu_version="${eu_version}00$eu_extra_version";;
+*) { { echo "$as_me:$LINENO: error: confused by version number '$PACKAGE_VERSION'" >&5
+echo "$as_me: error: confused by version number '$PACKAGE_VERSION'" >&2;}
+ { (exit 1); exit 1; }; } ;;
+esac
+
+# Round up to the next release API (x.y) version.
+eu_version=$[($eu_version + 999) / 1000]
+
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
@@ -4913,10 +5269,10 @@ echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
-if test -z "${USE_TLS_TRUE}" && test -z "${USE_TLS_FALSE}"; then
- { { echo "$as_me:$LINENO: error: conditional \"USE_TLS\" was never defined.
+if test -z "${USE_LOCKS_TRUE}" && test -z "${USE_LOCKS_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"USE_LOCKS\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
-echo "$as_me: error: conditional \"USE_TLS\" was never defined.
+echo "$as_me: error: conditional \"USE_LOCKS\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -4983,6 +5339,20 @@ echo "$as_me: error: conditional \"TESTS_RPATH\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
+if test -z "${ZLIB_TRUE}" && test -z "${ZLIB_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"ZLIB\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"ZLIB\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
+if test -z "${BZLIB_TRUE}" && test -z "${BZLIB_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"BZLIB\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"BZLIB\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
if test -z "${HAVE_LIBASM_TRUE}" && test -z "${HAVE_LIBASM_FALSE}"; then
{ { echo "$as_me:$LINENO: error: conditional \"HAVE_LIBASM\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
@@ -5297,7 +5667,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by Red Hat elfutils $as_me 0.137, which was
+This file was extended by Red Hat elfutils $as_me 0.141, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5350,7 +5720,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-Red Hat elfutils config.status 0.137
+Red Hat elfutils config.status 0.141
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
@@ -5489,6 +5859,7 @@ do
"po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
"tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
"po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
+ "version.h") CONFIG_FILES="$CONFIG_FILES version.h:config/version.h.in" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
@@ -5622,8 +5993,8 @@ host!$host$ac_delim
host_cpu!$host_cpu$ac_delim
host_vendor!$host_vendor$ac_delim
host_os!$host_os$ac_delim
-USE_TLS_TRUE!$USE_TLS_TRUE$ac_delim
-USE_TLS_FALSE!$USE_TLS_FALSE$ac_delim
+USE_LOCKS_TRUE!$USE_LOCKS_TRUE$ac_delim
+USE_LOCKS_FALSE!$USE_LOCKS_FALSE$ac_delim
CC!$CC$ac_delim
CFLAGS!$CFLAGS$ac_delim
LDFLAGS!$LDFLAGS$ac_delim
@@ -5706,6 +6077,11 @@ BUILD_STATIC_FALSE!$BUILD_STATIC_FALSE$ac_delim
TESTS_RPATH_TRUE!$TESTS_RPATH_TRUE$ac_delim
TESTS_RPATH_FALSE!$TESTS_RPATH_FALSE$ac_delim
LIBEBL_SUBDIR!$LIBEBL_SUBDIR$ac_delim
+ZLIB_TRUE!$ZLIB_TRUE$ac_delim
+ZLIB_FALSE!$ZLIB_FALSE$ac_delim
+BZLIB_TRUE!$BZLIB_TRUE$ac_delim
+BZLIB_FALSE!$BZLIB_FALSE$ac_delim
+zip_LIBS!$zip_LIBS$ac_delim
HAVE_LIBASM_TRUE!$HAVE_LIBASM_TRUE$ac_delim
HAVE_LIBASM_FALSE!$HAVE_LIBASM_FALSE$ac_delim
STANDALONE_TRUE!$STANDALONE_TRUE$ac_delim
@@ -5718,11 +6094,12 @@ GMSGFMT_015!$GMSGFMT_015$ac_delim
XGETTEXT!$XGETTEXT$ac_delim
XGETTEXT_015!$XGETTEXT_015$ac_delim
MSGMERGE!$MSGMERGE$ac_delim
+eu_version!$eu_version$ac_delim
LIBOBJS!$LIBOBJS$ac_delim
LTLIBOBJS!$LTLIBOBJS$ac_delim
_ACEOF
- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 31; then
+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 37; then
break
elif $ac_last_try; then
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5