rev 3893 - trunk/packages/kdeaccessibility/debian/patches
Christopher Martin
chrsmrtn at costa.debian.org
Sun Jun 4 23:19:02 UTC 2006
Author: chrsmrtn
Date: 2006-06-04 23:12:33 +0000 (Sun, 04 Jun 2006)
New Revision: 3893
Modified:
trunk/packages/kdeaccessibility/debian/patches/98_buildprep.diff
Log:
Fix buildprep.
Modified: trunk/packages/kdeaccessibility/debian/patches/98_buildprep.diff
===================================================================
--- trunk/packages/kdeaccessibility/debian/patches/98_buildprep.diff 2006-06-04 23:05:38 UTC (rev 3892)
+++ trunk/packages/kdeaccessibility/debian/patches/98_buildprep.diff 2006-06-04 23:12:33 UTC (rev 3893)
@@ -1,35507 +1,48717 @@
#DPATCHLEVEL=0
# vi: ft=diff
-1692,1700d1691
-< case $host in
-< *-*-linux-gnu)
-< KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
-< [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
-< [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
-< [KDE_NO_UNDEFINED=""])],
-< [KDE_NO_UNDEFINED=""])
-< ;;
-< esac
-2147,2149d2137
-< if test "$GXX" = "yes"; then
-< CXXFLAGS="$CXXFLAGS -pedantic-errors"
-< fi
-5976c5964
-< ## Copyright 1996, 1997, 1998, 1999, 2000, 2001
----
-> ## Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
-5980,5997c5968,5970
-< ## This program is free software; you can redistribute it and/or modify
-< ## it under the terms of the GNU General Public License as published by
-< ## the Free Software Foundation; either version 2 of the License, or
-< ## (at your option) any later version.
-< ##
-< ## This program is distributed in the hope that it will be useful, but
-< ## WITHOUT ANY WARRANTY; without even the implied warranty of
-< ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-< ## General Public License for more details.
-< ##
-< ## You should have received a copy of the GNU General Public License
-< ## along with this program; if not, write to the Free Software
-< ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-< ##
-< ## As a special exception to the GNU General Public License, if you
-< ## distribute this file as part of a program that contains a
-< ## configuration script generated by Autoconf, you may include it under
-< ## the same distribution terms that you use for the rest of that program.
----
-> ## This file is free software; the Free Software Foundation gives
-> ## unlimited permission to copy and/or distribute it, with or without
-> ## modifications, as long as this notice is preserved.
-5999c5972
-< # serial 47 AC_PROG_LIBTOOL
----
-> # serial 48 Debian 1.5.22-4 AC_PROG_LIBTOOL
-6059c6032
-< LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
----
-> LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-6109c6082
-< Xsed='sed -e s/^X//'
----
-> Xsed='sed -e 1s/^X//'
-6129c6102
-< # All known linkers require a `.a' archive for static linking (except M$VC,
----
-> # All known linkers require a `.a' archive for static linking (except MSVC,
-6148a6122
-> test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
-6168c6142
-< old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
----
-> old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
-6171c6145
-< old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
----
-> old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
-6176a6151,6152
-> _LT_CC_BASENAME([$compiler])
->
-6216a6193,6195
-> # If no C compiler flags were specified, use CFLAGS.
-> LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
->
-6221a6201,6242
-> # _LT_CC_BASENAME(CC)
-> # -------------------
-> # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
-> AC_DEFUN([_LT_CC_BASENAME],
-> [for cc_temp in $1""; do
-> case $cc_temp in
-> compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
-> distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
-> \-*) ;;
-> *) break;;
-> esac
-> done
-> cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
-> ])
->
->
-> # _LT_COMPILER_BOILERPLATE
-> # ------------------------
-> # Check for compiler boilerplate output or warnings with
-> # the simple compiler test code.
-> AC_DEFUN([_LT_COMPILER_BOILERPLATE],
-> [ac_outfile=conftest.$ac_objext
-> printf "$lt_simple_compile_test_code" >conftest.$ac_ext
-> eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-> _lt_compiler_boilerplate=`cat conftest.err`
-> $rm conftest*
-> ])# _LT_COMPILER_BOILERPLATE
->
->
-> # _LT_LINKER_BOILERPLATE
-> # ----------------------
-> # Check for linker boilerplate output or warnings with
-> # the simple link test code.
-> AC_DEFUN([_LT_LINKER_BOILERPLATE],
-> [ac_outfile=conftest.$ac_objext
-> printf "$lt_simple_link_test_code" >conftest.$ac_ext
-> eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-> _lt_linker_boilerplate=`cat conftest.err`
-> $rm conftest*
-> ])# _LT_LINKER_BOILERPLATE
->
->
-6294c6315
-< if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
----
-> (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-6301,6302c6322,6323
-< if (echo_test_string="`eval $cmd`") 2>/dev/null &&
-< echo_test_string="`eval $cmd`" &&
----
-> if (echo_test_string=`eval $cmd`) 2>/dev/null &&
-> echo_test_string=`eval $cmd` &&
-6471c6492
-< case "`/usr/bin/file conftest.o`" in
----
-> case `/usr/bin/file conftest.o` in
-6473d6493
-< LINUX_64_MODE="32"
-6478c6498
-< ppc64-*linux*)
----
-> ppc64-*linux*|powerpc64-*linux*)
-6490d6509
-< LINUX_64_MODE="64"
-6523a6543,6558
-> sparc*-*solaris*)
-> # Find out which ABI we are using.
-> echo 'int i;' > conftest.$ac_ext
-> if AC_TRY_EVAL(ac_compile); then
-> case `/usr/bin/file conftest.o` in
-> *64-bit*)
-> case $lt_cv_prog_gnu_ld in
-> yes*) LD="${LD-ld} -m elf64_sparc" ;;
-> *) LD="${LD-ld} -64" ;;
-> esac
-> ;;
-> esac
-> fi
-> rm -rf conftest*
-> ;;
->
-6555c6590
-< -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
----
-> -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-6565,6566c6600,6603
-< # So say no if there are warnings
-< if test ! -s conftest.err; then
----
-> # So say no if there are warnings other than the usual output.
-> $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
-> $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-> if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-6592c6629
-< # The compiler can only warn and ignore the option if not recognized
----
-> # The linker can only warn and ignore the option if not recognized
-6596a6634,6638
-> $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
-> $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-> if diff conftest.exp conftest.er2 >/dev/null; then
-> $2=yes
-> fi
-6620c6662
-< testring="ABCD"
----
-> teststring="ABCD"
-6649c6691,6740
-< *)
----
-> amigaos*)
-> # On AmigaOS with pdksh, this test takes hours, literally.
-> # So we just punt and use a minimum line length of 8192.
-> lt_cv_sys_max_cmd_len=8192;
-> ;;
->
-> netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
-> # This has been around since 386BSD, at least. Likely further.
-> if test -x /sbin/sysctl; then
-> lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
-> elif test -x /usr/sbin/sysctl; then
-> lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
-> else
-> lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
-> fi
-> # And add a safety zone
-> lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-> lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-> ;;
->
-> interix*)
-> # We know the value 262144 and hardcode it with a safety zone (like BSD)
-> lt_cv_sys_max_cmd_len=196608
-> ;;
->
-> osf*)
-> # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
-> # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
-> # nice to cause kernel panics so lets avoid the loop below.
-> # First set a reasonable default.
-> lt_cv_sys_max_cmd_len=16384
-> #
-> if test -x /sbin/sysconfig; then
-> case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
-> *1*) lt_cv_sys_max_cmd_len=-1 ;;
-> esac
-> fi
-> ;;
-> sco3.2v5*)
-> lt_cv_sys_max_cmd_len=102400
-> ;;
-> sysv5* | sco5v6* | sysv4.2uw2*)
-> kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
-> if test -n "$kargmax"; then
-> lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
-> else
-> lt_cv_sys_max_cmd_len=32768
-> fi
-> ;;
-> *)
-6653,6655c6744,6747
-< while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
-< = "XX$testring") >/dev/null 2>&1 &&
-< new_result=`expr "X$testring" : ".*" 2>&1` &&
----
-> SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
-> while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
-> = "XX$teststring") >/dev/null 2>&1 &&
-> new_result=`expr "X$teststring" : ".*" 2>&1` &&
-6660c6752
-< testring=$testring$testring
----
-> teststring=$teststring$teststring
-6662c6754
-< testring=
----
-> teststring=
-6679c6771
-< # --------------------
----
-> # ------------------
-6687c6779
-< # ------------------------------------------------------------------
----
-> # ---------------------------------------------------------------------
-6752a6845,6846
-> else
-> puts (dlerror ());
-6758c6852
-< (./conftest; exit; ) 2>/dev/null
----
-> (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
-6763c6857
-< x$lt_unknown|x*) $3 ;;
----
-> x$lt_dlunknown|x*) $3 ;;
-6775c6869
-< # -------------------
----
-> # ----------------------
-6812c6906
-<
----
->
-6846c6940
-< eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
----
-> wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
-6859c6953
-< LDFLAGS="$LDFLAGS $link_static_flag"
----
-> wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
-6901,6907d6994
-< # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
-< # that will create temporary files in the current directory regardless of
-< # the output directory. Thus, making CWD read-only will cause this test
-< # to fail, enabling locking or at least warning the user not to do parallel
-< # builds.
-< chmod -w .
-<
-6914c7001
-< -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
----
-> -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-6926c7013,7015
-< if test ! -s out/conftest.err; then
----
-> $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
-> $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-> if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-6930,6932c7019,7024
-< chmod u+w .
-< $rm conftest* out/*
-< rmdir out
----
-> chmod u+w . 2>&AS_MESSAGE_LOG_FD
-> $rm conftest*
-> # SGI C++ compiler will create directory out/ii_files/ for
-> # template instantiation
-> test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
-> $rm out/* && rmdir out
-6991,6992c7083,7084
-< test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
-< test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
----
-> test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
-> test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
-7049c7141
-< esac
----
-> esac
-7062c7154
-< shrext=".so"
----
-> shrext_cmds=".so"
-7072c7164,7177
-< sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
----
-> if test "$GCC" = yes; then
-> sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
-> if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
-> # if the path contains ";" then we assume it to be the separator
-> # otherwise default to the standard path separator (i.e. ":") - it is
-> # assumed that no part of a normal pathname contains ";" but that should
-> # okay in the real world where ";" in dirpaths is itself problematic.
-> sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-> else
-> sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-> fi
-> else
-> sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-> fi
-7137c7242
-< finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
----
-> finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-7146c7251
-< bsdi4*)
----
-> bsdi[[45]]*)
-7162c7267
-< shrext=".dll"
----
-> shrext_cmds=".dll"
-7174c7279,7280
-< $install_prog $dir/$dlname \$dldir/$dlname'
----
-> $install_prog $dir/$dlname \$dldir/$dlname~
-> chmod a+x \$dldir/$dlname'
-7204c7310
-< library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
----
-> library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
-7227c7333
-< shrext='$(test .$module = .yes && echo .so || echo .dylib)'
----
-> shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-7250,7263c7356,7366
-< kfreebsd*-gnu*)
-< version_type=linux
-< need_lib_prefix=no
-< need_version=no
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< shlibpath_var=LD_LIBRARY_PATH
-< shlibpath_overrides_runpath=no
-< hardcode_into_libs=yes
-< dynamic_linker='GNU ld.so'
-< ;;
-<
-< freebsd*)
-< objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
----
-> freebsd* | dragonfly*)
-> # DragonFly does not have aout. When/if they implement a new
-> # versioning mechanism, adjust this.
-> if test -x /usr/bin/objformat; then
-> objformat=`/usr/bin/objformat`
-> else
-> case $host_os in
-> freebsd[[123]]*) objformat=aout ;;
-> *) objformat=elf ;;
-> esac
-> fi
-7281c7384
-< freebsd3.[01]* | freebsdelf3.[01]*)
----
-> freebsd3.[[01]]* | freebsdelf3.[[01]]*)
-7285c7388,7389
-< *) # from 3.2 on
----
-> freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
-> freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
-7288a7393,7396
-> freebsd*) # from 4.6 on
-> shlibpath_overrides_runpath=yes
-> hardcode_into_libs=yes
-> ;;
-7308c7416
-< case "$host_cpu" in
----
-> case $host_cpu in
-7310c7418
-< shrext='.so'
----
-> shrext_cmds='.so'
-7325c7433
-< shrext='.sl'
----
-> shrext_cmds='.sl'
-7336c7444
-< shrext='.sl'
----
-> shrext_cmds='.sl'
-7347a7456,7467
-> interix3*)
-> version_type=linux
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=no
-> hardcode_into_libs=yes
-> ;;
->
-7391c7511
-< linux*)
----
-> linux* | k*bsd*-gnu)
-7398,7404d7517
-< libsuff=
-< if test "x$LINUX_64_MODE" = x64; then
-< # Some platforms are per default 64-bit, so there's no /lib64
-< if test -d /lib64; then
-< libsuff=64
-< fi
-< fi
-7407,7408d7519
-< sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
-< sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
-7413a7525,7530
-> # Append ld.so.conf contents to the search path
-> if test -f /etc/ld.so.conf; then
-> lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
-> sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-> fi
->
-7422a7540,7551
-> netbsdelf*-gnu)
-> version_type=linux
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=no
-> hardcode_into_libs=yes
-> dynamic_linker='NetBSD ld.elf_so'
-> ;;
->
-7432c7561
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
----
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-7459a7589
-> sys_lib_dlsearch_path_spec="/usr/lib"
-7461c7591,7595
-< need_version=no
----
-> # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
-> case $host_os in
-> openbsd3.3 | openbsd3.3.*) need_version=yes ;;
-> *) need_version=no ;;
-> esac
-7481c7615
-< shrext=".dll"
----
-> shrext_cmds=".dll"
-7499,7505d7632
-< sco3.2v5*)
-< version_type=osf
-< soname_spec='${libname}${release}${shared_ext}$major'
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< shlibpath_var=LD_LIBRARY_PATH
-< ;;
-<
-7531c7658
-< sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
----
-> sysv4 | sysv4.3*)
-7563a7691,7713
-> sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-> version_type=freebsd-elf
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> hardcode_into_libs=yes
-> if test "$with_gnu_ld" = yes; then
-> sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-> shlibpath_overrides_runpath=no
-> else
-> sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-> shlibpath_overrides_runpath=yes
-> case $host_os in
-> sco3.2v5*)
-> sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-> ;;
-> esac
-> fi
-> sys_lib_dlsearch_path_spec='/usr/lib'
-> ;;
->
-7576a7727,7731
->
-> variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-> if test "$GCC" = yes; then
-> variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-> fi
-7600a7756,7758
-> if test -z "$LTCFLAGS"; then
-> eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
-> fi
-7627c7785,7787
-< if test -n "$CXX" && test "X$CXX" != "Xno"; then
----
-> if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
-> ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
-> (test "X$CXX" != "Xg++"))) ; then
-7689c7849
-< # declare package support for building win32 dll's
----
-> # declare package support for building win32 DLLs
-7727c7887
-< #- set the default shared flag to --disable-shared
----
-> # set the default shared flag to --disable-shared
-7863c8023
-< file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
----
-> file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-7973c8133
-< # but apparently some GNU ld's only accept -v.
----
-> # but apparently some variants of GNU ld only accept -v.
-8005c8165
-< [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
----
-> [# I'd rather use --version here, but apparently some GNU lds only accept -v.
-8031a8192,8200
-> case $host_os in
-> darwin*)
-> if test "$GCC" = yes; then
-> reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
-> else
-> reload_cmds='$LD$reload_flag -o $output$reload_objs'
-> fi
-> ;;
-> esac
-8065c8234
-< bsdi4*)
----
-> bsdi[[45]]*)
-8072c8241,8243
-< lt_cv_deplibs_check_method=pass_all
----
-> # func_win32_libid is a shell function defined in ltmain.sh
-> lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-> lt_cv_file_magic_cmd='func_win32_libid'
-8074c8245
-<
----
->
-8076,8078c8247,8250
-< # win32_libid is a shell function defined in ltmain.sh
-< lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-< lt_cv_file_magic_cmd='win32_libid'
----
-> # Base MSYS/MinGW do not provide the 'file' command needed by
-> # func_win32_libid shell function, so use a weaker test based on 'objdump'.
-> lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
-> lt_cv_file_magic_cmd='$OBJDUMP -f'
-8082,8092d8253
-< # this will be overwritten by pass_all, but leave it in just in case
-< lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
-< lt_cv_file_magic_cmd='/usr/bin/file -L'
-< case "$host_os" in
-< rhapsody* | darwin1.[[012]])
-< lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
-< ;;
-< *) # Darwin 1.3 on
-< lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
-< ;;
-< esac
-8096c8257
-< freebsd* | kfreebsd*-gnu)
----
-> freebsd* | dragonfly*)
-8102c8263
-< lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
----
-> lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
-8118c8279
-< case "$host_cpu" in
----
-> case $host_cpu in
-8133a8295,8299
-> interix3*)
-> # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
-> lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
-> ;;
->
-8135,8149c8301,8305
-< case $host_os in
-< irix5* | nonstopux*)
-< # this will be overridden with pass_all, but let us keep it just in case
-< lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
-< ;;
-< *)
-< case $LD in
-< *-32|*"-32 ") libmagic=32-bit;;
-< *-n32|*"-n32 ") libmagic=N32;;
-< *-64|*"-64 ") libmagic=64-bit;;
-< *) libmagic=never-match;;
-< esac
-< # this will be overridden with pass_all, but let us keep it just in case
-< lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1"
-< ;;
----
-> case $LD in
-> *-32|*"-32 ") libmagic=32-bit;;
-> *-n32|*"-n32 ") libmagic=N32;;
-> *-64|*"-64 ") libmagic=64-bit;;
-> *) libmagic=never-match;;
-8151d8306
-< lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
-8156,8167c8311,8312
-< linux*)
-< case $host_cpu in
-< alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* )
-< lt_cv_deplibs_check_method=pass_all ;;
-< # the debian people say, arm and glibc 2.3.1 works for them with pass_all
-< arm* )
-< lt_cv_deplibs_check_method=pass_all ;;
-< *)
-< # glibc up to 2.1.1 does not perform some relocations on ARM
-< lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
-< esac
-< lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
----
-> linux* | k*bsd*-gnu)
-> lt_cv_deplibs_check_method=pass_all
-8170c8315
-< netbsd*)
----
-> netbsd* | netbsdelf*-gnu)
-8189,8190d8333
-< lt_cv_file_magic_cmd=/usr/bin/file
-< lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
-8192c8335
-< lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
----
-> lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
-8194c8337
-< lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
----
-> lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
-8199,8205d8341
-< # this will be overridden with pass_all, but let us keep it just in case
-< lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
-< lt_cv_file_magic_test_file=/shlib/libc.so
-< lt_cv_deplibs_check_method=pass_all
-< ;;
-<
-< sco3.2v5*)
-8211d8346
-< lt_cv_file_magic_test_file=/lib/libc.so
-8214c8349
-< sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
----
-> sysv4 | sysv4.3*)
-8234a8370,8372
-> pc)
-> lt_cv_deplibs_check_method=pass_all
-> ;;
-8238c8376
-< sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
----
-> sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-8258,8276c8396,8413
-< lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
-< for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
-< IFS="$lt_save_ifs"
-< test -z "$ac_dir" && ac_dir=.
-< tmp_nm="$ac_dir/${ac_tool_prefix}nm"
-< if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
-< # Check to see if the nm accepts a BSD-compat flag.
-< # Adding the `sed 1q' prevents false positives on HP-UX, which says:
-< # nm: unknown option "B" ignored
-< # Tru64's nm complains that /dev/null is an invalid object file
-< case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
-< */dev/null* | *'Invalid file or object type'*)
-< lt_cv_path_NM="$tmp_nm -B"
-< break
-< ;;
-< *)
-< case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
-< */dev/null*)
-< lt_cv_path_NM="$tmp_nm -p"
----
-> lt_nm_to_check="${ac_tool_prefix}nm"
-> if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
-> lt_nm_to_check="$lt_nm_to_check nm"
-> fi
-> for lt_tmp_nm in $lt_nm_to_check; do
-> lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
-> for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
-> IFS="$lt_save_ifs"
-> test -z "$ac_dir" && ac_dir=.
-> tmp_nm="$ac_dir/$lt_tmp_nm"
-> if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
-> # Check to see if the nm accepts a BSD-compat flag.
-> # Adding the `sed 1q' prevents false positives on HP-UX, which says:
-> # nm: unknown option "B" ignored
-> # Tru64's nm complains that /dev/null is an invalid object file
-> case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
-> */dev/null* | *'Invalid file or object type'*)
-> lt_cv_path_NM="$tmp_nm -B"
-8280,8281c8417,8426
-< lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
-< continue # so that we can try to find one that supports BSD flags
----
-> case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
-> */dev/null*)
-> lt_cv_path_NM="$tmp_nm -p"
-> break
-> ;;
-> *)
-> lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
-> continue # so that we can try to find one that supports BSD flags
-> ;;
-> esac
-8284,8285c8429,8431
-< esac
-< fi
----
-> fi
-> done
-> IFS="$lt_save_ifs"
-8287d8432
-< IFS="$lt_save_ifs"
-8319,8325c8464,8470
-< # --enable-ltdl-convenience to the configure arguments. Note that LIBLTDL
-< # and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If
-< # DIRECTORY is not provided, it is assumed to be `libltdl'. LIBLTDL will
-< # be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with
-< # '${top_srcdir}/' (note the single quotes!). If your package is not
-< # flat and you're not using automake, define top_builddir and
-< # top_srcdir appropriately in the Makefiles.
----
-> # --enable-ltdl-convenience to the configure arguments. Note that
-> # AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided,
-> # it is assumed to be `libltdl'. LIBLTDL will be prefixed with
-> # '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/'
-> # (note the single quotes!). If your package is not flat and you're not
-> # using automake, define top_builddir and top_srcdir appropriately in
-> # the Makefiles.
-8344,8350c8489,8495
-< # --enable-ltdl-install to the configure arguments. Note that LIBLTDL
-< # and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If
-< # DIRECTORY is not provided and an installed libltdl is not found, it is
-< # assumed to be `libltdl'. LIBLTDL will be prefixed with '${top_builddir}/'
-< # and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single
-< # quotes!). If your package is not flat and you're not using automake,
-< # define top_builddir and top_srcdir appropriately in the Makefiles.
----
-> # --enable-ltdl-install to the configure arguments. Note that
-> # AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided,
-> # and an installed libltdl is not found, it is assumed to be `libltdl'.
-> # LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with
-> # '${top_srcdir}/' (note the single quotes!). If your package is not
-> # flat and you're not using automake, define top_builddir and top_srcdir
-> # appropriately in the Makefiles.
-8388c8533
-< AC_REQUIRE([AC_PROG_CXXCPP])
----
-> AC_REQUIRE([_LT_AC_PROG_CXXCPP])
-8391a8537,8547
-> # _LT_AC_PROG_CXXCPP
-> # ------------------
-> AC_DEFUN([_LT_AC_PROG_CXXCPP],
-> [
-> AC_REQUIRE([AC_PROG_CXX])
-> if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
-> ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
-> (test "X$CXX" != "Xg++"))) ; then
-> AC_PROG_CXXCPP
-> fi
-> ])# _LT_AC_PROG_CXXCPP
-8431c8587
-< # --------------
----
-> # -------------
-8464,8493c8620,8622
-< #
-< # Check for any special shared library compilation flags.
-< #
-< _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
-< if test "$GCC" = no; then
-< case $host_os in
-< sco3.2v5*)
-< _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
-< ;;
-< esac
-< fi
-< if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
-< AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
-< if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ ]]" >/dev/null; then :
-< else
-< AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
-< _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
-< fi
-< fi
-<
-<
-< #
-< # Check to make sure the static flag actually works.
-< #
-< AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
-< _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
-< $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
-< [],
-< [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
-<
----
-> # save warnings/boilerplate of simple test code
-> _LT_COMPILER_BOILERPLATE
-> _LT_LINKER_BOILERPLATE
-8507c8636
-< AC_LIBTOOL_DLOPEN_SELF($1)
----
-> AC_LIBTOOL_DLOPEN_SELF
-8509c8638
-< # Report which librarie types wil actually be built
----
-> # Report which library types will actually be built
-8518c8647
-< case "$host_os" in
----
-> case $host_os in
-8527c8656
-< aix4*)
----
-> aix4* | aix5*)
-8531,8568c8660
-< ;;
-< darwin* | rhapsody*)
-< if test "$GCC" = yes; then
-< _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
-< case "$host_os" in
-< rhapsody* | darwin1.[[012]])
-< _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
-< ;;
-< *) # Darwin 1.3 on
-< if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-< _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-< else
-< case ${MACOSX_DEPLOYMENT_TARGET} in
-< 10.[012])
-< _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-< ;;
-< 10.*)
-< _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
-< ;;
-< esac
-< fi
-< ;;
-< esac
-< output_verbose_link_cmd='echo'
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
-< _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
-< # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< _LT_AC_TAGVAR(hardcode_direct, $1)=no
-< _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
-< _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-< _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
-< _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
-< else
-< _LT_AC_TAGVAR(ld_shlibs, $1)=no
-< fi
-< ;;
----
-> ;;
-8593c8685
-< AC_REQUIRE([AC_PROG_CXXCPP])
----
-> AC_REQUIRE([_LT_AC_PROG_CXXCPP])
-8604a8697
-> _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-8622c8715
-< ac_ext=cc
----
-> ac_ext=cpp
-8632c8725
-< lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
----
-> lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }\n'
-8636a8730,8733
-> # save warnings/boilerplate of simple test code
-> _LT_COMPILER_BOILERPLATE
-> _LT_LINKER_BOILERPLATE
->
-8647c8744
-< unset lt_cv_prog_gnu_ld
----
-> $as_unset lt_cv_prog_gnu_ld
-8652c8749
-< unset lt_cv_path_LD
----
-> $as_unset lt_cv_path_LD
-8658c8755
-< cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
----
-> _LT_CC_BASENAME([$compiler])
-8676,8677c8773,8774
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-8703c8800
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-8733,8734c8830,8846
-< # KDE requires run time linking. Make it the default.
-< aix_use_runtimelinking=yes
----
-> aix_use_runtimelinking=no
->
-> # Test if we are trying to use run time linking or normal
-> # AIX style linking. If -brtl is somewhere in LDFLAGS, we
-> # need to do runtime linking.
-> case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
-> for ld_flag in $LDFLAGS; do
-> case $ld_flag in
-> *-brtl*)
-> aix_use_runtimelinking=yes
-> break
-> ;;
-> esac
-> done
-> ;;
-> esac
->
-8751c8863
-< case $host_os in aix4.[012]|aix4.[012].*)
----
-> case $host_os in aix4.[[012]]|aix4.[[012]].*)
-8769a8882
-> ;;
-8771a8885,8887
-> if test "$aix_use_runtimelinking" = yes; then
-> shared_flag="$shared_flag "'${wl}-G'
-> fi
-8780c8896
-< shared_flag='-qmkshrobj ${wl}-G'
----
-> shared_flag='${wl}-G'
-8782c8898
-< shared_flag='-qmkshrobj'
----
-> shared_flag='${wl}-bM:SRE'
-8787,8788c8903,8905
-< # Let the compiler handle the export list.
-< _LT_AC_TAGVAR(always_export_symbols, $1)=no
----
-> # It seems that -bexpall does not export symbols beginning with
-> # underscore (_), so it is better to generate a list of symbols to export.
-> _LT_AC_TAGVAR(always_export_symbols, $1)=yes
-8797,8798c8914
-< _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
----
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
-8803c8919
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
----
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
-8812,8813d8927
-< # -bexpall does not export symbols beginning with underscore (_)
-< _LT_AC_TAGVAR(always_export_symbols, $1)=yes
-8815c8929
-< _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
----
-> _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
-8817,8818c8931,8932
-< # This is similar to how AIX traditionally builds it's shared libraries.
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
----
-> # This is similar to how AIX traditionally builds its shared libraries.
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
-8822,8827c8936,8953
-< chorus*)
-< case $cc_basename in
-< *)
-< # FIXME: insert proper C++ library support
-< _LT_AC_TAGVAR(ld_shlibs, $1)=no
-< ;;
----
->
-> beos*)
-> if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-> _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
-> # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
-> # support --undefined. This deserves some investigation. FIXME
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> else
-> _LT_AC_TAGVAR(ld_shlibs, $1)=no
-> fi
-> ;;
->
-> chorus*)
-> case $cc_basename in
-> *)
-> # FIXME: insert proper C++ library support
-> _LT_AC_TAGVAR(ld_shlibs, $1)=no
-> ;;
-8835c8961
-< _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
----
-> _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
-8840c8966
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-8849c8975
-< $CC -shared -nostdlib $output_objdir/$soname.def $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
----
-> $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-8853a8980,9005
-> darwin* | rhapsody*)
-> case $host_os in
-> rhapsody* | darwin1.[[012]])
-> _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
-> ;;
-> *) # Darwin 1.3 on
-> if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-> _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
-> else
-> case ${MACOSX_DEPLOYMENT_TARGET} in
-> 10.[[012]])
-> _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
-> ;;
-> 10.*)
-> _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
-> ;;
-> esac
-> fi
-> ;;
-> esac
-> _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
-> _LT_AC_TAGVAR(hardcode_direct, $1)=no
-> _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
-> _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-> _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
-> _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
-8855,8873c9007,9011
-< darwin* | rhapsody*)
-< if test "$GXX" = yes; then
-< _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
-< case "$host_os" in
-< rhapsody* | darwin1.[[012]])
-< _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
-< ;;
-< *) # Darwin 1.3 on
-< if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-< _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-< else
-< case ${MACOSX_DEPLOYMENT_TARGET} in
-< 10.[012])
-< _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-< ;;
-< 10.*)
-< _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
-< ;;
-< esac
----
-> if test "$GXX" = yes ; then
-> lt_int_apple_cc_single_mod=no
-> output_verbose_link_cmd='echo'
-> if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
-> lt_int_apple_cc_single_mod=yes
-8875,8904c9013,9041
-< ;;
-< esac
-< lt_int_apple_cc_single_mod=no
-< output_verbose_link_cmd='echo'
-< if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
-< lt_int_apple_cc_single_mod=yes
-< fi
-< if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
-< else
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
-< fi
-< _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
-<
-< # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
-< if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< else
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< fi
-< _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< _LT_AC_TAGVAR(hardcode_direct, $1)=no
-< _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
-< _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-< _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
-< _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
-< else
-< _LT_AC_TAGVAR(ld_shlibs, $1)=no
-< fi
-< ;;
----
-> if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-> else
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-> fi
-> _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-> # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
-> if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> else
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> fi
-> _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> else
-> case $cc_basename in
-> xlc*)
-> output_verbose_link_cmd='echo'
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
-> _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-> # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> ;;
-> *)
-> _LT_AC_TAGVAR(ld_shlibs, $1)=no
-> ;;
-> esac
-> fi
-> ;;
-8908c9045
-< ec++)
----
-> ec++*)
-8912c9049
-< ghcx)
----
-> ghcx*)
-8923c9060
-< freebsd[12]*)
----
-> freebsd[[12]]*)
-8930c9067
-< freebsd* | kfreebsd*-gnu)
----
-> freebsd* | dragonfly*)
-8947c9084
-< CC)
----
-> CC*)
-8951,8952c9088,9089
-< aCC)
-< _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
----
-> aCC*)
-> _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
-8961c9098
-< output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
----
-> output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
-8965c9102
-< _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
-8975,8977c9112,9116
-< case "$host_cpu" in
-< hppa*64*)
-< _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
----
-> _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
-> _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
->
-> case $host_cpu in
-> hppa*64*|ia64*)
-8979,8982d9117
-< _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-< ;;
-< ia64*)
-< _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-8985,8986d9119
-< _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
-< _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-8991,8992c9124,9125
-< case "$host_cpu" in
-< hppa*64*)
----
-> case $host_cpu in
-> hppa*64*|ia64*)
-8996,9002d9128
-< ia64*)
-< _LT_AC_TAGVAR(hardcode_direct, $1)=no
-< _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-< _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
-< # but as the default
-< # location of the library.
-< ;;
-9012c9138
-< CC)
----
-> CC*)
-9016,9019c9142,9148
-< aCC)
-< case "$host_cpu" in
-< hppa*64*|ia64*)
-< _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
----
-> aCC*)
-> case $host_cpu in
-> hppa*64*)
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-> ;;
-> ia64*)
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-9022c9151
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-9038,9040c9167,9172
-< case "$host_cpu" in
-< ia64*|hppa*64*)
-< _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
----
-> case $host_cpu in
-> hppa*64*)
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-> ;;
-> ia64*)
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-9043c9175
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-9053a9186,9199
-> interix3*)
-> _LT_AC_TAGVAR(hardcode_direct, $1)=no
-> _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-> _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
-> _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
-> # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-> # Instead, shared libraries are loaded at an image base (0x10000000 by
-> # default) and relocated if they conflict, which is a slow very memory
-> # consuming and fragmenting process. To avoid this, we pick a random,
-> # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-> # time. Moving up from 0x10000000 also allows more sbrk(2) space.
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-> ;;
-9056c9202
-< CC)
----
-> CC*)
-9058c9204
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
-9069c9215
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-9071c9217
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
-9080c9226
-< linux*)
----
-> linux* | k*bsd*-gnu)
-9082c9228
-< KCC)
----
-> KCC*)
-9088,9089c9234,9235
-< _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
-9107c9253
-< icpc)
----
-> icpc*)
-9109a9256,9272
-> # version 8.0 and above of icpc choke on multiply defined symbols
-> # if we add $predep_objects and $postdep_objects, however 7.1 and
-> # earlier do not add the objects themselves.
-> case `$CC -V 2>&1` in
-> *"Version 7."*)
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-> ;;
-> *) # Version 8.0 or newer
-> tmp_idyn=
-> case $host_cpu in
-> ia64*) tmp_idyn=' -i_dynamic';;
-> esac
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-> ;;
-> esac
-9111,9112d9273
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-9117c9278,9287
-< cxx)
----
-> pgCC*)
-> # Portland Group C++ compiler
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
->
-> _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
-> _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
-> _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
-> ;;
-> cxx*)
-9119,9120c9289,9290
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
-9148c9318
-< cxx)
----
-> cxx*)
-9158c9328
-< netbsd*)
----
-> netbsd* | netbsdelf*-gnu)
-9168a9339,9354
-> openbsd2*)
-> # C++ shared libraries are fairly broken
-> _LT_AC_TAGVAR(ld_shlibs, $1)=no
-> ;;
-> openbsd*)
-> _LT_AC_TAGVAR(hardcode_direct, $1)=yes
-> _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-> _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
-> if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
-> _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
-> _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
-> fi
-> output_verbose_link_cmd='echo'
-> ;;
-9171c9357
-< KCC)
----
-> KCC*)
-9177c9363
-< _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-9187c9373
-< RCC)
----
-> RCC*)
-9192c9378
-< cxx)
----
-> cxx*)
-9194c9380
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
-9212c9398
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-9231c9417
-< KCC)
----
-> KCC*)
-9237c9423
-< _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-9246c9432
-< RCC)
----
-> RCC*)
-9251c9437
-< cxx)
----
-> cxx*)
-9253c9439
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
-9256c9442
-< $CC -shared$allow_undefined_flag $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~
----
-> $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
-9275c9461
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-9296,9308d9481
-< sco*)
-< _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
-< case $cc_basename in
-< CC)
-< # FIXME: insert proper C++ library support
-< _LT_AC_TAGVAR(ld_shlibs, $1)=no
-< ;;
-< *)
-< # FIXME: insert proper C++ library support
-< _LT_AC_TAGVAR(ld_shlibs, $1)=no
-< ;;
-< esac
-< ;;
-9311c9484
-< CC)
----
-> CC*)
-9316c9489
-< lcc)
----
-> lcc*)
-9329c9502
-< CC)
----
-> CC*)
-9330a9504
-> _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
-9332c9506
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-9334c9508
-< $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
----
-> $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
-9339c9513
-< solaris2.[0-5] | solaris2.[0-5].*) ;;
----
-> solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
-9343c9517,9521
-< # linker.
----
-> # linker. We must also pass each convience library through
-> # to the system linker between allextract/defaultextract.
-> # The C++ compiler will combine linker options so we
-> # cannot just pass the convience library names through
-> # without $wl.
-9345c9523
-< _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
----
-> _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
-9350,9358c9528
-< # Commands to make compiler produce verbose output that lists
-< # what "hidden" libraries, object files and flags are used when
-< # linking a shared library.
-< #
-< # There doesn't appear to be a way to prevent this compiler from
-< # explicitly linking system object files so we need to strip them
-< # from the output so that they don't get included in the library
-< # dependencies.
-< output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
----
-> output_verbose_link_cmd='echo'
-9366c9536
-< gcx)
----
-> gcx*)
-9368c9538
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
-9378c9548
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
-9380c9550
-< $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
----
-> $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
-9389c9559
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
-9391c9561
-< $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
----
-> $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
-9404c9574,9575
-< sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
----
-> sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
-> _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
-9405a9577,9626
-> _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-> runpath_var='LD_RUN_PATH'
->
-> case $cc_basename in
-> CC*)
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-> ;;
-> *)
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-> ;;
-> esac
-> ;;
-> sysv5* | sco3.2v5* | sco5v6*)
-> # Note: We can NOT use -z defs as we might desire, because we do not
-> # link with -lc, and that would cause any symbols used from libc to
-> # always be unresolved, which means just about no library would
-> # ever link correctly. If we're not using GNU ld we use -z text
-> # though, which does catch some bad symbols but isn't as heavy-handed
-> # as -z defs.
-> # For security reasons, it is highly recommended that you always
-> # use absolute paths for naming shared libraries, and exclude the
-> # DT_RUNPATH tag from executables and libraries. But doing so
-> # requires that you compile everything twice, which is a pain.
-> # So that behaviour is only enabled if SCOABSPATH is set to a
-> # non-empty value in the environment. Most likely only useful for
-> # creating official distributions of packages.
-> # This is a hack until libtool officially supports absolute path
-> # names for shared libraries.
-> _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
-> _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
-> _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
-> _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-> _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
-> _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
-> _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
-> _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
-> runpath_var='LD_RUN_PATH'
->
-> case $cc_basename in
-> CC*)
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> ;;
-> *)
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> ;;
-> esac
-9409c9630
-< NCC)
----
-> NCC*)
-9446,9447d9666
-< AC_LIBTOOL_SYS_LIB_STRIP
-< AC_LIBTOOL_DLOPEN_SELF($1)
-9465c9684
-< # ------------------------
----
-> # ------------------------------------
-9519c9738
-< output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
----
-> output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
-9559c9778
-< *.$objext|*.$libext)
----
-> *.$objext)
-9594a9814,9837
-> # PORTME: override above test on systems where it is broken
-> ifelse([$1],[CXX],
-> [case $host_os in
-> interix3*)
-> # Interix 3.5 installs completely hosed .la files for C++, so rather than
-> # hack all around it, let's just trust "g++" to DTRT.
-> _LT_AC_TAGVAR(predep_objects,$1)=
-> _LT_AC_TAGVAR(postdep_objects,$1)=
-> _LT_AC_TAGVAR(postdeps,$1)=
-> ;;
->
-> solaris*)
-> case $cc_basename in
-> CC*)
-> # Adding this requires a known-good setup of shared libraries for
-> # Sun compiler versions before 5.6, else PIC objects from an old
-> # archive will be linked into the output, leading to subtle bugs.
-> _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
-> ;;
-> esac
-> ;;
-> esac
-> ])
->
-9601c9844
-< # ------------------------
----
-> # --------------------------
-9644a9888,9891
-> # save warnings/boilerplate of simple test code
-> _LT_COMPILER_BOILERPLATE
-> _LT_LINKER_BOILERPLATE
->
-9650c9897
-< cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
----
-> _LT_CC_BASENAME([$compiler])
-9660c9907
-< case "$host_os" in
----
-> case $host_os in
-9668,9669c9915,9918
-< aix4*)
-< test "$enable_shared" = yes && enable_static=no
----
-> aix4* | aix5*)
-> if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
-> test "$enable_shared" = yes && enable_static=no
-> fi
-9679,9680d9927
-< test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
-<
-9690,9691d9936
-< AC_LIBTOOL_SYS_LIB_STRIP
-<
-9720c9965
-< lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
----
-> lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
-9724a9970,9973
-> # save warnings/boilerplate of simple test code
-> _LT_COMPILER_BOILERPLATE
-> _LT_LINKER_BOILERPLATE
->
-9729a9979
-> _LT_CC_BASENAME([$compiler])
-9733a9984,9985
-> _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
->
-9745,9746d9996
-< AC_LIBTOOL_SYS_LIB_STRIP
-< AC_LIBTOOL_DLOPEN_SELF($1)
-9756c10006
-< # --------------------------
----
-> # -------------------------
-9779a10030,10033
-> # save warnings/boilerplate of simple test code
-> _LT_COMPILER_BOILERPLATE
-> _LT_LINKER_BOILERPLATE
->
-9784a10039
-> _LT_CC_BASENAME([$compiler])
-9810c10065
-< fi
----
-> fi
-9814c10069,10070
-< for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
----
-> for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
-> SED SHELL STRIP \
-9864c10120
-< _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
----
-> _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
-9930c10186
-< Xsed="$SED -e s/^X//"
----
-> Xsed="$SED -e 1s/^X//"
-9934c10190
-< if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
----
-> (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-9964a10221,10226
-> host_os=$host_os
->
-> # The build system.
-> build_alias=$build_alias
-> build=$build
-> build_os=$build_os
-9975a10238,10240
-> # LTCC compiler flags.
-> LTCFLAGS=$lt_LTCFLAGS
->
-9995c10260
-< STRIP=$STRIP
----
-> STRIP=$lt_STRIP
-10026c10291
-< shrext='$shrext'
----
-> shrext_cmds='$shrext_cmds'
-10041c10306
-< # Must we lock files when doing compilation ?
----
-> # Must we lock files when doing compilation?
-10270c10535,10538
-< test -f Makefile && make "$ltmain"
----
-> ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
-> if test -f "$ltmain_in"; then
-> test -f Makefile && make "$ltmain"
-> fi
-10312,10314d10579
-< # Transform the above into a raw symbol and a C symbol.
-< symxfrm='\1 \2\3 \3'
-<
-10335a10601,10607
-> linux* | k*bsd*-gnu)
-> if test "$host_cpu" = ia64; then
-> symcode='[[ABCDGIRSTW]]'
-> lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
-> lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
-> fi
-> ;;
-10342,10343c10614,10624
-< solaris* | sysv5*)
-< symcode='[[BDT]]'
----
-> solaris*)
-> symcode='[[BDRT]]'
-> ;;
-> sco3.2v5*)
-> symcode='[[DT]]'
-> ;;
-> sysv4.2uw2*)
-> symcode='[[DT]]'
-> ;;
-> sysv5* | sco5v6* | unixware* | OpenUNIX*)
-> symcode='[[ABDT]]'
-10361c10642
-< symcode='[[ABCDGISTW]]' ;;
----
-> symcode='[[ABCDGIRSTW]]' ;;
-10366a10648,10650
-> # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
-> symxfrm="\\1 $ac_symprfx\\2 \\2"
->
-10368c10652
-< lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
----
-> lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
-10523a10808,10811
-> interix3*)
-> # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-> # Instead, we relocate shared libraries at runtime.
-> ;;
-10532c10820
-< case "$host_cpu" in
----
-> case $host_cpu in
-10557c10845
-< cxch68)
----
-> cxch68*)
-10562a10851,10860
-> darwin*)
-> # PIC is the default on this platform
-> # Common symbols not allowed in MH_DYLIB files
-> case $cc_basename in
-> xlc*)
-> _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
-> _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-> ;;
-> esac
-> ;;
-10565c10863
-< ec++)
----
-> ec++*)
-10568c10866
-< ghcx)
----
-> ghcx*)
-10576c10874
-< freebsd* | kfreebsd*-gnu)
----
-> freebsd* | dragonfly*)
-10581c10879
-< CC)
----
-> CC*)
-10583c10881
-< _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
----
-> _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
-10588c10886
-< aCC)
----
-> aCC*)
-10590,10591c10888,10889
-< _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
-< case "$host_cpu" in
----
-> _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
-> case $host_cpu in
-10603a10902,10905
-> interix*)
-> # This is c89, which is MS Visual C++ (no shared libs)
-> # Anyone wants to do a port?
-> ;;
-10606c10908
-< CC)
----
-> CC*)
-10615c10917
-< linux*)
----
-> linux* | k*bsd*-gnu)
-10617c10919
-< KCC)
----
-> KCC*)
-10622c10924
-< icpc)
----
-> icpc* | ecpc*)
-10627,10628c10929,10936
-< ;;
-< cxx)
----
-> ;;
-> pgCC*)
-> # Portland Group C++ compiler.
-> _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-> _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
-> _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-> ;;
-> cxx*)
-10645c10953
-< cxx)
----
-> cxx*)
-10652c10960
-< netbsd*)
----
-> netbsd* | netbsdelf*-gnu)
-10656c10964
-< KCC)
----
-> KCC*)
-10659c10967
-< RCC)
----
-> RCC*)
-10663c10971
-< cxx)
----
-> cxx*)
-10677,10685d10984
-< sco*)
-< case $cc_basename in
-< CC)
-< _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-< ;;
-< *)
-< ;;
-< esac
-< ;;
-10688c10987
-< CC)
----
-> CC*)
-10694c10993
-< gcx)
----
-> gcx*)
-10704c11003
-< CC)
----
-> CC*)
-10709c11008
-< lcc)
----
-> lcc*)
-10719c11018
-< NCC)
----
-> NCC*)
-10727c11026,11033
-< unixware*)
----
-> sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-> case $cc_basename in
-> CC*)
-> _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-> _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-> _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-> ;;
-> esac
-10773a11080,11084
-> interix3*)
-> # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-> # Instead, we relocate shared libraries at runtime.
-> ;;
->
-10790c11101
-< case "$host_cpu" in
----
-> case $host_cpu in
-10815a11127,11136
-> darwin*)
-> # PIC is the default on this platform
-> # Common symbols not allowed in MH_DYLIB files
-> case $cc_basename in
-> xlc*)
-> _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
-> _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-> ;;
-> esac
-> ;;
-10827c11148
-< case "$host_cpu" in
----
-> case $host_cpu in
-10850,10851c11171,11172
-< linux*)
-< case $CC in
----
-> linux* | k*bsd*-gnu)
-> case $cc_basename in
-10856a11178,11184
-> pgcc* | pgf77* | pgf90* | pgf95*)
-> # Portland Group compilers (*not* the Pentium gcc compiler,
-> # which looks to be a dead project)
-> _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-> _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
-> _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-> ;;
-10871,10875d11198
-< sco3.2v5*)
-< _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
-< _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
-< ;;
-<
-10877d11199
-< _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-10879a11202,11207
-> case $cc_basename in
-> f77* | f90* | f95*)
-> _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
-> *)
-> _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
-> esac
-10888c11216
-< sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
----
-> sysv4 | sysv4.2uw2* | sysv4.3*)
-10900a11229,11239
-> sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-> _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-> _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-> _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-> ;;
->
-> unicos*)
-> _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-> _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
-> ;;
->
-10928c11267
-< case "$host_os" in
----
-> case $host_os in
-10936a11276,11285
->
-> #
-> # Check to make sure the static flag actually works.
-> #
-> wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
-> AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
-> _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
-> $lt_tmp_static_flag,
-> [],
-> [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
-10961c11310,11313
-< _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
----
-> _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
-> ;;
-> linux* | k*bsd*-gnu)
-> _LT_AC_TAGVAR(link_all_deplibs, $1)=no
-10987c11339
-< _LT_AC_TAGVAR(module_expsym_cmds, $1)=
----
-> _LT_AC_TAGVAR(module_expsym_cmds, $1)=
-11004c11356,11357
-<
----
-> # Just being paranoid about ensuring that cc_basename is set.
-> _LT_CC_BASENAME([$compiler])
-11013a11367,11370
-> interix*)
-> # we just hope/assume this is gcc and not c89 (= MSVC++)
-> with_gnu_ld=yes
-> ;;
-11023a11381,11401
-> # Set some defaults for GNU ld with shared library support. These
-> # are reset later if shared libraries are not supported. Putting them
-> # here allows them to be overridden if necessary.
-> runpath_var=LD_RUN_PATH
-> _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
-> _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
-> # ancient GNU ld didn't support --whole-archive et. al.
-> if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
-> _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
-> else
-> _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
-> fi
-> supports_anon_versioning=no
-> case `$LD -v 2>/dev/null` in
-> *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
-> *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
-> *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
-> *\ 2.11.*) ;; # other 2.11 versions
-> *) supports_anon_versioning=yes ;;
-> esac
->
-11061c11439
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-11071c11449
-< _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
----
-> _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
-11074c11452
-< _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
----
-> _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
-11077c11455
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-11086c11464
-< $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
----
-> $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-11088c11466
-< ld_shlibs=no
----
-> _LT_AC_TAGVAR(ld_shlibs, $1)=no
-11092c11470,11517
-< netbsd*)
----
-> interix3*)
-> _LT_AC_TAGVAR(hardcode_direct, $1)=no
-> _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-> _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
-> _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
-> # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-> # Instead, shared libraries are loaded at an image base (0x10000000 by
-> # default) and relocated if they conflict, which is a slow very memory
-> # consuming and fragmenting process. To avoid this, we pick a random,
-> # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-> # time. Moving up from 0x10000000 also allows more sbrk(2) space.
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-> ;;
->
-> linux* | k*bsd*-gnu)
-> if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-> tmp_addflag=
-> case $cc_basename,$host_cpu in
-> pgcc*) # Portland Group C compiler
-> _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
-> tmp_addflag=' $pic_flag'
-> ;;
-> pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
-> _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
-> tmp_addflag=' $pic_flag -Mnomain' ;;
-> ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
-> tmp_addflag=' -i_dynamic' ;;
-> efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
-> tmp_addflag=' -i_dynamic -nofor_main' ;;
-> ifc* | ifort*) # Intel Fortran compiler
-> tmp_addflag=' -nofor_main' ;;
-> esac
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
->
-> if test $supports_anon_versioning = yes; then
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
-> cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-> $echo "local: *; };" >> $output_objdir/$libname.ver~
-> $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
-> fi
-> _LT_AC_TAGVAR(link_all_deplibs, $1)=no
-> else
-> _LT_AC_TAGVAR(ld_shlibs, $1)=no
-> fi
-> ;;
->
-> netbsd* | netbsdelf*-gnu)
-11097,11098c11522,11523
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-11102c11527
-< solaris* | sysv5*)
----
-> solaris*)
-11116,11117c11541,11542
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-11122a11548,11574
-> sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
-> case `$LD -v 2>&1` in
-> *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
-> _LT_AC_TAGVAR(ld_shlibs, $1)=no
-> cat <<_LT_EOF 1>&2
->
-> *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
-> *** reliably create shared libraries on SCO systems. Therefore, libtool
-> *** is disabling shared libraries support. We urge you to upgrade GNU
-> *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
-> *** your PATH or compiler configuration so that the native linker is
-> *** used, and then restart.
->
-> _LT_EOF
-> ;;
-> *)
-> if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-> _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
-> else
-> _LT_AC_TAGVAR(ld_shlibs, $1)=no
-> fi
-> ;;
-> esac
-> ;;
->
-11132,11133c11584,11585
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-11140,11149c11592,11596
-< if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
-< runpath_var=LD_RUN_PATH
-< _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
-< _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
-< # ancient GNU ld didn't support --whole-archive et. al.
-< if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
-< _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
-< else
-< _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
-< fi
----
-> if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
-> runpath_var=
-> _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
-> _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
-> _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
-11161c11608
-< if test "$GCC" = yes && test -z "$link_static_flag"; then
----
-> if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
-11182a11630,11643
-> aix_use_runtimelinking=no
->
-> # Test if we are trying to use run time linking or normal
-> # AIX style linking. If -brtl is somewhere in LDFLAGS, we
-> # need to do runtime linking.
-> case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
-> for ld_flag in $LDFLAGS; do
-> if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
-> aix_use_runtimelinking=yes
-> break
-> fi
-> done
-> ;;
-> esac
-11184,11185d11644
-< # KDE requires run time linking. Make it the default.
-< aix_use_runtimelinking=yes
-11202c11661
-< case $host_os in aix4.[012]|aix4.[012].*)
----
-> case $host_os in aix4.[[012]]|aix4.[[012]].*)
-11220a11680
-> ;;
-11222a11683,11685
-> if test "$aix_use_runtimelinking" = yes; then
-> shared_flag="$shared_flag "'${wl}-G'
-> fi
-11230,11231c11693,11694
-< if test "$aix_use_runtimelinking" = yes; then
-< shared_flag='-qmkshrobj ${wl}-G'
----
-> if test "$aix_use_runtimelinking" = yes; then
-> shared_flag='${wl}-G'
-11233,11234c11696,11697
-< shared_flag='-qmkshrobj'
-< fi
----
-> shared_flag='${wl}-bM:SRE'
-> fi
-11238,11239c11701,11703
-< # Let the compiler handle the export list.
-< _LT_AC_TAGVAR(always_export_symbols, $1)=no
----
-> # It seems that -bexpall does not export symbols beginning with
-> # underscore (_), so it is better to generate a list of symbols to export.
-> _LT_AC_TAGVAR(always_export_symbols, $1)=yes
-11245,11248c11709,11711
-< _LT_AC_SYS_LIBPATH_AIX
-< _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
-< _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
----
-> _LT_AC_SYS_LIBPATH_AIX
-> _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
-11253c11716
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
----
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
-11262,11263d11724
-< # -bexpall does not export symbols beginning with underscore (_)
-< _LT_AC_TAGVAR(always_export_symbols, $1)=yes
-11265c11726
-< _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
----
-> _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
-11267,11268c11728,11729
-< # This is similar to how AIX traditionally builds it's shared libraries.
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
----
-> # This is similar to how AIX traditionally builds its shared libraries.
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
-11281c11742
-< bsdi4*)
----
-> bsdi[[45]]*)
-11291c11752
-< _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
----
-> _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
-11295c11756
-< shrext=".dll"
----
-> shrext_cmds=".dll"
-11297c11758
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
-11302c11763
-< fix_srcfile_path='`cygpath -w "$srcfile"`'
----
-> _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
-11307,11326c11768,11785
-< if test "$GXX" = yes ; then
-< _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
-< case "$host_os" in
-< rhapsody* | darwin1.[[012]])
-< _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
-< ;;
-< *) # Darwin 1.3 on
-< if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-< _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-< else
-< case ${MACOSX_DEPLOYMENT_TARGET} in
-< 10.[012])
-< _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-< ;;
-< 10.*)
-< _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
-< ;;
-< esac
-< fi
-< ;;
----
-> case $host_os in
-> rhapsody* | darwin1.[[012]])
-> _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
-> ;;
-> *) # Darwin 1.3 on
-> if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-> _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
-> else
-> case ${MACOSX_DEPLOYMENT_TARGET} in
-> 10.[[012]])
-> _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
-> ;;
-> 10.*)
-> _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
-> ;;
-> esac
-> fi
-> ;;
-11328,11345c11787
-< lt_int_apple_cc_single_mod=no
-< output_verbose_link_cmd='echo'
-< if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
-< lt_int_apple_cc_single_mod=yes
-< fi
-< if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
-< else
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
-< fi
-< _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
-< # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
-< if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< else
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< fi
-< _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
----
-> _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
-11349c11791
-< _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
----
-> _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
-11351,11353c11793,11814
-< else
-< _LT_AC_TAGVAR(ld_shlibs, $1)=no
-< fi
----
-> if test "$GCC" = yes ; then
-> output_verbose_link_cmd='echo'
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-> _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-> # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> else
-> case $cc_basename in
-> xlc*)
-> output_verbose_link_cmd='echo'
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
-> _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-> # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> ;;
-> *)
-> _LT_AC_TAGVAR(ld_shlibs, $1)=no
-> ;;
-> esac
-> fi
-11386,11387c11847,11848
-< freebsd* | kfreebsd*-gnu)
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
----
-> freebsd* | dragonfly*)
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
-11395c11856
-< _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
-11409c11870
-< hpux10* | hpux11*)
----
-> hpux10*)
-11411,11413c11872,11896
-< case "$host_cpu" in
-< hppa*64*|ia64*)
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-> else
-> _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
-> fi
-> if test "$with_gnu_ld" = no; then
-> _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
-> _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
->
-> _LT_AC_TAGVAR(hardcode_direct, $1)=yes
-> _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
->
-> # hardcode_minus_L: Not really in the search PATH,
-> # but as the default location of the library.
-> _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
-> fi
-> ;;
->
-> hpux11*)
-> if test "$GCC" = yes -a "$with_gnu_ld" = no; then
-> case $host_cpu in
-> hppa*64*)
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> ;;
-> ia64*)
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-11416c11899
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-11420,11422c11903,11908
-< case "$host_cpu" in
-< hppa*64*|ia64*)
-< _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
----
-> case $host_cpu in
-> hppa*64*)
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> ;;
-> ia64*)
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-11425c11911
-< _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-11430,11432c11916,11920
-< case "$host_cpu" in
-< hppa*64*)
-< _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
----
-> _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
-> _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
->
-> case $host_cpu in
-> hppa*64*|ia64*)
-11434d11921
-< _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-11438,11446d11924
-< ia64*)
-< _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-< _LT_AC_TAGVAR(hardcode_direct, $1)=no
-< _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-<
-< # hardcode_minus_L: Not really in the search PATH,
-< # but as the default location of the library.
-< _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
-< ;;
-11448,11449d11925
-< _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
-< _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-11463c11939
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-11473c11949
-< netbsd*)
----
-> netbsd* | netbsdelf*-gnu)
-11496c11972,11973
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
-11506c11983
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-11517c11994
-< _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
-11524c12001
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-11536c12013
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-11542c12019
-< $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
----
-> $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
-11550,11557d12026
-< sco3.2v5*)
-< _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-< _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-< _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
-< runpath_var=LD_RUN_PATH
-< hardcode_runpath_var=yes
-< ;;
-<
-11561c12030,12031
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> wlarc='${wl}'
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
-11563c12033
-< $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
----
-> $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
-11564a12035
-> wlarc=''
-11573,11574c12044,12055
-< *) # Supported since Solaris 2.6 (maybe 2.5.1?)
-< _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
----
-> *)
-> # The compiler driver will combine linker options so we
-> # cannot just pass the convience library names through
-> # without $wl, iff we do not link with $LD.
-> # Luckily, gcc supports the same syntax we need for Sun Studio.
-> # Supported since Solaris 2.6 (maybe 2.5.1?)
-> case $wlarc in
-> '')
-> _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
-> *)
-> _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
-> esac ;;
-11583c12064
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
-11631,11634c12112,12114
-< sysv4.2uw2*)
-< _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
-< _LT_AC_TAGVAR(hardcode_direct, $1)=yes
-< _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
----
-> sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7*)
-> _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
-> _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
-11636,11638c12116
-< hardcode_runpath_var=yes
-< runpath_var=LD_RUN_PATH
-< ;;
----
-> runpath_var='LD_RUN_PATH'
-11640,11641d12117
-< sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
-< _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
-11643c12119,12120
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-11645c12122,12123
-< _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-11647,11648d12124
-< runpath_var='LD_RUN_PATH'
-< _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-11651,11658c12127,12136
-< sysv5*)
-< _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
-< # $CC -shared without GNU ld will not create a library from C++
-< # object files and a static libstdc++, better avoid it by now
-< _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
-< _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
-< $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
-< _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
----
-> sysv5* | sco3.2v5* | sco5v6*)
-> # Note: We can NOT use -z defs as we might desire, because we do not
-> # link with -lc, and that would cause any symbols used from libc to
-> # always be unresolved, which means just about no library would
-> # ever link correctly. If we're not using GNU ld we use -z text
-> # though, which does catch some bad symbols but isn't as heavy-handed
-> # as -z defs.
-> _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
-> _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
-> _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
-11659a12138,12141
-> _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
-> _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
-> _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
-> _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
-11660a12143,12150
->
-> if test "$GCC" = yes; then
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> else
-> _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> fi
-11678,11682d12167
-< variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-< if test "$GCC" = yes; then
-< variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-< fi
-<
-11703c12188
-<
----
->
-11709a12195
-> pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
-11837c12323
-< test ! -f $lt_ac_sed && break
----
-> test ! -f $lt_ac_sed && continue
-503a504,532
-> # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
-> # From Jim Meyering
->
-> # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
-> # Free Software Foundation, Inc.
-> #
-> # This file is free software; the Free Software Foundation
-> # gives unlimited permission to copy and/or distribute it,
-> # with or without modifications, as long as this notice is preserved.
->
-> # serial 4
->
-> AC_DEFUN([AM_MAINTAINER_MODE],
-> [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
-> dnl maintainer-mode is disabled by default
-> AC_ARG_ENABLE(maintainer-mode,
-> [ --enable-maintainer-mode enable make rules and dependencies not useful
-> (and sometimes confusing) to the casual installer],
-> USE_MAINTAINER_MODE=$enableval,
-> USE_MAINTAINER_MODE=no)
-> AC_MSG_RESULT([$USE_MAINTAINER_MODE])
-> AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
-> MAINT=$MAINTAINER_MODE_TRUE
-> AC_SUBST(MAINT)dnl
-> ]
-> )
->
-> AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
->
-150c150
-< /* The size of a `char *', as computed by sizeof. */
----
-> /* The size of `char *', as computed by sizeof. */
-153c153
-< /* The size of a `int', as computed by sizeof. */
----
-> /* The size of `int', as computed by sizeof. */
-156c156
-< /* The size of a `long', as computed by sizeof. */
----
-> /* The size of `long', as computed by sizeof. */
-159c159
-< /* The size of a `short', as computed by sizeof. */
----
-> /* The size of `short', as computed by sizeof. */
-162c162
-< /* The size of a `size_t', as computed by sizeof. */
----
-> /* The size of `size_t', as computed by sizeof. */
-165c165
-< /* The size of a `unsigned long', as computed by sizeof. */
----
-> /* The size of `unsigned long', as computed by sizeof. */
-3c3
-< # Generated by GNU Autoconf 2.59.
----
-> # Generated by GNU Autoconf 2.59d.
-5c5,6
-< # Copyright (C) 2003 Free Software Foundation, Inc.
----
-> # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-> # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
-19,20c20,22
-< elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
-< set -o posix
----
-> setopt NO_GLOB_SUBST
-> else
-> case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
-21a24
-> BIN_SH=xpg4; export BIN_SH # for Tru64
-23a27,48
->
-> # PATH needs CR
-> # Avoid depending upon Character Ranges.
-> as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-> as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-> as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-> as_cr_digits='0123456789'
-> as_cr_alnum=$as_cr_Letters$as_cr_digits
->
-> # The user is always right.
-> if test "${PATH_SEPARATOR+set}" != set; then
-> echo "#! /bin/sh" >conf$$.sh
-> echo "exit 0" >>conf$$.sh
-> chmod +x conf$$.sh
-> if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
-> PATH_SEPARATOR=';'
-> else
-> PATH_SEPARATOR=:
-> fi
-> rm -f conf$$.sh
-> fi
->
-31a57,89
-> # IFS
-> # We need space, tab and new line, in precisely that order. Quoting is
-> # there to prevent editors from complaining about space-tab.
-> # (If _AS_PATH_WALK were called with IFS unset, it would disable word
-> # splitting by setting IFS to empty value.)
-> as_nl='
-> '
-> IFS=" "" $as_nl"
->
-> # Find who we are. Look in the path if we contain no directory separator.
-> case $0 in
-> *[\\/]* ) as_myself=$0 ;;
-> *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-> for as_dir in $PATH
-> do
-> IFS=$as_save_IFS
-> test -z "$as_dir" && as_dir=.
-> test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-> done
-> IFS=$as_save_IFS
->
-> ;;
-> esac
-> # We did not find ourselves, most probably we were run as `sh COMMAND'
-> # in which case we are not to be found in the path.
-> if test "x$as_myself" = x; then
-> as_myself=$0
-> fi
-> if test ! -f "$as_myself"; then
-> echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
-> { (exit 1); exit 1; }
-> fi
->
-33c91,93
-< $as_unset ENV MAIL MAILPATH
----
-> for as_var in ENV MAIL MAILPATH
-> do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-> done
-47c107
-< $as_unset $as_var
----
-> ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-52c112,113
-< if expr a : '\(a\)' >/dev/null 2>&1; then
----
-> if expr a : '\(a\)' >/dev/null 2>&1 &&
-> test "X`expr 00001 : '.*\(...\)'`" = X001; then
-58c119
-< if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
----
-> if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-66c127
-< as_me=`$as_basename "$0" ||
----
-> as_me=`$as_basename -- "$0" ||
-69,70c130
-< X"$0" : 'X\(/\)$' \| \
-< . : '\(.\)' 2>/dev/null ||
----
-> X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-72,75c132,144
-< sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
-< /^X\/\(\/\/\)$/{ s//\1/; q; }
-< /^X\/\(\/\).*/{ s//\1/; q; }
-< s/.*/./; q'`
----
-> sed '/^.*\/\([^/][^/]*\)\/*$/{
-> s//\1/
-> q
-> }
-> /^X\/\(\/\/\)$/{
-> s//\1/
-> q
-> }
-> /^X\/\(\/\).*/{
-> s//\1/
-> q
-> }
-> s/.*/./; q'`
-76a146,147
-> # CDPATH.
-> $as_unset CDPATH
-78,84d148
-< # PATH needs CR, and LINENO needs CR and PATH.
-< # Avoid depending upon Character Ranges.
-< as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-< as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-< as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-< as_cr_digits='0123456789'
-< as_cr_alnum=$as_cr_Letters$as_cr_digits
-86,96c150,154
-< # The user is always right.
-< if test "${PATH_SEPARATOR+set}" != set; then
-< echo "#! /bin/sh" >conf$$.sh
-< echo "exit 0" >>conf$$.sh
-< chmod +x conf$$.sh
-< if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
-< PATH_SEPARATOR=';'
-< else
-< PATH_SEPARATOR=:
-< fi
-< rm -f conf$$.sh
----
-> if test "x$CONFIG_SHELL" = x; then
-> if (eval ":") 2>/dev/null; then
-> as_have_required=yes
-> else
-> as_have_required=no
-98a157,172
-> if test $as_have_required = yes && (eval ":
-> (as_func_return () {
-> (exit \$1)
-> }
-> as_func_success () {
-> as_func_return 0
-> }
-> as_func_failure () {
-> as_func_return 1
-> }
-> as_func_ret_success () {
-> return 0
-> }
-> as_func_ret_failure () {
-> return 1
-> }
-100,115c174,180
-< as_lineno_1=$LINENO
-< as_lineno_2=$LINENO
-< as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-< test "x$as_lineno_1" != "x$as_lineno_2" &&
-< test "x$as_lineno_3" = "x$as_lineno_2" || {
-< # Find who we are. Look in the path if we contain no path at all
-< # relative or not.
-< case $0 in
-< *[\\/]* ) as_myself=$0 ;;
-< *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-< for as_dir in $PATH
-< do
-< IFS=$as_save_IFS
-< test -z "$as_dir" && as_dir=.
-< test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-< done
----
-> exitcode=0
-> if as_func_success; then
-> :
-> else
-> exitcode=1
-> echo as_func_success failed.
-> fi
-117,129c182,216
-< ;;
-< esac
-< # We did not find ourselves, most probably we were run as `sh COMMAND'
-< # in which case we are not to be found in the path.
-< if test "x$as_myself" = x; then
-< as_myself=$0
-< fi
-< if test ! -f "$as_myself"; then
-< { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
-< { (exit 1); exit 1; }; }
-< fi
-< case $CONFIG_SHELL in
-< '')
----
-> if as_func_failure; then
-> exitcode=1
-> echo as_func_failure succeeded.
-> fi
->
-> if as_func_ret_success; then
-> :
-> else
-> exitcode=1
-> echo as_func_ret_success failed.
-> fi
->
-> if as_func_ret_failure; then
-> exitcode=1
-> echo as_func_ret_failure succeeded.
-> fi
->
-> if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
-> :
-> else
-> exitcode=1
-> echo positional parameters were not saved.
-> fi
->
-> test \$exitcode = 0) || { (exit 1); exit 1; }
->
-> (
-> as_lineno_1=\$LINENO
-> as_lineno_2=\$LINENO
-> test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
-> test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
-> ") 2> /dev/null; then
-> :
-> else
-> as_candidate_shells=
-131c218
-< for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
----
-> for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
-135,136c222
-< for as_base in sh bash ksh sh5; do
-< case $as_dir in
----
-> case $as_dir in
-138c224,321
-< if ("$as_dir/$as_base" -c '
----
-> for as_base in sh bash ksh sh5; do
-> as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
-> done;;
-> esac
-> done
-> IFS=$as_save_IFS
->
->
-> for as_shell in $as_candidate_shells $SHELL; do
-> # Try only shells which exist, to save several forks.
-> if test -f "$as_shell" &&
-> { ("$as_shell") 2> /dev/null <<\_ASEOF
-> # Be Bourne compatible
-> if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-> emulate sh
-> NULLCMD=:
-> # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
-> # is contrary to our usage. Disable this feature.
-> alias -g '${1+"$@"}'='"$@"'
-> setopt NO_GLOB_SUBST
-> else
-> case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
-> fi
-> BIN_SH=xpg4; export BIN_SH # for Tru64
-> DUALCASE=1; export DUALCASE # for MKS sh
->
-> :
-> _ASEOF
-> }; then
-> CONFIG_SHELL=$as_shell
-> as_have_required=yes
-> if { "$as_shell" 2> /dev/null <<\_ASEOF
-> # Be Bourne compatible
-> if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-> emulate sh
-> NULLCMD=:
-> # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
-> # is contrary to our usage. Disable this feature.
-> alias -g '${1+"$@"}'='"$@"'
-> setopt NO_GLOB_SUBST
-> else
-> case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
-> fi
-> BIN_SH=xpg4; export BIN_SH # for Tru64
-> DUALCASE=1; export DUALCASE # for MKS sh
->
-> :
-> (as_func_return () {
-> (exit $1)
-> }
-> as_func_success () {
-> as_func_return 0
-> }
-> as_func_failure () {
-> as_func_return 1
-> }
-> as_func_ret_success () {
-> return 0
-> }
-> as_func_ret_failure () {
-> return 1
-> }
->
-> exitcode=0
-> if as_func_success; then
-> :
-> else
-> exitcode=1
-> echo as_func_success failed.
-> fi
->
-> if as_func_failure; then
-> exitcode=1
-> echo as_func_failure succeeded.
-> fi
->
-> if as_func_ret_success; then
-> :
-> else
-> exitcode=1
-> echo as_func_ret_success failed.
-> fi
->
-> if as_func_ret_failure; then
-> exitcode=1
-> echo as_func_ret_failure succeeded.
-> fi
->
-> if ( set x; as_func_ret_success y && test x = "$1" ); then
-> :
-> else
-> exitcode=1
-> echo positional parameters were not saved.
-> fi
->
-> test $exitcode = 0) || { (exit 1); exit 1; }
->
-> (
-141d323
-< as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-143,154c325,420
-< test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
-< $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
-< $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
-< CONFIG_SHELL=$as_dir/$as_base
-< export CONFIG_SHELL
-< exec "$CONFIG_SHELL" "$0" ${1+"$@"}
-< fi;;
-< esac
-< done
-< done
-< ;;
-< esac
----
-> test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
->
-> _ASEOF
-> }; then
-> break
-> fi
->
-> fi
->
-> done
->
-> if test "x$CONFIG_SHELL" != x; then
-> for as_var in BASH_ENV ENV
-> do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-> done
-> export CONFIG_SHELL
-> exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
-> fi
->
->
-> if test $as_have_required = no; then
-> echo This script requires a shell more modern than all the
-> echo shells that I found on your system. Please install a
-> echo modern shell, or manually run the script under such a
-> echo shell if you do have one.
-> { (exit 1); exit 1; }
-> fi
->
->
-> fi
->
-> fi
->
->
->
-> (eval "as_func_return () {
-> (exit \$1)
-> }
-> as_func_success () {
-> as_func_return 0
-> }
-> as_func_failure () {
-> as_func_return 1
-> }
-> as_func_ret_success () {
-> return 0
-> }
-> as_func_ret_failure () {
-> return 1
-> }
->
-> exitcode=0
-> if as_func_success; then
-> :
-> else
-> exitcode=1
-> echo as_func_success failed.
-> fi
->
-> if as_func_failure; then
-> exitcode=1
-> echo as_func_failure succeeded.
-> fi
->
-> if as_func_ret_success; then
-> :
-> else
-> exitcode=1
-> echo as_func_ret_success failed.
-> fi
->
-> if as_func_ret_failure; then
-> exitcode=1
-> echo as_func_ret_failure succeeded.
-> fi
->
-> if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
-> :
-> else
-> exitcode=1
-> echo positional parameters were not saved.
-> fi
->
-> test \$exitcode = 0") || {
-> echo No shell found that supports shell functions.
-> echo Please tell autoconf at gnu.org about your system,
-> echo including any error possibly output before this
-> echo message
-> }
->
->
->
-> as_lineno_1=$LINENO
-> as_lineno_2=$LINENO
-> test "x$as_lineno_1" != "x$as_lineno_2" &&
-> test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
-158,161c424,428
-< # line-number line before each line; the second 'sed' does the real
-< # work. The second script uses 'N' to pair each line-number line
-< # with the numbered line, and appends trailing '-' during
-< # substitution so that $LINENO is not a special case at line end.
----
-> # line-number line after each line using $LINENO; the second 'sed'
-> # does the real work. The second script uses 'N' to pair each
-> # line-number line with the line containing $LINENO, and appends
-> # trailing '-' during substitution so that $LINENO is not a special
-> # case at line end.
-163,164c430,435
-< # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
-< sed '=' <$as_myself |
----
-> # scripts with optimization help from Paolo Bonzini. Blame Lee
-> # E. McMahon (1931-1989) for sed's syntax. :-)
-> sed -n '
-> p
-> /[$]LINENO/=
-> ' <$as_myself |
-165a437,440
-> s/[$]LINENO.*/&-/
-> t lineno
-> b
-> :lineno
-167,169c442,443
-< s,$,-,
-< : loop
-< s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
----
-> :loop
-> s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-171,172c445
-< s,-$,,
-< s,^['$as_cr_digits']*\n,,
----
-> s/-\n.*//
-174c447
-< chmod +x $as_me.lineno ||
----
-> chmod +x "$as_me.lineno" ||
-180,181c453,454
-< # original and so on. Autoconf is especially sensible to this).
-< . ./$as_me.lineno
----
-> # original and so on. Autoconf is especially sensitive to this).
-> . "./$as_me.lineno"
-187,191c460,474
-< case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
-< *c*,-n*) ECHO_N= ECHO_C='
-< ' ECHO_T=' ' ;;
-< *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
-< *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
----
-> if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-> as_dirname=dirname
-> else
-> as_dirname=false
-> fi
->
-> ECHO_C= ECHO_N= ECHO_T=
-> case `echo -n x` in
-> -n*)
-> case `echo 'x\c'` in
-> *c*) ECHO_T=' ';; # ECHO_T is single tab character.
-> *) ECHO_C='\c';;
-> esac;;
-> *)
-> ECHO_N='-n';;
-194c477,478
-< if expr a : '\(a\)' >/dev/null 2>&1; then
----
-> if expr a : '\(a\)' >/dev/null 2>&1 &&
-> test "X`expr 00001 : '.*\(...\)'`" = X001; then
-200a485,490
-> if test -d conf$$.dir; then
-> rm -f conf$$.dir/conf$$.file
-> else
-> rm -f conf$$.dir
-> mkdir conf$$.dir
-> fi
-203,206c493,498
-< # We could just check for DJGPP; but this test a) works b) is more generic
-< # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
-< if test -f conf$$.exe; then
-< # Don't use ln at all; we don't have any links
----
-> as_ln_s='ln -s'
-> # ... but there are two gotchas:
-> # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-> # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-> # In both cases, we have to default to `cp -p'.
-> ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
-208,210d499
-< else
-< as_ln_s='ln -s'
-< fi
-216c505,506
-< rm -f conf$$ conf$$.exe conf$$.file
----
-> rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-> rmdir conf$$.dir 2>/dev/null
-225c515,527
-< as_executable_p="test -f"
----
-> # Find out whether ``test -x'' works. Don't use a zero-byte file, as
-> # systems may use methods other than mode bits to determine executability.
-> cat >conf$$.file <<_ASEOF
-> #! /bin/sh
-> exit 0
-> _ASEOF
-> chmod +x conf$$.file
-> if test -x conf$$.file >/dev/null 2>&1; then
-> as_executable_p="test -x"
-> else
-> as_executable_p=:
-> fi
-> rm -f conf$$.file
-234,242d535
-< # IFS
-< # We need space, tab and new line, in precisely that order.
-< as_nl='
-< '
-< IFS=" $as_nl"
-<
-< # CDPATH.
-< $as_unset CDPATH
-<
-281c574
-< if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
----
-> (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-288,289c581,582
-< if (echo_test_string="`eval $cmd`") 2>/dev/null &&
-< echo_test_string="`eval $cmd`" &&
----
-> if (echo_test_string=`eval $cmd`) 2>/dev/null &&
-> echo_test_string=`eval $cmd` &&
-397a691,692
-> exec 7<&0 </dev/null 6>&1
->
-403,404d697
-< exec 6>&1
-<
-408a702
-> ac_clean_files=
-409a704
-> LIBOBJS=
-416,420d710
-< # Maximum number of lines to put in a shell here document.
-< # This variable seems obsolete. It should probably be removed, and
-< # only ac_max_sed_lines should be used.
-< : ${ac_max_here_lines=38}
-<
-458,461c748,750
-< #else
-< # if HAVE_STDINT_H
-< # include <stdint.h>
-< # endif
----
-> #endif
-> #if HAVE_STDINT_H
-> # include <stdint.h>
-467c756,1061
-< ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar KDECONFIG kde_libs_prefix kde_libs_htmldir CONF_FILES CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE WOVERLOADED_VIRTUAL HAVE_GCC_VISIBILITY unsermake_enable_pch_TRUE unsermake_enable_pch_FALSE USE_EXCEPTIONS USE_RTTI CXXCPP NOOPT_CXXFLAGS NOOPT_CFLAGS ENABLE_PERMISSIVE_FLAG LDFLAGS_AS_NEEDED LDFLAGS_NEW_DTAGS KDE_USE_FINAL_TRUE KDE_USE_FINAL_FALSE KDE_USE_CLOSURE_TRUE KDE_USE_CLOSURE_FALSE KDE_NO_UNDEFINED KDE_USE_NMCHECK_TRUE KDE_USE_NMCHECK_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB F77 FFLAGS ac_ct_F77 LIBTOOL KDE_PLUGIN KDE_CHECK_PLUGIN MSGFMT GMSGFMT XGETTEXT LIBUTIL LIBCOMPAT LIBCRYPT LIBRESOLV LIB_POLL FRAMEWORK_COREAUDIO LIBSOCKET X_EXTRA_LIBS LIBUCB LIBDL KDE_USE_FPIE KDE_USE_PIE include_x11_TRUE include_x11_FALSE X_PRE_LIBS LIB_X11 LIB_XRENDER LIBSM X_INCLUDES X_LDFLAGS x_includes x_libraries QTE_NORTTI LIB_XEXT LIBPTHREAD USE_THREADS KDE_MT_LDFLAGS KDE_MT_LIBS USER_INCLUDES USER_LDFLAGS LIBZ LIBPNG LIBJPEG qt_libraries qt_includes QT_INCLUDES QT_LDFLAGS PERL MOC UIC UIC_TR LIB_QT LIB_QPE kde_qtver KDE_EXTRA_RPATH KDE_RPATH X_RPATH kde_libraries kde_includes KDE_LDFLAGS KDE_INCLUDES all_includes all_libraries AUTODIRS include_ARTS_TRUE include_ARTS_FALSE MAKEKDEWIDGETS KCONFIG_COMPILER KCFG_DEPENDENCIES DCOPIDLNG DCOPIDL DCOPIDL2CPP DCOP_DEPENDENCIES MCOPIDL ARTSCCONFIG MEINPROC KDE_XSL_STYLESHEET XMLLINT kde_htmldir kde_appsdir kde_icondir kde_sounddir kde_datadir kde_locale kde_confdir kde_kcfgdir kde_mimedir kde_wallpaperdir kde_bindir xdg_appsdir xdg_menudir xdg_directorydir kde_templatesdir kde_servicesdir kde_servicetypesdir kde_moduledir kdeinitdir kde_styledir kde_widgetdir LIB_KDED LIB_KDECORE LIB_KDEUI LIB_KIO LIB_KJS LIB_SMB LIB_KAB LIB_KABC LIB_KHTML LIB_KSPELL LIB_KPARTS LIB_KDEPRINT LIB_KUTILS LIB_KDEPIM LIB_KIMPROXY LIB_KNEWSTUFF LIB_KDNSSD LIB_KUNITTEST LIB_KSYCOCA LIB_KFILE LIB_KFM KTTS_KSPEECH_DIR KTTS_KSPEECH_INCLUDE KTTS_INTERFACES_DIR include_ksayit_audio_plugins_TRUE include_ksayit_audio_plugins_FALSE PKG_CONFIG GST_CFLAGS GST_LIBS LDADD_GST LDFLAGS_GST include_kttsd_gstplayer_TRUE include_kttsd_gstplayer_FALSE include_kttsd_artsplayer_TRUE include_kttsd_artsplayer_FALSE LIBASOUND ARTS_LIBASOUND include_kttsd_alsaplayer_TRUE include_kttsd_alsaplayer_FALSE AKODE_CONFIG akode_includes akode_libs include_kttsd_akodeplayer_TRUE include_kttsd_akodeplayer_FALSE KTTS_ICONS_DIR include_kttsd_command_TRUE include_kttsd_command_FALSE epos_bindir include_kttsd_epos_TRUE include_kttsd_epos_FALSE festival_bindir include_kttsd_festivalint_TRUE include_kttsd_festivalint_FALSE flite_bindir include_kttsd_flite_TRUE include_kttsd_flite_FALSE freetts_bindir include_kttsd_freetts_TRUE include_kttsd_freetts_FALSE hadifix_mbrola_bin hadifix_txt2pho_bin include_kttsd_hadifix_TRUE include_kttsd_hadifix_FALSE TOPSUBDIRS IconThemes_SUBDIR_included_TRUE IconThemes_SUBDIR_included_FALSE doc_SUBDIR_included_TRUE doc_SUBDIR_included_FALSE kbstateapplet_SUBDIR_included_TRUE kbstateapplet_SUBDIR_included_FALSE kmag_SUBDIR_included_TRUE kmag_SUBDIR_included_FALSE kmousetool_SUBDIR_included_TRUE kmousetool_SUBDIR_included_FALSE kmouth_SUBDIR_included_TRUE kmouth_SUBDIR_included_FALSE ksayit_SUBDIR_included_TRUE ksayit_SUBDIR_included_FALSE kttsd_SUBDIR_included_TRUE kttsd_SUBDIR_included_FALSE LIBOBJS LTLIBOBJS'
----
-> ac_subst_vars='SHELL
-> PATH_SEPARATOR
-> PACKAGE_NAME
-> PACKAGE_TARNAME
-> PACKAGE_VERSION
-> PACKAGE_STRING
-> PACKAGE_BUGREPORT
-> exec_prefix
-> prefix
-> program_transform_name
-> bindir
-> sbindir
-> libexecdir
-> datarootdir
-> datadir
-> sysconfdir
-> sharedstatedir
-> localstatedir
-> includedir
-> oldincludedir
-> docdir
-> infodir
-> htmldir
-> dvidir
-> pdfdir
-> psdir
-> libdir
-> localedir
-> mandir
-> DEFS
-> ECHO_C
-> ECHO_N
-> ECHO_T
-> LIBS
-> build_alias
-> host_alias
-> target_alias
-> build
-> build_cpu
-> build_vendor
-> build_os
-> host
-> host_cpu
-> host_vendor
-> host_os
-> target
-> target_cpu
-> target_vendor
-> target_os
-> INSTALL_PROGRAM
-> INSTALL_SCRIPT
-> INSTALL_DATA
-> CYGPATH_W
-> PACKAGE
-> VERSION
-> ACLOCAL
-> AUTOCONF
-> AUTOMAKE
-> AUTOHEADER
-> MAKEINFO
-> install_sh
-> STRIP
-> INSTALL_STRIP_PROGRAM
-> mkdir_p
-> AWK
-> SET_MAKE
-> am__leading_dot
-> AMTAR
-> am__tar
-> am__untar
-> MAINTAINER_MODE_TRUE
-> MAINTAINER_MODE_FALSE
-> MAINT
-> KDECONFIG
-> kde_libs_prefix
-> kde_libs_htmldir
-> CONF_FILES
-> CC
-> CFLAGS
-> LDFLAGS
-> CPPFLAGS
-> ac_ct_CC
-> EXEEXT
-> OBJEXT
-> DEPDIR
-> am__include
-> am__quote
-> AMDEP_TRUE
-> AMDEP_FALSE
-> AMDEPBACKSLASH
-> CCDEPMODE
-> am__fastdepCC_TRUE
-> am__fastdepCC_FALSE
-> CPP
-> CXX
-> CXXFLAGS
-> ac_ct_CXX
-> CXXDEPMODE
-> am__fastdepCXX_TRUE
-> am__fastdepCXX_FALSE
-> WOVERLOADED_VIRTUAL
-> HAVE_GCC_VISIBILITY
-> unsermake_enable_pch_TRUE
-> unsermake_enable_pch_FALSE
-> USE_EXCEPTIONS
-> USE_RTTI
-> CXXCPP
-> NOOPT_CXXFLAGS
-> NOOPT_CFLAGS
-> ENABLE_PERMISSIVE_FLAG
-> LDFLAGS_AS_NEEDED
-> LDFLAGS_NEW_DTAGS
-> KDE_USE_FINAL_TRUE
-> KDE_USE_FINAL_FALSE
-> KDE_USE_CLOSURE_TRUE
-> KDE_USE_CLOSURE_FALSE
-> KDE_NO_UNDEFINED
-> KDE_USE_NMCHECK_TRUE
-> KDE_USE_NMCHECK_FALSE
-> GREP
-> EGREP
-> LN_S
-> ECHO
-> AR
-> RANLIB
-> F77
-> FFLAGS
-> ac_ct_F77
-> LIBTOOL
-> KDE_PLUGIN
-> KDE_CHECK_PLUGIN
-> MSGFMT
-> GMSGFMT
-> XGETTEXT
-> LIBUTIL
-> LIBCOMPAT
-> LIBCRYPT
-> LIBRESOLV
-> LIB_POLL
-> FRAMEWORK_COREAUDIO
-> LIBSOCKET
-> X_EXTRA_LIBS
-> LIBUCB
-> LIBDL
-> KDE_USE_FPIE
-> KDE_USE_PIE
-> include_x11_TRUE
-> include_x11_FALSE
-> XMKMF
-> X_PRE_LIBS
-> LIB_X11
-> LIB_XRENDER
-> LIBSM
-> X_INCLUDES
-> X_LDFLAGS
-> x_includes
-> x_libraries
-> QTE_NORTTI
-> LIB_XEXT
-> LIBPTHREAD
-> USE_THREADS
-> KDE_MT_LDFLAGS
-> KDE_MT_LIBS
-> USER_INCLUDES
-> USER_LDFLAGS
-> LIBZ
-> LIBPNG
-> LIBJPEG
-> qt_libraries
-> qt_includes
-> QT_INCLUDES
-> QT_LDFLAGS
-> PERL
-> MOC
-> UIC
-> UIC_TR
-> LIB_QT
-> LIB_QPE
-> kde_qtver
-> KDE_EXTRA_RPATH
-> KDE_RPATH
-> X_RPATH
-> kde_libraries
-> kde_includes
-> KDE_LDFLAGS
-> KDE_INCLUDES
-> all_includes
-> all_libraries
-> AUTODIRS
-> include_ARTS_TRUE
-> include_ARTS_FALSE
-> MAKEKDEWIDGETS
-> KCONFIG_COMPILER
-> KCFG_DEPENDENCIES
-> DCOPIDLNG
-> DCOPIDL
-> DCOPIDL2CPP
-> DCOP_DEPENDENCIES
-> MCOPIDL
-> ARTSCCONFIG
-> MEINPROC
-> KDE_XSL_STYLESHEET
-> XMLLINT
-> kde_htmldir
-> kde_appsdir
-> kde_icondir
-> kde_sounddir
-> kde_datadir
-> kde_locale
-> kde_confdir
-> kde_kcfgdir
-> kde_mimedir
-> kde_wallpaperdir
-> kde_bindir
-> xdg_appsdir
-> xdg_menudir
-> xdg_directorydir
-> kde_templatesdir
-> kde_servicesdir
-> kde_servicetypesdir
-> kde_moduledir
-> kdeinitdir
-> kde_styledir
-> kde_widgetdir
-> LIB_KDED
-> LIB_KDECORE
-> LIB_KDEUI
-> LIB_KIO
-> LIB_KJS
-> LIB_SMB
-> LIB_KAB
-> LIB_KABC
-> LIB_KHTML
-> LIB_KSPELL
-> LIB_KPARTS
-> LIB_KDEPRINT
-> LIB_KUTILS
-> LIB_KDEPIM
-> LIB_KIMPROXY
-> LIB_KNEWSTUFF
-> LIB_KDNSSD
-> LIB_KUNITTEST
-> LIB_KSYCOCA
-> LIB_KFILE
-> LIB_KFM
-> KTTS_KSPEECH_DIR
-> KTTS_KSPEECH_INCLUDE
-> KTTS_INTERFACES_DIR
-> include_ksayit_audio_plugins_TRUE
-> include_ksayit_audio_plugins_FALSE
-> PKG_CONFIG
-> GST_CFLAGS
-> GST_LIBS
-> LDADD_GST
-> LDFLAGS_GST
-> include_kttsd_gstplayer_TRUE
-> include_kttsd_gstplayer_FALSE
-> include_kttsd_artsplayer_TRUE
-> include_kttsd_artsplayer_FALSE
-> LIBASOUND
-> ARTS_LIBASOUND
-> include_kttsd_alsaplayer_TRUE
-> include_kttsd_alsaplayer_FALSE
-> AKODE_CONFIG
-> akode_includes
-> akode_libs
-> include_kttsd_akodeplayer_TRUE
-> include_kttsd_akodeplayer_FALSE
-> KTTS_ICONS_DIR
-> include_kttsd_command_TRUE
-> include_kttsd_command_FALSE
-> epos_bindir
-> include_kttsd_epos_TRUE
-> include_kttsd_epos_FALSE
-> festival_bindir
-> include_kttsd_festivalint_TRUE
-> include_kttsd_festivalint_FALSE
-> flite_bindir
-> include_kttsd_flite_TRUE
-> include_kttsd_flite_FALSE
-> freetts_bindir
-> include_kttsd_freetts_TRUE
-> include_kttsd_freetts_FALSE
-> hadifix_mbrola_bin
-> hadifix_txt2pho_bin
-> include_kttsd_hadifix_TRUE
-> include_kttsd_hadifix_FALSE
-> TOPSUBDIRS
-> IconThemes_SUBDIR_included_TRUE
-> IconThemes_SUBDIR_included_FALSE
-> doc_SUBDIR_included_TRUE
-> doc_SUBDIR_included_FALSE
-> kbstateapplet_SUBDIR_included_TRUE
-> kbstateapplet_SUBDIR_included_FALSE
-> kmag_SUBDIR_included_TRUE
-> kmag_SUBDIR_included_FALSE
-> kmousetool_SUBDIR_included_TRUE
-> kmousetool_SUBDIR_included_FALSE
-> kmouth_SUBDIR_included_TRUE
-> kmouth_SUBDIR_included_FALSE
-> ksayit_SUBDIR_included_TRUE
-> ksayit_SUBDIR_included_FALSE
-> kttsd_SUBDIR_included_TRUE
-> kttsd_SUBDIR_included_FALSE
-> LIBOBJS
-> LTLIBOBJS'
-468a1063,1078
-> ac_precious_vars='build_alias
-> host_alias
-> target_alias
-> CC
-> CFLAGS
-> LDFLAGS
-> CPPFLAGS
-> CPP
-> CXX
-> CXXFLAGS
-> CCC
-> CXXCPP
-> F77
-> FFLAGS
-> XMKMF'
->
-494a1105
-> # (The list follows the same order as the GNU Coding Standards.)
-498c1109,1110
-< datadir='${prefix}/share'
----
-> datarootdir='${prefix}/share'
-> datadir='${datarootdir}'
-502d1113
-< libdir='${exec_prefix}/lib'
-505,506c1116,1124
-< infodir='${prefix}/info'
-< mandir='${prefix}/man'
----
-> docdir='${datarootdir}/doc/${PACKAGE}'
-> infodir='${datarootdir}/info'
-> htmldir='${docdir}'
-> dvidir='${docdir}'
-> pdfdir='${docdir}'
-> psdir='${docdir}'
-> libdir='${exec_prefix}/lib'
-> localedir='${datarootdir}/locale'
-> mandir='${datarootdir}/man'
-508a1127
-> ac_dashdash=
-513c1132
-< eval "$ac_prev=\$ac_option"
----
-> eval $ac_prev=\$ac_option
-518c1137,1140
-< ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
----
-> case $ac_option in
-> *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
-> *) ac_optarg=yes ;;
-> esac
-522c1144,1146
-< case $ac_option in
----
-> case $ac_dashdash$ac_option in
-> --)
-> ac_dashdash=yes ;;
-544c1168
-< -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
----
-> -datadir | --datadir | --datadi | --datad)
-546,547c1170
-< -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
-< | --da=*)
----
-> -datadir=* | --datadir=* | --datadi=* | --datad=*)
-549a1173,1179
-> -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
-> | --dataroo | --dataro | --datar)
-> ac_prev=datarootdir ;;
-> -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
-> | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
-> datarootdir=$ac_optarg ;;
->
-557c1187,1197
-< eval "enable_$ac_feature=no" ;;
----
-> eval enable_$ac_feature=no ;;
->
-> -docdir | --docdir | --docdi | --doc | --do)
-> ac_prev=docdir ;;
-> -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
-> docdir=$ac_optarg ;;
->
-> -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
-> ac_prev=dvidir ;;
-> -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
-> dvidir=$ac_optarg ;;
-566,570c1206
-< case $ac_option in
-< *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
-< *) ac_optarg=yes ;;
-< esac
-< eval "enable_$ac_feature='$ac_optarg'" ;;
----
-> eval enable_$ac_feature=\$ac_optarg ;;
-596a1233,1238
-> -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
-> ac_prev=htmldir ;;
-> -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
-> | --ht=*)
-> htmldir=$ac_optarg ;;
->
-620a1263,1267
-> -localedir | --localedir | --localedi | --localed | --locale)
-> ac_prev=localedir ;;
-> -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
-> localedir=$ac_optarg ;;
->
-622,623c1269
-< | --localstate | --localstat | --localsta | --localst \
-< | --locals | --local | --loca | --loc | --lo)
----
-> | --localstate | --localstat | --localsta | --localst | --locals)
-626,627c1272
-< | --localstate=* | --localstat=* | --localsta=* | --localst=* \
-< | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
----
-> | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
-691a1337,1346
-> -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
-> ac_prev=pdfdir ;;
-> -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
-> pdfdir=$ac_optarg ;;
->
-> -psdir | --psdir | --psdi | --psd | --ps)
-> ac_prev=psdir ;;
-> -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
-> psdir=$ac_optarg ;;
->
-748,752c1403
-< case $ac_option in
-< *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
-< *) ac_optarg=yes ;;
-< esac
-< eval "with_$ac_package='$ac_optarg'" ;;
----
-> eval with_$ac_package=\$ac_optarg ;;
-761c1412
-< eval "with_$ac_package=no" ;;
----
-> eval with_$ac_package=no ;;
-792,793c1443
-< ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
-< eval "$ac_envvar='$ac_optarg'"
----
-> eval $ac_envvar=\$ac_optarg
-813,826c1463,1467
-< # Be sure to have absolute paths.
-< for ac_var in exec_prefix prefix
-< do
-< eval ac_val=$`echo $ac_var`
-< case $ac_val in
-< [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
-< *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
-< { (exit 1); exit 1; }; };;
-< esac
-< done
-<
-< # Be sure to have absolute paths.
-< for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
-< localstatedir libdir includedir oldincludedir infodir mandir
----
-> # Be sure to have absolute directory names.
-> for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
-> datadir sysconfdir sharedstatedir localstatedir includedir \
-> oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
-> libdir localedir mandir
-828c1469
-< eval ac_val=$`echo $ac_var`
----
-> eval ac_val=\$$ac_var
-830,832c1471,1472
-< [\\/$]* | ?:[\\/]* ) ;;
-< *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
-< { (exit 1); exit 1; }; };;
----
-> [\\/$]* | ?:[\\/]* ) continue;;
-> NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
-833a1474,1475
-> { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
-> { (exit 1); exit 1; }; }
-859a1502,1511
-> ac_pwd=`pwd` && test -n "$ac_pwd" &&
-> ac_ls_di=`ls -di .` &&
-> ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
-> { echo "$as_me: error: Working directory cannot be determined" >&2
-> { (exit 1); exit 1; }; }
-> test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
-> { echo "$as_me: error: pwd does not report name of working directory" >&2
-> { (exit 1); exit 1; }; }
->
->
-863,864c1515,1516
-< # Try the directory containing this script, then its parent.
-< ac_confdir=`(dirname "$0") 2>/dev/null ||
----
-> # Try the directory containing this script, then the parent directory.
-> ac_confdir=`$as_dirname -- "$0" ||
-868,869c1520
-< X"$0" : 'X\(/\)' \| \
-< . : '\(.\)' 2>/dev/null ||
----
-> X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-871,875c1522,1538
-< sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-< /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-< /^X\(\/\/\)$/{ s//\1/; q; }
-< /^X\(\/\).*/{ s//\1/; q; }
-< s/.*/./; q'`
----
-> sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-> s//\1/
-> q
-> }
-> /^X\(\/\/\)[^/].*/{
-> s//\1/
-> q
-> }
-> /^X\(\/\/\)$/{
-> s//\1/
-> q
-> }
-> /^X\(\/\).*/{
-> s//\1/
-> q
-> }
-> s/.*/./; q'`
-877c1540
-< if test ! -r $srcdir/$ac_unique_file; then
----
-> if test ! -r "$srcdir/$ac_unique_file"; then
-883,947c1546,1571
-< if test ! -r $srcdir/$ac_unique_file; then
-< if test "$ac_srcdir_defaulted" = yes; then
-< { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
-< { (exit 1); exit 1; }; }
-< else
-< { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
-< { (exit 1); exit 1; }; }
-< fi
-< fi
-< (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
-< { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
-< { (exit 1); exit 1; }; }
-< srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
-< ac_env_build_alias_set=${build_alias+set}
-< ac_env_build_alias_value=$build_alias
-< ac_cv_env_build_alias_set=${build_alias+set}
-< ac_cv_env_build_alias_value=$build_alias
-< ac_env_host_alias_set=${host_alias+set}
-< ac_env_host_alias_value=$host_alias
-< ac_cv_env_host_alias_set=${host_alias+set}
-< ac_cv_env_host_alias_value=$host_alias
-< ac_env_target_alias_set=${target_alias+set}
-< ac_env_target_alias_value=$target_alias
-< ac_cv_env_target_alias_set=${target_alias+set}
-< ac_cv_env_target_alias_value=$target_alias
-< ac_env_CC_set=${CC+set}
-< ac_env_CC_value=$CC
-< ac_cv_env_CC_set=${CC+set}
-< ac_cv_env_CC_value=$CC
-< ac_env_CFLAGS_set=${CFLAGS+set}
-< ac_env_CFLAGS_value=$CFLAGS
-< ac_cv_env_CFLAGS_set=${CFLAGS+set}
-< ac_cv_env_CFLAGS_value=$CFLAGS
-< ac_env_LDFLAGS_set=${LDFLAGS+set}
-< ac_env_LDFLAGS_value=$LDFLAGS
-< ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
-< ac_cv_env_LDFLAGS_value=$LDFLAGS
-< ac_env_CPPFLAGS_set=${CPPFLAGS+set}
-< ac_env_CPPFLAGS_value=$CPPFLAGS
-< ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
-< ac_cv_env_CPPFLAGS_value=$CPPFLAGS
-< ac_env_CPP_set=${CPP+set}
-< ac_env_CPP_value=$CPP
-< ac_cv_env_CPP_set=${CPP+set}
-< ac_cv_env_CPP_value=$CPP
-< ac_env_CXX_set=${CXX+set}
-< ac_env_CXX_value=$CXX
-< ac_cv_env_CXX_set=${CXX+set}
-< ac_cv_env_CXX_value=$CXX
-< ac_env_CXXFLAGS_set=${CXXFLAGS+set}
-< ac_env_CXXFLAGS_value=$CXXFLAGS
-< ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
-< ac_cv_env_CXXFLAGS_value=$CXXFLAGS
-< ac_env_CXXCPP_set=${CXXCPP+set}
-< ac_env_CXXCPP_value=$CXXCPP
-< ac_cv_env_CXXCPP_set=${CXXCPP+set}
-< ac_cv_env_CXXCPP_value=$CXXCPP
-< ac_env_F77_set=${F77+set}
-< ac_env_F77_value=$F77
-< ac_cv_env_F77_set=${F77+set}
-< ac_cv_env_F77_value=$F77
-< ac_env_FFLAGS_set=${FFLAGS+set}
-< ac_env_FFLAGS_value=$FFLAGS
-< ac_cv_env_FFLAGS_set=${FFLAGS+set}
-< ac_cv_env_FFLAGS_value=$FFLAGS
----
-> if test ! -r "$srcdir/$ac_unique_file"; then
-> test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
-> { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
-> { (exit 1); exit 1; }; }
-> fi
-> ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
-> ac_abs_confdir=`(
-> cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
-> { (exit 1); exit 1; }; }
-> pwd)`
-> # When building in place, set srcdir=.
-> if test "$ac_abs_confdir" = "$ac_pwd"; then
-> srcdir=.
-> fi
-> # Remove unnecessary trailing slashes from srcdir.
-> # Double slashes in file names in object file debugging info
-> # mess up M-x gdb in Emacs.
-> case $srcdir in
-> */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
-> esac
-> for ac_var in $ac_precious_vars; do
-> eval ac_env_${ac_var}_set=\${${ac_var}+set}
-> eval ac_env_${ac_var}_value=\$${ac_var}
-> eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
-> eval ac_cv_env_${ac_var}_value=\$${ac_var}
-> done
-976,978d1599
-< _ACEOF
-<
-< cat <<_ACEOF
-996d1616
-< --datadir=DIR read-only architecture-independent data [PREFIX/share]
-1003,1004c1623,1632
-< --infodir=DIR info documentation [PREFIX/info]
-< --mandir=DIR man documentation [PREFIX/man]
----
-> --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
-> --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
-> --infodir=DIR info documentation [DATAROOTDIR/info]
-> --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
-> --mandir=DIR man documentation [DATAROOTDIR/man]
-> --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
-> --htmldir=DIR html documentation [DOCDIR]
-> --dvidir=DIR dvi documentation [DOCDIR]
-> --pdfdir=DIR pdf documentation [DOCDIR]
-> --psdir=DIR ps documentation [DOCDIR]
-1027a1656,1657
-> --enable-maintainer-mode enable make rules and dependencies not useful
-> (and sometimes confusing) to the casual installer
-1045,1048c1675,1676
-< --enable-shared[=PKGS]
-< build shared libraries [default=yes]
-< --enable-static[=PKGS]
-< build static libraries [default=no]
----
-> --enable-shared[=PKGS] build shared libraries [default=yes]
-> --enable-static[=PKGS] build static libraries [default=no]
-1080,1081c1708
-< --with-tags[=TAGS]
-< include additional configurations [automatic]
----
-> --with-tags[=TAGS] include additional configurations [automatic]
-1098,1099c1725,1726
-< CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
-< headers in a nonstandard directory <include dir>
----
-> CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
-> you have headers in a nonstandard directory <include dir>
-1105a1733
-> XMKMF Path to xmkmf, Makefile generator for X Window System
-1110a1739
-> ac_status=$?
-1115d1743
-< ac_popdir=`pwd`
-1117c1745
-< test -d $ac_dir || continue
----
-> test -d "$ac_dir" || continue
-1120c1748,1750
-< if test "$ac_dir" != .; then
----
-> case "$ac_dir" in
-> .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-> *)
-1122,1126c1752,1762
-< # A "../" for each directory in $ac_dir_suffix.
-< ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
-< else
-< ac_dir_suffix= ac_top_builddir=
-< fi
----
-> # A ".." for each directory in $ac_dir_suffix.
-> ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
-> case $ac_top_builddir_sub in
-> "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
-> *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
-> esac ;;
-> esac
-> ac_abs_top_builddir=$ac_pwd
-> ac_abs_builddir=$ac_pwd$ac_dir_suffix
-> # for backward compatibility:
-> ac_top_builddir=$ac_top_build_prefix
-1129c1765
-< .) # No --srcdir option. We are building in place.
----
-> .) # We are building in place.
-1131,1136c1767,1769
-< if test -z "$ac_top_builddir"; then
-< ac_top_srcdir=.
-< else
-< ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
-< fi ;;
-< [\\/]* | ?:[\\/]* ) # Absolute path.
----
-> ac_top_srcdir=$ac_top_builddir_sub
-> ac_abs_top_srcdir=$ac_pwd ;;
-> [\\/]* | ?:[\\/]* ) # Absolute name.
-1138,1180c1771,1776
-< ac_top_srcdir=$srcdir ;;
-< *) # Relative path.
-< ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
-< ac_top_srcdir=$ac_top_builddir$srcdir ;;
-< esac
-<
-< # Do not use `cd foo && pwd` to compute absolute paths, because
-< # the directories may not exist.
-< case `pwd` in
-< .) ac_abs_builddir="$ac_dir";;
-< *)
-< case "$ac_dir" in
-< .) ac_abs_builddir=`pwd`;;
-< [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
-< *) ac_abs_builddir=`pwd`/"$ac_dir";;
-< esac;;
-< esac
-< case $ac_abs_builddir in
-< .) ac_abs_top_builddir=${ac_top_builddir}.;;
-< *)
-< case ${ac_top_builddir}. in
-< .) ac_abs_top_builddir=$ac_abs_builddir;;
-< [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
-< *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
-< esac;;
-< esac
-< case $ac_abs_builddir in
-< .) ac_abs_srcdir=$ac_srcdir;;
-< *)
-< case $ac_srcdir in
-< .) ac_abs_srcdir=$ac_abs_builddir;;
-< [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
-< *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
-< esac;;
-< esac
-< case $ac_abs_builddir in
-< .) ac_abs_top_srcdir=$ac_top_srcdir;;
-< *)
-< case $ac_top_srcdir in
-< .) ac_abs_top_srcdir=$ac_abs_builddir;;
-< [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
-< *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
-< esac;;
----
-> ac_top_srcdir=$srcdir
-> ac_abs_top_srcdir=$srcdir ;;
-> *) # Relative name.
-> ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
-> ac_top_srcdir=$ac_top_build_prefix$srcdir
-> ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
-1181a1778
-> ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
-1183,1194c1780,1787
-< cd $ac_dir
-< # Check for guested configure; otherwise get Cygnus style configure.
-< if test -f $ac_srcdir/configure.gnu; then
-< echo
-< $SHELL $ac_srcdir/configure.gnu --help=recursive
-< elif test -f $ac_srcdir/configure; then
-< echo
-< $SHELL $ac_srcdir/configure --help=recursive
-< elif test -f $ac_srcdir/configure.ac ||
-< test -f $ac_srcdir/configure.in; then
-< echo
-< $ac_configure --help
----
-> cd "$ac_dir" || { ac_status=$?; continue; }
-> # Check for guested configure.
-> if test -f "$ac_srcdir/configure.gnu"; then
-> echo &&
-> $SHELL "$ac_srcdir/configure.gnu" --help=recursive
-> elif test -f "$ac_srcdir/configure"; then
-> echo &&
-> $SHELL "$ac_srcdir/configure" --help=recursive
-1197,1198c1790,1791
-< fi
-< cd $ac_popdir
----
-> fi || ac_status=$?
-> cd "$ac_pwd" || { ac_status=$?; break; }
-1202c1795
-< test -n "$ac_init_help" && exit 0
----
-> test -n "$ac_init_help" && exit $ac_status
-1204a1798,1799
-> configure
-> generated by GNU Autoconf 2.59d
-1206c1801,1802
-< Copyright (C) 2003 Free Software Foundation, Inc.
----
-> Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-> 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
-1210c1806
-< exit 0
----
-> exit
-1212,1213c1808
-< exec 5>config.log
-< cat >&5 <<_ACEOF
----
-> cat >config.log <<_ACEOF
-1218c1813
-< generated by GNU Autoconf 2.59. Invocation command line was
----
-> generated by GNU Autoconf 2.59d. Invocation command line was
-1222a1818
-> exec 5>>config.log
-1241c1837
-< hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
----
-> /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
-1254a1851
-> IFS=$as_save_IFS
-1276d1872
-< ac_sep=
-1287c1883
-< *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
----
-> *\'*)
-1309,1311c1905
-< ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
-< # Get rid of the leading space.
-< ac_sep=" "
----
-> ac_configure_args="$ac_configure_args '$ac_arg'"
-1322,1323c1916,1917
-< # WARNING: Be sure not to use single quotes in there, as some shells,
-< # such as our DU 5.0 friend, will then `close' the trap.
----
-> # WARNING: Use '\'' to represent an apostrophe within the trap.
-> # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
-1336c1930,1944
-< {
----
-> (
-> for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
-> eval ac_val=\$$ac_var
-> case $ac_val in #(
-> *${as_nl}*)
-> case $ac_var in #(
-> *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
-> echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
-> esac
-> case $ac_var in #(
-> _ | IFS | as_nl) ;; #(
-> *) $as_unset $ac_var ;;
-> esac ;;
-> esac
-> done
-1338,1339c1946,1947
-< case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
-< *ac_space=\ *)
----
-> case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
-> *${as_nl}ac_space=\ *)
-1341,1343c1949,1951
-< "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
-< s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
-< ;;
----
-> "s/'\''/'\''\\\\'\'''\''/g;
-> s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
-> ;; #(
-1345,1346c1953
-< sed -n \
-< "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
----
-> sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
-1348,1349c1955,1957
-< esac;
-< }
----
-> esac |
-> sort
-> )
-1360,1361c1968,1972
-< eval ac_val=$`echo $ac_var`
-< echo "$ac_var='"'"'$ac_val'"'"'"
----
-> eval ac_val=\$$ac_var
-> case $ac_val in
-> *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
-> esac
-> echo "$ac_var='\''$ac_val'\''"
-1367,1369c1978,1980
-< ## ------------- ##
-< ## Output files. ##
-< ## ------------- ##
----
-> ## ------------------- ##
-> ## File substitutions. ##
-> ## ------------------- ##
-1374,1375c1985,1989
-< eval ac_val=$`echo $ac_var`
-< echo "$ac_var='"'"'$ac_val'"'"'"
----
-> eval ac_val=\$$ac_var
-> case $ac_val in
-> *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
-> esac
-> echo "$ac_var='\''$ac_val'\''"
-1387c2001
-< sed "/^$/d" confdefs.h | sort
----
-> cat confdefs.h
-1394,1395c2008,2009
-< rm -f core *.core &&
-< rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
----
-> rm -f core *.core core.conftest.* &&
-> rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
-1397c2011
-< ' 0
----
-> ' 0
-1404,1406c2018
-< rm -rf conftest* confdefs.h
-< # AIX cpp loses on an empty file, so make sure it contains at least a newline.
-< echo >confdefs.h
----
-> rm -f -r conftest* confdefs.h
-1437,1442c2049,2055
-< if test -z "$CONFIG_SITE"; then
-< if test "x$prefix" != xNONE; then
-< CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
-< else
-< CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
-< fi
----
-> if test -n "$CONFIG_SITE"; then
-> set x "$CONFIG_SITE"
-> elif test "x$prefix" != xNONE; then
-> set x "$prefix/share/config.site" "$prefix/etc/config.site"
-> else
-> set x "$ac_default_prefix/share/config.site" \
-> "$ac_default_prefix/etc/config.site"
-1444c2057,2059
-< for ac_site_file in $CONFIG_SITE; do
----
-> shift
-> for ac_site_file
-> do
-1460,1461c2075,2076
-< [\\/]* | ?:[\\/]* ) . $cache_file;;
-< *) . ./$cache_file;;
----
-> [\\/]* | ?:[\\/]* ) . "$cache_file";;
-> *) . "./$cache_file";;
-1473,1474c2088
-< for ac_var in `(set) 2>&1 |
-< sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
----
-> for ac_var in $ac_precious_vars; do
-1477,1478c2091,2092
-< eval ac_old_val="\$ac_cv_env_${ac_var}_value"
-< eval ac_new_val="\$ac_env_${ac_var}_value"
----
-> eval ac_old_val=\$ac_cv_env_${ac_var}_value
-> eval ac_new_val=\$ac_env_${ac_var}_value
-1503,1504c2117
-< *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
-< ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
----
-> *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
-1521,1526d2133
-< ac_ext=c
-< ac_cpp='$CPP $CPPFLAGS'
-< ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-< ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-< ac_compiler_gnu=$ac_cv_c_compiler_gnu
-<
-1542a2150,2154
-> ac_ext=c
-> ac_cpp='$CPP $CPPFLAGS'
-> ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-> ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-> ac_compiler_gnu=$ac_cv_c_compiler_gnu
-1546,1547c2158,2159
-< for ac_dir in admin $srcdir/admin; do
-< if test -f $ac_dir/install-sh; then
----
-> for ac_dir in admin "$srcdir"/admin; do
-> if test -f "$ac_dir/install-sh"; then
-1551c2163
-< elif test -f $ac_dir/install.sh; then
----
-> elif test -f "$ac_dir/install.sh"; then
-1555c2167
-< elif test -f $ac_dir/shtool; then
----
-> elif test -f "$ac_dir/shtool"; then
-1562,1563c2174,2175
-< { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in admin $srcdir/admin" >&5
-< echo "$as_me: error: cannot find install-sh or install.sh in admin $srcdir/admin" >&2;}
----
-> { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in admin \"$srcdir\"/admin" >&5
-> echo "$as_me: error: cannot find install-sh or install.sh in admin \"$srcdir\"/admin" >&2;}
-1566,1568c2178,2186
-< ac_config_guess="$SHELL $ac_aux_dir/config.guess"
-< ac_config_sub="$SHELL $ac_aux_dir/config.sub"
-< ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
----
->
-> # These three variables are undocumented and unsupported,
-> # and are intended to be withdrawn in a future Autoconf release.
-> # They can cause serious problems if a builder's source tree is in a directory
-> # whose full name contains unusual characters.
-> ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
-> ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
-> ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
->
-1574,1576c2192,2194
-< $ac_config_sub sun4 >/dev/null 2>&1 ||
-< { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
-< echo "$as_me: error: cannot run $ac_config_sub" >&2;}
----
-> $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
-> { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
-> echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
-1579,1580c2197,2198
-< echo "$as_me:$LINENO: checking build system type" >&5
-< echo $ECHO_N "checking build system type... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking build system type" >&5
-> echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
-1584,1587c2202,2205
-< ac_cv_build_alias=$build_alias
-< test -z "$ac_cv_build_alias" &&
-< ac_cv_build_alias=`$ac_config_guess`
-< test -z "$ac_cv_build_alias" &&
----
-> ac_build_alias=$build_alias
-> test "x$ac_build_alias" = x &&
-> ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
-> test "x$ac_build_alias" = x &&
-1591,1593c2209,2211
-< ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
-< { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
-< echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
----
-> ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
-> { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
-> echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
-1597,1598c2215,2222
-< echo "$as_me:$LINENO: result: $ac_cv_build" >&5
-< echo "${ECHO_T}$ac_cv_build" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
-> echo "${ECHO_T}$ac_cv_build" >&6; }
-> case $ac_cv_build in
-> *-*-*) ;;
-> *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
-> echo "$as_me: error: invalid value of canonical build" >&2;}
-> { (exit 1); exit 1; }; };;
-> esac
-1600,1602c2224,2234
-< build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
-< build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
-< build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
----
-> ac_save_IFS=$IFS; IFS='-'
-> set x $ac_cv_build
-> shift
-> build_cpu=$1
-> build_vendor=$2
-> shift; shift
-> # Remember, the first character of IFS is used to create $*,
-> # except with old shells:
-> build_os=$*
-> IFS=$ac_save_IFS
-> case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
-1605,1606c2237,2238
-< echo "$as_me:$LINENO: checking host system type" >&5
-< echo $ECHO_N "checking host system type... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking host system type" >&5
-> echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
-1610,1615c2242,2247
-< ac_cv_host_alias=$host_alias
-< test -z "$ac_cv_host_alias" &&
-< ac_cv_host_alias=$ac_cv_build_alias
-< ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
-< { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
-< echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
----
-> if test "x$host_alias" = x; then
-> ac_cv_host=$ac_cv_build
-> else
-> ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
-> { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
-> echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
-1616a2249
-> fi
-1619,1620c2252,2259
-< echo "$as_me:$LINENO: result: $ac_cv_host" >&5
-< echo "${ECHO_T}$ac_cv_host" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
-> echo "${ECHO_T}$ac_cv_host" >&6; }
-> case $ac_cv_host in
-> *-*-*) ;;
-> *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
-> echo "$as_me: error: invalid value of canonical host" >&2;}
-> { (exit 1); exit 1; }; };;
-> esac
-1622,1624c2261,2271
-< host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
-< host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
-< host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
----
-> ac_save_IFS=$IFS; IFS='-'
-> set x $ac_cv_host
-> shift
-> host_cpu=$1
-> host_vendor=$2
-> shift; shift
-> # Remember, the first character of IFS is used to create $*,
-> # except with old shells:
-> host_os=$*
-> IFS=$ac_save_IFS
-> case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
-1627,1628c2274,2275
-< echo "$as_me:$LINENO: checking target system type" >&5
-< echo $ECHO_N "checking target system type... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking target system type" >&5
-> echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
-1632,1637c2279,2284
-< ac_cv_target_alias=$target_alias
-< test "x$ac_cv_target_alias" = "x" &&
-< ac_cv_target_alias=$ac_cv_host_alias
-< ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
-< { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
-< echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
----
-> if test "x$target_alias" = x; then
-> ac_cv_target=$ac_cv_host
-> else
-> ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
-> { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
-> echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
-1638a2286
-> fi
-1641,1642c2289,2296
-< echo "$as_me:$LINENO: result: $ac_cv_target" >&5
-< echo "${ECHO_T}$ac_cv_target" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_target" >&5
-> echo "${ECHO_T}$ac_cv_target" >&6; }
-> case $ac_cv_target in
-> *-*-*) ;;
-> *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
-> echo "$as_me: error: invalid value of canonical target" >&2;}
-> { (exit 1); exit 1; }; };;
-> esac
-1644,1646c2298,2308
-< target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
-< target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
-< target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
----
-> ac_save_IFS=$IFS; IFS='-'
-> set x $ac_cv_target
-> shift
-> target_cpu=$1
-> target_vendor=$2
-> shift; shift
-> # Remember, the first character of IFS is used to create $*,
-> # except with old shells:
-> target_os=$*
-> IFS=$ac_save_IFS
-> case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
-1656c2318
-< program_transform_name="s,^,$program_prefix,;$program_transform_name"
----
-> program_transform_name="s&^&$program_prefix&;$program_transform_name"
-1659c2321
-< program_transform_name="s,\$,$program_suffix,;$program_transform_name"
----
-> program_transform_name="s&\$&$program_suffix&;$program_transform_name"
-1666c2328
-< rm conftest.sed
----
-> rm -f conftest.sed
-1688,1689c2350,2351
-< echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
-< echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
-> echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
-1711c2373
-< if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
-1729a2392
-> IFS=$as_save_IFS
-1736,1737c2399,2400
-< # As a last resort, use the slow shell script. We don't cache a
-< # path for INSTALL within a source directory, because that will
----
-> # As a last resort, use the slow shell script. Don't cache a
-> # value for INSTALL within a source directory, because that will
-1739c2402
-< # removed, or if the path is relative.
----
-> # removed, or if the value is a relative name.
-1743,1744c2406,2407
-< echo "$as_me:$LINENO: result: $INSTALL" >&5
-< echo "${ECHO_T}$INSTALL" >&6
----
-> { echo "$as_me:$LINENO: result: $INSTALL" >&5
-> echo "${ECHO_T}$INSTALL" >&6; }
-1758,1759c2421,2422
-< echo "$as_me:$LINENO: checking for -p flag to install" >&5
-< echo $ECHO_N "checking for -p flag to install... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for -p flag to install" >&5
-> echo $ECHO_N "checking for -p flag to install... $ECHO_C" >&6; }
-1771,1772c2434,2435
-< echo "$as_me:$LINENO: result: $ac_res" >&5
-< echo "${ECHO_T}$ac_res" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-1782,1783c2445,2446
-< echo "$as_me:$LINENO: checking whether build environment is sane" >&5
-< echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
-> echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
-1825,1826c2488,2489
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-1877,1878c2540,2541
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-1891c2554
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-1897a2561
-> IFS=$as_save_IFS
-1903,1904c2567,2568
-< echo "$as_me:$LINENO: result: $AWK" >&5
-< echo "${ECHO_T}$AWK" >&6
----
-> { echo "$as_me:$LINENO: result: $AWK" >&5
-> echo "${ECHO_T}$AWK" >&6; }
-1906,1907c2570,2571
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-1909a2574
->
-1913,1916c2578,2581
-< echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
-< echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
-< set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
-< if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
----
-> { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
-> echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
-> set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/^a-zA-Z0-9_/_/g'`
-> if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
-1919a2585
-> SHELL = /bin/sh
-1921c2587
-< @echo 'ac_maketemp="$(MAKE)"'
----
-> @echo '@@@%%%=$(MAKE)=@@@%%%'
-1924,1929c2590,2595
-< eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
-< if test -n "$ac_maketemp"; then
-< eval ac_cv_prog_make_${ac_make}_set=yes
-< else
-< eval ac_cv_prog_make_${ac_make}_set=no
-< fi
----
-> case `${MAKE-make} -f conftest.make 2>/dev/null` in
-> *@@@%%%=?*=@@@%%%*)
-> eval ac_cv_prog_make_${ac_make}_set=yes;;
-> *)
-> eval ac_cv_prog_make_${ac_make}_set=no;;
-> esac
-1932,1934c2598,2600
-< if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-1937,1938c2603,2604
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-2009,2010c2675,2676
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-2023c2689
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-2029a2696
-> IFS=$as_save_IFS
-2035,2036c2702,2703
-< echo "$as_me:$LINENO: result: $STRIP" >&5
-< echo "${ECHO_T}$STRIP" >&6
----
-> { echo "$as_me:$LINENO: result: $STRIP" >&5
-> echo "${ECHO_T}$STRIP" >&6; }
-2038,2039c2705,2706
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-2041a2709
->
-2047,2048c2715,2716
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-2061c2729
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-2067a2736
-> IFS=$as_save_IFS
-2069d2737
-< test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
-2074,2075c2742,2743
-< echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
-< echo "${ECHO_T}$ac_ct_STRIP" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
-> echo "${ECHO_T}$ac_ct_STRIP" >&6; }
-2077,2078c2745,2746
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-2081c2749,2763
-< STRIP=$ac_ct_STRIP
----
-> if test "x$ac_ct_STRIP" = x; then
-> STRIP=":"
-> else
-> case $cross_compiling:$ac_tool_warned in
-> yes:)
-> { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
-> whose name does not start with the host triplet. If you think this
-> configuration is useful to you, please write to autoconf at gnu.org." >&5
-> echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
-> whose name does not start with the host triplet. If you think this
-> configuration is useful to you, please write to autoconf at gnu.org." >&2;}
-> ac_tool_warned=yes ;;
-> esac
-> STRIP=$ac_ct_STRIP
-> fi
-2100a2783,2807
-> { echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
-> echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
-> # Check whether --enable-maintainer-mode was given.
-> if test "${enable_maintainer_mode+set}" = set; then
-> enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
-> else
-> USE_MAINTAINER_MODE=no
-> fi
->
-> { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
-> echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
->
->
-> if test $USE_MAINTAINER_MODE = yes; then
-> MAINTAINER_MODE_TRUE=
-> MAINTAINER_MODE_FALSE='#'
-> else
-> MAINTAINER_MODE_TRUE='#'
-> MAINTAINER_MODE_FALSE=
-> fi
->
-> MAINT=$MAINTAINER_MODE_TRUE
->
->
->
-2119,2120c2826,2827
-< echo "$as_me:$LINENO: checking for kde-config" >&5
-< echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for kde-config" >&5
-> echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; }
-2126c2833
-< if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-2169,2170c2876,2877
-< echo "$as_me:$LINENO: result: not found" >&5
-< echo "${ECHO_T}not found" >&6
----
-> { echo "$as_me:$LINENO: result: not found" >&5
-> echo "${ECHO_T}not found" >&6; }
-2181,2182c2888,2889
-< echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-< echo "${ECHO_T}$kde_cv_path" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-> echo "${ECHO_T}$kde_cv_path" >&6; }
-2191,2192c2898,2899
-< echo "$as_me:$LINENO: checking for kde-config" >&5
-< echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for kde-config" >&5
-> echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; }
-2198c2905
-< if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-2241,2242c2948,2949
-< echo "$as_me:$LINENO: result: not found" >&5
-< echo "${ECHO_T}not found" >&6
----
-> { echo "$as_me:$LINENO: result: not found" >&5
-> echo "${ECHO_T}not found" >&6; }
-2253,2254c2960,2961
-< echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-< echo "${ECHO_T}$kde_cv_path" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-> echo "${ECHO_T}$kde_cv_path" >&6; }
-2277,2278c2984,2985
-< echo "$as_me:$LINENO: checking where to install" >&5
-< echo $ECHO_N "checking where to install... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking where to install" >&5
-> echo $ECHO_N "checking where to install... $ECHO_C" >&6; }
-2281,2282c2988,2989
-< echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5
-< echo "${ECHO_T}$prefix (as returned by kde-config)" >&6
----
-> { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5
-> echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; }
-2285,2286c2992,2993
-< echo "$as_me:$LINENO: result: $prefix (as requested)" >&5
-< echo "${ECHO_T}$prefix (as requested)" >&6
----
-> { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5
-> echo "${ECHO_T}$prefix (as requested)" >&6; }
-2299c3006
-< # Check whether --enable-fast-perl or --disable-fast-perl was given.
----
-> # Check whether --enable-fast-perl was given.
-2301,2302c3008
-< enableval="$enable_fast_perl"
-< with_fast_perl=$enableval
----
-> enableval=$enable_fast_perl; with_fast_perl=$enableval
-2305c3011,3012
-< fi;
----
-> fi
->
-2322c3029
-< ac_config_headers="$ac_config_headers config.h"
----
-> ac_config_headers="$ac_config_headers config.h"
-2326c3033
-< ac_config_commands="$ac_config_commands depfiles"
----
-> ac_config_commands="$ac_config_commands depfiles"
-2336,2337c3043,3044
-< echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
-< echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
-> echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
-2364,2365c3071,3072
-< echo "$as_me:$LINENO: result: $_am_result" >&5
-< echo "${ECHO_T}$_am_result" >&6
----
-> { echo "$as_me:$LINENO: result: $_am_result" >&5
-> echo "${ECHO_T}$_am_result" >&6; }
-2368c3075
-< # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
----
-> # Check whether --enable-dependency-tracking was given.
-2370c3077,3078
-< enableval="$enable_dependency_tracking"
----
-> enableval=$enable_dependency_tracking;
-> fi
-2372d3079
-< fi;
-2392c3099
-< # Check whether --enable-debug or --disable-debug was given.
----
-> # Check whether --enable-debug was given.
-2394,2395c3101
-< enableval="$enable_debug"
-<
----
-> enableval=$enable_debug;
-2415c3121,3122
-< fi;
----
-> fi
->
-2417c3124
-< # Check whether --enable-dummyoption or --disable-dummyoption was given.
----
-> # Check whether --enable-dummyoption was given.
-2419c3126,3127
-< enableval="$enable_dummyoption"
----
-> enableval=$enable_dummyoption;
-> fi
-2421d3128
-< fi;
-2423c3130
-< # Check whether --enable-strict or --disable-strict was given.
----
-> # Check whether --enable-strict was given.
-2425,2426c3132
-< enableval="$enable_strict"
-<
----
-> enableval=$enable_strict;
-2435c3141
-< fi;
----
-> fi
-2437,2439d3142
-< # Check whether --enable-warnings or --disable-warnings was given.
-< if test "${enable_warnings+set}" = set; then
-< enableval="$enable_warnings"
-2440a3144,3146
-> # Check whether --enable-warnings was given.
-> if test "${enable_warnings+set}" = set; then
-> enableval=$enable_warnings;
-2449c3155,3156
-< fi;
----
-> fi
->
-2455c3162
-< # Check whether --enable-profile or --disable-profile was given.
----
-> # Check whether --enable-profile was given.
-2457,2458c3164
-< enableval="$enable_profile"
-< kde_use_profiling=$enableval
----
-> enableval=$enable_profile; kde_use_profiling=$enableval
-2462c3168,3169
-< fi;
----
-> fi
->
-2474,2475c3181,3182
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-2488c3195
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-2494a3202
-> IFS=$as_save_IFS
-2500,2501c3208,3209
-< echo "$as_me:$LINENO: result: $CC" >&5
-< echo "${ECHO_T}$CC" >&6
----
-> { echo "$as_me:$LINENO: result: $CC" >&5
-> echo "${ECHO_T}$CC" >&6; }
-2503,2504c3211,3212
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-2506a3215
->
-2512,2513c3221,3222
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-2526c3235
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-2532a3242
-> IFS=$as_save_IFS
-2538,2539c3248,3249
-< echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-< echo "${ECHO_T}$ac_ct_CC" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-> echo "${ECHO_T}$ac_ct_CC" >&6; }
-2541,2542c3251,3252
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-2545c3255,3269
-< CC=$ac_ct_CC
----
-> if test "x$ac_ct_CC" = x; then
-> CC=""
-> else
-> case $cross_compiling:$ac_tool_warned in
-> yes:)
-> { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
-> whose name does not start with the host triplet. If you think this
-> configuration is useful to you, please write to autoconf at gnu.org." >&5
-> echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
-> whose name does not start with the host triplet. If you think this
-> configuration is useful to you, please write to autoconf at gnu.org." >&2;}
-> ac_tool_warned=yes ;;
-> esac
-> CC=$ac_ct_CC
-> fi
-2551,2552c3275,3276
-< if test -n "$ac_tool_prefix"; then
-< # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
----
-> if test -n "$ac_tool_prefix"; then
-> # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
-2554,2555c3278,3279
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-2568c3292
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-2574a3299
-> IFS=$as_save_IFS
-2580,2619c3305,3306
-< echo "$as_me:$LINENO: result: $CC" >&5
-< echo "${ECHO_T}$CC" >&6
-< else
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
-< fi
-<
-< fi
-< if test -z "$ac_cv_prog_CC"; then
-< ac_ct_CC=$CC
-< # Extract the first word of "cc", so it can be a program name with args.
-< set dummy cc; ac_word=$2
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-< if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< if test -n "$ac_ct_CC"; then
-< ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-< else
-< as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-< for as_dir in $PATH
-< do
-< IFS=$as_save_IFS
-< test -z "$as_dir" && as_dir=.
-< for ac_exec_ext in '' $ac_executable_extensions; do
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-< ac_cv_prog_ac_ct_CC="cc"
-< echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-< break 2
-< fi
-< done
-< done
-<
-< fi
-< fi
-< ac_ct_CC=$ac_cv_prog_ac_ct_CC
-< if test -n "$ac_ct_CC"; then
-< echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-< echo "${ECHO_T}$ac_ct_CC" >&6
----
-> { echo "$as_me:$LINENO: result: $CC" >&5
-> echo "${ECHO_T}$CC" >&6; }
-2621,2622c3308,3309
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-2625,2628d3311
-< CC=$ac_ct_CC
-< else
-< CC="$ac_cv_prog_CC"
-< fi
-2629a3313
-> fi
-2634,2635c3318,3319
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-2649c3333
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-2659a3344
-> IFS=$as_save_IFS
-2677,2678c3362,3363
-< echo "$as_me:$LINENO: result: $CC" >&5
-< echo "${ECHO_T}$CC" >&6
----
-> { echo "$as_me:$LINENO: result: $CC" >&5
-> echo "${ECHO_T}$CC" >&6; }
-2680,2681c3365,3366
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-2683a3369
->
-2687c3373
-< for ac_prog in cl
----
-> for ac_prog in cl.exe
-2691,2692c3377,3378
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-2705c3391
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-2711a3398
-> IFS=$as_save_IFS
-2717,2718c3404,3405
-< echo "$as_me:$LINENO: result: $CC" >&5
-< echo "${ECHO_T}$CC" >&6
----
-> { echo "$as_me:$LINENO: result: $CC" >&5
-> echo "${ECHO_T}$CC" >&6; }
-2720,2721c3407,3408
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-2723a3411
->
-2729c3417
-< for ac_prog in cl
----
-> for ac_prog in cl.exe
-2733,2734c3421,3422
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-2747c3435
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-2753a3442
-> IFS=$as_save_IFS
-2759,2760c3448,3449
-< echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-< echo "${ECHO_T}$ac_ct_CC" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-> echo "${ECHO_T}$ac_ct_CC" >&6; }
-2762,2763c3451,3452
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-2765a3455
->
-2769c3459,3473
-< CC=$ac_ct_CC
----
-> if test "x$ac_ct_CC" = x; then
-> CC=""
-> else
-> case $cross_compiling:$ac_tool_warned in
-> yes:)
-> { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
-> whose name does not start with the host triplet. If you think this
-> configuration is useful to you, please write to autoconf at gnu.org." >&5
-> echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
-> whose name does not start with the host triplet. If you think this
-> configuration is useful to you, please write to autoconf at gnu.org." >&2;}
-> ac_tool_warned=yes ;;
-> esac
-> CC=$ac_ct_CC
-> fi
-2782,2783c3486
-< echo "$as_me:$LINENO:" \
-< "checking for C compiler version" >&5
----
-> echo "$as_me:$LINENO: checking for C compiler version" >&5
-2785,2786c3488,3494
-< { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
-< (eval $ac_compiler --version </dev/null >&5) 2>&5
----
-> { (ac_try="$ac_compiler --version >&5"
-> 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_compiler --version >&5") 2>&5
-2790,2791c3498,3504
-< { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
-< (eval $ac_compiler -v </dev/null >&5) 2>&5
----
-> { (ac_try="$ac_compiler -v >&5"
-> 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_compiler -v >&5") 2>&5
-2795,2796c3508,3514
-< { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
-< (eval $ac_compiler -V </dev/null >&5) 2>&5
----
-> { (ac_try="$ac_compiler -V >&5"
-> 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_compiler -V >&5") 2>&5
-2821,2822c3539,3540
-< echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
-< echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
-> echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
-2824,2825c3542,3567
-< if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
-< (eval $ac_link_default) 2>&5
----
-> #
-> # List of possible output files, starting from the most likely.
-> # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
-> # only as a last resort. b.out is created by i960 compilers.
-> ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
-> #
-> # The IRIX 6 linker writes into existing files which may not be
-> # executable, retaining their permissions. Remove them first so a
-> # subsequent execution test works.
-> ac_rmfiles=
-> for ac_file in $ac_files
-> do
-> case $ac_file in
-> *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
-> * ) ac_rmfiles="$ac_rmfiles $ac_file";;
-> esac
-> done
-> rm -f $ac_rmfiles
->
-> if { (ac_try="$ac_link_default"
-> 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_default") 2>&5
-2829,2837c3571,3576
-< # Find the output, starting from the most likely. This scheme is
-< # not robust to junk in `.', hence go to wildcards (a.*) only as a last
-< # resort.
-<
-< # Be careful to initialize this variable, since it used to be cached.
-< # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
-< ac_cv_exeext=
-< # b.out is created by i960 compilers.
-< for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
----
-> # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
-> # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
-> # in a Makefile. We should not override ac_cv_exeext if it was cached,
-> # so that the user can short-circuit this test for compilers unknown to
-> # Autoconf.
-> for ac_file in $ac_files
-2841,2844c3580
-< *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
-< ;;
-< conftest.$ac_ext )
-< # This is the source file.
----
-> *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
-2851,2855c3587,3595
-< ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
-< # FIXME: I believe we export ac_cv_exeext for Libtool,
-< # but it would be cool to find out if it's true. Does anybody
-< # maintain Libtool? --akim.
-< export ac_cv_exeext
----
-> if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
-> then :; else
-> ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
-> fi
-> # We set ac_cv_exeext here because the later test for it is not
-> # safe: cross compilers may not add the suffix if given an `-o'
-> # argument, so we may need to know it at that point already.
-> # Even if this section looks crufty: it has the advantage of
-> # actually working.
-2860a3601,3602
-> test "$ac_cv_exeext" = no && ac_cv_exeext=
->
-2873,2874c3615,3616
-< echo "$as_me:$LINENO: result: $ac_file" >&5
-< echo "${ECHO_T}$ac_file" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_file" >&5
-> echo "${ECHO_T}$ac_file" >&6; }
-2876c3618
-< # Check the compiler produces executables we can run. If not, either
----
-> # Check that the compiler produces executables we can run. If not, either
-2878,2879c3620,3621
-< echo "$as_me:$LINENO: checking whether the C compiler works" >&5
-< echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
-> echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
-2884,2885c3626,3631
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-2904,2905c3650,3651
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-2909c3655
-< # Check the compiler produces executables we can run. If not, either
----
-> # Check that the compiler produces executables we can run. If not, either
-2911,2919c3657,3670
-< echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
-< echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
-< echo "$as_me:$LINENO: result: $cross_compiling" >&5
-< echo "${ECHO_T}$cross_compiling" >&6
-<
-< echo "$as_me:$LINENO: checking for suffix of executables" >&5
-< echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>&5
----
-> { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
-> echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
-> { echo "$as_me:$LINENO: result: $cross_compiling" >&5
-> echo "${ECHO_T}$cross_compiling" >&6; }
->
-> { echo "$as_me:$LINENO: checking for suffix of executables" >&5
-> echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
-> 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>&5
-2930c3681
-< *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
----
-> *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
-2932d3682
-< export ac_cv_exeext
-2946,2947c3696,3697
-< echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
-< echo "${ECHO_T}$ac_cv_exeext" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
-> echo "${ECHO_T}$ac_cv_exeext" >&6; }
-2952,2953c3702,3703
-< echo "$as_me:$LINENO: checking for suffix of object files" >&5
-< echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for suffix of object files" >&5
-> echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
-2973,2974c3723,3729
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>&5
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>&5
-2978c3733,3734
-< for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
----
-> for ac_file in conftest.o conftest.obj conftest.*; do
-> test -f "$ac_file" || continue;
-2980c3736
-< *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
----
-> *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
-2998,2999c3754,3755
-< echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
-< echo "${ECHO_T}$ac_cv_objext" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
-> echo "${ECHO_T}$ac_cv_objext" >&6; }
-3002,3003c3758,3759
-< echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
-< echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
-> echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
-3026,3027c3782,3788
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-3034,3037c3795,3801
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-3042,3043c3806,3811
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-3052c3820
-< ac_compiler_gnu=no
----
-> ac_compiler_gnu=no
-3053a3822
->
-3058,3059c3827,3828
-< echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
-< echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
-> echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
-3063,3065c3832,3833
-< CFLAGS="-g"
-< echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
-< echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
-> echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
-3069c3837,3841
-< cat >conftest.$ac_ext <<_ACEOF
----
-> ac_save_c_werror_flag=$ac_c_werror_flag
-> ac_c_werror_flag=yes
-> ac_cv_prog_cc_g=no
-> CFLAGS="-g"
-> cat >conftest.$ac_ext <<_ACEOF
-3085,3086c3857,3863
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-3093,3096c3870,3876
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-3101,3102c3881,3886
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-3111,3139c3895,3896
-< ac_cv_prog_cc_g=no
-< fi
-< rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
-< echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
-< if test "$ac_test_CFLAGS" = set; then
-< CFLAGS=$ac_save_CFLAGS
-< elif test $ac_cv_prog_cc_g = yes; then
-< if test "$GCC" = yes; then
-< CFLAGS="-g -O2"
-< else
-< CFLAGS="-g"
-< fi
-< else
-< if test "$GCC" = yes; then
-< CFLAGS="-O2"
-< else
-< CFLAGS=
-< fi
-< fi
-< echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
-< echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
-< if test "${ac_cv_prog_cc_stdc+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< ac_cv_prog_cc_stdc=no
-< ac_save_CC=$CC
-< cat >conftest.$ac_ext <<_ACEOF
----
-> CFLAGS=""
-> cat >conftest.$ac_ext <<_ACEOF
-3145,3175d3901
-< #include <stdarg.h>
-< #include <stdio.h>
-< #include <sys/types.h>
-< #include <sys/stat.h>
-< /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
-< struct buf { int x; };
-< FILE * (*rcsopen) (struct buf *, struct stat *, int);
-< static char *e (p, i)
-< char **p;
-< int i;
-< {
-< return p[i];
-< }
-< static char *f (char * (*g) (char **, int), char **p, ...)
-< {
-< char *s;
-< va_list v;
-< va_start (v,p);
-< s = g (p, va_arg (v,int));
-< va_end (v);
-< return s;
-< }
-<
-< /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
-< function prototypes and stuff, but not '\xHH' hex character constants.
-< These don't provoke an error unfortunately, instead are silently treated
-< as 'x'. The following induces an error, until -std1 is added to get
-< proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
-< array size at least. It's necessary to write '\x00'==0 to get something
-< that's true only with -std1. */
-< int osf4_cc_array ['\x00' == 0 ? 1 : -1];
-3177,3182d3902
-< int test (int i, double x);
-< struct s1 {int (*f) (int a);};
-< struct s2 {int (*f) (double a);};
-< int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
-< int argc;
-< char **argv;
-3186c3906
-< return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
----
->
-3191,3203c3911,3918
-< # Don't try gcc -ansi; that turns off useful extensions and
-< # breaks some systems' header files.
-< # AIX -qlanglvl=ansi
-< # Ultrix and OSF/1 -std1
-< # HP-UX 10.20 and later -Ae
-< # HP-UX older versions -Aa -D_HPUX_SOURCE
-< # SVR4 -Xc -D__EXTENSIONS__
-< for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
-< do
-< CC="$ac_save_CC $ac_arg"
-< rm -f conftest.$ac_objext
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> rm -f conftest.$ac_objext
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-3210,3213c3925,3931
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-3218,3219c3936,3941
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-3223,3224c3945
-< ac_cv_prog_cc_stdc=$ac_arg
-< break
----
-> :
-3229,3286c3950,3952
-< fi
-< rm -f conftest.err conftest.$ac_objext
-< done
-< rm -f conftest.$ac_ext conftest.$ac_objext
-< CC=$ac_save_CC
-<
-< fi
-<
-< case "x$ac_cv_prog_cc_stdc" in
-< x|xno)
-< echo "$as_me:$LINENO: result: none needed" >&5
-< echo "${ECHO_T}none needed" >&6 ;;
-< *)
-< echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
-< echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
-< CC="$CC $ac_cv_prog_cc_stdc" ;;
-< esac
-<
-< # Some people use a C++ compiler to compile C. Since we use `exit',
-< # in C++ we need to declare it. In case someone uses the same compiler
-< # for both compiling C and C++ we need to have the C++ compiler decide
-< # the declaration of exit, since it's the most demanding environment.
-< cat >conftest.$ac_ext <<_ACEOF
-< #ifndef __cplusplus
-< choke me
-< #endif
-< _ACEOF
-< rm -f conftest.$ac_objext
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 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); } &&
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest.$ac_objext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< for ac_declaration in \
-< '' \
-< 'extern "C" void std::exit (int) throw (); using std::exit;' \
-< 'extern "C" void std::exit (int); using std::exit;' \
-< 'extern "C" void exit (int) throw ();' \
-< 'extern "C" void exit (int);' \
-< 'void exit (int);'
-< do
-< cat >conftest.$ac_ext <<_ACEOF
----
-> ac_c_werror_flag=$ac_save_c_werror_flag
-> CFLAGS="-g"
-> cat >conftest.$ac_ext <<_ACEOF
-3292,3293c3958
-< $ac_declaration
-< #include <stdlib.h>
----
->
-3297c3962
-< exit (42);
----
->
-3303,3304c3968,3974
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-3311,3314c3981,3987
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-3319,3320c3992,3997
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-3324c4001
-< :
----
-> ac_cv_prog_cc_g=yes
-3329c4006,4009
-< continue
----
->
-> fi
->
-> rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-3330a4011
->
-3332c4013,4042
-< cat >conftest.$ac_ext <<_ACEOF
----
-> fi
->
-> rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-> ac_c_werror_flag=$ac_save_c_werror_flag
-> fi
-> { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
-> echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
-> if test "$ac_test_CFLAGS" = set; then
-> CFLAGS=$ac_save_CFLAGS
-> elif test $ac_cv_prog_cc_g = yes; then
-> if test "$GCC" = yes; then
-> CFLAGS="-g -O2"
-> else
-> CFLAGS="-g"
-> fi
-> else
-> if test "$GCC" = yes; then
-> CFLAGS="-O2"
-> else
-> CFLAGS=
-> fi
-> fi
-> { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
-> echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
-> if test "${ac_cv_prog_cc_c89+set}" = set; then
-> echo $ECHO_N "(cached) $ECHO_C" >&6
-> else
-> ac_cv_prog_cc_c89=no
-> ac_save_CC=$CC
-> cat >conftest.$ac_ext <<_ACEOF
-3338c4048,4085
-< $ac_declaration
----
-> #include <stdarg.h>
-> #include <stdio.h>
-> #include <sys/types.h>
-> #include <sys/stat.h>
-> /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
-> struct buf { int x; };
-> FILE * (*rcsopen) (struct buf *, struct stat *, int);
-> static char *e (p, i)
-> char **p;
-> int i;
-> {
-> return p[i];
-> }
-> static char *f (char * (*g) (char **, int), char **p, ...)
-> {
-> char *s;
-> va_list v;
-> va_start (v,p);
-> s = g (p, va_arg (v,int));
-> va_end (v);
-> return s;
-> }
->
-> /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
-> function prototypes and stuff, but not '\xHH' hex character constants.
-> These don't provoke an error unfortunately, instead are silently treated
-> as 'x'. The following induces an error, until -std is added to get
-> proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
-> array size at least. It's necessary to write '\x00'==0 to get something
-> that's true only with -std. */
-> int osf4_cc_array ['\x00' == 0 ? 1 : -1];
->
-> int test (int i, double x);
-> struct s1 {int (*f) (int a);};
-> struct s2 {int (*f) (double a);};
-> int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
-> int argc;
-> char **argv;
-3342c4089
-< exit (42);
----
-> return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
-3347,3349c4094,4105
-< rm -f conftest.$ac_objext
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
-> -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
-> do
-> CC="$ac_save_CC $ac_arg"
-> rm -f conftest.$ac_objext
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-3356,3359c4112,4118
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-3364,3365c4123,4128
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-3369c4132
-< break
----
-> ac_cv_prog_cc_c89=$ac_arg
-3373a4137
->
-3375c4139,4141
-< rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
----
->
-> rm -f conftest.err conftest.$ac_objext
-> test "x$ac_cv_prog_cc_c89" != "xno" && break
-3377,3381c4143,4145
-< rm -f conftest*
-< if test -n "$ac_declaration"; then
-< echo '#ifdef __cplusplus' >>confdefs.h
-< echo $ac_declaration >>confdefs.h
-< echo '#endif' >>confdefs.h
----
-> rm -f conftest.$ac_ext
-> CC=$ac_save_CC
->
-3382a4147,4159
-> # AC_CACHE_VAL
-> case "x$ac_cv_prog_cc_c89" in
-> x)
-> { echo "$as_me:$LINENO: result: none needed" >&5
-> echo "${ECHO_T}none needed" >&6; } ;;
-> xno)
-> { echo "$as_me:$LINENO: result: unsupported" >&5
-> echo "${ECHO_T}unsupported" >&6; } ;;
-> *)
-> CC="$CC $ac_cv_prog_cc_c89"
-> { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
-> echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
-> esac
-3384,3386d4160
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
-3388,3389d4161
-< fi
-< rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-3398,3399c4170,4171
-< echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
-< echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
-> echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
-3488,3489c4260,4261
-< echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
-< echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
----
-> { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
-> echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
-3511,3512c4283,4284
-< echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
-< echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
-> echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
-3546,3547c4318,4324
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-3571a4349
->
-3574c4352
-< # OK, works on sane cases. Now check whether non-existent headers
----
-> # OK, works on sane cases. Now check whether nonexistent headers
-3584,3585c4362,4368
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-3611a4395
->
-3629,3630c4413,4414
-< echo "$as_me:$LINENO: result: $CPP" >&5
-< echo "${ECHO_T}$CPP" >&6
----
-> { echo "$as_me:$LINENO: result: $CPP" >&5
-> echo "${ECHO_T}$CPP" >&6; }
-3653,3654c4437,4443
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-3678a4468
->
-3681c4471
-< # OK, works on sane cases. Now check whether non-existent headers
----
-> # OK, works on sane cases. Now check whether nonexistent headers
-3691,3692c4481,4487
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-3718a4514
->
-3769c4565
-< ac_ext=cc
----
-> ac_ext=cpp
-3774,3775c4570,4575
-< if test -n "$ac_tool_prefix"; then
-< for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
----
-> if test -z "$CXX"; then
-> if test -n "$CCC"; then
-> CXX=$CCC
-> else
-> if test -n "$ac_tool_prefix"; then
-> for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
-3779,3780c4579,4580
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-3793c4593
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-3799a4600
-> IFS=$as_save_IFS
-3805,3806c4606,4607
-< echo "$as_me:$LINENO: result: $CXX" >&5
-< echo "${ECHO_T}$CXX" >&6
----
-> { echo "$as_me:$LINENO: result: $CXX" >&5
-> echo "${ECHO_T}$CXX" >&6; }
-3808,3809c4609,4610
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-3811a4613
->
-3817c4619
-< for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
----
-> for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
-3821,3822c4623,4624
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-3835c4637
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-3841a4644
-> IFS=$as_save_IFS
-3847,3848c4650,4651
-< echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
-< echo "${ECHO_T}$ac_ct_CXX" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
-> echo "${ECHO_T}$ac_ct_CXX" >&6; }
-3850,3851c4653,4654
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-3853a4657
->
-3856d4659
-< test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
-3858c4661,4675
-< CXX=$ac_ct_CXX
----
-> if test "x$ac_ct_CXX" = x; then
-> CXX="g++"
-> else
-> case $cross_compiling:$ac_tool_warned in
-> yes:)
-> { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
-> whose name does not start with the host triplet. If you think this
-> configuration is useful to you, please write to autoconf at gnu.org." >&5
-> echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
-> whose name does not start with the host triplet. If you think this
-> configuration is useful to you, please write to autoconf at gnu.org." >&2;}
-> ac_tool_warned=yes ;;
-> esac
-> CXX=$ac_ct_CXX
-> fi
-3861c4678,4679
-<
----
-> fi
-> fi
-3863,3864c4681
-< echo "$as_me:$LINENO:" \
-< "checking for C++ compiler version" >&5
----
-> echo "$as_me:$LINENO: checking for C++ compiler version" >&5
-3866,3867c4683,4689
-< { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
-< (eval $ac_compiler --version </dev/null >&5) 2>&5
----
-> { (ac_try="$ac_compiler --version >&5"
-> 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_compiler --version >&5") 2>&5
-3871,3872c4693,4699
-< { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
-< (eval $ac_compiler -v </dev/null >&5) 2>&5
----
-> { (ac_try="$ac_compiler -v >&5"
-> 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_compiler -v >&5") 2>&5
-3876,3877c4703,4709
-< { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
-< (eval $ac_compiler -V </dev/null >&5) 2>&5
----
-> { (ac_try="$ac_compiler -V >&5"
-> 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_compiler -V >&5") 2>&5
-3882,3883c4714,4715
-< echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
-< echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
-> echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
-3906,3907c4738,4744
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-3914,3917c4751,4757
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-3922,3923c4762,4767
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-3932c4776
-< ac_compiler_gnu=no
----
-> ac_compiler_gnu=no
-3933a4778
->
-3938,3939c4783,4784
-< echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
-< echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
-> echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
-3943,3945c4788,4789
-< CXXFLAGS="-g"
-< echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
-< echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
-> echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
-3949c4793,4797
-< cat >conftest.$ac_ext <<_ACEOF
----
-> ac_save_cxx_werror_flag=$ac_cxx_werror_flag
-> ac_cxx_werror_flag=yes
-> ac_cv_prog_cxx_g=no
-> CXXFLAGS="-g"
-> cat >conftest.$ac_ext <<_ACEOF
-3965,3966c4813,4819
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-3973,3976c4826,4832
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-3981,3982c4837,4842
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-3991,4020c4851,4852
-< ac_cv_prog_cxx_g=no
-< fi
-< rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
-< echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
-< if test "$ac_test_CXXFLAGS" = set; then
-< CXXFLAGS=$ac_save_CXXFLAGS
-< elif test $ac_cv_prog_cxx_g = yes; then
-< if test "$GXX" = yes; then
-< CXXFLAGS="-g -O2"
-< else
-< CXXFLAGS="-g"
-< fi
-< else
-< if test "$GXX" = yes; then
-< CXXFLAGS="-O2"
-< else
-< CXXFLAGS=
-< fi
-< fi
-< for ac_declaration in \
-< '' \
-< 'extern "C" void std::exit (int) throw (); using std::exit;' \
-< 'extern "C" void std::exit (int); using std::exit;' \
-< 'extern "C" void exit (int) throw ();' \
-< 'extern "C" void exit (int);' \
-< 'void exit (int);'
-< do
-< cat >conftest.$ac_ext <<_ACEOF
----
-> CXXFLAGS=""
-> cat >conftest.$ac_ext <<_ACEOF
-4026,4027c4858
-< $ac_declaration
-< #include <stdlib.h>
----
->
-4031c4862
-< exit (42);
----
->
-4037,4038c4868,4874
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-4045,4048c4881,4887
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-4053,4054c4892,4897
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-4063,4066c4906,4908
-< continue
-< fi
-< rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-< cat >conftest.$ac_ext <<_ACEOF
----
-> ac_cxx_werror_flag=$ac_save_cxx_werror_flag
-> CXXFLAGS="-g"
-> cat >conftest.$ac_ext <<_ACEOF
-4072c4914
-< $ac_declaration
----
->
-4076c4918
-< exit (42);
----
->
-4082,4083c4924,4930
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-4090,4093c4937,4943
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-4098,4099c4948,4953
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-4103c4957
-< break
----
-> ac_cv_prog_cxx_g=yes
-4107a4962
->
-4108a4964,4967
->
-> rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-> fi
->
-4110,4115d4968
-< done
-< rm -f conftest*
-< if test -n "$ac_declaration"; then
-< echo '#ifdef __cplusplus' >>confdefs.h
-< echo $ac_declaration >>confdefs.h
-< echo '#endif' >>confdefs.h
-4117a4971,4990
-> rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-> ac_cxx_werror_flag=$ac_save_cxx_werror_flag
-> fi
-> { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
-> echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
-> if test "$ac_test_CXXFLAGS" = set; then
-> CXXFLAGS=$ac_save_CXXFLAGS
-> elif test $ac_cv_prog_cxx_g = yes; then
-> if test "$GXX" = yes; then
-> CXXFLAGS="-g -O2"
-> else
-> CXXFLAGS="-g"
-> fi
-> else
-> if test "$GXX" = yes; then
-> CXXFLAGS="-O2"
-> else
-> CXXFLAGS=
-> fi
-> fi
-4126,4127c4999,5000
-< echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
-< echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
-> echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
-4216,4217c5089,5090
-< echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
-< echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
----
-> { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
-> echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
-4235,4236c5108,5109
-< echo "$as_me:$LINENO: checking whether $CC is blacklisted" >&5
-< echo $ECHO_N "checking whether $CC is blacklisted... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CC is blacklisted" >&5
-> echo $ECHO_N "checking whether $CC is blacklisted... $ECHO_C" >&6; }
-4261,4262c5134,5140
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-4269,4272c5147,5153
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-4277,4278c5158,5163
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-4287c5172
-< kde_bad_compiler=yes
----
-> kde_bad_compiler=yes
-4289a5175
->
-4292,4293c5178,5179
-< echo "$as_me:$LINENO: result: $kde_bad_compiler" >&5
-< echo "${ECHO_T}$kde_bad_compiler" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_bad_compiler" >&5
-> echo "${ECHO_T}$kde_bad_compiler" >&6; }
-4335,4336c5221,5222
-< echo "$as_me:$LINENO: checking whether $CXX supports -fno-builtin" >&5
-< echo $ECHO_N "checking whether $CXX supports -fno-builtin... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -fno-builtin" >&5
-> echo $ECHO_N "checking whether $CXX supports -fno-builtin... $ECHO_C" >&6; }
-4338c5224
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-4344,4345c5230
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-4373,4374c5258,5264
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-4381,4384c5271,5277
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-4389,4390c5282,5287
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-4398a5296
->
-4399a5298
->
-4413,4414c5312,5313
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-4418,4419c5317,5318
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-4426,4427c5325,5326
-< echo "$as_me:$LINENO: checking whether $CXX supports -Woverloaded-virtual" >&5
-< echo $ECHO_N "checking whether $CXX supports -Woverloaded-virtual... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -Woverloaded-virtual" >&5
-> echo $ECHO_N "checking whether $CXX supports -Woverloaded-virtual... $ECHO_C" >&6; }
-4429c5328
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-4434,4435c5333
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-4462,4463c5360,5366
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-4470,4473c5373,5379
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-4478,4479c5384,5389
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-4487a5398
->
-4488a5400
->
-4502,4503c5414,5415
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-4507,4508c5419,5420
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-4529,4530c5441,5442
-< echo "$as_me:$LINENO: checking whether $CXX supports -pg" >&5
-< echo $ECHO_N "checking whether $CXX supports -pg... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -pg" >&5
-> echo $ECHO_N "checking whether $CXX supports -pg... $ECHO_C" >&6; }
-4532c5444
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-4537,4538c5449
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-4565,4566c5476,5482
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-4573,4576c5489,5495
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-4581,4582c5500,5505
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-4590a5514
->
-4591a5516
->
-4605,4606c5530,5531
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-4613,4614c5538,5539
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-4629,4630c5554,5555
-< echo "$as_me:$LINENO: checking whether $CXX supports -Wmissing-format-attribute" >&5
-< echo $ECHO_N "checking whether $CXX supports -Wmissing-format-attribute... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -Wmissing-format-attribute" >&5
-> echo $ECHO_N "checking whether $CXX supports -Wmissing-format-attribute... $ECHO_C" >&6; }
-4632c5557
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-4637,4638c5562
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-4665,4666c5589,5595
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-4673,4676c5602,5608
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-4681,4682c5613,5618
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-4690a5627
->
-4691a5629
->
-4705,4706c5643,5644
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-4710,4711c5648,5649
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-4717,4718c5655,5656
-< echo "$as_me:$LINENO: checking whether $CC supports -Wmissing-format-attribute" >&5
-< echo $ECHO_N "checking whether $CC supports -Wmissing-format-attribute... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CC supports -Wmissing-format-attribute" >&5
-> echo $ECHO_N "checking whether $CC supports -Wmissing-format-attribute... $ECHO_C" >&6; }
-4720c5658
-< if eval "test \"\${kde_cv_prog_cc_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cc_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-4725d5662
-<
-4750,4751c5687,5693
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-4758,4761c5700,5706
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-4766,4767c5711,5716
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-4775a5725
->
-4776a5727
->
-4790,4791c5741,5742
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-4795,4796c5746,5747
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-4804,4805c5755,5756
-< echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5
-< echo $ECHO_N "checking whether $CXX supports -Wundef... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5
-> echo $ECHO_N "checking whether $CXX supports -Wundef... $ECHO_C" >&6; }
-4807c5758
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-4812,4813c5763
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-4840,4841c5790,5796
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-4848,4851c5803,5809
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-4856,4857c5814,5819
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-4865a5828
->
-4866a5830
->
-4880,4881c5844,5845
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-4885,4886c5849,5850
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-4892,4893c5856,5857
-< echo "$as_me:$LINENO: checking whether $CXX supports -Wno-long-long" >&5
-< echo $ECHO_N "checking whether $CXX supports -Wno-long-long... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -Wno-long-long" >&5
-> echo $ECHO_N "checking whether $CXX supports -Wno-long-long... $ECHO_C" >&6; }
-4895c5859
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-4900,4901c5864
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-4928,4929c5891,5897
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-4936,4939c5904,5910
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-4944,4945c5915,5920
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-4953a5929
->
-4954a5931
->
-4968,4969c5945,5946
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-4973,4974c5950,5951
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-4980,4981c5957,5958
-< echo "$as_me:$LINENO: checking whether $CXX supports -Wno-non-virtual-dtor" >&5
-< echo $ECHO_N "checking whether $CXX supports -Wno-non-virtual-dtor... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -Wno-non-virtual-dtor" >&5
-> echo $ECHO_N "checking whether $CXX supports -Wno-non-virtual-dtor... $ECHO_C" >&6; }
-4983c5960
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-4988,4989c5965
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-5016,5017c5992,5998
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-5024,5027c6005,6011
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-5032,5033c6016,6021
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-5041a6030
->
-5042a6032
->
-5056,5057c6046,6047
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-5061,5062c6051,6052
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-5074c6064
-< # Check whether --enable-pch or --disable-pch was given.
----
-> # Check whether --enable-pch was given.
-5076,5077c6066
-< enableval="$enable_pch"
-< kde_use_pch=$enableval
----
-> enableval=$enable_pch; kde_use_pch=$enableval
-5080c6069,6070
-< fi;
----
-> fi
->
-5088,5089c6078,6079
-< echo "$as_me:$LINENO: checking whether $CXX supports -fno-reorder-blocks" >&5
-< echo $ECHO_N "checking whether $CXX supports -fno-reorder-blocks... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -fno-reorder-blocks" >&5
-> echo $ECHO_N "checking whether $CXX supports -fno-reorder-blocks... $ECHO_C" >&6; }
-5091c6081
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-5096,5097c6086
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-5124,5125c6113,6119
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-5132,5135c6126,6132
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-5140,5141c6137,6142
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-5149a6151
->
-5150a6153
->
-5164,5165c6167,6168
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-5169,5170c6172,6173
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-5182,5183c6185,6186
-< echo "$as_me:$LINENO: checking whether $CXX supports -fno-exceptions" >&5
-< echo $ECHO_N "checking whether $CXX supports -fno-exceptions... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -fno-exceptions" >&5
-> echo $ECHO_N "checking whether $CXX supports -fno-exceptions... $ECHO_C" >&6; }
-5185c6188
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-5190,5191c6193
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-5218,5219c6220,6226
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-5226,5229c6233,6239
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-5234,5235c6244,6249
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-5243a6258
->
-5244a6260
->
-5258,5259c6274,6275
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-5263,5264c6279,6280
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-5270,5271c6286,6287
-< echo "$as_me:$LINENO: checking whether $CXX supports -fno-check-new" >&5
-< echo $ECHO_N "checking whether $CXX supports -fno-check-new... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -fno-check-new" >&5
-> echo $ECHO_N "checking whether $CXX supports -fno-check-new... $ECHO_C" >&6; }
-5273c6289
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-5278,5279c6294
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-5306,5307c6321,6327
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-5314,5317c6334,6340
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-5322,5323c6345,6350
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-5331a6359
->
-5332a6361
->
-5346,5347c6375,6376
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-5351,5352c6380,6381
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-5358,5359c6387,6388
-< echo "$as_me:$LINENO: checking whether $CXX supports -fno-common" >&5
-< echo $ECHO_N "checking whether $CXX supports -fno-common... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -fno-common" >&5
-> echo $ECHO_N "checking whether $CXX supports -fno-common... $ECHO_C" >&6; }
-5361c6390
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-5366,5367c6395
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-5394,5395c6422,6428
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-5402,5405c6435,6441
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-5410,5411c6446,6451
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-5419a6460
->
-5420a6462
->
-5434,5435c6476,6477
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-5439,5440c6481,6482
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-5446,5447c6488,6489
-< echo "$as_me:$LINENO: checking whether $CXX supports -fexceptions" >&5
-< echo $ECHO_N "checking whether $CXX supports -fexceptions... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -fexceptions" >&5
-> echo $ECHO_N "checking whether $CXX supports -fexceptions... $ECHO_C" >&6; }
-5449c6491
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-5454,5455c6496
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-5482,5483c6523,6529
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-5490,5493c6536,6542
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-5498,5499c6547,6552
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-5507a6561
->
-5508a6563
->
-5522,5523c6577,6578
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-5527,5528c6582,6583
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-5536,5537c6591,6592
-< echo "$as_me:$LINENO: checking whether gcc supports precompiling c header files" >&5
-< echo $ECHO_N "checking whether gcc supports precompiling c header files... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether gcc supports precompiling c header files" >&5
-> echo $ECHO_N "checking whether gcc supports precompiling c header files... $ECHO_C" >&6; }
-5541,5542c6596,6597
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-5545,5546c6600,6601
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-5549,5550c6604,6605
-< echo "$as_me:$LINENO: checking whether gcc supports precompiling c++ header files" >&5
-< echo $ECHO_N "checking whether gcc supports precompiling c++ header files... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether gcc supports precompiling c++ header files" >&5
-> echo $ECHO_N "checking whether gcc supports precompiling c++ header files... $ECHO_C" >&6; }
-5553,5554c6608,6609
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-5557,5558c6612,6613
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-5565,5566c6620,6621
-< echo "$as_me:$LINENO: checking whether system headers can cope with -O2 -fno-inline" >&5
-< echo $ECHO_N "checking whether system headers can cope with -O2 -fno-inline... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether system headers can cope with -O2 -fno-inline" >&5
-> echo $ECHO_N "checking whether system headers can cope with -O2 -fno-inline... $ECHO_C" >&6; }
-5598,5599c6653,6659
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-5606,5609c6666,6672
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-5614,5615c6677,6682
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-5624c6691
-< kde_cv_opt_noinline_match=no
----
-> kde_cv_opt_noinline_match=no
-5626a6694
->
-5634,5635c6702,6703
-< echo "$as_me:$LINENO: result: $kde_cv_opt_noinline_match" >&5
-< echo "${ECHO_T}$kde_cv_opt_noinline_match" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_opt_noinline_match" >&5
-> echo "${ECHO_T}$kde_cv_opt_noinline_match" >&6; }
-5655,5656c6723,6724
-< echo "$as_me:$LINENO: checking whether $CXX supports --pch" >&5
-< echo $ECHO_N "checking whether $CXX supports --pch... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports --pch" >&5
-> echo $ECHO_N "checking whether $CXX supports --pch... $ECHO_C" >&6; }
-5658c6726
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-5663,5664c6731
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-5691,5692c6758,6764
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-5699,5702c6771,6777
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-5707,5708c6782,6787
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-5716a6796
->
-5717a6798
->
-5731,5732c6812,6813
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-5736,5737c6817,6818
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-5744,5745c6825,6826
-< echo "$as_me:$LINENO: checking whether $CXX supports --inline_keyword_space_time=6" >&5
-< echo $ECHO_N "checking whether $CXX supports --inline_keyword_space_time=6... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports --inline_keyword_space_time=6" >&5
-> echo $ECHO_N "checking whether $CXX supports --inline_keyword_space_time=6... $ECHO_C" >&6; }
-5747c6828
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-5752,5753c6833
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-5780,5781c6860,6866
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-5788,5791c6873,6879
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-5796,5797c6884,6889
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-5805a6898
->
-5806a6900
->
-5820,5821c6914,6915
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-5825,5826c6919,6920
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-5832,5833c6926,6927
-< echo "$as_me:$LINENO: checking whether $CXX supports --inline_auto_space_time=2" >&5
-< echo $ECHO_N "checking whether $CXX supports --inline_auto_space_time=2... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports --inline_auto_space_time=2" >&5
-> echo $ECHO_N "checking whether $CXX supports --inline_auto_space_time=2... $ECHO_C" >&6; }
-5835c6929
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-5840,5841c6934
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-5868,5869c6961,6967
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-5876,5879c6974,6980
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-5884,5885c6985,6990
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-5893a6999
->
-5894a7001
->
-5908,5909c7015,7016
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-5913,5914c7020,7021
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-5920,5921c7027,7028
-< echo "$as_me:$LINENO: checking whether $CXX supports --inline_implicit_space_time=2.0" >&5
-< echo $ECHO_N "checking whether $CXX supports --inline_implicit_space_time=2.0... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports --inline_implicit_space_time=2.0" >&5
-> echo $ECHO_N "checking whether $CXX supports --inline_implicit_space_time=2.0... $ECHO_C" >&6; }
-5923c7030
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-5928,5929c7035
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-5956,5957c7062,7068
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-5964,5967c7075,7081
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-5972,5973c7086,7091
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-5981a7100
->
-5982a7102
->
-5996,5997c7116,7117
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-6001,6002c7121,7122
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-6008,6009c7128,7129
-< echo "$as_me:$LINENO: checking whether $CXX supports --inline_generated_space_time=2.0" >&5
-< echo $ECHO_N "checking whether $CXX supports --inline_generated_space_time=2.0... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports --inline_generated_space_time=2.0" >&5
-> echo $ECHO_N "checking whether $CXX supports --inline_generated_space_time=2.0... $ECHO_C" >&6; }
-6011c7131
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-6016,6017c7136
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-6044,6045c7163,7169
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-6052,6055c7176,7182
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-6060,6061c7187,7192
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-6069a7201
->
-6070a7203
->
-6084,6085c7217,7218
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-6089,6090c7222,7223
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-6096,6097c7229,7230
-< echo "$as_me:$LINENO: checking whether $CXX supports --one_per" >&5
-< echo $ECHO_N "checking whether $CXX supports --one_per... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports --one_per" >&5
-> echo $ECHO_N "checking whether $CXX supports --one_per... $ECHO_C" >&6; }
-6099c7232
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-6104,6105c7237
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-6132,6133c7264,7270
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-6140,6143c7277,7283
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-6148,6149c7288,7293
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-6157a7302
->
-6158a7304
->
-6172,6173c7318,7319
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-6177,6178c7323,7324
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-6285c7431
-< ac_ext=cc
----
-> ac_ext=cpp
-6290,6291c7436,7437
-< echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
-< echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
-> echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
-6321,6322c7467,7473
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-6346a7498
->
-6349c7501
-< # OK, works on sane cases. Now check whether non-existent headers
----
-> # OK, works on sane cases. Now check whether nonexistent headers
-6359,6360c7511,7517
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-6386a7544
->
-6404,6405c7562,7563
-< echo "$as_me:$LINENO: result: $CXXCPP" >&5
-< echo "${ECHO_T}$CXXCPP" >&6
----
-> { echo "$as_me:$LINENO: result: $CXXCPP" >&5
-> echo "${ECHO_T}$CXXCPP" >&6; }
-6428,6429c7586,7592
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-6453a7617
->
-6456c7620
-< # OK, works on sane cases. Now check whether non-existent headers
----
-> # OK, works on sane cases. Now check whether nonexistent headers
-6466,6467c7630,7636
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-6493a7663
->
-6520,6521c7690,7691
-< echo "$as_me:$LINENO: checking whether $CXX supports -O0" >&5
-< echo $ECHO_N "checking whether $CXX supports -O0... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -O0" >&5
-> echo $ECHO_N "checking whether $CXX supports -O0... $ECHO_C" >&6; }
-6523c7693
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-6528,6529c7698
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-6556,6557c7725,7731
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-6564,6567c7738,7744
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-6572,6573c7749,7754
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-6581a7763
->
-6582a7765
->
-6596,6597c7779,7780
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-6601,6602c7784,7785
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-6608c7791
-< # Check whether --enable-coverage or --disable-coverage was given.
----
-> # Check whether --enable-coverage was given.
-6610,6611c7793
-< enableval="$enable_coverage"
-<
----
-> enableval=$enable_coverage;
-6627c7809,7810
-< fi;
----
-> fi
->
-6634c7817
-< # Check whether --enable-new_ldflags or --disable-new_ldflags was given.
----
-> # Check whether --enable-new_ldflags was given.
-6636,6637c7819
-< enableval="$enable_new_ldflags"
-< kde_use_new_ldflags=$enableval
----
-> enableval=$enable_new_ldflags; kde_use_new_ldflags=$enableval
-6640c7822,7823
-< fi;
----
-> fi
->
-6647,6648c7830,7831
-< echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--enable-new-dtags" >&5
-< echo $ECHO_N "checking whether $CXX supports -Wl,--enable-new-dtags... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--enable-new-dtags" >&5
-> echo $ECHO_N "checking whether $CXX supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
-6650c7833
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-6655,6656c7838
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-6683,6684c7865,7871
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-6691,6694c7878,7884
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-6699,6700c7889,7894
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-6708a7903
->
-6709a7905
->
-6723,6724c7919,7920
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-6728,6729c7924,7925
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-6736,6737c7932,7933
-< echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--as-needed" >&5
-< echo $ECHO_N "checking whether $CXX supports -Wl,--as-needed... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--as-needed" >&5
-> echo $ECHO_N "checking whether $CXX supports -Wl,--as-needed... $ECHO_C" >&6; }
-6739c7935
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-6744,6745c7940
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-6772,6773c7967,7973
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-6780,6783c7980,7986
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-6788,6789c7991,7996
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-6797a8005
->
-6798a8007
->
-6812,6813c8021,8022
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-6817,6818c8026,8027
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-6828c8037
-< # Check whether --enable-final or --disable-final was given.
----
-> # Check whether --enable-final was given.
-6830,6831c8039
-< enableval="$enable_final"
-< kde_use_final=$enableval
----
-> enableval=$enable_final; kde_use_final=$enableval
-6834c8042,8043
-< fi;
----
-> fi
->
-6847c8056
-< # Check whether --enable-closure or --disable-closure was given.
----
-> # Check whether --enable-closure was given.
-6849,6850c8058
-< enableval="$enable_closure"
-< kde_use_closure=$enableval
----
-> enableval=$enable_closure; kde_use_closure=$enableval
-6853c8061,8062
-< fi;
----
-> fi
->
-6864,6865c8073
-< case $host in
-< *-*-linux-gnu)
----
-> fi
-6867,6871c8075,8081
-< echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--no-undefined" >&5
-< echo $ECHO_N "checking whether $CXX supports -Wl,--no-undefined... $ECHO_C" >&6
-< kde_cache=`echo Wl,--no-undefined | sed 'y% .=/+-,%____p__%'`
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
----
->
->
->
->
-> # Check whether --enable-nmcheck was given.
-> if test "${enable_nmcheck+set}" = set; then
-> enableval=$enable_nmcheck; kde_use_nmcheck=$enableval
-6872a8083,8084
-> kde_use_nmcheck=no
-> fi
-6874a8087,8093
-> if test "$kde_use_nmcheck" = "yes"; then
-> KDE_USE_NMCHECK_TRUE=""
-> KDE_USE_NMCHECK_FALSE="#"
-> else
-> KDE_USE_NMCHECK_TRUE="#"
-> KDE_USE_NMCHECK_FALSE=""
-> fi
-6876,6880d8094
-< ac_ext=cc
-< ac_cpp='$CXXCPP $CPPFLAGS'
-< ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-< ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-< ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-6882,7063d8095
-< ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
-<
-<
-< save_CXXFLAGS="$CXXFLAGS"
-< CXXFLAGS="$CXXFLAGS -Wl,--no-undefined"
-< cat >conftest.$ac_ext <<_ACEOF
-< /* confdefs.h. */
-< _ACEOF
-< cat confdefs.h >>conftest.$ac_ext
-< cat >>conftest.$ac_ext <<_ACEOF
-< /* end confdefs.h. */
-<
-< int
-< main ()
-< {
-< return 0;
-< ;
-< return 0;
-< }
-< _ACEOF
-< rm -f conftest.$ac_objext conftest$ac_exeext
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest$ac_exeext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< eval "kde_cv_prog_cxx_$kde_cache=yes"
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
-<
-< fi
-< rm -f conftest.err conftest.$ac_objext \
-< conftest$ac_exeext conftest.$ac_ext
-< CXXFLAGS="$save_CXXFLAGS"
-< ac_ext=c
-< ac_cpp='$CPP $CPPFLAGS'
-< ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-< ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-< ac_compiler_gnu=$ac_cv_c_compiler_gnu
-<
-<
-< fi
-<
-< if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
-< :
-<
-< echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--allow-shlib-undefined" >&5
-< echo $ECHO_N "checking whether $CXX supports -Wl,--allow-shlib-undefined... $ECHO_C" >&6
-< kde_cache=`echo Wl,--allow-shlib-undefined | sed 'y% .=/+-,%____p__%'`
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-<
-<
-<
-< ac_ext=cc
-< ac_cpp='$CXXCPP $CPPFLAGS'
-< ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-< ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-< ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-<
-< ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
-<
-<
-< save_CXXFLAGS="$CXXFLAGS"
-< CXXFLAGS="$CXXFLAGS -Wl,--allow-shlib-undefined"
-< cat >conftest.$ac_ext <<_ACEOF
-< /* confdefs.h. */
-< _ACEOF
-< cat confdefs.h >>conftest.$ac_ext
-< cat >>conftest.$ac_ext <<_ACEOF
-< /* end confdefs.h. */
-<
-< int
-< main ()
-< {
-< return 0;
-< ;
-< return 0;
-< }
-< _ACEOF
-< rm -f conftest.$ac_objext conftest$ac_exeext
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest$ac_exeext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< eval "kde_cv_prog_cxx_$kde_cache=yes"
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
-<
-< fi
-< rm -f conftest.err conftest.$ac_objext \
-< conftest$ac_exeext conftest.$ac_ext
-< CXXFLAGS="$save_CXXFLAGS"
-< ac_ext=c
-< ac_cpp='$CPP $CPPFLAGS'
-< ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-< ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-< ac_compiler_gnu=$ac_cv_c_compiler_gnu
-<
-<
-< fi
-<
-< if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
-< :
-< KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"
-< else
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
-< :
-< KDE_NO_UNDEFINED=""
-< fi
-<
-< else
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
-< :
-< KDE_NO_UNDEFINED=""
-< fi
-<
-< ;;
-< esac
-< fi
-<
-<
-<
-<
-<
-< # Check whether --enable-nmcheck or --disable-nmcheck was given.
-< if test "${enable_nmcheck+set}" = set; then
-< enableval="$enable_nmcheck"
-< kde_use_nmcheck=$enableval
-< else
-< kde_use_nmcheck=no
-< fi;
-<
-< if test "$kde_use_nmcheck" = "yes"; then
-< KDE_USE_NMCHECK_TRUE=""
-< KDE_USE_NMCHECK_FALSE="#"
-< else
-< KDE_USE_NMCHECK_TRUE="#"
-< KDE_USE_NMCHECK_FALSE=""
-< fi
-7068,7070c8100
-<
-<
-< # Check whether --enable-shared or --disable-shared was given.
----
-> # Check whether --enable-shared was given.
-7072,7073c8102
-< enableval="$enable_shared"
-< p=${PACKAGE-default}
----
-> enableval=$enable_shared; p=${PACKAGE-default}
-7092c8121,8122
-< fi;
----
-> fi
->
-7094c8124
-< # Check whether --enable-static or --disable-static was given.
----
-> # Check whether --enable-static was given.
-7096,7097c8126
-< enableval="$enable_static"
-< p=${PACKAGE-default}
----
-> enableval=$enable_static; p=${PACKAGE-default}
-7116c8145,8146
-< fi;
----
-> fi
->
-7125c8155
-< # Check whether --enable-libsuffix or --disable-libsuffix was given.
----
-> # Check whether --enable-libsuffix was given.
-7127,7129c8157,8159
-< enableval="$enable_libsuffix"
-< kdelibsuff=$enableval
-< fi;
----
-> enableval=$enable_libsuffix; kdelibsuff=$enableval
-> fi
->
-7150,7151c8180,8181
-< echo "$as_me:$LINENO: result: not using lib directory suffix" >&5
-< echo "${ECHO_T}not using lib directory suffix" >&6
----
-> { echo "$as_me:$LINENO: result: not using lib directory suffix" >&5
-> echo "${ECHO_T}not using lib directory suffix" >&6; }
-7167,7168c8197,8198
-< echo "$as_me:$LINENO: result: using lib directory suffix $kdelibsuff" >&5
-< echo "${ECHO_T}using lib directory suffix $kdelibsuff" >&6
----
-> { echo "$as_me:$LINENO: result: using lib directory suffix $kdelibsuff" >&5
-> echo "${ECHO_T}using lib directory suffix $kdelibsuff" >&6; }
-7171c8201
-< # Check whether --enable-fast-install or --disable-fast-install was given.
----
-> # Check whether --enable-fast-install was given.
-7173,7174c8203
-< enableval="$enable_fast_install"
-< p=${PACKAGE-default}
----
-> enableval=$enable_fast_install; p=${PACKAGE-default}
-7193c8222,8223
-< fi;
----
-> fi
->
-7195,7196c8225,8226
-< echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
-< echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
-> echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
-7220c8250
-< test ! -f $lt_ac_sed && break
----
-> test ! -f $lt_ac_sed && continue
-7249,7250c8279,8359
-< echo "$as_me:$LINENO: result: $SED" >&5
-< echo "${ECHO_T}$SED" >&6
----
-> { echo "$as_me:$LINENO: result: $SED" >&5
-> echo "${ECHO_T}$SED" >&6; }
->
-> { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
-> echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
-> if test "${ac_cv_path_GREP+set}" = set; then
-> echo $ECHO_N "(cached) $ECHO_C" >&6
-> else
-> # Extract the first word of "grep ggrep" to use in msg output
-> if test -z "$GREP"; then
-> set dummy grep ggrep; ac_prog_name=$2
-> if test "${ac_cv_path_GREP+set}" = set; then
-> echo $ECHO_N "(cached) $ECHO_C" >&6
-> else
-> ac_path_GREP_found=false
-> # Loop through the user's path and test for each of PROGNAME-LIST
-> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-> for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
-> do
-> IFS=$as_save_IFS
-> test -z "$as_dir" && as_dir=.
-> for ac_prog in grep ggrep; do
-> for ac_exec_ext in '' $ac_executable_extensions; do
-> ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
-> { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
-> # Check for GNU ac_path_GREP and select it if it is found.
-> # Check for GNU $ac_path_GREP
-> case `"$ac_path_GREP" --version 2>&1` in
-> *GNU*)
-> ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
-> *)
-> ac_count=0
-> echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
-> while :
-> do
-> cat "conftest.in" "conftest.in" >"conftest.tmp"
-> mv "conftest.tmp" "conftest.in"
-> cp "conftest.in" "conftest.nl"
-> echo 'GREP' >> "conftest.nl"
-> "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
-> diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
-> ac_count=`expr $ac_count + 1`
-> if test $ac_count -gt ${ac_path_GREP_max-0}; then
-> # Best one so far, save it but keep looking for a better one
-> ac_cv_path_GREP="$ac_path_GREP"
-> ac_path_GREP_max=$ac_count
-> fi
-> # 10*(2^10) chars as input seems more than enough
-> test $ac_count -gt 10 && break
-> done
-> rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
-> esac
->
->
-> $ac_path_GREP_found && break 3
-> done
-> done
->
-> done
-> IFS=$as_save_IFS
->
->
-> fi
->
-> GREP="$ac_cv_path_GREP"
-> if test -z "$GREP"; then
-> { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
-> echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
-> { (exit 1); exit 1; }; }
-> fi
->
-> else
-> ac_cv_path_GREP=$GREP
-> fi
->
->
-> fi
-> { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
-> echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
-> GREP="$ac_cv_path_GREP"
->
-7252,7254c8361,8363
-< echo "$as_me:$LINENO: checking for egrep" >&5
-< echo $ECHO_N "checking for egrep... $ECHO_C" >&6
-< if test "${ac_cv_prog_egrep+set}" = set; then
----
-> { echo "$as_me:$LINENO: checking for egrep" >&5
-> echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
-> if test "${ac_cv_path_EGREP+set}" = set; then
-7257,7259c8366,8406
-< if echo a | (grep -E '(a|b)') >/dev/null 2>&1
-< then ac_cv_prog_egrep='grep -E'
-< else ac_cv_prog_egrep='egrep'
----
-> if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
-> then ac_cv_path_EGREP="$GREP -E"
-> else
-> # Extract the first word of "egrep" to use in msg output
-> if test -z "$EGREP"; then
-> set dummy egrep; ac_prog_name=$2
-> if test "${ac_cv_path_EGREP+set}" = set; then
-> echo $ECHO_N "(cached) $ECHO_C" >&6
-> else
-> ac_path_EGREP_found=false
-> # Loop through the user's path and test for each of PROGNAME-LIST
-> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-> for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
-> do
-> IFS=$as_save_IFS
-> test -z "$as_dir" && as_dir=.
-> for ac_prog in egrep; do
-> for ac_exec_ext in '' $ac_executable_extensions; do
-> ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
-> { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
-> # Check for GNU ac_path_EGREP and select it if it is found.
-> # Check for GNU $ac_path_EGREP
-> case `"$ac_path_EGREP" --version 2>&1` in
-> *GNU*)
-> ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
-> *)
-> ac_count=0
-> echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
-> while :
-> do
-> cat "conftest.in" "conftest.in" >"conftest.tmp"
-> mv "conftest.tmp" "conftest.in"
-> cp "conftest.in" "conftest.nl"
-> echo 'EGREP' >> "conftest.nl"
-> "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
-> diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
-> ac_count=`expr $ac_count + 1`
-> if test $ac_count -gt ${ac_path_EGREP_max-0}; then
-> # Best one so far, save it but keep looking for a better one
-> ac_cv_path_EGREP="$ac_path_EGREP"
-> ac_path_EGREP_max=$ac_count
-7260a8408,8437
-> # 10*(2^10) chars as input seems more than enough
-> test $ac_count -gt 10 && break
-> done
-> rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
-> esac
->
->
-> $ac_path_EGREP_found && break 3
-> done
-> done
->
-> done
-> IFS=$as_save_IFS
->
->
-> fi
->
-> EGREP="$ac_cv_path_EGREP"
-> if test -z "$EGREP"; then
-> { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
-> echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
-> { (exit 1); exit 1; }; }
-> fi
->
-> else
-> ac_cv_path_EGREP=$EGREP
-> fi
->
->
-> fi
-7262,7264c8439,8441
-< echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
-< echo "${ECHO_T}$ac_cv_prog_egrep" >&6
-< EGREP=$ac_cv_prog_egrep
----
-> { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
-> echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
-> EGREP="$ac_cv_path_EGREP"
-7268c8445
-< # Check whether --with-gnu-ld or --without-gnu-ld was given.
----
-> # Check whether --with-gnu-ld was given.
-7270,7271c8447
-< withval="$with_gnu_ld"
-< test "$withval" = no || with_gnu_ld=yes
----
-> withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
-7274c8450,8451
-< fi;
----
-> fi
->
-7278,7279c8455,8456
-< echo "$as_me:$LINENO: checking for ld used by $CC" >&5
-< echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
-> echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
-7308,7309c8485,8486
-< echo "$as_me:$LINENO: checking for GNU ld" >&5
-< echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for GNU ld" >&5
-> echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
-7311,7312c8488,8489
-< echo "$as_me:$LINENO: checking for non-GNU ld" >&5
-< echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
-> echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
-7325c8502
-< # but apparently some GNU ld's only accept -v.
----
-> # but apparently some variants of GNU ld only accept -v.
-7345,7346c8522,8523
-< echo "$as_me:$LINENO: result: $LD" >&5
-< echo "${ECHO_T}$LD" >&6
----
-> { echo "$as_me:$LINENO: result: $LD" >&5
-> echo "${ECHO_T}$LD" >&6; }
-7348,7349c8525,8526
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-7354,7355c8531,8532
-< echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
-< echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
-> echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
-7359c8536
-< # I'd rather use --version here, but apparently some GNU ld's only accept -v.
----
-> # I'd rather use --version here, but apparently some GNU lds only accept -v.
-7369,7370c8546,8547
-< echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
-< echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
-> echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
-7374,7375c8551,8552
-< echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
-< echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
-> echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
-7381,7382c8558,8559
-< echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
-< echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
-> echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
-7388a8566,8574
-> case $host_os in
-> darwin*)
-> if test "$GCC" = yes; then
-> reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
-> else
-> reload_cmds='$LD$reload_flag -o $output$reload_objs'
-> fi
-> ;;
-> esac
-7390,7391c8576,8577
-< echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
-< echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
-> echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
-7399,7417c8585,8602
-< lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
-< for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
-< IFS="$lt_save_ifs"
-< test -z "$ac_dir" && ac_dir=.
-< tmp_nm="$ac_dir/${ac_tool_prefix}nm"
-< if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
-< # Check to see if the nm accepts a BSD-compat flag.
-< # Adding the `sed 1q' prevents false positives on HP-UX, which says:
-< # nm: unknown option "B" ignored
-< # Tru64's nm complains that /dev/null is an invalid object file
-< case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
-< */dev/null* | *'Invalid file or object type'*)
-< lt_cv_path_NM="$tmp_nm -B"
-< break
-< ;;
-< *)
-< case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
-< */dev/null*)
-< lt_cv_path_NM="$tmp_nm -p"
----
-> lt_nm_to_check="${ac_tool_prefix}nm"
-> if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
-> lt_nm_to_check="$lt_nm_to_check nm"
-> fi
-> for lt_tmp_nm in $lt_nm_to_check; do
-> lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
-> for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
-> IFS="$lt_save_ifs"
-> test -z "$ac_dir" && ac_dir=.
-> tmp_nm="$ac_dir/$lt_tmp_nm"
-> if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
-> # Check to see if the nm accepts a BSD-compat flag.
-> # Adding the `sed 1q' prevents false positives on HP-UX, which says:
-> # nm: unknown option "B" ignored
-> # Tru64's nm complains that /dev/null is an invalid object file
-> case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
-> */dev/null* | *'Invalid file or object type'*)
-> lt_cv_path_NM="$tmp_nm -B"
-7421,7422c8606,8615
-< lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
-< continue # so that we can try to find one that supports BSD flags
----
-> case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
-> */dev/null*)
-> lt_cv_path_NM="$tmp_nm -p"
-> break
-> ;;
-> *)
-> lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
-> continue # so that we can try to find one that supports BSD flags
-> ;;
-> esac
-7425,7426c8618,8620
-< esac
-< fi
----
-> fi
-> done
-> IFS="$lt_save_ifs"
-7428d8621
-< IFS="$lt_save_ifs"
-7432,7433c8625,8626
-< echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
-< echo "${ECHO_T}$lt_cv_path_NM" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
-> echo "${ECHO_T}$lt_cv_path_NM" >&6; }
-7436,7437c8629,8630
-< echo "$as_me:$LINENO: checking whether ln -s works" >&5
-< echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether ln -s works" >&5
-> echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
-7440,7441c8633,8634
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-7443,7444c8636,8637
-< echo "$as_me:$LINENO: result: no, using $LN_S" >&5
-< echo "${ECHO_T}no, using $LN_S" >&6
----
-> { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
-> echo "${ECHO_T}no, using $LN_S" >&6; }
-7447,7448c8640,8641
-< echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
-< echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
-> echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6; }
-7475c8668
-< bsdi4*)
----
-> bsdi[45]*)
-7482c8675,8677
-< lt_cv_deplibs_check_method=pass_all
----
-> # func_win32_libid is a shell function defined in ltmain.sh
-> lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-> lt_cv_file_magic_cmd='func_win32_libid'
-7486,7488c8681,8684
-< # win32_libid is a shell function defined in ltmain.sh
-< lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-< lt_cv_file_magic_cmd='win32_libid'
----
-> # Base MSYS/MinGW do not provide the 'file' command needed by
-> # func_win32_libid shell function, so use a weaker test based on 'objdump'.
-> lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
-> lt_cv_file_magic_cmd='$OBJDUMP -f'
-7492,7502d8687
-< # this will be overwritten by pass_all, but leave it in just in case
-< lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
-< lt_cv_file_magic_cmd='/usr/bin/file -L'
-< case "$host_os" in
-< rhapsody* | darwin1.[012])
-< lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
-< ;;
-< *) # Darwin 1.3 on
-< lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
-< ;;
-< esac
-7506c8691
-< freebsd* | kfreebsd*-gnu)
----
-> freebsd* | dragonfly*)
-7512c8697
-< lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
----
-> lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
-7528c8713
-< case "$host_cpu" in
----
-> case $host_cpu in
-7543a8729,8733
-> interix3*)
-> # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
-> lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
-> ;;
->
-7545,7559c8735,8739
-< case $host_os in
-< irix5* | nonstopux*)
-< # this will be overridden with pass_all, but let us keep it just in case
-< lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
-< ;;
-< *)
-< case $LD in
-< *-32|*"-32 ") libmagic=32-bit;;
-< *-n32|*"-n32 ") libmagic=N32;;
-< *-64|*"-64 ") libmagic=64-bit;;
-< *) libmagic=never-match;;
-< esac
-< # this will be overridden with pass_all, but let us keep it just in case
-< lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
-< ;;
----
-> case $LD in
-> *-32|*"-32 ") libmagic=32-bit;;
-> *-n32|*"-n32 ") libmagic=N32;;
-> *-64|*"-64 ") libmagic=64-bit;;
-> *) libmagic=never-match;;
-7561d8740
-< lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
-7566,7577c8745,8746
-< linux*)
-< case $host_cpu in
-< alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* )
-< lt_cv_deplibs_check_method=pass_all ;;
-< # the debian people say, arm and glibc 2.3.1 works for them with pass_all
-< arm* )
-< lt_cv_deplibs_check_method=pass_all ;;
-< *)
-< # glibc up to 2.1.1 does not perform some relocations on ARM
-< lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
-< esac
-< lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
----
-> linux* | k*bsd*-gnu)
-> lt_cv_deplibs_check_method=pass_all
-7580c8749
-< netbsd*)
----
-> netbsd* | netbsdelf*-gnu)
-7599,7600d8767
-< lt_cv_file_magic_cmd=/usr/bin/file
-< lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
-7602c8769
-< lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
----
-> lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
-7604c8771
-< lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
----
-> lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
-7609,7615d8775
-< # this will be overridden with pass_all, but let us keep it just in case
-< lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
-< lt_cv_file_magic_test_file=/shlib/libc.so
-< lt_cv_deplibs_check_method=pass_all
-< ;;
-<
-< sco3.2v5*)
-7621d8780
-< lt_cv_file_magic_test_file=/lib/libc.so
-7624c8783
-< sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
----
-> sysv4 | sysv4.3*)
-7644a8804,8806
-> pc)
-> lt_cv_deplibs_check_method=pass_all
-> ;;
-7648c8810
-< sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*)
----
-> sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-7654,7655c8816,8817
-< echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
-< echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
-> echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
-7663a8826,8828
-> # If no C compiler flags were specified, use CFLAGS.
-> LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
->
-7667c8832
-< # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
----
-> # Check whether --enable-libtool-lock was given.
-7669c8834,8835
-< enableval="$enable_libtool_lock"
----
-> enableval=$enable_libtool_lock;
-> fi
-7671d8836
-< fi;
-7698c8863
-< echo '#line 7698 "configure"' > conftest.$ac_ext
----
-> echo '#line 8863 "configure"' > conftest.$ac_ext
-7741c8906
-< case "`/usr/bin/file conftest.o`" in
----
-> case `/usr/bin/file conftest.o` in
-7743d8907
-< LINUX_64_MODE="32"
-7748c8912
-< ppc64-*linux*)
----
-> ppc64-*linux*|powerpc64-*linux*)
-7760d8923
-< LINUX_64_MODE="64"
-7785,7786c8948,8949
-< echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
-< echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
-> echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
-7812,7813c8975,8981
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-7820,7823c8988,8994
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-7828,7829c8999,9004
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-7838c9013
-< lt_cv_cc_needs_belf=no
----
-> lt_cv_cc_needs_belf=no
-7839a9015
->
-7849,7850c9025,9026
-< echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
-< echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
-> echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
-7855a9032,9051
-> sparc*-*solaris*)
-> # Find out which ABI we are using.
-> echo 'int i;' > conftest.$ac_ext
-> if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-> (eval $ac_compile) 2>&5
-> ac_status=$?
-> echo "$as_me:$LINENO: \$? = $ac_status" >&5
-> (exit $ac_status); }; then
-> case `/usr/bin/file conftest.o` in
-> *64-bit*)
-> case $lt_cv_prog_gnu_ld in
-> yes*) LD="${LD-ld} -m elf64_sparc" ;;
-> *) LD="${LD-ld} -64" ;;
-> esac
-> ;;
-> esac
-> fi
-> rm -rf conftest*
-> ;;
->
-7863,7864c9059,9060
-< echo "$as_me:$LINENO: checking for ANSI C header files" >&5
-< echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
-> echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
-7888,7889c9084,9090
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-7896,7899c9097,9103
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-7904,7905c9108,9113
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-7914c9122
-< ac_cv_header_stdc=no
----
-> ac_cv_header_stdc=no
-7915a9124
->
-7971a9181
-> #include <stdlib.h>
-7991,7992c9201,9202
-< exit(2);
-< exit (0);
----
-> return 2;
-> return 0;
-7996,7997c9206,9212
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>&5
----
-> 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>&5
-8001,8002c9216,9221
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-8015c9234
-< rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
----
-> rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-8016a9236,9237
->
->
-8019,8020c9240,9241
-< echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
-< echo "${ECHO_T}$ac_cv_header_stdc" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
-> echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
-8043,8045c9264,9266
-< echo "$as_me:$LINENO: checking for $ac_header" >&5
-< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
----
-> { echo "$as_me:$LINENO: checking for $ac_header" >&5
-> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-8059,8060c9280,9286
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-8067,8070c9293,9299
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-8075,8076c9304,9309
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-8085c9318
-< eval "$as_ac_Header=no"
----
-> eval "$as_ac_Header=no"
-8086a9320
->
-8089,8090c9323,9325
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_Header'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-8105,8108c9340,9343
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
-< echo "$as_me:$LINENO: checking for $ac_header" >&5
-< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
----
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-> { echo "$as_me:$LINENO: checking for $ac_header" >&5
-> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-8111,8112c9346,9348
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_Header'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-8115,8116c9351,9352
-< echo "$as_me:$LINENO: checking $ac_header usability" >&5
-< echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking $ac_header usability" >&5
-> echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
-8127,8128c9363,9369
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-8135,8138c9376,9382
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-8143,8144c9387,9392
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-8153c9401
-< ac_header_compiler=no
----
-> ac_header_compiler=no
-8154a9403
->
-8156,8157c9405,9406
-< echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-< echo "${ECHO_T}$ac_header_compiler" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-> echo "${ECHO_T}$ac_header_compiler" >&6; }
-8160,8161c9409,9410
-< echo "$as_me:$LINENO: checking $ac_header presence" >&5
-< echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking $ac_header presence" >&5
-> echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
-8170,8171c9419,9425
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-8194a9449
->
-8196,8197c9451,9452
-< echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-< echo "${ECHO_T}$ac_header_preproc" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-> echo "${ECHO_T}$ac_header_preproc" >&6; }
-8221,8228c9476
-< (
-< cat <<\_ASBOX
-< ## ------------------------------------------ ##
-< ## Report this to the AC_PACKAGE_NAME lists. ##
-< ## ------------------------------------------ ##
-< _ASBOX
-< ) |
-< sed "s/^/$as_me: WARNING: /" >&2
----
->
-8231,8233c9479,9481
-< echo "$as_me:$LINENO: checking for $ac_header" >&5
-< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
----
-> { echo "$as_me:$LINENO: checking for $ac_header" >&5
-> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-8238,8239c9486,9488
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_Header'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-8251,8280d9499
-< ac_ext=f
-< ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-< ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-< ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-< if test -n "$ac_tool_prefix"; then
-< for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
-< do
-< # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-< set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-< if test "${ac_cv_prog_F77+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< if test -n "$F77"; then
-< ac_cv_prog_F77="$F77" # Let the user override the test.
-< else
-< as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-< for as_dir in $PATH
-< do
-< IFS=$as_save_IFS
-< test -z "$as_dir" && as_dir=.
-< for ac_exec_ext in '' $ac_executable_extensions; do
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-< ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
-< echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-< break 2
-< fi
-< done
-< done
-8282,8291d9500
-< fi
-< fi
-< F77=$ac_cv_prog_F77
-< if test -n "$F77"; then
-< echo "$as_me:$LINENO: result: $F77" >&5
-< echo "${ECHO_T}$F77" >&6
-< else
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
-< fi
-8293,8304c9502,9513
-< test -n "$F77" && break
-< done
-< fi
-< if test -z "$F77"; then
-< ac_ct_F77=$F77
-< for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
-< do
-< # Extract the first word of "$ac_prog", so it can be a program name with args.
-< set dummy $ac_prog; ac_word=$2
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-< if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
----
-> if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
-> ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
-> (test "X$CXX" != "Xg++"))) ; then
-> ac_ext=cpp
-> ac_cpp='$CXXCPP $CPPFLAGS'
-> ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-> ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-> ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-> { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
-> echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
-> if test -z "$CXXCPP"; then
-> if test "${ac_cv_prog_CXXCPP+set}" = set; then
-8307,8311c9516,9520
-< if test -n "$ac_ct_F77"; then
-< ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
-< else
-< as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-< for as_dir in $PATH
----
-> # Double quotes because CXXCPP needs to be expanded
-> for CXXCPP in "$CXX -E" "/lib/cpp"
-> do
-> ac_preproc_ok=false
-> for ac_cxx_preproc_warn_flag in '' yes
-8313,8371c9522,9527
-< IFS=$as_save_IFS
-< test -z "$as_dir" && as_dir=.
-< for ac_exec_ext in '' $ac_executable_extensions; do
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-< ac_cv_prog_ac_ct_F77="$ac_prog"
-< echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-< break 2
-< fi
-< done
-< done
-<
-< fi
-< fi
-< ac_ct_F77=$ac_cv_prog_ac_ct_F77
-< if test -n "$ac_ct_F77"; then
-< echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
-< echo "${ECHO_T}$ac_ct_F77" >&6
-< else
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
-< fi
-<
-< test -n "$ac_ct_F77" && break
-< done
-<
-< F77=$ac_ct_F77
-< fi
-<
-<
-< # Provide some information about the compiler.
-< echo "$as_me:8343:" \
-< "checking for Fortran 77 compiler version" >&5
-< ac_compiler=`set X $ac_compile; echo $2`
-< { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
-< (eval $ac_compiler --version </dev/null >&5) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }
-< { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
-< (eval $ac_compiler -v </dev/null >&5) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }
-< { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
-< (eval $ac_compiler -V </dev/null >&5) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }
-< rm -f a.out
-<
-< # If we don't use `.F' as extension, the preprocessor is not run on the
-< # input file. (Note that this only needs to work for GNU compilers.)
-< ac_save_ext=$ac_ext
-< ac_ext=F
-< echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
-< echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6
-< if test "${ac_cv_f77_compiler_gnu+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
----
-> # Use a header file that comes with gcc, so configuring glibc
-> # with a fresh cross-compiler works.
-> # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-> # <limits.h> exists even on freestanding compilers.
-> # On the NeXT, cc -E runs the code through the compiler's parser,
-> # not just through cpp. "Syntax error" is here to catch this case.
-8373,8375c9529,9537
-< program main
-< #ifndef __GNUC__
-< choke me
----
-> /* confdefs.h. */
-> _ACEOF
-> cat confdefs.h >>conftest.$ac_ext
-> cat >>conftest.$ac_ext <<_ACEOF
-> /* end confdefs.h. */
-> #ifdef __STDC__
-> # include <limits.h>
-> #else
-> # include <assert.h>
-8377,8378c9539
-<
-< end
----
-> Syntax error
-8380,8382c9541,9547
-< rm -f conftest.$ac_objext
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-8388,8402c9553,9564
-< (exit $ac_status); } &&
-< { ac_try='test -z "$ac_f77_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest.$ac_objext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< ac_compiler_gnu=yes
----
-> (exit $ac_status); } >/dev/null; then
-> if test -s conftest.err; then
-> ac_cpp_err=$ac_cxx_preproc_warn_flag
-> ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
-> else
-> ac_cpp_err=
-> fi
-> else
-> ac_cpp_err=yes
-> fi
-> if test -z "$ac_cpp_err"; then
-> :
-8407c9569,9570
-< ac_compiler_gnu=no
----
-> # Broken: fails on valid input.
-> continue
-8409,8410d9571
-< rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-< ac_cv_f77_compiler_gnu=$ac_compiler_gnu
-8412,8426c9573
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
-< echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6
-< ac_ext=$ac_save_ext
-< ac_test_FFLAGS=${FFLAGS+set}
-< ac_save_FFLAGS=$FFLAGS
-< FFLAGS=
-< echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
-< echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6
-< if test "${ac_cv_prog_f77_g+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< FFLAGS=-g
-< cat >conftest.$ac_ext <<_ACEOF
-< program main
----
-> rm -f conftest.err conftest.$ac_ext
-8428c9575,9578
-< end
----
-> # OK, works on sane cases. Now check whether nonexistent headers
-> # can be detected and how.
-> cat >conftest.$ac_ext <<_ACEOF
-> /* confdefs.h. */
-8430,8432c9580,9591
-< rm -f conftest.$ac_objext
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> cat confdefs.h >>conftest.$ac_ext
-> cat >>conftest.$ac_ext <<_ACEOF
-> /* end confdefs.h. */
-> #include <ac_nonexistent.h>
-> _ACEOF
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-8438,8452c9597,9603
-< (exit $ac_status); } &&
-< { ac_try='test -z "$ac_f77_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest.$ac_objext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< ac_cv_prog_f77_g=yes
----
-> (exit $ac_status); } >/dev/null; then
-> if test -s conftest.err; then
-> ac_cpp_err=$ac_cxx_preproc_warn_flag
-> ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
-> else
-> ac_cpp_err=
-> fi
-8454,8457c9605
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
-<
-< ac_cv_prog_f77_g=no
----
-> ac_cpp_err=yes
-8459c9607,9612
-< rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
----
-> if test -z "$ac_cpp_err"; then
-> # Broken: success on invalid input.
-> continue
-> else
-> echo "$as_me: failed program was:" >&5
-> sed 's/^/| /' conftest.$ac_ext >&5
-8460a9614,9616
-> # Passes both tests.
-> ac_preproc_ok=:
-> break
-8462,8468c9618,9675
-< echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
-< echo "${ECHO_T}$ac_cv_prog_f77_g" >&6
-< if test "$ac_test_FFLAGS" = set; then
-< FFLAGS=$ac_save_FFLAGS
-< elif test $ac_cv_prog_f77_g = yes; then
-< if test "x$ac_cv_f77_compiler_gnu" = xyes; then
-< FFLAGS="-g -O2"
----
->
-> rm -f conftest.err conftest.$ac_ext
->
-> done
-> # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-> rm -f conftest.err conftest.$ac_ext
-> if $ac_preproc_ok; then
-> break
-> fi
->
-> done
-> ac_cv_prog_CXXCPP=$CXXCPP
->
-> fi
-> CXXCPP=$ac_cv_prog_CXXCPP
-> else
-> ac_cv_prog_CXXCPP=$CXXCPP
-> fi
-> { echo "$as_me:$LINENO: result: $CXXCPP" >&5
-> echo "${ECHO_T}$CXXCPP" >&6; }
-> ac_preproc_ok=false
-> for ac_cxx_preproc_warn_flag in '' yes
-> do
-> # Use a header file that comes with gcc, so configuring glibc
-> # with a fresh cross-compiler works.
-> # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-> # <limits.h> exists even on freestanding compilers.
-> # On the NeXT, cc -E runs the code through the compiler's parser,
-> # not just through cpp. "Syntax error" is here to catch this case.
-> cat >conftest.$ac_ext <<_ACEOF
-> /* confdefs.h. */
-> _ACEOF
-> cat confdefs.h >>conftest.$ac_ext
-> cat >>conftest.$ac_ext <<_ACEOF
-> /* end confdefs.h. */
-> #ifdef __STDC__
-> # include <limits.h>
-> #else
-> # include <assert.h>
-> #endif
-> Syntax error
-> _ACEOF
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 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); } >/dev/null; then
-> if test -s conftest.err; then
-> ac_cpp_err=$ac_cxx_preproc_warn_flag
-> ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
-8470c9677
-< FFLAGS="-g"
----
-> ac_cpp_err=
-8473,8474c9680,9719
-< if test "x$ac_cv_f77_compiler_gnu" = xyes; then
-< FFLAGS="-O2"
----
-> ac_cpp_err=yes
-> fi
-> if test -z "$ac_cpp_err"; then
-> :
-> else
-> echo "$as_me: failed program was:" >&5
-> sed 's/^/| /' conftest.$ac_ext >&5
->
-> # Broken: fails on valid input.
-> continue
-> fi
->
-> rm -f conftest.err conftest.$ac_ext
->
-> # OK, works on sane cases. Now check whether nonexistent headers
-> # can be detected and how.
-> cat >conftest.$ac_ext <<_ACEOF
-> /* confdefs.h. */
-> _ACEOF
-> cat confdefs.h >>conftest.$ac_ext
-> cat >>conftest.$ac_ext <<_ACEOF
-> /* end confdefs.h. */
-> #include <ac_nonexistent.h>
-> _ACEOF
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 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); } >/dev/null; then
-> if test -s conftest.err; then
-> ac_cpp_err=$ac_cxx_preproc_warn_flag
-> ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
-8476c9721
-< FFLAGS=
----
-> ac_cpp_err=
-8477a9723,9724
-> else
-> ac_cpp_err=yes
-8478a9726,9731
-> if test -z "$ac_cpp_err"; then
-> # Broken: success on invalid input.
-> continue
-> else
-> echo "$as_me: failed program was:" >&5
-> sed 's/^/| /' conftest.$ac_ext >&5
-8480,8485c9733,9738
-< G77=`test $ac_compiler_gnu = yes && echo yes`
-< ac_ext=c
-< ac_cpp='$CPP $CPPFLAGS'
-< ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-< ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-< ac_compiler_gnu=$ac_cv_c_compiler_gnu
----
-> # Passes both tests.
-> ac_preproc_ok=:
-> break
-> fi
->
-> rm -f conftest.err conftest.$ac_ext
-8486a9740,9751
-> done
-> # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-> rm -f conftest.err conftest.$ac_ext
-> if $ac_preproc_ok; then
-> :
-> else
-> { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
-> See \`config.log' for more details." >&5
-> echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
-> See \`config.log' for more details." >&2;}
-> { (exit 1); exit 1; }; }
-> fi
-8487a9753,9757
-> ac_ext=cpp
-> ac_cpp='$CXXCPP $CPPFLAGS'
-> ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-> ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-> ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-8489c9759
-< # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
----
-> fi
-8491,8494c9761,9772
-< # find the maximum length of command line arguments
-< echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
-< echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
-< if test "${lt_cv_sys_max_cmd_len+set}" = set; then
----
-> ac_ext=f
-> ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-> ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-> ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-> if test -n "$ac_tool_prefix"; then
-> for ac_prog in g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77 f90 xlf90 pgf90 pghpf epcf90 gfortran g95 f95 fort xlf95 ifort ifc efc pgf95 lf95 ftn
-> do
-> # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-> set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-> if test "${ac_cv_prog_F77+set}" = set; then
-8497,8514c9775,9791
-< i=0
-< testring="ABCD"
-<
-< case $build_os in
-< msdosdjgpp*)
-< # On DJGPP, this test can blow up pretty badly due to problems in libc
-< # (any single argument exceeding 2000 bytes causes a buffer overrun
-< # during glob expansion). Even if it were fixed, the result of this
-< # check would be larger than it should be.
-< lt_cv_sys_max_cmd_len=12288; # 12K is about right
-< ;;
-<
-< gnu*)
-< # Under GNU Hurd, this test is not required because there is
-< # no limit to the length of command line arguments.
-< # Libtool will interpret -1 as no limit whatsoever
-< lt_cv_sys_max_cmd_len=-1;
-< ;;
----
-> if test -n "$F77"; then
-> ac_cv_prog_F77="$F77" # Let the user override the test.
-> else
-> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-> for as_dir in $PATH
-> do
-> IFS=$as_save_IFS
-> test -z "$as_dir" && as_dir=.
-> for ac_exec_ext in '' $ac_executable_extensions; do
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-> ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
-> echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-> break 2
-> fi
-> done
-> done
-> IFS=$as_save_IFS
-8516,8525c9793,9802
-< cygwin* | mingw*)
-< # On Win9x/ME, this test blows up -- it succeeds, but takes
-< # about 5 minutes as the teststring grows exponentially.
-< # Worse, since 9x/ME are not pre-emptively multitasking,
-< # you end up with a "frozen" computer, even though with patience
-< # the test eventually succeeds (with a max line length of 256k).
-< # Instead, let's just punt: use the minimum linelength reported by
-< # all of the supported platforms: 8192 (on NT/2K/XP).
-< lt_cv_sys_max_cmd_len=8192;
-< ;;
----
-> fi
-> fi
-> F77=$ac_cv_prog_F77
-> if test -n "$F77"; then
-> { echo "$as_me:$LINENO: result: $F77" >&5
-> echo "${ECHO_T}$F77" >&6; }
-> else
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-> fi
-8527,8546d9803
-< *)
-< # If test is not a shell built-in, we'll probably end up computing a
-< # maximum length that is only half of the actual maximum length, but
-< # we can't tell.
-< while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \
-< = "XX$testring") >/dev/null 2>&1 &&
-< new_result=`expr "X$testring" : ".*" 2>&1` &&
-< lt_cv_sys_max_cmd_len=$new_result &&
-< test $i != 17 # 1/2 MB should be enough
-< do
-< i=`expr $i + 1`
-< testring=$testring$testring
-< done
-< testring=
-< # Add a significant safety factor because C++ compilers can tack on massive
-< # amounts of additional arguments before passing them to the linker.
-< # It appears as though 1/2 is a usable value.
-< lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
-< ;;
-< esac
-8547a9805,9806
-> test -n "$F77" && break
-> done
-8548a9808,9835
-> if test -z "$F77"; then
-> ac_ct_F77=$F77
-> for ac_prog in g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77 f90 xlf90 pgf90 pghpf epcf90 gfortran g95 f95 fort xlf95 ifort ifc efc pgf95 lf95 ftn
-> do
-> # Extract the first word of "$ac_prog", so it can be a program name with args.
-> set dummy $ac_prog; ac_word=$2
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-> if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
-> echo $ECHO_N "(cached) $ECHO_C" >&6
-> else
-> if test -n "$ac_ct_F77"; then
-> ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
-> else
-> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-> for as_dir in $PATH
-> do
-> IFS=$as_save_IFS
-> test -z "$as_dir" && as_dir=.
-> for ac_exec_ext in '' $ac_executable_extensions; do
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-> ac_cv_prog_ac_ct_F77="$ac_prog"
-> echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-> break 2
-> fi
-> done
-> done
-> IFS=$as_save_IFS
-8550,8552c9837,9842
-< if test -n $lt_cv_sys_max_cmd_len ; then
-< echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
-< echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
----
-> fi
-> fi
-> ac_ct_F77=$ac_cv_prog_ac_ct_F77
-> if test -n "$ac_ct_F77"; then
-> { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
-> echo "${ECHO_T}$ac_ct_F77" >&6; }
-8554,8555c9844,9845
-< echo "$as_me:$LINENO: result: none" >&5
-< echo "${ECHO_T}none" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-8558a9849,9850
-> test -n "$ac_ct_F77" && break
-> done
-8559a9852,9867
-> if test "x$ac_ct_F77" = x; then
-> F77=""
-> else
-> case $cross_compiling:$ac_tool_warned in
-> yes:)
-> { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
-> whose name does not start with the host triplet. If you think this
-> configuration is useful to you, please write to autoconf at gnu.org." >&5
-> echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
-> whose name does not start with the host triplet. If you think this
-> configuration is useful to you, please write to autoconf at gnu.org." >&2;}
-> ac_tool_warned=yes ;;
-> esac
-> F77=$ac_ct_F77
-> fi
-> fi
-8561,8566d9868
-< # Check for command to grab the raw symbol name followed by C symbol from nm.
-< echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
-< echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
-< if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-8568,8569c9870,10187
-< # These are sane defaults that work on at least a few old systems.
-< # [They come from Ultrix. What could be older than Ultrix?!! ;)]
----
-> # Provide some information about the compiler.
-> echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
-> ac_compiler=`set X $ac_compile; echo $2`
-> { (ac_try="$ac_compiler --version >&5"
-> 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_compiler --version >&5") 2>&5
-> ac_status=$?
-> echo "$as_me:$LINENO: \$? = $ac_status" >&5
-> (exit $ac_status); }
-> { (ac_try="$ac_compiler -v >&5"
-> 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_compiler -v >&5") 2>&5
-> ac_status=$?
-> echo "$as_me:$LINENO: \$? = $ac_status" >&5
-> (exit $ac_status); }
-> { (ac_try="$ac_compiler -V >&5"
-> 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_compiler -V >&5") 2>&5
-> ac_status=$?
-> echo "$as_me:$LINENO: \$? = $ac_status" >&5
-> (exit $ac_status); }
-> rm -f a.out
->
-> # If we don't use `.F' as extension, the preprocessor is not run on the
-> # input file. (Note that this only needs to work for GNU compilers.)
-> ac_save_ext=$ac_ext
-> ac_ext=F
-> { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
-> echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
-> if test "${ac_cv_f77_compiler_gnu+set}" = set; then
-> echo $ECHO_N "(cached) $ECHO_C" >&6
-> else
-> cat >conftest.$ac_ext <<_ACEOF
-> program main
-> #ifndef __GNUC__
-> choke me
-> #endif
->
-> end
-> _ACEOF
-> rm -f conftest.$ac_objext
-> if { (ac_try="$ac_compile"
-> 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_compile") 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); } &&
-> { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-> ac_status=$?
-> echo "$as_me:$LINENO: \$? = $ac_status" >&5
-> (exit $ac_status); }; } &&
-> { ac_try='test -s conftest.$ac_objext'
-> { (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_try") 2>&5
-> ac_status=$?
-> echo "$as_me:$LINENO: \$? = $ac_status" >&5
-> (exit $ac_status); }; }; then
-> ac_compiler_gnu=yes
-> else
-> echo "$as_me: failed program was:" >&5
-> sed 's/^/| /' conftest.$ac_ext >&5
->
-> ac_compiler_gnu=no
-> fi
->
-> rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-> ac_cv_f77_compiler_gnu=$ac_compiler_gnu
->
-> fi
-> { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
-> echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
-> ac_ext=$ac_save_ext
-> ac_test_FFLAGS=${FFLAGS+set}
-> ac_save_FFLAGS=$FFLAGS
-> FFLAGS=
-> { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
-> echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
-> if test "${ac_cv_prog_f77_g+set}" = set; then
-> echo $ECHO_N "(cached) $ECHO_C" >&6
-> else
-> FFLAGS=-g
-> cat >conftest.$ac_ext <<_ACEOF
-> program main
->
-> end
-> _ACEOF
-> rm -f conftest.$ac_objext
-> if { (ac_try="$ac_compile"
-> 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_compile") 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); } &&
-> { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-> ac_status=$?
-> echo "$as_me:$LINENO: \$? = $ac_status" >&5
-> (exit $ac_status); }; } &&
-> { ac_try='test -s conftest.$ac_objext'
-> { (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_try") 2>&5
-> ac_status=$?
-> echo "$as_me:$LINENO: \$? = $ac_status" >&5
-> (exit $ac_status); }; }; then
-> ac_cv_prog_f77_g=yes
-> else
-> echo "$as_me: failed program was:" >&5
-> sed 's/^/| /' conftest.$ac_ext >&5
->
-> ac_cv_prog_f77_g=no
-> fi
->
-> rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
->
-> fi
-> { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
-> echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
-> if test "$ac_test_FFLAGS" = set; then
-> FFLAGS=$ac_save_FFLAGS
-> elif test $ac_cv_prog_f77_g = yes; then
-> if test "x$ac_cv_f77_compiler_gnu" = xyes; then
-> FFLAGS="-g -O2"
-> else
-> FFLAGS="-g"
-> fi
-> else
-> if test "x$ac_cv_f77_compiler_gnu" = xyes; then
-> FFLAGS="-O2"
-> else
-> FFLAGS=
-> fi
-> fi
->
-> G77=`test $ac_compiler_gnu = yes && echo yes`
-> ac_ext=c
-> ac_cpp='$CPP $CPPFLAGS'
-> ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-> ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-> ac_compiler_gnu=$ac_cv_c_compiler_gnu
->
->
->
-> # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
->
-> # find the maximum length of command line arguments
-> { echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
-> echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
-> if test "${lt_cv_sys_max_cmd_len+set}" = set; then
-> echo $ECHO_N "(cached) $ECHO_C" >&6
-> else
-> i=0
-> teststring="ABCD"
->
-> case $build_os in
-> msdosdjgpp*)
-> # On DJGPP, this test can blow up pretty badly due to problems in libc
-> # (any single argument exceeding 2000 bytes causes a buffer overrun
-> # during glob expansion). Even if it were fixed, the result of this
-> # check would be larger than it should be.
-> lt_cv_sys_max_cmd_len=12288; # 12K is about right
-> ;;
->
-> gnu*)
-> # Under GNU Hurd, this test is not required because there is
-> # no limit to the length of command line arguments.
-> # Libtool will interpret -1 as no limit whatsoever
-> lt_cv_sys_max_cmd_len=-1;
-> ;;
->
-> cygwin* | mingw*)
-> # On Win9x/ME, this test blows up -- it succeeds, but takes
-> # about 5 minutes as the teststring grows exponentially.
-> # Worse, since 9x/ME are not pre-emptively multitasking,
-> # you end up with a "frozen" computer, even though with patience
-> # the test eventually succeeds (with a max line length of 256k).
-> # Instead, let's just punt: use the minimum linelength reported by
-> # all of the supported platforms: 8192 (on NT/2K/XP).
-> lt_cv_sys_max_cmd_len=8192;
-> ;;
->
-> amigaos*)
-> # On AmigaOS with pdksh, this test takes hours, literally.
-> # So we just punt and use a minimum line length of 8192.
-> lt_cv_sys_max_cmd_len=8192;
-> ;;
->
-> netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
-> # This has been around since 386BSD, at least. Likely further.
-> if test -x /sbin/sysctl; then
-> lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
-> elif test -x /usr/sbin/sysctl; then
-> lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
-> else
-> lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
-> fi
-> # And add a safety zone
-> lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-> lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-> ;;
->
-> interix*)
-> # We know the value 262144 and hardcode it with a safety zone (like BSD)
-> lt_cv_sys_max_cmd_len=196608
-> ;;
->
-> osf*)
-> # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
-> # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
-> # nice to cause kernel panics so lets avoid the loop below.
-> # First set a reasonable default.
-> lt_cv_sys_max_cmd_len=16384
-> #
-> if test -x /sbin/sysconfig; then
-> case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
-> *1*) lt_cv_sys_max_cmd_len=-1 ;;
-> esac
-> fi
-> ;;
-> sco3.2v5*)
-> lt_cv_sys_max_cmd_len=102400
-> ;;
-> sysv5* | sco5v6* | sysv4.2uw2*)
-> kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
-> if test -n "$kargmax"; then
-> lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
-> else
-> lt_cv_sys_max_cmd_len=32768
-> fi
-> ;;
-> *)
-> # If test is not a shell built-in, we'll probably end up computing a
-> # maximum length that is only half of the actual maximum length, but
-> # we can't tell.
-> SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
-> while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
-> = "XX$teststring") >/dev/null 2>&1 &&
-> new_result=`expr "X$teststring" : ".*" 2>&1` &&
-> lt_cv_sys_max_cmd_len=$new_result &&
-> test $i != 17 # 1/2 MB should be enough
-> do
-> i=`expr $i + 1`
-> teststring=$teststring$teststring
-> done
-> teststring=
-> # Add a significant safety factor because C++ compilers can tack on massive
-> # amounts of additional arguments before passing them to the linker.
-> # It appears as though 1/2 is a usable value.
-> lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
-> ;;
-> esac
->
-> fi
->
-> if test -n $lt_cv_sys_max_cmd_len ; then
-> { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
-> echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
-> else
-> { echo "$as_me:$LINENO: result: none" >&5
-> echo "${ECHO_T}none" >&6; }
-> fi
->
->
->
->
-> # Check for command to grab the raw symbol name followed by C symbol from nm.
-> { echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
-> echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
-> if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
-> echo $ECHO_N "(cached) $ECHO_C" >&6
-> else
->
-> # These are sane defaults that work on at least a few old systems.
-> # [They come from Ultrix. What could be older than Ultrix?!! ;)]
-8577,8579d10194
-< # Transform the above into a raw symbol and a C symbol.
-< symxfrm='\1 \2\3 \3'
-<
-8600a10216,10222
-> linux* | k*bsd*-gnu)
-> if test "$host_cpu" = ia64; then
-> symcode='[ABCDGIRSTW]'
-> lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
-> lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
-> fi
-> ;;
-8607,8608c10229,10239
-< solaris* | sysv5*)
-< symcode='[BDT]'
----
-> solaris*)
-> symcode='[BDRT]'
-> ;;
-> sco3.2v5*)
-> symcode='[DT]'
-> ;;
-> sysv4.2uw2*)
-> symcode='[DT]'
-> ;;
-> sysv5* | sco5v6* | unixware* | OpenUNIX*)
-> symcode='[ABDT]'
-8626c10257
-< symcode='[ABCDGISTW]' ;;
----
-> symcode='[ABCDGIRSTW]' ;;
-8631a10263,10265
-> # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
-> symxfrm="\\1 $ac_symprfx\\2 \\2"
->
-8633c10267
-< lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
----
-> lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
-8751,8752c10385,10386
-< echo "$as_me:$LINENO: result: failed" >&5
-< echo "${ECHO_T}failed" >&6
----
-> { echo "$as_me:$LINENO: result: failed" >&5
-> echo "${ECHO_T}failed" >&6; }
-8754,8755c10388,10389
-< echo "$as_me:$LINENO: result: ok" >&5
-< echo "${ECHO_T}ok" >&6
----
-> { echo "$as_me:$LINENO: result: ok" >&5
-> echo "${ECHO_T}ok" >&6; }
-8758,8759c10392,10393
-< echo "$as_me:$LINENO: checking for objdir" >&5
-< echo $ECHO_N "checking for objdir... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for objdir" >&5
-> echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
-8773,8774c10407,10408
-< echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
-< echo "${ECHO_T}$lt_cv_objdir" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
-> echo "${ECHO_T}$lt_cv_objdir" >&6; }
-8795c10429
-< Xsed='sed -e s/^X//'
----
-> Xsed='sed -e 1s/^X//'
-8815c10449
-< # All known linkers require a `.a' archive for static linking (except M$VC,
----
-> # All known linkers require a `.a' archive for static linking (except MSVC,
-8825,8826c10459,10460
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-8839c10473
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-8845a10480
-> IFS=$as_save_IFS
-8851,8852c10486,10487
-< echo "$as_me:$LINENO: result: $AR" >&5
-< echo "${ECHO_T}$AR" >&6
----
-> { echo "$as_me:$LINENO: result: $AR" >&5
-> echo "${ECHO_T}$AR" >&6; }
-8854,8855c10489,10490
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-8857a10493
->
-8863,8864c10499,10500
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-8877c10513
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-8883a10520
-> IFS=$as_save_IFS
-8885d10521
-< test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
-8890,8891c10526,10527
-< echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
-< echo "${ECHO_T}$ac_ct_AR" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
-> echo "${ECHO_T}$ac_ct_AR" >&6; }
-8893,8894c10529,10530
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-8897c10533,10547
-< AR=$ac_ct_AR
----
-> if test "x$ac_ct_AR" = x; then
-> AR="false"
-> else
-> case $cross_compiling:$ac_tool_warned in
-> yes:)
-> { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
-> whose name does not start with the host triplet. If you think this
-> configuration is useful to you, please write to autoconf at gnu.org." >&5
-> echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
-> whose name does not start with the host triplet. If you think this
-> configuration is useful to you, please write to autoconf at gnu.org." >&2;}
-> ac_tool_warned=yes ;;
-> esac
-> AR=$ac_ct_AR
-> fi
-8905,8906c10555,10556
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-8919c10569
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-8925a10576
-> IFS=$as_save_IFS
-8931,8932c10582,10583
-< echo "$as_me:$LINENO: result: $RANLIB" >&5
-< echo "${ECHO_T}$RANLIB" >&6
----
-> { echo "$as_me:$LINENO: result: $RANLIB" >&5
-> echo "${ECHO_T}$RANLIB" >&6; }
-8934,8935c10585,10586
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-8937a10589
->
-8943,8944c10595,10596
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-8957c10609
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-8963a10616
-> IFS=$as_save_IFS
-8965d10617
-< test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
-8970,8971c10622,10623
-< echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
-< echo "${ECHO_T}$ac_ct_RANLIB" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
-> echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
-8973,8974c10625,10626
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-8977c10629,10643
-< RANLIB=$ac_ct_RANLIB
----
-> if test "x$ac_ct_RANLIB" = x; then
-> RANLIB=":"
-> else
-> case $cross_compiling:$ac_tool_warned in
-> yes:)
-> { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
-> whose name does not start with the host triplet. If you think this
-> configuration is useful to you, please write to autoconf at gnu.org." >&5
-> echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
-> whose name does not start with the host triplet. If you think this
-> configuration is useful to you, please write to autoconf at gnu.org." >&2;}
-> ac_tool_warned=yes ;;
-> esac
-> RANLIB=$ac_ct_RANLIB
-> fi
-8985,8986c10651,10652
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-8999c10665
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-9005a10672
-> IFS=$as_save_IFS
-9011,9012c10678,10679
-< echo "$as_me:$LINENO: result: $STRIP" >&5
-< echo "${ECHO_T}$STRIP" >&6
----
-> { echo "$as_me:$LINENO: result: $STRIP" >&5
-> echo "${ECHO_T}$STRIP" >&6; }
-9014,9015c10681,10682
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-9017a10685
->
-9023,9024c10691,10692
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-9037c10705
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-9043a10712
-> IFS=$as_save_IFS
-9045d10713
-< test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
-9050,9051c10718,10719
-< echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
-< echo "${ECHO_T}$ac_ct_STRIP" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
-> echo "${ECHO_T}$ac_ct_STRIP" >&6; }
-9053,9054c10721,10722
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-9057c10725,10739
-< STRIP=$ac_ct_STRIP
----
-> if test "x$ac_ct_STRIP" = x; then
-> STRIP=":"
-> else
-> case $cross_compiling:$ac_tool_warned in
-> yes:)
-> { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
-> whose name does not start with the host triplet. If you think this
-> configuration is useful to you, please write to autoconf at gnu.org." >&5
-> echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
-> whose name does not start with the host triplet. If you think this
-> configuration is useful to you, please write to autoconf at gnu.org." >&2;}
-> ac_tool_warned=yes ;;
-> esac
-> STRIP=$ac_ct_STRIP
-> fi
-9071a10754
-> test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
-9091c10774
-< old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
----
-> old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
-9094c10777
-< old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
----
-> old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
-9099a10783,10793
-> for cc_temp in $compiler""; do
-> case $cc_temp in
-> compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-> distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-> \-*) ;;
-> *) break;;
-> esac
-> done
-> cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
->
->
-9104,9105c10798,10799
-< echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
-< echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
-> echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
-9125c10819
-< file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
----
-> file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-9157,9158c10851,10852
-< echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
-< echo "${ECHO_T}$MAGIC_CMD" >&6
----
-> { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
-> echo "${ECHO_T}$MAGIC_CMD" >&6; }
-9160,9161c10854,10855
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-9166,9167c10860,10861
-< echo "$as_me:$LINENO: checking for file" >&5
-< echo $ECHO_N "checking for file... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for file" >&5
-> echo $ECHO_N "checking for file... $ECHO_C" >&6; }
-9187c10881
-< file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
----
-> file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-9219,9220c10913,10914
-< echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
-< echo "${ECHO_T}$MAGIC_CMD" >&6
----
-> { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
-> echo "${ECHO_T}$MAGIC_CMD" >&6; }
-9222,9223c10916,10917
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-9238c10932
-< # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
----
-> # Check whether --enable-libtool-lock was given.
-9240c10934,10935
-< enableval="$enable_libtool_lock"
----
-> enableval=$enable_libtool_lock;
-> fi
-9242d10936
-< fi;
-9246c10940
-< # Check whether --with-pic or --without-pic was given.
----
-> # Check whether --with-pic was given.
-9248,9249c10942
-< withval="$with_pic"
-< pic_mode="$withval"
----
-> withval=$with_pic; pic_mode="$withval"
-9252c10945,10946
-< fi;
----
-> fi
->
-9281a10976,10978
-> # If no C compiler flags were specified, use CFLAGS.
-> LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
->
-9286,9343c10983,10994
-< #
-< # Check for any special shared library compilation flags.
-< #
-< lt_prog_cc_shlib=
-< if test "$GCC" = no; then
-< case $host_os in
-< sco3.2v5*)
-< lt_prog_cc_shlib='-belf'
-< ;;
-< esac
-< fi
-< if test -n "$lt_prog_cc_shlib"; then
-< { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
-< echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
-< if echo "$old_CC $old_CFLAGS " | grep "[ ]$lt_prog_cc_shlib[ ]" >/dev/null; then :
-< else
-< { echo "$as_me:$LINENO: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
-< echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
-< lt_cv_prog_cc_can_build_shared=no
-< fi
-< fi
-<
-<
-< #
-< # Check to make sure the static flag actually works.
-< #
-< echo "$as_me:$LINENO: checking if $compiler static flag $lt_prog_compiler_static works" >&5
-< echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6
-< if test "${lt_prog_compiler_static_works+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< lt_prog_compiler_static_works=no
-< save_LDFLAGS="$LDFLAGS"
-< LDFLAGS="$LDFLAGS $lt_prog_compiler_static"
-< printf "$lt_simple_link_test_code" > conftest.$ac_ext
-< if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-< # The compiler can only warn and ignore the option if not recognized
-< # So say no if there are warnings
-< if test -s conftest.err; then
-< # Append any errors to the config.log.
-< cat conftest.err 1>&5
-< else
-< lt_prog_compiler_static_works=yes
-< fi
-< fi
-< $rm conftest*
-< LDFLAGS="$save_LDFLAGS"
-<
-< fi
-< echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
-< echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
-<
-< if test x"$lt_prog_compiler_static_works" = xyes; then
-< :
-< else
-< lt_prog_compiler_static=
-< fi
-<
----
-> # save warnings/boilerplate of simple test code
-> ac_outfile=conftest.$ac_objext
-> printf "$lt_simple_compile_test_code" >conftest.$ac_ext
-> eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-> _lt_compiler_boilerplate=`cat conftest.err`
-> $rm conftest*
->
-> ac_outfile=conftest.$ac_objext
-> printf "$lt_simple_link_test_code" >conftest.$ac_ext
-> eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-> _lt_linker_boilerplate=`cat conftest.err`
-> $rm conftest*
-9357,9358c11008,11009
-< echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
-< echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
-> echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
-9372c11023
-< -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
----
-> -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-9375c11026
-< (eval echo "\"\$as_me:9375: $lt_compile\"" >&5)
----
-> (eval echo "\"\$as_me:11026: $lt_compile\"" >&5)
-9379c11030
-< echo "$as_me:9379: \$? = $ac_status" >&5
----
-> echo "$as_me:11030: \$? = $ac_status" >&5
-9382,9383c11033,11036
-< # So say no if there are warnings
-< if test ! -s conftest.err; then
----
-> # So say no if there are warnings other than the usual output.
-> $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
-> $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-> if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-9390,9391c11043,11044
-< echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
-< echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
-> echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
-9405,9406c11058,11059
-< echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
-< echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
-> echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
-9443a11097,11101
-> interix3*)
-> # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-> # Instead, we relocate shared libraries at runtime.
-> ;;
->
-9460c11118
-< case "$host_cpu" in
----
-> case $host_cpu in
-9485a11144,11153
-> darwin*)
-> # PIC is the default on this platform
-> # Common symbols not allowed in MH_DYLIB files
-> case $cc_basename in
-> xlc*)
-> lt_prog_compiler_pic='-qnocommon'
-> lt_prog_compiler_wl='-Wl,'
-> ;;
-> esac
-> ;;
-9497c11165
-< case "$host_cpu" in
----
-> case $host_cpu in
-9520,9521c11188,11189
-< linux*)
-< case $CC in
----
-> linux* | k*bsd*-gnu)
-> case $cc_basename in
-9526a11195,11201
-> pgcc* | pgf77* | pgf90* | pgf95*)
-> # Portland Group compilers (*not* the Pentium gcc compiler,
-> # which looks to be a dead project)
-> lt_prog_compiler_wl='-Wl,'
-> lt_prog_compiler_pic='-fpic'
-> lt_prog_compiler_static='-Bstatic'
-> ;;
-9541,9545d11215
-< sco3.2v5*)
-< lt_prog_compiler_pic='-Kpic'
-< lt_prog_compiler_static='-dn'
-< ;;
-<
-9547d11216
-< lt_prog_compiler_wl='-Wl,'
-9549a11219,11224
-> case $cc_basename in
-> f77* | f90* | f95*)
-> lt_prog_compiler_wl='-Qoption ld ';;
-> *)
-> lt_prog_compiler_wl='-Wl,';;
-> esac
-9558c11233
-< sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
----
-> sysv4 | sysv4.2uw2* | sysv4.3*)
-9570a11246,11256
-> sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-> lt_prog_compiler_wl='-Wl,'
-> lt_prog_compiler_pic='-KPIC'
-> lt_prog_compiler_static='-Bstatic'
-> ;;
->
-> unicos*)
-> lt_prog_compiler_wl='-Wl,'
-> lt_prog_compiler_can_build_shared=no
-> ;;
->
-9582,9583c11268,11269
-< echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
-< echo "${ECHO_T}$lt_prog_compiler_pic" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
-> echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
-9590,9591c11276,11277
-< echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
-< echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
-> echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
-9605c11291
-< -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
----
-> -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-9608c11294
-< (eval echo "\"\$as_me:9608: $lt_compile\"" >&5)
----
-> (eval echo "\"\$as_me:11294: $lt_compile\"" >&5)
-9612c11298
-< echo "$as_me:9612: \$? = $ac_status" >&5
----
-> echo "$as_me:11298: \$? = $ac_status" >&5
-9615,9616c11301,11304
-< # So say no if there are warnings
-< if test ! -s conftest.err; then
----
-> # So say no if there are warnings other than the usual output.
-> $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
-> $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-> if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-9623,9624c11311,11312
-< echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
-< echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
-> echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; }
-9637c11325
-< case "$host_os" in
----
-> case $host_os in
-9647,9648c11335,11378
-< echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
-< echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
----
-> #
-> # Check to make sure the static flag actually works.
-> #
-> wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
-> { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
-> echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
-> if test "${lt_prog_compiler_static_works+set}" = set; then
-> echo $ECHO_N "(cached) $ECHO_C" >&6
-> else
-> lt_prog_compiler_static_works=no
-> save_LDFLAGS="$LDFLAGS"
-> LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
-> printf "$lt_simple_link_test_code" > conftest.$ac_ext
-> if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-> # The linker can only warn and ignore the option if not recognized
-> # So say no if there are warnings
-> if test -s conftest.err; then
-> # Append any errors to the config.log.
-> cat conftest.err 1>&5
-> $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
-> $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-> if diff conftest.exp conftest.er2 >/dev/null; then
-> lt_prog_compiler_static_works=yes
-> fi
-> else
-> lt_prog_compiler_static_works=yes
-> fi
-> fi
-> $rm conftest*
-> LDFLAGS="$save_LDFLAGS"
->
-> fi
-> { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
-> echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; }
->
-> if test x"$lt_prog_compiler_static_works" = xyes; then
-> :
-> else
-> lt_prog_compiler_static=
-> fi
->
->
-> { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
-> echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
-9659,9665d11388
-< # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
-< # that will create temporary files in the current directory regardless of
-< # the output directory. Thus, making CWD read-only will cause this test
-< # to fail, enabling locking or at least warning the user not to do parallel
-< # builds.
-< chmod -w .
-<
-9672c11395
-< -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
----
-> -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-9675c11398
-< (eval echo "\"\$as_me:9675: $lt_compile\"" >&5)
----
-> (eval echo "\"\$as_me:11398: $lt_compile\"" >&5)
-9679c11402
-< echo "$as_me:9679: \$? = $ac_status" >&5
----
-> echo "$as_me:11402: \$? = $ac_status" >&5
-9684c11407,11409
-< if test ! -s out/conftest.err; then
----
-> $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
-> $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-> if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-9688,9690c11413,11418
-< chmod u+w .
-< $rm conftest* out/*
-< rmdir out
----
-> chmod u+w . 2>&5
-> $rm conftest*
-> # SGI C++ compiler will create directory out/ii_files/ for
-> # template instantiation
-> test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
-> $rm out/* && rmdir out
-9696,9697c11424,11425
-< echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
-< echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
-> echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
-9703,9704c11431,11432
-< echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
-< echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
-> echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
-9711,9712c11439,11440
-< echo "$as_me:$LINENO: result: $hard_links" >&5
-< echo "${ECHO_T}$hard_links" >&6
----
-> { echo "$as_me:$LINENO: result: $hard_links" >&5
-> echo "${ECHO_T}$hard_links" >&6; }
-9722,9723c11450,11451
-< echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-< echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-> echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
-9760a11489,11498
-> # Just being paranoid about ensuring that cc_basename is set.
-> for cc_temp in $compiler""; do
-> case $cc_temp in
-> compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-> distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-> \-*) ;;
-> *) break;;
-> esac
-> done
-> cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
-9770a11509,11512
-> interix*)
-> # we just hope/assume this is gcc and not c89 (= MSVC++)
-> with_gnu_ld=yes
-> ;;
-9780a11523,11543
-> # Set some defaults for GNU ld with shared library support. These
-> # are reset later if shared libraries are not supported. Putting them
-> # here allows them to be overridden if necessary.
-> runpath_var=LD_RUN_PATH
-> hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
-> export_dynamic_flag_spec='${wl}--export-dynamic'
-> # ancient GNU ld didn't support --whole-archive et. al.
-> if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
-> whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
-> else
-> whole_archive_flag_spec=
-> fi
-> supports_anon_versioning=no
-> case `$LD -v 2>/dev/null` in
-> *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
-> *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
-> *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
-> *\ 2.11.*) ;; # other 2.11 versions
-> *) supports_anon_versioning=yes ;;
-> esac
->
-9818c11581
-< archive_cmds='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
----
-> archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-9828c11591
-< allow_undefined_flag=no
----
-> allow_undefined_flag=unsupported
-9831c11594
-< export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
----
-> export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
-9834c11597
-< archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
----
-> archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-9843c11606,11653
-< $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
----
-> $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-> else
-> ld_shlibs=no
-> fi
-> ;;
->
-> interix3*)
-> hardcode_direct=no
-> hardcode_shlibpath_var=no
-> hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
-> export_dynamic_flag_spec='${wl}-E'
-> # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-> # Instead, shared libraries are loaded at an image base (0x10000000 by
-> # default) and relocated if they conflict, which is a slow very memory
-> # consuming and fragmenting process. To avoid this, we pick a random,
-> # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-> # time. Moving up from 0x10000000 also allows more sbrk(2) space.
-> archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-> archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-> ;;
->
-> linux* | k*bsd*-gnu)
-> if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-> tmp_addflag=
-> case $cc_basename,$host_cpu in
-> pgcc*) # Portland Group C compiler
-> whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
-> tmp_addflag=' $pic_flag'
-> ;;
-> pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
-> whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
-> tmp_addflag=' $pic_flag -Mnomain' ;;
-> ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
-> tmp_addflag=' -i_dynamic' ;;
-> efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
-> tmp_addflag=' -i_dynamic -nofor_main' ;;
-> ifc* | ifort*) # Intel Fortran compiler
-> tmp_addflag=' -nofor_main' ;;
-> esac
-> archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
->
-> if test $supports_anon_versioning = yes; then
-> archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
-> cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-> $echo "local: *; };" >> $output_objdir/$libname.ver~
-> $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
-> fi
-> link_all_deplibs=no
-9849c11659
-< netbsd*)
----
-> netbsd* | netbsdelf*-gnu)
-9854,9855c11664,11665
-< archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
-< archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
----
-> archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-9859c11669
-< solaris* | sysv5*)
----
-> solaris*)
-9873,9874c11683,11684
-< archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
-< archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
----
-> archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-9879a11690,11716
-> sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
-> case `$LD -v 2>&1` in
-> *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
-> ld_shlibs=no
-> cat <<_LT_EOF 1>&2
->
-> *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
-> *** reliably create shared libraries on SCO systems. Therefore, libtool
-> *** is disabling shared libraries support. We urge you to upgrade GNU
-> *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
-> *** your PATH or compiler configuration so that the native linker is
-> *** used, and then restart.
->
-> _LT_EOF
-> ;;
-> *)
-> if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-> hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
-> archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
-> archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
-> else
-> ld_shlibs=no
-> fi
-> ;;
-> esac
-> ;;
->
-9889,9890c11726,11727
-< archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
-< archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
----
-> archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-9897,9906c11734,11738
-< if test "$ld_shlibs" = yes; then
-< runpath_var=LD_RUN_PATH
-< hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
-< export_dynamic_flag_spec='${wl}--export-dynamic'
-< # ancient GNU ld didn't support --whole-archive et. al.
-< if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
-< whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
-< else
-< whole_archive_flag_spec=
-< fi
----
-> if test "$ld_shlibs" = no; then
-> runpath_var=
-> hardcode_libdir_flag_spec=
-> export_dynamic_flag_spec=
-> whole_archive_flag_spec=
-9918c11750
-< if test "$GCC" = yes && test -z "$link_static_flag"; then
----
-> if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
-9939a11772,11785
-> aix_use_runtimelinking=no
->
-> # Test if we are trying to use run time linking or normal
-> # AIX style linking. If -brtl is somewhere in LDFLAGS, we
-> # need to do runtime linking.
-> case $host_os in aix4.[23]|aix4.[23].*|aix5*)
-> for ld_flag in $LDFLAGS; do
-> if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
-> aix_use_runtimelinking=yes
-> break
-> fi
-> done
-> ;;
-> esac
-9941,9942d11786
-< # KDE requires run time linking. Make it the default.
-< aix_use_runtimelinking=yes
-9959c11803
-< case $host_os in aix4.012|aix4.012.*)
----
-> case $host_os in aix4.[012]|aix4.[012].*)
-9977a11822
-> ;;
-9979a11825,11827
-> if test "$aix_use_runtimelinking" = yes; then
-> shared_flag="$shared_flag "'${wl}-G'
-> fi
-9987,9988c11835,11836
-< if test "$aix_use_runtimelinking" = yes; then
-< shared_flag='-qmkshrobj ${wl}-G'
----
-> if test "$aix_use_runtimelinking" = yes; then
-> shared_flag='${wl}-G'
-9990,9991c11838,11839
-< shared_flag='-qmkshrobj'
-< fi
----
-> shared_flag='${wl}-bM:SRE'
-> fi
-9995,9996c11843,11845
-< # Let the compiler handle the export list.
-< always_export_symbols=no
----
-> # It seems that -bexpall does not export symbols beginning with
-> # underscore (_), so it is better to generate a list of symbols to export.
-> always_export_symbols=yes
-10002c11851
-< cat >conftest.$ac_ext <<_ACEOF
----
-> cat >conftest.$ac_ext <<_ACEOF
-10018,10019c11867,11873
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-10026,10029c11880,11886
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-10034,10035c11891,11896
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-10048a11910
->
-10049a11912
->
-10054,10056c11917,11918
-< hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
-< archive_cmds="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
-< archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
----
-> hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
-> archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
-10061c11923
-< archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
----
-> archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
-10080,10081c11942,11948
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-10088,10091c11955,11961
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-10096,10097c11966,11971
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-10110a11985
->
-10111a11987
->
-10121,10122d11996
-< # -bexpall does not export symbols beginning with underscore (_)
-< always_export_symbols=yes
-10124c11998
-< whole_archive_flag_spec=' '
----
-> whole_archive_flag_spec='$convenience'
-10126,10127c12000,12001
-< # This is similar to how AIX traditionally builds it's shared libraries.
-< archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
----
-> # This is similar to how AIX traditionally builds its shared libraries.
-> archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
-10140c12014
-< bsdi4*)
----
-> bsdi[45]*)
-10150c12024
-< allow_undefined_flag=no
----
-> allow_undefined_flag=unsupported
-10154c12028
-< shrext=".dll"
----
-> shrext_cmds=".dll"
-10156c12030
-< archive_cmds='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
----
-> archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
-10166,10185c12040,12057
-< if test "$GXX" = yes ; then
-< archive_cmds_need_lc=no
-< case "$host_os" in
-< rhapsody* | darwin1.[012])
-< allow_undefined_flag='-Wl,-undefined -Wl,suppress'
-< ;;
-< *) # Darwin 1.3 on
-< if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-< allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-< else
-< case ${MACOSX_DEPLOYMENT_TARGET} in
-< 10.012)
-< allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-< ;;
-< 10.*)
-< allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
-< ;;
-< esac
-< fi
-< ;;
----
-> case $host_os in
-> rhapsody* | darwin1.[012])
-> allow_undefined_flag='${wl}-undefined ${wl}suppress'
-> ;;
-> *) # Darwin 1.3 on
-> if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-> allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
-> else
-> case ${MACOSX_DEPLOYMENT_TARGET} in
-> 10.[012])
-> allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
-> ;;
-> 10.*)
-> allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
-> ;;
-> esac
-> fi
-> ;;
-10187,10204c12059
-< lt_int_apple_cc_single_mod=no
-< output_verbose_link_cmd='echo'
-< if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
-< lt_int_apple_cc_single_mod=yes
-< fi
-< if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-< archive_cmds='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
-< else
-< archive_cmds='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
-< fi
-< module_cmds='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
-< # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
-< if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-< archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< else
-< archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< fi
-< module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
----
-> archive_cmds_need_lc=no
-10208c12063
-< whole_archive_flag_spec='-all_load $convenience'
----
-> whole_archive_flag_spec=''
-10209a12065,12071
-> if test "$GCC" = yes ; then
-> output_verbose_link_cmd='echo'
-> archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-> module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-> # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
-> archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-10211c12073,12085
-< ld_shlibs=no
----
-> case $cc_basename in
-> xlc*)
-> output_verbose_link_cmd='echo'
-> archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
-> module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-> # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
-> archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> ;;
-> *)
-> ld_shlibs=no
-> ;;
-> esac
-10245,10246c12119,12120
-< freebsd* | kfreebsd*-gnu)
-< archive_cmds='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
----
-> freebsd* | dragonfly*)
-> archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
-10254c12128
-< archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
----
-> archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
-10268c12142
-< hpux10* | hpux11*)
----
-> hpux10*)
-10270,10272c12144,12168
-< case "$host_cpu" in
-< hppa*64*|ia64*)
-< archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-> else
-> archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
-> fi
-> if test "$with_gnu_ld" = no; then
-> hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
-> hardcode_libdir_separator=:
->
-> hardcode_direct=yes
-> export_dynamic_flag_spec='${wl}-E'
->
-> # hardcode_minus_L: Not really in the search PATH,
-> # but as the default location of the library.
-> hardcode_minus_L=yes
-> fi
-> ;;
->
-> hpux11*)
-> if test "$GCC" = yes -a "$with_gnu_ld" = no; then
-> case $host_cpu in
-> hppa*64*)
-> archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> ;;
-> ia64*)
-> archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-10275c12171
-< archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-10279,10281c12175,12180
-< case "$host_cpu" in
-< hppa*64*|ia64*)
-< archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
----
-> case $host_cpu in
-> hppa*64*)
-> archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> ;;
-> ia64*)
-> archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-10284c12183
-< archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
----
-> archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-10289,10291c12188,12192
-< case "$host_cpu" in
-< hppa*64*)
-< hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
----
-> hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
-> hardcode_libdir_separator=:
->
-> case $host_cpu in
-> hppa*64*|ia64*)
-10293d12193
-< hardcode_libdir_separator=:
-10297,10305d12196
-< ia64*)
-< hardcode_libdir_flag_spec='-L$libdir'
-< hardcode_direct=no
-< hardcode_shlibpath_var=no
-<
-< # hardcode_minus_L: Not really in the search PATH,
-< # but as the default location of the library.
-< hardcode_minus_L=yes
-< ;;
-10307,10308d12197
-< hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
-< hardcode_libdir_separator=:
-10322c12211
-< archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
----
-> archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-10332c12221
-< netbsd*)
----
-> netbsd* | netbsdelf*-gnu)
-10355c12244,12245
-< archive_cmds='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
-10365c12255
-< archive_cmds='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-10376c12266
-< archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
----
-> archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
-10383c12273
-< archive_cmds='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
----
-> archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-10395c12285
-< archive_cmds='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
----
-> archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-10401c12291
-< $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
----
-> $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
-10409,10416d12298
-< sco3.2v5*)
-< archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-< hardcode_shlibpath_var=no
-< export_dynamic_flag_spec='${wl}-Bexport'
-< runpath_var=LD_RUN_PATH
-< hardcode_runpath_var=yes
-< ;;
-<
-10420c12302,12303
-< archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> wlarc='${wl}'
-> archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
-10422c12305
-< $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
----
-> $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
-10423a12307
-> wlarc=''
-10432,10433c12316,12327
-< *) # Supported since Solaris 2.6 (maybe 2.5.1?)
-< whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
----
-> *)
-> # The compiler driver will combine linker options so we
-> # cannot just pass the convience library names through
-> # without $wl, iff we do not link with $LD.
-> # Luckily, gcc supports the same syntax we need for Sun Studio.
-> # Supported since Solaris 2.6 (maybe 2.5.1?)
-> case $wlarc in
-> '')
-> whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
-> *)
-> whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
-> esac ;;
-10442c12336
-< archive_cmds='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
-10490,10493c12384,12386
-< sysv4.2uw2*)
-< archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
-< hardcode_direct=yes
-< hardcode_minus_L=no
----
-> sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*)
-> no_undefined_flag='${wl}-z,text'
-> archive_cmds_need_lc=no
-10495,10497c12388
-< hardcode_runpath_var=yes
-< runpath_var=LD_RUN_PATH
-< ;;
----
-> runpath_var='LD_RUN_PATH'
-10499,10500d12389
-< sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
-< no_undefined_flag='${wl}-z ${wl}text'
-10502c12391,12392
-< archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-10504c12394,12395
-< archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-10506,10507d12396
-< runpath_var='LD_RUN_PATH'
-< hardcode_shlibpath_var=no
-10510,10517c12399,12408
-< sysv5*)
-< no_undefined_flag=' -z text'
-< # $CC -shared without GNU ld will not create a library from C++
-< # object files and a static libstdc++, better avoid it by now
-< archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
-< archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
-< $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
-< hardcode_libdir_flag_spec=
----
-> sysv5* | sco3.2v5* | sco5v6*)
-> # Note: We can NOT use -z defs as we might desire, because we do not
-> # link with -lc, and that would cause any symbols used from libc to
-> # always be unresolved, which means just about no library would
-> # ever link correctly. If we're not using GNU ld we use -z text
-> # though, which does catch some bad symbols but isn't as heavy-handed
-> # as -z defs.
-> no_undefined_flag='${wl}-z,text'
-> allow_undefined_flag='${wl}-z,nodefs'
-> archive_cmds_need_lc=no
-10518a12410,12413
-> hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
-> hardcode_libdir_separator=':'
-> link_all_deplibs=yes
-> export_dynamic_flag_spec='${wl}-Bexport'
-10519a12415,12422
->
-> if test "$GCC" = yes; then
-> archive_cmds='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> else
-> archive_cmds='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> fi
-10534,10535c12437,12438
-< echo "$as_me:$LINENO: result: $ld_shlibs" >&5
-< echo "${ECHO_T}$ld_shlibs" >&6
----
-> { echo "$as_me:$LINENO: result: $ld_shlibs" >&5
-> echo "${ECHO_T}$ld_shlibs" >&6; }
-10538,10542d12440
-< variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-< if test "$GCC" = yes; then
-< variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-< fi
-<
-10560,10561c12458,12459
-< echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
-< echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
-> echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
-10574a12473
-> pic_flag=$lt_prog_compiler_pic
-10597,10598c12496,12497
-< echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
-< echo "${ECHO_T}$archive_cmds_need_lc" >&6
----
-> { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
-> echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
-10605,10606c12504,12505
-< echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
-< echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
-> echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
-10610c12509
-< shrext=".so"
----
-> shrext_cmds=".so"
-10620c12519,12532
-< sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
----
-> if test "$GCC" = yes; then
-> sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
-> if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
-> # if the path contains ";" then we assume it to be the separator
-> # otherwise default to the standard path separator (i.e. ":") - it is
-> # assumed that no part of a normal pathname contains ";" but that should
-> # okay in the real world where ";" in dirpaths is itself problematic.
-> sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-> else
-> sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-> fi
-> else
-> sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-> fi
-10685c12597
-< finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
----
-> finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-10694c12606
-< bsdi4*)
----
-> bsdi[45]*)
-10710c12622
-< shrext=".dll"
----
-> shrext_cmds=".dll"
-10722c12634,12635
-< $install_prog $dir/$dlname \$dldir/$dlname'
----
-> $install_prog $dir/$dlname \$dldir/$dlname~
-> chmod a+x \$dldir/$dlname'
-10752c12665
-< library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
----
-> library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
-10775c12688
-< shrext='$(test .$module = .yes && echo .so || echo .dylib)'
----
-> shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-10798,10811c12711,12721
-< kfreebsd*-gnu*)
-< version_type=linux
-< need_lib_prefix=no
-< need_version=no
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< shlibpath_var=LD_LIBRARY_PATH
-< shlibpath_overrides_runpath=no
-< hardcode_into_libs=yes
-< dynamic_linker='GNU ld.so'
-< ;;
-<
-< freebsd*)
-< objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
----
-> freebsd* | dragonfly*)
-> # DragonFly does not have aout. When/if they implement a new
-> # versioning mechanism, adjust this.
-> if test -x /usr/bin/objformat; then
-> objformat=`/usr/bin/objformat`
-> else
-> case $host_os in
-> freebsd[123]*) objformat=aout ;;
-> *) objformat=elf ;;
-> esac
-> fi
-10829c12739
-< freebsd3.01* | freebsdelf3.01*)
----
-> freebsd3.[01]* | freebsdelf3.[01]*)
-10833c12743,12744
-< *) # from 3.2 on
----
-> freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
-> freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
-10836a12748,12751
-> freebsd*) # from 4.6 on
-> shlibpath_overrides_runpath=yes
-> hardcode_into_libs=yes
-> ;;
-10856c12771
-< case "$host_cpu" in
----
-> case $host_cpu in
-10858c12773
-< shrext='.so'
----
-> shrext_cmds='.so'
-10873c12788
-< shrext='.sl'
----
-> shrext_cmds='.sl'
-10884c12799
-< shrext='.sl'
----
-> shrext_cmds='.sl'
-10896,10899c12811,12826
-< irix5* | irix6* | nonstopux*)
-< case $host_os in
-< nonstopux*) version_type=nonstopux ;;
-< *)
----
-> interix3*)
-> version_type=linux
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=no
-> hardcode_into_libs=yes
-> ;;
->
-> irix5* | irix6* | nonstopux*)
-> case $host_os in
-> nonstopux*) version_type=nonstopux ;;
-> *)
-10939c12866
-< linux*)
----
-> linux* | k*bsd*-gnu)
-10946,10952d12872
-< libsuff=
-< if test "x$LINUX_64_MODE" = x64; then
-< # Some platforms are per default 64-bit, so there's no /lib64
-< if test -d /lib64; then
-< libsuff=64
-< fi
-< fi
-10955,10956d12874
-< sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
-< sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
-10961a12880,12885
-> # Append ld.so.conf contents to the search path
-> if test -f /etc/ld.so.conf; then
-> lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
-> sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-> fi
->
-10970a12895,12906
-> netbsdelf*-gnu)
-> version_type=linux
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=no
-> hardcode_into_libs=yes
-> dynamic_linker='NetBSD ld.elf_so'
-> ;;
->
-10980c12916
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
----
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-11007a12944
-> sys_lib_dlsearch_path_spec="/usr/lib"
-11009c12946,12950
-< need_version=no
----
-> # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
-> case $host_os in
-> openbsd3.3 | openbsd3.3.*) need_version=yes ;;
-> *) need_version=no ;;
-> esac
-11029c12970
-< shrext=".dll"
----
-> shrext_cmds=".dll"
-11047,11053d12987
-< sco3.2v5*)
-< version_type=osf
-< soname_spec='${libname}${release}${shared_ext}$major'
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< shlibpath_var=LD_LIBRARY_PATH
-< ;;
-<
-11079c13013
-< sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
----
-> sysv4 | sysv4.3*)
-11111a13046,13068
-> sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-> version_type=freebsd-elf
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> hardcode_into_libs=yes
-> if test "$with_gnu_ld" = yes; then
-> sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-> shlibpath_overrides_runpath=no
-> else
-> sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-> shlibpath_overrides_runpath=yes
-> case $host_os in
-> sco3.2v5*)
-> sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-> ;;
-> esac
-> fi
-> sys_lib_dlsearch_path_spec='/usr/lib'
-> ;;
->
-11123,11124c13080,13081
-< echo "$as_me:$LINENO: result: $dynamic_linker" >&5
-< echo "${ECHO_T}$dynamic_linker" >&6
----
-> { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
-> echo "${ECHO_T}$dynamic_linker" >&6; }
-11127,11128c13084,13090
-< echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
-< echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
----
-> variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-> if test "$GCC" = yes; then
-> variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-> fi
->
-> { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
-> echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
-11131,11132c13093,13094
-< test -n "$runpath_var " || \
-< test "X$hardcode_automatic"="Xyes" ; then
----
-> test -n "$runpath_var" || \
-> test "X$hardcode_automatic" = "Xyes" ; then
-11152,11153c13114,13115
-< echo "$as_me:$LINENO: result: $hardcode_action" >&5
-< echo "${ECHO_T}$hardcode_action" >&6
----
-> { echo "$as_me:$LINENO: result: $hardcode_action" >&5
-> echo "${ECHO_T}$hardcode_action" >&6; }
-11166,11167c13128,13129
-< echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
-< echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
-> echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
-11171,11172c13133,13134
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-11179,11180c13141,13142
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-11182,11183c13144,13145
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-11187,11188c13149,13150
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-11220,11221c13182,13183
-< echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-< echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-> echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
-11234c13196,13198
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-11238,11239d13201
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-11244c13206
-< dlopen ();
----
-> return dlopen ();
-11250,11251c13212,13218
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-11258,11261c13225,13231
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-11266,11267c13236,13241
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-11276c13250
-< ac_cv_lib_dl_dlopen=no
----
-> ac_cv_lib_dl_dlopen=no
-11277a13252
->
-11282,11283c13257,13258
-< echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-< echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-> echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
-11297,11298c13272,13273
-< echo "$as_me:$LINENO: checking for shl_load" >&5
-< echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for shl_load" >&5
-> echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
-11325c13300,13302
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-11328d13304
-< {
-11330,11331d13305
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-11336c13310
-< #if defined (__stub_shl_load) || defined (__stub___shl_load)
----
-> #if defined __stub_shl_load || defined __stub___shl_load
-11338,11342d13311
-< #else
-< char (*f) () = shl_load;
-< #endif
-< #ifdef __cplusplus
-< }
-11348c13317
-< return f != shl_load;
----
-> return shl_load ();
-11354,11355c13323,13329
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-11362,11365c13336,13342
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-11370,11371c13347,13352
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-11380c13361
-< ac_cv_func_shl_load=no
----
-> ac_cv_func_shl_load=no
-11381a13363
->
-11385,11386c13367,13368
-< echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
-< echo "${ECHO_T}$ac_cv_func_shl_load" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
-> echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
-11390,11391c13372,13373
-< echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
-< echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
-> echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
-11404c13386,13388
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-11408,11409d13391
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-11414c13396
-< shl_load ();
----
-> return shl_load ();
-11420,11421c13402,13408
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-11428,11431c13415,13421
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-11436,11437c13426,13431
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-11446c13440
-< ac_cv_lib_dld_shl_load=no
----
-> ac_cv_lib_dld_shl_load=no
-11447a13442
->
-11452,11453c13447,13448
-< echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
-< echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
-> echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
-11457,11458c13452,13453
-< echo "$as_me:$LINENO: checking for dlopen" >&5
-< echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for dlopen" >&5
-> echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
-11485c13480,13482
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-11488d13484
-< {
-11490,11491d13485
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-11496c13490
-< #if defined (__stub_dlopen) || defined (__stub___dlopen)
----
-> #if defined __stub_dlopen || defined __stub___dlopen
-11498,11502d13491
-< #else
-< char (*f) () = dlopen;
-< #endif
-< #ifdef __cplusplus
-< }
-11508c13497
-< return f != dlopen;
----
-> return dlopen ();
-11514,11515c13503,13509
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-11522,11525c13516,13522
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-11530,11531c13527,13532
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-11540c13541
-< ac_cv_func_dlopen=no
----
-> ac_cv_func_dlopen=no
-11541a13543
->
-11545,11546c13547,13548
-< echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
-< echo "${ECHO_T}$ac_cv_func_dlopen" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
-> echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
-11550,11551c13552,13553
-< echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-< echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-> echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
-11564c13566,13568
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-11568,11569d13571
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-11574c13576
-< dlopen ();
----
-> return dlopen ();
-11580,11581c13582,13588
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-11588,11591c13595,13601
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-11596,11597c13606,13611
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-11606c13620
-< ac_cv_lib_dl_dlopen=no
----
-> ac_cv_lib_dl_dlopen=no
-11607a13622
->
-11612,11613c13627,13628
-< echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-< echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-> echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
-11617,11618c13632,13633
-< echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
-< echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
-> echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
-11631c13646,13648
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-11635,11636d13651
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-11641c13656
-< dlopen ();
----
-> return dlopen ();
-11647,11648c13662,13668
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-11655,11658c13675,13681
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-11663,11664c13686,13691
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-11673c13700
-< ac_cv_lib_svld_dlopen=no
----
-> ac_cv_lib_svld_dlopen=no
-11674a13702
->
-11679,11680c13707,13708
-< echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
-< echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
-> echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
-11684,11685c13712,13713
-< echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
-< echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
-> echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
-11698c13726,13728
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-11702,11703d13731
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-11708c13736
-< dld_link ();
----
-> return dld_link ();
-11714,11715c13742,13748
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-11722,11725c13755,13761
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-11730,11731c13766,13771
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-11740c13780
-< ac_cv_lib_dld_dld_link=no
----
-> ac_cv_lib_dld_dld_link=no
-11741a13782
->
-11746,11747c13787,13788
-< echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
-< echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
-> echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
-11782c13823
-< eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
----
-> wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
-11787,11788c13828,13829
-< echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
-< echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
-> echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
-11798c13839
-< #line 11798 "configure"
----
-> #line 13839 "configure"
-11854a13896,13897
-> else
-> puts (dlerror ());
-11864c13907
-< (./conftest; exit; ) 2>/dev/null
----
-> (./conftest; exit; ) >&5 2>/dev/null
-11869c13912
-< x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
----
-> x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
-11880,11881c13923,13924
-< echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
-< echo "${ECHO_T}$lt_cv_dlopen_self" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
-> echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
-11884,11886c13927,13929
-< LDFLAGS="$LDFLAGS $link_static_flag"
-< echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
-< echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
----
-> wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
-> { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
-> echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
-11896c13939
-< #line 11896 "configure"
----
-> #line 13939 "configure"
-11952a13996,13997
-> else
-> puts (dlerror ());
-11962c14007
-< (./conftest; exit; ) 2>/dev/null
----
-> (./conftest; exit; ) >&5 2>/dev/null
-11967c14012
-< x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
----
-> x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
-11978,11979c14023,14024
-< echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
-< echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
-> echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
-12000,12004c14045,14049
-< # Report which librarie types wil actually be built
-< echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
-< echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
-< echo "$as_me:$LINENO: result: $can_build_shared" >&5
-< echo "${ECHO_T}$can_build_shared" >&6
----
-> # Report which library types will actually be built
-> { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
-> echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
-> { echo "$as_me:$LINENO: result: $can_build_shared" >&5
-> echo "${ECHO_T}$can_build_shared" >&6; }
-12006,12007c14051,14052
-< echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
-< echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
-> echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
-12012c14057
-< case "$host_os" in
----
-> case $host_os in
-12021c14066
-< aix4*)
----
-> aix4* | aix5*)
-12025,12061d14069
-< ;;
-< darwin* | rhapsody*)
-< if test "$GCC" = yes; then
-< archive_cmds_need_lc=no
-< case "$host_os" in
-< rhapsody* | darwin1.[012])
-< allow_undefined_flag='-Wl,-undefined -Wl,suppress'
-< ;;
-< *) # Darwin 1.3 on
-< if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-< allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-< else
-< case ${MACOSX_DEPLOYMENT_TARGET} in
-< 10.012)
-< allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-< ;;
-< 10.*)
-< allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
-< ;;
-< esac
-< fi
-< ;;
-< esac
-< output_verbose_link_cmd='echo'
-< archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
-< module_cmds='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
-< # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
-< archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< hardcode_direct=no
-< hardcode_automatic=yes
-< hardcode_shlibpath_var=unsupported
-< whole_archive_flag_spec='-all_load $convenience'
-< link_all_deplibs=yes
-< else
-< ld_shlibs=no
-< fi
-12064,12065c14072,14073
-< echo "$as_me:$LINENO: result: $enable_shared" >&5
-< echo "${ECHO_T}$enable_shared" >&6
----
-> { echo "$as_me:$LINENO: result: $enable_shared" >&5
-> echo "${ECHO_T}$enable_shared" >&6; }
-12067,12068c14075,14076
-< echo "$as_me:$LINENO: checking whether to build static libraries" >&5
-< echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
-> echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
-12071,12072c14079,14080
-< echo "$as_me:$LINENO: result: $enable_static" >&5
-< echo "${ECHO_T}$enable_static" >&6
----
-> { echo "$as_me:$LINENO: result: $enable_static" >&5
-> echo "${ECHO_T}$enable_static" >&6; }
-12087c14095,14096
-< for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
----
-> for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
-> SED SHELL STRIP \
-12201c14210
-< Xsed="$SED -e s/^X//"
----
-> Xsed="$SED -e 1s/^X//"
-12205c14214
-< if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
----
-> (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-12234a14244,14249
-> host_os=$host_os
->
-> # The build system.
-> build_alias=$build_alias
-> build=$build
-> build_os=$build_os
-12245a14261,14263
-> # LTCC compiler flags.
-> LTCFLAGS=$lt_LTCFLAGS
->
-12265c14283
-< STRIP=$STRIP
----
-> STRIP=$lt_STRIP
-12296c14314
-< shrext='$shrext'
----
-> shrext_cmds='$shrext_cmds'
-12311c14329
-< # Must we lock files when doing compilation ?
----
-> # Must we lock files when doing compilation?
-12538c14556,14559
-< test -f Makefile && make "$ltmain"
----
-> ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
-> if test -f "$ltmain_in"; then
-> test -f Makefile && make "$ltmain"
-> fi
-12551c14572
-< # Check whether --with-tags or --without-tags was given.
----
-> # Check whether --with-tags was given.
-12553,12555c14574,14576
-< withval="$with_tags"
-< tagnames="$withval"
-< fi;
----
-> withval=$with_tags; tagnames="$withval"
-> fi
->
-12572a14594,14596
-> if test -z "$LTCFLAGS"; then
-> eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
-> fi
-12603,12604c14627,14630
-< if test -n "$CXX" && test "X$CXX" != "Xno"; then
-< ac_ext=cc
----
-> if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
-> ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
-> (test "X$CXX" != "Xg++"))) ; then
-> ac_ext=cpp
-12622a14649
-> hardcode_shlibpath_var_CXX=unsupported
-12640c14667
-< ac_ext=cc
----
-> ac_ext=cpp
-12650c14677
-< lt_simple_link_test_code='int main(int, char *) { return(0); }\n'
----
-> lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
-12656a14684,14686
-> # If no C compiler flags were specified, use CFLAGS.
-> LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
->
-12660a14691,14704
-> # save warnings/boilerplate of simple test code
-> ac_outfile=conftest.$ac_objext
-> printf "$lt_simple_compile_test_code" >conftest.$ac_ext
-> eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-> _lt_compiler_boilerplate=`cat conftest.err`
-> $rm conftest*
->
-> ac_outfile=conftest.$ac_objext
-> printf "$lt_simple_link_test_code" >conftest.$ac_ext
-> eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-> _lt_linker_boilerplate=`cat conftest.err`
-> $rm conftest*
->
->
-12671c14715
-< unset lt_cv_prog_gnu_ld
----
-> $as_unset lt_cv_prog_gnu_ld
-12676c14720
-< unset lt_cv_path_LD
----
-> $as_unset lt_cv_path_LD
-12682c14726,14735
-< cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
----
-> for cc_temp in $compiler""; do
-> case $cc_temp in
-> compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-> distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-> \-*) ;;
-> *) break;;
-> esac
-> done
-> cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
->
-12696c14749
-< # Check whether --with-gnu-ld or --without-gnu-ld was given.
----
-> # Check whether --with-gnu-ld was given.
-12698,12699c14751
-< withval="$with_gnu_ld"
-< test "$withval" = no || with_gnu_ld=yes
----
-> withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
-12702c14754,14755
-< fi;
----
-> fi
->
-12706,12707c14759,14760
-< echo "$as_me:$LINENO: checking for ld used by $CC" >&5
-< echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
-> echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
-12736,12737c14789,14790
-< echo "$as_me:$LINENO: checking for GNU ld" >&5
-< echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for GNU ld" >&5
-> echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
-12739,12740c14792,14793
-< echo "$as_me:$LINENO: checking for non-GNU ld" >&5
-< echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
-> echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
-12753c14806
-< # but apparently some GNU ld's only accept -v.
----
-> # but apparently some variants of GNU ld only accept -v.
-12773,12774c14826,14827
-< echo "$as_me:$LINENO: result: $LD" >&5
-< echo "${ECHO_T}$LD" >&6
----
-> { echo "$as_me:$LINENO: result: $LD" >&5
-> echo "${ECHO_T}$LD" >&6; }
-12776,12777c14829,14830
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-12782,12783c14835,14836
-< echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
-< echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
-> echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
-12787c14840
-< # I'd rather use --version here, but apparently some GNU ld's only accept -v.
----
-> # I'd rather use --version here, but apparently some GNU lds only accept -v.
-12797,12798c14850,14851
-< echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
-< echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
-> echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
-12806,12807c14859,14860
-< archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
-< archive_expsym_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
----
-> archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-12833c14886
-< archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib'
----
-> archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-12848,12849c14901,14902
-< echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-< echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-> echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
-12864,12865c14917,14933
-< # KDE requires run time linking. Make it the default.
-< aix_use_runtimelinking=yes
----
-> aix_use_runtimelinking=no
->
-> # Test if we are trying to use run time linking or normal
-> # AIX style linking. If -brtl is somewhere in LDFLAGS, we
-> # need to do runtime linking.
-> case $host_os in aix4.[23]|aix4.[23].*|aix5*)
-> for ld_flag in $LDFLAGS; do
-> case $ld_flag in
-> *-brtl*)
-> aix_use_runtimelinking=yes
-> break
-> ;;
-> esac
-> done
-> ;;
-> esac
->
-12882c14950
-< case $host_os in aix4.012|aix4.012.*)
----
-> case $host_os in aix4.[012]|aix4.[012].*)
-12900a14969
-> ;;
-12902a14972,14974
-> if test "$aix_use_runtimelinking" = yes; then
-> shared_flag="$shared_flag "'${wl}-G'
-> fi
-12911c14983
-< shared_flag='-qmkshrobj ${wl}-G'
----
-> shared_flag='${wl}-G'
-12913c14985
-< shared_flag='-qmkshrobj'
----
-> shared_flag='${wl}-bM:SRE'
-12918,12919c14990,14992
-< # Let the compiler handle the export list.
-< always_export_symbols_CXX=no
----
-> # It seems that -bexpall does not export symbols beginning with
-> # underscore (_), so it is better to generate a list of symbols to export.
-> always_export_symbols_CXX=yes
-12941,12942c15014,15020
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-12949,12952c15027,15033
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-12957,12958c15038,15043
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-12971a15057
->
-12972a15059
->
-12979,12980c15066
-< archive_cmds_CXX="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
-< archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
----
-> archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
-12985c15071
-< archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
----
-> archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
-13004,13005c15090,15096
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-13012,13015c15103,15109
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-13020,13021c15114,15119
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-13034a15133
->
-13035a15135
->
-13045,13046d15144
-< # -bexpall does not export symbols beginning with underscore (_)
-< always_export_symbols_CXX=yes
-13048c15146
-< whole_archive_flag_spec_CXX=' '
----
-> whole_archive_flag_spec_CXX='$convenience'
-13050,13051c15148,15149
-< # This is similar to how AIX traditionally builds it's shared libraries.
-< archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
----
-> # This is similar to how AIX traditionally builds its shared libraries.
-> archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
-13054a15153,15164
->
-> beos*)
-> if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-> allow_undefined_flag_CXX=unsupported
-> # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
-> # support --undefined. This deserves some investigation. FIXME
-> archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> else
-> ld_shlibs_CXX=no
-> fi
-> ;;
->
-13068c15178
-< allow_undefined_flag_CXX=no
----
-> allow_undefined_flag_CXX=unsupported
-13073c15183
-< archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
----
-> archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-13082c15192
-< $CC -shared -nostdlib $output_objdir/$soname.def $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
----
-> $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-13086a15197,15222
-> darwin* | rhapsody*)
-> case $host_os in
-> rhapsody* | darwin1.[012])
-> allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress'
-> ;;
-> *) # Darwin 1.3 on
-> if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-> allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
-> else
-> case ${MACOSX_DEPLOYMENT_TARGET} in
-> 10.[012])
-> allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
-> ;;
-> 10.*)
-> allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup'
-> ;;
-> esac
-> fi
-> ;;
-> esac
-> archive_cmds_need_lc_CXX=no
-> hardcode_direct_CXX=no
-> hardcode_automatic_CXX=yes
-> hardcode_shlibpath_var_CXX=unsupported
-> whole_archive_flag_spec_CXX=''
-> link_all_deplibs_CXX=yes
-13088,13106c15224,15228
-< darwin* | rhapsody*)
-< if test "$GXX" = yes; then
-< archive_cmds_need_lc_CXX=no
-< case "$host_os" in
-< rhapsody* | darwin1.[012])
-< allow_undefined_flag_CXX='-Wl,-undefined -Wl,suppress'
-< ;;
-< *) # Darwin 1.3 on
-< if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-< allow_undefined_flag_CXX='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-< else
-< case ${MACOSX_DEPLOYMENT_TARGET} in
-< 10.012)
-< allow_undefined_flag_CXX='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-< ;;
-< 10.*)
-< allow_undefined_flag_CXX='-Wl,-undefined -Wl,dynamic_lookup'
-< ;;
-< esac
----
-> if test "$GXX" = yes ; then
-> lt_int_apple_cc_single_mod=no
-> output_verbose_link_cmd='echo'
-> if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
-> lt_int_apple_cc_single_mod=yes
-13108,13137c15230,15258
-< ;;
-< esac
-< lt_int_apple_cc_single_mod=no
-< output_verbose_link_cmd='echo'
-< if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
-< lt_int_apple_cc_single_mod=yes
-< fi
-< if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-< archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
-< else
-< archive_cmds_CXX='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
-< fi
-< module_cmds_CXX='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
-<
-< # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
-< if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-< archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< else
-< archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< fi
-< module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< hardcode_direct_CXX=no
-< hardcode_automatic_CXX=yes
-< hardcode_shlibpath_var_CXX=unsupported
-< whole_archive_flag_spec_CXX='-all_load $convenience'
-< link_all_deplibs_CXX=yes
-< else
-< ld_shlibs_CXX=no
-< fi
-< ;;
----
-> if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-> archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-> else
-> archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-> fi
-> module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-> # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
-> if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-> archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> else
-> archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> fi
-> module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> else
-> case $cc_basename in
-> xlc*)
-> output_verbose_link_cmd='echo'
-> archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
-> module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-> # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
-> archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> ;;
-> *)
-> ld_shlibs_CXX=no
-> ;;
-> esac
-> fi
-> ;;
-13141c15262
-< ec++)
----
-> ec++*)
-13145c15266
-< ghcx)
----
-> ghcx*)
-13156c15277
-< freebsd12*)
----
-> freebsd[12]*)
-13163c15284
-< freebsd* | kfreebsd*-gnu)
----
-> freebsd* | dragonfly*)
-13180c15301
-< CC)
----
-> CC*)
-13184,13185c15305,15306
-< aCC)
-< archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
----
-> aCC*)
-> archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
-13194c15315
-< output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
----
-> output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
-13198c15319
-< archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
----
-> archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
-13208,13210c15329,15333
-< case "$host_cpu" in
-< hppa*64*)
-< hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
----
-> hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
-> hardcode_libdir_separator_CXX=:
->
-> case $host_cpu in
-> hppa*64*|ia64*)
-13212,13215d15334
-< hardcode_libdir_separator_CXX=:
-< ;;
-< ia64*)
-< hardcode_libdir_flag_spec_CXX='-L$libdir'
-13218,13219d15336
-< hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
-< hardcode_libdir_separator_CXX=:
-13224,13229c15341,15342
-< case "$host_cpu" in
-< hppa*64*)
-< hardcode_direct_CXX=no
-< hardcode_shlibpath_var_CXX=no
-< ;;
-< ia64*)
----
-> case $host_cpu in
-> hppa*64*|ia64*)
-13232,13234d15344
-< hardcode_minus_L_CXX=yes # Not in the search PATH,
-< # but as the default
-< # location of the library.
-13245c15355
-< CC)
----
-> CC*)
-13249,13252c15359,15365
-< aCC)
-< case "$host_cpu" in
-< hppa*64*|ia64*)
-< archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
----
-> aCC*)
-> case $host_cpu in
-> hppa*64*)
-> archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-> ;;
-> ia64*)
-> archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-13255c15368
-< archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
----
-> archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-13271,13273c15384,15389
-< case "$host_cpu" in
-< ia64*|hppa*64*)
-< archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
----
-> case $host_cpu in
-> hppa*64*)
-> archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-> ;;
-> ia64*)
-> archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-13276c15392
-< archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
----
-> archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-13286a15403,15416
-> interix3*)
-> hardcode_direct_CXX=no
-> hardcode_shlibpath_var_CXX=no
-> hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
-> export_dynamic_flag_spec_CXX='${wl}-E'
-> # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-> # Instead, shared libraries are loaded at an image base (0x10000000 by
-> # default) and relocated if they conflict, which is a slow very memory
-> # consuming and fragmenting process. To avoid this, we pick a random,
-> # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-> # time. Moving up from 0x10000000 also allows more sbrk(2) space.
-> archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-> archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-> ;;
-13289c15419
-< CC)
----
-> CC*)
-13291c15421
-< archive_cmds_CXX='$CC -shared -all -multigot $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
----
-> archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
-13302c15432
-< archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
----
-> archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-13304c15434
-< archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
----
-> archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
-13313c15443
-< linux*)
----
-> linux* | k*bsd*-gnu)
-13315c15445
-< KCC)
----
-> KCC*)
-13321,13322c15451,15452
-< archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
-< archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
----
-> archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-> archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
-13340c15470
-< icpc)
----
-> icpc*)
-13342a15473,15489
-> # version 8.0 and above of icpc choke on multiply defined symbols
-> # if we add $predep_objects and $postdep_objects, however 7.1 and
-> # earlier do not add the objects themselves.
-> case `$CC -V 2>&1` in
-> *"Version 7."*)
-> archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-> ;;
-> *) # Version 8.0 or newer
-> tmp_idyn=
-> case $host_cpu in
-> ia64*) tmp_idyn=' -i_dynamic';;
-> esac
-> archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-> ;;
-> esac
-13344,13345d15490
-< archive_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
-< archive_expsym_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-13350c15495,15504
-< cxx)
----
-> pgCC*)
-> # Portland Group C++ compiler
-> archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
-> archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
->
-> hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
-> export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
-> whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
-> ;;
-> cxx*)
-13352,13353c15506,15507
-< archive_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
-< archive_expsym_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
----
-> archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
-13381c15535
-< cxx)
----
-> cxx*)
-13391c15545
-< netbsd*)
----
-> netbsd* | netbsdelf*-gnu)
-13402c15556,15572
-< osf3*)
----
-> openbsd2*)
-> # C++ shared libraries are fairly broken
-> ld_shlibs_CXX=no
-> ;;
-> openbsd*)
-> hardcode_direct_CXX=yes
-> hardcode_shlibpath_var_CXX=no
-> archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-> hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
-> if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
-> archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
-> export_dynamic_flag_spec_CXX='${wl}-E'
-> whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
-> fi
-> output_verbose_link_cmd='echo'
-> ;;
-> osf3*)
-13404c15574
-< KCC)
----
-> KCC*)
-13410c15580
-< archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
----
-> archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-13420c15590
-< RCC)
----
-> RCC*)
-13425c15595
-< cxx)
----
-> cxx*)
-13427c15597
-< archive_cmds_CXX='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
----
-> archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
-13445c15615
-< archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
----
-> archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-13464c15634
-< KCC)
----
-> KCC*)
-13470c15640
-< archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
----
-> archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-13479c15649
-< RCC)
----
-> RCC*)
-13484c15654
-< cxx)
----
-> cxx*)
-13486c15656
-< archive_cmds_CXX='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
----
-> archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
-13489c15659
-< $CC -shared$allow_undefined_flag $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~
----
-> $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
-13508c15678
-< archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
----
-> archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-13529,13541d15698
-< sco*)
-< archive_cmds_need_lc_CXX=no
-< case $cc_basename in
-< CC)
-< # FIXME: insert proper C++ library support
-< ld_shlibs_CXX=no
-< ;;
-< *)
-< # FIXME: insert proper C++ library support
-< ld_shlibs_CXX=no
-< ;;
-< esac
-< ;;
-13544c15701
-< CC)
----
-> CC*)
-13549c15706
-< lcc)
----
-> lcc*)
-13562c15719
-< CC)
----
-> CC*)
-13563a15721
-> archive_cmds_need_lc_CXX=yes
-13565c15723
-< archive_cmds_CXX='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
----
-> archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-13567c15725
-< $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
----
-> $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
-13572c15730
-< solaris2.0-5 | solaris2.0-5.*) ;;
----
-> solaris2.[0-5] | solaris2.[0-5].*) ;;
-13576c15734,15738
-< # linker.
----
-> # linker. We must also pass each convience library through
-> # to the system linker between allextract/defaultextract.
-> # The C++ compiler will combine linker options so we
-> # cannot just pass the convience library names through
-> # without $wl.
-13578c15740
-< whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
----
-> whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
-13583,13591c15745
-< # Commands to make compiler produce verbose output that lists
-< # what "hidden" libraries, object files and flags are used when
-< # linking a shared library.
-< #
-< # There doesn't appear to be a way to prevent this compiler from
-< # explicitly linking system object files so we need to strip them
-< # from the output so that they don't get included in the library
-< # dependencies.
-< output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
----
-> output_verbose_link_cmd='echo'
-13599c15753
-< gcx)
----
-> gcx*)
-13601c15755
-< archive_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
----
-> archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
-13611c15765
-< archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
----
-> archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
-13613c15767
-< $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
----
-> $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
-13622c15776
-< archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
----
-> archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
-13624c15778
-< $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
----
-> $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
-13637c15791,15825
-< sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
----
-> sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
-> no_undefined_flag_CXX='${wl}-z,text'
-> archive_cmds_need_lc_CXX=no
-> hardcode_shlibpath_var_CXX=no
-> runpath_var='LD_RUN_PATH'
->
-> case $cc_basename in
-> CC*)
-> archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-> ;;
-> *)
-> archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-> ;;
-> esac
-> ;;
-> sysv5* | sco3.2v5* | sco5v6*)
-> # Note: We can NOT use -z defs as we might desire, because we do not
-> # link with -lc, and that would cause any symbols used from libc to
-> # always be unresolved, which means just about no library would
-> # ever link correctly. If we're not using GNU ld we use -z text
-> # though, which does catch some bad symbols but isn't as heavy-handed
-> # as -z defs.
-> # For security reasons, it is highly recommended that you always
-> # use absolute paths for naming shared libraries, and exclude the
-> # DT_RUNPATH tag from executables and libraries. But doing so
-> # requires that you compile everything twice, which is a pain.
-> # So that behaviour is only enabled if SCOABSPATH is set to a
-> # non-empty value in the environment. Most likely only useful for
-> # creating official distributions of packages.
-> # This is a hack until libtool officially supports absolute path
-> # names for shared libraries.
-> no_undefined_flag_CXX='${wl}-z,text'
-> allow_undefined_flag_CXX='${wl}-z,nodefs'
-13638a15827,15843
-> hardcode_shlibpath_var_CXX=no
-> hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
-> hardcode_libdir_separator_CXX=':'
-> link_all_deplibs_CXX=yes
-> export_dynamic_flag_spec_CXX='${wl}-Bexport'
-> runpath_var='LD_RUN_PATH'
->
-> case $cc_basename in
-> CC*)
-> archive_cmds_CXX='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> ;;
-> *)
-> archive_cmds_CXX='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> ;;
-> esac
-13642c15847
-< NCC)
----
-> NCC*)
-13662,13663c15867,15868
-< echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
-< echo "${ECHO_T}$ld_shlibs_CXX" >&6
----
-> { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
-> echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
-13699c15904
-< output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
----
-> output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
-13739c15944
-< *.$objext|*.$libext)
----
-> *.$objext)
-13774a15980,16002
-> # PORTME: override above test on systems where it is broken
-> case $host_os in
-> interix3*)
-> # Interix 3.5 installs completely hosed .la files for C++, so rather than
-> # hack all around it, let's just trust "g++" to DTRT.
-> predep_objects_CXX=
-> postdep_objects_CXX=
-> postdeps_CXX=
-> ;;
->
-> solaris*)
-> case $cc_basename in
-> CC*)
-> # Adding this requires a known-good setup of shared libraries for
-> # Sun compiler versions before 5.6, else PIC objects from an old
-> # archive will be linked into the output, leading to subtle bugs.
-> postdeps_CXX='-lCstd -lCrun'
-> ;;
-> esac
-> ;;
-> esac
->
->
-13783,13784c16011,16012
-< echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
-< echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
-> echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
-13821a16050,16053
-> interix3*)
-> # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-> # Instead, we relocate shared libraries at runtime.
-> ;;
-13830c16062
-< case "$host_cpu" in
----
-> case $host_cpu in
-13855c16087
-< cxch68)
----
-> cxch68*)
-13860a16093,16102
-> darwin*)
-> # PIC is the default on this platform
-> # Common symbols not allowed in MH_DYLIB files
-> case $cc_basename in
-> xlc*)
-> lt_prog_compiler_pic_CXX='-qnocommon'
-> lt_prog_compiler_wl_CXX='-Wl,'
-> ;;
-> esac
-> ;;
-13863c16105
-< ec++)
----
-> ec++*)
-13866c16108
-< ghcx)
----
-> ghcx*)
-13874c16116
-< freebsd* | kfreebsd*-gnu)
----
-> freebsd* | dragonfly*)
-13879c16121
-< CC)
----
-> CC*)
-13881c16123
-< lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
----
-> lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
-13886c16128
-< aCC)
----
-> aCC*)
-13888,13889c16130,16131
-< lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
-< case "$host_cpu" in
----
-> lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
-> case $host_cpu in
-13901a16144,16147
-> interix*)
-> # This is c89, which is MS Visual C++ (no shared libs)
-> # Anyone wants to do a port?
-> ;;
-13904c16150
-< CC)
----
-> CC*)
-13913c16159
-< linux*)
----
-> linux* | k*bsd*-gnu)
-13915c16161
-< KCC)
----
-> KCC*)
-13920c16166
-< icpc)
----
-> icpc* | ecpc*)
-13926c16172,16178
-< cxx)
----
-> pgCC*)
-> # Portland Group C++ compiler.
-> lt_prog_compiler_wl_CXX='-Wl,'
-> lt_prog_compiler_pic_CXX='-fpic'
-> lt_prog_compiler_static_CXX='-Bstatic'
-> ;;
-> cxx*)
-13943c16195
-< cxx)
----
-> cxx*)
-13950c16202
-< netbsd*)
----
-> netbsd* | netbsdelf*-gnu)
-13954c16206
-< KCC)
----
-> KCC*)
-13957c16209
-< RCC)
----
-> RCC*)
-13961c16213
-< cxx)
----
-> cxx*)
-13975,13983d16226
-< sco*)
-< case $cc_basename in
-< CC)
-< lt_prog_compiler_pic_CXX='-fPIC'
-< ;;
-< *)
-< ;;
-< esac
-< ;;
-13986c16229
-< CC)
----
-> CC*)
-13992c16235
-< gcx)
----
-> gcx*)
-14002c16245
-< CC)
----
-> CC*)
-14007c16250
-< lcc)
----
-> lcc*)
-14017c16260
-< NCC)
----
-> NCC*)
-14025c16268,16275
-< unixware*)
----
-> sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-> case $cc_basename in
-> CC*)
-> lt_prog_compiler_wl_CXX='-Wl,'
-> lt_prog_compiler_pic_CXX='-KPIC'
-> lt_prog_compiler_static_CXX='-Bstatic'
-> ;;
-> esac
-14035,14036c16285,16286
-< echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
-< echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
-> echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
-14043,14044c16293,16294
-< echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
-< echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
-> echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
-14058c16308
-< -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
----
-> -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-14061c16311
-< (eval echo "\"\$as_me:14061: $lt_compile\"" >&5)
----
-> (eval echo "\"\$as_me:16311: $lt_compile\"" >&5)
-14065c16315
-< echo "$as_me:14065: \$? = $ac_status" >&5
----
-> echo "$as_me:16315: \$? = $ac_status" >&5
-14068,14069c16318,16321
-< # So say no if there are warnings
-< if test ! -s conftest.err; then
----
-> # So say no if there are warnings other than the usual output.
-> $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
-> $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-> if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-14076,14077c16328,16329
-< echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
-< echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
-> echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6; }
-14090c16342
-< case "$host_os" in
----
-> case $host_os in
-14100,14101c16352,16395
-< echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
-< echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
----
-> #
-> # Check to make sure the static flag actually works.
-> #
-> wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
-> { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
-> echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
-> if test "${lt_prog_compiler_static_works_CXX+set}" = set; then
-> echo $ECHO_N "(cached) $ECHO_C" >&6
-> else
-> lt_prog_compiler_static_works_CXX=no
-> save_LDFLAGS="$LDFLAGS"
-> LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
-> printf "$lt_simple_link_test_code" > conftest.$ac_ext
-> if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-> # The linker can only warn and ignore the option if not recognized
-> # So say no if there are warnings
-> if test -s conftest.err; then
-> # Append any errors to the config.log.
-> cat conftest.err 1>&5
-> $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
-> $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-> if diff conftest.exp conftest.er2 >/dev/null; then
-> lt_prog_compiler_static_works_CXX=yes
-> fi
-> else
-> lt_prog_compiler_static_works_CXX=yes
-> fi
-> fi
-> $rm conftest*
-> LDFLAGS="$save_LDFLAGS"
->
-> fi
-> { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5
-> echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6; }
->
-> if test x"$lt_prog_compiler_static_works_CXX" = xyes; then
-> :
-> else
-> lt_prog_compiler_static_CXX=
-> fi
->
->
-> { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
-> echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
-14112,14118d16405
-< # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
-< # that will create temporary files in the current directory regardless of
-< # the output directory. Thus, making CWD read-only will cause this test
-< # to fail, enabling locking or at least warning the user not to do parallel
-< # builds.
-< chmod -w .
-<
-14125c16412
-< -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
----
-> -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-14128c16415
-< (eval echo "\"\$as_me:14128: $lt_compile\"" >&5)
----
-> (eval echo "\"\$as_me:16415: $lt_compile\"" >&5)
-14132c16419
-< echo "$as_me:14132: \$? = $ac_status" >&5
----
-> echo "$as_me:16419: \$? = $ac_status" >&5
-14137c16424,16426
-< if test ! -s out/conftest.err; then
----
-> $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
-> $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-> if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-14141,14143c16430,16435
-< chmod u+w .
-< $rm conftest* out/*
-< rmdir out
----
-> chmod u+w . 2>&5
-> $rm conftest*
-> # SGI C++ compiler will create directory out/ii_files/ for
-> # template instantiation
-> test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
-> $rm out/* && rmdir out
-14149,14150c16441,16442
-< echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
-< echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
-> echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
-14156,14157c16448,16449
-< echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
-< echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
-> echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
-14164,14165c16456,16457
-< echo "$as_me:$LINENO: result: $hard_links" >&5
-< echo "${ECHO_T}$hard_links" >&6
----
-> { echo "$as_me:$LINENO: result: $hard_links" >&5
-> echo "${ECHO_T}$hard_links" >&6; }
-14175,14176c16467,16468
-< echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-< echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-> echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
-14193c16485,16488
-< export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
----
-> export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
-> ;;
-> linux* | k*bsd*-gnu)
-> link_all_deplibs_CXX=no
-14200,14201c16495,16496
-< echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
-< echo "${ECHO_T}$ld_shlibs_CXX" >&6
----
-> { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
-> echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
-14204,14208d16498
-< variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-< if test "$GCC" = yes; then
-< variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-< fi
-<
-14226,14227c16516,16517
-< echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
-< echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
-> echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
-14240a16531
-> pic_flag=$lt_prog_compiler_pic_CXX
-14263,14264c16554,16555
-< echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
-< echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6
----
-> { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
-> echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
-14271,14272c16562,16563
-< echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
-< echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
-> echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
-14276c16567
-< shrext=".so"
----
-> shrext_cmds=".so"
-14286c16577,16590
-< sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
----
-> if test "$GCC" = yes; then
-> sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
-> if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
-> # if the path contains ";" then we assume it to be the separator
-> # otherwise default to the standard path separator (i.e. ":") - it is
-> # assumed that no part of a normal pathname contains ";" but that should
-> # okay in the real world where ";" in dirpaths is itself problematic.
-> sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-> else
-> sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-> fi
-> else
-> sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-> fi
-14351c16655
-< finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
----
-> finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-14360c16664
-< bsdi4*)
----
-> bsdi[45]*)
-14376c16680
-< shrext=".dll"
----
-> shrext_cmds=".dll"
-14388c16692,16693
-< $install_prog $dir/$dlname \$dldir/$dlname'
----
-> $install_prog $dir/$dlname \$dldir/$dlname~
-> chmod a+x \$dldir/$dlname'
-14418c16723
-< library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
----
-> library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
-14441c16746
-< shrext='$(test .$module = .yes && echo .so || echo .dylib)'
----
-> shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-14464,14477c16769,16779
-< kfreebsd*-gnu*)
-< version_type=linux
-< need_lib_prefix=no
-< need_version=no
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< shlibpath_var=LD_LIBRARY_PATH
-< shlibpath_overrides_runpath=no
-< hardcode_into_libs=yes
-< dynamic_linker='GNU ld.so'
-< ;;
-<
-< freebsd*)
-< objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
----
-> freebsd* | dragonfly*)
-> # DragonFly does not have aout. When/if they implement a new
-> # versioning mechanism, adjust this.
-> if test -x /usr/bin/objformat; then
-> objformat=`/usr/bin/objformat`
-> else
-> case $host_os in
-> freebsd[123]*) objformat=aout ;;
-> *) objformat=elf ;;
-> esac
-> fi
-14495c16797
-< freebsd3.01* | freebsdelf3.01*)
----
-> freebsd3.[01]* | freebsdelf3.[01]*)
-14499c16801,16802
-< *) # from 3.2 on
----
-> freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
-> freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
-14502a16806,16809
-> freebsd*) # from 4.6 on
-> shlibpath_overrides_runpath=yes
-> hardcode_into_libs=yes
-> ;;
-14522c16829
-< case "$host_cpu" in
----
-> case $host_cpu in
-14524c16831
-< shrext='.so'
----
-> shrext_cmds='.so'
-14539c16846
-< shrext='.sl'
----
-> shrext_cmds='.sl'
-14550c16857
-< shrext='.sl'
----
-> shrext_cmds='.sl'
-14561a16869,16880
-> interix3*)
-> version_type=linux
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=no
-> hardcode_into_libs=yes
-> ;;
->
-14605c16924
-< linux*)
----
-> linux* | k*bsd*-gnu)
-14612,14618d16930
-< libsuff=
-< if test "x$LINUX_64_MODE" = x64; then
-< # Some platforms are per default 64-bit, so there's no /lib64
-< if test -d /lib64; then
-< libsuff=64
-< fi
-< fi
-14621,14622d16932
-< sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
-< sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
-14627a16938,16943
-> # Append ld.so.conf contents to the search path
-> if test -f /etc/ld.so.conf; then
-> lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
-> sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-> fi
->
-14636a16953,16964
-> netbsdelf*-gnu)
-> version_type=linux
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=no
-> hardcode_into_libs=yes
-> dynamic_linker='NetBSD ld.elf_so'
-> ;;
->
-14646c16974
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
----
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-14673a17002
-> sys_lib_dlsearch_path_spec="/usr/lib"
-14675c17004,17008
-< need_version=no
----
-> # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
-> case $host_os in
-> openbsd3.3 | openbsd3.3.*) need_version=yes ;;
-> *) need_version=no ;;
-> esac
-14695c17028
-< shrext=".dll"
----
-> shrext_cmds=".dll"
-14713,14719d17045
-< sco3.2v5*)
-< version_type=osf
-< soname_spec='${libname}${release}${shared_ext}$major'
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< shlibpath_var=LD_LIBRARY_PATH
-< ;;
-<
-14745c17071
-< sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
----
-> sysv4 | sysv4.3*)
-14777a17104,17126
-> sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-> version_type=freebsd-elf
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> hardcode_into_libs=yes
-> if test "$with_gnu_ld" = yes; then
-> sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-> shlibpath_overrides_runpath=no
-> else
-> sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-> shlibpath_overrides_runpath=yes
-> case $host_os in
-> sco3.2v5*)
-> sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-> ;;
-> esac
-> fi
-> sys_lib_dlsearch_path_spec='/usr/lib'
-> ;;
->
-14789,14790c17138,17139
-< echo "$as_me:$LINENO: result: $dynamic_linker" >&5
-< echo "${ECHO_T}$dynamic_linker" >&6
----
-> { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
-> echo "${ECHO_T}$dynamic_linker" >&6; }
-14793,14794c17142,17148
-< echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
-< echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
----
-> variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-> if test "$GCC" = yes; then
-> variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-> fi
->
-> { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
-> echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
-14797,14798c17151,17152
-< test -n "$runpath_var CXX" || \
-< test "X$hardcode_automatic_CXX"="Xyes" ; then
----
-> test -n "$runpath_var_CXX" || \
-> test "X$hardcode_automatic_CXX" = "Xyes" ; then
-14818,14819c17172,17173
-< echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
-< echo "${ECHO_T}$hardcode_action_CXX" >&6
----
-> { echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
-> echo "${ECHO_T}$hardcode_action_CXX" >&6; }
-14830,14898d17183
-< striplib=
-< old_striplib=
-< echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
-< echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
-< if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
-< test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
-< test -z "$striplib" && striplib="$STRIP --strip-unneeded"
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
-< else
-< # FIXME - insert some real tests, host_os isn't really good enough
-< case $host_os in
-< darwin*)
-< if test -n "$STRIP" ; then
-< striplib="$STRIP -x"
-< 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
-< ;;
-< *)
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
-< ;;
-< esac
-< fi
-<
-< if test "x$enable_dlopen" != xyes; then
-< enable_dlopen=unknown
-< enable_dlopen_self=unknown
-< enable_dlopen_self_static=unknown
-< else
-< lt_cv_dlopen=no
-< lt_cv_dlopen_libs=
-<
-< case $host_os in
-< beos*)
-< lt_cv_dlopen="load_add_on"
-< lt_cv_dlopen_libs=
-< lt_cv_dlopen_self=yes
-< ;;
-<
-< mingw* | pw32*)
-< lt_cv_dlopen="LoadLibrary"
-< lt_cv_dlopen_libs=
-< ;;
-<
-< cygwin*)
-< lt_cv_dlopen="dlopen"
-< lt_cv_dlopen_libs=
-< ;;
-<
-< darwin*)
-< # if libdl is installed we need to link against it
-< echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-< echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
-< if test "${ac_cv_lib_dl_dlopen+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< ac_check_lib_save_LIBS=$LIBS
-< LIBS="-ldl $LIBS"
-< cat >conftest.$ac_ext <<_ACEOF
-< /* confdefs.h. */
-< _ACEOF
-< cat confdefs.h >>conftest.$ac_ext
-< cat >>conftest.$ac_ext <<_ACEOF
-< /* end confdefs.h. */
-14900,14940c17185,17241
-< /* Override any gcc2 internal prototype to avoid an error. */
-< #ifdef __cplusplus
-< extern "C"
-< #endif
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-< char dlopen ();
-< int
-< main ()
-< {
-< dlopen ();
-< ;
-< return 0;
-< }
-< _ACEOF
-< rm -f conftest.$ac_objext conftest$ac_exeext
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest$ac_exeext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< ac_cv_lib_dl_dlopen=yes
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
----
-> # The else clause should only fire when bootstrapping the
-> # libtool distribution, otherwise you forgot to ship ltmain.sh
-> # with your package, and you will get complaints that there are
-> # no rules to generate ltmain.sh.
-> if test -f "$ltmain"; then
-> # See if we are running on zsh, and set the options which allow our commands through
-> # without removal of \ escapes.
-> if test -n "${ZSH_VERSION+set}" ; then
-> setopt NO_GLOB_SUBST
-> fi
-> # Now quote all the things that may contain metacharacters while being
-> # careful not to overquote the AC_SUBSTed values. We take copies of the
-> # variables and quote the copies for generation of the libtool script.
-> for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
-> SED SHELL STRIP \
-> libname_spec library_names_spec soname_spec extract_expsyms_cmds \
-> old_striplib striplib file_magic_cmd finish_cmds finish_eval \
-> deplibs_check_method reload_flag reload_cmds need_locks \
-> lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
-> lt_cv_sys_global_symbol_to_c_name_address \
-> sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
-> old_postinstall_cmds old_postuninstall_cmds \
-> compiler_CXX \
-> CC_CXX \
-> LD_CXX \
-> lt_prog_compiler_wl_CXX \
-> lt_prog_compiler_pic_CXX \
-> lt_prog_compiler_static_CXX \
-> lt_prog_compiler_no_builtin_flag_CXX \
-> export_dynamic_flag_spec_CXX \
-> thread_safe_flag_spec_CXX \
-> whole_archive_flag_spec_CXX \
-> enable_shared_with_static_runtimes_CXX \
-> old_archive_cmds_CXX \
-> old_archive_from_new_cmds_CXX \
-> predep_objects_CXX \
-> postdep_objects_CXX \
-> predeps_CXX \
-> postdeps_CXX \
-> compiler_lib_search_path_CXX \
-> archive_cmds_CXX \
-> archive_expsym_cmds_CXX \
-> postinstall_cmds_CXX \
-> postuninstall_cmds_CXX \
-> old_archive_from_expsyms_cmds_CXX \
-> allow_undefined_flag_CXX \
-> no_undefined_flag_CXX \
-> export_symbols_cmds_CXX \
-> hardcode_libdir_flag_spec_CXX \
-> hardcode_libdir_flag_spec_ld_CXX \
-> hardcode_libdir_separator_CXX \
-> hardcode_automatic_CXX \
-> module_cmds_CXX \
-> module_expsym_cmds_CXX \
-> lt_cv_prog_compiler_c_o_CXX \
-> exclude_expsyms_CXX \
-> include_expsyms_CXX; do
-14942,14952c17243,17263
-< ac_cv_lib_dl_dlopen=no
-< fi
-< rm -f conftest.err conftest.$ac_objext \
-< conftest$ac_exeext conftest.$ac_ext
-< LIBS=$ac_check_lib_save_LIBS
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-< echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
-< if test $ac_cv_lib_dl_dlopen = yes; then
-< lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
-< else
----
-> case $var in
-> old_archive_cmds_CXX | \
-> old_archive_from_new_cmds_CXX | \
-> archive_cmds_CXX | \
-> archive_expsym_cmds_CXX | \
-> module_cmds_CXX | \
-> module_expsym_cmds_CXX | \
-> old_archive_from_expsyms_cmds_CXX | \
-> export_symbols_cmds_CXX | \
-> extract_expsyms_cmds | reload_cmds | finish_cmds | \
-> postinstall_cmds | postuninstall_cmds | \
-> old_postinstall_cmds | old_postuninstall_cmds | \
-> sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
-> # Double-quote double-evaled strings.
-> eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
-> ;;
-> *)
-> eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
-> ;;
-> esac
-> done
-14954,14956c17265,17269
-< lt_cv_dlopen="dyld"
-< lt_cv_dlopen_libs=
-< lt_cv_dlopen_self=yes
----
-> case $lt_echo in
-> *'\$0 --fallback-echo"')
-> lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
-> ;;
-> esac
-14958c17271
-< fi
----
-> cfgfile="$ofile"
-14960c17273,17274
-< ;;
----
-> cat <<__EOF__ >> "$cfgfile"
-> # ### BEGIN LIBTOOL TAG CONFIG: $tagname
-14962,14976c17276
-< *)
-< echo "$as_me:$LINENO: checking for shl_load" >&5
-< echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
-< if test "${ac_cv_func_shl_load+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< cat >conftest.$ac_ext <<_ACEOF
-< /* confdefs.h. */
-< _ACEOF
-< cat confdefs.h >>conftest.$ac_ext
-< cat >>conftest.$ac_ext <<_ACEOF
-< /* end confdefs.h. */
-< /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
-< For example, HP-UX 11i <limits.h> declares gettimeofday. */
-< #define shl_load innocuous_shl_load
----
-> # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
-14978,14981c17278,17279
-< /* System header to define __stub macros and hopefully few prototypes,
-< which can conflict with char shl_load (); below.
-< Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-< <limits.h> exists even on freestanding compilers. */
----
-> # Shell to use when invoking shell scripts.
-> SHELL=$lt_SHELL
-14983,14987c17281,17282
-< #ifdef __STDC__
-< # include <limits.h>
-< #else
-< # include <assert.h>
-< #endif
----
-> # Whether or not to build shared libraries.
-> build_libtool_libs=$enable_shared
-14989c17284,17285
-< #undef shl_load
----
-> # Whether or not to build static libraries.
-> build_old_libs=$enable_static
-14991,15009c17287,17288
-< /* Override any gcc2 internal prototype to avoid an error. */
-< #ifdef __cplusplus
-< extern "C"
-< {
-< #endif
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-< char shl_load ();
-< /* The GNU C library defines this for functions which it implements
-< to always fail with ENOSYS. Some functions are actually named
-< something starting with __ and the normal name is an alias. */
-< #if defined (__stub_shl_load) || defined (__stub___shl_load)
-< choke me
-< #else
-< char (*f) () = shl_load;
-< #endif
-< #ifdef __cplusplus
-< }
-< #endif
----
-> # Whether or not to add -lc for building shared libraries.
-> build_libtool_need_lc=$archive_cmds_need_lc_CXX
-15011,15044c17290,17291
-< int
-< main ()
-< {
-< return f != shl_load;
-< ;
-< return 0;
-< }
-< _ACEOF
-< rm -f conftest.$ac_objext conftest$ac_exeext
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest$ac_exeext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< ac_cv_func_shl_load=yes
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
----
-> # Whether or not to disallow shared libs when runtime libs are static
-> allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
-15046,15068c17293,17294
-< ac_cv_func_shl_load=no
-< fi
-< rm -f conftest.err conftest.$ac_objext \
-< conftest$ac_exeext conftest.$ac_ext
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
-< echo "${ECHO_T}$ac_cv_func_shl_load" >&6
-< if test $ac_cv_func_shl_load = yes; then
-< lt_cv_dlopen="shl_load"
-< else
-< echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
-< echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
-< if test "${ac_cv_lib_dld_shl_load+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< ac_check_lib_save_LIBS=$LIBS
-< LIBS="-ldld $LIBS"
-< cat >conftest.$ac_ext <<_ACEOF
-< /* confdefs.h. */
-< _ACEOF
-< cat confdefs.h >>conftest.$ac_ext
-< cat >>conftest.$ac_ext <<_ACEOF
-< /* end confdefs.h. */
----
-> # Whether or not to optimize for fast installation.
-> fast_install=$enable_fast_install
-15070,15110c17296,17299
-< /* Override any gcc2 internal prototype to avoid an error. */
-< #ifdef __cplusplus
-< extern "C"
-< #endif
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-< char shl_load ();
-< int
-< main ()
-< {
-< shl_load ();
-< ;
-< return 0;
-< }
-< _ACEOF
-< rm -f conftest.$ac_objext conftest$ac_exeext
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest$ac_exeext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< ac_cv_lib_dld_shl_load=yes
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
----
-> # The host system.
-> host_alias=$host_alias
-> host=$host
-> host_os=$host_os
-15112,15136c17301,17304
-< ac_cv_lib_dld_shl_load=no
-< fi
-< rm -f conftest.err conftest.$ac_objext \
-< conftest$ac_exeext conftest.$ac_ext
-< LIBS=$ac_check_lib_save_LIBS
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
-< echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
-< if test $ac_cv_lib_dld_shl_load = yes; then
-< lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
-< else
-< echo "$as_me:$LINENO: checking for dlopen" >&5
-< echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
-< if test "${ac_cv_func_dlopen+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< cat >conftest.$ac_ext <<_ACEOF
-< /* confdefs.h. */
-< _ACEOF
-< cat confdefs.h >>conftest.$ac_ext
-< cat >>conftest.$ac_ext <<_ACEOF
-< /* end confdefs.h. */
-< /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
-< For example, HP-UX 11i <limits.h> declares gettimeofday. */
-< #define dlopen innocuous_dlopen
----
-> # The build system.
-> build_alias=$build_alias
-> build=$build
-> build_os=$build_os
-15138,15141c17306,17307
-< /* System header to define __stub macros and hopefully few prototypes,
-< which can conflict with char dlopen (); below.
-< Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-< <limits.h> exists even on freestanding compilers. */
----
-> # An echo program that does not interpret backslashes.
-> echo=$lt_echo
-15143,15147c17309,17311
-< #ifdef __STDC__
-< # include <limits.h>
-< #else
-< # include <assert.h>
-< #endif
----
-> # The archiver.
-> AR=$lt_AR
-> AR_FLAGS=$lt_AR_FLAGS
-15149c17313,17314
-< #undef dlopen
----
-> # A C compiler.
-> LTCC=$lt_LTCC
-15151,15169c17316,17317
-< /* Override any gcc2 internal prototype to avoid an error. */
-< #ifdef __cplusplus
-< extern "C"
-< {
-< #endif
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-< char dlopen ();
-< /* The GNU C library defines this for functions which it implements
-< to always fail with ENOSYS. Some functions are actually named
-< something starting with __ and the normal name is an alias. */
-< #if defined (__stub_dlopen) || defined (__stub___dlopen)
-< choke me
-< #else
-< char (*f) () = dlopen;
-< #endif
-< #ifdef __cplusplus
-< }
-< #endif
----
-> # LTCC compiler flags.
-> LTCFLAGS=$lt_LTCFLAGS
-15171,15204c17319,17320
-< int
-< main ()
-< {
-< return f != dlopen;
-< ;
-< return 0;
-< }
-< _ACEOF
-< rm -f conftest.$ac_objext conftest$ac_exeext
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest$ac_exeext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< ac_cv_func_dlopen=yes
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
----
-> # A language-specific compiler.
-> CC=$lt_compiler_CXX
-15206,15228c17322,17323
-< ac_cv_func_dlopen=no
-< fi
-< rm -f conftest.err conftest.$ac_objext \
-< conftest$ac_exeext conftest.$ac_ext
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
-< echo "${ECHO_T}$ac_cv_func_dlopen" >&6
-< if test $ac_cv_func_dlopen = yes; then
-< lt_cv_dlopen="dlopen"
-< else
-< echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-< echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
-< if test "${ac_cv_lib_dl_dlopen+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< ac_check_lib_save_LIBS=$LIBS
-< LIBS="-ldl $LIBS"
-< cat >conftest.$ac_ext <<_ACEOF
-< /* confdefs.h. */
-< _ACEOF
-< cat confdefs.h >>conftest.$ac_ext
-< cat >>conftest.$ac_ext <<_ACEOF
-< /* end confdefs.h. */
----
-> # Is the compiler the GNU C compiler?
-> with_gcc=$GCC_CXX
-15230,15270c17325,17326
-< /* Override any gcc2 internal prototype to avoid an error. */
-< #ifdef __cplusplus
-< extern "C"
-< #endif
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-< char dlopen ();
-< int
-< main ()
-< {
-< dlopen ();
-< ;
-< return 0;
-< }
-< _ACEOF
-< rm -f conftest.$ac_objext conftest$ac_exeext
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest$ac_exeext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< ac_cv_lib_dl_dlopen=yes
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
----
-> # An ERE matcher.
-> EGREP=$lt_EGREP
-15272,15295c17328,17329
-< ac_cv_lib_dl_dlopen=no
-< fi
-< rm -f conftest.err conftest.$ac_objext \
-< conftest$ac_exeext conftest.$ac_ext
-< LIBS=$ac_check_lib_save_LIBS
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-< echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
-< if test $ac_cv_lib_dl_dlopen = yes; then
-< lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
-< else
-< echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
-< echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
-< if test "${ac_cv_lib_svld_dlopen+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< ac_check_lib_save_LIBS=$LIBS
-< LIBS="-lsvld $LIBS"
-< cat >conftest.$ac_ext <<_ACEOF
-< /* confdefs.h. */
-< _ACEOF
-< cat confdefs.h >>conftest.$ac_ext
-< cat >>conftest.$ac_ext <<_ACEOF
-< /* end confdefs.h. */
----
-> # The linker used to build libraries.
-> LD=$lt_LD_CXX
-15297,15337c17331,17332
-< /* Override any gcc2 internal prototype to avoid an error. */
-< #ifdef __cplusplus
-< extern "C"
-< #endif
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-< char dlopen ();
-< int
-< main ()
-< {
-< dlopen ();
-< ;
-< return 0;
-< }
-< _ACEOF
-< rm -f conftest.$ac_objext conftest$ac_exeext
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest$ac_exeext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< ac_cv_lib_svld_dlopen=yes
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
----
-> # Whether we need hard or soft links.
-> LN_S=$lt_LN_S
-15339,15362c17334,17335
-< ac_cv_lib_svld_dlopen=no
-< fi
-< rm -f conftest.err conftest.$ac_objext \
-< conftest$ac_exeext conftest.$ac_ext
-< LIBS=$ac_check_lib_save_LIBS
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
-< echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
-< if test $ac_cv_lib_svld_dlopen = yes; then
-< lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
-< else
-< echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
-< echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
-< if test "${ac_cv_lib_dld_dld_link+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< ac_check_lib_save_LIBS=$LIBS
-< LIBS="-ldld $LIBS"
-< cat >conftest.$ac_ext <<_ACEOF
-< /* confdefs.h. */
-< _ACEOF
-< cat confdefs.h >>conftest.$ac_ext
-< cat >>conftest.$ac_ext <<_ACEOF
-< /* end confdefs.h. */
----
-> # A BSD-compatible nm program.
-> NM=$lt_NM
-15364,15404c17337,17338
-< /* Override any gcc2 internal prototype to avoid an error. */
-< #ifdef __cplusplus
-< extern "C"
-< #endif
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-< char dld_link ();
-< int
-< main ()
-< {
-< dld_link ();
-< ;
-< return 0;
-< }
-< _ACEOF
-< rm -f conftest.$ac_objext conftest$ac_exeext
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest$ac_exeext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< ac_cv_lib_dld_dld_link=yes
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
----
-> # A symbol stripping program
-> STRIP=$lt_STRIP
-15406,15416c17340,17341
-< ac_cv_lib_dld_dld_link=no
-< fi
-< rm -f conftest.err conftest.$ac_objext \
-< conftest$ac_exeext conftest.$ac_ext
-< LIBS=$ac_check_lib_save_LIBS
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
-< echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
-< if test $ac_cv_lib_dld_dld_link = yes; then
-< lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
-< fi
----
-> # Used to examine libraries when file_magic_cmd begins "file"
-> MAGIC_CMD=$MAGIC_CMD
-15417a17343,17344
-> # Used on cygwin: DLL creation program.
-> DLLTOOL="$DLLTOOL"
-15419c17346,17347
-< fi
----
-> # Used on cygwin: object dumper.
-> OBJDUMP="$OBJDUMP"
-15420a17349,17350
-> # Used on cygwin: assembler.
-> AS="$AS"
-15422c17352,17353
-< fi
----
-> # The name of the directory that contains temporary libtool files.
-> objdir=$objdir
-15423a17355,17357
-> # How to create reloadable object files.
-> reload_flag=$lt_reload_flag
-> reload_cmds=$lt_reload_cmds
-15425c17359,17360
-< fi
----
-> # How to pass a linker flag through the compiler.
-> wl=$lt_lt_prog_compiler_wl_CXX
-15426a17362,17363
-> # Object file suffix (normally "o").
-> objext="$ac_objext"
-15428c17365,17366
-< fi
----
-> # Old archive suffix (normally "a").
-> libext="$libext"
-15429a17368,17369
-> # Shared library suffix (normally ".so").
-> shrext_cmds='$shrext_cmds'
-15431c17371,17372
-< fi
----
-> # Executable file suffix (normally "").
-> exeext="$exeext"
-15433,15434c17374,17376
-< ;;
-< esac
----
-> # Additional compiler flags for building library objects.
-> pic_flag=$lt_lt_prog_compiler_pic_CXX
-> pic_mode=$pic_mode
-15436,15440c17378,17379
-< if test "x$lt_cv_dlopen" != xno; then
-< enable_dlopen=yes
-< else
-< enable_dlopen=no
-< fi
----
-> # What is the maximum length of a command?
-> max_cmd_len=$lt_cv_sys_max_cmd_len
-15442,15445c17381,17382
-< case $lt_cv_dlopen in
-< dlopen)
-< save_CPPFLAGS="$CPPFLAGS"
-< test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
----
-> # Does compiler simultaneously support -c and -o options?
-> compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
-15447,15448c17384,17385
-< save_LDFLAGS="$LDFLAGS"
-< eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
----
-> # Must we lock files when doing compilation?
-> need_locks=$lt_need_locks
-15450,15451c17387,17388
-< save_LIBS="$LIBS"
-< LIBS="$lt_cv_dlopen_libs $LIBS"
----
-> # Do we need the lib prefix for modules?
-> need_lib_prefix=$need_lib_prefix
-15453,15465c17390,17391
-< echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
-< echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
-< if test "${lt_cv_dlopen_self+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< if test "$cross_compiling" = yes; then :
-< lt_cv_dlopen_self=cross
-< else
-< lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-< lt_status=$lt_dlunknown
-< cat > conftest.$ac_ext <<EOF
-< #line 15464 "configure"
-< #include "confdefs.h"
----
-> # Do we need a version for libraries?
-> need_version=$need_version
-15467,15469c17393,17394
-< #if HAVE_DLFCN_H
-< #include <dlfcn.h>
-< #endif
----
-> # Whether dlopen is supported.
-> dlopen_support=$enable_dlopen
-15471c17396,17397
-< #include <stdio.h>
----
-> # Whether dlopen of programs is supported.
-> dlopen_self=$enable_dlopen_self
-15473,15481c17399,17400
-< #ifdef RTLD_GLOBAL
-< # define LT_DLGLOBAL RTLD_GLOBAL
-< #else
-< # ifdef DL_GLOBAL
-< # define LT_DLGLOBAL DL_GLOBAL
-< # else
-< # define LT_DLGLOBAL 0
-< # endif
-< #endif
----
-> # Whether dlopen of statically linked programs is supported.
-> dlopen_self_static=$enable_dlopen_self_static
-15483,15503c17402,17403
-< /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-< find out it does not work in some platform. */
-< #ifndef LT_DLLAZY_OR_NOW
-< # ifdef RTLD_LAZY
-< # define LT_DLLAZY_OR_NOW RTLD_LAZY
-< # else
-< # ifdef DL_LAZY
-< # define LT_DLLAZY_OR_NOW DL_LAZY
-< # else
-< # ifdef RTLD_NOW
-< # define LT_DLLAZY_OR_NOW RTLD_NOW
-< # else
-< # ifdef DL_NOW
-< # define LT_DLLAZY_OR_NOW DL_NOW
-< # else
-< # define LT_DLLAZY_OR_NOW 0
-< # endif
-< # endif
-< # endif
-< # endif
-< #endif
----
-> # Compiler flag to prevent dynamic linking.
-> link_static_flag=$lt_lt_prog_compiler_static_CXX
-15505,15507c17405,17406
-< #ifdef __cplusplus
-< extern "C" void exit (int);
-< #endif
----
-> # Compiler flag to turn off builtin functions.
-> no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
-15509,15513c17408,17409
-< void fnord() { int i=42;}
-< int main ()
-< {
-< void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-< int status = $lt_dlunknown;
----
-> # Compiler flag to allow reflexive dlopens.
-> export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
-15515,15520c17411,17412
-< if (self)
-< {
-< if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
-< else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
-< /* dlclose (self); */
-< }
----
-> # Compiler flag to generate shared objects directly from archives.
-> whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
-15522,15542c17414,17415
-< exit (status);
-< }
-< EOF
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
-< (./conftest; exit; ) 2>/dev/null
-< lt_status=$?
-< case x$lt_status in
-< x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
-< x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
-< x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
-< esac
-< else :
-< # compilation failed
-< lt_cv_dlopen_self=no
-< fi
-< fi
-< rm -fr conftest*
----
-> # Compiler flag to generate thread-safe objects.
-> thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
-15543a17417,17418
-> # Library versioning type.
-> version_type=$version_type
-15545,15547c17420,17421
-< fi
-< echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
-< echo "${ECHO_T}$lt_cv_dlopen_self" >&6
----
-> # Format of library name prefix.
-> libname_spec=$lt_libname_spec
-15549,15563c17423,17425
-< if test "x$lt_cv_dlopen_self" = xyes; then
-< LDFLAGS="$LDFLAGS $link_static_flag"
-< echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
-< echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
-< if test "${lt_cv_dlopen_self_static+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< if test "$cross_compiling" = yes; then :
-< lt_cv_dlopen_self_static=cross
-< else
-< lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-< lt_status=$lt_dlunknown
-< cat > conftest.$ac_ext <<EOF
-< #line 15562 "configure"
-< #include "confdefs.h"
----
-> # List of archive names. First name is the real one, the rest are links.
-> # The last name is the one that the linker finds with -lNAME.
-> library_names_spec=$lt_library_names_spec
-15565,15567c17427,17428
-< #if HAVE_DLFCN_H
-< #include <dlfcn.h>
-< #endif
----
-> # The coded name of the library, if different from the real name.
-> soname_spec=$lt_soname_spec
-15569c17430,17434
-< #include <stdio.h>
----
-> # Commands used to build and install an old-style archive.
-> RANLIB=$lt_RANLIB
-> old_archive_cmds=$lt_old_archive_cmds_CXX
-> old_postinstall_cmds=$lt_old_postinstall_cmds
-> old_postuninstall_cmds=$lt_old_postuninstall_cmds
-15571,15579c17436,17437
-< #ifdef RTLD_GLOBAL
-< # define LT_DLGLOBAL RTLD_GLOBAL
-< #else
-< # ifdef DL_GLOBAL
-< # define LT_DLGLOBAL DL_GLOBAL
-< # else
-< # define LT_DLGLOBAL 0
-< # endif
-< #endif
----
-> # Create an old-style archive from a shared archive.
-> old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
-15581,15601c17439,17440
-< /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-< find out it does not work in some platform. */
-< #ifndef LT_DLLAZY_OR_NOW
-< # ifdef RTLD_LAZY
-< # define LT_DLLAZY_OR_NOW RTLD_LAZY
-< # else
-< # ifdef DL_LAZY
-< # define LT_DLLAZY_OR_NOW DL_LAZY
-< # else
-< # ifdef RTLD_NOW
-< # define LT_DLLAZY_OR_NOW RTLD_NOW
-< # else
-< # ifdef DL_NOW
-< # define LT_DLLAZY_OR_NOW DL_NOW
-< # else
-< # define LT_DLLAZY_OR_NOW 0
-< # endif
-< # endif
-< # endif
-< # endif
-< #endif
----
-> # Create a temporary old-style archive to link instead of a shared archive.
-> old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
-15603,15605c17442,17446
-< #ifdef __cplusplus
-< extern "C" void exit (int);
-< #endif
----
-> # Commands used to build and install a shared archive.
-> archive_cmds=$lt_archive_cmds_CXX
-> archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
-> postinstall_cmds=$lt_postinstall_cmds
-> postuninstall_cmds=$lt_postuninstall_cmds
-15607,15611c17448,17450
-< void fnord() { int i=42;}
-< int main ()
-< {
-< void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-< int status = $lt_dlunknown;
----
-> # Commands used to build a loadable module (assumed same as above if empty)
-> module_cmds=$lt_module_cmds_CXX
-> module_expsym_cmds=$lt_module_expsym_cmds_CXX
-15613,15618c17452,17454
-< if (self)
-< {
-< if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
-< else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
-< /* dlclose (self); */
-< }
----
-> # Commands to strip libraries.
-> old_striplib=$lt_old_striplib
-> striplib=$lt_striplib
-15620,15640c17456,17458
-< exit (status);
-< }
-< EOF
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
-< (./conftest; exit; ) 2>/dev/null
-< lt_status=$?
-< case x$lt_status in
-< x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
-< x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
-< x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
-< esac
-< else :
-< # compilation failed
-< lt_cv_dlopen_self_static=no
-< fi
-< fi
-< rm -fr conftest*
----
-> # Dependencies to place before the objects being linked to create a
-> # shared library.
-> predep_objects=$lt_predep_objects_CXX
-15641a17460,17462
-> # Dependencies to place after the objects being linked to create a
-> # shared library.
-> postdep_objects=$lt_postdep_objects_CXX
-15643,15652c17464,17466
-< fi
-< echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
-< echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
-< fi
-<
-< CPPFLAGS="$save_CPPFLAGS"
-< LDFLAGS="$save_LDFLAGS"
-< LIBS="$save_LIBS"
-< ;;
-< esac
----
-> # Dependencies to place before the objects being linked to create a
-> # shared library.
-> predeps=$lt_predeps_CXX
-15654,15657c17468,17470
-< case $lt_cv_dlopen_self in
-< yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
-< *) enable_dlopen_self=unknown ;;
-< esac
----
-> # Dependencies to place after the objects being linked to create a
-> # shared library.
-> postdeps=$lt_postdeps_CXX
-15659,15663c17472,17474
-< case $lt_cv_dlopen_self_static in
-< yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
-< *) enable_dlopen_self_static=unknown ;;
-< esac
-< fi
----
-> # The library search path used internally by the compiler when linking
-> # a shared library.
-> compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
-15664a17476,17477
-> # Method to check whether dependent libraries are shared objects.
-> deplibs_check_method=$lt_deplibs_check_method
-15666,15721c17479,17480
-< # The else clause should only fire when bootstrapping the
-< # libtool distribution, otherwise you forgot to ship ltmain.sh
-< # with your package, and you will get complaints that there are
-< # no rules to generate ltmain.sh.
-< if test -f "$ltmain"; then
-< # See if we are running on zsh, and set the options which allow our commands through
-< # without removal of \ escapes.
-< if test -n "${ZSH_VERSION+set}" ; then
-< setopt NO_GLOB_SUBST
-< fi
-< # Now quote all the things that may contain metacharacters while being
-< # careful not to overquote the AC_SUBSTed values. We take copies of the
-< # variables and quote the copies for generation of the libtool script.
-< for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
-< libname_spec library_names_spec soname_spec extract_expsyms_cmds \
-< old_striplib striplib file_magic_cmd finish_cmds finish_eval \
-< deplibs_check_method reload_flag reload_cmds need_locks \
-< lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
-< lt_cv_sys_global_symbol_to_c_name_address \
-< sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
-< old_postinstall_cmds old_postuninstall_cmds \
-< compiler_CXX \
-< CC_CXX \
-< LD_CXX \
-< lt_prog_compiler_wl_CXX \
-< lt_prog_compiler_pic_CXX \
-< lt_prog_compiler_static_CXX \
-< lt_prog_compiler_no_builtin_flag_CXX \
-< export_dynamic_flag_spec_CXX \
-< thread_safe_flag_spec_CXX \
-< whole_archive_flag_spec_CXX \
-< enable_shared_with_static_runtimes_CXX \
-< old_archive_cmds_CXX \
-< old_archive_from_new_cmds_CXX \
-< predep_objects_CXX \
-< postdep_objects_CXX \
-< predeps_CXX \
-< postdeps_CXX \
-< compiler_lib_search_path_CXX \
-< archive_cmds_CXX \
-< archive_expsym_cmds_CXX \
-< postinstall_cmds_CXX \
-< postuninstall_cmds_CXX \
-< old_archive_from_expsyms_cmds_CXX \
-< allow_undefined_flag_CXX \
-< no_undefined_flag_CXX \
-< export_symbols_cmds_CXX \
-< hardcode_libdir_flag_spec_CXX \
-< hardcode_libdir_flag_spec_ld_CXX \
-< hardcode_libdir_separator_CXX \
-< hardcode_automatic_CXX \
-< module_cmds_CXX \
-< module_expsym_cmds_CXX \
-< lt_cv_prog_compiler_c_o_CXX \
-< exclude_expsyms_CXX \
-< include_expsyms_CXX; do
----
-> # Command to use when deplibs_check_method == file_magic.
-> file_magic_cmd=$lt_file_magic_cmd
-15723,15743c17482,17483
-< case $var in
-< old_archive_cmds_CXX | \
-< old_archive_from_new_cmds_CXX | \
-< archive_cmds_CXX | \
-< archive_expsym_cmds_CXX | \
-< module_cmds_CXX | \
-< module_expsym_cmds_CXX | \
-< old_archive_from_expsyms_cmds_CXX | \
-< export_symbols_cmds_CXX | \
-< extract_expsyms_cmds | reload_cmds | finish_cmds | \
-< postinstall_cmds | postuninstall_cmds | \
-< old_postinstall_cmds | old_postuninstall_cmds | \
-< sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
-< # Double-quote double-evaled strings.
-< eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
-< ;;
-< *)
-< eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
-< ;;
-< esac
-< done
----
-> # Flag that allows shared libraries with undefined symbols to be built.
-> allow_undefined_flag=$lt_allow_undefined_flag_CXX
-15745,15749c17485,17486
-< case $lt_echo in
-< *'\$0 --fallback-echo"')
-< lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
-< ;;
-< esac
----
-> # Flag that forces no undefined symbols.
-> no_undefined_flag=$lt_no_undefined_flag_CXX
-15751c17488,17489
-< cfgfile="$ofile"
----
-> # Commands used to finish a libtool library installation in a directory.
-> finish_cmds=$lt_finish_cmds
-15753,15754c17491,17492
-< cat <<__EOF__ >> "$cfgfile"
-< # ### BEGIN LIBTOOL TAG CONFIG: $tagname
----
-> # Same as above, but a single script fragment to be evaled but not shown.
-> finish_eval=$lt_finish_eval
-15756c17494,17495
-< # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
----
-> # Take the output of nm and produce a listing of raw symbols and C names.
-> global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
-15758,15759c17497,17498
-< # Shell to use when invoking shell scripts.
-< SHELL=$lt_SHELL
----
-> # Transform the output of nm in a proper C declaration
-> global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
-15761,15762c17500,17501
-< # Whether or not to build shared libraries.
-< build_libtool_libs=$enable_shared
----
-> # Transform the output of nm in a C name address pair
-> global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
-15764,15765c17503,17504
-< # Whether or not to build static libraries.
-< build_old_libs=$enable_static
----
-> # This is the shared library runtime path variable.
-> runpath_var=$runpath_var
-15767,15768c17506,17507
-< # Whether or not to add -lc for building shared libraries.
-< build_libtool_need_lc=$archive_cmds_need_lc_CXX
----
-> # This is the shared library path variable.
-> shlibpath_var=$shlibpath_var
-15770,15771c17509,17510
-< # Whether or not to disallow shared libs when runtime libs are static
-< allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
----
-> # Is shlibpath searched before the hard-coded library search path?
-> shlibpath_overrides_runpath=$shlibpath_overrides_runpath
-15773,15774c17512,17513
-< # Whether or not to optimize for fast installation.
-< fast_install=$enable_fast_install
----
-> # How to hardcode a shared library path into an executable.
-> hardcode_action=$hardcode_action_CXX
-15776,15778c17515,17516
-< # The host system.
-< host_alias=$host_alias
-< host=$host
----
-> # Whether we should hardcode library paths into libraries.
-> hardcode_into_libs=$hardcode_into_libs
-15780,15781c17518,17520
-< # An echo program that does not interpret backslashes.
-< echo=$lt_echo
----
-> # Flag to hardcode \$libdir into a binary during linking.
-> # This must work even if \$libdir does not exist.
-> hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
-15783,15785c17522,17525
-< # The archiver.
-< AR=$lt_AR
-< AR_FLAGS=$lt_AR_FLAGS
----
-> # If ld is used when linking, flag to hardcode \$libdir into
-> # a binary during linking. This must work even if \$libdir does
-> # not exist.
-> hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
-15787,15788c17527,17528
-< # A C compiler.
-< LTCC=$lt_LTCC
----
-> # Whether we need a single -rpath flag with a separated argument.
-> hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
-15790,15791c17530,17532
-< # A language-specific compiler.
-< CC=$lt_compiler_CXX
----
-> # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
-> # resulting binary.
-> hardcode_direct=$hardcode_direct_CXX
-15793,15794c17534,17536
-< # Is the compiler the GNU C compiler?
-< with_gcc=$GCC_CXX
----
-> # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
-> # resulting binary.
-> hardcode_minus_L=$hardcode_minus_L_CXX
-15796,15797c17538,17540
-< # An ERE matcher.
-< EGREP=$lt_EGREP
----
-> # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
-> # the resulting binary.
-> hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
-15799,15800c17542,17544
-< # The linker used to build libraries.
-< LD=$lt_LD_CXX
----
-> # Set to yes if building a shared library automatically hardcodes DIR into the library
-> # and all subsequent libraries and executables linked against it.
-> hardcode_automatic=$hardcode_automatic_CXX
-15802,15803c17546,17548
-< # Whether we need hard or soft links.
-< LN_S=$lt_LN_S
----
-> # Variables whose values should be saved in libtool wrapper scripts and
-> # restored at relink time.
-> variables_saved_for_relink="$variables_saved_for_relink"
-15805,15806c17550,17551
-< # A BSD-compatible nm program.
-< NM=$lt_NM
----
-> # Whether libtool must link a program against all its dependency libraries.
-> link_all_deplibs=$link_all_deplibs_CXX
-15808,15809c17553,17554
-< # A symbol stripping program
-< STRIP=$STRIP
----
-> # Compile-time system search path for libraries
-> sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
-15811,15812c17556,17557
-< # Used to examine libraries when file_magic_cmd begins "file"
-< MAGIC_CMD=$MAGIC_CMD
----
-> # Run-time system search path for libraries
-> sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
-15814,15815c17559,17560
-< # Used on cygwin: DLL creation program.
-< DLLTOOL="$DLLTOOL"
----
-> # Fix the shell variable \$srcfile for the compiler.
-> fix_srcfile_path="$fix_srcfile_path_CXX"
-15817,15818c17562,17563
-< # Used on cygwin: object dumper.
-< OBJDUMP="$OBJDUMP"
----
-> # Set to yes if exported symbols are required.
-> always_export_symbols=$always_export_symbols_CXX
-15820,15821c17565,17566
-< # Used on cygwin: assembler.
-< AS="$AS"
----
-> # The commands to list exported symbols.
-> export_symbols_cmds=$lt_export_symbols_cmds_CXX
-15823,15824c17568,17569
-< # The name of the directory that contains temporary libtool files.
-< objdir=$objdir
----
-> # The commands to extract the exported symbol list from a shared archive.
-> extract_expsyms_cmds=$lt_extract_expsyms_cmds
-15826,15828c17571,17572
-< # How to create reloadable object files.
-< reload_flag=$lt_reload_flag
-< reload_cmds=$lt_reload_cmds
----
-> # Symbols that should not be listed in the preloaded symbols.
-> exclude_expsyms=$lt_exclude_expsyms_CXX
-15830,15831c17574,17575
-< # How to pass a linker flag through the compiler.
-< wl=$lt_lt_prog_compiler_wl_CXX
----
-> # Symbols that must always be exported.
-> include_expsyms=$lt_include_expsyms_CXX
-15833,15834c17577
-< # Object file suffix (normally "o").
-< objext="$ac_objext"
----
-> # ### END LIBTOOL TAG CONFIG: $tagname
-15836,15837c17579
-< # Old archive suffix (normally "a").
-< libext="$libext"
----
-> __EOF__
-15839,15840d17580
-< # Shared library suffix (normally ".so").
-< shrext='$shrext'
-15842,15843c17582,17590
-< # Executable file suffix (normally "").
-< exeext="$exeext"
----
-> else
-> # If there is no Makefile yet, we rely on a make rule to execute
-> # `config.status --recheck' to rerun these tests and create the
-> # libtool script then.
-> ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
-> if test -f "$ltmain_in"; then
-> test -f Makefile && make "$ltmain"
-> fi
-> fi
-15845,15847d17591
-< # Additional compiler flags for building library objects.
-< pic_flag=$lt_lt_prog_compiler_pic_CXX
-< pic_mode=$pic_mode
-15849,16065c17593,17597
-< # What is the maximum length of a command?
-< max_cmd_len=$lt_cv_sys_max_cmd_len
-<
-< # Does compiler simultaneously support -c and -o options?
-< compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
-<
-< # Must we lock files when doing compilation ?
-< need_locks=$lt_need_locks
-<
-< # Do we need the lib prefix for modules?
-< need_lib_prefix=$need_lib_prefix
-<
-< # Do we need a version for libraries?
-< need_version=$need_version
-<
-< # Whether dlopen is supported.
-< dlopen_support=$enable_dlopen
-<
-< # Whether dlopen of programs is supported.
-< dlopen_self=$enable_dlopen_self
-<
-< # Whether dlopen of statically linked programs is supported.
-< dlopen_self_static=$enable_dlopen_self_static
-<
-< # Compiler flag to prevent dynamic linking.
-< link_static_flag=$lt_lt_prog_compiler_static_CXX
-<
-< # Compiler flag to turn off builtin functions.
-< no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
-<
-< # Compiler flag to allow reflexive dlopens.
-< export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
-<
-< # Compiler flag to generate shared objects directly from archives.
-< whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
-<
-< # Compiler flag to generate thread-safe objects.
-< thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
-<
-< # Library versioning type.
-< version_type=$version_type
-<
-< # Format of library name prefix.
-< libname_spec=$lt_libname_spec
-<
-< # List of archive names. First name is the real one, the rest are links.
-< # The last name is the one that the linker finds with -lNAME.
-< library_names_spec=$lt_library_names_spec
-<
-< # The coded name of the library, if different from the real name.
-< soname_spec=$lt_soname_spec
-<
-< # Commands used to build and install an old-style archive.
-< RANLIB=$lt_RANLIB
-< old_archive_cmds=$lt_old_archive_cmds_CXX
-< old_postinstall_cmds=$lt_old_postinstall_cmds
-< old_postuninstall_cmds=$lt_old_postuninstall_cmds
-<
-< # Create an old-style archive from a shared archive.
-< old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
-<
-< # Create a temporary old-style archive to link instead of a shared archive.
-< old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
-<
-< # Commands used to build and install a shared archive.
-< archive_cmds=$lt_archive_cmds_CXX
-< archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
-< postinstall_cmds=$lt_postinstall_cmds
-< postuninstall_cmds=$lt_postuninstall_cmds
-<
-< # Commands used to build a loadable module (assumed same as above if empty)
-< module_cmds=$lt_module_cmds_CXX
-< module_expsym_cmds=$lt_module_expsym_cmds_CXX
-<
-< # Commands to strip libraries.
-< old_striplib=$lt_old_striplib
-< striplib=$lt_striplib
-<
-< # Dependencies to place before the objects being linked to create a
-< # shared library.
-< predep_objects=$lt_predep_objects_CXX
-<
-< # Dependencies to place after the objects being linked to create a
-< # shared library.
-< postdep_objects=$lt_postdep_objects_CXX
-<
-< # Dependencies to place before the objects being linked to create a
-< # shared library.
-< predeps=$lt_predeps_CXX
-<
-< # Dependencies to place after the objects being linked to create a
-< # shared library.
-< postdeps=$lt_postdeps_CXX
-<
-< # The library search path used internally by the compiler when linking
-< # a shared library.
-< compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
-<
-< # Method to check whether dependent libraries are shared objects.
-< deplibs_check_method=$lt_deplibs_check_method
-<
-< # Command to use when deplibs_check_method == file_magic.
-< file_magic_cmd=$lt_file_magic_cmd
-<
-< # Flag that allows shared libraries with undefined symbols to be built.
-< allow_undefined_flag=$lt_allow_undefined_flag_CXX
-<
-< # Flag that forces no undefined symbols.
-< no_undefined_flag=$lt_no_undefined_flag_CXX
-<
-< # Commands used to finish a libtool library installation in a directory.
-< finish_cmds=$lt_finish_cmds
-<
-< # Same as above, but a single script fragment to be evaled but not shown.
-< finish_eval=$lt_finish_eval
-<
-< # Take the output of nm and produce a listing of raw symbols and C names.
-< global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
-<
-< # Transform the output of nm in a proper C declaration
-< global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
-<
-< # Transform the output of nm in a C name address pair
-< global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
-<
-< # This is the shared library runtime path variable.
-< runpath_var=$runpath_var
-<
-< # This is the shared library path variable.
-< shlibpath_var=$shlibpath_var
-<
-< # Is shlibpath searched before the hard-coded library search path?
-< shlibpath_overrides_runpath=$shlibpath_overrides_runpath
-<
-< # How to hardcode a shared library path into an executable.
-< hardcode_action=$hardcode_action_CXX
-<
-< # Whether we should hardcode library paths into libraries.
-< hardcode_into_libs=$hardcode_into_libs
-<
-< # Flag to hardcode \$libdir into a binary during linking.
-< # This must work even if \$libdir does not exist.
-< hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
-<
-< # If ld is used when linking, flag to hardcode \$libdir into
-< # a binary during linking. This must work even if \$libdir does
-< # not exist.
-< hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
-<
-< # Whether we need a single -rpath flag with a separated argument.
-< hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
-<
-< # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
-< # resulting binary.
-< hardcode_direct=$hardcode_direct_CXX
-<
-< # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
-< # resulting binary.
-< hardcode_minus_L=$hardcode_minus_L_CXX
-<
-< # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
-< # the resulting binary.
-< hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
-<
-< # Set to yes if building a shared library automatically hardcodes DIR into the library
-< # and all subsequent libraries and executables linked against it.
-< hardcode_automatic=$hardcode_automatic_CXX
-<
-< # Variables whose values should be saved in libtool wrapper scripts and
-< # restored at relink time.
-< variables_saved_for_relink="$variables_saved_for_relink"
-<
-< # Whether libtool must link a program against all its dependency libraries.
-< link_all_deplibs=$link_all_deplibs_CXX
-<
-< # Compile-time system search path for libraries
-< sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
-<
-< # Run-time system search path for libraries
-< sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
-<
-< # Fix the shell variable \$srcfile for the compiler.
-< fix_srcfile_path="$fix_srcfile_path_CXX"
-<
-< # Set to yes if exported symbols are required.
-< always_export_symbols=$always_export_symbols_CXX
-<
-< # The commands to list exported symbols.
-< export_symbols_cmds=$lt_export_symbols_cmds_CXX
-<
-< # The commands to extract the exported symbol list from a shared archive.
-< extract_expsyms_cmds=$lt_extract_expsyms_cmds
-<
-< # Symbols that should not be listed in the preloaded symbols.
-< exclude_expsyms=$lt_exclude_expsyms_CXX
-<
-< # Symbols that must always be exported.
-< include_expsyms=$lt_include_expsyms_CXX
-<
-< # ### END LIBTOOL TAG CONFIG: $tagname
-<
-< __EOF__
-<
-<
-< else
-< # If there is no Makefile yet, we rely on a make rule to execute
-< # `config.status --recheck' to rerun these tests and create the
-< # libtool script then.
-< test -f Makefile && make "$ltmain"
-< fi
-<
-<
-< ac_ext=c
-< ac_cpp='$CPP $CPPFLAGS'
-< ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-< ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-< ac_compiler_gnu=$ac_cv_c_compiler_gnu
----
-> ac_ext=c
-> ac_cpp='$CPP $CPPFLAGS'
-> ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-> ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-> ac_compiler_gnu=$ac_cv_c_compiler_gnu
-16128a17661,17663
-> # If no C compiler flags were specified, use CFLAGS.
-> LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
->
-16132a17668,17681
-> # save warnings/boilerplate of simple test code
-> ac_outfile=conftest.$ac_objext
-> printf "$lt_simple_compile_test_code" >conftest.$ac_ext
-> eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-> _lt_compiler_boilerplate=`cat conftest.err`
-> $rm conftest*
->
-> ac_outfile=conftest.$ac_objext
-> printf "$lt_simple_link_test_code" >conftest.$ac_ext
-> eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-> _lt_linker_boilerplate=`cat conftest.err`
-> $rm conftest*
->
->
-16138c17687,17696
-< cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
----
-> for cc_temp in $compiler""; do
-> case $cc_temp in
-> compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-> distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-> \-*) ;;
-> *) break;;
-> esac
-> done
-> cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
->
-16140,16143c17698,17701
-< echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
-< echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
-< echo "$as_me:$LINENO: result: $can_build_shared" >&5
-< echo "${ECHO_T}$can_build_shared" >&6
----
-> { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
-> echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
-> { echo "$as_me:$LINENO: result: $can_build_shared" >&5
-> echo "${ECHO_T}$can_build_shared" >&6; }
-16145,16146c17703,17704
-< echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
-< echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
-> echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
-16151c17709
-< case "$host_os" in
----
-> case $host_os in
-16159,16160c17717,17720
-< aix4*)
-< test "$enable_shared" = yes && enable_static=no
----
-> aix4* | aix5*)
-> if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
-> test "$enable_shared" = yes && enable_static=no
-> fi
-16163,16164c17723,17724
-< echo "$as_me:$LINENO: result: $enable_shared" >&5
-< echo "${ECHO_T}$enable_shared" >&6
----
-> { echo "$as_me:$LINENO: result: $enable_shared" >&5
-> echo "${ECHO_T}$enable_shared" >&6; }
-16166,16167c17726,17727
-< echo "$as_me:$LINENO: checking whether to build static libraries" >&5
-< echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
-> echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
-16170,16173c17730,17731
-< echo "$as_me:$LINENO: result: $enable_static" >&5
-< echo "${ECHO_T}$enable_static" >&6
-<
-< test "$ld_shlibs_F77" = no && can_build_shared=no
----
-> { echo "$as_me:$LINENO: result: $enable_static" >&5
-> echo "${ECHO_T}$enable_static" >&6; }
-16182,16183c17740,17741
-< echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
-< echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
-> echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
-16220a17779,17783
-> interix3*)
-> # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-> # Instead, we relocate shared libraries at runtime.
-> ;;
->
-16237c17800
-< case "$host_cpu" in
----
-> case $host_cpu in
-16262a17826,17835
-> darwin*)
-> # PIC is the default on this platform
-> # Common symbols not allowed in MH_DYLIB files
-> case $cc_basename in
-> xlc*)
-> lt_prog_compiler_pic_F77='-qnocommon'
-> lt_prog_compiler_wl_F77='-Wl,'
-> ;;
-> esac
-> ;;
-16274c17847
-< case "$host_cpu" in
----
-> case $host_cpu in
-16297,16298c17870,17871
-< linux*)
-< case $CC in
----
-> linux* | k*bsd*-gnu)
-> case $cc_basename in
-16303a17877,17883
-> pgcc* | pgf77* | pgf90* | pgf95*)
-> # Portland Group compilers (*not* the Pentium gcc compiler,
-> # which looks to be a dead project)
-> lt_prog_compiler_wl_F77='-Wl,'
-> lt_prog_compiler_pic_F77='-fpic'
-> lt_prog_compiler_static_F77='-Bstatic'
-> ;;
-16318,16322d17897
-< sco3.2v5*)
-< lt_prog_compiler_pic_F77='-Kpic'
-< lt_prog_compiler_static_F77='-dn'
-< ;;
-<
-16324d17898
-< lt_prog_compiler_wl_F77='-Wl,'
-16326a17901,17906
-> case $cc_basename in
-> f77* | f90* | f95*)
-> lt_prog_compiler_wl_F77='-Qoption ld ';;
-> *)
-> lt_prog_compiler_wl_F77='-Wl,';;
-> esac
-16335c17915
-< sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
----
-> sysv4 | sysv4.2uw2* | sysv4.3*)
-16347a17928,17938
-> sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-> lt_prog_compiler_wl_F77='-Wl,'
-> lt_prog_compiler_pic_F77='-KPIC'
-> lt_prog_compiler_static_F77='-Bstatic'
-> ;;
->
-> unicos*)
-> lt_prog_compiler_wl_F77='-Wl,'
-> lt_prog_compiler_can_build_shared_F77=no
-> ;;
->
-16359,16360c17950,17951
-< echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
-< echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
-> echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; }
-16367,16368c17958,17959
-< echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
-< echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
-> echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }
-16382c17973
-< -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
----
-> -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-16385c17976
-< (eval echo "\"\$as_me:16385: $lt_compile\"" >&5)
----
-> (eval echo "\"\$as_me:17976: $lt_compile\"" >&5)
-16389c17980
-< echo "$as_me:16389: \$? = $ac_status" >&5
----
-> echo "$as_me:17980: \$? = $ac_status" >&5
-16392,16393c17983,17986
-< # So say no if there are warnings
-< if test ! -s conftest.err; then
----
-> # So say no if there are warnings other than the usual output.
-> $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
-> $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-> if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-16400,16401c17993,17994
-< echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
-< echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
-> echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6; }
-16414c18007
-< case "$host_os" in
----
-> case $host_os in
-16424,16426c18017,18023
-< echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
-< echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
-< if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
----
-> #
-> # Check to make sure the static flag actually works.
-> #
-> wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
-> { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
-> echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
-> if test "${lt_prog_compiler_static_works_F77+set}" = set; then
-16429,16431c18026,18066
-< lt_cv_prog_compiler_c_o_F77=no
-< $rm -r conftest 2>/dev/null
-< mkdir conftest
----
-> lt_prog_compiler_static_works_F77=no
-> save_LDFLAGS="$LDFLAGS"
-> LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
-> printf "$lt_simple_link_test_code" > conftest.$ac_ext
-> if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-> # The linker can only warn and ignore the option if not recognized
-> # So say no if there are warnings
-> if test -s conftest.err; then
-> # Append any errors to the config.log.
-> cat conftest.err 1>&5
-> $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
-> $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-> if diff conftest.exp conftest.er2 >/dev/null; then
-> lt_prog_compiler_static_works_F77=yes
-> fi
-> else
-> lt_prog_compiler_static_works_F77=yes
-> fi
-> fi
-> $rm conftest*
-> LDFLAGS="$save_LDFLAGS"
->
-> fi
-> { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5
-> echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6; }
->
-> if test x"$lt_prog_compiler_static_works_F77" = xyes; then
-> :
-> else
-> lt_prog_compiler_static_F77=
-> fi
->
->
-> { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
-> echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
-> if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
-> echo $ECHO_N "(cached) $ECHO_C" >&6
-> else
-> lt_cv_prog_compiler_c_o_F77=no
-> $rm -r conftest 2>/dev/null
-> mkdir conftest
-16436,16442d18070
-< # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
-< # that will create temporary files in the current directory regardless of
-< # the output directory. Thus, making CWD read-only will cause this test
-< # to fail, enabling locking or at least warning the user not to do parallel
-< # builds.
-< chmod -w .
-<
-16449c18077
-< -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
----
-> -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-16452c18080
-< (eval echo "\"\$as_me:16452: $lt_compile\"" >&5)
----
-> (eval echo "\"\$as_me:18080: $lt_compile\"" >&5)
-16456c18084
-< echo "$as_me:16456: \$? = $ac_status" >&5
----
-> echo "$as_me:18084: \$? = $ac_status" >&5
-16461c18089,18091
-< if test ! -s out/conftest.err; then
----
-> $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
-> $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-> if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-16465,16467c18095,18100
-< chmod u+w .
-< $rm conftest* out/*
-< rmdir out
----
-> chmod u+w . 2>&5
-> $rm conftest*
-> # SGI C++ compiler will create directory out/ii_files/ for
-> # template instantiation
-> test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
-> $rm out/* && rmdir out
-16473,16474c18106,18107
-< echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
-< echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
-> echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; }
-16480,16481c18113,18114
-< echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
-< echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
-> echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
-16488,16489c18121,18122
-< echo "$as_me:$LINENO: result: $hard_links" >&5
-< echo "${ECHO_T}$hard_links" >&6
----
-> { echo "$as_me:$LINENO: result: $hard_links" >&5
-> echo "${ECHO_T}$hard_links" >&6; }
-16499,16500c18132,18133
-< echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-< echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-> echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
-16537a18171,18180
-> # Just being paranoid about ensuring that cc_basename is set.
-> for cc_temp in $compiler""; do
-> case $cc_temp in
-> compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-> distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-> \-*) ;;
-> *) break;;
-> esac
-> done
-> cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
-16547a18191,18194
-> interix*)
-> # we just hope/assume this is gcc and not c89 (= MSVC++)
-> with_gnu_ld=yes
-> ;;
-16557a18205,18225
-> # Set some defaults for GNU ld with shared library support. These
-> # are reset later if shared libraries are not supported. Putting them
-> # here allows them to be overridden if necessary.
-> runpath_var=LD_RUN_PATH
-> hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
-> export_dynamic_flag_spec_F77='${wl}--export-dynamic'
-> # ancient GNU ld didn't support --whole-archive et. al.
-> if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
-> whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
-> else
-> whole_archive_flag_spec_F77=
-> fi
-> supports_anon_versioning=no
-> case `$LD -v 2>/dev/null` in
-> *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
-> *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
-> *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
-> *\ 2.11.*) ;; # other 2.11 versions
-> *) supports_anon_versioning=yes ;;
-> esac
->
-16595c18263
-< archive_cmds_F77='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
----
-> archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-16605c18273
-< allow_undefined_flag_F77=no
----
-> allow_undefined_flag_F77=unsupported
-16608c18276
-< export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
----
-> export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
-16611c18279
-< archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
----
-> archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-16620c18288
-< $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
----
-> $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-16622c18290,18337
-< ld_shlibs=no
----
-> ld_shlibs_F77=no
-> fi
-> ;;
->
-> interix3*)
-> hardcode_direct_F77=no
-> hardcode_shlibpath_var_F77=no
-> hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
-> export_dynamic_flag_spec_F77='${wl}-E'
-> # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-> # Instead, shared libraries are loaded at an image base (0x10000000 by
-> # default) and relocated if they conflict, which is a slow very memory
-> # consuming and fragmenting process. To avoid this, we pick a random,
-> # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-> # time. Moving up from 0x10000000 also allows more sbrk(2) space.
-> archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-> archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-> ;;
->
-> linux* | k*bsd*-gnu)
-> if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-> tmp_addflag=
-> case $cc_basename,$host_cpu in
-> pgcc*) # Portland Group C compiler
-> whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
-> tmp_addflag=' $pic_flag'
-> ;;
-> pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
-> whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
-> tmp_addflag=' $pic_flag -Mnomain' ;;
-> ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
-> tmp_addflag=' -i_dynamic' ;;
-> efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
-> tmp_addflag=' -i_dynamic -nofor_main' ;;
-> ifc* | ifort*) # Intel Fortran compiler
-> tmp_addflag=' -nofor_main' ;;
-> esac
-> archive_cmds_F77='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
->
-> if test $supports_anon_versioning = yes; then
-> archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~
-> cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-> $echo "local: *; };" >> $output_objdir/$libname.ver~
-> $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
-> fi
-> link_all_deplibs_F77=no
-> else
-> ld_shlibs_F77=no
-16626c18341
-< netbsd*)
----
-> netbsd* | netbsdelf*-gnu)
-16631,16632c18346,18347
-< archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
-< archive_expsym_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
----
-> archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-16636c18351
-< solaris* | sysv5*)
----
-> solaris*)
-16650,16651c18365,18366
-< archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
-< archive_expsym_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
----
-> archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-16656a18372,18398
-> sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
-> case `$LD -v 2>&1` in
-> *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
-> ld_shlibs_F77=no
-> cat <<_LT_EOF 1>&2
->
-> *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
-> *** reliably create shared libraries on SCO systems. Therefore, libtool
-> *** is disabling shared libraries support. We urge you to upgrade GNU
-> *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
-> *** your PATH or compiler configuration so that the native linker is
-> *** used, and then restart.
->
-> _LT_EOF
-> ;;
-> *)
-> if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-> hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
-> archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
-> archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
-> else
-> ld_shlibs_F77=no
-> fi
-> ;;
-> esac
-> ;;
->
-16666,16667c18408,18409
-< archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
-< archive_expsym_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
----
-> archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-16674,16683c18416,18420
-< if test "$ld_shlibs_F77" = yes; then
-< runpath_var=LD_RUN_PATH
-< hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
-< export_dynamic_flag_spec_F77='${wl}--export-dynamic'
-< # ancient GNU ld didn't support --whole-archive et. al.
-< if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
-< whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
-< else
-< whole_archive_flag_spec_F77=
-< fi
----
-> if test "$ld_shlibs_F77" = no; then
-> runpath_var=
-> hardcode_libdir_flag_spec_F77=
-> export_dynamic_flag_spec_F77=
-> whole_archive_flag_spec_F77=
-16695c18432
-< if test "$GCC" = yes && test -z "$link_static_flag"; then
----
-> if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
-16716a18454,18467
-> aix_use_runtimelinking=no
->
-> # Test if we are trying to use run time linking or normal
-> # AIX style linking. If -brtl is somewhere in LDFLAGS, we
-> # need to do runtime linking.
-> case $host_os in aix4.[23]|aix4.[23].*|aix5*)
-> for ld_flag in $LDFLAGS; do
-> if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
-> aix_use_runtimelinking=yes
-> break
-> fi
-> done
-> ;;
-> esac
-16718,16719d18468
-< # KDE requires run time linking. Make it the default.
-< aix_use_runtimelinking=yes
-16736c18485
-< case $host_os in aix4.012|aix4.012.*)
----
-> case $host_os in aix4.[012]|aix4.[012].*)
-16754a18504
-> ;;
-16756a18507,18509
-> if test "$aix_use_runtimelinking" = yes; then
-> shared_flag="$shared_flag "'${wl}-G'
-> fi
-16764,16765c18517,18518
-< if test "$aix_use_runtimelinking" = yes; then
-< shared_flag='-qmkshrobj ${wl}-G'
----
-> if test "$aix_use_runtimelinking" = yes; then
-> shared_flag='${wl}-G'
-16767,16768c18520,18521
-< shared_flag='-qmkshrobj'
-< fi
----
-> shared_flag='${wl}-bM:SRE'
-> fi
-16772,16773c18525,18527
-< # Let the compiler handle the export list.
-< always_export_symbols_F77=no
----
-> # It seems that -bexpall does not export symbols beginning with
-> # underscore (_), so it is better to generate a list of symbols to export.
-> always_export_symbols_F77=yes
-16779c18533
-< cat >conftest.$ac_ext <<_ACEOF
----
-> cat >conftest.$ac_ext <<_ACEOF
-16785,16786c18539,18545
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-16793,16796c18552,18558
-< { ac_try='test -z "$ac_f77_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-16801,16802c18563,18568
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-16815a18582
->
-16816a18584
->
-16821,16823c18589,18590
-< hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
-< archive_cmds_F77="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
-< archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
----
-> hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
-> archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
-16828c18595
-< archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
----
-> archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
-16837,16838c18604,18610
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-16845,16848c18617,18623
-< { ac_try='test -z "$ac_f77_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-16853,16854c18628,18633
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-16867a18647
->
-16868a18649
->
-16878,16879d18658
-< # -bexpall does not export symbols beginning with underscore (_)
-< always_export_symbols_F77=yes
-16881c18660
-< whole_archive_flag_spec_F77=' '
----
-> whole_archive_flag_spec_F77='$convenience'
-16883,16884c18662,18663
-< # This is similar to how AIX traditionally builds it's shared libraries.
-< archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
----
-> # This is similar to how AIX traditionally builds its shared libraries.
-> archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
-16897c18676
-< bsdi4*)
----
-> bsdi[45]*)
-16907c18686
-< allow_undefined_flag_F77=no
----
-> allow_undefined_flag_F77=unsupported
-16911c18690
-< shrext=".dll"
----
-> shrext_cmds=".dll"
-16913c18692
-< archive_cmds_F77='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
----
-> archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
-16918c18697
-< fix_srcfile_path='`cygpath -w "$srcfile"`'
----
-> fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
-16923,16942c18702,18719
-< if test "$GXX" = yes ; then
-< archive_cmds_need_lc_F77=no
-< case "$host_os" in
-< rhapsody* | darwin1.[012])
-< allow_undefined_flag_F77='-Wl,-undefined -Wl,suppress'
-< ;;
-< *) # Darwin 1.3 on
-< if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-< allow_undefined_flag_F77='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-< else
-< case ${MACOSX_DEPLOYMENT_TARGET} in
-< 10.012)
-< allow_undefined_flag_F77='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-< ;;
-< 10.*)
-< allow_undefined_flag_F77='-Wl,-undefined -Wl,dynamic_lookup'
-< ;;
-< esac
-< fi
-< ;;
----
-> case $host_os in
-> rhapsody* | darwin1.[012])
-> allow_undefined_flag_F77='${wl}-undefined ${wl}suppress'
-> ;;
-> *) # Darwin 1.3 on
-> if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-> allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
-> else
-> case ${MACOSX_DEPLOYMENT_TARGET} in
-> 10.[012])
-> allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
-> ;;
-> 10.*)
-> allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup'
-> ;;
-> esac
-> fi
-> ;;
-16944,16961c18721
-< lt_int_apple_cc_single_mod=no
-< output_verbose_link_cmd='echo'
-< if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
-< lt_int_apple_cc_single_mod=yes
-< fi
-< if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-< archive_cmds_F77='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
-< else
-< archive_cmds_F77='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
-< fi
-< module_cmds_F77='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
-< # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
-< if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-< archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< else
-< archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< fi
-< module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
----
-> archive_cmds_need_lc_F77=no
-16965c18725
-< whole_archive_flag_spec_F77='-all_load $convenience'
----
-> whole_archive_flag_spec_F77=''
-16966a18727,18733
-> if test "$GCC" = yes ; then
-> output_verbose_link_cmd='echo'
-> archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-> module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-> # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
-> archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-16968c18735,18747
-< ld_shlibs_F77=no
----
-> case $cc_basename in
-> xlc*)
-> output_verbose_link_cmd='echo'
-> archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
-> module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-> # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
-> archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> ;;
-> *)
-> ld_shlibs_F77=no
-> ;;
-> esac
-17002,17003c18781,18782
-< freebsd* | kfreebsd*-gnu)
-< archive_cmds_F77='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
----
-> freebsd* | dragonfly*)
-> archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
-17011c18790
-< archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
----
-> archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
-17025c18804
-< hpux10* | hpux11*)
----
-> hpux10*)
-17027,17029c18806,18830
-< case "$host_cpu" in
-< hppa*64*|ia64*)
-< archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-> else
-> archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
-> fi
-> if test "$with_gnu_ld" = no; then
-> hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
-> hardcode_libdir_separator_F77=:
->
-> hardcode_direct_F77=yes
-> export_dynamic_flag_spec_F77='${wl}-E'
->
-> # hardcode_minus_L: Not really in the search PATH,
-> # but as the default location of the library.
-> hardcode_minus_L_F77=yes
-> fi
-> ;;
->
-> hpux11*)
-> if test "$GCC" = yes -a "$with_gnu_ld" = no; then
-> case $host_cpu in
-> hppa*64*)
-> archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> ;;
-> ia64*)
-> archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-17032c18833
-< archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-17036,17038c18837,18842
-< case "$host_cpu" in
-< hppa*64*|ia64*)
-< archive_cmds_F77='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
----
-> case $host_cpu in
-> hppa*64*)
-> archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> ;;
-> ia64*)
-> archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-17041c18845
-< archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
----
-> archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-17046,17048c18850,18854
-< case "$host_cpu" in
-< hppa*64*)
-< hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
----
-> hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
-> hardcode_libdir_separator_F77=:
->
-> case $host_cpu in
-> hppa*64*|ia64*)
-17050,17055d18855
-< hardcode_libdir_separator_F77=:
-< hardcode_direct_F77=no
-< hardcode_shlibpath_var_F77=no
-< ;;
-< ia64*)
-< hardcode_libdir_flag_spec_F77='-L$libdir'
-17058,17061d18857
-<
-< # hardcode_minus_L: Not really in the search PATH,
-< # but as the default location of the library.
-< hardcode_minus_L_F77=yes
-17064,17065d18859
-< hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
-< hardcode_libdir_separator_F77=:
-17079c18873
-< archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
----
-> archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-17089c18883
-< netbsd*)
----
-> netbsd* | netbsdelf*-gnu)
-17112c18906,18907
-< archive_cmds_F77='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
-17122c18917
-< archive_cmds_F77='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-17133c18928
-< archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
----
-> archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
-17140c18935
-< archive_cmds_F77='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
----
-> archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-17152c18947
-< archive_cmds_F77='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
----
-> archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-17158c18953
-< $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
----
-> $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
-17166,17173d18960
-< sco3.2v5*)
-< archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-< hardcode_shlibpath_var_F77=no
-< export_dynamic_flag_spec_F77='${wl}-Bexport'
-< runpath_var=LD_RUN_PATH
-< hardcode_runpath_var=yes
-< ;;
-<
-17177c18964,18965
-< archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> wlarc='${wl}'
-> archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
-17179c18967
-< $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
----
-> $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
-17180a18969
-> wlarc=''
-17189,17190c18978,18989
-< *) # Supported since Solaris 2.6 (maybe 2.5.1?)
-< whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;;
----
-> *)
-> # The compiler driver will combine linker options so we
-> # cannot just pass the convience library names through
-> # without $wl, iff we do not link with $LD.
-> # Luckily, gcc supports the same syntax we need for Sun Studio.
-> # Supported since Solaris 2.6 (maybe 2.5.1?)
-> case $wlarc in
-> '')
-> whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;;
-> *)
-> whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
-> esac ;;
-17199c18998
-< archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
-17247,17250c19046,19048
-< sysv4.2uw2*)
-< archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'
-< hardcode_direct_F77=yes
-< hardcode_minus_L_F77=no
----
-> sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*)
-> no_undefined_flag_F77='${wl}-z,text'
-> archive_cmds_need_lc_F77=no
-17252,17254c19050
-< hardcode_runpath_var=yes
-< runpath_var=LD_RUN_PATH
-< ;;
----
-> runpath_var='LD_RUN_PATH'
-17256,17257d19051
-< sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
-< no_undefined_flag_F77='${wl}-z ${wl}text'
-17259c19053,19054
-< archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds_F77='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-17261c19056,19057
-< archive_cmds_F77='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds_F77='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-17263,17264d19058
-< runpath_var='LD_RUN_PATH'
-< hardcode_shlibpath_var_F77=no
-17267,17274c19061,19070
-< sysv5*)
-< no_undefined_flag_F77=' -z text'
-< # $CC -shared without GNU ld will not create a library from C++
-< # object files and a static libstdc++, better avoid it by now
-< archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
-< archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
-< $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
-< hardcode_libdir_flag_spec_F77=
----
-> sysv5* | sco3.2v5* | sco5v6*)
-> # Note: We can NOT use -z defs as we might desire, because we do not
-> # link with -lc, and that would cause any symbols used from libc to
-> # always be unresolved, which means just about no library would
-> # ever link correctly. If we're not using GNU ld we use -z text
-> # though, which does catch some bad symbols but isn't as heavy-handed
-> # as -z defs.
-> no_undefined_flag_F77='${wl}-z,text'
-> allow_undefined_flag_F77='${wl}-z,nodefs'
-> archive_cmds_need_lc_F77=no
-17275a19072,19075
-> hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
-> hardcode_libdir_separator_F77=':'
-> link_all_deplibs_F77=yes
-> export_dynamic_flag_spec_F77='${wl}-Bexport'
-17276a19077,19084
->
-> if test "$GCC" = yes; then
-> archive_cmds_F77='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> else
-> archive_cmds_F77='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> fi
-17291,17292c19099,19100
-< echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
-< echo "${ECHO_T}$ld_shlibs_F77" >&6
----
-> { echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
-> echo "${ECHO_T}$ld_shlibs_F77" >&6; }
-17295,17299d19102
-< variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-< if test "$GCC" = yes; then
-< variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-< fi
-<
-17317,17318c19120,19121
-< echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
-< echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
-> echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
-17331a19135
-> pic_flag=$lt_prog_compiler_pic_F77
-17354,17355c19158,19159
-< echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
-< echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6
----
-> { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
-> echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; }
-17362,17363c19166,19167
-< echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
-< echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
-> echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
-17367c19171
-< shrext=".so"
----
-> shrext_cmds=".so"
-17377c19181,19194
-< sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
----
-> if test "$GCC" = yes; then
-> sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
-> if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
-> # if the path contains ";" then we assume it to be the separator
-> # otherwise default to the standard path separator (i.e. ":") - it is
-> # assumed that no part of a normal pathname contains ";" but that should
-> # okay in the real world where ";" in dirpaths is itself problematic.
-> sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-> else
-> sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-> fi
-> else
-> sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-> fi
-17442c19259
-< finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
----
-> finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-17451c19268
-< bsdi4*)
----
-> bsdi[45]*)
-17467c19284
-< shrext=".dll"
----
-> shrext_cmds=".dll"
-17479c19296,19297
-< $install_prog $dir/$dlname \$dldir/$dlname'
----
-> $install_prog $dir/$dlname \$dldir/$dlname~
-> chmod a+x \$dldir/$dlname'
-17509c19327
-< library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
----
-> library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
-17532c19350
-< shrext='$(test .$module = .yes && echo .so || echo .dylib)'
----
-> shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-17555,17568c19373,19383
-< kfreebsd*-gnu*)
-< version_type=linux
-< need_lib_prefix=no
-< need_version=no
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< shlibpath_var=LD_LIBRARY_PATH
-< shlibpath_overrides_runpath=no
-< hardcode_into_libs=yes
-< dynamic_linker='GNU ld.so'
-< ;;
-<
-< freebsd*)
-< objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
----
-> freebsd* | dragonfly*)
-> # DragonFly does not have aout. When/if they implement a new
-> # versioning mechanism, adjust this.
-> if test -x /usr/bin/objformat; then
-> objformat=`/usr/bin/objformat`
-> else
-> case $host_os in
-> freebsd[123]*) objformat=aout ;;
-> *) objformat=elf ;;
-> esac
-> fi
-17586c19401
-< freebsd3.01* | freebsdelf3.01*)
----
-> freebsd3.[01]* | freebsdelf3.[01]*)
-17590c19405,19406
-< *) # from 3.2 on
----
-> freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
-> freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
-17593a19410,19413
-> freebsd*) # from 4.6 on
-> shlibpath_overrides_runpath=yes
-> hardcode_into_libs=yes
-> ;;
-17613c19433
-< case "$host_cpu" in
----
-> case $host_cpu in
-17615c19435
-< shrext='.so'
----
-> shrext_cmds='.so'
-17630c19450
-< shrext='.sl'
----
-> shrext_cmds='.sl'
-17641c19461
-< shrext='.sl'
----
-> shrext_cmds='.sl'
-17652a19473,19484
-> interix3*)
-> version_type=linux
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=no
-> hardcode_into_libs=yes
-> ;;
->
-17696c19528
-< linux*)
----
-> linux* | k*bsd*-gnu)
-17703,17709d19534
-< libsuff=
-< if test "x$LINUX_64_MODE" = x64; then
-< # Some platforms are per default 64-bit, so there's no /lib64
-< if test -d /lib64; then
-< libsuff=64
-< fi
-< fi
-17712,17713d19536
-< sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
-< sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
-17718a19542,19547
-> # Append ld.so.conf contents to the search path
-> if test -f /etc/ld.so.conf; then
-> lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
-> sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-> fi
->
-17727a19557,19568
-> netbsdelf*-gnu)
-> version_type=linux
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=no
-> hardcode_into_libs=yes
-> dynamic_linker='NetBSD ld.elf_so'
-> ;;
->
-17737c19578
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
----
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-17764a19606
-> sys_lib_dlsearch_path_spec="/usr/lib"
-17766c19608,19612
-< need_version=no
----
-> # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
-> case $host_os in
-> openbsd3.3 | openbsd3.3.*) need_version=yes ;;
-> *) need_version=no ;;
-> esac
-17786c19632
-< shrext=".dll"
----
-> shrext_cmds=".dll"
-17804,17810d19649
-< sco3.2v5*)
-< version_type=osf
-< soname_spec='${libname}${release}${shared_ext}$major'
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< shlibpath_var=LD_LIBRARY_PATH
-< ;;
-<
-17836c19675
-< sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
----
-> sysv4 | sysv4.3*)
-17868a19708,19730
-> sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-> version_type=freebsd-elf
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> hardcode_into_libs=yes
-> if test "$with_gnu_ld" = yes; then
-> sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-> shlibpath_overrides_runpath=no
-> else
-> sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-> shlibpath_overrides_runpath=yes
-> case $host_os in
-> sco3.2v5*)
-> sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-> ;;
-> esac
-> fi
-> sys_lib_dlsearch_path_spec='/usr/lib'
-> ;;
->
-17880,17881c19742,19743
-< echo "$as_me:$LINENO: result: $dynamic_linker" >&5
-< echo "${ECHO_T}$dynamic_linker" >&6
----
-> { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
-> echo "${ECHO_T}$dynamic_linker" >&6; }
-17884,17889c19746,19756
-< echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
-< echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
-< hardcode_action_F77=
-< if test -n "$hardcode_libdir_flag_spec_F77" || \
-< test -n "$runpath_var F77" || \
-< test "X$hardcode_automatic_F77"="Xyes" ; then
----
-> variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-> if test "$GCC" = yes; then
-> variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-> fi
->
-> { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
-> echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
-> hardcode_action_F77=
-> if test -n "$hardcode_libdir_flag_spec_F77" || \
-> test -n "$runpath_var_F77" || \
-> test "X$hardcode_automatic_F77" = "Xyes" ; then
-17909,17910c19776,19777
-< echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
-< echo "${ECHO_T}$hardcode_action_F77" >&6
----
-> { echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
-> echo "${ECHO_T}$hardcode_action_F77" >&6; }
-17921,17950d19787
-< striplib=
-< old_striplib=
-< echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
-< echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
-< if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
-< test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
-< test -z "$striplib" && striplib="$STRIP --strip-unneeded"
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
-< else
-< # FIXME - insert some real tests, host_os isn't really good enough
-< case $host_os in
-< darwin*)
-< if test -n "$STRIP" ; then
-< striplib="$STRIP -x"
-< 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
-< ;;
-< *)
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
-< ;;
-< esac
-< fi
-<
-<
-17965c19802,19803
-< for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
----
-> for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
-> SED SHELL STRIP \
-18064a19903,19908
-> host_os=$host_os
->
-> # The build system.
-> build_alias=$build_alias
-> build=$build
-> build_os=$build_os
-18075a19920,19922
-> # LTCC compiler flags.
-> LTCFLAGS=$lt_LTCFLAGS
->
-18095c19942
-< STRIP=$STRIP
----
-> STRIP=$lt_STRIP
-18126c19973
-< shrext='$shrext'
----
-> shrext_cmds='$shrext_cmds'
-18141c19988
-< # Must we lock files when doing compilation ?
----
-> # Must we lock files when doing compilation?
-18343c20190,20193
-< test -f Makefile && make "$ltmain"
----
-> ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
-> if test -f "$ltmain_in"; then
-> test -f Makefile && make "$ltmain"
-> fi
-18364d20213
-<
-18376c20225
-< lt_simple_link_test_code='public class conftest { public static void main(String argv) {}; }\n'
----
-> lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
-18382a20232,20234
-> # If no C compiler flags were specified, use CFLAGS.
-> LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
->
-18386a20239,20252
-> # save warnings/boilerplate of simple test code
-> ac_outfile=conftest.$ac_objext
-> printf "$lt_simple_compile_test_code" >conftest.$ac_ext
-> eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-> _lt_compiler_boilerplate=`cat conftest.err`
-> $rm conftest*
->
-> ac_outfile=conftest.$ac_objext
-> printf "$lt_simple_link_test_code" >conftest.$ac_ext
-> eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-> _lt_linker_boilerplate=`cat conftest.err`
-> $rm conftest*
->
->
-18391a20258,20267
-> for cc_temp in $compiler""; do
-> case $cc_temp in
-> compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-> distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-> \-*) ;;
-> *) break;;
-> esac
-> done
-> cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
->
-18395a20272,20273
-> old_archive_cmds_GCJ=$old_archive_cmds
->
-18407,18408c20285,20286
-< echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
-< echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
-> echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
-18422c20300
-< -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
----
-> -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-18425c20303
-< (eval echo "\"\$as_me:18425: $lt_compile\"" >&5)
----
-> (eval echo "\"\$as_me:20303: $lt_compile\"" >&5)
-18429c20307
-< echo "$as_me:18429: \$? = $ac_status" >&5
----
-> echo "$as_me:20307: \$? = $ac_status" >&5
-18432,18433c20310,20313
-< # So say no if there are warnings
-< if test ! -s conftest.err; then
----
-> # So say no if there are warnings other than the usual output.
-> $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
-> $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-> if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-18440,18441c20320,20321
-< echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
-< echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
-> echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
-18455,18456c20335,20336
-< echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
-< echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
-> echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
-18493a20374,20378
-> interix3*)
-> # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-> # Instead, we relocate shared libraries at runtime.
-> ;;
->
-18510c20395
-< case "$host_cpu" in
----
-> case $host_cpu in
-18535a20421,20430
-> darwin*)
-> # PIC is the default on this platform
-> # Common symbols not allowed in MH_DYLIB files
-> case $cc_basename in
-> xlc*)
-> lt_prog_compiler_pic_GCJ='-qnocommon'
-> lt_prog_compiler_wl_GCJ='-Wl,'
-> ;;
-> esac
-> ;;
-18547c20442
-< case "$host_cpu" in
----
-> case $host_cpu in
-18570,18571c20465,20466
-< linux*)
-< case $CC in
----
-> linux* | k*bsd*-gnu)
-> case $cc_basename in
-18576a20472,20478
-> pgcc* | pgf77* | pgf90* | pgf95*)
-> # Portland Group compilers (*not* the Pentium gcc compiler,
-> # which looks to be a dead project)
-> lt_prog_compiler_wl_GCJ='-Wl,'
-> lt_prog_compiler_pic_GCJ='-fpic'
-> lt_prog_compiler_static_GCJ='-Bstatic'
-> ;;
-18591,18595d20492
-< sco3.2v5*)
-< lt_prog_compiler_pic_GCJ='-Kpic'
-< lt_prog_compiler_static_GCJ='-dn'
-< ;;
-<
-18597d20493
-< lt_prog_compiler_wl_GCJ='-Wl,'
-18599a20496,20501
-> case $cc_basename in
-> f77* | f90* | f95*)
-> lt_prog_compiler_wl_GCJ='-Qoption ld ';;
-> *)
-> lt_prog_compiler_wl_GCJ='-Wl,';;
-> esac
-18608c20510
-< sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
----
-> sysv4 | sysv4.2uw2* | sysv4.3*)
-18620a20523,20533
-> sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-> lt_prog_compiler_wl_GCJ='-Wl,'
-> lt_prog_compiler_pic_GCJ='-KPIC'
-> lt_prog_compiler_static_GCJ='-Bstatic'
-> ;;
->
-> unicos*)
-> lt_prog_compiler_wl_GCJ='-Wl,'
-> lt_prog_compiler_can_build_shared_GCJ=no
-> ;;
->
-18632,18633c20545,20546
-< echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
-< echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
-> echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; }
-18640,18641c20553,20554
-< echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
-< echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
-> echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }
-18655c20568
-< -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
----
-> -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-18658c20571
-< (eval echo "\"\$as_me:18658: $lt_compile\"" >&5)
----
-> (eval echo "\"\$as_me:20571: $lt_compile\"" >&5)
-18662c20575
-< echo "$as_me:18662: \$? = $ac_status" >&5
----
-> echo "$as_me:20575: \$? = $ac_status" >&5
-18665,18666c20578,20581
-< # So say no if there are warnings
-< if test ! -s conftest.err; then
----
-> # So say no if there are warnings other than the usual output.
-> $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
-> $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-> if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-18673,18674c20588,20589
-< echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
-< echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
-> echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6; }
-18687c20602
-< case "$host_os" in
----
-> case $host_os in
-18697,18698c20612,20655
-< echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
-< echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
----
-> #
-> # Check to make sure the static flag actually works.
-> #
-> wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
-> { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
-> echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
-> if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then
-> echo $ECHO_N "(cached) $ECHO_C" >&6
-> else
-> lt_prog_compiler_static_works_GCJ=no
-> save_LDFLAGS="$LDFLAGS"
-> LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
-> printf "$lt_simple_link_test_code" > conftest.$ac_ext
-> if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-> # The linker can only warn and ignore the option if not recognized
-> # So say no if there are warnings
-> if test -s conftest.err; then
-> # Append any errors to the config.log.
-> cat conftest.err 1>&5
-> $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
-> $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-> if diff conftest.exp conftest.er2 >/dev/null; then
-> lt_prog_compiler_static_works_GCJ=yes
-> fi
-> else
-> lt_prog_compiler_static_works_GCJ=yes
-> fi
-> fi
-> $rm conftest*
-> LDFLAGS="$save_LDFLAGS"
->
-> fi
-> { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5
-> echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6; }
->
-> if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then
-> :
-> else
-> lt_prog_compiler_static_GCJ=
-> fi
->
->
-> { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
-> echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
-18709,18715d20665
-< # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
-< # that will create temporary files in the current directory regardless of
-< # the output directory. Thus, making CWD read-only will cause this test
-< # to fail, enabling locking or at least warning the user not to do parallel
-< # builds.
-< chmod -w .
-<
-18722c20672
-< -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
----
-> -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-18725c20675
-< (eval echo "\"\$as_me:18725: $lt_compile\"" >&5)
----
-> (eval echo "\"\$as_me:20675: $lt_compile\"" >&5)
-18729c20679
-< echo "$as_me:18729: \$? = $ac_status" >&5
----
-> echo "$as_me:20679: \$? = $ac_status" >&5
-18734c20684,20686
-< if test ! -s out/conftest.err; then
----
-> $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
-> $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-> if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-18738,18740c20690,20695
-< chmod u+w .
-< $rm conftest* out/*
-< rmdir out
----
-> chmod u+w . 2>&5
-> $rm conftest*
-> # SGI C++ compiler will create directory out/ii_files/ for
-> # template instantiation
-> test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
-> $rm out/* && rmdir out
-18746,18747c20701,20702
-< echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
-< echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6
----
-> { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
-> echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; }
-18753,18754c20708,20709
-< echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
-< echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
-> echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
-18761,18762c20716,20717
-< echo "$as_me:$LINENO: result: $hard_links" >&5
-< echo "${ECHO_T}$hard_links" >&6
----
-> { echo "$as_me:$LINENO: result: $hard_links" >&5
-> echo "${ECHO_T}$hard_links" >&6; }
-18772,18773c20727,20728
-< echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-< echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-> echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
-18810a20766,20775
-> # Just being paranoid about ensuring that cc_basename is set.
-> for cc_temp in $compiler""; do
-> case $cc_temp in
-> compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-> distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-> \-*) ;;
-> *) break;;
-> esac
-> done
-> cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
-18820a20786,20789
-> interix*)
-> # we just hope/assume this is gcc and not c89 (= MSVC++)
-> with_gnu_ld=yes
-> ;;
-18830a20800,20820
-> # Set some defaults for GNU ld with shared library support. These
-> # are reset later if shared libraries are not supported. Putting them
-> # here allows them to be overridden if necessary.
-> runpath_var=LD_RUN_PATH
-> hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
-> export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
-> # ancient GNU ld didn't support --whole-archive et. al.
-> if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
-> whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
-> else
-> whole_archive_flag_spec_GCJ=
-> fi
-> supports_anon_versioning=no
-> case `$LD -v 2>/dev/null` in
-> *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
-> *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
-> *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
-> *\ 2.11.*) ;; # other 2.11 versions
-> *) supports_anon_versioning=yes ;;
-> esac
->
-18868c20858
-< archive_cmds_GCJ='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
----
-> archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-18878c20868
-< allow_undefined_flag_GCJ=no
----
-> allow_undefined_flag_GCJ=unsupported
-18881c20871
-< export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
----
-> export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
-18884c20874
-< archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
----
-> archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-18893c20883
-< $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
----
-> $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-18895c20885,20932
-< ld_shlibs=no
----
-> ld_shlibs_GCJ=no
-> fi
-> ;;
->
-> interix3*)
-> hardcode_direct_GCJ=no
-> hardcode_shlibpath_var_GCJ=no
-> hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
-> export_dynamic_flag_spec_GCJ='${wl}-E'
-> # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-> # Instead, shared libraries are loaded at an image base (0x10000000 by
-> # default) and relocated if they conflict, which is a slow very memory
-> # consuming and fragmenting process. To avoid this, we pick a random,
-> # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-> # time. Moving up from 0x10000000 also allows more sbrk(2) space.
-> archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-> archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-> ;;
->
-> linux* | k*bsd*-gnu)
-> if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-> tmp_addflag=
-> case $cc_basename,$host_cpu in
-> pgcc*) # Portland Group C compiler
-> whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
-> tmp_addflag=' $pic_flag'
-> ;;
-> pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
-> whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
-> tmp_addflag=' $pic_flag -Mnomain' ;;
-> ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
-> tmp_addflag=' -i_dynamic' ;;
-> efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
-> tmp_addflag=' -i_dynamic -nofor_main' ;;
-> ifc* | ifort*) # Intel Fortran compiler
-> tmp_addflag=' -nofor_main' ;;
-> esac
-> archive_cmds_GCJ='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
->
-> if test $supports_anon_versioning = yes; then
-> archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~
-> cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-> $echo "local: *; };" >> $output_objdir/$libname.ver~
-> $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
-> fi
-> link_all_deplibs_GCJ=no
-> else
-> ld_shlibs_GCJ=no
-18899c20936
-< netbsd*)
----
-> netbsd* | netbsdelf*-gnu)
-18904,18905c20941,20942
-< archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
-< archive_expsym_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
----
-> archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-18909c20946
-< solaris* | sysv5*)
----
-> solaris*)
-18923,18924c20960,20961
-< archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
-< archive_expsym_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
----
-> archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-18929a20967,20993
-> sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
-> case `$LD -v 2>&1` in
-> *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
-> ld_shlibs_GCJ=no
-> cat <<_LT_EOF 1>&2
->
-> *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
-> *** reliably create shared libraries on SCO systems. Therefore, libtool
-> *** is disabling shared libraries support. We urge you to upgrade GNU
-> *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
-> *** your PATH or compiler configuration so that the native linker is
-> *** used, and then restart.
->
-> _LT_EOF
-> ;;
-> *)
-> if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-> hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
-> archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
-> archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
-> else
-> ld_shlibs_GCJ=no
-> fi
-> ;;
-> esac
-> ;;
->
-18939,18940c21003,21004
-< archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
-< archive_expsym_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
----
-> archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
-> archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
-18947,18956c21011,21015
-< if test "$ld_shlibs_GCJ" = yes; then
-< runpath_var=LD_RUN_PATH
-< hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
-< export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
-< # ancient GNU ld didn't support --whole-archive et. al.
-< if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
-< whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
-< else
-< whole_archive_flag_spec_GCJ=
-< fi
----
-> if test "$ld_shlibs_GCJ" = no; then
-> runpath_var=
-> hardcode_libdir_flag_spec_GCJ=
-> export_dynamic_flag_spec_GCJ=
-> whole_archive_flag_spec_GCJ=
-18968c21027
-< if test "$GCC" = yes && test -z "$link_static_flag"; then
----
-> if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
-18989a21049,21062
-> aix_use_runtimelinking=no
->
-> # Test if we are trying to use run time linking or normal
-> # AIX style linking. If -brtl is somewhere in LDFLAGS, we
-> # need to do runtime linking.
-> case $host_os in aix4.[23]|aix4.[23].*|aix5*)
-> for ld_flag in $LDFLAGS; do
-> if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
-> aix_use_runtimelinking=yes
-> break
-> fi
-> done
-> ;;
-> esac
-18991,18992d21063
-< # KDE requires run time linking. Make it the default.
-< aix_use_runtimelinking=yes
-19009c21080
-< case $host_os in aix4.012|aix4.012.*)
----
-> case $host_os in aix4.[012]|aix4.[012].*)
-19027a21099
-> ;;
-19029a21102,21104
-> if test "$aix_use_runtimelinking" = yes; then
-> shared_flag="$shared_flag "'${wl}-G'
-> fi
-19037,19038c21112,21113
-< if test "$aix_use_runtimelinking" = yes; then
-< shared_flag='-qmkshrobj ${wl}-G'
----
-> if test "$aix_use_runtimelinking" = yes; then
-> shared_flag='${wl}-G'
-19040,19041c21115,21116
-< shared_flag='-qmkshrobj'
-< fi
----
-> shared_flag='${wl}-bM:SRE'
-> fi
-19045,19046c21120,21122
-< # Let the compiler handle the export list.
-< always_export_symbols_GCJ=no
----
-> # It seems that -bexpall does not export symbols beginning with
-> # underscore (_), so it is better to generate a list of symbols to export.
-> always_export_symbols_GCJ=yes
-19052c21128
-< cat >conftest.$ac_ext <<_ACEOF
----
-> cat >conftest.$ac_ext <<_ACEOF
-19068,19069c21144,21150
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-19076,19079c21157,21163
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-19084,19085c21168,21173
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-19098a21187
->
-19099a21189
->
-19104,19106c21194,21195
-< hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
-< archive_cmds_GCJ="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
-< archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
----
-> hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
-> archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
-19111c21200
-< archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
----
-> archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
-19130,19131c21219,21225
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-19138,19141c21232,21238
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-19146,19147c21243,21248
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-19160a21262
->
-19161a21264
->
-19171,19172d21273
-< # -bexpall does not export symbols beginning with underscore (_)
-< always_export_symbols_GCJ=yes
-19174c21275
-< whole_archive_flag_spec_GCJ=' '
----
-> whole_archive_flag_spec_GCJ='$convenience'
-19176,19177c21277,21278
-< # This is similar to how AIX traditionally builds it's shared libraries.
-< archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
----
-> # This is similar to how AIX traditionally builds its shared libraries.
-> archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
-19190c21291
-< bsdi4*)
----
-> bsdi[45]*)
-19200c21301
-< allow_undefined_flag_GCJ=no
----
-> allow_undefined_flag_GCJ=unsupported
-19204c21305
-< shrext=".dll"
----
-> shrext_cmds=".dll"
-19206c21307
-< archive_cmds_GCJ='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
----
-> archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
-19211c21312
-< fix_srcfile_path='`cygpath -w "$srcfile"`'
----
-> fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
-19216,19235c21317,21334
-< if test "$GXX" = yes ; then
-< archive_cmds_need_lc_GCJ=no
-< case "$host_os" in
-< rhapsody* | darwin1.[012])
-< allow_undefined_flag_GCJ='-Wl,-undefined -Wl,suppress'
-< ;;
-< *) # Darwin 1.3 on
-< if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-< allow_undefined_flag_GCJ='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-< else
-< case ${MACOSX_DEPLOYMENT_TARGET} in
-< 10.012)
-< allow_undefined_flag_GCJ='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-< ;;
-< 10.*)
-< allow_undefined_flag_GCJ='-Wl,-undefined -Wl,dynamic_lookup'
-< ;;
-< esac
-< fi
-< ;;
----
-> case $host_os in
-> rhapsody* | darwin1.[012])
-> allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress'
-> ;;
-> *) # Darwin 1.3 on
-> if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-> allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
-> else
-> case ${MACOSX_DEPLOYMENT_TARGET} in
-> 10.[012])
-> allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
-> ;;
-> 10.*)
-> allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup'
-> ;;
-> esac
-> fi
-> ;;
-19237,19254c21336
-< lt_int_apple_cc_single_mod=no
-< output_verbose_link_cmd='echo'
-< if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
-< lt_int_apple_cc_single_mod=yes
-< fi
-< if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-< archive_cmds_GCJ='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
-< else
-< archive_cmds_GCJ='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
-< fi
-< module_cmds_GCJ='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
-< # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
-< if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
-< archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< else
-< archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-< fi
-< module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
----
-> archive_cmds_need_lc_GCJ=no
-19258c21340
-< whole_archive_flag_spec_GCJ='-all_load $convenience'
----
-> whole_archive_flag_spec_GCJ=''
-19259a21342,21348
-> if test "$GCC" = yes ; then
-> output_verbose_link_cmd='echo'
-> archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
-> module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-> # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
-> archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-19261c21350,21362
-< ld_shlibs_GCJ=no
----
-> case $cc_basename in
-> xlc*)
-> output_verbose_link_cmd='echo'
-> archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
-> module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
-> # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
-> archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
-> ;;
-> *)
-> ld_shlibs_GCJ=no
-> ;;
-> esac
-19295,19296c21396,21397
-< freebsd* | kfreebsd*-gnu)
-< archive_cmds_GCJ='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
----
-> freebsd* | dragonfly*)
-> archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
-19304c21405
-< archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
----
-> archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
-19318c21419
-< hpux10* | hpux11*)
----
-> hpux10*)
-19320,19322c21421,21445
-< case "$host_cpu" in
-< hppa*64*|ia64*)
-< archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-> else
-> archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
-> fi
-> if test "$with_gnu_ld" = no; then
-> hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
-> hardcode_libdir_separator_GCJ=:
->
-> hardcode_direct_GCJ=yes
-> export_dynamic_flag_spec_GCJ='${wl}-E'
->
-> # hardcode_minus_L: Not really in the search PATH,
-> # but as the default location of the library.
-> hardcode_minus_L_GCJ=yes
-> fi
-> ;;
->
-> hpux11*)
-> if test "$GCC" = yes -a "$with_gnu_ld" = no; then
-> case $host_cpu in
-> hppa*64*)
-> archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> ;;
-> ia64*)
-> archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-19325c21448
-< archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-19329,19331c21452,21457
-< case "$host_cpu" in
-< hppa*64*|ia64*)
-< archive_cmds_GCJ='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
----
-> case $host_cpu in
-> hppa*64*)
-> archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> ;;
-> ia64*)
-> archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-19334c21460
-< archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
----
-> archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-19339,19341c21465,21469
-< case "$host_cpu" in
-< hppa*64*)
-< hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
----
-> hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
-> hardcode_libdir_separator_GCJ=:
->
-> case $host_cpu in
-> hppa*64*|ia64*)
-19343,19348d21470
-< hardcode_libdir_separator_GCJ=:
-< hardcode_direct_GCJ=no
-< hardcode_shlibpath_var_GCJ=no
-< ;;
-< ia64*)
-< hardcode_libdir_flag_spec_GCJ='-L$libdir'
-19351,19354d21472
-<
-< # hardcode_minus_L: Not really in the search PATH,
-< # but as the default location of the library.
-< hardcode_minus_L_GCJ=yes
-19357,19358d21474
-< hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
-< hardcode_libdir_separator_GCJ=:
-19372c21488
-< archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
----
-> archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-19382c21498
-< netbsd*)
----
-> netbsd* | netbsdelf*-gnu)
-19405c21521,21522
-< archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
-19415c21532
-< archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-19426c21543
-< archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
----
-> archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
-19433c21550
-< archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
----
-> archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-19445c21562
-< archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
----
-> archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
-19451c21568
-< $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
----
-> $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
-19459,19466d21575
-< sco3.2v5*)
-< archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-< hardcode_shlibpath_var_GCJ=no
-< export_dynamic_flag_spec_GCJ='${wl}-Bexport'
-< runpath_var=LD_RUN_PATH
-< hardcode_runpath_var=yes
-< ;;
-<
-19470c21579,21580
-< archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> wlarc='${wl}'
-> archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
-19472c21582
-< $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
----
-> $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
-19473a21584
-> wlarc=''
-19482,19483c21593,21604
-< *) # Supported since Solaris 2.6 (maybe 2.5.1?)
-< whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;;
----
-> *)
-> # The compiler driver will combine linker options so we
-> # cannot just pass the convience library names through
-> # without $wl, iff we do not link with $LD.
-> # Luckily, gcc supports the same syntax we need for Sun Studio.
-> # Supported since Solaris 2.6 (maybe 2.5.1?)
-> case $wlarc in
-> '')
-> whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;;
-> *)
-> whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
-> esac ;;
-19492c21613
-< archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
-19540,19543c21661,21663
-< sysv4.2uw2*)
-< archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'
-< hardcode_direct_GCJ=yes
-< hardcode_minus_L_GCJ=no
----
-> sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*)
-> no_undefined_flag_GCJ='${wl}-z,text'
-> archive_cmds_need_lc_GCJ=no
-19545,19547c21665
-< hardcode_runpath_var=yes
-< runpath_var=LD_RUN_PATH
-< ;;
----
-> runpath_var='LD_RUN_PATH'
-19549,19550d21666
-< sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
-< no_undefined_flag_GCJ='${wl}-z ${wl}text'
-19552c21668,21669
-< archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-19554c21671,21672
-< archive_cmds_GCJ='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
----
-> archive_cmds_GCJ='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-19556,20520c21674
-< runpath_var='LD_RUN_PATH'
-< hardcode_shlibpath_var_GCJ=no
-< ;;
-<
-< sysv5*)
-< no_undefined_flag_GCJ=' -z text'
-< # $CC -shared without GNU ld will not create a library from C++
-< # object files and a static libstdc++, better avoid it by now
-< archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
-< archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
-< $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
-< hardcode_libdir_flag_spec_GCJ=
-< hardcode_shlibpath_var_GCJ=no
-< runpath_var='LD_RUN_PATH'
-< ;;
-<
-< uts4*)
-< archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-< hardcode_libdir_flag_spec_GCJ='-L$libdir'
-< hardcode_shlibpath_var_GCJ=no
-< ;;
-<
-< *)
-< ld_shlibs_GCJ=no
-< ;;
-< esac
-< fi
-<
-< echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
-< echo "${ECHO_T}$ld_shlibs_GCJ" >&6
-< test "$ld_shlibs_GCJ" = no && can_build_shared=no
-<
-< variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-< if test "$GCC" = yes; then
-< variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-< fi
-<
-< #
-< # Do we need to explicitly link libc?
-< #
-< case "x$archive_cmds_need_lc_GCJ" in
-< x|xyes)
-< # Assume -lc should be added
-< archive_cmds_need_lc_GCJ=yes
-<
-< if test "$enable_shared" = yes && test "$GCC" = yes; then
-< case $archive_cmds_GCJ in
-< *'~'*)
-< # FIXME: we may have to deal with multi-command sequences.
-< ;;
-< '$CC '*)
-< # Test whether the compiler implicitly links with -lc since on some
-< # systems, -lgcc has to come before -lc. If gcc already passes -lc
-< # to ld, don't add -lc before -lgcc.
-< echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
-< echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
-< $rm conftest*
-< printf "$lt_simple_compile_test_code" > conftest.$ac_ext
-<
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); } 2>conftest.err; then
-< soname=conftest
-< lib=conftest
-< libobjs=conftest.$ac_objext
-< deplibs=
-< wl=$lt_prog_compiler_wl_GCJ
-< compiler_flags=-v
-< linker_flags=-v
-< verstring=
-< output_objdir=.
-< libname=conftest
-< lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ
-< allow_undefined_flag_GCJ=
-< if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
-< (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }
-< then
-< archive_cmds_need_lc_GCJ=no
-< else
-< archive_cmds_need_lc_GCJ=yes
-< fi
-< allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
-< else
-< cat conftest.err 1>&5
-< fi
-< $rm conftest*
-< echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
-< echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6
-< ;;
-< esac
-< fi
-< ;;
-< esac
-<
-< echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
-< echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
-< library_names_spec=
-< libname_spec='lib$name'
-< soname_spec=
-< shrext=".so"
-< postinstall_cmds=
-< postuninstall_cmds=
-< finish_cmds=
-< finish_eval=
-< shlibpath_var=
-< shlibpath_overrides_runpath=unknown
-< version_type=none
-< dynamic_linker="$host_os ld.so"
-< sys_lib_dlsearch_path_spec="/lib /usr/lib"
-< sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-< need_lib_prefix=unknown
-< hardcode_into_libs=no
-<
-< # when you set need_version to no, make sure it does not cause -set_version
-< # flags to be left without arguments
-< need_version=unknown
-<
-< case $host_os in
-< aix3*)
-< version_type=linux
-< library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
-< shlibpath_var=LIBPATH
-<
-< # AIX 3 has no versioning support, so we append a major version to the name.
-< soname_spec='${libname}${release}${shared_ext}$major'
-< ;;
-<
-< aix4* | aix5*)
-< version_type=linux
-< need_lib_prefix=no
-< need_version=no
-< hardcode_into_libs=yes
-< if test "$host_cpu" = ia64; then
-< # AIX 5 supports IA64
-< library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
-< shlibpath_var=LD_LIBRARY_PATH
-< else
-< # With GCC up to 2.95.x, collect2 would create an import file
-< # for dependence libraries. The import file would start with
-< # the line `#! .'. This would cause the generated library to
-< # depend on `.', always an invalid library. This was fixed in
-< # development snapshots of GCC prior to 3.0.
-< case $host_os in
-< aix4 | aix4.[01] | aix4.[01].*)
-< if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
-< echo ' yes '
-< echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
-< :
-< else
-< can_build_shared=no
-< fi
-< ;;
-< esac
-< # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
-< # soname into executable. Probably we can add versioning support to
-< # collect2, so additional links can be useful in future.
-< if test "$aix_use_runtimelinking" = yes; then
-< # If using run time linking (on AIX 4.2 or later) use lib<name>.so
-< # instead of lib<name>.a to let people know that these are not
-< # typical AIX shared libraries.
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< else
-< # We preserve .a as extension for shared libraries through AIX4.2
-< # and later when we are not doing run time linking.
-< library_names_spec='${libname}${release}.a $libname.a'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< fi
-< shlibpath_var=LIBPATH
-< fi
-< ;;
-<
-< amigaos*)
-< library_names_spec='$libname.ixlibrary $libname.a'
-< # Create ${libname}_ixlibrary.a entries in /sys/libs.
-< finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
-< ;;
-<
-< beos*)
-< library_names_spec='${libname}${shared_ext}'
-< dynamic_linker="$host_os ld.so"
-< shlibpath_var=LIBRARY_PATH
-< ;;
-<
-< bsdi4*)
-< version_type=linux
-< need_version=no
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
-< shlibpath_var=LD_LIBRARY_PATH
-< sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
-< sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
-< # the default ld.so.conf also contains /usr/contrib/lib and
-< # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
-< # libtool to hard-code these into programs
-< ;;
-<
-< cygwin* | mingw* | pw32*)
-< version_type=windows
-< shrext=".dll"
-< need_version=no
-< need_lib_prefix=no
-<
-< case $GCC,$host_os in
-< yes,cygwin* | yes,mingw* | yes,pw32*)
-< library_names_spec='$libname.dll.a'
-< # DLL is installed to $(libdir)/../bin by postinstall_cmds
-< postinstall_cmds='base_file=`basename \${file}`~
-< dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
-< dldir=$destdir/`dirname \$dlpath`~
-< test -d \$dldir || mkdir -p \$dldir~
-< $install_prog $dir/$dlname \$dldir/$dlname'
-< postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-< dlpath=$dir/\$dldll~
-< $rm \$dlpath'
-< shlibpath_overrides_runpath=yes
-<
-< case $host_os in
-< cygwin*)
-< # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-< soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
-< sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
-< ;;
-< mingw*)
-< # MinGW DLLs use traditional 'lib' prefix
-< soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
-< sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
-< if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
-< # It is most probably a Windows format PATH printed by
-< # mingw gcc, but we are running on Cygwin. Gcc prints its search
-< # path with ; separators, and with drive letters. We can handle the
-< # drive letters (cygwin fileutils understands them), so leave them,
-< # especially as we might pass files found there to a mingw objdump,
-< # which wouldn't understand a cygwinified path. Ahh.
-< sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-< else
-< sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-< fi
-< ;;
-< pw32*)
-< # pw32 DLLs use 'pw' prefix rather than 'lib'
-< library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
-< ;;
-< esac
-< ;;
-<
-< *)
-< library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
-< ;;
-< esac
-< dynamic_linker='Win32 ld.exe'
-< # FIXME: first we should search . and the directory the executable is in
-< shlibpath_var=PATH
-< ;;
-<
-< darwin* | rhapsody*)
-< dynamic_linker="$host_os dyld"
-< version_type=darwin
-< need_lib_prefix=no
-< need_version=no
-< library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
-< soname_spec='${libname}${release}${major}$shared_ext'
-< shlibpath_overrides_runpath=yes
-< shlibpath_var=DYLD_LIBRARY_PATH
-< shrext='$(test .$module = .yes && echo .so || echo .dylib)'
-< # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
-< if test "$GCC" = yes; then
-< sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
-< else
-< sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
-< fi
-< sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
-< ;;
-<
-< dgux*)
-< version_type=linux
-< need_lib_prefix=no
-< need_version=no
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< shlibpath_var=LD_LIBRARY_PATH
-< ;;
-<
-< freebsd1*)
-< dynamic_linker=no
-< ;;
-<
-< kfreebsd*-gnu*)
-< version_type=linux
-< need_lib_prefix=no
-< need_version=no
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< shlibpath_var=LD_LIBRARY_PATH
-< shlibpath_overrides_runpath=no
-< hardcode_into_libs=yes
-< dynamic_linker='GNU ld.so'
-< ;;
-<
-< freebsd*)
-< objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
-< version_type=freebsd-$objformat
-< case $version_type in
-< freebsd-elf*)
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
-< need_version=no
-< need_lib_prefix=no
-< ;;
-< freebsd-*)
-< library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
-< need_version=yes
-< ;;
-< esac
-< shlibpath_var=LD_LIBRARY_PATH
-< case $host_os in
-< freebsd2*)
-< shlibpath_overrides_runpath=yes
-< ;;
-< freebsd3.01* | freebsdelf3.01*)
-< shlibpath_overrides_runpath=yes
-< hardcode_into_libs=yes
-< ;;
-< *) # from 3.2 on
-< shlibpath_overrides_runpath=no
-< hardcode_into_libs=yes
-< ;;
-< esac
-< ;;
-<
-< gnu*)
-< version_type=linux
-< need_lib_prefix=no
-< need_version=no
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< shlibpath_var=LD_LIBRARY_PATH
-< hardcode_into_libs=yes
-< ;;
-<
-< hpux9* | hpux10* | hpux11*)
-< # Give a soname corresponding to the major version so that dld.sl refuses to
-< # link against other versions.
-< version_type=sunos
-< need_lib_prefix=no
-< need_version=no
-< case "$host_cpu" in
-< ia64*)
-< shrext='.so'
-< hardcode_into_libs=yes
-< dynamic_linker="$host_os dld.so"
-< shlibpath_var=LD_LIBRARY_PATH
-< shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< if test "X$HPUX_IA64_MODE" = X32; then
-< sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-< else
-< sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-< fi
-< sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-< ;;
-< hppa*64*)
-< shrext='.sl'
-< hardcode_into_libs=yes
-< dynamic_linker="$host_os dld.sl"
-< shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-< shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
-< sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-< ;;
-< *)
-< shrext='.sl'
-< dynamic_linker="$host_os dld.sl"
-< shlibpath_var=SHLIB_PATH
-< shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< ;;
-< esac
-< # HP-UX runs *really* slowly unless shared libraries are mode 555.
-< postinstall_cmds='chmod 555 $lib'
-< ;;
-<
-< irix5* | irix6* | nonstopux*)
-< case $host_os in
-< nonstopux*) version_type=nonstopux ;;
-< *)
-< if test "$lt_cv_prog_gnu_ld" = yes; then
-< version_type=linux
-< else
-< version_type=irix
-< fi ;;
-< esac
-< need_lib_prefix=no
-< need_version=no
-< soname_spec='${libname}${release}${shared_ext}$major'
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
-< case $host_os in
-< irix5* | nonstopux*)
-< libsuff= shlibsuff=
-< ;;
-< *)
-< case $LD in # libtool.m4 will add one of these switches to LD
-< *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
-< libsuff= shlibsuff= libmagic=32-bit;;
-< *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
-< libsuff=32 shlibsuff=N32 libmagic=N32;;
-< *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
-< libsuff=64 shlibsuff=64 libmagic=64-bit;;
-< *) libsuff= shlibsuff= libmagic=never-match;;
-< esac
-< ;;
-< esac
-< shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
-< shlibpath_overrides_runpath=no
-< sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
-< sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
-< hardcode_into_libs=yes
-< ;;
-<
-< # No shared lib support for Linux oldld, aout, or coff.
-< linux*oldld* | linux*aout* | linux*coff*)
-< dynamic_linker=no
-< ;;
-<
-< # This must be Linux ELF.
-< linux*)
-< version_type=linux
-< need_lib_prefix=no
-< need_version=no
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
-< libsuff=
-< if test "x$LINUX_64_MODE" = x64; then
-< # Some platforms are per default 64-bit, so there's no /lib64
-< if test -d /lib64; then
-< libsuff=64
-< fi
-< fi
-< shlibpath_var=LD_LIBRARY_PATH
-< shlibpath_overrides_runpath=no
-< sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
-< sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
-< # This implies no fast_install, which is unacceptable.
-< # Some rework will be needed to allow for fast_install
-< # before this can be enabled.
-< hardcode_into_libs=yes
-<
-< # We used to test for /lib/ld.so.1 and disable shared libraries on
-< # powerpc, because MkLinux only supported shared libraries with the
-< # GNU dynamic linker. Since this was broken with cross compilers,
-< # most powerpc-linux boxes support dynamic linking these days and
-< # people can always --disable-shared, the test was removed, and we
-< # assume the GNU/Linux dynamic linker is in use.
-< dynamic_linker='GNU/Linux ld.so'
-< ;;
-<
-< netbsd*)
-< version_type=sunos
-< need_lib_prefix=no
-< need_version=no
-< if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
-< finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-< dynamic_linker='NetBSD (a.out) ld.so'
-< else
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< dynamic_linker='NetBSD ld.elf_so'
-< fi
-< shlibpath_var=LD_LIBRARY_PATH
-< shlibpath_overrides_runpath=yes
-< hardcode_into_libs=yes
-< ;;
-<
-< newsos6)
-< version_type=linux
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< shlibpath_var=LD_LIBRARY_PATH
-< shlibpath_overrides_runpath=yes
-< ;;
-<
-< nto-qnx*)
-< version_type=linux
-< need_lib_prefix=no
-< need_version=no
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< shlibpath_var=LD_LIBRARY_PATH
-< shlibpath_overrides_runpath=yes
-< ;;
-<
-< openbsd*)
-< version_type=sunos
-< need_lib_prefix=no
-< need_version=no
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
-< finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-< shlibpath_var=LD_LIBRARY_PATH
-< if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
-< case $host_os in
-< openbsd2.[89] | openbsd2.[89].*)
-< shlibpath_overrides_runpath=no
-< ;;
-< *)
-< shlibpath_overrides_runpath=yes
-< ;;
-< esac
-< else
-< shlibpath_overrides_runpath=yes
-< fi
-< ;;
-<
-< os2*)
-< libname_spec='$name'
-< shrext=".dll"
-< need_lib_prefix=no
-< library_names_spec='$libname${shared_ext} $libname.a'
-< dynamic_linker='OS/2 ld.exe'
-< shlibpath_var=LIBPATH
-< ;;
-<
-< osf3* | osf4* | osf5*)
-< version_type=osf
-< need_lib_prefix=no
-< need_version=no
-< soname_spec='${libname}${release}${shared_ext}$major'
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< shlibpath_var=LD_LIBRARY_PATH
-< sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-< sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
-< ;;
-<
-< sco3.2v5*)
-< version_type=osf
-< soname_spec='${libname}${release}${shared_ext}$major'
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< shlibpath_var=LD_LIBRARY_PATH
-< ;;
-<
-< solaris*)
-< version_type=linux
-< need_lib_prefix=no
-< need_version=no
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< shlibpath_var=LD_LIBRARY_PATH
-< shlibpath_overrides_runpath=yes
-< hardcode_into_libs=yes
-< # ldd complains unless libraries are executable
-< postinstall_cmds='chmod +x $lib'
-< ;;
-<
-< sunos4*)
-< version_type=sunos
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
-< finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
-< shlibpath_var=LD_LIBRARY_PATH
-< shlibpath_overrides_runpath=yes
-< if test "$with_gnu_ld" = yes; then
-< need_lib_prefix=no
-< fi
-< need_version=yes
-< ;;
-<
-< sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
-< version_type=linux
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< shlibpath_var=LD_LIBRARY_PATH
-< case $host_vendor in
-< sni)
-< shlibpath_overrides_runpath=no
-< need_lib_prefix=no
-< export_dynamic_flag_spec='${wl}-Blargedynsym'
-< runpath_var=LD_RUN_PATH
-< ;;
-< siemens)
-< need_lib_prefix=no
-< ;;
-< motorola)
-< need_lib_prefix=no
-< need_version=no
-< shlibpath_overrides_runpath=no
-< sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
-< ;;
-< esac
-< ;;
-<
-< sysv4*MP*)
-< if test -d /usr/nec ;then
-< version_type=linux
-< library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
-< soname_spec='$libname${shared_ext}.$major'
-< shlibpath_var=LD_LIBRARY_PATH
-< fi
-< ;;
-<
-< uts4*)
-< version_type=linux
-< library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-< soname_spec='${libname}${release}${shared_ext}$major'
-< shlibpath_var=LD_LIBRARY_PATH
-< ;;
-<
-< *)
-< dynamic_linker=no
-< ;;
-< esac
-< echo "$as_me:$LINENO: result: $dynamic_linker" >&5
-< echo "${ECHO_T}$dynamic_linker" >&6
-< test "$dynamic_linker" = no && can_build_shared=no
-<
-< echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
-< echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
-< hardcode_action_GCJ=
-< if test -n "$hardcode_libdir_flag_spec_GCJ" || \
-< test -n "$runpath_var GCJ" || \
-< test "X$hardcode_automatic_GCJ"="Xyes" ; then
-<
-< # We can hardcode non-existant directories.
-< if test "$hardcode_direct_GCJ" != no &&
-< # If the only mechanism to avoid hardcoding is shlibpath_var, we
-< # have to relink, otherwise we might link with an installed library
-< # when we should be linking with a yet-to-be-installed one
-< ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
-< test "$hardcode_minus_L_GCJ" != no; then
-< # Linking always hardcodes the temporary library directory.
-< hardcode_action_GCJ=relink
-< else
-< # We can link without hardcoding, and we can hardcode nonexisting dirs.
-< hardcode_action_GCJ=immediate
-< fi
-< else
-< # We cannot hardcode anything, or else we can only hardcode existing
-< # directories.
-< hardcode_action_GCJ=unsupported
-< fi
-< echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
-< echo "${ECHO_T}$hardcode_action_GCJ" >&6
-<
-< if test "$hardcode_action_GCJ" = relink; then
-< # Fast installation is not supported
-< enable_fast_install=no
-< elif test "$shlibpath_overrides_runpath" = yes ||
-< test "$enable_shared" = no; then
-< # Fast installation is not necessary
-< enable_fast_install=needless
-< fi
-<
-< striplib=
-< old_striplib=
-< echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
-< echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
-< if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
-< test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
-< test -z "$striplib" && striplib="$STRIP --strip-unneeded"
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
-< else
-< # FIXME - insert some real tests, host_os isn't really good enough
-< case $host_os in
-< darwin*)
-< if test -n "$STRIP" ; then
-< striplib="$STRIP -x"
-< 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
-< ;;
-< *)
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
-< ;;
-< esac
-< fi
-<
-< if test "x$enable_dlopen" != xyes; then
-< enable_dlopen=unknown
-< enable_dlopen_self=unknown
-< enable_dlopen_self_static=unknown
-< else
-< lt_cv_dlopen=no
-< lt_cv_dlopen_libs=
-<
-< case $host_os in
-< beos*)
-< lt_cv_dlopen="load_add_on"
-< lt_cv_dlopen_libs=
-< lt_cv_dlopen_self=yes
-< ;;
-<
-< mingw* | pw32*)
-< lt_cv_dlopen="LoadLibrary"
-< lt_cv_dlopen_libs=
-< ;;
-<
-< cygwin*)
-< lt_cv_dlopen="dlopen"
-< lt_cv_dlopen_libs=
-< ;;
-<
-< darwin*)
-< # if libdl is installed we need to link against it
-< echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-< echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
-< if test "${ac_cv_lib_dl_dlopen+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< ac_check_lib_save_LIBS=$LIBS
-< LIBS="-ldl $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 gcc2 internal prototype to avoid an error. */
-< #ifdef __cplusplus
-< extern "C"
-< #endif
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-< char dlopen ();
-< int
-< main ()
-< {
-< dlopen ();
-< ;
-< return 0;
-< }
-< _ACEOF
-< rm -f conftest.$ac_objext conftest$ac_exeext
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest$ac_exeext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< ac_cv_lib_dl_dlopen=yes
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
-<
-< ac_cv_lib_dl_dlopen=no
-< fi
-< rm -f conftest.err conftest.$ac_objext \
-< conftest$ac_exeext conftest.$ac_ext
-< LIBS=$ac_check_lib_save_LIBS
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-< echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
-< if test $ac_cv_lib_dl_dlopen = yes; then
-< lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
-< else
-<
-< lt_cv_dlopen="dyld"
-< lt_cv_dlopen_libs=
-< lt_cv_dlopen_self=yes
-<
-< fi
-<
-< ;;
-<
-< *)
-< echo "$as_me:$LINENO: checking for shl_load" >&5
-< echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
-< if test "${ac_cv_func_shl_load+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< cat >conftest.$ac_ext <<_ACEOF
-< /* confdefs.h. */
-< _ACEOF
-< cat confdefs.h >>conftest.$ac_ext
-< cat >>conftest.$ac_ext <<_ACEOF
-< /* end confdefs.h. */
-< /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
-< For example, HP-UX 11i <limits.h> declares gettimeofday. */
-< #define shl_load innocuous_shl_load
-<
-< /* System header to define __stub macros and hopefully few prototypes,
-< which can conflict with char shl_load (); below.
-< Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-< <limits.h> exists even on freestanding compilers. */
-<
-< #ifdef __STDC__
-< # include <limits.h>
-< #else
-< # include <assert.h>
-< #endif
-<
-< #undef shl_load
-<
-< /* Override any gcc2 internal prototype to avoid an error. */
-< #ifdef __cplusplus
-< extern "C"
-< {
-< #endif
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-< char shl_load ();
-< /* The GNU C library defines this for functions which it implements
-< to always fail with ENOSYS. Some functions are actually named
-< something starting with __ and the normal name is an alias. */
-< #if defined (__stub_shl_load) || defined (__stub___shl_load)
-< choke me
-< #else
-< char (*f) () = shl_load;
-< #endif
-< #ifdef __cplusplus
-< }
-< #endif
-<
-< int
-< main ()
-< {
-< return f != shl_load;
-< ;
-< return 0;
-< }
-< _ACEOF
-< rm -f conftest.$ac_objext conftest$ac_exeext
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest$ac_exeext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< ac_cv_func_shl_load=yes
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
-<
-< ac_cv_func_shl_load=no
-< fi
-< rm -f conftest.err conftest.$ac_objext \
-< conftest$ac_exeext conftest.$ac_ext
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
-< echo "${ECHO_T}$ac_cv_func_shl_load" >&6
-< if test $ac_cv_func_shl_load = yes; then
-< lt_cv_dlopen="shl_load"
-< else
-< echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
-< echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
-< if test "${ac_cv_lib_dld_shl_load+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< ac_check_lib_save_LIBS=$LIBS
-< LIBS="-ldld $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 gcc2 internal prototype to avoid an error. */
-< #ifdef __cplusplus
-< extern "C"
-< #endif
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-< char shl_load ();
-< int
-< main ()
-< {
-< shl_load ();
-< ;
-< return 0;
-< }
-< _ACEOF
-< rm -f conftest.$ac_objext conftest$ac_exeext
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest$ac_exeext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< ac_cv_lib_dld_shl_load=yes
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
-<
-< ac_cv_lib_dld_shl_load=no
-< fi
-< rm -f conftest.err conftest.$ac_objext \
-< conftest$ac_exeext conftest.$ac_ext
-< LIBS=$ac_check_lib_save_LIBS
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
-< echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
-< if test $ac_cv_lib_dld_shl_load = yes; then
-< lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
-< else
-< echo "$as_me:$LINENO: checking for dlopen" >&5
-< echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
-< if test "${ac_cv_func_dlopen+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< cat >conftest.$ac_ext <<_ACEOF
-< /* confdefs.h. */
-< _ACEOF
-< cat confdefs.h >>conftest.$ac_ext
-< cat >>conftest.$ac_ext <<_ACEOF
-< /* end confdefs.h. */
-< /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
-< For example, HP-UX 11i <limits.h> declares gettimeofday. */
-< #define dlopen innocuous_dlopen
----
-> ;;
-20522,20525c21676,21691
-< /* System header to define __stub macros and hopefully few prototypes,
-< which can conflict with char dlopen (); below.
-< Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-< <limits.h> exists even on freestanding compilers. */
----
-> sysv5* | sco3.2v5* | sco5v6*)
-> # Note: We can NOT use -z defs as we might desire, because we do not
-> # link with -lc, and that would cause any symbols used from libc to
-> # always be unresolved, which means just about no library would
-> # ever link correctly. If we're not using GNU ld we use -z text
-> # though, which does catch some bad symbols but isn't as heavy-handed
-> # as -z defs.
-> no_undefined_flag_GCJ='${wl}-z,text'
-> allow_undefined_flag_GCJ='${wl}-z,nodefs'
-> archive_cmds_need_lc_GCJ=no
-> hardcode_shlibpath_var_GCJ=no
-> hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
-> hardcode_libdir_separator_GCJ=':'
-> link_all_deplibs_GCJ=yes
-> export_dynamic_flag_spec_GCJ='${wl}-Bexport'
-> runpath_var='LD_RUN_PATH'
-20527,20531c21693,21700
-< #ifdef __STDC__
-< # include <limits.h>
-< #else
-< # include <assert.h>
-< #endif
----
-> if test "$GCC" = yes; then
-> archive_cmds_GCJ='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> else
-> archive_cmds_GCJ='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
-> fi
-> ;;
-20533c21702,21706
-< #undef dlopen
----
-> uts4*)
-> archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-> hardcode_libdir_flag_spec_GCJ='-L$libdir'
-> hardcode_shlibpath_var_GCJ=no
-> ;;
-20535,20553c21708,21712
-< /* Override any gcc2 internal prototype to avoid an error. */
-< #ifdef __cplusplus
-< extern "C"
-< {
-< #endif
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-< char dlopen ();
-< /* The GNU C library defines this for functions which it implements
-< to always fail with ENOSYS. Some functions are actually named
-< something starting with __ and the normal name is an alias. */
-< #if defined (__stub_dlopen) || defined (__stub___dlopen)
-< choke me
-< #else
-< char (*f) () = dlopen;
-< #endif
-< #ifdef __cplusplus
-< }
-< #endif
----
-> *)
-> ld_shlibs_GCJ=no
-> ;;
-> esac
-> fi
-20555,20588c21714,21716
-< int
-< main ()
-< {
-< return f != dlopen;
-< ;
-< return 0;
-< }
-< _ACEOF
-< rm -f conftest.$ac_objext conftest$ac_exeext
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest$ac_exeext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< ac_cv_func_dlopen=yes
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
----
-> { echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
-> echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }
-> test "$ld_shlibs_GCJ" = no && can_build_shared=no
-20590,20612c21718,21724
-< ac_cv_func_dlopen=no
-< fi
-< rm -f conftest.err conftest.$ac_objext \
-< conftest$ac_exeext conftest.$ac_ext
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
-< echo "${ECHO_T}$ac_cv_func_dlopen" >&6
-< if test $ac_cv_func_dlopen = yes; then
-< lt_cv_dlopen="dlopen"
-< else
-< echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-< echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
-< if test "${ac_cv_lib_dl_dlopen+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< ac_check_lib_save_LIBS=$LIBS
-< LIBS="-ldl $LIBS"
-< cat >conftest.$ac_ext <<_ACEOF
-< /* confdefs.h. */
-< _ACEOF
-< cat confdefs.h >>conftest.$ac_ext
-< cat >>conftest.$ac_ext <<_ACEOF
-< /* end confdefs.h. */
----
-> #
-> # Do we need to explicitly link libc?
-> #
-> case "x$archive_cmds_need_lc_GCJ" in
-> x|xyes)
-> # Assume -lc should be added
-> archive_cmds_need_lc_GCJ=yes
-20614,20641c21726,21741
-< /* Override any gcc2 internal prototype to avoid an error. */
-< #ifdef __cplusplus
-< extern "C"
-< #endif
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-< char dlopen ();
-< int
-< main ()
-< {
-< dlopen ();
-< ;
-< return 0;
-< }
-< _ACEOF
-< rm -f conftest.$ac_objext conftest$ac_exeext
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> if test "$enable_shared" = yes && test "$GCC" = yes; then
-> case $archive_cmds_GCJ in
-> *'~'*)
-> # FIXME: we may have to deal with multi-command sequences.
-> ;;
-> '$CC '*)
-> # Test whether the compiler implicitly links with -lc since on some
-> # systems, -lgcc has to come before -lc. If gcc already passes -lc
-> # to ld, don't add -lc before -lgcc.
-> { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
-> echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
-> $rm conftest*
-> printf "$lt_simple_compile_test_code" > conftest.$ac_ext
->
-> if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-> (eval $ac_compile) 2>&5
-20644,20647c21744,21759
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest$ac_exeext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> (exit $ac_status); } 2>conftest.err; then
-> soname=conftest
-> lib=conftest
-> libobjs=conftest.$ac_objext
-> deplibs=
-> wl=$lt_prog_compiler_wl_GCJ
-> pic_flag=$lt_prog_compiler_pic_GCJ
-> compiler_flags=-v
-> linker_flags=-v
-> verstring=
-> output_objdir=.
-> libname=conftest
-> lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ
-> allow_undefined_flag_GCJ=
-> if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
-> (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
-20650,20654c21762,21779
-< (exit $ac_status); }; }; then
-< ac_cv_lib_dl_dlopen=yes
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
----
-> (exit $ac_status); }
-> then
-> archive_cmds_need_lc_GCJ=no
-> else
-> archive_cmds_need_lc_GCJ=yes
-> fi
-> allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
-> else
-> cat conftest.err 1>&5
-> fi
-> $rm conftest*
-> { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
-> echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; }
-> ;;
-> esac
-> fi
-> ;;
-> esac
-20656,20670c21781,21806
-< ac_cv_lib_dl_dlopen=no
-< fi
-< rm -f conftest.err conftest.$ac_objext \
-< conftest$ac_exeext conftest.$ac_ext
-< LIBS=$ac_check_lib_save_LIBS
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-< echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
-< if test $ac_cv_lib_dl_dlopen = yes; then
-< lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
-< else
-< echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
-< echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
-< if test "${ac_cv_lib_svld_dlopen+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
-> echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
-> library_names_spec=
-> libname_spec='lib$name'
-> soname_spec=
-> shrext_cmds=".so"
-> postinstall_cmds=
-> postuninstall_cmds=
-> finish_cmds=
-> finish_eval=
-> shlibpath_var=
-> shlibpath_overrides_runpath=unknown
-> version_type=none
-> dynamic_linker="$host_os ld.so"
-> sys_lib_dlsearch_path_spec="/lib /usr/lib"
-> if test "$GCC" = yes; then
-> sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
-> if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
-> # if the path contains ";" then we assume it to be the separator
-> # otherwise default to the standard path separator (i.e. ":") - it is
-> # assumed that no part of a normal pathname contains ";" but that should
-> # okay in the real world where ";" in dirpaths is itself problematic.
-> sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-> else
-> sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-> fi
-20672,20679c21808,21811
-< ac_check_lib_save_LIBS=$LIBS
-< LIBS="-lsvld $LIBS"
-< cat >conftest.$ac_ext <<_ACEOF
-< /* confdefs.h. */
-< _ACEOF
-< cat confdefs.h >>conftest.$ac_ext
-< cat >>conftest.$ac_ext <<_ACEOF
-< /* end confdefs.h. */
----
-> sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-> fi
-> need_lib_prefix=unknown
-> hardcode_into_libs=no
-20681,20721c21813,21825
-< /* Override any gcc2 internal prototype to avoid an error. */
-< #ifdef __cplusplus
-< extern "C"
-< #endif
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-< char dlopen ();
-< int
-< main ()
-< {
-< dlopen ();
-< ;
-< return 0;
-< }
-< _ACEOF
-< rm -f conftest.$ac_objext conftest$ac_exeext
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest$ac_exeext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< ac_cv_lib_svld_dlopen=yes
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
----
-> # when you set need_version to no, make sure it does not cause -set_version
-> # flags to be left without arguments
-> need_version=unknown
->
-> case $host_os in
-> aix3*)
-> version_type=linux
-> library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
-> shlibpath_var=LIBPATH
->
-> # AIX 3 has no versioning support, so we append a major version to the name.
-> soname_spec='${libname}${release}${shared_ext}$major'
-> ;;
-20723,20746c21827,21869
-< ac_cv_lib_svld_dlopen=no
-< fi
-< rm -f conftest.err conftest.$ac_objext \
-< conftest$ac_exeext conftest.$ac_ext
-< LIBS=$ac_check_lib_save_LIBS
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
-< echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
-< if test $ac_cv_lib_svld_dlopen = yes; then
-< lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
-< else
-< echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
-< echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
-< if test "${ac_cv_lib_dld_dld_link+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< ac_check_lib_save_LIBS=$LIBS
-< LIBS="-ldld $LIBS"
-< cat >conftest.$ac_ext <<_ACEOF
-< /* confdefs.h. */
-< _ACEOF
-< cat confdefs.h >>conftest.$ac_ext
-< cat >>conftest.$ac_ext <<_ACEOF
-< /* end confdefs.h. */
----
-> aix4* | aix5*)
-> version_type=linux
-> need_lib_prefix=no
-> need_version=no
-> hardcode_into_libs=yes
-> if test "$host_cpu" = ia64; then
-> # AIX 5 supports IA64
-> library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
-> shlibpath_var=LD_LIBRARY_PATH
-> else
-> # With GCC up to 2.95.x, collect2 would create an import file
-> # for dependence libraries. The import file would start with
-> # the line `#! .'. This would cause the generated library to
-> # depend on `.', always an invalid library. This was fixed in
-> # development snapshots of GCC prior to 3.0.
-> case $host_os in
-> aix4 | aix4.[01] | aix4.[01].*)
-> if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
-> echo ' yes '
-> echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
-> :
-> else
-> can_build_shared=no
-> fi
-> ;;
-> esac
-> # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
-> # soname into executable. Probably we can add versioning support to
-> # collect2, so additional links can be useful in future.
-> if test "$aix_use_runtimelinking" = yes; then
-> # If using run time linking (on AIX 4.2 or later) use lib<name>.so
-> # instead of lib<name>.a to let people know that these are not
-> # typical AIX shared libraries.
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-> else
-> # We preserve .a as extension for shared libraries through AIX4.2
-> # and later when we are not doing run time linking.
-> library_names_spec='${libname}${release}.a $libname.a'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> fi
-> shlibpath_var=LIBPATH
-> fi
-> ;;
-20748,20788c21871,21875
-< /* Override any gcc2 internal prototype to avoid an error. */
-< #ifdef __cplusplus
-< extern "C"
-< #endif
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-< char dld_link ();
-< int
-< main ()
-< {
-< dld_link ();
-< ;
-< return 0;
-< }
-< _ACEOF
-< rm -f conftest.$ac_objext conftest$ac_exeext
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; } &&
-< { ac_try='test -s conftest$ac_exeext'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); }; }; then
-< ac_cv_lib_dld_dld_link=yes
-< else
-< echo "$as_me: failed program was:" >&5
-< sed 's/^/| /' conftest.$ac_ext >&5
----
-> amigaos*)
-> library_names_spec='$libname.ixlibrary $libname.a'
-> # Create ${libname}_ixlibrary.a entries in /sys/libs.
-> finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-> ;;
-20790,20800c21877,21881
-< ac_cv_lib_dld_dld_link=no
-< fi
-< rm -f conftest.err conftest.$ac_objext \
-< conftest$ac_exeext conftest.$ac_ext
-< LIBS=$ac_check_lib_save_LIBS
-< fi
-< echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
-< echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
-< if test $ac_cv_lib_dld_dld_link = yes; then
-< lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
-< fi
----
-> beos*)
-> library_names_spec='${libname}${shared_ext}'
-> dynamic_linker="$host_os ld.so"
-> shlibpath_var=LIBRARY_PATH
-> ;;
-20801a21883,21895
-> bsdi[45]*)
-> version_type=linux
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
-> shlibpath_var=LD_LIBRARY_PATH
-> sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
-> sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
-> # the default ld.so.conf also contains /usr/contrib/lib and
-> # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
-> # libtool to hard-code these into programs
-> ;;
-20803c21897,21901
-< fi
----
-> cygwin* | mingw* | pw32*)
-> version_type=windows
-> shrext_cmds=".dll"
-> need_version=no
-> need_lib_prefix=no
-20804a21903,21916
-> case $GCC,$host_os in
-> yes,cygwin* | yes,mingw* | yes,pw32*)
-> library_names_spec='$libname.dll.a'
-> # DLL is installed to $(libdir)/../bin by postinstall_cmds
-> postinstall_cmds='base_file=`basename \${file}`~
-> dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
-> dldir=$destdir/`dirname \$dlpath`~
-> test -d \$dldir || mkdir -p \$dldir~
-> $install_prog $dir/$dlname \$dldir/$dlname~
-> chmod a+x \$dldir/$dlname'
-> postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-> dlpath=$dir/\$dldll~
-> $rm \$dlpath'
-> shlibpath_overrides_runpath=yes
-20806c21918,21945
-< fi
----
-> case $host_os in
-> cygwin*)
-> # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-> soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
-> sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
-> ;;
-> mingw*)
-> # MinGW DLLs use traditional 'lib' prefix
-> soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
-> sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
-> if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
-> # It is most probably a Windows format PATH printed by
-> # mingw gcc, but we are running on Cygwin. Gcc prints its search
-> # path with ; separators, and with drive letters. We can handle the
-> # drive letters (cygwin fileutils understands them), so leave them,
-> # especially as we might pass files found there to a mingw objdump,
-> # which wouldn't understand a cygwinified path. Ahh.
-> sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-> else
-> sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-> fi
-> ;;
-> pw32*)
-> # pw32 DLLs use 'pw' prefix rather than 'lib'
-> library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
-> ;;
-> esac
-> ;;
-20807a21947,21954
-> *)
-> library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
-> ;;
-> esac
-> dynamic_linker='Win32 ld.exe'
-> # FIXME: first we should search . and the directory the executable is in
-> shlibpath_var=PATH
-> ;;
-20809c21956,21973
-< fi
----
-> darwin* | rhapsody*)
-> dynamic_linker="$host_os dyld"
-> version_type=darwin
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
-> soname_spec='${libname}${release}${major}$shared_ext'
-> shlibpath_overrides_runpath=yes
-> shlibpath_var=DYLD_LIBRARY_PATH
-> shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-> # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
-> if test "$GCC" = yes; then
-> sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
-> else
-> sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
-> fi
-> sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
-> ;;
-20810a21975,21982
-> dgux*)
-> version_type=linux
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> ;;
-20812c21984,21986
-< fi
----
-> freebsd1*)
-> dynamic_linker=no
-> ;;
-20813a21988,22030
-> freebsd* | dragonfly*)
-> # DragonFly does not have aout. When/if they implement a new
-> # versioning mechanism, adjust this.
-> if test -x /usr/bin/objformat; then
-> objformat=`/usr/bin/objformat`
-> else
-> case $host_os in
-> freebsd[123]*) objformat=aout ;;
-> *) objformat=elf ;;
-> esac
-> fi
-> version_type=freebsd-$objformat
-> case $version_type in
-> freebsd-elf*)
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
-> need_version=no
-> need_lib_prefix=no
-> ;;
-> freebsd-*)
-> library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
-> need_version=yes
-> ;;
-> esac
-> shlibpath_var=LD_LIBRARY_PATH
-> case $host_os in
-> freebsd2*)
-> shlibpath_overrides_runpath=yes
-> ;;
-> freebsd3.[01]* | freebsdelf3.[01]*)
-> shlibpath_overrides_runpath=yes
-> hardcode_into_libs=yes
-> ;;
-> freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
-> freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
-> shlibpath_overrides_runpath=no
-> hardcode_into_libs=yes
-> ;;
-> freebsd*) # from 4.6 on
-> shlibpath_overrides_runpath=yes
-> hardcode_into_libs=yes
-> ;;
-> esac
-> ;;
-20815c22032,22040
-< fi
----
-> gnu*)
-> version_type=linux
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> hardcode_into_libs=yes
-> ;;
-20816a22042,22081
-> hpux9* | hpux10* | hpux11*)
-> # Give a soname corresponding to the major version so that dld.sl refuses to
-> # link against other versions.
-> version_type=sunos
-> need_lib_prefix=no
-> need_version=no
-> case $host_cpu in
-> ia64*)
-> shrext_cmds='.so'
-> hardcode_into_libs=yes
-> dynamic_linker="$host_os dld.so"
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> if test "X$HPUX_IA64_MODE" = X32; then
-> sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-> else
-> sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-> fi
-> sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-> ;;
-> hppa*64*)
-> shrext_cmds='.sl'
-> hardcode_into_libs=yes
-> dynamic_linker="$host_os dld.sl"
-> shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-> shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
-> sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-> ;;
-> *)
-> shrext_cmds='.sl'
-> dynamic_linker="$host_os dld.sl"
-> shlibpath_var=SHLIB_PATH
-> shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-20818a22084,22086
-> # HP-UX runs *really* slowly unless shared libraries are mode 555.
-> postinstall_cmds='chmod 555 $lib'
-> ;;
-20820,20853c22088,22098
-< if test "x$lt_cv_dlopen" != xno; then
-< enable_dlopen=yes
-< else
-< enable_dlopen=no
-< fi
-<
-< case $lt_cv_dlopen in
-< dlopen)
-< save_CPPFLAGS="$CPPFLAGS"
-< test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
-<
-< save_LDFLAGS="$LDFLAGS"
-< eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
-<
-< save_LIBS="$LIBS"
-< LIBS="$lt_cv_dlopen_libs $LIBS"
-<
-< echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
-< echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
-< if test "${lt_cv_dlopen_self+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< if test "$cross_compiling" = yes; then :
-< lt_cv_dlopen_self=cross
-< else
-< lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-< lt_status=$lt_dlunknown
-< cat > conftest.$ac_ext <<EOF
-< #line 20848 "configure"
-< #include "confdefs.h"
-<
-< #if HAVE_DLFCN_H
-< #include <dlfcn.h>
-< #endif
----
-> interix3*)
-> version_type=linux
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=no
-> hardcode_into_libs=yes
-> ;;
-20855c22100,22135
-< #include <stdio.h>
----
-> irix5* | irix6* | nonstopux*)
-> case $host_os in
-> nonstopux*) version_type=nonstopux ;;
-> *)
-> if test "$lt_cv_prog_gnu_ld" = yes; then
-> version_type=linux
-> else
-> version_type=irix
-> fi ;;
-> esac
-> need_lib_prefix=no
-> need_version=no
-> soname_spec='${libname}${release}${shared_ext}$major'
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
-> case $host_os in
-> irix5* | nonstopux*)
-> libsuff= shlibsuff=
-> ;;
-> *)
-> case $LD in # libtool.m4 will add one of these switches to LD
-> *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
-> libsuff= shlibsuff= libmagic=32-bit;;
-> *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
-> libsuff=32 shlibsuff=N32 libmagic=N32;;
-> *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
-> libsuff=64 shlibsuff=64 libmagic=64-bit;;
-> *) libsuff= shlibsuff= libmagic=never-match;;
-> esac
-> ;;
-> esac
-> shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
-> shlibpath_overrides_runpath=no
-> sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
-> sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
-> hardcode_into_libs=yes
-> ;;
-20857,20865c22137,22140
-< #ifdef RTLD_GLOBAL
-< # define LT_DLGLOBAL RTLD_GLOBAL
-< #else
-< # ifdef DL_GLOBAL
-< # define LT_DLGLOBAL DL_GLOBAL
-< # else
-< # define LT_DLGLOBAL 0
-< # endif
-< #endif
----
-> # No shared lib support for Linux oldld, aout, or coff.
-> linux*oldld* | linux*aout* | linux*coff*)
-> dynamic_linker=no
-> ;;
-20867,20887c22142,22155
-< /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-< find out it does not work in some platform. */
-< #ifndef LT_DLLAZY_OR_NOW
-< # ifdef RTLD_LAZY
-< # define LT_DLLAZY_OR_NOW RTLD_LAZY
-< # else
-< # ifdef DL_LAZY
-< # define LT_DLLAZY_OR_NOW DL_LAZY
-< # else
-< # ifdef RTLD_NOW
-< # define LT_DLLAZY_OR_NOW RTLD_NOW
-< # else
-< # ifdef DL_NOW
-< # define LT_DLLAZY_OR_NOW DL_NOW
-< # else
-< # define LT_DLLAZY_OR_NOW 0
-< # endif
-< # endif
-< # endif
-< # endif
-< #endif
----
-> # This must be Linux ELF.
-> linux* | k*bsd*-gnu)
-> version_type=linux
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=no
-> # This implies no fast_install, which is unacceptable.
-> # Some rework will be needed to allow for fast_install
-> # before this can be enabled.
-> hardcode_into_libs=yes
-20889,20891c22157,22161
-< #ifdef __cplusplus
-< extern "C" void exit (int);
-< #endif
----
-> # Append ld.so.conf contents to the search path
-> if test -f /etc/ld.so.conf; then
-> lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
-> sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-> fi
-20893,20897c22163,22170
-< void fnord() { int i=42;}
-< int main ()
-< {
-< void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-< int status = $lt_dlunknown;
----
-> # We used to test for /lib/ld.so.1 and disable shared libraries on
-> # powerpc, because MkLinux only supported shared libraries with the
-> # GNU dynamic linker. Since this was broken with cross compilers,
-> # most powerpc-linux boxes support dynamic linking these days and
-> # people can always --disable-shared, the test was removed, and we
-> # assume the GNU/Linux dynamic linker is in use.
-> dynamic_linker='GNU/Linux ld.so'
-> ;;
-20899,20904c22172,22182
-< if (self)
-< {
-< if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
-< else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
-< /* dlclose (self); */
-< }
----
-> netbsdelf*-gnu)
-> version_type=linux
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=no
-> hardcode_into_libs=yes
-> dynamic_linker='NetBSD ld.elf_so'
-> ;;
-20906,20923c22184,22195
-< exit (status);
-< }
-< EOF
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
-< (./conftest; exit; ) 2>/dev/null
-< lt_status=$?
-< case x$lt_status in
-< x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
-< x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
-< x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
-< esac
-< else :
-< # compilation failed
-< lt_cv_dlopen_self=no
----
-> netbsd*)
-> version_type=sunos
-> need_lib_prefix=no
-> need_version=no
-> if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
-> finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-> dynamic_linker='NetBSD (a.out) ld.so'
-> else
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> dynamic_linker='NetBSD ld.elf_so'
-20925,20927c22197,22200
-< fi
-< rm -fr conftest*
-<
----
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=yes
-> hardcode_into_libs=yes
-> ;;
-20929,20931c22202,22207
-< fi
-< echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
-< echo "${ECHO_T}$lt_cv_dlopen_self" >&6
----
-> newsos6)
-> version_type=linux
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=yes
-> ;;
-20933,20947c22209,22217
-< if test "x$lt_cv_dlopen_self" = xyes; then
-< LDFLAGS="$LDFLAGS $link_static_flag"
-< echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
-< echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
-< if test "${lt_cv_dlopen_self_static+set}" = set; then
-< echo $ECHO_N "(cached) $ECHO_C" >&6
-< else
-< if test "$cross_compiling" = yes; then :
-< lt_cv_dlopen_self_static=cross
-< else
-< lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-< lt_status=$lt_dlunknown
-< cat > conftest.$ac_ext <<EOF
-< #line 20946 "configure"
-< #include "confdefs.h"
----
-> nto-qnx*)
-> version_type=linux
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=yes
-> ;;
-20949,20951c22219,22243
-< #if HAVE_DLFCN_H
-< #include <dlfcn.h>
-< #endif
----
-> openbsd*)
-> version_type=sunos
-> sys_lib_dlsearch_path_spec="/usr/lib"
-> need_lib_prefix=no
-> # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
-> case $host_os in
-> openbsd3.3 | openbsd3.3.*) need_version=yes ;;
-> *) need_version=no ;;
-> esac
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
-> finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-> shlibpath_var=LD_LIBRARY_PATH
-> if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
-> case $host_os in
-> openbsd2.[89] | openbsd2.[89].*)
-> shlibpath_overrides_runpath=no
-> ;;
-> *)
-> shlibpath_overrides_runpath=yes
-> ;;
-> esac
-> else
-> shlibpath_overrides_runpath=yes
-> fi
-> ;;
-20953c22245,22252
-< #include <stdio.h>
----
-> os2*)
-> libname_spec='$name'
-> shrext_cmds=".dll"
-> need_lib_prefix=no
-> library_names_spec='$libname${shared_ext} $libname.a'
-> dynamic_linker='OS/2 ld.exe'
-> shlibpath_var=LIBPATH
-> ;;
-20955,20963c22254,22263
-< #ifdef RTLD_GLOBAL
-< # define LT_DLGLOBAL RTLD_GLOBAL
-< #else
-< # ifdef DL_GLOBAL
-< # define LT_DLGLOBAL DL_GLOBAL
-< # else
-< # define LT_DLGLOBAL 0
-< # endif
-< #endif
----
-> osf3* | osf4* | osf5*)
-> version_type=osf
-> need_lib_prefix=no
-> need_version=no
-> soname_spec='${libname}${release}${shared_ext}$major'
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-> shlibpath_var=LD_LIBRARY_PATH
-> sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-> sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
-> ;;
-20965,20985c22265,22276
-< /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-< find out it does not work in some platform. */
-< #ifndef LT_DLLAZY_OR_NOW
-< # ifdef RTLD_LAZY
-< # define LT_DLLAZY_OR_NOW RTLD_LAZY
-< # else
-< # ifdef DL_LAZY
-< # define LT_DLLAZY_OR_NOW DL_LAZY
-< # else
-< # ifdef RTLD_NOW
-< # define LT_DLLAZY_OR_NOW RTLD_NOW
-< # else
-< # ifdef DL_NOW
-< # define LT_DLLAZY_OR_NOW DL_NOW
-< # else
-< # define LT_DLLAZY_OR_NOW 0
-< # endif
-< # endif
-< # endif
-< # endif
-< #endif
----
-> solaris*)
-> version_type=linux
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=yes
-> hardcode_into_libs=yes
-> # ldd complains unless libraries are executable
-> postinstall_cmds='chmod +x $lib'
-> ;;
-20987,20989c22278,22288
-< #ifdef __cplusplus
-< extern "C" void exit (int);
-< #endif
----
-> sunos4*)
-> version_type=sunos
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
-> finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
-> shlibpath_var=LD_LIBRARY_PATH
-> shlibpath_overrides_runpath=yes
-> if test "$with_gnu_ld" = yes; then
-> need_lib_prefix=no
-> fi
-> need_version=yes
-> ;;
-20991,20995c22290,22312
-< void fnord() { int i=42;}
-< int main ()
-< {
-< void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-< int status = $lt_dlunknown;
----
-> sysv4 | sysv4.3*)
-> version_type=linux
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> case $host_vendor in
-> sni)
-> shlibpath_overrides_runpath=no
-> need_lib_prefix=no
-> export_dynamic_flag_spec='${wl}-Blargedynsym'
-> runpath_var=LD_RUN_PATH
-> ;;
-> siemens)
-> need_lib_prefix=no
-> ;;
-> motorola)
-> need_lib_prefix=no
-> need_version=no
-> shlibpath_overrides_runpath=no
-> sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
-> ;;
-> esac
-> ;;
-20997,21002c22314,22321
-< if (self)
-< {
-< if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
-< else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
-< /* dlclose (self); */
-< }
----
-> sysv4*MP*)
-> if test -d /usr/nec ;then
-> version_type=linux
-> library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
-> soname_spec='$libname${shared_ext}.$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> fi
-> ;;
-21004,21017c22323,22340
-< exit (status);
-< }
-< EOF
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>&5
-< ac_status=$?
-< echo "$as_me:$LINENO: \$? = $ac_status" >&5
-< (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
-< (./conftest; exit; ) 2>/dev/null
-< lt_status=$?
-< case x$lt_status in
-< x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
-< x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
-< x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
----
-> sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-> version_type=freebsd-elf
-> need_lib_prefix=no
-> need_version=no
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> hardcode_into_libs=yes
-> if test "$with_gnu_ld" = yes; then
-> sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-> shlibpath_overrides_runpath=no
-> else
-> sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-> shlibpath_overrides_runpath=yes
-> case $host_os in
-> sco3.2v5*)
-> sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-> ;;
-21019,21021d22341
-< else :
-< # compilation failed
-< lt_cv_dlopen_self_static=no
-21023,21024c22343,22351
-< fi
-< rm -fr conftest*
----
-> sys_lib_dlsearch_path_spec='/usr/lib'
-> ;;
->
-> uts4*)
-> version_type=linux
-> library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-> soname_spec='${libname}${release}${shared_ext}$major'
-> shlibpath_var=LD_LIBRARY_PATH
-> ;;
-21025a22353,22359
-> *)
-> dynamic_linker=no
-> ;;
-> esac
-> { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
-> echo "${ECHO_T}$dynamic_linker" >&6; }
-> test "$dynamic_linker" = no && can_build_shared=no
-21026a22361,22363
-> variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-> if test "$GCC" = yes; then
-> variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-21028,21030d22364
-< echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
-< echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
-< fi
-21032,21036c22366,22371
-< CPPFLAGS="$save_CPPFLAGS"
-< LDFLAGS="$save_LDFLAGS"
-< LIBS="$save_LIBS"
-< ;;
-< esac
----
-> { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
-> echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
-> hardcode_action_GCJ=
-> if test -n "$hardcode_libdir_flag_spec_GCJ" || \
-> test -n "$runpath_var_GCJ" || \
-> test "X$hardcode_automatic_GCJ" = "Xyes" ; then
-21038,21041c22373,22392
-< case $lt_cv_dlopen_self in
-< yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
-< *) enable_dlopen_self=unknown ;;
-< esac
----
-> # We can hardcode non-existant directories.
-> if test "$hardcode_direct_GCJ" != no &&
-> # If the only mechanism to avoid hardcoding is shlibpath_var, we
-> # have to relink, otherwise we might link with an installed library
-> # when we should be linking with a yet-to-be-installed one
-> ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
-> test "$hardcode_minus_L_GCJ" != no; then
-> # Linking always hardcodes the temporary library directory.
-> hardcode_action_GCJ=relink
-> else
-> # We can link without hardcoding, and we can hardcode nonexisting dirs.
-> hardcode_action_GCJ=immediate
-> fi
-> else
-> # We cannot hardcode anything, or else we can only hardcode existing
-> # directories.
-> hardcode_action_GCJ=unsupported
-> fi
-> { echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
-> echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
-21043,21046c22394,22400
-< case $lt_cv_dlopen_self_static in
-< yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
-< *) enable_dlopen_self_static=unknown ;;
-< esac
----
-> if test "$hardcode_action_GCJ" = relink; then
-> # Fast installation is not supported
-> enable_fast_install=no
-> elif test "$shlibpath_overrides_runpath" = yes ||
-> test "$enable_shared" = no; then
-> # Fast installation is not necessary
-> enable_fast_install=needless
-21063c22417,22418
-< for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
----
-> for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
-> SED SHELL STRIP \
-21162a22518,22523
-> host_os=$host_os
->
-> # The build system.
-> build_alias=$build_alias
-> build=$build
-> build_os=$build_os
-21173a22535,22537
-> # LTCC compiler flags.
-> LTCFLAGS=$lt_LTCFLAGS
->
-21193c22557
-< STRIP=$STRIP
----
-> STRIP=$lt_STRIP
-21224c22588
-< shrext='$shrext'
----
-> shrext_cmds='$shrext_cmds'
-21239c22603
-< # Must we lock files when doing compilation ?
----
-> # Must we lock files when doing compilation?
-21441c22805,22808
-< test -f Makefile && make "$ltmain"
----
-> ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
-> if test -f "$ltmain_in"; then
-> test -f Makefile && make "$ltmain"
-> fi
-21461d22827
-<
-21479a22846,22848
-> # If no C compiler flags were specified, use CFLAGS.
-> LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
->
-21483a22853,22866
-> # save warnings/boilerplate of simple test code
-> ac_outfile=conftest.$ac_objext
-> printf "$lt_simple_compile_test_code" >conftest.$ac_ext
-> eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-> _lt_compiler_boilerplate=`cat conftest.err`
-> $rm conftest*
->
-> ac_outfile=conftest.$ac_objext
-> printf "$lt_simple_link_test_code" >conftest.$ac_ext
-> eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-> _lt_linker_boilerplate=`cat conftest.err`
-> $rm conftest*
->
->
-21488a22872,22881
-> for cc_temp in $compiler""; do
-> case $cc_temp in
-> compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-> distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-> \-*) ;;
-> *) break;;
-> esac
-> done
-> cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
->
-21504c22897,22898
-< for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
----
-> for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
-> SED SHELL STRIP \
-21603a22998,23003
-> host_os=$host_os
->
-> # The build system.
-> build_alias=$build_alias
-> build=$build
-> build_os=$build_os
-21614a23015,23017
-> # LTCC compiler flags.
-> LTCFLAGS=$lt_LTCFLAGS
->
-21634c23037
-< STRIP=$STRIP
----
-> STRIP=$lt_STRIP
-21665c23068
-< shrext='$shrext'
----
-> shrext_cmds='$shrext_cmds'
-21680c23083
-< # Must we lock files when doing compilation ?
----
-> # Must we lock files when doing compilation?
-21882c23285,23288
-< test -f Makefile && make "$ltmain"
----
-> ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
-> if test -f "$ltmain_in"; then
-> test -f Makefile && make "$ltmain"
-> fi
-21929c23335
-< LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
----
-> LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-21984,21985c23390,23391
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-22011,22012c23417,23418
-< echo "$as_me:$LINENO: result: $MSGFMT" >&5
-< echo "${ECHO_T}$MSGFMT" >&6
----
-> { echo "$as_me:$LINENO: result: $MSGFMT" >&5
-> echo "${ECHO_T}$MSGFMT" >&6; }
-22014,22015c23420,23421
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-22020,22021c23426,23427
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-22036c23442
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-22042a23449
-> IFS=$as_save_IFS
-22049d23455
-<
-22051,22052c23457,23458
-< echo "$as_me:$LINENO: result: $GMSGFMT" >&5
-< echo "${ECHO_T}$GMSGFMT" >&6
----
-> { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
-> echo "${ECHO_T}$GMSGFMT" >&6; }
-22054,22055c23460,23461
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-22058a23465
->
-22060,22061c23467,23468
-< echo "$as_me:$LINENO: result: found msgfmt program is not GNU msgfmt; ignore it" >&5
-< echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6
----
-> { echo "$as_me:$LINENO: result: found msgfmt program is not GNU msgfmt; ignore it" >&5
-> echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6; }
-22070,22071c23477,23478
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-22097,22098c23504,23505
-< echo "$as_me:$LINENO: result: $XGETTEXT" >&5
-< echo "${ECHO_T}$XGETTEXT" >&6
----
-> { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
-> echo "${ECHO_T}$XGETTEXT" >&6; }
-22100,22101c23507,23508
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-22109,22110c23516,23517
-< echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
-< echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
----
-> { echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
-> echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6; }
-22204,22205c23611
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-22217,22218c23623,23624
-< echo "$as_me:$LINENO: checking if C++ programs can be compiled" >&5
-< echo $ECHO_N "checking if C++ programs can be compiled... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if C++ programs can be compiled" >&5
-> echo $ECHO_N "checking if C++ programs can be compiled... $ECHO_C" >&6; }
-22246,22247c23652,23658
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-22254,22257c23665,23671
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-22262,22263c23676,23681
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-22272c23690
-< kde_cv_stl_works=no
----
-> kde_cv_stl_works=no
-22273a23692
->
-22279,22280c23698,23699
-< echo "$as_me:$LINENO: result: $kde_cv_stl_works" >&5
-< echo "${ECHO_T}$kde_cv_stl_works" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_stl_works" >&5
-> echo "${ECHO_T}$kde_cv_stl_works" >&6; }
-22309,22310c23728,23729
-< echo "$as_me:$LINENO: checking for strlcat" >&5
-< echo $ECHO_N "checking for strlcat... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for strlcat" >&5
-> echo $ECHO_N "checking for strlcat... $ECHO_C" >&6; }
-22316,22317c23735
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-22329,22331d23746
-< if test "$GXX" = "yes"; then
-< CXXFLAGS="$CXXFLAGS -pedantic-errors"
-< fi
-22357,22358c23772,23778
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-22365,22368c23785,23791
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-22373,22374c23796,23801
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-22383c23810
-< kde_cv_func_strlcat=no
----
-> kde_cv_func_strlcat=no
-22384a23812
->
-22398,22399c23826,23827
-< echo "$as_me:$LINENO: result: $kde_cv_func_strlcat" >&5
-< echo "${ECHO_T}$kde_cv_func_strlcat" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_func_strlcat" >&5
-> echo "${ECHO_T}$kde_cv_func_strlcat" >&6; }
-22401,22402c23829,23830
-< echo "$as_me:$LINENO: checking if strlcat needs custom prototype" >&5
-< echo $ECHO_N "checking if strlcat needs custom prototype... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if strlcat needs custom prototype" >&5
-> echo $ECHO_N "checking if strlcat needs custom prototype... $ECHO_C" >&6; }
-22423,22424c23851
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-22462,22463c23889,23895
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-22470,22473c23902,23908
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-22478,22479c23913,23918
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-22489c23928
-< kde_cv_proto_strlcat="strlcat unavailable"
----
-> kde_cv_proto_strlcat="strlcat unavailable"
-22491a23931
->
-22505,22506c23945,23946
-< echo "$as_me:$LINENO: result: $kde_cv_proto_strlcat" >&5
-< echo "${ECHO_T}$kde_cv_proto_strlcat" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_proto_strlcat" >&5
-> echo "${ECHO_T}$kde_cv_proto_strlcat" >&6; }
-22530,22531c23970,23971
-< echo "$as_me:$LINENO: checking for strlcpy" >&5
-< echo $ECHO_N "checking for strlcpy... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for strlcpy" >&5
-> echo $ECHO_N "checking for strlcpy... $ECHO_C" >&6; }
-22537,22538c23977
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-22550,22552d23988
-< if test "$GXX" = "yes"; then
-< CXXFLAGS="$CXXFLAGS -pedantic-errors"
-< fi
-22577,22578c24013,24019
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-22585,22588c24026,24032
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-22593,22594c24037,24042
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-22603c24051
-< kde_cv_func_strlcpy=no
----
-> kde_cv_func_strlcpy=no
-22604a24053
->
-22618,22619c24067,24068
-< echo "$as_me:$LINENO: result: $kde_cv_func_strlcpy" >&5
-< echo "${ECHO_T}$kde_cv_func_strlcpy" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_func_strlcpy" >&5
-> echo "${ECHO_T}$kde_cv_func_strlcpy" >&6; }
-22621,22622c24070,24071
-< echo "$as_me:$LINENO: checking if strlcpy needs custom prototype" >&5
-< echo $ECHO_N "checking if strlcpy needs custom prototype... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if strlcpy needs custom prototype" >&5
-> echo $ECHO_N "checking if strlcpy needs custom prototype... $ECHO_C" >&6; }
-22643,22644c24092
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-22681,22682c24129,24135
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-22689,22692c24142,24148
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-22697,22698c24153,24158
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-22708c24168
-< kde_cv_proto_strlcpy="strlcpy unavailable"
----
-> kde_cv_proto_strlcpy="strlcpy unavailable"
-22710a24171
->
-22724,22725c24185,24186
-< echo "$as_me:$LINENO: result: $kde_cv_proto_strlcpy" >&5
-< echo "${ECHO_T}$kde_cv_proto_strlcpy" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_proto_strlcpy" >&5
-> echo "${ECHO_T}$kde_cv_proto_strlcpy" >&6; }
-22748,22749c24209,24210
-< echo "$as_me:$LINENO: checking for main in -lutil" >&5
-< echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for main in -lutil" >&5
-> echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6; }
-22766c24227
-< main ();
----
-> return main ();
-22772,22773c24233,24239
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-22780,22783c24246,24252
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-22788,22789c24257,24262
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-22798c24271
-< ac_cv_lib_util_main=no
----
-> ac_cv_lib_util_main=no
-22799a24273
->
-22804,22805c24278,24279
-< echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5
-< echo "${ECHO_T}$ac_cv_lib_util_main" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5
-> echo "${ECHO_T}$ac_cv_lib_util_main" >&6; }
-22810,22811c24284,24285
-< echo "$as_me:$LINENO: checking for main in -lcompat" >&5
-< echo $ECHO_N "checking for main in -lcompat... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for main in -lcompat" >&5
-> echo $ECHO_N "checking for main in -lcompat... $ECHO_C" >&6; }
-22828c24302
-< main ();
----
-> return main ();
-22834,22835c24308,24314
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-22842,22845c24321,24327
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-22850,22851c24332,24337
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-22860c24346
-< ac_cv_lib_compat_main=no
----
-> ac_cv_lib_compat_main=no
-22861a24348
->
-22866,22867c24353,24354
-< echo "$as_me:$LINENO: result: $ac_cv_lib_compat_main" >&5
-< echo "${ECHO_T}$ac_cv_lib_compat_main" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_compat_main" >&5
-> echo "${ECHO_T}$ac_cv_lib_compat_main" >&6; }
-22873,22874c24360,24361
-< echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
-< echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
-> echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6; }
-22887c24374,24376
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-22891,22892d24379
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-22897c24384
-< crypt ();
----
-> return crypt ();
-22903,22904c24390,24396
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-22911,22914c24403,24409
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-22919,22920c24414,24419
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-22929c24428
-< ac_cv_lib_crypt_crypt=no
----
-> ac_cv_lib_crypt_crypt=no
-22930a24430
->
-22935,22936c24435,24436
-< echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
-< echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
-> echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6; }
-22940,22941c24440,24441
-< echo "$as_me:$LINENO: checking for crypt in -lc" >&5
-< echo $ECHO_N "checking for crypt in -lc... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for crypt in -lc" >&5
-> echo $ECHO_N "checking for crypt in -lc... $ECHO_C" >&6; }
-22954c24454,24456
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-22958,22959d24459
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-22964c24464
-< crypt ();
----
-> return crypt ();
-22970,22971c24470,24476
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-22978,22981c24483,24489
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-22986,22987c24494,24499
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-22996c24508
-< ac_cv_lib_c_crypt=no
----
-> ac_cv_lib_c_crypt=no
-22997a24510
->
-23002,23003c24515,24516
-< echo "$as_me:$LINENO: result: $ac_cv_lib_c_crypt" >&5
-< echo "${ECHO_T}$ac_cv_lib_c_crypt" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_c_crypt" >&5
-> echo "${ECHO_T}$ac_cv_lib_c_crypt" >&6; }
-23029,23030c24542,24543
-< echo "$as_me:$LINENO: checking for socklen_t" >&5
-< echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for socklen_t" >&5
-> echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
-23035c24548
-< ac_ext=cc
----
-> ac_ext=cpp
-23064,23065c24577,24583
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-23072,23075c24590,24596
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-23080,23081c24601,24606
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-23092a24618
->
-23093a24620
->
-23104,23105c24631,24632
-< echo "$as_me:$LINENO: result: $kde_cv_socklen_t" >&5
-< echo "${ECHO_T}$kde_cv_socklen_t" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_socklen_t" >&5
-> echo "${ECHO_T}$kde_cv_socklen_t" >&6; }
-23107,23108c24634,24635
-< echo "$as_me:$LINENO: checking for socklen_t equivalent for socket functions" >&5
-< echo $ECHO_N "checking for socklen_t equivalent for socket functions... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for socklen_t equivalent for socket functions" >&5
-> echo $ECHO_N "checking for socklen_t equivalent for socket functions... $ECHO_C" >&6; }
-23114c24641
-< ac_ext=cc
----
-> ac_ext=cpp
-23143,23144c24670,24676
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-23151,23154c24683,24689
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-23159,23160c24694,24699
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-23171a24711
->
-23172a24713
->
-23184,23185c24725,24726
-< echo "$as_me:$LINENO: result: $kde_cv_socklen_t_equiv" >&5
-< echo "${ECHO_T}$kde_cv_socklen_t_equiv" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_socklen_t_equiv" >&5
-> echo "${ECHO_T}$kde_cv_socklen_t_equiv" >&6; }
-23198,23199c24739,24740
-< echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
-< echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
-> echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
-23212c24753,24755
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-23216,23217d24758
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-23222c24763
-< dnet_ntoa ();
----
-> return dnet_ntoa ();
-23228,23229c24769,24775
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-23236,23239c24782,24788
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-23244,23245c24793,24798
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-23254c24807
-< ac_cv_lib_dnet_dnet_ntoa=no
----
-> ac_cv_lib_dnet_dnet_ntoa=no
-23255a24809
->
-23260,23261c24814,24815
-< echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
-< echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
-> echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
-23267,23268c24821,24822
-< echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
-< echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
-> echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
-23281c24835,24837
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-23285,23286d24840
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-23291c24845
-< dnet_ntoa ();
----
-> return dnet_ntoa ();
-23297,23298c24851,24857
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-23305,23308c24864,24870
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-23313,23314c24875,24880
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-23323c24889
-< ac_cv_lib_dnet_stub_dnet_ntoa=no
----
-> ac_cv_lib_dnet_stub_dnet_ntoa=no
-23324a24891
->
-23329,23330c24896,24897
-< echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
-< echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
-> echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
-23336,23337c24903,24904
-< echo "$as_me:$LINENO: checking for inet_ntoa" >&5
-< echo $ECHO_N "checking for inet_ntoa... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for inet_ntoa" >&5
-> echo $ECHO_N "checking for inet_ntoa... $ECHO_C" >&6; }
-23364c24931,24933
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-23367d24935
-< {
-23369,23370d24936
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-23375c24941
-< #if defined (__stub_inet_ntoa) || defined (__stub___inet_ntoa)
----
-> #if defined __stub_inet_ntoa || defined __stub___inet_ntoa
-23377,23381d24942
-< #else
-< char (*f) () = inet_ntoa;
-< #endif
-< #ifdef __cplusplus
-< }
-23387c24948
-< return f != inet_ntoa;
----
-> return inet_ntoa ();
-23393,23394c24954,24960
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-23401,23404c24967,24973
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-23409,23410c24978,24983
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-23419c24992
-< ac_cv_func_inet_ntoa=no
----
-> ac_cv_func_inet_ntoa=no
-23420a24994
->
-23424,23425c24998,24999
-< echo "$as_me:$LINENO: result: $ac_cv_func_inet_ntoa" >&5
-< echo "${ECHO_T}$ac_cv_func_inet_ntoa" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_func_inet_ntoa" >&5
-> echo "${ECHO_T}$ac_cv_func_inet_ntoa" >&6; }
-23428,23429c25002,25003
-< echo "$as_me:$LINENO: checking for inet_ntoa in -lnsl" >&5
-< echo $ECHO_N "checking for inet_ntoa in -lnsl... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for inet_ntoa in -lnsl" >&5
-> echo $ECHO_N "checking for inet_ntoa in -lnsl... $ECHO_C" >&6; }
-23442c25016,25018
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-23446,23447d25021
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-23452c25026
-< inet_ntoa ();
----
-> return inet_ntoa ();
-23458,23459c25032,25038
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-23466,23469c25045,25051
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-23474,23475c25056,25061
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-23484c25070
-< ac_cv_lib_nsl_inet_ntoa=no
----
-> ac_cv_lib_nsl_inet_ntoa=no
-23485a25072
->
-23490,23491c25077,25078
-< echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_ntoa" >&5
-< echo "${ECHO_T}$ac_cv_lib_nsl_inet_ntoa" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_ntoa" >&5
-> echo "${ECHO_T}$ac_cv_lib_nsl_inet_ntoa" >&6; }
-23497,23498c25084,25085
-< echo "$as_me:$LINENO: checking for connect" >&5
-< echo $ECHO_N "checking for connect... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for connect" >&5
-> echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
-23525c25112,25114
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-23528d25116
-< {
-23530,23531d25117
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-23536c25122
-< #if defined (__stub_connect) || defined (__stub___connect)
----
-> #if defined __stub_connect || defined __stub___connect
-23538,23542d25123
-< #else
-< char (*f) () = connect;
-< #endif
-< #ifdef __cplusplus
-< }
-23548c25129
-< return f != connect;
----
-> return connect ();
-23554,23555c25135,25141
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-23562,23565c25148,25154
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-23570,23571c25159,25164
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-23580c25173
-< ac_cv_func_connect=no
----
-> ac_cv_func_connect=no
-23581a25175
->
-23585,23586c25179,25180
-< echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
-< echo "${ECHO_T}$ac_cv_func_connect" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
-> echo "${ECHO_T}$ac_cv_func_connect" >&6; }
-23589,23590c25183,25184
-< echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
-< echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
-> echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
-23603c25197,25199
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-23607,23608d25202
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-23613c25207
-< connect ();
----
-> return connect ();
-23619,23620c25213,25219
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-23627,23630c25226,25232
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-23635,23636c25237,25242
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-23645c25251
-< ac_cv_lib_socket_connect=no
----
-> ac_cv_lib_socket_connect=no
-23646a25253
->
-23651,23652c25258,25259
-< echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
-< echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
-> echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
-23659,23660c25266,25267
-< echo "$as_me:$LINENO: checking for remove" >&5
-< echo $ECHO_N "checking for remove... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for remove" >&5
-> echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
-23687c25294,25296
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-23690d25298
-< {
-23692,23693d25299
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-23698c25304
-< #if defined (__stub_remove) || defined (__stub___remove)
----
-> #if defined __stub_remove || defined __stub___remove
-23700,23704d25305
-< #else
-< char (*f) () = remove;
-< #endif
-< #ifdef __cplusplus
-< }
-23710c25311
-< return f != remove;
----
-> return remove ();
-23716,23717c25317,25323
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-23724,23727c25330,25336
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-23732,23733c25341,25346
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-23742c25355
-< ac_cv_func_remove=no
----
-> ac_cv_func_remove=no
-23743a25357
->
-23747,23748c25361,25362
-< echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
-< echo "${ECHO_T}$ac_cv_func_remove" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
-> echo "${ECHO_T}$ac_cv_func_remove" >&6; }
-23751,23752c25365,25366
-< echo "$as_me:$LINENO: checking for remove in -lposix" >&5
-< echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
-> echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
-23765c25379,25381
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-23769,23770d25384
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-23775c25389
-< remove ();
----
-> return remove ();
-23781,23782c25395,25401
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-23789,23792c25408,25414
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-23797,23798c25419,25424
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-23807c25433
-< ac_cv_lib_posix_remove=no
----
-> ac_cv_lib_posix_remove=no
-23808a25435
->
-23813,23814c25440,25441
-< echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
-< echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
-> echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
-23822,23823c25449,25450
-< echo "$as_me:$LINENO: checking for shmat" >&5
-< echo $ECHO_N "checking for shmat... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for shmat" >&5
-> echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
-23850c25477,25479
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-23853d25481
-< {
-23855,23856d25482
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-23861c25487
-< #if defined (__stub_shmat) || defined (__stub___shmat)
----
-> #if defined __stub_shmat || defined __stub___shmat
-23863,23867d25488
-< #else
-< char (*f) () = shmat;
-< #endif
-< #ifdef __cplusplus
-< }
-23873c25494
-< return f != shmat;
----
-> return shmat ();
-23879,23880c25500,25506
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-23887,23890c25513,25519
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-23895,23896c25524,25529
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-23905c25538
-< ac_cv_func_shmat=no
----
-> ac_cv_func_shmat=no
-23906a25540
->
-23910,23911c25544,25545
-< echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
-< echo "${ECHO_T}$ac_cv_func_shmat" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
-> echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
-23915,23916c25549,25550
-< echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
-< echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
-> echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
-23929c25563,25565
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-23933,23934d25568
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-23939c25573
-< shmat ();
----
-> return shmat ();
-23945,23946c25579,25585
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-23953,23956c25592,25598
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-23961,23962c25603,25608
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-23971c25617
-< ac_cv_lib_ipc_shmat=no
----
-> ac_cv_lib_ipc_shmat=no
-23972a25619
->
-23977,23978c25624,25625
-< echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
-< echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
-> echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
-23992,23995c25639,25642
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
-< echo "$as_me:$LINENO: checking for $ac_header" >&5
-< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
----
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-> { echo "$as_me:$LINENO: checking for $ac_header" >&5
-> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-23998,23999c25645,25647
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_Header'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-24002,24003c25650,25651
-< echo "$as_me:$LINENO: checking $ac_header usability" >&5
-< echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking $ac_header usability" >&5
-> echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
-24014,24015c25662,25668
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-24022,24025c25675,25681
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-24030,24031c25686,25691
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-24040c25700
-< ac_header_compiler=no
----
-> ac_header_compiler=no
-24041a25702
->
-24043,24044c25704,25705
-< echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-< echo "${ECHO_T}$ac_header_compiler" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-> echo "${ECHO_T}$ac_header_compiler" >&6; }
-24047,24048c25708,25709
-< echo "$as_me:$LINENO: checking $ac_header presence" >&5
-< echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking $ac_header presence" >&5
-> echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
-24057,24058c25718,25724
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-24081a25748
->
-24083,24084c25750,25751
-< echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-< echo "${ECHO_T}$ac_header_preproc" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-> echo "${ECHO_T}$ac_header_preproc" >&6; }
-24108,24115c25775
-< (
-< cat <<\_ASBOX
-< ## ------------------------------------------ ##
-< ## Report this to the AC_PACKAGE_NAME lists. ##
-< ## ------------------------------------------ ##
-< _ASBOX
-< ) |
-< sed "s/^/$as_me: WARNING: /" >&2
----
->
-24118,24120c25778,25780
-< echo "$as_me:$LINENO: checking for $ac_header" >&5
-< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
----
-> { echo "$as_me:$LINENO: checking for $ac_header" >&5
-> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-24125,24126c25785,25787
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_Header'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-24144,24147c25805,25808
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
-< echo "$as_me:$LINENO: checking for $ac_header" >&5
-< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
----
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-> { echo "$as_me:$LINENO: checking for $ac_header" >&5
-> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-24150,24151c25811,25813
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_Header'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-24154,24155c25816,25817
-< echo "$as_me:$LINENO: checking $ac_header usability" >&5
-< echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking $ac_header usability" >&5
-> echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
-24166,24167c25828,25834
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-24174,24177c25841,25847
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-24182,24183c25852,25857
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-24192c25866
-< ac_header_compiler=no
----
-> ac_header_compiler=no
-24193a25868
->
-24195,24196c25870,25871
-< echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-< echo "${ECHO_T}$ac_header_compiler" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-> echo "${ECHO_T}$ac_header_compiler" >&6; }
-24199,24200c25874,25875
-< echo "$as_me:$LINENO: checking $ac_header presence" >&5
-< echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking $ac_header presence" >&5
-> echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
-24209,24210c25884,25890
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-24233a25914
->
-24235,24236c25916,25917
-< echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-< echo "${ECHO_T}$ac_header_preproc" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-> echo "${ECHO_T}$ac_header_preproc" >&6; }
-24260,24267c25941
-< (
-< cat <<\_ASBOX
-< ## ------------------------------------------ ##
-< ## Report this to the AC_PACKAGE_NAME lists. ##
-< ## ------------------------------------------ ##
-< _ASBOX
-< ) |
-< sed "s/^/$as_me: WARNING: /" >&2
----
->
-24270,24272c25944,25946
-< echo "$as_me:$LINENO: checking for $ac_header" >&5
-< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
----
-> { echo "$as_me:$LINENO: checking for $ac_header" >&5
-> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-24277,24278c25951,25953
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_Header'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-24292,24293c25967,25968
-< echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
-< echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
-> echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
-24306c25981,25983
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-24310,24311d25986
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-24316c25991
-< poll ();
----
-> return poll ();
-24322,24323c25997,26003
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-24330,24333c26010,26016
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-24338,24339c26021,26026
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-24348c26035
-< ac_cv_lib_poll_poll=no
----
-> ac_cv_lib_poll_poll=no
-24349a26037
->
-24354,24355c26042,26043
-< echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
-< echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
-> echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
-24366,24369c26054,26057
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
-< echo "$as_me:$LINENO: checking for $ac_header" >&5
-< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
----
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-> { echo "$as_me:$LINENO: checking for $ac_header" >&5
-> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-24372,24373c26060,26062
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_Header'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-24376,24377c26065,26066
-< echo "$as_me:$LINENO: checking $ac_header usability" >&5
-< echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking $ac_header usability" >&5
-> echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
-24388,24389c26077,26083
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-24396,24399c26090,26096
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-24404,24405c26101,26106
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-24414c26115
-< ac_header_compiler=no
----
-> ac_header_compiler=no
-24415a26117
->
-24417,24418c26119,26120
-< echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-< echo "${ECHO_T}$ac_header_compiler" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-> echo "${ECHO_T}$ac_header_compiler" >&6; }
-24421,24422c26123,26124
-< echo "$as_me:$LINENO: checking $ac_header presence" >&5
-< echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking $ac_header presence" >&5
-> echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
-24431,24432c26133,26139
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-24455a26163
->
-24457,24458c26165,26166
-< echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-< echo "${ECHO_T}$ac_header_preproc" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-> echo "${ECHO_T}$ac_header_preproc" >&6; }
-24482,24489c26190
-< (
-< cat <<\_ASBOX
-< ## ------------------------------------------ ##
-< ## Report this to the AC_PACKAGE_NAME lists. ##
-< ## ------------------------------------------ ##
-< _ASBOX
-< ) |
-< sed "s/^/$as_me: WARNING: /" >&2
----
->
-24492,24494c26193,26195
-< echo "$as_me:$LINENO: checking for $ac_header" >&5
-< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
----
-> { echo "$as_me:$LINENO: checking for $ac_header" >&5
-> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-24499,24500c26200,26202
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_Header'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-24515,24516c26217,26218
-< echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
-< echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
-> echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6; }
-24520,24521c26222,26223
-< echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
-< echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
-> echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6; }
-24524,24525c26226,26227
-< echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h usability" >&5
-< echo $ECHO_N "checking CoreAudio/CoreAudio.h usability... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h usability" >&5
-> echo $ECHO_N "checking CoreAudio/CoreAudio.h usability... $ECHO_C" >&6; }
-24536,24537c26238,26244
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-24544,24547c26251,26257
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-24552,24553c26262,26267
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-24562c26276
-< ac_header_compiler=no
----
-> ac_header_compiler=no
-24563a26278
->
-24565,24566c26280,26281
-< echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-< echo "${ECHO_T}$ac_header_compiler" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-> echo "${ECHO_T}$ac_header_compiler" >&6; }
-24569,24570c26284,26285
-< echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h presence" >&5
-< echo $ECHO_N "checking CoreAudio/CoreAudio.h presence... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h presence" >&5
-> echo $ECHO_N "checking CoreAudio/CoreAudio.h presence... $ECHO_C" >&6; }
-24579,24580c26294,26300
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-24603a26324
->
-24605,24606c26326,26327
-< echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-< echo "${ECHO_T}$ac_header_preproc" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-> echo "${ECHO_T}$ac_header_preproc" >&6; }
-24630,24637c26351
-< (
-< cat <<\_ASBOX
-< ## ------------------------------------------ ##
-< ## Report this to the AC_PACKAGE_NAME lists. ##
-< ## ------------------------------------------ ##
-< _ASBOX
-< ) |
-< sed "s/^/$as_me: WARNING: /" >&2
----
->
-24640,24641c26354,26355
-< echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
-< echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
-> echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6; }
-24647,24648c26361,26362
-< echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
-< echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
-> echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6; }
-24665,24666c26379,26380
-< echo "$as_me:$LINENO: checking if res_init needs -lresolv" >&5
-< echo $ECHO_N "checking if res_init needs -lresolv... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if res_init needs -lresolv" >&5
-> echo $ECHO_N "checking if res_init needs -lresolv... $ECHO_C" >&6; }
-24692,24693c26406,26412
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-24700,24703c26419,26425
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-24708,24709c26430,26435
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-24715,24716c26441,26442
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-24727,24728c26453,26454
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-24730a26457
->
-24737,24738c26464,26465
-< echo "$as_me:$LINENO: checking for res_init" >&5
-< echo $ECHO_N "checking for res_init... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for res_init" >&5
-> echo $ECHO_N "checking for res_init... $ECHO_C" >&6; }
-24744,24745c26471
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-24757,24759d26482
-< if test "$GXX" = "yes"; then
-< CXXFLAGS="$CXXFLAGS -pedantic-errors"
-< fi
-24785,24786c26508,26514
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-24793,24796c26521,26527
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-24801,24802c26532,26537
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-24811c26546
-< kde_cv_func_res_init=no
----
-> kde_cv_func_res_init=no
-24812a26548
->
-24826,24827c26562,26563
-< echo "$as_me:$LINENO: result: $kde_cv_func_res_init" >&5
-< echo "${ECHO_T}$kde_cv_func_res_init" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_func_res_init" >&5
-> echo "${ECHO_T}$kde_cv_func_res_init" >&6; }
-24829,24830c26565,26566
-< echo "$as_me:$LINENO: checking if res_init needs custom prototype" >&5
-< echo $ECHO_N "checking if res_init needs custom prototype... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if res_init needs custom prototype" >&5
-> echo $ECHO_N "checking if res_init needs custom prototype... $ECHO_C" >&6; }
-24851,24852c26587
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-24890,24891c26625,26631
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-24898,24901c26638,26644
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-24906,24907c26649,26654
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-24917c26664
-< kde_cv_proto_res_init="res_init unavailable"
----
-> kde_cv_proto_res_init="res_init unavailable"
-24919a26667
->
-24933,24934c26681,26682
-< echo "$as_me:$LINENO: result: $kde_cv_proto_res_init" >&5
-< echo "${ECHO_T}$kde_cv_proto_res_init" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_proto_res_init" >&5
-> echo "${ECHO_T}$kde_cv_proto_res_init" >&6; }
-24961,24962c26709,26710
-< echo "$as_me:$LINENO: checking for killpg in -lucb" >&5
-< echo $ECHO_N "checking for killpg in -lucb... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for killpg in -lucb" >&5
-> echo $ECHO_N "checking for killpg in -lucb... $ECHO_C" >&6; }
-24975c26723,26725
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-24979,24980d26728
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-24985c26733
-< killpg ();
----
-> return killpg ();
-24991,24992c26739,26745
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-24999,25002c26752,26758
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-25007,25008c26763,26768
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25017c26777
-< ac_cv_lib_ucb_killpg=no
----
-> ac_cv_lib_ucb_killpg=no
-25018a26779
->
-25023,25024c26784,26785
-< echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_killpg" >&5
-< echo "${ECHO_T}$ac_cv_lib_ucb_killpg" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_killpg" >&5
-> echo "${ECHO_T}$ac_cv_lib_ucb_killpg" >&6; }
-25031,25032c26792,26793
-< echo "$as_me:$LINENO: checking LynxOS header file wrappers" >&5
-< echo $ECHO_N "checking LynxOS header file wrappers... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking LynxOS header file wrappers" >&5
-> echo $ECHO_N "checking LynxOS header file wrappers... $ECHO_C" >&6; }
-25034,25037c26795,26798
-< echo "$as_me:$LINENO: result: disabled" >&5
-< echo "${ECHO_T}disabled" >&6
-< echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
-< echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: result: disabled" >&5
-> echo "${ECHO_T}disabled" >&6; }
-> { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
-> echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
-25050c26811,26813
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-25054,25055d26816
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-25060c26821
-< gethostbyname ();
----
-> return gethostbyname ();
-25066,25067c26827,26833
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-25074,25077c26840,26846
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-25082,25083c26851,26856
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25092c26865
-< ac_cv_lib_bsd_gethostbyname=no
----
-> ac_cv_lib_bsd_gethostbyname=no
-25093a26867
->
-25098,25099c26872,26873
-< echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
-< echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
-> echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
-25106,25107c26880,26881
-< echo "$as_me:$LINENO: checking for int" >&5
-< echo $ECHO_N "checking for int... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for int" >&5
-> echo $ECHO_N "checking for int... $ECHO_C" >&6; }
-25117a26892
-> typedef int ac__type_new_;
-25121c26896
-< if ((int *) 0)
----
-> if ((ac__type_new_ *) 0)
-25123c26898
-< if (sizeof (int))
----
-> if (sizeof (ac__type_new_))
-25130,25131c26905,26911
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-25138,25141c26918,26924
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-25146,25147c26929,26934
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25156c26943
-< ac_cv_type_int=no
----
-> ac_cv_type_int=no
-25157a26945
->
-25160,25161c26948,26949
-< echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
-< echo "${ECHO_T}$ac_cv_type_int" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
-> echo "${ECHO_T}$ac_cv_type_int" >&6; }
-25163,25164c26951,26952
-< echo "$as_me:$LINENO: checking size of int" >&5
-< echo $ECHO_N "checking size of int... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking size of int" >&5
-> echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
-25169c26957
-< # The cast to unsigned long works around a bug in the HP C Compiler
----
-> # The cast to long int works around a bug in the HP C Compiler
-25181a26970
-> typedef int ac__type_sizeof_;
-25185c26974
-< static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
-25193,25194c26982,26988
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-25201,25204c26995,27001
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-25209,25210c27006,27011
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25222a27024
-> typedef int ac__type_sizeof_;
-25226c27028
-< static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
-25234,25235c27036,27042
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-25242,25245c27049,27055
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-25250,25251c27060,27065
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25260,25265c27074,27079
-< ac_lo=`expr $ac_mid + 1`
-< if test $ac_lo -le $ac_mid; then
-< ac_lo= ac_hi=
-< break
-< fi
-< ac_mid=`expr 2 '*' $ac_mid + 1`
----
-> ac_lo=`expr $ac_mid + 1`
-> if test $ac_lo -le $ac_mid; then
-> ac_lo= ac_hi=
-> break
-> fi
-> ac_mid=`expr 2 '*' $ac_mid + 1`
-25266a27081
->
-25273c27088
-< cat >conftest.$ac_ext <<_ACEOF
----
-> cat >conftest.$ac_ext <<_ACEOF
-25279a27095
-> typedef int ac__type_sizeof_;
-25283c27099
-< static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
-25291,25292c27107,27113
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-25299,25302c27120,27126
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-25307,25308c27131,27136
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25320a27149
-> typedef int ac__type_sizeof_;
-25324c27153
-< static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
-25332,25333c27161,27167
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-25340,25343c27174,27180
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-25348,25349c27185,27190
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25358,25363c27199,27204
-< ac_hi=`expr '(' $ac_mid ')' - 1`
-< if test $ac_mid -le $ac_hi; then
-< ac_lo= ac_hi=
-< break
-< fi
-< ac_mid=`expr 2 '*' $ac_mid`
----
-> ac_hi=`expr '(' $ac_mid ')' - 1`
-> if test $ac_mid -le $ac_hi; then
-> ac_lo= ac_hi=
-> break
-> fi
-> ac_mid=`expr 2 '*' $ac_mid`
-25364a27206
->
-25371c27213
-< ac_lo= ac_hi=
----
-> ac_lo= ac_hi=
-25372a27215
->
-25374a27218
->
-25385a27230
-> typedef int ac__type_sizeof_;
-25389c27234
-< static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
-25397,25398c27242,27248
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-25405,25408c27255,27261
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-25413,25414c27266,27271
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25423c27280
-< ac_lo=`expr '(' $ac_mid ')' + 1`
----
-> ac_lo=`expr '(' $ac_mid ')' + 1`
-25424a27282
->
-25429c27287
-< '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
----
-> '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
-25431c27289
-< echo "$as_me: error: cannot compute sizeof (int), 77
----
-> echo "$as_me: error: cannot compute sizeof (int)
-25433c27291
-< { (exit 1); exit 1; }; } ;;
----
-> { (exit 77); exit 77; }; } ;;
-25436,25442d27293
-< if test "$cross_compiling" = yes; then
-< { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
-< See \`config.log' for more details." >&5
-< echo "$as_me: error: cannot run test program while cross compiling
-< See \`config.log' for more details." >&2;}
-< { (exit 1); exit 1; }; }
-< else
-25450,25451c27301,27303
-< long longval () { return (long) (sizeof (int)); }
-< unsigned long ulongval () { return (long) (sizeof (int)); }
----
-> typedef int ac__type_sizeof_;
-> static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
-> static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
-25460,25461c27312,27313
-< exit (1);
-< if (((long) (sizeof (int))) < 0)
----
-> return 1;
-> if (((long int) (sizeof (ac__type_sizeof_))) < 0)
-25463,25465c27315,27317
-< long i = longval ();
-< if (i != ((long) (sizeof (int))))
-< exit (1);
----
-> long int i = longval ();
-> if (i != ((long int) (sizeof (ac__type_sizeof_))))
-> return 1;
-25470,25472c27322,27324
-< unsigned long i = ulongval ();
-< if (i != ((long) (sizeof (int))))
-< exit (1);
----
-> unsigned long int i = ulongval ();
-> if (i != ((long int) (sizeof (ac__type_sizeof_))))
-> return 1;
-25475c27327
-< exit (ferror (f) || fclose (f) != 0);
----
-> return ferror (f) || fclose (f) != 0;
-25482,25483c27334,27340
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>&5
----
-> 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>&5
-25487,25488c27344,27349
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25499c27360
-< { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
----
-> { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
-25501c27362
-< echo "$as_me: error: cannot compute sizeof (int), 77
----
-> echo "$as_me: error: cannot compute sizeof (int)
-25503,25505c27364
-< { (exit 1); exit 1; }; }
-< fi
-< rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
----
-> { (exit 77); exit 77; }; }
-25506a27366
-> rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-25513,25514c27373,27374
-< echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
-< echo "${ECHO_T}$ac_cv_sizeof_int" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
-> echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
-25519,25520c27379,27380
-< echo "$as_me:$LINENO: checking for short" >&5
-< echo $ECHO_N "checking for short... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for short" >&5
-> echo $ECHO_N "checking for short... $ECHO_C" >&6; }
-25530a27391
-> typedef short ac__type_new_;
-25534c27395
-< if ((short *) 0)
----
-> if ((ac__type_new_ *) 0)
-25536c27397
-< if (sizeof (short))
----
-> if (sizeof (ac__type_new_))
-25543,25544c27404,27410
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-25551,25554c27417,27423
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-25559,25560c27428,27433
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25569c27442
-< ac_cv_type_short=no
----
-> ac_cv_type_short=no
-25570a27444
->
-25573,25574c27447,27448
-< echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
-< echo "${ECHO_T}$ac_cv_type_short" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
-> echo "${ECHO_T}$ac_cv_type_short" >&6; }
-25576,25577c27450,27451
-< echo "$as_me:$LINENO: checking size of short" >&5
-< echo $ECHO_N "checking size of short... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking size of short" >&5
-> echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
-25582c27456
-< # The cast to unsigned long works around a bug in the HP C Compiler
----
-> # The cast to long int works around a bug in the HP C Compiler
-25594a27469
-> typedef short ac__type_sizeof_;
-25598c27473
-< static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
-25606,25607c27481,27487
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-25614,25617c27494,27500
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-25622,25623c27505,27510
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25635a27523
-> typedef short ac__type_sizeof_;
-25639c27527
-< static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
-25647,25648c27535,27541
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-25655,25658c27548,27554
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-25663,25664c27559,27564
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25673,25678c27573,27578
-< ac_lo=`expr $ac_mid + 1`
-< if test $ac_lo -le $ac_mid; then
-< ac_lo= ac_hi=
-< break
-< fi
-< ac_mid=`expr 2 '*' $ac_mid + 1`
----
-> ac_lo=`expr $ac_mid + 1`
-> if test $ac_lo -le $ac_mid; then
-> ac_lo= ac_hi=
-> break
-> fi
-> ac_mid=`expr 2 '*' $ac_mid + 1`
-25679a27580
->
-25686c27587
-< cat >conftest.$ac_ext <<_ACEOF
----
-> cat >conftest.$ac_ext <<_ACEOF
-25692a27594
-> typedef short ac__type_sizeof_;
-25696c27598
-< static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
-25704,25705c27606,27612
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-25712,25715c27619,27625
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-25720,25721c27630,27635
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25733a27648
-> typedef short ac__type_sizeof_;
-25737c27652
-< static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
-25745,25746c27660,27666
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-25753,25756c27673,27679
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-25761,25762c27684,27689
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25771,25776c27698,27703
-< ac_hi=`expr '(' $ac_mid ')' - 1`
-< if test $ac_mid -le $ac_hi; then
-< ac_lo= ac_hi=
-< break
-< fi
-< ac_mid=`expr 2 '*' $ac_mid`
----
-> ac_hi=`expr '(' $ac_mid ')' - 1`
-> if test $ac_mid -le $ac_hi; then
-> ac_lo= ac_hi=
-> break
-> fi
-> ac_mid=`expr 2 '*' $ac_mid`
-25777a27705
->
-25784c27712
-< ac_lo= ac_hi=
----
-> ac_lo= ac_hi=
-25785a27714
->
-25787a27717
->
-25798a27729
-> typedef short ac__type_sizeof_;
-25802c27733
-< static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
-25810,25811c27741,27747
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-25818,25821c27754,27760
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-25826,25827c27765,27770
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25836c27779
-< ac_lo=`expr '(' $ac_mid ')' + 1`
----
-> ac_lo=`expr '(' $ac_mid ')' + 1`
-25837a27781
->
-25842c27786
-< '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
----
-> '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
-25844c27788
-< echo "$as_me: error: cannot compute sizeof (short), 77
----
-> echo "$as_me: error: cannot compute sizeof (short)
-25846c27790
-< { (exit 1); exit 1; }; } ;;
----
-> { (exit 77); exit 77; }; } ;;
-25849,25855d27792
-< if test "$cross_compiling" = yes; then
-< { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
-< See \`config.log' for more details." >&5
-< echo "$as_me: error: cannot run test program while cross compiling
-< See \`config.log' for more details." >&2;}
-< { (exit 1); exit 1; }; }
-< else
-25863,25864c27800,27802
-< long longval () { return (long) (sizeof (short)); }
-< unsigned long ulongval () { return (long) (sizeof (short)); }
----
-> typedef short ac__type_sizeof_;
-> static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
-> static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
-25873,25874c27811,27812
-< exit (1);
-< if (((long) (sizeof (short))) < 0)
----
-> return 1;
-> if (((long int) (sizeof (ac__type_sizeof_))) < 0)
-25876,25878c27814,27816
-< long i = longval ();
-< if (i != ((long) (sizeof (short))))
-< exit (1);
----
-> long int i = longval ();
-> if (i != ((long int) (sizeof (ac__type_sizeof_))))
-> return 1;
-25883,25885c27821,27823
-< unsigned long i = ulongval ();
-< if (i != ((long) (sizeof (short))))
-< exit (1);
----
-> unsigned long int i = ulongval ();
-> if (i != ((long int) (sizeof (ac__type_sizeof_))))
-> return 1;
-25888c27826
-< exit (ferror (f) || fclose (f) != 0);
----
-> return ferror (f) || fclose (f) != 0;
-25895,25896c27833,27839
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>&5
----
-> 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>&5
-25900,25901c27843,27848
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25912c27859
-< { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
----
-> { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
-25914c27861
-< echo "$as_me: error: cannot compute sizeof (short), 77
----
-> echo "$as_me: error: cannot compute sizeof (short)
-25916,25918c27863
-< { (exit 1); exit 1; }; }
-< fi
-< rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
----
-> { (exit 77); exit 77; }; }
-25919a27865
-> rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-25926,25927c27872,27873
-< echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
-< echo "${ECHO_T}$ac_cv_sizeof_short" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
-> echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
-25932,25933c27878,27879
-< echo "$as_me:$LINENO: checking for long" >&5
-< echo $ECHO_N "checking for long... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for long" >&5
-> echo $ECHO_N "checking for long... $ECHO_C" >&6; }
-25943a27890
-> typedef long ac__type_new_;
-25947c27894
-< if ((long *) 0)
----
-> if ((ac__type_new_ *) 0)
-25949c27896
-< if (sizeof (long))
----
-> if (sizeof (ac__type_new_))
-25956,25957c27903,27909
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-25964,25967c27916,27922
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-25972,25973c27927,27932
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-25982c27941
-< ac_cv_type_long=no
----
-> ac_cv_type_long=no
-25983a27943
->
-25986,25987c27946,27947
-< echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
-< echo "${ECHO_T}$ac_cv_type_long" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
-> echo "${ECHO_T}$ac_cv_type_long" >&6; }
-25989,25990c27949,27950
-< echo "$as_me:$LINENO: checking size of long" >&5
-< echo $ECHO_N "checking size of long... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking size of long" >&5
-> echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
-25995c27955
-< # The cast to unsigned long works around a bug in the HP C Compiler
----
-> # The cast to long int works around a bug in the HP C Compiler
-26007a27968
-> typedef long ac__type_sizeof_;
-26011c27972
-< static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
-26019,26020c27980,27986
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-26027,26030c27993,27999
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-26035,26036c28004,28009
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-26048a28022
-> typedef long ac__type_sizeof_;
-26052c28026
-< static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
-26060,26061c28034,28040
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-26068,26071c28047,28053
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-26076,26077c28058,28063
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-26086,26091c28072,28077
-< ac_lo=`expr $ac_mid + 1`
-< if test $ac_lo -le $ac_mid; then
-< ac_lo= ac_hi=
-< break
-< fi
-< ac_mid=`expr 2 '*' $ac_mid + 1`
----
-> ac_lo=`expr $ac_mid + 1`
-> if test $ac_lo -le $ac_mid; then
-> ac_lo= ac_hi=
-> break
-> fi
-> ac_mid=`expr 2 '*' $ac_mid + 1`
-26092a28079
->
-26099c28086
-< cat >conftest.$ac_ext <<_ACEOF
----
-> cat >conftest.$ac_ext <<_ACEOF
-26105a28093
-> typedef long ac__type_sizeof_;
-26109c28097
-< static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
-26117,26118c28105,28111
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-26125,26128c28118,28124
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-26133,26134c28129,28134
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-26146a28147
-> typedef long ac__type_sizeof_;
-26150c28151
-< static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
-26158,26159c28159,28165
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-26166,26169c28172,28178
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-26174,26175c28183,28188
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-26184,26189c28197,28202
-< ac_hi=`expr '(' $ac_mid ')' - 1`
-< if test $ac_mid -le $ac_hi; then
-< ac_lo= ac_hi=
-< break
-< fi
-< ac_mid=`expr 2 '*' $ac_mid`
----
-> ac_hi=`expr '(' $ac_mid ')' - 1`
-> if test $ac_mid -le $ac_hi; then
-> ac_lo= ac_hi=
-> break
-> fi
-> ac_mid=`expr 2 '*' $ac_mid`
-26190a28204
->
-26197c28211
-< ac_lo= ac_hi=
----
-> ac_lo= ac_hi=
-26198a28213
->
-26200a28216
->
-26211a28228
-> typedef long ac__type_sizeof_;
-26215c28232
-< static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
-26223,26224c28240,28246
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-26231,26234c28253,28259
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-26239,26240c28264,28269
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-26249c28278
-< ac_lo=`expr '(' $ac_mid ')' + 1`
----
-> ac_lo=`expr '(' $ac_mid ')' + 1`
-26250a28280
->
-26255c28285
-< '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
----
-> '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
-26257c28287
-< echo "$as_me: error: cannot compute sizeof (long), 77
----
-> echo "$as_me: error: cannot compute sizeof (long)
-26259c28289
-< { (exit 1); exit 1; }; } ;;
----
-> { (exit 77); exit 77; }; } ;;
-26262,26268d28291
-< if test "$cross_compiling" = yes; then
-< { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
-< See \`config.log' for more details." >&5
-< echo "$as_me: error: cannot run test program while cross compiling
-< See \`config.log' for more details." >&2;}
-< { (exit 1); exit 1; }; }
-< else
-26276,26277c28299,28301
-< long longval () { return (long) (sizeof (long)); }
-< unsigned long ulongval () { return (long) (sizeof (long)); }
----
-> typedef long ac__type_sizeof_;
-> static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
-> static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
-26286,26287c28310,28311
-< exit (1);
-< if (((long) (sizeof (long))) < 0)
----
-> return 1;
-> if (((long int) (sizeof (ac__type_sizeof_))) < 0)
-26289,26291c28313,28315
-< long i = longval ();
-< if (i != ((long) (sizeof (long))))
-< exit (1);
----
-> long int i = longval ();
-> if (i != ((long int) (sizeof (ac__type_sizeof_))))
-> return 1;
-26296,26298c28320,28322
-< unsigned long i = ulongval ();
-< if (i != ((long) (sizeof (long))))
-< exit (1);
----
-> unsigned long int i = ulongval ();
-> if (i != ((long int) (sizeof (ac__type_sizeof_))))
-> return 1;
-26301c28325
-< exit (ferror (f) || fclose (f) != 0);
----
-> return ferror (f) || fclose (f) != 0;
-26308,26309c28332,28338
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>&5
----
-> 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>&5
-26313,26314c28342,28347
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-26325c28358
-< { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
----
-> { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
-26327c28360
-< echo "$as_me: error: cannot compute sizeof (long), 77
----
-> echo "$as_me: error: cannot compute sizeof (long)
-26329,26331c28362
-< { (exit 1); exit 1; }; }
-< fi
-< rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
----
-> { (exit 77); exit 77; }; }
-26332a28364
-> rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-26339,26340c28371,28372
-< echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
-< echo "${ECHO_T}$ac_cv_sizeof_long" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
-> echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
-26345,26346c28377,28378
-< echo "$as_me:$LINENO: checking for char *" >&5
-< echo $ECHO_N "checking for char *... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for char *" >&5
-> echo $ECHO_N "checking for char *... $ECHO_C" >&6; }
-26356a28389
-> typedef char * ac__type_new_;
-26360c28393
-< if ((char * *) 0)
----
-> if ((ac__type_new_ *) 0)
-26362c28395
-< if (sizeof (char *))
----
-> if (sizeof (ac__type_new_))
-26369,26370c28402,28408
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-26377,26380c28415,28421
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-26385,26386c28426,28431
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-26395c28440
-< ac_cv_type_char_p=no
----
-> ac_cv_type_char_p=no
-26396a28442
->
-26399,26400c28445,28446
-< echo "$as_me:$LINENO: result: $ac_cv_type_char_p" >&5
-< echo "${ECHO_T}$ac_cv_type_char_p" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_type_char_p" >&5
-> echo "${ECHO_T}$ac_cv_type_char_p" >&6; }
-26402,26403c28448,28449
-< echo "$as_me:$LINENO: checking size of char *" >&5
-< echo $ECHO_N "checking size of char *... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking size of char *" >&5
-> echo $ECHO_N "checking size of char *... $ECHO_C" >&6; }
-26408c28454
-< # The cast to unsigned long works around a bug in the HP C Compiler
----
-> # The cast to long int works around a bug in the HP C Compiler
-26420a28467
-> typedef char * ac__type_sizeof_;
-26424c28471
-< static int test_array [1 - 2 * !(((long) (sizeof (char *))) >= 0)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
-26432,26433c28479,28485
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-26440,26443c28492,28498
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-26448,26449c28503,28508
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-26461a28521
-> typedef char * ac__type_sizeof_;
-26465c28525
-< static int test_array [1 - 2 * !(((long) (sizeof (char *))) <= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
-26473,26474c28533,28539
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-26481,26484c28546,28552
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-26489,26490c28557,28562
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-26499,26504c28571,28576
-< ac_lo=`expr $ac_mid + 1`
-< if test $ac_lo -le $ac_mid; then
-< ac_lo= ac_hi=
-< break
-< fi
-< ac_mid=`expr 2 '*' $ac_mid + 1`
----
-> ac_lo=`expr $ac_mid + 1`
-> if test $ac_lo -le $ac_mid; then
-> ac_lo= ac_hi=
-> break
-> fi
-> ac_mid=`expr 2 '*' $ac_mid + 1`
-26505a28578
->
-26512c28585
-< cat >conftest.$ac_ext <<_ACEOF
----
-> cat >conftest.$ac_ext <<_ACEOF
-26518a28592
-> typedef char * ac__type_sizeof_;
-26522c28596
-< static int test_array [1 - 2 * !(((long) (sizeof (char *))) < 0)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
-26530,26531c28604,28610
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-26538,26541c28617,28623
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-26546,26547c28628,28633
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-26559a28646
-> typedef char * ac__type_sizeof_;
-26563c28650
-< static int test_array [1 - 2 * !(((long) (sizeof (char *))) >= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
-26571,26572c28658,28664
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-26579,26582c28671,28677
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-26587,26588c28682,28687
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-26597,26602c28696,28701
-< ac_hi=`expr '(' $ac_mid ')' - 1`
-< if test $ac_mid -le $ac_hi; then
-< ac_lo= ac_hi=
-< break
-< fi
-< ac_mid=`expr 2 '*' $ac_mid`
----
-> ac_hi=`expr '(' $ac_mid ')' - 1`
-> if test $ac_mid -le $ac_hi; then
-> ac_lo= ac_hi=
-> break
-> fi
-> ac_mid=`expr 2 '*' $ac_mid`
-26603a28703
->
-26610c28710
-< ac_lo= ac_hi=
----
-> ac_lo= ac_hi=
-26611a28712
->
-26613a28715
->
-26624a28727
-> typedef char * ac__type_sizeof_;
-26628c28731
-< static int test_array [1 - 2 * !(((long) (sizeof (char *))) <= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
-26636,26637c28739,28745
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-26644,26647c28752,28758
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-26652,26653c28763,28768
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-26662c28777
-< ac_lo=`expr '(' $ac_mid ')' + 1`
----
-> ac_lo=`expr '(' $ac_mid ')' + 1`
-26663a28779
->
-26668c28784
-< '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *), 77
----
-> '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
-26670c28786
-< echo "$as_me: error: cannot compute sizeof (char *), 77
----
-> echo "$as_me: error: cannot compute sizeof (char *)
-26672c28788
-< { (exit 1); exit 1; }; } ;;
----
-> { (exit 77); exit 77; }; } ;;
-26675,26681d28790
-< if test "$cross_compiling" = yes; then
-< { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
-< See \`config.log' for more details." >&5
-< echo "$as_me: error: cannot run test program while cross compiling
-< See \`config.log' for more details." >&2;}
-< { (exit 1); exit 1; }; }
-< else
-26689,26690c28798,28800
-< long longval () { return (long) (sizeof (char *)); }
-< unsigned long ulongval () { return (long) (sizeof (char *)); }
----
-> typedef char * ac__type_sizeof_;
-> static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
-> static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
-26699,26700c28809,28810
-< exit (1);
-< if (((long) (sizeof (char *))) < 0)
----
-> return 1;
-> if (((long int) (sizeof (ac__type_sizeof_))) < 0)
-26702,26704c28812,28814
-< long i = longval ();
-< if (i != ((long) (sizeof (char *))))
-< exit (1);
----
-> long int i = longval ();
-> if (i != ((long int) (sizeof (ac__type_sizeof_))))
-> return 1;
-26709,26711c28819,28821
-< unsigned long i = ulongval ();
-< if (i != ((long) (sizeof (char *))))
-< exit (1);
----
-> unsigned long int i = ulongval ();
-> if (i != ((long int) (sizeof (ac__type_sizeof_))))
-> return 1;
-26714c28824
-< exit (ferror (f) || fclose (f) != 0);
----
-> return ferror (f) || fclose (f) != 0;
-26721,26722c28831,28837
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>&5
----
-> 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>&5
-26726,26727c28841,28846
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-26738c28857
-< { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *), 77
----
-> { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
-26740c28859
-< echo "$as_me: error: cannot compute sizeof (char *), 77
----
-> echo "$as_me: error: cannot compute sizeof (char *)
-26742,26744c28861
-< { (exit 1); exit 1; }; }
-< fi
-< rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
----
-> { (exit 77); exit 77; }; }
-26745a28863
-> rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-26752,26753c28870,28871
-< echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5
-< echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5
-> echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6; }
-26760,26761c28878,28879
-< echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-< echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-> echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
-26774c28892,28894
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-26778,26779d28897
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-26784c28902
-< dlopen ();
----
-> return dlopen ();
-26790,26791c28908,28914
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-26798,26801c28921,28927
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-26806,26807c28932,28937
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-26816c28946
-< ac_cv_lib_dl_dlopen=no
----
-> ac_cv_lib_dl_dlopen=no
-26817a28948
->
-26822,26823c28953,28954
-< echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-< echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
-> echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
-26832,26833c28963,28964
-< echo "$as_me:$LINENO: checking for shl_unload in -ldld" >&5
-< echo $ECHO_N "checking for shl_unload in -ldld... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for shl_unload in -ldld" >&5
-> echo $ECHO_N "checking for shl_unload in -ldld... $ECHO_C" >&6; }
-26846c28977,28979
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-26850,26851d28982
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-26856c28987
-< shl_unload ();
----
-> return shl_unload ();
-26862,26863c28993,28999
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-26870,26873c29006,29012
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-26878,26879c29017,29022
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-26888c29031
-< ac_cv_lib_dld_shl_unload=no
----
-> ac_cv_lib_dld_shl_unload=no
-26889a29033
->
-26894,26895c29038,29039
-< echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_unload" >&5
-< echo "${ECHO_T}$ac_cv_lib_dld_shl_unload" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_unload" >&5
-> echo "${ECHO_T}$ac_cv_lib_dld_shl_unload" >&6; }
-26909,26910c29053,29054
-< echo "$as_me:$LINENO: checking for size_t" >&5
-< echo $ECHO_N "checking for size_t... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for size_t" >&5
-> echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
-26920a29065
-> typedef size_t ac__type_new_;
-26924c29069
-< if ((size_t *) 0)
----
-> if ((ac__type_new_ *) 0)
-26926c29071
-< if (sizeof (size_t))
----
-> if (sizeof (ac__type_new_))
-26933,26934c29078,29084
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-26941,26944c29091,29097
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-26949,26950c29102,29107
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-26959c29116
-< ac_cv_type_size_t=no
----
-> ac_cv_type_size_t=no
-26960a29118
->
-26963,26964c29121,29122
-< echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
-< echo "${ECHO_T}$ac_cv_type_size_t" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
-> echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
-26966,26967c29124,29125
-< echo "$as_me:$LINENO: checking size of size_t" >&5
-< echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking size of size_t" >&5
-> echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; }
-26972c29130
-< # The cast to unsigned long works around a bug in the HP C Compiler
----
-> # The cast to long int works around a bug in the HP C Compiler
-26984a29143
-> typedef size_t ac__type_sizeof_;
-26988c29147
-< static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
-26996,26997c29155,29161
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-27004,27007c29168,29174
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-27012,27013c29179,29184
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-27025a29197
-> typedef size_t ac__type_sizeof_;
-27029c29201
-< static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
-27037,27038c29209,29215
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-27045,27048c29222,29228
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-27053,27054c29233,29238
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-27063,27068c29247,29252
-< ac_lo=`expr $ac_mid + 1`
-< if test $ac_lo -le $ac_mid; then
-< ac_lo= ac_hi=
-< break
-< fi
-< ac_mid=`expr 2 '*' $ac_mid + 1`
----
-> ac_lo=`expr $ac_mid + 1`
-> if test $ac_lo -le $ac_mid; then
-> ac_lo= ac_hi=
-> break
-> fi
-> ac_mid=`expr 2 '*' $ac_mid + 1`
-27069a29254
->
-27076c29261
-< cat >conftest.$ac_ext <<_ACEOF
----
-> cat >conftest.$ac_ext <<_ACEOF
-27082a29268
-> typedef size_t ac__type_sizeof_;
-27086c29272
-< static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
-27094,27095c29280,29286
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-27102,27105c29293,29299
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-27110,27111c29304,29309
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-27123a29322
-> typedef size_t ac__type_sizeof_;
-27127c29326
-< static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
-27135,27136c29334,29340
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-27143,27146c29347,29353
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-27151,27152c29358,29363
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-27161,27166c29372,29377
-< ac_hi=`expr '(' $ac_mid ')' - 1`
-< if test $ac_mid -le $ac_hi; then
-< ac_lo= ac_hi=
-< break
-< fi
-< ac_mid=`expr 2 '*' $ac_mid`
----
-> ac_hi=`expr '(' $ac_mid ')' - 1`
-> if test $ac_mid -le $ac_hi; then
-> ac_lo= ac_hi=
-> break
-> fi
-> ac_mid=`expr 2 '*' $ac_mid`
-27167a29379
->
-27174c29386
-< ac_lo= ac_hi=
----
-> ac_lo= ac_hi=
-27175a29388
->
-27177a29391
->
-27188a29403
-> typedef size_t ac__type_sizeof_;
-27192c29407
-< static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
-27200,27201c29415,29421
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-27208,27211c29428,29434
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-27216,27217c29439,29444
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-27226c29453
-< ac_lo=`expr '(' $ac_mid ')' + 1`
----
-> ac_lo=`expr '(' $ac_mid ')' + 1`
-27227a29455
->
-27232c29460
-< '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
----
-> '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
-27234c29462
-< echo "$as_me: error: cannot compute sizeof (size_t), 77
----
-> echo "$as_me: error: cannot compute sizeof (size_t)
-27236c29464
-< { (exit 1); exit 1; }; } ;;
----
-> { (exit 77); exit 77; }; } ;;
-27239,27245d29466
-< if test "$cross_compiling" = yes; then
-< { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
-< See \`config.log' for more details." >&5
-< echo "$as_me: error: cannot run test program while cross compiling
-< See \`config.log' for more details." >&2;}
-< { (exit 1); exit 1; }; }
-< else
-27253,27254c29474,29476
-< long longval () { return (long) (sizeof (size_t)); }
-< unsigned long ulongval () { return (long) (sizeof (size_t)); }
----
-> typedef size_t ac__type_sizeof_;
-> static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
-> static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
-27263,27264c29485,29486
-< exit (1);
-< if (((long) (sizeof (size_t))) < 0)
----
-> return 1;
-> if (((long int) (sizeof (ac__type_sizeof_))) < 0)
-27266,27268c29488,29490
-< long i = longval ();
-< if (i != ((long) (sizeof (size_t))))
-< exit (1);
----
-> long int i = longval ();
-> if (i != ((long int) (sizeof (ac__type_sizeof_))))
-> return 1;
-27273,27275c29495,29497
-< unsigned long i = ulongval ();
-< if (i != ((long) (sizeof (size_t))))
-< exit (1);
----
-> unsigned long int i = ulongval ();
-> if (i != ((long int) (sizeof (ac__type_sizeof_))))
-> return 1;
-27278c29500
-< exit (ferror (f) || fclose (f) != 0);
----
-> return ferror (f) || fclose (f) != 0;
-27285,27286c29507,29513
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>&5
----
-> 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>&5
-27290,27291c29517,29522
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-27302c29533
-< { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
----
-> { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
-27304c29535
-< echo "$as_me: error: cannot compute sizeof (size_t), 77
----
-> echo "$as_me: error: cannot compute sizeof (size_t)
-27306,27308c29537
-< { (exit 1); exit 1; }; }
-< fi
-< rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
----
-> { (exit 77); exit 77; }; }
-27309a29539
-> rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-27316,27317c29546,29547
-< echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
-< echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
-> echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; }
-27323,27324c29553,29554
-< echo "$as_me:$LINENO: checking for unsigned long" >&5
-< echo $ECHO_N "checking for unsigned long... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for unsigned long" >&5
-> echo $ECHO_N "checking for unsigned long... $ECHO_C" >&6; }
-27334a29565
-> typedef unsigned long ac__type_new_;
-27338c29569
-< if ((unsigned long *) 0)
----
-> if ((ac__type_new_ *) 0)
-27340c29571
-< if (sizeof (unsigned long))
----
-> if (sizeof (ac__type_new_))
-27347,27348c29578,29584
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-27355,27358c29591,29597
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-27363,27364c29602,29607
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-27373c29616
-< ac_cv_type_unsigned_long=no
----
-> ac_cv_type_unsigned_long=no
-27374a29618
->
-27377,27378c29621,29622
-< echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long" >&5
-< echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long" >&5
-> echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6; }
-27380,27381c29624,29625
-< echo "$as_me:$LINENO: checking size of unsigned long" >&5
-< echo $ECHO_N "checking size of unsigned long... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking size of unsigned long" >&5
-> echo $ECHO_N "checking size of unsigned long... $ECHO_C" >&6; }
-27386c29630
-< # The cast to unsigned long works around a bug in the HP C Compiler
----
-> # The cast to long int works around a bug in the HP C Compiler
-27398a29643
-> typedef unsigned long ac__type_sizeof_;
-27402c29647
-< static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) >= 0)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
-27410,27411c29655,29661
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-27418,27421c29668,29674
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-27426,27427c29679,29684
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-27439a29697
-> typedef unsigned long ac__type_sizeof_;
-27443c29701
-< static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) <= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
-27451,27452c29709,29715
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-27459,27462c29722,29728
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-27467,27468c29733,29738
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-27477,27482c29747,29752
-< ac_lo=`expr $ac_mid + 1`
-< if test $ac_lo -le $ac_mid; then
-< ac_lo= ac_hi=
-< break
-< fi
-< ac_mid=`expr 2 '*' $ac_mid + 1`
----
-> ac_lo=`expr $ac_mid + 1`
-> if test $ac_lo -le $ac_mid; then
-> ac_lo= ac_hi=
-> break
-> fi
-> ac_mid=`expr 2 '*' $ac_mid + 1`
-27483a29754
->
-27490c29761
-< cat >conftest.$ac_ext <<_ACEOF
----
-> cat >conftest.$ac_ext <<_ACEOF
-27496a29768
-> typedef unsigned long ac__type_sizeof_;
-27500c29772
-< static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) < 0)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
-27508,27509c29780,29786
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-27516,27519c29793,29799
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-27524,27525c29804,29809
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-27537a29822
-> typedef unsigned long ac__type_sizeof_;
-27541c29826
-< static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) >= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
-27549,27550c29834,29840
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-27557,27560c29847,29853
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-27565,27566c29858,29863
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-27575,27580c29872,29877
-< ac_hi=`expr '(' $ac_mid ')' - 1`
-< if test $ac_mid -le $ac_hi; then
-< ac_lo= ac_hi=
-< break
-< fi
-< ac_mid=`expr 2 '*' $ac_mid`
----
-> ac_hi=`expr '(' $ac_mid ')' - 1`
-> if test $ac_mid -le $ac_hi; then
-> ac_lo= ac_hi=
-> break
-> fi
-> ac_mid=`expr 2 '*' $ac_mid`
-27581a29879
->
-27588c29886
-< ac_lo= ac_hi=
----
-> ac_lo= ac_hi=
-27589a29888
->
-27591a29891
->
-27602a29903
-> typedef unsigned long ac__type_sizeof_;
-27606c29907
-< static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) <= $ac_mid)];
----
-> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
-27614,27615c29915,29921
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-27622,27625c29928,29934
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-27630,27631c29939,29944
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-27640c29953
-< ac_lo=`expr '(' $ac_mid ')' + 1`
----
-> ac_lo=`expr '(' $ac_mid ')' + 1`
-27641a29955
->
-27646c29960
-< '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long), 77
----
-> '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
-27648c29962
-< echo "$as_me: error: cannot compute sizeof (unsigned long), 77
----
-> echo "$as_me: error: cannot compute sizeof (unsigned long)
-27650c29964
-< { (exit 1); exit 1; }; } ;;
----
-> { (exit 77); exit 77; }; } ;;
-27653,27659d29966
-< if test "$cross_compiling" = yes; then
-< { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
-< See \`config.log' for more details." >&5
-< echo "$as_me: error: cannot run test program while cross compiling
-< See \`config.log' for more details." >&2;}
-< { (exit 1); exit 1; }; }
-< else
-27667,27668c29974,29976
-< long longval () { return (long) (sizeof (unsigned long)); }
-< unsigned long ulongval () { return (long) (sizeof (unsigned long)); }
----
-> typedef unsigned long ac__type_sizeof_;
-> static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
-> static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
-27677,27678c29985,29986
-< exit (1);
-< if (((long) (sizeof (unsigned long))) < 0)
----
-> return 1;
-> if (((long int) (sizeof (ac__type_sizeof_))) < 0)
-27680,27682c29988,29990
-< long i = longval ();
-< if (i != ((long) (sizeof (unsigned long))))
-< exit (1);
----
-> long int i = longval ();
-> if (i != ((long int) (sizeof (ac__type_sizeof_))))
-> return 1;
-27687,27689c29995,29997
-< unsigned long i = ulongval ();
-< if (i != ((long) (sizeof (unsigned long))))
-< exit (1);
----
-> unsigned long int i = ulongval ();
-> if (i != ((long int) (sizeof (ac__type_sizeof_))))
-> return 1;
-27692c30000
-< exit (ferror (f) || fclose (f) != 0);
----
-> return ferror (f) || fclose (f) != 0;
-27699,27700c30007,30013
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>&5
----
-> 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>&5
-27704,27705c30017,30022
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-27716c30033
-< { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long), 77
----
-> { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
-27718c30035
-< echo "$as_me: error: cannot compute sizeof (unsigned long), 77
----
-> echo "$as_me: error: cannot compute sizeof (unsigned long)
-27720,27722c30037
-< { (exit 1); exit 1; }; }
-< fi
-< rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
----
-> { (exit 77); exit 77; }; }
-27723a30039
-> rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-27730,27731c30046,30047
-< echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long" >&5
-< echo "${ECHO_T}$ac_cv_sizeof_unsigned_long" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long" >&5
-> echo "${ECHO_T}$ac_cv_sizeof_unsigned_long" >&6; }
-27738,27739c30054,30055
-< echo "$as_me:$LINENO: checking sizeof size_t == sizeof unsigned long" >&5
-< echo $ECHO_N "checking sizeof size_t == sizeof unsigned long... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking sizeof size_t == sizeof unsigned long" >&5
-> echo $ECHO_N "checking sizeof size_t == sizeof unsigned long... $ECHO_C" >&6; }
-27760,27761c30076,30082
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-27768,27771c30089,30095
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-27776,27777c30100,30105
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-27781,27782c30109,30110
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-27788,27789c30116,30117
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-27800a30129
->
-27804,27805c30133,30134
-< echo "$as_me:$LINENO: checking for PIE support" >&5
-< echo $ECHO_N "checking for PIE support... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for PIE support" >&5
-> echo $ECHO_N "checking for PIE support... $ECHO_C" >&6; }
-27811,27812c30140
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-27842,27843c30170,30176
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-27850,27853c30183,30189
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-27858,27859c30194,30199
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-27868c30208
-< kde_cv_val_pie_support=no
----
-> kde_cv_val_pie_support=no
-27869a30210
->
-27883,27884c30224,30225
-< echo "$as_me:$LINENO: result: $kde_cv_val_pie_support" >&5
-< echo "${ECHO_T}$kde_cv_val_pie_support" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_val_pie_support" >&5
-> echo "${ECHO_T}$kde_cv_val_pie_support" >&6; }
-27886,27887c30227,30228
-< echo "$as_me:$LINENO: checking if enabling -pie/fPIE support" >&5
-< echo $ECHO_N "checking if enabling -pie/fPIE support... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if enabling -pie/fPIE support" >&5
-> echo $ECHO_N "checking if enabling -pie/fPIE support... $ECHO_C" >&6; }
-27889c30230
-< # Check whether --enable-pie or --disable-pie was given.
----
-> # Check whether --enable-pie was given.
-27891,27892c30232
-< enableval="$enable_pie"
-< kde_has_pie_support=$enableval
----
-> enableval=$enable_pie; kde_has_pie_support=$enableval
-27895c30235,30236
-< fi;
----
-> fi
->
-27901,27902c30242,30243
-< echo "$as_me:$LINENO: result: $kde_has_pie_support" >&5
-< echo "${ECHO_T}$kde_has_pie_support" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_has_pie_support" >&5
-> echo "${ECHO_T}$kde_has_pie_support" >&6; }
-27921,27924c30262,30265
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
-< echo "$as_me:$LINENO: checking for $ac_header" >&5
-< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
----
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-> { echo "$as_me:$LINENO: checking for $ac_header" >&5
-> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-27927,27928c30268,30270
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_Header'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-27931,27932c30273,30274
-< echo "$as_me:$LINENO: checking $ac_header usability" >&5
-< echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking $ac_header usability" >&5
-> echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
-27943,27944c30285,30291
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-27951,27954c30298,30304
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-27959,27960c30309,30314
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-27969c30323
-< ac_header_compiler=no
----
-> ac_header_compiler=no
-27970a30325
->
-27972,27973c30327,30328
-< echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-< echo "${ECHO_T}$ac_header_compiler" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-> echo "${ECHO_T}$ac_header_compiler" >&6; }
-27976,27977c30331,30332
-< echo "$as_me:$LINENO: checking $ac_header presence" >&5
-< echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking $ac_header presence" >&5
-> echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
-27986,27987c30341,30347
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-28010a30371
->
-28012,28013c30373,30374
-< echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-< echo "${ECHO_T}$ac_header_preproc" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-> echo "${ECHO_T}$ac_header_preproc" >&6; }
-28037,28044c30398
-< (
-< cat <<\_ASBOX
-< ## ------------------------------------------ ##
-< ## Report this to the AC_PACKAGE_NAME lists. ##
-< ## ------------------------------------------ ##
-< _ASBOX
-< ) |
-< sed "s/^/$as_me: WARNING: /" >&2
----
->
-28047,28049c30401,30403
-< echo "$as_me:$LINENO: checking for $ac_header" >&5
-< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
----
-> { echo "$as_me:$LINENO: checking for $ac_header" >&5
-> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-28054,28055c30408,30410
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_Header'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-28067,28068c30422,30423
-< echo "$as_me:$LINENO: checking for _NSGetEnviron" >&5
-< echo $ECHO_N "checking for _NSGetEnviron... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for _NSGetEnviron" >&5
-> echo $ECHO_N "checking for _NSGetEnviron... $ECHO_C" >&6; }
-28095c30450,30452
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-28098d30454
-< {
-28100,28101d30455
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-28106c30460
-< #if defined (__stub__NSGetEnviron) || defined (__stub____NSGetEnviron)
----
-> #if defined __stub__NSGetEnviron || defined __stub____NSGetEnviron
-28108,28112d30461
-< #else
-< char (*f) () = _NSGetEnviron;
-< #endif
-< #ifdef __cplusplus
-< }
-28118c30467
-< return f != _NSGetEnviron;
----
-> return _NSGetEnviron ();
-28124,28125c30473,30479
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-28132,28135c30486,30492
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-28140,28141c30497,30502
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-28150c30511
-< ac_cv_func__NSGetEnviron=no
----
-> ac_cv_func__NSGetEnviron=no
-28151a30513
->
-28155,28156c30517,30518
-< echo "$as_me:$LINENO: result: $ac_cv_func__NSGetEnviron" >&5
-< echo "${ECHO_T}$ac_cv_func__NSGetEnviron" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_func__NSGetEnviron" >&5
-> echo "${ECHO_T}$ac_cv_func__NSGetEnviron" >&6; }
-28177,28179c30539,30541
-< echo "$as_me:$LINENO: checking for $ac_func" >&5
-< echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_var+set}\" = set"; then
----
-> { echo "$as_me:$LINENO: checking for $ac_func" >&5
-> echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
-> if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
-28205c30567,30569
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-28208d30571
-< {
-28210,28211d30572
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-28216c30577
-< #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
----
-> #if defined __stub_$ac_func || defined __stub___$ac_func
-28218,28222d30578
-< #else
-< char (*f) () = $ac_func;
-< #endif
-< #ifdef __cplusplus
-< }
-28228c30584
-< return f != $ac_func;
----
-> return $ac_func ();
-28234,28235c30590,30596
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-28242,28245c30603,30609
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-28250,28251c30614,30619
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-28260c30628
-< eval "$as_ac_var=no"
----
-> eval "$as_ac_var=no"
-28261a30630
->
-28265,28266c30634,30636
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_var'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-28283c30653
-< # Check whether --enable-embedded or --disable-embedded was given.
----
-> # Check whether --enable-embedded was given.
-28285,28286c30655
-< enableval="$enable_embedded"
-< kde_use_qt_emb=$enableval
----
-> enableval=$enable_embedded; kde_use_qt_emb=$enableval
-28290c30659,30660
-< fi;
----
-> fi
->
-28292c30662
-< # Check whether --enable-qtopia or --disable-qtopia was given.
----
-> # Check whether --enable-qtopia was given.
-28294,28295c30664
-< enableval="$enable_qtopia"
-< kde_use_qt_emb_palm=$enableval
----
-> enableval=$enable_qtopia; kde_use_qt_emb_palm=$enableval
-28299c30668,30669
-< fi;
----
-> fi
->
-28301c30671
-< # Check whether --enable-mac or --disable-mac was given.
----
-> # Check whether --enable-mac was given.
-28303,28304c30673
-< enableval="$enable_mac"
-< kde_use_qt_mac=$enableval
----
-> enableval=$enable_mac; kde_use_qt_mac=$enableval
-28308c30677,30678
-< fi;
----
-> fi
->
-28324,28325c30694,30695
-< echo "$as_me:$LINENO: checking for X" >&5
-< echo $ECHO_N "checking for X... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for X" >&5
-> echo $ECHO_N "checking for X... $ECHO_C" >&6; }
-28362,28363c30732,30738
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-28429a30805
->
-28459,28460c30835,30841
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-28467,28470c30848,30854
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-28475,28476c30859,30864
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-28487c30875
-< LIBS="$ac_save_LIBS"
----
-> LIBS="$ac_save_LIBS"
-28534a30923
->
-28545c30934
-< rm -fr conftest.dir
----
-> rm -f -r conftest.dir
-28548d30936
-< # Make sure to not put "make" in the Imakefile rules, since we grep it out.
-28550,28551c30938,30943
-< acfindx:
-< @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
----
-> incroot:
-> @echo incroot='${INCROOT}'
-> usrlibdir:
-> @echo usrlibdir='${USRLIBDIR}'
-> libdir:
-> @echo libdir='${LIBDIR}'
-28553c30945
-< if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
----
-> if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
-28555c30947,30949
-< eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
----
-> for ac_var in incroot usrlibdir libdir; do
-> eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
-> done
-28558,28559c30952,30953
-< if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
-< test -f $ac_im_libdir/libX11.$ac_extension; then
----
-> if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
-> test -f "$ac_im_libdir/libX11.$ac_extension"; then
-28567c30961
-< /usr/include) ;;
----
-> /usr/include) ac_x_includes= ;;
-28576c30970
-< rm -fr conftest.dir
----
-> rm -f -r conftest.dir
-28620,28621c31014,31015
-< echo "$as_me:$LINENO: result: $have_x" >&5
-< echo "${ECHO_T}$have_x" >&6
----
-> { echo "$as_me:$LINENO: result: $have_x" >&5
-> echo "${ECHO_T}$have_x" >&6; }
-28624,28625c31018,31019
-< echo "$as_me:$LINENO: result: libraries $kde_x_libraries, headers $kde_x_includes" >&5
-< echo "${ECHO_T}libraries $kde_x_libraries, headers $kde_x_includes" >&6
----
-> { echo "$as_me:$LINENO: result: libraries $kde_x_libraries, headers $kde_x_includes" >&5
-> echo "${ECHO_T}libraries $kde_x_libraries, headers $kde_x_includes" >&6; }
-28653,28654c31047,31048
-< echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
-< echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
-> echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
-28667c31061,31063
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-28671,28672d31066
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-28677c31071
-< IceConnectionNumber ();
----
-> return IceConnectionNumber ();
-28683,28684c31077,31083
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-28691,28694c31090,31096
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-28699,28700c31101,31106
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-28709c31115
-< ac_cv_lib_ICE_IceConnectionNumber=no
----
-> ac_cv_lib_ICE_IceConnectionNumber=no
-28710a31117
->
-28715,28716c31122,31123
-< echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
-< echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
-> echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
-28725,28726c31132,31133
-< echo "$as_me:$LINENO: checking for libXext" >&5
-< echo $ECHO_N "checking for libXext... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for libXext" >&5
-> echo $ECHO_N "checking for libXext... $ECHO_C" >&6; }
-28760,28761c31167,31173
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-28768,28771c31180,31186
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-28776,28777c31191,31196
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-28786c31205
-< kde_cv_have_libXext=no
----
-> kde_cv_have_libXext=no
-28788a31208
->
-28798,28799c31218,31219
-< echo "$as_me:$LINENO: result: $kde_cv_have_libXext" >&5
-< echo "${ECHO_T}$kde_cv_have_libXext" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_have_libXext" >&5
-> echo "${ECHO_T}$kde_cv_have_libXext" >&6; }
-28861,28862c31281,31282
-< echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5
-< echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5
-> echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6; }
-28873,28875c31293,31295
-< echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5
-< echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_Lib+set}\" = set"; then
----
-> { echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5
-> echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6; }
-> if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
-28887c31307,31309
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-28891,28892d31312
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-28897c31317
-< pthread_create ();
----
-> return pthread_create ();
-28903,28904c31323,31329
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-28911,28914c31336,31342
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-28919,28920c31347,31352
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-28929c31361
-< eval "$as_ac_Lib=no"
----
-> eval "$as_ac_Lib=no"
-28930a31363
->
-28935,28936c31368,31370
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_Lib'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-28949,28950c31383,31384
-< echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
-< echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
-> echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
-28963c31397,31399
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-28967,28968d31402
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-28973c31407
-< pthread_create ();
----
-> return pthread_create ();
-28979,28980c31413,31419
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-28987,28990c31426,31432
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-28995,28996c31437,31442
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-29005c31451
-< ac_cv_lib_pthread_pthread_create=no
----
-> ac_cv_lib_pthread_pthread_create=no
-29006a31453
->
-29011,29012c31458,31459
-< echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
-< echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
-> echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
-29020,29021c31467,31468
-< echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
-< echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
-> echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
-29040,29041c31487,31493
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-29048,29051c31500,31506
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-29056,29057c31511,31516
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-29062,29063c31521,31522
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-29070,29071c31529,31530
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-29072a31532
->
-29088,29089c31548,31549
-< echo "$as_me:$LINENO: checking whether $CXX supports -pthread" >&5
-< echo $ECHO_N "checking whether $CXX supports -pthread... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -pthread" >&5
-> echo $ECHO_N "checking whether $CXX supports -pthread... $ECHO_C" >&6; }
-29091c31551
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-29096,29097c31556
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-29124,29125c31583,31589
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-29132,29135c31596,31602
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-29140,29141c31607,31612
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-29149a31621
->
-29150a31623
->
-29164,29165c31637,31638
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-29169,29170c31642,31643
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-29182,29183c31655,31656
-< echo "$as_me:$LINENO: checking whether $CXX supports -mt" >&5
-< echo $ECHO_N "checking whether $CXX supports -mt... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -mt" >&5
-> echo $ECHO_N "checking whether $CXX supports -mt... $ECHO_C" >&6; }
-29185c31658
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-29190,29191c31663
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-29218,29219c31690,31696
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-29226,29229c31703,31709
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-29234,29235c31714,31719
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-29243a31728
->
-29244a31730
->
-29258,29259c31744,31745
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-29263,29264c31749,31750
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-29291,29292c31777,31778
-< echo "$as_me:$LINENO: checking for extra includes" >&5
-< echo $ECHO_N "checking for extra includes... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for extra includes" >&5
-> echo $ECHO_N "checking for extra includes... $ECHO_C" >&6; }
-29294c31780
-< # Check whether --with-extra-includes or --without-extra-includes was given.
----
-> # Check whether --with-extra-includes was given.
-29296,29297c31782
-< withval="$with_extra_includes"
-< kde_use_extra_includes="$withval"
----
-> withval=$with_extra_includes; kde_use_extra_includes="$withval"
-29301c31786,31787
-< fi;
----
-> fi
->
-29319,29320c31805,31806
-< echo "$as_me:$LINENO: result: $kde_use_extra_includes" >&5
-< echo "${ECHO_T}$kde_use_extra_includes" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_use_extra_includes" >&5
-> echo "${ECHO_T}$kde_use_extra_includes" >&6; }
-29323,29324c31809,31810
-< echo "$as_me:$LINENO: checking for extra libs" >&5
-< echo $ECHO_N "checking for extra libs... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for extra libs" >&5
-> echo $ECHO_N "checking for extra libs... $ECHO_C" >&6; }
-29326c31812
-< # Check whether --with-extra-libs or --without-extra-libs was given.
----
-> # Check whether --with-extra-libs was given.
-29328,29329c31814
-< withval="$with_extra_libs"
-< kde_use_extra_libs=$withval
----
-> withval=$with_extra_libs; kde_use_extra_libs=$withval
-29333c31818,31819
-< fi;
----
-> fi
->
-29352,29353c31838,31839
-< echo "$as_me:$LINENO: result: $kde_use_extra_libs" >&5
-< echo "${ECHO_T}$kde_use_extra_libs" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_use_extra_libs" >&5
-> echo "${ECHO_T}$kde_use_extra_libs" >&6; }
-29358,29359c31844,31845
-< echo "$as_me:$LINENO: checking for libz" >&5
-< echo $ECHO_N "checking for libz... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for libz" >&5
-> echo $ECHO_N "checking for libz... $ECHO_C" >&6; }
-29393,29394c31879,31885
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-29401,29404c31892,31898
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-29409,29410c31903,31908
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-29419c31917
-< eval "ac_cv_lib_z=no"
----
-> eval "ac_cv_lib_z=no"
-29420a31919
->
-29434,29435c31933,31934
-< echo "$as_me:$LINENO: result: $ac_cv_lib_z" >&5
-< echo "${ECHO_T}$ac_cv_lib_z" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_z" >&5
-> echo "${ECHO_T}$ac_cv_lib_z" >&6; }
-29455,29456c31954,31955
-< echo "$as_me:$LINENO: checking for libpng" >&5
-< echo $ECHO_N "checking for libpng... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for libpng" >&5
-> echo $ECHO_N "checking for libpng... $ECHO_C" >&6; }
-29492,29493c31991,31997
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-29500,29503c32004,32010
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-29508,29509c32015,32020
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-29518c32029
-< eval "ac_cv_lib_png=no"
----
-> eval "ac_cv_lib_png=no"
-29520a32032
->
-29535,29536c32047,32048
-< echo "$as_me:$LINENO: result: $ac_cv_lib_png" >&5
-< echo "${ECHO_T}$ac_cv_lib_png" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_png" >&5
-> echo "${ECHO_T}$ac_cv_lib_png" >&6; }
-29538,29539c32050,32051
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-29546,29547c32058,32059
-< echo "$as_me:$LINENO: checking for libjpeg6b" >&5
-< echo $ECHO_N "checking for libjpeg6b... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for libjpeg6b" >&5
-> echo $ECHO_N "checking for libjpeg6b... $ECHO_C" >&6; }
-29580,29581c32092,32098
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-29588,29591c32105,32111
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-29596,29597c32116,32121
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-29606c32130
-< eval "ac_cv_lib_jpeg_6b=no"
----
-> eval "ac_cv_lib_jpeg_6b=no"
-29607a32132
->
-29618,29619c32143,32144
-< echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_6b" >&5
-< echo "${ECHO_T}$ac_cv_lib_jpeg_6b" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_6b" >&5
-> echo "${ECHO_T}$ac_cv_lib_jpeg_6b" >&6; }
-29621,29622c32146,32147
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-29624,29625c32149,32150
-< echo "$as_me:$LINENO: checking for libjpeg" >&5
-< echo $ECHO_N "checking for libjpeg... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for libjpeg" >&5
-> echo $ECHO_N "checking for libjpeg... $ECHO_C" >&6; }
-29658,29659c32183,32189
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-29666,29669c32196,32202
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-29674,29675c32207,32212
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-29684c32221
-< eval "ac_cv_lib_jpeg_normal=no"
----
-> eval "ac_cv_lib_jpeg_normal=no"
-29685a32223
->
-29696,29697c32234,32235
-< echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_normal" >&5
-< echo "${ECHO_T}$ac_cv_lib_jpeg_normal" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_normal" >&5
-> echo "${ECHO_T}$ac_cv_lib_jpeg_normal" >&6; }
-29699,29700c32237,32238
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-29720c32258
-< echo "configure: 29720: $i/$j" >&5
----
-> echo "configure: 32258: $i/$j" >&5
-29767,29768c32305,32306
-< echo "$as_me:$LINENO: checking for perl" >&5
-< echo $ECHO_N "checking for perl... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for perl" >&5
-> echo $ECHO_N "checking for perl... $ECHO_C" >&6; }
-29774c32312
-< if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-29817,29818c32355,32356
-< echo "$as_me:$LINENO: result: not found" >&5
-< echo "${ECHO_T}not found" >&6
----
-> { echo "$as_me:$LINENO: result: not found" >&5
-> echo "${ECHO_T}not found" >&6; }
-29827,29828c32365,32366
-< echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-< echo "${ECHO_T}$kde_cv_path" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-> echo "${ECHO_T}$kde_cv_path" >&6; }
-29842c32380
-< # Check whether --enable-mt or --disable-mt was given.
----
-> # Check whether --enable-mt was given.
-29844,29845c32382
-< enableval="$enable_mt"
-< kde_use_qt_mt=$enableval
----
-> enableval=$enable_mt; kde_use_qt_mt=$enableval
-29855c32392,32393
-< fi;
----
-> fi
->
-29875c32413
-< # Check whether --enable-threading or --disable-threading was given.
----
-> # Check whether --enable-threading was given.
-29877,29878c32415
-< enableval="$enable_threading"
-< kde_use_threading=$enableval
----
-> enableval=$enable_threading; kde_use_threading=$enableval
-29881c32418,32419
-< fi;
----
-> fi
->
-29953,29954c32491,32492
-< echo "$as_me:$LINENO: checking for Qt" >&5
-< echo $ECHO_N "checking for Qt... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for Qt" >&5
-> echo $ECHO_N "checking for Qt... $ECHO_C" >&6; }
-29963c32501
-< # Check whether --with-qt-dir or --without-qt-dir was given.
----
-> # Check whether --with-qt-dir was given.
-29965,29966c32503
-< withval="$with_qt_dir"
-< ac_qt_includes="$withval"/include
----
-> withval=$with_qt_dir; ac_qt_includes="$withval"/include
-29970c32507
-< fi;
----
-> fi
-29973,29975d32509
-< # Check whether --with-qt-includes or --without-qt-includes was given.
-< if test "${with_qt_includes+set}" = set; then
-< withval="$with_qt_includes"
-29976a32511,32513
-> # Check whether --with-qt-includes was given.
-> if test "${with_qt_includes+set}" = set; then
-> withval=$with_qt_includes;
-29979c32516,32517
-< fi;
----
-> fi
->
-29984c32522
-< # Check whether --with-qt-libraries or --without-qt-libraries was given.
----
-> # Check whether --with-qt-libraries was given.
-29986,29987c32524
-< withval="$with_qt_libraries"
-< ac_qt_libraries="$withval"
----
-> withval=$with_qt_libraries; ac_qt_libraries="$withval"
-29990c32527,32528
-< fi;
----
-> fi
->
-30018c32556
-< echo "configure: 30018: $i/$j" >&5
----
-> echo "configure: 32556: $i/$j" >&5
-30055,30056c32593
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-30193,30194c32730,32731
-< echo "$as_me:$LINENO: result: $have_qt" >&5
-< echo "${ECHO_T}$have_qt" >&6;
----
-> { echo "$as_me:$LINENO: result: $have_qt" >&5
-> echo "${ECHO_T}$have_qt" >&6; };
-30198,30199c32735,32736
-< echo "$as_me:$LINENO: result: libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&5
-< echo "${ECHO_T}libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&6
----
-> { echo "$as_me:$LINENO: result: libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&5
-> echo "${ECHO_T}libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&6; }
-30208,30209c32745,32746
-< echo "$as_me:$LINENO: checking if Qt compiles without flags" >&5
-< echo $ECHO_N "checking if Qt compiles without flags... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if Qt compiles without flags" >&5
-> echo $ECHO_N "checking if Qt compiles without flags... $ECHO_C" >&6; }
-30215,30216c32752
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-30337,30338c32873,32874
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-30341,30342c32877,32878
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-30380,30381c32916,32917
-< echo "$as_me:$LINENO: checking for moc" >&5
-< echo $ECHO_N "checking for moc... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for moc" >&5
-> echo $ECHO_N "checking for moc... $ECHO_C" >&6; }
-30387c32923
-< if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-30430,30431c32966,32967
-< echo "$as_me:$LINENO: result: not found" >&5
-< echo "${ECHO_T}not found" >&6
----
-> { echo "$as_me:$LINENO: result: not found" >&5
-> echo "${ECHO_T}not found" >&6; }
-30452,30453c32988,32989
-< echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-< echo "${ECHO_T}$kde_cv_path" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-> echo "${ECHO_T}$kde_cv_path" >&6; }
-30460,30461c32996,32997
-< echo "$as_me:$LINENO: checking for uic" >&5
-< echo $ECHO_N "checking for uic... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for uic" >&5
-> echo $ECHO_N "checking for uic... $ECHO_C" >&6; }
-30467c33003
-< if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-30510,30511c33046,33047
-< echo "$as_me:$LINENO: result: not found" >&5
-< echo "${ECHO_T}not found" >&6
----
-> { echo "$as_me:$LINENO: result: not found" >&5
-> echo "${ECHO_T}not found" >&6; }
-30514,30515c33050,33051
-< echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-< echo "${ECHO_T}$kde_cv_path" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-> echo "${ECHO_T}$kde_cv_path" >&6; }
-30545,30546c33081,33082
-< echo "$as_me:$LINENO: checking whether uic supports -L " >&5
-< echo $ECHO_N "checking whether uic supports -L ... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether uic supports -L " >&5
-> echo $ECHO_N "checking whether uic supports -L ... $ECHO_C" >&6; }
-30548c33084
-< if eval "test \"\${kde_cv_prog_uic_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_uic_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-30571,30572c33107,33108
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-30576,30577c33112,33113
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-30583,30584c33119,33120
-< echo "$as_me:$LINENO: checking whether uic supports -nounload " >&5
-< echo $ECHO_N "checking whether uic supports -nounload ... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether uic supports -nounload " >&5
-> echo $ECHO_N "checking whether uic supports -nounload ... $ECHO_C" >&6; }
-30586c33122
-< if eval "test \"\${kde_cv_prog_uic_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_uic_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-30609,30610c33145,33146
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-30614,30615c33150,33151
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-30646,30647c33182,33183
-< echo "$as_me:$LINENO: checking if Qt needs $LIBJPEG" >&5
-< echo $ECHO_N "checking if Qt needs $LIBJPEG... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if Qt needs $LIBJPEG" >&5
-> echo $ECHO_N "checking if Qt needs $LIBJPEG... $ECHO_C" >&6; }
-30653,30654c33189
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-30687,30688c33222,33228
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-30695,30698c33235,33241
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-30703,30704c33246,33251
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-30713c33260
-< eval "kde_cv_qt_jpeg=yes"
----
-> eval "kde_cv_qt_jpeg=yes"
-30714a33262
->
-30731,30732c33279,33280
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-30735,30736c33283,33284
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-30767,30769c33315,33317
-< echo "$as_me:$LINENO: checking for rpath" >&5
-< echo $ECHO_N "checking for rpath... $ECHO_C" >&6
-< # Check whether --enable-rpath or --disable-rpath was given.
----
-> { echo "$as_me:$LINENO: checking for rpath" >&5
-> echo $ECHO_N "checking for rpath... $ECHO_C" >&6; }
-> # Check whether --enable-rpath was given.
-30771,30772c33319
-< enableval="$enable_rpath"
-< USE_RPATH=$enableval
----
-> enableval=$enable_rpath; USE_RPATH=$enableval
-30775c33322,33323
-< fi;
----
-> fi
->
-30799,30800c33347,33348
-< echo "$as_me:$LINENO: result: $USE_RPATH" >&5
-< echo "${ECHO_T}$USE_RPATH" >&6
----
-> { echo "$as_me:$LINENO: result: $USE_RPATH" >&5
-> echo "${ECHO_T}$USE_RPATH" >&6; }
-30802,30803c33350,33351
-< echo "$as_me:$LINENO: checking for KDE" >&5
-< echo $ECHO_N "checking for KDE... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for KDE" >&5
-> echo $ECHO_N "checking for KDE... $ECHO_C" >&6; }
-30855c33403
-< echo "configure: 30855: $i/$j" >&5
----
-> echo "configure: 33403: $i/$j" >&5
-30885c33433
-< echo "configure: 30885: $i/$j" >&5
----
-> echo "configure: 33433: $i/$j" >&5
-30903c33451
-< echo "configure: 30903: $i/$j" >&5
----
-> echo "configure: 33451: $i/$j" >&5
-30962,30963c33510,33511
-< echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix" >&5
-< echo "${ECHO_T}will be installed in $ac_kde_prefix" >&6
----
-> { echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix" >&5
-> echo "${ECHO_T}will be installed in $ac_kde_prefix" >&6; }
-30966,30967c33514,33515
-< echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&5
-< echo "${ECHO_T}will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&6
----
-> { echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&5
-> echo "${ECHO_T}will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&6; }
-30976,30977c33524,33525
-< echo "$as_me:$LINENO: result: libraries $ac_kde_libraries, headers $ac_kde_includes" >&5
-< echo "${ECHO_T}libraries $ac_kde_libraries, headers $ac_kde_includes" >&6
----
-> { echo "$as_me:$LINENO: result: libraries $ac_kde_libraries, headers $ac_kde_includes" >&5
-> echo "${ECHO_T}libraries $ac_kde_libraries, headers $ac_kde_includes" >&6; }
-31015,31016c33563,33564
-< echo "$as_me:$LINENO: checking if UIC has KDE plugins available" >&5
-< echo $ECHO_N "checking if UIC has KDE plugins available... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if UIC has KDE plugins available" >&5
-> echo $ECHO_N "checking if UIC has KDE plugins available... $ECHO_C" >&6; }
-31059,31060c33607,33608
-< echo "$as_me:$LINENO: result: $kde_cv_uic_plugins" >&5
-< echo "${ECHO_T}$kde_cv_uic_plugins" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_uic_plugins" >&5
-> echo "${ECHO_T}$kde_cv_uic_plugins" >&6; }
-31092c33640
-< # Check whether --enable-path-check or --disable-path-check was given.
----
-> # Check whether --enable-path-check was given.
-31094,31095c33642
-< enableval="$enable_path_check"
-<
----
-> enableval=$enable_path_check;
-31109c33656,33657
-< fi;
----
-> fi
->
-31114,31115c33662,33663
-< echo "$as_me:$LINENO: checking for KDE paths" >&5
-< echo $ECHO_N "checking for KDE paths... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for KDE paths" >&5
-> echo $ECHO_N "checking for KDE paths... $ECHO_C" >&6; }
-31226,31227c33774,33775
-< echo "$as_me:$LINENO: result: compiling" >&5
-< echo "${ECHO_T}compiling" >&6
----
-> { echo "$as_me:$LINENO: result: compiling" >&5
-> echo "${ECHO_T}compiling" >&6; }
-31230,31231c33778,33779
-< echo "$as_me:$LINENO: checking for KDE headers installed" >&5
-< echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for KDE headers installed" >&5
-> echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6; }
-31233,31234c33781
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-31286,31287c33833,33834
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-31326,31327c33873,33874
-< echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
-< echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
-> echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6; }
-31335,31336c33882,33883
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-31529,31531c34076,34077
-< echo "$as_me:$LINENO: result: compiling" >&5
-< echo "${ECHO_T}compiling" >&6
-<
----
-> { echo "$as_me:$LINENO: result: compiling" >&5
-> echo "${ECHO_T}compiling" >&6; }
-31533,31534d34078
-< echo "$as_me:$LINENO: checking for KDE headers installed" >&5
-< echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6
-31535a34080,34081
-> { echo "$as_me:$LINENO: checking for KDE headers installed" >&5
-> echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6; }
-31537c34083
-< ac_ext=cc
----
-> ac_ext=cpp
-31589,31590c34135,34136
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-31629,31630c34175,34176
-< echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
-< echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
-> echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6; }
-31638,31639c34184,34185
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-31731,31732c34277,34278
-< echo "$as_me:$LINENO: result: $kde_result" >&5
-< echo "${ECHO_T}$kde_result" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_result" >&5
-> echo "${ECHO_T}$kde_result" >&6; }
-31739c34285
-< # Check whether --with-arts or --without-arts was given.
----
-> # Check whether --with-arts was given.
-31741,31742c34287
-< withval="$with_arts"
-< build_arts=$withval
----
-> withval=$with_arts; build_arts=$withval
-31746c34291,34292
-< fi;
----
-> fi
->
-31779,31780c34325,34326
-< echo "$as_me:$LINENO: checking for dcopidl" >&5
-< echo $ECHO_N "checking for dcopidl... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for dcopidl" >&5
-> echo $ECHO_N "checking for dcopidl... $ECHO_C" >&6; }
-31786c34332
-< if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-31829,31830c34375,34376
-< echo "$as_me:$LINENO: result: not found" >&5
-< echo "${ECHO_T}not found" >&6
----
-> { echo "$as_me:$LINENO: result: not found" >&5
-> echo "${ECHO_T}not found" >&6; }
-31841,31842c34387,34388
-< echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-< echo "${ECHO_T}$kde_cv_path" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-> echo "${ECHO_T}$kde_cv_path" >&6; }
-31848,31849c34394,34395
-< echo "$as_me:$LINENO: checking for dcopidl2cpp" >&5
-< echo $ECHO_N "checking for dcopidl2cpp... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for dcopidl2cpp" >&5
-> echo $ECHO_N "checking for dcopidl2cpp... $ECHO_C" >&6; }
-31855c34401
-< if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-31898,31899c34444,34445
-< echo "$as_me:$LINENO: result: not found" >&5
-< echo "${ECHO_T}not found" >&6
----
-> { echo "$as_me:$LINENO: result: not found" >&5
-> echo "${ECHO_T}not found" >&6; }
-31910,31911c34456,34457
-< echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-< echo "${ECHO_T}$kde_cv_path" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-> echo "${ECHO_T}$kde_cv_path" >&6; }
-31918,31919c34464,34465
-< echo "$as_me:$LINENO: checking for mcopidl" >&5
-< echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for mcopidl" >&5
-> echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6; }
-31925c34471
-< if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-31968,31969c34514,34515
-< echo "$as_me:$LINENO: result: not found" >&5
-< echo "${ECHO_T}not found" >&6
----
-> { echo "$as_me:$LINENO: result: not found" >&5
-> echo "${ECHO_T}not found" >&6; }
-31982,31983c34528,34529
-< echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-< echo "${ECHO_T}$kde_cv_path" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-> echo "${ECHO_T}$kde_cv_path" >&6; }
-31989,31990c34535,34536
-< echo "$as_me:$LINENO: checking for artsc-config" >&5
-< echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for artsc-config" >&5
-> echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6; }
-31996c34542
-< if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-32039,32040c34585,34586
-< echo "$as_me:$LINENO: result: not found" >&5
-< echo "${ECHO_T}not found" >&6
----
-> { echo "$as_me:$LINENO: result: not found" >&5
-> echo "${ECHO_T}not found" >&6; }
-32053,32054c34599,34600
-< echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-< echo "${ECHO_T}$kde_cv_path" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-> echo "${ECHO_T}$kde_cv_path" >&6; }
-32061,32062c34607,34608
-< echo "$as_me:$LINENO: checking for meinproc" >&5
-< echo $ECHO_N "checking for meinproc... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for meinproc" >&5
-> echo $ECHO_N "checking for meinproc... $ECHO_C" >&6; }
-32068c34614
-< if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-32111,32112c34657,34658
-< echo "$as_me:$LINENO: result: not found" >&5
-< echo "${ECHO_T}not found" >&6
----
-> { echo "$as_me:$LINENO: result: not found" >&5
-> echo "${ECHO_T}not found" >&6; }
-32115,32116c34661,34662
-< echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-< echo "${ECHO_T}$kde_cv_path" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-> echo "${ECHO_T}$kde_cv_path" >&6; }
-32145,32146c34691,34692
-< echo "$as_me:$LINENO: checking for kconfig_compiler" >&5
-< echo $ECHO_N "checking for kconfig_compiler... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for kconfig_compiler" >&5
-> echo $ECHO_N "checking for kconfig_compiler... $ECHO_C" >&6; }
-32152c34698
-< if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-32195,32196c34741,34742
-< echo "$as_me:$LINENO: result: not found" >&5
-< echo "${ECHO_T}not found" >&6
----
-> { echo "$as_me:$LINENO: result: not found" >&5
-> echo "${ECHO_T}not found" >&6; }
-32207,32208c34753,34754
-< echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-< echo "${ECHO_T}$kde_cv_path" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-> echo "${ECHO_T}$kde_cv_path" >&6; }
-32214,32215c34760,34761
-< echo "$as_me:$LINENO: checking for dcopidlng" >&5
-< echo $ECHO_N "checking for dcopidlng... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for dcopidlng" >&5
-> echo $ECHO_N "checking for dcopidlng... $ECHO_C" >&6; }
-32221c34767
-< if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-32264,32265c34810,34811
-< echo "$as_me:$LINENO: result: not found" >&5
-< echo "${ECHO_T}not found" >&6
----
-> { echo "$as_me:$LINENO: result: not found" >&5
-> echo "${ECHO_T}not found" >&6; }
-32276,32277c34822,34823
-< echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-< echo "${ECHO_T}$kde_cv_path" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-> echo "${ECHO_T}$kde_cv_path" >&6; }
-32285,32286c34831,34832
-< echo "$as_me:$LINENO: checking for makekdewidgets" >&5
-< echo $ECHO_N "checking for makekdewidgets... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for makekdewidgets" >&5
-> echo $ECHO_N "checking for makekdewidgets... $ECHO_C" >&6; }
-32292c34838
-< if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-32335,32336c34881,34882
-< echo "$as_me:$LINENO: result: not found" >&5
-< echo "${ECHO_T}not found" >&6
----
-> { echo "$as_me:$LINENO: result: not found" >&5
-> echo "${ECHO_T}not found" >&6; }
-32347,32348c34893,34894
-< echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-< echo "${ECHO_T}$kde_cv_path" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-> echo "${ECHO_T}$kde_cv_path" >&6; }
-32356,32357c34902,34903
-< echo "$as_me:$LINENO: checking for xmllint" >&5
-< echo $ECHO_N "checking for xmllint... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for xmllint" >&5
-> echo $ECHO_N "checking for xmllint... $ECHO_C" >&6; }
-32363c34909
-< if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-32406,32407c34952,34953
-< echo "$as_me:$LINENO: result: not found" >&5
-< echo "${ECHO_T}not found" >&6
----
-> { echo "$as_me:$LINENO: result: not found" >&5
-> echo "${ECHO_T}not found" >&6; }
-32410,32411c34956,34957
-< echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-< echo "${ECHO_T}$kde_cv_path" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
-> echo "${ECHO_T}$kde_cv_path" >&6; }
-32426c34972
-< echo "configure: 32426: $i/$j" >&5
----
-> echo "configure: 34972: $i/$j" >&5
-32588,32589c35134,35135
-< echo "$as_me:$LINENO: checking grepping for visibility push/pop in headers" >&5
-< echo $ECHO_N "checking grepping for visibility push/pop in headers... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking grepping for visibility push/pop in headers" >&5
-> echo $ECHO_N "checking grepping for visibility push/pop in headers... $ECHO_C" >&6; }
-32593,32594c35139
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-32615,32616c35160,35161
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-32620,32621c35165,35166
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-32641,32642c35186,35187
-< echo "$as_me:$LINENO: checking whether $CXX supports -fvisibility=hidden" >&5
-< echo $ECHO_N "checking whether $CXX supports -fvisibility=hidden... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether $CXX supports -fvisibility=hidden" >&5
-> echo $ECHO_N "checking whether $CXX supports -fvisibility=hidden... $ECHO_C" >&6; }
-32644c35189
-< if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
----
-> if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
-32649,32650c35194
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-32677,32678c35221,35227
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-32685,32688c35234,35240
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-32693,32694c35245,35250
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-32702a35259
->
-32703a35261
->
-32717,32718c35275,35276
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-32722c35280
-< # Check whether --enable-gcc-hidden-visibility or --disable-gcc-hidden-visibility was given.
----
-> # Check whether --enable-gcc-hidden-visibility was given.
-32724,32725c35282
-< enableval="$enable_gcc_hidden_visibility"
-< kde_have_gcc_visibility=$enableval
----
-> enableval=$enable_gcc_hidden_visibility; kde_have_gcc_visibility=$enableval
-32728c35285,35286
-< fi;
----
-> fi
->
-32730,32731c35288,35289
-< echo "$as_me:$LINENO: checking if Qt is patched for -fvisibility" >&5
-< echo $ECHO_N "checking if Qt is patched for -fvisibility... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if Qt is patched for -fvisibility" >&5
-> echo $ECHO_N "checking if Qt is patched for -fvisibility... $ECHO_C" >&6; }
-32737,32738c35295
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-32773,32774c35330,35336
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-32781,32784c35343,35349
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-32789,32790c35354,35359
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-32799c35368
-< kde_cv_val_qt_gcc_visibility_patched=yes
----
-> kde_cv_val_qt_gcc_visibility_patched=yes
-32800a35370
->
-32813,32814c35383,35384
-< echo "$as_me:$LINENO: result: $kde_cv_val_qt_gcc_visibility_patched" >&5
-< echo "${ECHO_T}$kde_cv_val_qt_gcc_visibility_patched" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_val_qt_gcc_visibility_patched" >&5
-> echo "${ECHO_T}$kde_cv_val_qt_gcc_visibility_patched" >&6; }
-32819,32820c35389,35390
-< echo "$as_me:$LINENO: checking for gcc -fvisibility-inlines-hidden bug" >&5
-< echo $ECHO_N "checking for gcc -fvisibility-inlines-hidden bug... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for gcc -fvisibility-inlines-hidden bug" >&5
-> echo $ECHO_N "checking for gcc -fvisibility-inlines-hidden bug... $ECHO_C" >&6; }
-32826,32827c35396
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-32867,32868c35436,35442
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-32875,32878c35449,35455
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-32883,32884c35460,35465
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-32893c35474
-< kde_cv_val_gcc_visibility_bug=yes
----
-> kde_cv_val_gcc_visibility_bug=yes
-32894a35476
->
-32909,32910c35491,35492
-< echo "$as_me:$LINENO: result: $kde_cv_val_gcc_visibility_bug" >&5
-< echo "${ECHO_T}$kde_cv_val_gcc_visibility_bug" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_val_gcc_visibility_bug" >&5
-> echo "${ECHO_T}$kde_cv_val_gcc_visibility_bug" >&6; }
-32926,32927c35508,35509
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-32936,32937c35518,35519
-< echo "$as_me:$LINENO: checking for setenv" >&5
-< echo $ECHO_N "checking for setenv... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for setenv" >&5
-> echo $ECHO_N "checking for setenv... $ECHO_C" >&6; }
-32943,32944c35525
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-32956,32958d35536
-< if test "$GXX" = "yes"; then
-< CXXFLAGS="$CXXFLAGS -pedantic-errors"
-< fi
-32981,32982c35559,35565
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-32989,32992c35572,35578
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-32997,32998c35583,35588
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-33007c35597
-< kde_cv_func_setenv=no
----
-> kde_cv_func_setenv=no
-33008a35599
->
-33022,33023c35613,35614
-< echo "$as_me:$LINENO: result: $kde_cv_func_setenv" >&5
-< echo "${ECHO_T}$kde_cv_func_setenv" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_func_setenv" >&5
-> echo "${ECHO_T}$kde_cv_func_setenv" >&6; }
-33025,33026c35616,35617
-< echo "$as_me:$LINENO: checking if setenv needs custom prototype" >&5
-< echo $ECHO_N "checking if setenv needs custom prototype... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if setenv needs custom prototype" >&5
-> echo $ECHO_N "checking if setenv needs custom prototype... $ECHO_C" >&6; }
-33047,33048c35638
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-33083,33084c35673,35679
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-33091,33094c35686,35692
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-33099,33100c35697,35702
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-33110c35712
-< kde_cv_proto_setenv="setenv unavailable"
----
-> kde_cv_proto_setenv="setenv unavailable"
-33112a35715
->
-33126,33127c35729,35730
-< echo "$as_me:$LINENO: result: $kde_cv_proto_setenv" >&5
-< echo "${ECHO_T}$kde_cv_proto_setenv" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_proto_setenv" >&5
-> echo "${ECHO_T}$kde_cv_proto_setenv" >&6; }
-33151,33152c35754,35755
-< echo "$as_me:$LINENO: checking for unsetenv" >&5
-< echo $ECHO_N "checking for unsetenv... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for unsetenv" >&5
-> echo $ECHO_N "checking for unsetenv... $ECHO_C" >&6; }
-33158,33159c35761
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-33171,33173d35772
-< if test "$GXX" = "yes"; then
-< CXXFLAGS="$CXXFLAGS -pedantic-errors"
-< fi
-33196,33197c35795,35801
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-33204,33207c35808,35814
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-33212,33213c35819,35824
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-33222c35833
-< kde_cv_func_unsetenv=no
----
-> kde_cv_func_unsetenv=no
-33223a35835
->
-33237,33238c35849,35850
-< echo "$as_me:$LINENO: result: $kde_cv_func_unsetenv" >&5
-< echo "${ECHO_T}$kde_cv_func_unsetenv" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_func_unsetenv" >&5
-> echo "${ECHO_T}$kde_cv_func_unsetenv" >&6; }
-33240,33241c35852,35853
-< echo "$as_me:$LINENO: checking if unsetenv needs custom prototype" >&5
-< echo $ECHO_N "checking if unsetenv needs custom prototype... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if unsetenv needs custom prototype" >&5
-> echo $ECHO_N "checking if unsetenv needs custom prototype... $ECHO_C" >&6; }
-33262,33263c35874
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-33298,33299c35909,35915
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-33306,33309c35922,35928
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-33314,33315c35933,35938
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-33325c35948
-< kde_cv_proto_unsetenv="unsetenv unavailable"
----
-> kde_cv_proto_unsetenv="unsetenv unavailable"
-33327a35951
->
-33341,33342c35965,35966
-< echo "$as_me:$LINENO: result: $kde_cv_proto_unsetenv" >&5
-< echo "${ECHO_T}$kde_cv_proto_unsetenv" >&6
----
-> { echo "$as_me:$LINENO: result: $kde_cv_proto_unsetenv" >&5
-> echo "${ECHO_T}$kde_cv_proto_unsetenv" >&6; }
-33376,33377c36000
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-33387,33388c36010,36011
-< echo "$as_me:$LINENO: checking for kspeech.h" >&5
-< echo $ECHO_N "checking for kspeech.h... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for kspeech.h" >&5
-> echo $ECHO_N "checking for kspeech.h... $ECHO_C" >&6; }
-33392,33393c36015,36016
-< echo "$as_me:$LINENO: result: $ac_cv_header_kspeech_h" >&5
-< echo "${ECHO_T}$ac_cv_header_kspeech_h" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_header_kspeech_h" >&5
-> echo "${ECHO_T}$ac_cv_header_kspeech_h" >&6; }
-33396,33397c36019,36020
-< echo "$as_me:$LINENO: checking kspeech.h usability" >&5
-< echo $ECHO_N "checking kspeech.h usability... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking kspeech.h usability" >&5
-> echo $ECHO_N "checking kspeech.h usability... $ECHO_C" >&6; }
-33408,33409c36031,36037
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-33416,33419c36044,36050
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-33424,33425c36055,36060
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-33434c36069
-< ac_header_compiler=no
----
-> ac_header_compiler=no
-33435a36071
->
-33437,33438c36073,36074
-< echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-< echo "${ECHO_T}$ac_header_compiler" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-> echo "${ECHO_T}$ac_header_compiler" >&6; }
-33441,33442c36077,36078
-< echo "$as_me:$LINENO: checking kspeech.h presence" >&5
-< echo $ECHO_N "checking kspeech.h presence... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking kspeech.h presence" >&5
-> echo $ECHO_N "checking kspeech.h presence... $ECHO_C" >&6; }
-33451,33452c36087,36093
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-33475a36117
->
-33477,33478c36119,36120
-< echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-< echo "${ECHO_T}$ac_header_preproc" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-> echo "${ECHO_T}$ac_header_preproc" >&6; }
-33502,33509c36144
-< (
-< cat <<\_ASBOX
-< ## ------------------------------------------ ##
-< ## Report this to the AC_PACKAGE_NAME lists. ##
-< ## ------------------------------------------ ##
-< _ASBOX
-< ) |
-< sed "s/^/$as_me: WARNING: /" >&2
----
->
-33512,33513c36147,36148
-< echo "$as_me:$LINENO: checking for kspeech.h" >&5
-< echo $ECHO_N "checking for kspeech.h... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for kspeech.h" >&5
-> echo $ECHO_N "checking for kspeech.h... $ECHO_C" >&6; }
-33519,33520c36154,36155
-< echo "$as_me:$LINENO: result: $ac_cv_header_kspeech_h" >&5
-< echo "${ECHO_T}$ac_cv_header_kspeech_h" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_header_kspeech_h" >&5
-> echo "${ECHO_T}$ac_cv_header_kspeech_h" >&6; }
-33540,33541c36175,36176
-< echo "$as_me:$LINENO: checking whether installed kspeech.h is latest version" >&5
-< echo $ECHO_N "checking whether installed kspeech.h is latest version... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether installed kspeech.h is latest version" >&5
-> echo $ECHO_N "checking whether installed kspeech.h is latest version... $ECHO_C" >&6; }
-33544d36178
-<
-33546c36180
-< ac_ext=cc
----
-> ac_ext=cpp
-33573,33574c36207,36213
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-33581,33584c36220,36226
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-33589,33590c36231,36236
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-33599c36245
-< have_latest_kspeech=no
----
-> have_latest_kspeech=no
-33600a36247
->
-33602,33603c36249,36250
-< echo "$as_me:$LINENO: result: $have_latest_kspeech" >&5
-< echo "${ECHO_T}$have_latest_kspeech" >&6
----
-> { echo "$as_me:$LINENO: result: $have_latest_kspeech" >&5
-> echo "${ECHO_T}$have_latest_kspeech" >&6; }
-33634,33635c36281
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-33645,33646c36291,36292
-< echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5
-< echo $ECHO_N "checking for X11/Xlib.h... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5
-> echo $ECHO_N "checking for X11/Xlib.h... $ECHO_C" >&6; }
-33650,33651c36296,36297
-< echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5
-< echo "${ECHO_T}$ac_cv_header_X11_Xlib_h" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5
-> echo "${ECHO_T}$ac_cv_header_X11_Xlib_h" >&6; }
-33654,33655c36300,36301
-< echo "$as_me:$LINENO: checking X11/Xlib.h usability" >&5
-< echo $ECHO_N "checking X11/Xlib.h usability... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking X11/Xlib.h usability" >&5
-> echo $ECHO_N "checking X11/Xlib.h usability... $ECHO_C" >&6; }
-33666,33667c36312,36318
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-33674,33677c36325,36331
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-33682,33683c36336,36341
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-33692c36350
-< ac_header_compiler=no
----
-> ac_header_compiler=no
-33693a36352
->
-33695,33696c36354,36355
-< echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-< echo "${ECHO_T}$ac_header_compiler" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-> echo "${ECHO_T}$ac_header_compiler" >&6; }
-33699,33700c36358,36359
-< echo "$as_me:$LINENO: checking X11/Xlib.h presence" >&5
-< echo $ECHO_N "checking X11/Xlib.h presence... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking X11/Xlib.h presence" >&5
-> echo $ECHO_N "checking X11/Xlib.h presence... $ECHO_C" >&6; }
-33709,33710c36368,36374
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-33733a36398
->
-33735,33736c36400,36401
-< echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-< echo "${ECHO_T}$ac_header_preproc" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-> echo "${ECHO_T}$ac_header_preproc" >&6; }
-33760,33767c36425
-< (
-< cat <<\_ASBOX
-< ## ------------------------------------------ ##
-< ## Report this to the AC_PACKAGE_NAME lists. ##
-< ## ------------------------------------------ ##
-< _ASBOX
-< ) |
-< sed "s/^/$as_me: WARNING: /" >&2
----
->
-33770,33771c36428,36429
-< echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5
-< echo $ECHO_N "checking for X11/Xlib.h... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5
-> echo $ECHO_N "checking for X11/Xlib.h... $ECHO_C" >&6; }
-33777,33778c36435,36436
-< echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5
-< echo "${ECHO_T}$ac_cv_header_X11_Xlib_h" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5
-> echo "${ECHO_T}$ac_cv_header_X11_Xlib_h" >&6; }
-33795,33796c36453
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-33805,33806c36462,36463
-< echo "$as_me:$LINENO: checking for X11/extensions/XKBstr.h" >&5
-< echo $ECHO_N "checking for X11/extensions/XKBstr.h... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for X11/extensions/XKBstr.h" >&5
-> echo $ECHO_N "checking for X11/extensions/XKBstr.h... $ECHO_C" >&6; }
-33823,33824c36480,36486
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-33831,33834c36493,36499
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-33839,33840c36504,36509
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-33849c36518
-< ac_cv_header_X11_extensions_XKBstr_h=no
----
-> ac_cv_header_X11_extensions_XKBstr_h=no
-33850a36520
->
-33853,33854c36523,36524
-< echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_XKBstr_h" >&5
-< echo "${ECHO_T}$ac_cv_header_X11_extensions_XKBstr_h" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_XKBstr_h" >&5
-> echo "${ECHO_T}$ac_cv_header_X11_extensions_XKBstr_h" >&6; }
-33875,33876c36545
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-33885,33886c36554,36555
-< echo "$as_me:$LINENO: checking for X11/XKBlib.h" >&5
-< echo $ECHO_N "checking for X11/XKBlib.h... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for X11/XKBlib.h" >&5
-> echo $ECHO_N "checking for X11/XKBlib.h... $ECHO_C" >&6; }
-33903,33904c36572,36578
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-33911,33914c36585,36591
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-33919,33920c36596,36601
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-33929c36610
-< ac_cv_header_X11_XKBlib_h=no
----
-> ac_cv_header_X11_XKBlib_h=no
-33930a36612
->
-33933,33934c36615,36616
-< echo "$as_me:$LINENO: result: $ac_cv_header_X11_XKBlib_h" >&5
-< echo "${ECHO_T}$ac_cv_header_X11_XKBlib_h" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_header_X11_XKBlib_h" >&5
-> echo "${ECHO_T}$ac_cv_header_X11_XKBlib_h" >&6; }
-33955,33956c36637
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-33965,33966c36646,36647
-< echo "$as_me:$LINENO: checking for X11/extensions/XKB.h" >&5
-< echo $ECHO_N "checking for X11/extensions/XKB.h... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for X11/extensions/XKB.h" >&5
-> echo $ECHO_N "checking for X11/extensions/XKB.h... $ECHO_C" >&6; }
-33985,33986c36666,36672
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-33993,33996c36679,36685
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-34001,34002c36690,36695
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-34011c36704
-< ac_cv_header_X11_extensions_XKB_h=no
----
-> ac_cv_header_X11_extensions_XKB_h=no
-34012a36706
->
-34015,34016c36709,36710
-< echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_XKB_h" >&5
-< echo "${ECHO_T}$ac_cv_header_X11_extensions_XKB_h" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_XKB_h" >&5
-> echo "${ECHO_T}$ac_cv_header_X11_extensions_XKB_h" >&6; }
-34034c36728
-< # Check whether --enable-ksayit-audio-plugins or --disable-ksayit-audio-plugins was given.
----
-> # Check whether --enable-ksayit-audio-plugins was given.
-34036,34037c36730
-< enableval="$enable_ksayit_audio_plugins"
-< ksayit_audio_plugins=$enableval
----
-> enableval=$enable_ksayit_audio_plugins; ksayit_audio_plugins=$enableval
-34040c36733,36734
-< fi;
----
-> fi
->
-34064,34065c36758,36759
-< echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
-< echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
-> echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
-34091,34092c36785,36791
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-34099,34102c36798,36804
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-34107,34108c36809,36814
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-34134,34135c36840,36846
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-34142,34145c36853,36859
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-34150,34151c36864,36869
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-34160c36878
-< ac_cv_c_bigendian=no
----
-> ac_cv_c_bigendian=no
-34161a36880
->
-34167c36886
-< # It does not; compile a test program.
----
-> # It does not; compile a test program.
-34177,34178c36896,36897
-< short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
-< short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
----
-> short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
-> short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
-34180,34181c36899,36900
-< short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
-< short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
----
-> short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
-> short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
-34192,34193c36911,36917
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-34200,34203c36924,36930
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-34208,34209c36935,36940
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-34227a36959
->
-34228a36961
->
-34236a36970
-> $ac_includes_default
-34239a36974
->
-34243,34244c36978,36979
-< long l;
-< char c[sizeof (long)];
----
-> long int l;
-> char c[sizeof (long int)];
-34247c36982,36985
-< exit (u.c[sizeof (long) - 1] == 1);
----
-> return u.c[sizeof (long int) - 1] == 1;
->
-> ;
-> return 0;
-34251,34252c36989,36995
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>&5
----
-> 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>&5
-34256,34257c36999,37004
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-34270c37017
-< rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
----
-> rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-34271a37019,37020
->
->
-34272a37022
->
-34275,34276c37025,37026
-< echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
-< echo "${ECHO_T}$ac_cv_c_bigendian" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
-> echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
-34295,34296c37045,37046
-< echo "$as_me:$LINENO: checking for MAXPATHLEN" >&5
-< echo $ECHO_N "checking for MAXPATHLEN... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for MAXPATHLEN" >&5
-> echo $ECHO_N "checking for MAXPATHLEN... $ECHO_C" >&6; }
-34332,34333c37082,37083
-< echo "$as_me:$LINENO: result: $ac_cv_maxpathlen" >&5
-< echo "${ECHO_T}$ac_cv_maxpathlen" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_maxpathlen" >&5
-> echo "${ECHO_T}$ac_cv_maxpathlen" >&6; }
-34354c37104
-< # Check whether --with-gstreamer or --without-gstreamer was given.
----
-> # Check whether --with-gstreamer was given.
-34356,34357c37106
-< withval="$with_gstreamer"
-<
----
-> withval=$with_gstreamer;
-34360c37109,37110
-< fi;
----
-> fi
->
-34379,34380c37129,37130
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-34395c37145
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-34401a37152
-> IFS=$as_save_IFS
-34408d37158
-<
-34410,34411c37160,37161
-< echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
-< echo "${ECHO_T}$PKG_CONFIG" >&6
----
-> { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
-> echo "${ECHO_T}$PKG_CONFIG" >&6; }
-34413,34414c37163,37164
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-34416a37167
->
-34427c37178
-< echo "$as_me:$LINENO: checking for \
----
-> { echo "$as_me:$LINENO: checking for \
-34434c37185
-< gstreamer-libs-$GST_MAJORMINOR >= $GST_REQ... $ECHO_C" >&6
----
-> gstreamer-libs-$GST_MAJORMINOR >= $GST_REQ... $ECHO_C" >&6; }
-34440,34441c37191,37192
-< echo "$as_me:$LINENO: result: yes" >&5
-< echo "${ECHO_T}yes" >&6
----
-> { echo "$as_me:$LINENO: result: yes" >&5
-> echo "${ECHO_T}yes" >&6; }
-34444,34445c37195,37196
-< echo "$as_me:$LINENO: checking GST_CFLAGS" >&5
-< echo $ECHO_N "checking GST_CFLAGS... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking GST_CFLAGS" >&5
-> echo $ECHO_N "checking GST_CFLAGS... $ECHO_C" >&6; }
-34450,34451c37201,37202
-< echo "$as_me:$LINENO: result: $GST_CFLAGS" >&5
-< echo "${ECHO_T}$GST_CFLAGS" >&6
----
-> { echo "$as_me:$LINENO: result: $GST_CFLAGS" >&5
-> echo "${ECHO_T}$GST_CFLAGS" >&6; }
-34453,34454c37204,37205
-< echo "$as_me:$LINENO: checking GST_LIBS" >&5
-< echo $ECHO_N "checking GST_LIBS... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking GST_LIBS" >&5
-> echo $ECHO_N "checking GST_LIBS... $ECHO_C" >&6; }
-34459,34460c37210,37211
-< echo "$as_me:$LINENO: result: $GST_LIBS" >&5
-< echo "${ECHO_T}$GST_LIBS" >&6
----
-> { echo "$as_me:$LINENO: result: $GST_LIBS" >&5
-> echo "${ECHO_T}$GST_LIBS" >&6; }
-34561c37312
-< # Check whether --with-alsa or --without-alsa was given.
----
-> # Check whether --with-alsa was given.
-34563,34564c37314
-< withval="$with_alsa"
-<
----
-> withval=$with_alsa;
-34567c37317,37318
-< fi;
----
-> fi
->
-34579d37329
-<
-34582c37332
-< ac_ext=cc
----
-> ac_ext=cpp
-34596,34599c37346,37349
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
-< echo "$as_me:$LINENO: checking for $ac_header" >&5
-< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
----
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-> { echo "$as_me:$LINENO: checking for $ac_header" >&5
-> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-34602,34603c37352,37354
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_Header'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-34606,34607c37357,37358
-< echo "$as_me:$LINENO: checking $ac_header usability" >&5
-< echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking $ac_header usability" >&5
-> echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
-34618,34619c37369,37375
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-34626,34629c37382,37388
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-34634,34635c37393,37398
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-34644c37407
-< ac_header_compiler=no
----
-> ac_header_compiler=no
-34645a37409
->
-34647,34648c37411,37412
-< echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-< echo "${ECHO_T}$ac_header_compiler" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-> echo "${ECHO_T}$ac_header_compiler" >&6; }
-34651,34652c37415,37416
-< echo "$as_me:$LINENO: checking $ac_header presence" >&5
-< echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking $ac_header presence" >&5
-> echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
-34661,34662c37425,37431
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-34685a37455
->
-34687,34688c37457,37458
-< echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-< echo "${ECHO_T}$ac_header_preproc" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-> echo "${ECHO_T}$ac_header_preproc" >&6; }
-34712,34719c37482
-< (
-< cat <<\_ASBOX
-< ## ------------------------------------------ ##
-< ## Report this to the AC_PACKAGE_NAME lists. ##
-< ## ------------------------------------------ ##
-< _ASBOX
-< ) |
-< sed "s/^/$as_me: WARNING: /" >&2
----
->
-34722,34724c37485,37487
-< echo "$as_me:$LINENO: checking for $ac_header" >&5
-< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
----
-> { echo "$as_me:$LINENO: checking for $ac_header" >&5
-> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-34729,34730c37492,37494
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_Header'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-34760,34761c37524,37525
-< echo "$as_me:$LINENO: checking for snd_seq_create_simple_port in -lasound" >&5
-< echo $ECHO_N "checking for snd_seq_create_simple_port in -lasound... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for snd_seq_create_simple_port in -lasound" >&5
-> echo $ECHO_N "checking for snd_seq_create_simple_port in -lasound... $ECHO_C" >&6; }
-34774c37538,37540
-< /* Override any gcc2 internal prototype to avoid an error. */
----
-> /* 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. */
-34778,34779d37543
-< /* We use char because int might match the return type of a gcc2
-< builtin and then its argument prototype would still apply. */
-34784c37548
-< snd_seq_create_simple_port ();
----
-> return snd_seq_create_simple_port ();
-34790,34791c37554,37560
-< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-< (eval $ac_link) 2>conftest.er1
----
-> 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
-34798,34801c37567,37573
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-34806,34807c37578,37583
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-34816c37592
-< ac_cv_lib_asound_snd_seq_create_simple_port=no
----
-> ac_cv_lib_asound_snd_seq_create_simple_port=no
-34817a37594
->
-34822,34823c37599,37600
-< echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_seq_create_simple_port" >&5
-< echo "${ECHO_T}$ac_cv_lib_asound_snd_seq_create_simple_port" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_seq_create_simple_port" >&5
-> echo "${ECHO_T}$ac_cv_lib_asound_snd_seq_create_simple_port" >&6; }
-34835d37611
-<
-34873,34874c37649,37655
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-34881,34884c37662,37668
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-34889,34890c37673,37678
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-34898a37687
->
-34899a37689
->
-34932,34933c37722,37728
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-34940,34943c37735,37741
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-34948,34949c37746,37751
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-34957a37760
->
-34958a37762
->
-34991,34992c37795,37801
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-34999,35002c37808,37814
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-35007,35008c37819,37824
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-35016a37833
->
-35017a37835
->
-35082c37900
-< # Check whether --with-akode or --without-akode was given.
----
-> # Check whether --with-akode was given.
-35084,35085c37902
-< withval="$with_akode"
-<
----
-> withval=$with_akode;
-35088c37905,37906
-< fi;
----
-> fi
->
-35095,35096c37913,37914
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-35112c37930
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-35118a37937
-> IFS=$as_save_IFS
-35125d37943
-<
-35127,35128c37945,37946
-< echo "$as_me:$LINENO: result: $AKODE_CONFIG" >&5
-< echo "${ECHO_T}$AKODE_CONFIG" >&6
----
-> { echo "$as_me:$LINENO: result: $AKODE_CONFIG" >&5
-> echo "${ECHO_T}$AKODE_CONFIG" >&6; }
-35130,35131c37948,37949
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-35134a37953
->
-35174,35175c37993,37994
-< echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
-< echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
-> echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
-35199,35200c38018,38024
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-35207,35210c38031,38037
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-35215,35216c38042,38047
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-35225c38056
-< ac_cv_header_time=no
----
-> ac_cv_header_time=no
-35226a38058
->
-35229,35230c38061,38062
-< echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
-< echo "${ECHO_T}$ac_cv_header_time" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
-> echo "${ECHO_T}$ac_cv_header_time" >&6; }
-35243,35246c38075,38078
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
-< echo "$as_me:$LINENO: checking for $ac_header" >&5
-< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
----
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-> { echo "$as_me:$LINENO: checking for $ac_header" >&5
-> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-35249,35250c38081,38083
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_Header'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-35253,35254c38086,38087
-< echo "$as_me:$LINENO: checking $ac_header usability" >&5
-< echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking $ac_header usability" >&5
-> echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
-35265,35266c38098,38104
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-35273,35276c38111,38117
-< { ac_try='test -z "$ac_c_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-35281,35282c38122,38127
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-35291c38136
-< ac_header_compiler=no
----
-> ac_header_compiler=no
-35292a38138
->
-35294,35295c38140,38141
-< echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-< echo "${ECHO_T}$ac_header_compiler" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-> echo "${ECHO_T}$ac_header_compiler" >&6; }
-35298,35299c38144,38145
-< echo "$as_me:$LINENO: checking $ac_header presence" >&5
-< echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking $ac_header presence" >&5
-> echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
-35308,35309c38154,38160
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-35332a38184
->
-35334,35335c38186,38187
-< echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-< echo "${ECHO_T}$ac_header_preproc" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-> echo "${ECHO_T}$ac_header_preproc" >&6; }
-35359,35366c38211
-< (
-< cat <<\_ASBOX
-< ## ------------------------------------------ ##
-< ## Report this to the AC_PACKAGE_NAME lists. ##
-< ## ------------------------------------------ ##
-< _ASBOX
-< ) |
-< sed "s/^/$as_me: WARNING: /" >&2
----
->
-35369,35371c38214,38216
-< echo "$as_me:$LINENO: checking for $ac_header" >&5
-< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-< if eval "test \"\${$as_ac_Header+set}\" = set"; then
----
-> { echo "$as_me:$LINENO: checking for $ac_header" >&5
-> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-35376,35377c38221,38223
-< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
----
-> ac_res=`eval echo '${'$as_ac_Header'}'`
-> { echo "$as_me:$LINENO: result: $ac_res" >&5
-> echo "${ECHO_T}$ac_res" >&6; }
-35397,35398c38243
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-35408,35409c38253,38254
-< echo "$as_me:$LINENO: checking for kspeech.h" >&5
-< echo $ECHO_N "checking for kspeech.h... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for kspeech.h" >&5
-> echo $ECHO_N "checking for kspeech.h... $ECHO_C" >&6; }
-35413,35414c38258,38259
-< echo "$as_me:$LINENO: result: $ac_cv_header_kspeech_h" >&5
-< echo "${ECHO_T}$ac_cv_header_kspeech_h" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_header_kspeech_h" >&5
-> echo "${ECHO_T}$ac_cv_header_kspeech_h" >&6; }
-35417,35418c38262,38263
-< echo "$as_me:$LINENO: checking kspeech.h usability" >&5
-< echo $ECHO_N "checking kspeech.h usability... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking kspeech.h usability" >&5
-> echo $ECHO_N "checking kspeech.h usability... $ECHO_C" >&6; }
-35429,35430c38274,38280
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-35437,35440c38287,38293
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-35445,35446c38298,38303
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-35455c38312
-< ac_header_compiler=no
----
-> ac_header_compiler=no
-35456a38314
->
-35458,35459c38316,38317
-< echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-< echo "${ECHO_T}$ac_header_compiler" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-> echo "${ECHO_T}$ac_header_compiler" >&6; }
-35462,35463c38320,38321
-< echo "$as_me:$LINENO: checking kspeech.h presence" >&5
-< echo $ECHO_N "checking kspeech.h presence... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking kspeech.h presence" >&5
-> echo $ECHO_N "checking kspeech.h presence... $ECHO_C" >&6; }
-35472,35473c38330,38336
-< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
----
-> if { (ac_try="$ac_cpp conftest.$ac_ext"
-> 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_cpp conftest.$ac_ext") 2>conftest.er1
-35496a38360
->
-35498,35499c38362,38363
-< echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-< echo "${ECHO_T}$ac_header_preproc" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-> echo "${ECHO_T}$ac_header_preproc" >&6; }
-35523,35530c38387
-< (
-< cat <<\_ASBOX
-< ## ------------------------------------------ ##
-< ## Report this to the AC_PACKAGE_NAME lists. ##
-< ## ------------------------------------------ ##
-< _ASBOX
-< ) |
-< sed "s/^/$as_me: WARNING: /" >&2
----
->
-35533,35534c38390,38391
-< echo "$as_me:$LINENO: checking for kspeech.h" >&5
-< echo $ECHO_N "checking for kspeech.h... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for kspeech.h" >&5
-> echo $ECHO_N "checking for kspeech.h... $ECHO_C" >&6; }
-35540,35541c38397,38398
-< echo "$as_me:$LINENO: result: $ac_cv_header_kspeech_h" >&5
-< echo "${ECHO_T}$ac_cv_header_kspeech_h" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_header_kspeech_h" >&5
-> echo "${ECHO_T}$ac_cv_header_kspeech_h" >&6; }
-35561,35562c38418,38419
-< echo "$as_me:$LINENO: checking whether installed kspeech.h is latest version" >&5
-< echo $ECHO_N "checking whether installed kspeech.h is latest version... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking whether installed kspeech.h is latest version" >&5
-> echo $ECHO_N "checking whether installed kspeech.h is latest version... $ECHO_C" >&6; }
-35565d38421
-<
-35567c38423
-< ac_ext=cc
----
-> ac_ext=cpp
-35594,35595c38450,38456
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-35602,35605c38463,38469
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-35610,35611c38474,38479
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-35620c38488
-< have_latest_kspeech=no
----
-> have_latest_kspeech=no
-35621a38490
->
-35623,35624c38492,38493
-< echo "$as_me:$LINENO: result: $have_latest_kspeech" >&5
-< echo "${ECHO_T}$have_latest_kspeech" >&6
----
-> { echo "$as_me:$LINENO: result: $have_latest_kspeech" >&5
-> echo "${ECHO_T}$have_latest_kspeech" >&6; }
-35654,35655c38523,38524
-< echo "$as_me:$LINENO: checking for KDE version" >&5
-< echo $ECHO_N "checking for KDE version... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for KDE version" >&5
-> echo $ECHO_N "checking for KDE version... $ECHO_C" >&6; }
-35658,35659c38527
-<
-< ac_ext=cc
----
-> ac_ext=cpp
-35682,35683c38550,38556
-< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-< (eval $ac_compile) 2>conftest.er1
----
-> if { (ac_try="$ac_compile"
-> 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_compile") 2>conftest.er1
-35690,35693c38563,38569
-< { ac_try='test -z "$ac_cxx_werror_flag"
-< || test ! -s conftest.err'
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
-> { (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_try") 2>&5
-35698,35699c38574,38579
-< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-< (eval $ac_try) 2>&5
----
-> { (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_try") 2>&5
-35709c38589
-< KTTS_ICONS_DIR="icons"
----
-> KTTS_ICONS_DIR="icons"
-35711a38592
->
-35724,35725c38605,38606
-< echo "$as_me:$LINENO: result: KDE 3.4.x or less" >&5
-< echo "${ECHO_T}KDE 3.4.x or less" >&6
----
-> { echo "$as_me:$LINENO: result: KDE 3.4.x or less" >&5
-> echo "${ECHO_T}KDE 3.4.x or less" >&6; }
-35727,35728c38608,38609
-< echo "$as_me:$LINENO: result: KDE 3.5 or later" >&5
-< echo "${ECHO_T}KDE 3.5 or later" >&6
----
-> { echo "$as_me:$LINENO: result: KDE 3.5 or later" >&5
-> echo "${ECHO_T}KDE 3.5 or later" >&6; }
-35734c38615
-< # Check whether --enable-kttsd-command or --disable-kttsd-command was given.
----
-> # Check whether --enable-kttsd-command was given.
-35736,35737c38617
-< enableval="$enable_kttsd_command"
-< command_plugin=$enableval
----
-> enableval=$enable_kttsd_command; command_plugin=$enableval
-35740c38620,38621
-< fi;
----
-> fi
->
-35760c38641
-< # Check whether --enable-kttsd-epos or --disable-kttsd-epos was given.
----
-> # Check whether --enable-kttsd-epos was given.
-35762,35763c38643
-< enableval="$enable_kttsd_epos"
-< epos_plugin=$enableval
----
-> enableval=$enable_kttsd_epos; epos_plugin=$enableval
-35766c38646,38647
-< fi;
----
-> fi
->
-35776,35777c38657,38658
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-35792c38673
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-35798a38680
-> IFS=$as_save_IFS
-35805d38686
-<
-35807,35808c38688,38689
-< echo "$as_me:$LINENO: result: $epos_bindir" >&5
-< echo "${ECHO_T}$epos_bindir" >&6
----
-> { echo "$as_me:$LINENO: result: $epos_bindir" >&5
-> echo "${ECHO_T}$epos_bindir" >&6; }
-35810,35811c38691,38692
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-35816a38698
->
-35827c38709
-< # Check whether --enable-kttsd-festivalint or --disable-kttsd-festivalint was given.
----
-> # Check whether --enable-kttsd-festivalint was given.
-35829,35830c38711
-< enableval="$enable_kttsd_festivalint"
-< festivalint_plugin=$enableval
----
-> enableval=$enable_kttsd_festivalint; festivalint_plugin=$enableval
-35833c38714,38715
-< fi;
----
-> fi
->
-35843,35844c38725,38726
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-35859c38741
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-35865a38748
-> IFS=$as_save_IFS
-35872d38754
-<
-35874,35875c38756,38757
-< echo "$as_me:$LINENO: result: $festival_bindir" >&5
-< echo "${ECHO_T}$festival_bindir" >&6
----
-> { echo "$as_me:$LINENO: result: $festival_bindir" >&5
-> echo "${ECHO_T}$festival_bindir" >&6; }
-35877,35878c38759,38760
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-35883a38766
->
-35894c38777
-< # Check whether --enable-kttsd-flite or --disable-kttsd-flite was given.
----
-> # Check whether --enable-kttsd-flite was given.
-35896,35897c38779
-< enableval="$enable_kttsd_flite"
-< flite_plugin=$enableval
----
-> enableval=$enable_kttsd_flite; flite_plugin=$enableval
-35900c38782,38783
-< fi;
----
-> fi
->
-35910,35911c38793,38794
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-35926c38809
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-35932a38816
-> IFS=$as_save_IFS
-35939d38822
-<
-35941,35942c38824,38825
-< echo "$as_me:$LINENO: result: $flite_bindir" >&5
-< echo "${ECHO_T}$flite_bindir" >&6
----
-> { echo "$as_me:$LINENO: result: $flite_bindir" >&5
-> echo "${ECHO_T}$flite_bindir" >&6; }
-35944,35945c38827,38828
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-35950a38834
->
-35961c38845
-< # Check whether --enable-kttsd-freetts or --disable-kttsd-freetts was given.
----
-> # Check whether --enable-kttsd-freetts was given.
-35963,35964c38847
-< enableval="$enable_kttsd_freetts"
-< freetts_plugin=$enableval
----
-> enableval=$enable_kttsd_freetts; freetts_plugin=$enableval
-35967c38850,38851
-< fi;
----
-> fi
->
-35977,35978c38861,38862
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-35993c38877
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-35999a38884
-> IFS=$as_save_IFS
-36006d38890
-<
-36008,36009c38892,38893
-< echo "$as_me:$LINENO: result: $freetts_bindir" >&5
-< echo "${ECHO_T}$freetts_bindir" >&6
----
-> { echo "$as_me:$LINENO: result: $freetts_bindir" >&5
-> echo "${ECHO_T}$freetts_bindir" >&6; }
-36011,36012c38895,38896
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-36017a38902
->
-36028c38913
-< # Check whether --enable-kttsd-hadifix or --disable-kttsd-hadifix was given.
----
-> # Check whether --enable-kttsd-hadifix was given.
-36030,36031c38915
-< enableval="$enable_kttsd_hadifix"
-< hadifix_plugin=$enableval
----
-> enableval=$enable_kttsd_hadifix; hadifix_plugin=$enableval
-36034c38918,38919
-< fi;
----
-> fi
->
-36045,36046c38930,38931
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-36062c38947
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-36068a38954
-> IFS=$as_save_IFS
-36075d38960
-<
-36077,36078c38962,38963
-< echo "$as_me:$LINENO: result: $hadifix_mbrola_bin" >&5
-< echo "${ECHO_T}$hadifix_mbrola_bin" >&6
----
-> { echo "$as_me:$LINENO: result: $hadifix_mbrola_bin" >&5
-> echo "${ECHO_T}$hadifix_mbrola_bin" >&6; }
-36080,36081c38965,38966
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-36083a38969
->
-36086,36087c38972,38973
-< echo "$as_me:$LINENO: checking for $ac_word" >&5
-< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for $ac_word" >&5
-> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-36103c38989
-< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
----
-> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
-36109a38996
-> IFS=$as_save_IFS
-36116d39002
-<
-36118,36119c39004,39005
-< echo "$as_me:$LINENO: result: $hadifix_txt2pho_bin" >&5
-< echo "${ECHO_T}$hadifix_txt2pho_bin" >&6
----
-> { echo "$as_me:$LINENO: result: $hadifix_txt2pho_bin" >&5
-> echo "${ECHO_T}$hadifix_txt2pho_bin" >&6; }
-36121,36122c39007,39008
-< echo "$as_me:$LINENO: result: no" >&5
-< echo "${ECHO_T}no" >&6
----
-> { echo "$as_me:$LINENO: result: no" >&5
-> echo "${ECHO_T}no" >&6; }
-36125a39012
->
-36135,36136c39022,39023
-< echo "$as_me:$LINENO: checking for /etc/txt2pho" >&5
-< echo $ECHO_N "checking for /etc/txt2pho... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking for /etc/txt2pho" >&5
-> echo $ECHO_N "checking for /etc/txt2pho... $ECHO_C" >&6; }
-36150,36151c39037,39038
-< echo "$as_me:$LINENO: result: $ac_cv_file__etc_txt2pho" >&5
-< echo "${ECHO_T}$ac_cv_file__etc_txt2pho" >&6
----
-> { echo "$as_me:$LINENO: result: $ac_cv_file__etc_txt2pho" >&5
-> echo "${ECHO_T}$ac_cv_file__etc_txt2pho" >&6; }
-36192,36193c39079,39080
-< echo "$as_me:$LINENO: checking if $i should be compiled" >&5
-< echo $ECHO_N "checking if $i should be compiled... $ECHO_C" >&6
----
-> { echo "$as_me:$LINENO: checking if $i should be compiled" >&5
-> echo $ECHO_N "checking if $i should be compiled... $ECHO_C" >&6; }
-36204,36205c39091,39092
-< echo "$as_me:$LINENO: result: $install_it" >&5
-< echo "${ECHO_T}$install_it" >&6
----
-> { echo "$as_me:$LINENO: result: $install_it" >&5
-> echo "${ECHO_T}$install_it" >&6; }
-36297c39184
-< ac_config_files="$ac_config_files Makefile"
----
-> ac_config_files="$ac_config_files Makefile"
-36299c39186
-< ac_config_files="$ac_config_files IconThemes/Makefile"
----
-> ac_config_files="$ac_config_files IconThemes/Makefile"
-36301c39188
-< ac_config_files="$ac_config_files doc/Makefile"
----
-> ac_config_files="$ac_config_files doc/Makefile"
-36303c39190
-< ac_config_files="$ac_config_files doc/kmag/Makefile"
----
-> ac_config_files="$ac_config_files doc/kmag/Makefile"
-36305c39192
-< ac_config_files="$ac_config_files doc/kmousetool/Makefile"
----
-> ac_config_files="$ac_config_files doc/kmousetool/Makefile"
-36307c39194
-< ac_config_files="$ac_config_files doc/kmouth/Makefile"
----
-> ac_config_files="$ac_config_files doc/kmouth/Makefile"
-36309c39196
-< ac_config_files="$ac_config_files doc/kttsd/Makefile"
----
-> ac_config_files="$ac_config_files doc/kttsd/Makefile"
-36311c39198
-< ac_config_files="$ac_config_files kbstateapplet/Makefile"
----
-> ac_config_files="$ac_config_files kbstateapplet/Makefile"
-36313c39200
-< ac_config_files="$ac_config_files kbstateapplet/images/Makefile"
----
-> ac_config_files="$ac_config_files kbstateapplet/images/Makefile"
-36315c39202
-< ac_config_files="$ac_config_files kmag/Makefile"
----
-> ac_config_files="$ac_config_files kmag/Makefile"
-36317c39204
-< ac_config_files="$ac_config_files kmousetool/Makefile"
----
-> ac_config_files="$ac_config_files kmousetool/Makefile"
-36319c39206
-< ac_config_files="$ac_config_files kmousetool/kmousetool/Makefile"
----
-> ac_config_files="$ac_config_files kmousetool/kmousetool/Makefile"
-36321c39208
-< ac_config_files="$ac_config_files kmousetool/kmousetool/pics/Makefile"
----
-> ac_config_files="$ac_config_files kmousetool/kmousetool/pics/Makefile"
-36323c39210
-< ac_config_files="$ac_config_files kmouth/Makefile"
----
-> ac_config_files="$ac_config_files kmouth/Makefile"
-36325c39212
-< ac_config_files="$ac_config_files kmouth/books/Makefile"
----
-> ac_config_files="$ac_config_files kmouth/books/Makefile"
-36327c39214
-< ac_config_files="$ac_config_files kmouth/icons/Makefile"
----
-> ac_config_files="$ac_config_files kmouth/icons/Makefile"
-36329c39216
-< ac_config_files="$ac_config_files kmouth/icons/app/Makefile"
----
-> ac_config_files="$ac_config_files kmouth/icons/app/Makefile"
-36331c39218
-< ac_config_files="$ac_config_files kmouth/icons/history/Makefile"
----
-> ac_config_files="$ac_config_files kmouth/icons/history/Makefile"
-36333c39220
-< ac_config_files="$ac_config_files kmouth/icons/phrase/Makefile"
----
-> ac_config_files="$ac_config_files kmouth/icons/phrase/Makefile"
-36335c39222
-< ac_config_files="$ac_config_files kmouth/icons/phrasebook/Makefile"
----
-> ac_config_files="$ac_config_files kmouth/icons/phrasebook/Makefile"
-36337c39224
-< ac_config_files="$ac_config_files kmouth/phrasebook/Makefile"
----
-> ac_config_files="$ac_config_files kmouth/phrasebook/Makefile"
-36339c39226
-< ac_config_files="$ac_config_files kmouth/wordcompletion/Makefile"
----
-> ac_config_files="$ac_config_files kmouth/wordcompletion/Makefile"
-36341c39228
-< ac_config_files="$ac_config_files ksayit/Makefile"
----
-> ac_config_files="$ac_config_files ksayit/Makefile"
-36343c39230
-< ac_config_files="$ac_config_files ksayit/Freeverb_plugin/Makefile"
----
-> ac_config_files="$ac_config_files ksayit/Freeverb_plugin/Makefile"
-36345c39232
-< ac_config_files="$ac_config_files ksayit/KTTSD_Lib/Makefile"
----
-> ac_config_files="$ac_config_files ksayit/KTTSD_Lib/Makefile"
-36347c39234
-< ac_config_files="$ac_config_files ksayit/src/Makefile"
----
-> ac_config_files="$ac_config_files ksayit/src/Makefile"
-36349c39236
-< ac_config_files="$ac_config_files kttsd/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/Makefile"
-36351c39238
-< ac_config_files="$ac_config_files kttsd/app-plugins/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/app-plugins/Makefile"
-36353c39240
-< ac_config_files="$ac_config_files kttsd/app-plugins/kate/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/app-plugins/kate/Makefile"
-36355c39242
-< ac_config_files="$ac_config_files kttsd/compat/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/compat/Makefile"
-36357c39244
-< ac_config_files="$ac_config_files kttsd/compat/icons/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/compat/icons/Makefile"
-36359c39246
-< ac_config_files="$ac_config_files kttsd/compat/interfaces/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/compat/interfaces/Makefile"
-36361c39248
-< ac_config_files="$ac_config_files kttsd/compat/interfaces/kspeech/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/compat/interfaces/kspeech/Makefile"
-36363c39250
-< ac_config_files="$ac_config_files kttsd/filters/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/filters/Makefile"
-36365c39252
-< ac_config_files="$ac_config_files kttsd/filters/sbd/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/filters/sbd/Makefile"
-36367c39254
-< ac_config_files="$ac_config_files kttsd/filters/stringreplacer/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/filters/stringreplacer/Makefile"
-36369c39256
-< ac_config_files="$ac_config_files kttsd/filters/talkerchooser/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/filters/talkerchooser/Makefile"
-36371c39258
-< ac_config_files="$ac_config_files kttsd/filters/xmltransformer/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/filters/xmltransformer/Makefile"
-36373c39260
-< ac_config_files="$ac_config_files kttsd/icons/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/icons/Makefile"
-36375c39262
-< ac_config_files="$ac_config_files kttsd/kcmkttsmgr/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/kcmkttsmgr/Makefile"
-36377c39264
-< ac_config_files="$ac_config_files kttsd/kttsd/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/kttsd/Makefile"
-36379c39266
-< ac_config_files="$ac_config_files kttsd/kttsjobmgr/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/kttsjobmgr/Makefile"
-36381c39268
-< ac_config_files="$ac_config_files kttsd/kttsmgr/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/kttsmgr/Makefile"
-36383c39270
-< ac_config_files="$ac_config_files kttsd/libkttsd/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/libkttsd/Makefile"
-36385c39272
-< ac_config_files="$ac_config_files kttsd/players/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/players/Makefile"
-36387c39274
-< ac_config_files="$ac_config_files kttsd/players/akodeplayer/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/players/akodeplayer/Makefile"
-36389c39276
-< ac_config_files="$ac_config_files kttsd/players/alsaplayer/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/players/alsaplayer/Makefile"
-36391c39278
-< ac_config_files="$ac_config_files kttsd/players/artsplayer/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/players/artsplayer/Makefile"
-36393c39280
-< ac_config_files="$ac_config_files kttsd/players/gstplayer/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/players/gstplayer/Makefile"
-36395c39282
-< ac_config_files="$ac_config_files kttsd/plugins/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/plugins/Makefile"
-36397c39284
-< ac_config_files="$ac_config_files kttsd/plugins/command/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/plugins/command/Makefile"
-36399c39286
-< ac_config_files="$ac_config_files kttsd/plugins/epos/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/plugins/epos/Makefile"
-36401c39288
-< ac_config_files="$ac_config_files kttsd/plugins/festivalint/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/plugins/festivalint/Makefile"
-36403c39290
-< ac_config_files="$ac_config_files kttsd/plugins/flite/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/plugins/flite/Makefile"
-36405c39292
-< ac_config_files="$ac_config_files kttsd/plugins/freetts/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/plugins/freetts/Makefile"
-36407c39294
-< ac_config_files="$ac_config_files kttsd/plugins/hadifix/Makefile"
----
-> ac_config_files="$ac_config_files kttsd/plugins/hadifix/Makefile"
-36427c39314
-< # So, don't put newlines in cache variables' values.
----
-> # So, we kill variables containing newlines.
-36430c39317,39332
-< {
----
-> (
-> for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
-> eval ac_val=\$$ac_var
-> case $ac_val in #(
-> *${as_nl}*)
-> case $ac_var in #(
-> *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
-> echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
-> esac
-> case $ac_var in #(
-> _ | IFS | as_nl) ;; #(
-> *) $as_unset $ac_var ;;
-> esac ;;
-> esac
-> done
->
-36432,36433c39334,39335
-< case `(ac_space=' '; set | grep ac_space) 2>&1` in
-< *ac_space=\ *)
----
-> case $as_nl`(ac_space=' '; set) 2>&1` in #(
-> *${as_nl}ac_space=\ *)
-36439c39341
-< ;;
----
-> ;; #(
-36442,36443c39344
-< sed -n \
-< "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
----
-> sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
-36445,36446c39346,39348
-< esac;
-< } |
----
-> esac |
-> sort
-> ) |
-36447a39350
-> /^ac_cv_env_/b end
-36449c39352
-< : clear
----
-> :clear
-36452,36456c39355,39361
-< /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
-< : end' >>confcache
-< if diff $cache_file confcache >/dev/null 2>&1; then :; else
-< if test -w $cache_file; then
-< test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
----
-> s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
-> :end' >>confcache
-> if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
-> if test -w "$cache_file"; then
-> test "x$cache_file" != "x/dev/null" &&
-> { echo "$as_me:$LINENO: updating cache $cache_file" >&5
-> echo "$as_me: updating cache $cache_file" >&6;}
-36459c39364,39365
-< echo "not updating unwritable cache $cache_file"
----
-> { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
-> echo "$as_me: not updating unwritable cache $cache_file" >&6;}
-36468,36482d39373
-< # VPATH may cause trouble with some makes, so we remove $(srcdir),
-< # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
-< # trailing colons and then remove the whole line if VPATH becomes empty
-< # (actually we leave an empty line to preserve line numbers).
-< if test "x$srcdir" = x.; then
-< ac_vpsub='/^[ ]*VPATH[ ]*=/{
-< s/:*\$(srcdir):*/:/;
-< s/:*\${srcdir}:*/:/;
-< s/:*@srcdir@:*/:/;
-< s/^\([^=]*=[ ]*\):*/\1/;
-< s/:*$//;
-< s/^[^=]*=[ ]*$//;
-< }'
-< fi
-<
-36489,36493c39380,39385
-< ac_i=`echo "$ac_i" |
-< sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
-< # 2. Add them.
-< ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
-< ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
----
-> ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
-> ac_i=`echo "$ac_i" | sed "$ac_script"`
-> # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
-> # will be set to the directory where LIBOBJS objects are built.
-> ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
-> ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
-36499a39392,39398
-> if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
-> { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
-> Usually this means the macro was only invoked conditionally." >&5
-> 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
-36706,36707c39605,39607
-< elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
-< set -o posix
----
-> setopt NO_GLOB_SUBST
-> else
-> case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
-36708a39609
-> BIN_SH=xpg4; export BIN_SH # for Tru64
-36710a39612,39633
->
-> # PATH needs CR
-> # Avoid depending upon Character Ranges.
-> as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-> as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-> as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-> as_cr_digits='0123456789'
-> as_cr_alnum=$as_cr_Letters$as_cr_digits
->
-> # The user is always right.
-> if test "${PATH_SEPARATOR+set}" != set; then
-> echo "#! /bin/sh" >conf$$.sh
-> echo "exit 0" >>conf$$.sh
-> chmod +x conf$$.sh
-> if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
-> PATH_SEPARATOR=';'
-> else
-> PATH_SEPARATOR=:
-> fi
-> rm -f conf$$.sh
-> fi
->
-36718a39642,39674
-> # IFS
-> # We need space, tab and new line, in precisely that order. Quoting is
-> # there to prevent editors from complaining about space-tab.
-> # (If _AS_PATH_WALK were called with IFS unset, it would disable word
-> # splitting by setting IFS to empty value.)
-> as_nl='
-> '
-> IFS=" "" $as_nl"
->
-> # Find who we are. Look in the path if we contain no directory separator.
-> case $0 in
-> *[\\/]* ) as_myself=$0 ;;
-> *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-> for as_dir in $PATH
-> do
-> IFS=$as_save_IFS
-> test -z "$as_dir" && as_dir=.
-> test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-> done
-> IFS=$as_save_IFS
->
-> ;;
-> esac
-> # We did not find ourselves, most probably we were run as `sh COMMAND'
-> # in which case we are not to be found in the path.
-> if test "x$as_myself" = x; then
-> as_myself=$0
-> fi
-> if test ! -f "$as_myself"; then
-> echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
-> { (exit 1); exit 1; }
-> fi
->
-36720c39676,39678
-< $as_unset ENV MAIL MAILPATH
----
-> for as_var in ENV MAIL MAILPATH
-> do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-> done
-36734c39692
-< $as_unset $as_var
----
-> ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-36739c39697,39698
-< if expr a : '\(a\)' >/dev/null 2>&1; then
----
-> if expr a : '\(a\)' >/dev/null 2>&1 &&
-> test "X`expr 00001 : '.*\(...\)'`" = X001; then
-36745c39704
-< if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
----
-> if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-36753c39712
-< as_me=`$as_basename "$0" ||
----
-> as_me=`$as_basename -- "$0" ||
-36756,36757c39715
-< X"$0" : 'X\(/\)$' \| \
-< . : '\(.\)' 2>/dev/null ||
----
-> X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-36759,36771c39717,39729
-< sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
-< /^X\/\(\/\/\)$/{ s//\1/; q; }
-< /^X\/\(\/\).*/{ s//\1/; q; }
-< s/.*/./; q'`
-<
-<
-< # PATH needs CR, and LINENO needs CR and PATH.
-< # Avoid depending upon Character Ranges.
-< as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-< as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-< as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-< as_cr_digits='0123456789'
-< as_cr_alnum=$as_cr_Letters$as_cr_digits
----
-> sed '/^.*\/\([^/][^/]*\)\/*$/{
-> s//\1/
-> q
-> }
-> /^X\/\(\/\/\)$/{
-> s//\1/
-> q
-> }
-> /^X\/\(\/\).*/{
-> s//\1/
-> q
-> }
-> s/.*/./; q'`
-36773,36784c39731,39732
-< # The user is always right.
-< if test "${PATH_SEPARATOR+set}" != set; then
-< echo "#! /bin/sh" >conf$$.sh
-< echo "exit 0" >>conf$$.sh
-< chmod +x conf$$.sh
-< if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
-< PATH_SEPARATOR=';'
-< else
-< PATH_SEPARATOR=:
-< fi
-< rm -f conf$$.sh
-< fi
----
-> # CDPATH.
-> $as_unset CDPATH
-36787,36802d39734
-< as_lineno_1=$LINENO
-< as_lineno_2=$LINENO
-< as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-< test "x$as_lineno_1" != "x$as_lineno_2" &&
-< test "x$as_lineno_3" = "x$as_lineno_2" || {
-< # Find who we are. Look in the path if we contain no path at all
-< # relative or not.
-< case $0 in
-< *[\\/]* ) as_myself=$0 ;;
-< *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-< for as_dir in $PATH
-< do
-< IFS=$as_save_IFS
-< test -z "$as_dir" && as_dir=.
-< test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-< done
-36804,36826d39735
-< ;;
-< esac
-< # We did not find ourselves, most probably we were run as `sh COMMAND'
-< # in which case we are not to be found in the path.
-< if test "x$as_myself" = x; then
-< as_myself=$0
-< fi
-< if test ! -f "$as_myself"; then
-< { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
-< echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
-< { (exit 1); exit 1; }; }
-< fi
-< case $CONFIG_SHELL in
-< '')
-< as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-< for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
-< do
-< IFS=$as_save_IFS
-< test -z "$as_dir" && as_dir=.
-< for as_base in sh bash ksh sh5; do
-< case $as_dir in
-< /*)
-< if ("$as_dir/$as_base" -c '
-36829d39737
-< as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-36831,36842c39739
-< test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
-< $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
-< $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
-< CONFIG_SHELL=$as_dir/$as_base
-< export CONFIG_SHELL
-< exec "$CONFIG_SHELL" "$0" ${1+"$@"}
-< fi;;
-< esac
-< done
-< done
-< ;;
-< esac
----
-> test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
-36846,36849c39743,39747
-< # line-number line before each line; the second 'sed' does the real
-< # work. The second script uses 'N' to pair each line-number line
-< # with the numbered line, and appends trailing '-' during
-< # substitution so that $LINENO is not a special case at line end.
----
-> # line-number line after each line using $LINENO; the second 'sed'
-> # does the real work. The second script uses 'N' to pair each
-> # line-number line with the line containing $LINENO, and appends
-> # trailing '-' during substitution so that $LINENO is not a special
-> # case at line end.
-36851,36852c39749,39754
-< # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
-< sed '=' <$as_myself |
----
-> # scripts with optimization help from Paolo Bonzini. Blame Lee
-> # E. McMahon (1931-1989) for sed's syntax. :-)
-> sed -n '
-> p
-> /[$]LINENO/=
-> ' <$as_myself |
-36853a39756,39759
-> s/[$]LINENO.*/&-/
-> t lineno
-> b
-> :lineno
-36855,36857c39761,39762
-< s,$,-,
-< : loop
-< s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
----
-> :loop
-> s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-36859,36860c39764
-< s,-$,,
-< s,^['$as_cr_digits']*\n,,
----
-> s/-\n.*//
-36862,36864c39766,39767
-< chmod +x $as_me.lineno ||
-< { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
-< echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
----
-> chmod +x "$as_me.lineno" ||
-> { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
-36869,36870c39772,39773
-< # original and so on. Autoconf is especially sensible to this).
-< . ./$as_me.lineno
----
-> # original and so on. Autoconf is especially sensitive to this).
-> . "./$as_me.lineno"
-36876,36880c39779,39793
-< case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
-< *c*,-n*) ECHO_N= ECHO_C='
-< ' ECHO_T=' ' ;;
-< *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
-< *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
----
-> if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-> as_dirname=dirname
-> else
-> as_dirname=false
-> fi
->
-> ECHO_C= ECHO_N= ECHO_T=
-> case `echo -n x` in
-> -n*)
-> case `echo 'x\c'` in
-> *c*) ECHO_T=' ';; # ECHO_T is single tab character.
-> *) ECHO_C='\c';;
-> esac;;
-> *)
-> ECHO_N='-n';;
-36883c39796,39797
-< if expr a : '\(a\)' >/dev/null 2>&1; then
----
-> if expr a : '\(a\)' >/dev/null 2>&1 &&
-> test "X`expr 00001 : '.*\(...\)'`" = X001; then
-36889a39804,39809
-> if test -d conf$$.dir; then
-> rm -f conf$$.dir/conf$$.file
-> else
-> rm -f conf$$.dir
-> mkdir conf$$.dir
-> fi
-36892,36895c39812,39817
-< # We could just check for DJGPP; but this test a) works b) is more generic
-< # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
-< if test -f conf$$.exe; then
-< # Don't use ln at all; we don't have any links
----
-> as_ln_s='ln -s'
-> # ... but there are two gotchas:
-> # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-> # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-> # In both cases, we have to default to `cp -p'.
-> ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
-36897,36899d39818
-< else
-< as_ln_s='ln -s'
-< fi
-36905c39824,39825
-< rm -f conf$$ conf$$.exe conf$$.file
----
-> rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-> rmdir conf$$.dir 2>/dev/null
-36914c39834,39846
-< as_executable_p="test -f"
----
-> # Find out whether ``test -x'' works. Don't use a zero-byte file, as
-> # systems may use methods other than mode bits to determine executability.
-> cat >conf$$.file <<_ASEOF
-> #! /bin/sh
-> exit 0
-> _ASEOF
-> chmod +x conf$$.file
-> if test -x conf$$.file >/dev/null 2>&1; then
-> as_executable_p="test -x"
-> else
-> as_executable_p=:
-> fi
-> rm -f conf$$.file
-36923,36931d39854
-< # IFS
-< # We need space, tab and new line, in precisely that order.
-< as_nl='
-< '
-< IFS=" $as_nl"
-<
-< # CDPATH.
-< $as_unset CDPATH
-<
-36934c39857
-< # Open the log real soon, to keep \$[0] and so on meaningful, and to
----
-> # Save the log message, to keep $[0] and so on meaningful, and to
-36936,36945c39859,39860
-< # values after options handling. Logging --version etc. is OK.
-< exec 5>>config.log
-< {
-< echo
-< sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
-< ## Running $as_me. ##
-< _ASBOX
-< } >&5
-< cat >&5 <<_CSEOF
-<
----
-> # values after options handling.
-> ac_log="
-36947c39862
-< generated by GNU Autoconf 2.59. Invocation command line was
----
-> generated by GNU Autoconf 2.59d. Invocation command line was
-36955,36957c39870,39872
-< _CSEOF
-< echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
-< echo >&5
----
-> on `(hostname || uname -n) 2>/dev/null | sed 1q`
-> "
->
-36959a39875
-> cat >>$CONFIG_STATUS <<_ACEOF
-36961,36967c39877,39879
-< if test -n "$ac_config_files"; then
-< echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
-< fi
-<
-< if test -n "$ac_config_headers"; then
-< echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
-< fi
----
-> config_files="$ac_config_files"
-> config_headers="$ac_config_headers"
-> config_commands="$ac_config_commands"
-36969,36975c39881
-< if test -n "$ac_config_links"; then
-< echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
-< fi
-<
-< if test -n "$ac_config_commands"; then
-< echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
-< fi
----
-> _ACEOF
-36978d39883
-<
-37005d39909
-< _ACEOF
-37006a39911
-> _ACEOF
-37010,37011c39915,39916
-< configured by $0, generated by GNU Autoconf 2.59,
-< with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
----
-> configured by $0, generated by GNU Autoconf 2.59d,
-> with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
-37013c39918
-< Copyright (C) 2003 Free Software Foundation, Inc.
----
-> Copyright (C) 2006 Free Software Foundation, Inc.
-37016,37017c39921,39924
-< srcdir=$srcdir
-< INSTALL="$INSTALL"
----
->
-> ac_pwd='$ac_pwd'
-> srcdir='$srcdir'
-> INSTALL='$INSTALL'
-37028,37029c39935,39936
-< ac_option=`expr "x$1" : 'x\([^=]*\)='`
-< ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
----
-> ac_option=`expr "X$1" : 'X\([^=]*\)='`
-> ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
-37032c39939
-< -*)
----
-> *)
-37037,37040d39943
-< *) # This is not an option, so the user has probably given explicit
-< # arguments.
-< ac_option=$1
-< ac_need_defaults=false;;
-37045,37046d39947
-< _ACEOF
-< cat >>$CONFIG_STATUS <<\_ACEOF
-37049,37060c39950,39952
-< --version | --vers* | -V )
-< echo "$ac_cs_version"; exit 0 ;;
-< --he | --h)
-< # Conflict between --help and --header
-< { { echo "$as_me:$LINENO: error: ambiguous option: $1
-< Try \`$0 --help' for more information." >&5
-< echo "$as_me: error: ambiguous option: $1
-< Try \`$0 --help' for more information." >&2;}
-< { (exit 1); exit 1; }; };;
-< --help | --hel | -h )
-< echo "$ac_cs_usage"; exit 0 ;;
-< --debug | --d* | -d )
----
-> --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-> echo "$ac_cs_version"; exit ;;
-> --debug | --debu | --deb | --de | --d | -d )
-37069a39962,39968
-> --he | --h)
-> # Conflict between --help and --header
-> { echo "$as_me: error: ambiguous option: $1
-> Try \`$0 --help' for more information." >&2
-> { (exit 1); exit 1; }; };;
-> --help | --hel | -h )
-> echo "$ac_cs_usage"; exit ;;
-37075,37078c39974,39975
-< -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
-< Try \`$0 --help' for more information." >&5
-< echo "$as_me: error: unrecognized option: $1
-< Try \`$0 --help' for more information." >&2;}
----
-> -*) { echo "$as_me: error: unrecognized option: $1
-> Try \`$0 --help' for more information." >&2
-37081c39978,39979
-< *) ac_config_targets="$ac_config_targets $1" ;;
----
-> *) ac_config_targets="$ac_config_targets $1"
-> ac_need_defaults=false ;;
-37097,37098c39995,39998
-< echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
-< exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
----
-> echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
-> CONFIG_SHELL=$SHELL
-> export CONFIG_SHELL
-> exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-37101a40002,40010
-> cat >>$CONFIG_STATUS <<\_ACEOF
-> exec 5>>config.log
-> {
-> echo
-> sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
-> ## Running $as_me. ##
-> _ASBOX
-> echo "$ac_log"
-> } >&5
-37102a40012
-> _ACEOF
-37105c40015
-< # INIT-COMMANDS section.
----
-> # INIT-COMMANDS
-37107d40016
-<
-37112,37113d40020
-<
-<
-37114a40022,40023
->
-> # Handling of arguments.
-37117,37176c40026,40085
-< case "$ac_config_target" in
-< # Handling of arguments.
-< "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-< "IconThemes/Makefile" ) CONFIG_FILES="$CONFIG_FILES IconThemes/Makefile" ;;
-< "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
-< "doc/kmag/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kmag/Makefile" ;;
-< "doc/kmousetool/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kmousetool/Makefile" ;;
-< "doc/kmouth/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kmouth/Makefile" ;;
-< "doc/kttsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kttsd/Makefile" ;;
-< "kbstateapplet/Makefile" ) CONFIG_FILES="$CONFIG_FILES kbstateapplet/Makefile" ;;
-< "kbstateapplet/images/Makefile" ) CONFIG_FILES="$CONFIG_FILES kbstateapplet/images/Makefile" ;;
-< "kmag/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmag/Makefile" ;;
-< "kmousetool/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmousetool/Makefile" ;;
-< "kmousetool/kmousetool/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmousetool/kmousetool/Makefile" ;;
-< "kmousetool/kmousetool/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmousetool/kmousetool/pics/Makefile" ;;
-< "kmouth/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/Makefile" ;;
-< "kmouth/books/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/books/Makefile" ;;
-< "kmouth/icons/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/icons/Makefile" ;;
-< "kmouth/icons/app/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/icons/app/Makefile" ;;
-< "kmouth/icons/history/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/icons/history/Makefile" ;;
-< "kmouth/icons/phrase/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/icons/phrase/Makefile" ;;
-< "kmouth/icons/phrasebook/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/icons/phrasebook/Makefile" ;;
-< "kmouth/phrasebook/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/phrasebook/Makefile" ;;
-< "kmouth/wordcompletion/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/wordcompletion/Makefile" ;;
-< "ksayit/Makefile" ) CONFIG_FILES="$CONFIG_FILES ksayit/Makefile" ;;
-< "ksayit/Freeverb_plugin/Makefile" ) CONFIG_FILES="$CONFIG_FILES ksayit/Freeverb_plugin/Makefile" ;;
-< "ksayit/KTTSD_Lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES ksayit/KTTSD_Lib/Makefile" ;;
-< "ksayit/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES ksayit/src/Makefile" ;;
-< "kttsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/Makefile" ;;
-< "kttsd/app-plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/app-plugins/Makefile" ;;
-< "kttsd/app-plugins/kate/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/app-plugins/kate/Makefile" ;;
-< "kttsd/compat/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/compat/Makefile" ;;
-< "kttsd/compat/icons/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/compat/icons/Makefile" ;;
-< "kttsd/compat/interfaces/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/compat/interfaces/Makefile" ;;
-< "kttsd/compat/interfaces/kspeech/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/compat/interfaces/kspeech/Makefile" ;;
-< "kttsd/filters/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/filters/Makefile" ;;
-< "kttsd/filters/sbd/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/filters/sbd/Makefile" ;;
-< "kttsd/filters/stringreplacer/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/filters/stringreplacer/Makefile" ;;
-< "kttsd/filters/talkerchooser/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/filters/talkerchooser/Makefile" ;;
-< "kttsd/filters/xmltransformer/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/filters/xmltransformer/Makefile" ;;
-< "kttsd/icons/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/icons/Makefile" ;;
-< "kttsd/kcmkttsmgr/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/kcmkttsmgr/Makefile" ;;
-< "kttsd/kttsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/kttsd/Makefile" ;;
-< "kttsd/kttsjobmgr/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/kttsjobmgr/Makefile" ;;
-< "kttsd/kttsmgr/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/kttsmgr/Makefile" ;;
-< "kttsd/libkttsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/libkttsd/Makefile" ;;
-< "kttsd/players/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/players/Makefile" ;;
-< "kttsd/players/akodeplayer/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/players/akodeplayer/Makefile" ;;
-< "kttsd/players/alsaplayer/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/players/alsaplayer/Makefile" ;;
-< "kttsd/players/artsplayer/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/players/artsplayer/Makefile" ;;
-< "kttsd/players/gstplayer/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/players/gstplayer/Makefile" ;;
-< "kttsd/plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/plugins/Makefile" ;;
-< "kttsd/plugins/command/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/plugins/command/Makefile" ;;
-< "kttsd/plugins/epos/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/plugins/epos/Makefile" ;;
-< "kttsd/plugins/festivalint/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/plugins/festivalint/Makefile" ;;
-< "kttsd/plugins/flite/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/plugins/flite/Makefile" ;;
-< "kttsd/plugins/freetts/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/plugins/freetts/Makefile" ;;
-< "kttsd/plugins/hadifix/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/plugins/hadifix/Makefile" ;;
-< "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
-< "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
----
-> case $ac_config_target in
-> "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
-> "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
-> "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-> "IconThemes/Makefile") CONFIG_FILES="$CONFIG_FILES IconThemes/Makefile" ;;
-> "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
-> "doc/kmag/Makefile") CONFIG_FILES="$CONFIG_FILES doc/kmag/Makefile" ;;
-> "doc/kmousetool/Makefile") CONFIG_FILES="$CONFIG_FILES doc/kmousetool/Makefile" ;;
-> "doc/kmouth/Makefile") CONFIG_FILES="$CONFIG_FILES doc/kmouth/Makefile" ;;
-> "doc/kttsd/Makefile") CONFIG_FILES="$CONFIG_FILES doc/kttsd/Makefile" ;;
-> "kbstateapplet/Makefile") CONFIG_FILES="$CONFIG_FILES kbstateapplet/Makefile" ;;
-> "kbstateapplet/images/Makefile") CONFIG_FILES="$CONFIG_FILES kbstateapplet/images/Makefile" ;;
-> "kmag/Makefile") CONFIG_FILES="$CONFIG_FILES kmag/Makefile" ;;
-> "kmousetool/Makefile") CONFIG_FILES="$CONFIG_FILES kmousetool/Makefile" ;;
-> "kmousetool/kmousetool/Makefile") CONFIG_FILES="$CONFIG_FILES kmousetool/kmousetool/Makefile" ;;
-> "kmousetool/kmousetool/pics/Makefile") CONFIG_FILES="$CONFIG_FILES kmousetool/kmousetool/pics/Makefile" ;;
-> "kmouth/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/Makefile" ;;
-> "kmouth/books/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/books/Makefile" ;;
-> "kmouth/icons/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/icons/Makefile" ;;
-> "kmouth/icons/app/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/icons/app/Makefile" ;;
-> "kmouth/icons/history/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/icons/history/Makefile" ;;
-> "kmouth/icons/phrase/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/icons/phrase/Makefile" ;;
-> "kmouth/icons/phrasebook/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/icons/phrasebook/Makefile" ;;
-> "kmouth/phrasebook/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/phrasebook/Makefile" ;;
-> "kmouth/wordcompletion/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/wordcompletion/Makefile" ;;
-> "ksayit/Makefile") CONFIG_FILES="$CONFIG_FILES ksayit/Makefile" ;;
-> "ksayit/Freeverb_plugin/Makefile") CONFIG_FILES="$CONFIG_FILES ksayit/Freeverb_plugin/Makefile" ;;
-> "ksayit/KTTSD_Lib/Makefile") CONFIG_FILES="$CONFIG_FILES ksayit/KTTSD_Lib/Makefile" ;;
-> "ksayit/src/Makefile") CONFIG_FILES="$CONFIG_FILES ksayit/src/Makefile" ;;
-> "kttsd/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/Makefile" ;;
-> "kttsd/app-plugins/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/app-plugins/Makefile" ;;
-> "kttsd/app-plugins/kate/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/app-plugins/kate/Makefile" ;;
-> "kttsd/compat/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/compat/Makefile" ;;
-> "kttsd/compat/icons/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/compat/icons/Makefile" ;;
-> "kttsd/compat/interfaces/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/compat/interfaces/Makefile" ;;
-> "kttsd/compat/interfaces/kspeech/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/compat/interfaces/kspeech/Makefile" ;;
-> "kttsd/filters/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/filters/Makefile" ;;
-> "kttsd/filters/sbd/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/filters/sbd/Makefile" ;;
-> "kttsd/filters/stringreplacer/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/filters/stringreplacer/Makefile" ;;
-> "kttsd/filters/talkerchooser/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/filters/talkerchooser/Makefile" ;;
-> "kttsd/filters/xmltransformer/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/filters/xmltransformer/Makefile" ;;
-> "kttsd/icons/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/icons/Makefile" ;;
-> "kttsd/kcmkttsmgr/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/kcmkttsmgr/Makefile" ;;
-> "kttsd/kttsd/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/kttsd/Makefile" ;;
-> "kttsd/kttsjobmgr/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/kttsjobmgr/Makefile" ;;
-> "kttsd/kttsmgr/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/kttsmgr/Makefile" ;;
-> "kttsd/libkttsd/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/libkttsd/Makefile" ;;
-> "kttsd/players/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/players/Makefile" ;;
-> "kttsd/players/akodeplayer/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/players/akodeplayer/Makefile" ;;
-> "kttsd/players/alsaplayer/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/players/alsaplayer/Makefile" ;;
-> "kttsd/players/artsplayer/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/players/artsplayer/Makefile" ;;
-> "kttsd/players/gstplayer/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/players/gstplayer/Makefile" ;;
-> "kttsd/plugins/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/plugins/Makefile" ;;
-> "kttsd/plugins/command/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/plugins/command/Makefile" ;;
-> "kttsd/plugins/epos/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/plugins/epos/Makefile" ;;
-> "kttsd/plugins/festivalint/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/plugins/festivalint/Makefile" ;;
-> "kttsd/plugins/flite/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/plugins/flite/Makefile" ;;
-> "kttsd/plugins/freetts/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/plugins/freetts/Makefile" ;;
-> "kttsd/plugins/hadifix/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/plugins/hadifix/Makefile" ;;
->
-37182a40092
->
-37194c40104
-< # simply because there is no reason to put it here, and in addition,
----
-> # simply because there is no reason against having it here, and in addition,
-37196c40106,40108
-< # Create a temporary directory, and hook for its removal unless debugging.
----
-> # Hook for its removal unless debugging.
-> # Note that there is a small window in which the directory will not be cleaned:
-> # after its creation but before its name has been assigned to `$tmp'.
-37199c40111,40114
-< trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
----
-> tmp=
-> trap 'exit_status=$?
-> { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
-> ' 0
-37202d40116
-<
-37206c40120
-< tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
----
-> tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
-37210,37211c40124,40125
-< tmp=./confstat$$-$RANDOM
-< (umask 077 && mkdir $tmp)
----
-> tmp=./conf$$-$RANDOM
-> (umask 077 && mkdir "$tmp")
-37218,37221d40131
-< _ACEOF
-<
-< cat >>$CONFIG_STATUS <<_ACEOF
-<
-37223c40133
-< # CONFIG_FILES section.
----
-> # Set up the sed scripts for CONFIG_FILES section.
-37228,37568c40138,40253
-< if test -n "\$CONFIG_FILES"; then
-< # Protect against being on the right side of a sed subst in config.status.
-< sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
-< s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
-< s, at SHELL@,$SHELL,;t t
-< s, at PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
-< s, at PACKAGE_NAME@,$PACKAGE_NAME,;t t
-< s, at PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
-< s, at PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
-< s, at PACKAGE_STRING@,$PACKAGE_STRING,;t t
-< s, at PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
-< s, at exec_prefix@,$exec_prefix,;t t
-< s, at prefix@,$prefix,;t t
-< s, at program_transform_name@,$program_transform_name,;t t
-< s, at bindir@,$bindir,;t t
-< s, at sbindir@,$sbindir,;t t
-< s, at libexecdir@,$libexecdir,;t t
-< s, at datadir@,$datadir,;t t
-< s, at sysconfdir@,$sysconfdir,;t t
-< s, at sharedstatedir@,$sharedstatedir,;t t
-< s, at localstatedir@,$localstatedir,;t t
-< s, at libdir@,$libdir,;t t
-< s, at includedir@,$includedir,;t t
-< s, at oldincludedir@,$oldincludedir,;t t
-< s, at infodir@,$infodir,;t t
-< s, at mandir@,$mandir,;t t
-< s, at build_alias@,$build_alias,;t t
-< s, at host_alias@,$host_alias,;t t
-< s, at target_alias@,$target_alias,;t t
-< s, at DEFS@,$DEFS,;t t
-< s, at ECHO_C@,$ECHO_C,;t t
-< s, at ECHO_N@,$ECHO_N,;t t
-< s, at ECHO_T@,$ECHO_T,;t t
-< s, at LIBS@,$LIBS,;t t
-< s, at build@,$build,;t t
-< s, at build_cpu@,$build_cpu,;t t
-< s, at build_vendor@,$build_vendor,;t t
-< s, at build_os@,$build_os,;t t
-< s, at host@,$host,;t t
-< s, at host_cpu@,$host_cpu,;t t
-< s, at host_vendor@,$host_vendor,;t t
-< s, at host_os@,$host_os,;t t
-< s, at target@,$target,;t t
-< s, at target_cpu@,$target_cpu,;t t
-< s, at target_vendor@,$target_vendor,;t t
-< s, at target_os@,$target_os,;t t
-< s, at INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
-< s, at INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
-< s, at INSTALL_DATA@,$INSTALL_DATA,;t t
-< s, at CYGPATH_W@,$CYGPATH_W,;t t
-< s, at PACKAGE@,$PACKAGE,;t t
-< s, at VERSION@,$VERSION,;t t
-< s, at ACLOCAL@,$ACLOCAL,;t t
-< s, at AUTOCONF@,$AUTOCONF,;t t
-< s, at AUTOMAKE@,$AUTOMAKE,;t t
-< s, at AUTOHEADER@,$AUTOHEADER,;t t
-< s, at MAKEINFO@,$MAKEINFO,;t t
-< s, at install_sh@,$install_sh,;t t
-< s, at STRIP@,$STRIP,;t t
-< s, at ac_ct_STRIP@,$ac_ct_STRIP,;t t
-< s, at INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
-< s, at mkdir_p@,$mkdir_p,;t t
-< s, at AWK@,$AWK,;t t
-< s, at SET_MAKE@,$SET_MAKE,;t t
-< s, at am__leading_dot@,$am__leading_dot,;t t
-< s, at AMTAR@,$AMTAR,;t t
-< s, at am__tar@,$am__tar,;t t
-< s, at am__untar@,$am__untar,;t t
-< s, at KDECONFIG@,$KDECONFIG,;t t
-< s, at kde_libs_prefix@,$kde_libs_prefix,;t t
-< s, at kde_libs_htmldir@,$kde_libs_htmldir,;t t
-< s, at CONF_FILES@,$CONF_FILES,;t t
-< s, at CC@,$CC,;t t
-< s, at CFLAGS@,$CFLAGS,;t t
-< s, at LDFLAGS@,$LDFLAGS,;t t
-< s, at CPPFLAGS@,$CPPFLAGS,;t t
-< s, at ac_ct_CC@,$ac_ct_CC,;t t
-< s, at EXEEXT@,$EXEEXT,;t t
-< s, at OBJEXT@,$OBJEXT,;t t
-< s, at DEPDIR@,$DEPDIR,;t t
-< s, at am__include@,$am__include,;t t
-< s, at am__quote@,$am__quote,;t t
-< s, at AMDEP_TRUE@,$AMDEP_TRUE,;t t
-< s, at AMDEP_FALSE@,$AMDEP_FALSE,;t t
-< s, at AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
-< s, at CCDEPMODE@,$CCDEPMODE,;t t
-< s, at am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
-< s, at am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
-< s, at CPP@,$CPP,;t t
-< s, at CXX@,$CXX,;t t
-< s, at CXXFLAGS@,$CXXFLAGS,;t t
-< s, at ac_ct_CXX@,$ac_ct_CXX,;t t
-< s, at CXXDEPMODE@,$CXXDEPMODE,;t t
-< s, at am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
-< s, at am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
-< s, at WOVERLOADED_VIRTUAL@,$WOVERLOADED_VIRTUAL,;t t
-< s, at HAVE_GCC_VISIBILITY@,$HAVE_GCC_VISIBILITY,;t t
-< s, at unsermake_enable_pch_TRUE@,$unsermake_enable_pch_TRUE,;t t
-< s, at unsermake_enable_pch_FALSE@,$unsermake_enable_pch_FALSE,;t t
-< s, at USE_EXCEPTIONS@,$USE_EXCEPTIONS,;t t
-< s, at USE_RTTI@,$USE_RTTI,;t t
-< s, at CXXCPP@,$CXXCPP,;t t
-< s, at NOOPT_CXXFLAGS@,$NOOPT_CXXFLAGS,;t t
-< s, at NOOPT_CFLAGS@,$NOOPT_CFLAGS,;t t
-< s, at ENABLE_PERMISSIVE_FLAG@,$ENABLE_PERMISSIVE_FLAG,;t t
-< s, at LDFLAGS_AS_NEEDED@,$LDFLAGS_AS_NEEDED,;t t
-< s, at LDFLAGS_NEW_DTAGS@,$LDFLAGS_NEW_DTAGS,;t t
-< s, at KDE_USE_FINAL_TRUE@,$KDE_USE_FINAL_TRUE,;t t
-< s, at KDE_USE_FINAL_FALSE@,$KDE_USE_FINAL_FALSE,;t t
-< s, at KDE_USE_CLOSURE_TRUE@,$KDE_USE_CLOSURE_TRUE,;t t
-< s, at KDE_USE_CLOSURE_FALSE@,$KDE_USE_CLOSURE_FALSE,;t t
-< s, at KDE_NO_UNDEFINED@,$KDE_NO_UNDEFINED,;t t
-< s, at KDE_USE_NMCHECK_TRUE@,$KDE_USE_NMCHECK_TRUE,;t t
-< s, at KDE_USE_NMCHECK_FALSE@,$KDE_USE_NMCHECK_FALSE,;t t
-< s, at EGREP@,$EGREP,;t t
-< s, at LN_S@,$LN_S,;t t
-< s, at ECHO@,$ECHO,;t t
-< s, at AR@,$AR,;t t
-< s, at ac_ct_AR@,$ac_ct_AR,;t t
-< s, at RANLIB@,$RANLIB,;t t
-< s, at ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
-< s, at F77@,$F77,;t t
-< s, at FFLAGS@,$FFLAGS,;t t
-< s, at ac_ct_F77@,$ac_ct_F77,;t t
-< s, at LIBTOOL@,$LIBTOOL,;t t
-< s, at KDE_PLUGIN@,$KDE_PLUGIN,;t t
-< s, at KDE_CHECK_PLUGIN@,$KDE_CHECK_PLUGIN,;t t
-< s, at MSGFMT@,$MSGFMT,;t t
-< s, at GMSGFMT@,$GMSGFMT,;t t
-< s, at XGETTEXT@,$XGETTEXT,;t t
-< s, at LIBUTIL@,$LIBUTIL,;t t
-< s, at LIBCOMPAT@,$LIBCOMPAT,;t t
-< s, at LIBCRYPT@,$LIBCRYPT,;t t
-< s, at LIBRESOLV@,$LIBRESOLV,;t t
-< s, at LIB_POLL@,$LIB_POLL,;t t
-< s, at FRAMEWORK_COREAUDIO@,$FRAMEWORK_COREAUDIO,;t t
-< s, at LIBSOCKET@,$LIBSOCKET,;t t
-< s, at X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
-< s, at LIBUCB@,$LIBUCB,;t t
-< s, at LIBDL@,$LIBDL,;t t
-< s, at KDE_USE_FPIE@,$KDE_USE_FPIE,;t t
-< s, at KDE_USE_PIE@,$KDE_USE_PIE,;t t
-< s, at include_x11_TRUE@,$include_x11_TRUE,;t t
-< s, at include_x11_FALSE@,$include_x11_FALSE,;t t
-< s, at X_PRE_LIBS@,$X_PRE_LIBS,;t t
-< s, at LIB_X11@,$LIB_X11,;t t
-< s, at LIB_XRENDER@,$LIB_XRENDER,;t t
-< s, at LIBSM@,$LIBSM,;t t
-< s, at X_INCLUDES@,$X_INCLUDES,;t t
-< s, at X_LDFLAGS@,$X_LDFLAGS,;t t
-< s, at x_includes@,$x_includes,;t t
-< s, at x_libraries@,$x_libraries,;t t
-< s, at QTE_NORTTI@,$QTE_NORTTI,;t t
-< s, at LIB_XEXT@,$LIB_XEXT,;t t
-< s, at LIBPTHREAD@,$LIBPTHREAD,;t t
-< s, at USE_THREADS@,$USE_THREADS,;t t
-< s, at KDE_MT_LDFLAGS@,$KDE_MT_LDFLAGS,;t t
-< s, at KDE_MT_LIBS@,$KDE_MT_LIBS,;t t
-< s, at USER_INCLUDES@,$USER_INCLUDES,;t t
-< s, at USER_LDFLAGS@,$USER_LDFLAGS,;t t
-< s, at LIBZ@,$LIBZ,;t t
-< s, at LIBPNG@,$LIBPNG,;t t
-< s, at LIBJPEG@,$LIBJPEG,;t t
-< s, at qt_libraries@,$qt_libraries,;t t
-< s, at qt_includes@,$qt_includes,;t t
-< s, at QT_INCLUDES@,$QT_INCLUDES,;t t
-< s, at QT_LDFLAGS@,$QT_LDFLAGS,;t t
-< s, at PERL@,$PERL,;t t
-< s, at MOC@,$MOC,;t t
-< s, at UIC@,$UIC,;t t
-< s, at UIC_TR@,$UIC_TR,;t t
-< s, at LIB_QT@,$LIB_QT,;t t
-< s, at LIB_QPE@,$LIB_QPE,;t t
-< s, at kde_qtver@,$kde_qtver,;t t
-< s, at KDE_EXTRA_RPATH@,$KDE_EXTRA_RPATH,;t t
-< s, at KDE_RPATH@,$KDE_RPATH,;t t
-< s, at X_RPATH@,$X_RPATH,;t t
-< s, at kde_libraries@,$kde_libraries,;t t
-< s, at kde_includes@,$kde_includes,;t t
-< s, at KDE_LDFLAGS@,$KDE_LDFLAGS,;t t
-< s, at KDE_INCLUDES@,$KDE_INCLUDES,;t t
-< s, at all_includes@,$all_includes,;t t
-< s, at all_libraries@,$all_libraries,;t t
-< s, at AUTODIRS@,$AUTODIRS,;t t
-< s, at include_ARTS_TRUE@,$include_ARTS_TRUE,;t t
-< s, at include_ARTS_FALSE@,$include_ARTS_FALSE,;t t
-< s, at MAKEKDEWIDGETS@,$MAKEKDEWIDGETS,;t t
-< s, at KCONFIG_COMPILER@,$KCONFIG_COMPILER,;t t
-< s, at KCFG_DEPENDENCIES@,$KCFG_DEPENDENCIES,;t t
-< s, at DCOPIDLNG@,$DCOPIDLNG,;t t
-< s, at DCOPIDL@,$DCOPIDL,;t t
-< s, at DCOPIDL2CPP@,$DCOPIDL2CPP,;t t
-< s, at DCOP_DEPENDENCIES@,$DCOP_DEPENDENCIES,;t t
-< s, at MCOPIDL@,$MCOPIDL,;t t
-< s, at ARTSCCONFIG@,$ARTSCCONFIG,;t t
-< s, at MEINPROC@,$MEINPROC,;t t
-< s, at KDE_XSL_STYLESHEET@,$KDE_XSL_STYLESHEET,;t t
-< s, at XMLLINT@,$XMLLINT,;t t
-< s, at kde_htmldir@,$kde_htmldir,;t t
-< s, at kde_appsdir@,$kde_appsdir,;t t
-< s, at kde_icondir@,$kde_icondir,;t t
-< s, at kde_sounddir@,$kde_sounddir,;t t
-< s, at kde_datadir@,$kde_datadir,;t t
-< s, at kde_locale@,$kde_locale,;t t
-< s, at kde_confdir@,$kde_confdir,;t t
-< s, at kde_kcfgdir@,$kde_kcfgdir,;t t
-< s, at kde_mimedir@,$kde_mimedir,;t t
-< s, at kde_wallpaperdir@,$kde_wallpaperdir,;t t
-< s, at kde_bindir@,$kde_bindir,;t t
-< s, at xdg_appsdir@,$xdg_appsdir,;t t
-< s, at xdg_menudir@,$xdg_menudir,;t t
-< s, at xdg_directorydir@,$xdg_directorydir,;t t
-< s, at kde_templatesdir@,$kde_templatesdir,;t t
-< s, at kde_servicesdir@,$kde_servicesdir,;t t
-< s, at kde_servicetypesdir@,$kde_servicetypesdir,;t t
-< s, at kde_moduledir@,$kde_moduledir,;t t
-< s, at kdeinitdir@,$kdeinitdir,;t t
-< s, at kde_styledir@,$kde_styledir,;t t
-< s, at kde_widgetdir@,$kde_widgetdir,;t t
-< s, at LIB_KDED@,$LIB_KDED,;t t
-< s, at LIB_KDECORE@,$LIB_KDECORE,;t t
-< s, at LIB_KDEUI@,$LIB_KDEUI,;t t
-< s, at LIB_KIO@,$LIB_KIO,;t t
-< s, at LIB_KJS@,$LIB_KJS,;t t
-< s, at LIB_SMB@,$LIB_SMB,;t t
-< s, at LIB_KAB@,$LIB_KAB,;t t
-< s, at LIB_KABC@,$LIB_KABC,;t t
-< s, at LIB_KHTML@,$LIB_KHTML,;t t
-< s, at LIB_KSPELL@,$LIB_KSPELL,;t t
-< s, at LIB_KPARTS@,$LIB_KPARTS,;t t
-< s, at LIB_KDEPRINT@,$LIB_KDEPRINT,;t t
-< s, at LIB_KUTILS@,$LIB_KUTILS,;t t
-< s, at LIB_KDEPIM@,$LIB_KDEPIM,;t t
-< s, at LIB_KIMPROXY@,$LIB_KIMPROXY,;t t
-< s, at LIB_KNEWSTUFF@,$LIB_KNEWSTUFF,;t t
-< s, at LIB_KDNSSD@,$LIB_KDNSSD,;t t
-< s, at LIB_KUNITTEST@,$LIB_KUNITTEST,;t t
-< s, at LIB_KSYCOCA@,$LIB_KSYCOCA,;t t
-< s, at LIB_KFILE@,$LIB_KFILE,;t t
-< s, at LIB_KFM@,$LIB_KFM,;t t
-< s, at KTTS_KSPEECH_DIR@,$KTTS_KSPEECH_DIR,;t t
-< s, at KTTS_KSPEECH_INCLUDE@,$KTTS_KSPEECH_INCLUDE,;t t
-< s, at KTTS_INTERFACES_DIR@,$KTTS_INTERFACES_DIR,;t t
-< s, at include_ksayit_audio_plugins_TRUE@,$include_ksayit_audio_plugins_TRUE,;t t
-< s, at include_ksayit_audio_plugins_FALSE@,$include_ksayit_audio_plugins_FALSE,;t t
-< s, at PKG_CONFIG@,$PKG_CONFIG,;t t
-< s, at GST_CFLAGS@,$GST_CFLAGS,;t t
-< s, at GST_LIBS@,$GST_LIBS,;t t
-< s, at LDADD_GST@,$LDADD_GST,;t t
-< s, at LDFLAGS_GST@,$LDFLAGS_GST,;t t
-< s, at include_kttsd_gstplayer_TRUE@,$include_kttsd_gstplayer_TRUE,;t t
-< s, at include_kttsd_gstplayer_FALSE@,$include_kttsd_gstplayer_FALSE,;t t
-< s, at include_kttsd_artsplayer_TRUE@,$include_kttsd_artsplayer_TRUE,;t t
-< s, at include_kttsd_artsplayer_FALSE@,$include_kttsd_artsplayer_FALSE,;t t
-< s, at LIBASOUND@,$LIBASOUND,;t t
-< s, at ARTS_LIBASOUND@,$ARTS_LIBASOUND,;t t
-< s, at include_kttsd_alsaplayer_TRUE@,$include_kttsd_alsaplayer_TRUE,;t t
-< s, at include_kttsd_alsaplayer_FALSE@,$include_kttsd_alsaplayer_FALSE,;t t
-< s, at AKODE_CONFIG@,$AKODE_CONFIG,;t t
-< s, at akode_includes@,$akode_includes,;t t
-< s, at akode_libs@,$akode_libs,;t t
-< s, at include_kttsd_akodeplayer_TRUE@,$include_kttsd_akodeplayer_TRUE,;t t
-< s, at include_kttsd_akodeplayer_FALSE@,$include_kttsd_akodeplayer_FALSE,;t t
-< s, at KTTS_ICONS_DIR@,$KTTS_ICONS_DIR,;t t
-< s, at include_kttsd_command_TRUE@,$include_kttsd_command_TRUE,;t t
-< s, at include_kttsd_command_FALSE@,$include_kttsd_command_FALSE,;t t
-< s, at epos_bindir@,$epos_bindir,;t t
-< s, at include_kttsd_epos_TRUE@,$include_kttsd_epos_TRUE,;t t
-< s, at include_kttsd_epos_FALSE@,$include_kttsd_epos_FALSE,;t t
-< s, at festival_bindir@,$festival_bindir,;t t
-< s, at include_kttsd_festivalint_TRUE@,$include_kttsd_festivalint_TRUE,;t t
-< s, at include_kttsd_festivalint_FALSE@,$include_kttsd_festivalint_FALSE,;t t
-< s, at flite_bindir@,$flite_bindir,;t t
-< s, at include_kttsd_flite_TRUE@,$include_kttsd_flite_TRUE,;t t
-< s, at include_kttsd_flite_FALSE@,$include_kttsd_flite_FALSE,;t t
-< s, at freetts_bindir@,$freetts_bindir,;t t
-< s, at include_kttsd_freetts_TRUE@,$include_kttsd_freetts_TRUE,;t t
-< s, at include_kttsd_freetts_FALSE@,$include_kttsd_freetts_FALSE,;t t
-< s, at hadifix_mbrola_bin@,$hadifix_mbrola_bin,;t t
-< s, at hadifix_txt2pho_bin@,$hadifix_txt2pho_bin,;t t
-< s, at include_kttsd_hadifix_TRUE@,$include_kttsd_hadifix_TRUE,;t t
-< s, at include_kttsd_hadifix_FALSE@,$include_kttsd_hadifix_FALSE,;t t
-< s, at TOPSUBDIRS@,$TOPSUBDIRS,;t t
-< s, at IconThemes_SUBDIR_included_TRUE@,$IconThemes_SUBDIR_included_TRUE,;t t
-< s, at IconThemes_SUBDIR_included_FALSE@,$IconThemes_SUBDIR_included_FALSE,;t t
-< s, at doc_SUBDIR_included_TRUE@,$doc_SUBDIR_included_TRUE,;t t
-< s, at doc_SUBDIR_included_FALSE@,$doc_SUBDIR_included_FALSE,;t t
-< s, at kbstateapplet_SUBDIR_included_TRUE@,$kbstateapplet_SUBDIR_included_TRUE,;t t
-< s, at kbstateapplet_SUBDIR_included_FALSE@,$kbstateapplet_SUBDIR_included_FALSE,;t t
-< s, at kmag_SUBDIR_included_TRUE@,$kmag_SUBDIR_included_TRUE,;t t
-< s, at kmag_SUBDIR_included_FALSE@,$kmag_SUBDIR_included_FALSE,;t t
-< s, at kmousetool_SUBDIR_included_TRUE@,$kmousetool_SUBDIR_included_TRUE,;t t
-< s, at kmousetool_SUBDIR_included_FALSE@,$kmousetool_SUBDIR_included_FALSE,;t t
-< s, at kmouth_SUBDIR_included_TRUE@,$kmouth_SUBDIR_included_TRUE,;t t
-< s, at kmouth_SUBDIR_included_FALSE@,$kmouth_SUBDIR_included_FALSE,;t t
-< s, at ksayit_SUBDIR_included_TRUE@,$ksayit_SUBDIR_included_TRUE,;t t
-< s, at ksayit_SUBDIR_included_FALSE@,$ksayit_SUBDIR_included_FALSE,;t t
-< s, at kttsd_SUBDIR_included_TRUE@,$kttsd_SUBDIR_included_TRUE,;t t
-< s, at kttsd_SUBDIR_included_FALSE@,$kttsd_SUBDIR_included_FALSE,;t t
-< s, at LIBOBJS@,$LIBOBJS,;t t
-< s, at LTLIBOBJS@,$LTLIBOBJS,;t t
-< CEOF
-<
-< _ACEOF
-<
-< cat >>$CONFIG_STATUS <<\_ACEOF
-< # Split the substitutions into bite-sized pieces for seds with
-< # small command number limits, like on Digital OSF/1 and HP-UX.
-< ac_max_sed_lines=48
-< ac_sed_frag=1 # Number of current file.
-< ac_beg=1 # First line for current file.
-< ac_end=$ac_max_sed_lines # Line after last line for current file.
-< ac_more_lines=:
-< ac_sed_cmds=
-< while $ac_more_lines; do
-< if test $ac_beg -gt 1; then
-< sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
-< else
-< sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
-< fi
-< if test ! -s $tmp/subs.frag; then
-< ac_more_lines=false
-< else
-< # The purpose of the label and of the branching condition is to
-< # speed up the sed processing (if there are no `@' at all, there
-< # is no need to browse any of the substitutions).
-< # These are the two extra sed commands mentioned above.
-< (echo ':t
-< /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
-< if test -z "$ac_sed_cmds"; then
-< ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
-< else
-< ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
-< fi
-< ac_sed_frag=`expr $ac_sed_frag + 1`
-< ac_beg=$ac_end
-< ac_end=`expr $ac_end + $ac_max_sed_lines`
-< fi
-< done
-< if test -z "$ac_sed_cmds"; then
-< ac_sed_cmds=cat
----
-> if test -n "$CONFIG_FILES"; then
->
-> _ACEOF
->
->
->
-> ac_delim='%!_!# '
-> for ac_last_try in false false false false false :; do
-> cat >conf$$subs.sed <<_ACEOF
-> SHELL!$SHELL$ac_delim
-> PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
-> PACKAGE_NAME!$PACKAGE_NAME$ac_delim
-> PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
-> PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
-> PACKAGE_STRING!$PACKAGE_STRING$ac_delim
-> PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
-> exec_prefix!$exec_prefix$ac_delim
-> prefix!$prefix$ac_delim
-> program_transform_name!$program_transform_name$ac_delim
-> bindir!$bindir$ac_delim
-> sbindir!$sbindir$ac_delim
-> libexecdir!$libexecdir$ac_delim
-> datarootdir!$datarootdir$ac_delim
-> datadir!$datadir$ac_delim
-> sysconfdir!$sysconfdir$ac_delim
-> sharedstatedir!$sharedstatedir$ac_delim
-> localstatedir!$localstatedir$ac_delim
-> includedir!$includedir$ac_delim
-> oldincludedir!$oldincludedir$ac_delim
-> docdir!$docdir$ac_delim
-> infodir!$infodir$ac_delim
-> htmldir!$htmldir$ac_delim
-> dvidir!$dvidir$ac_delim
-> pdfdir!$pdfdir$ac_delim
-> psdir!$psdir$ac_delim
-> libdir!$libdir$ac_delim
-> localedir!$localedir$ac_delim
-> mandir!$mandir$ac_delim
-> DEFS!$DEFS$ac_delim
-> ECHO_C!$ECHO_C$ac_delim
-> ECHO_N!$ECHO_N$ac_delim
-> ECHO_T!$ECHO_T$ac_delim
-> LIBS!$LIBS$ac_delim
-> build_alias!$build_alias$ac_delim
-> host_alias!$host_alias$ac_delim
-> target_alias!$target_alias$ac_delim
-> build!$build$ac_delim
-> build_cpu!$build_cpu$ac_delim
-> build_vendor!$build_vendor$ac_delim
-> build_os!$build_os$ac_delim
-> host!$host$ac_delim
-> host_cpu!$host_cpu$ac_delim
-> host_vendor!$host_vendor$ac_delim
-> host_os!$host_os$ac_delim
-> target!$target$ac_delim
-> target_cpu!$target_cpu$ac_delim
-> target_vendor!$target_vendor$ac_delim
-> target_os!$target_os$ac_delim
-> INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
-> INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
-> INSTALL_DATA!$INSTALL_DATA$ac_delim
-> CYGPATH_W!$CYGPATH_W$ac_delim
-> PACKAGE!$PACKAGE$ac_delim
-> VERSION!$VERSION$ac_delim
-> ACLOCAL!$ACLOCAL$ac_delim
-> AUTOCONF!$AUTOCONF$ac_delim
-> AUTOMAKE!$AUTOMAKE$ac_delim
-> AUTOHEADER!$AUTOHEADER$ac_delim
-> MAKEINFO!$MAKEINFO$ac_delim
-> install_sh!$install_sh$ac_delim
-> STRIP!$STRIP$ac_delim
-> INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
-> mkdir_p!$mkdir_p$ac_delim
-> AWK!$AWK$ac_delim
-> SET_MAKE!$SET_MAKE$ac_delim
-> am__leading_dot!$am__leading_dot$ac_delim
-> AMTAR!$AMTAR$ac_delim
-> am__tar!$am__tar$ac_delim
-> am__untar!$am__untar$ac_delim
-> MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
-> MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
-> MAINT!$MAINT$ac_delim
-> KDECONFIG!$KDECONFIG$ac_delim
-> kde_libs_prefix!$kde_libs_prefix$ac_delim
-> kde_libs_htmldir!$kde_libs_htmldir$ac_delim
-> CONF_FILES!$CONF_FILES$ac_delim
-> CC!$CC$ac_delim
-> CFLAGS!$CFLAGS$ac_delim
-> LDFLAGS!$LDFLAGS$ac_delim
-> CPPFLAGS!$CPPFLAGS$ac_delim
-> ac_ct_CC!$ac_ct_CC$ac_delim
-> EXEEXT!$EXEEXT$ac_delim
-> OBJEXT!$OBJEXT$ac_delim
-> DEPDIR!$DEPDIR$ac_delim
-> am__include!$am__include$ac_delim
-> am__quote!$am__quote$ac_delim
-> AMDEP_TRUE!$AMDEP_TRUE$ac_delim
-> AMDEP_FALSE!$AMDEP_FALSE$ac_delim
-> AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
-> CCDEPMODE!$CCDEPMODE$ac_delim
-> am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
-> am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
-> CPP!$CPP$ac_delim
-> CXX!$CXX$ac_delim
-> CXXFLAGS!$CXXFLAGS$ac_delim
-> ac_ct_CXX!$ac_ct_CXX$ac_delim
-> _ACEOF
->
-> if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
-> break
-> elif $ac_last_try; then
-> { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
-> echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
-> { (exit 1); exit 1; }; }
-> else
-> ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
-37570c40255,40418
-< fi # test -n "$CONFIG_FILES"
----
-> done
->
-> ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
-> if test -n "$ac_eof"; then
-> ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
-> ac_eof=`expr $ac_eof + 1`
-> fi
->
-> cat >>$CONFIG_STATUS <<_ACEOF
-> cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
-> /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-> _ACEOF
-> sed '
-> s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
-> s/^/s,@/; s/!/@,|#_!!_#|/
-> :n
-> t n
-> s/'"$ac_delim"'$/,g/; t
-> s/$/\\/; p
-> N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
-> ' >>$CONFIG_STATUS <conf$$subs.sed
-> rm -f conf$$subs.sed
-> cat >>$CONFIG_STATUS <<_ACEOF
-> CEOF$ac_eof
-> _ACEOF
->
->
-> ac_delim='%!_!# '
-> for ac_last_try in false false false false false :; do
-> cat >conf$$subs.sed <<_ACEOF
-> CXXDEPMODE!$CXXDEPMODE$ac_delim
-> am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
-> am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
-> WOVERLOADED_VIRTUAL!$WOVERLOADED_VIRTUAL$ac_delim
-> HAVE_GCC_VISIBILITY!$HAVE_GCC_VISIBILITY$ac_delim
-> unsermake_enable_pch_TRUE!$unsermake_enable_pch_TRUE$ac_delim
-> unsermake_enable_pch_FALSE!$unsermake_enable_pch_FALSE$ac_delim
-> USE_EXCEPTIONS!$USE_EXCEPTIONS$ac_delim
-> USE_RTTI!$USE_RTTI$ac_delim
-> CXXCPP!$CXXCPP$ac_delim
-> NOOPT_CXXFLAGS!$NOOPT_CXXFLAGS$ac_delim
-> NOOPT_CFLAGS!$NOOPT_CFLAGS$ac_delim
-> ENABLE_PERMISSIVE_FLAG!$ENABLE_PERMISSIVE_FLAG$ac_delim
-> LDFLAGS_AS_NEEDED!$LDFLAGS_AS_NEEDED$ac_delim
-> LDFLAGS_NEW_DTAGS!$LDFLAGS_NEW_DTAGS$ac_delim
-> KDE_USE_FINAL_TRUE!$KDE_USE_FINAL_TRUE$ac_delim
-> KDE_USE_FINAL_FALSE!$KDE_USE_FINAL_FALSE$ac_delim
-> KDE_USE_CLOSURE_TRUE!$KDE_USE_CLOSURE_TRUE$ac_delim
-> KDE_USE_CLOSURE_FALSE!$KDE_USE_CLOSURE_FALSE$ac_delim
-> KDE_NO_UNDEFINED!$KDE_NO_UNDEFINED$ac_delim
-> KDE_USE_NMCHECK_TRUE!$KDE_USE_NMCHECK_TRUE$ac_delim
-> KDE_USE_NMCHECK_FALSE!$KDE_USE_NMCHECK_FALSE$ac_delim
-> GREP!$GREP$ac_delim
-> EGREP!$EGREP$ac_delim
-> LN_S!$LN_S$ac_delim
-> ECHO!$ECHO$ac_delim
-> AR!$AR$ac_delim
-> RANLIB!$RANLIB$ac_delim
-> F77!$F77$ac_delim
-> FFLAGS!$FFLAGS$ac_delim
-> ac_ct_F77!$ac_ct_F77$ac_delim
-> LIBTOOL!$LIBTOOL$ac_delim
-> KDE_PLUGIN!$KDE_PLUGIN$ac_delim
-> KDE_CHECK_PLUGIN!$KDE_CHECK_PLUGIN$ac_delim
-> MSGFMT!$MSGFMT$ac_delim
-> GMSGFMT!$GMSGFMT$ac_delim
-> XGETTEXT!$XGETTEXT$ac_delim
-> LIBUTIL!$LIBUTIL$ac_delim
-> LIBCOMPAT!$LIBCOMPAT$ac_delim
-> LIBCRYPT!$LIBCRYPT$ac_delim
-> LIBRESOLV!$LIBRESOLV$ac_delim
-> LIB_POLL!$LIB_POLL$ac_delim
-> FRAMEWORK_COREAUDIO!$FRAMEWORK_COREAUDIO$ac_delim
-> LIBSOCKET!$LIBSOCKET$ac_delim
-> X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
-> LIBUCB!$LIBUCB$ac_delim
-> LIBDL!$LIBDL$ac_delim
-> KDE_USE_FPIE!$KDE_USE_FPIE$ac_delim
-> KDE_USE_PIE!$KDE_USE_PIE$ac_delim
-> include_x11_TRUE!$include_x11_TRUE$ac_delim
-> include_x11_FALSE!$include_x11_FALSE$ac_delim
-> XMKMF!$XMKMF$ac_delim
-> X_PRE_LIBS!$X_PRE_LIBS$ac_delim
-> LIB_X11!$LIB_X11$ac_delim
-> LIB_XRENDER!$LIB_XRENDER$ac_delim
-> LIBSM!$LIBSM$ac_delim
-> X_INCLUDES!$X_INCLUDES$ac_delim
-> X_LDFLAGS!$X_LDFLAGS$ac_delim
-> x_includes!$x_includes$ac_delim
-> x_libraries!$x_libraries$ac_delim
-> QTE_NORTTI!$QTE_NORTTI$ac_delim
-> LIB_XEXT!$LIB_XEXT$ac_delim
-> LIBPTHREAD!$LIBPTHREAD$ac_delim
-> USE_THREADS!$USE_THREADS$ac_delim
-> KDE_MT_LDFLAGS!$KDE_MT_LDFLAGS$ac_delim
-> KDE_MT_LIBS!$KDE_MT_LIBS$ac_delim
-> USER_INCLUDES!$USER_INCLUDES$ac_delim
-> USER_LDFLAGS!$USER_LDFLAGS$ac_delim
-> LIBZ!$LIBZ$ac_delim
-> LIBPNG!$LIBPNG$ac_delim
-> LIBJPEG!$LIBJPEG$ac_delim
-> qt_libraries!$qt_libraries$ac_delim
-> qt_includes!$qt_includes$ac_delim
-> QT_INCLUDES!$QT_INCLUDES$ac_delim
-> QT_LDFLAGS!$QT_LDFLAGS$ac_delim
-> PERL!$PERL$ac_delim
-> MOC!$MOC$ac_delim
-> UIC!$UIC$ac_delim
-> UIC_TR!$UIC_TR$ac_delim
-> LIB_QT!$LIB_QT$ac_delim
-> LIB_QPE!$LIB_QPE$ac_delim
-> kde_qtver!$kde_qtver$ac_delim
-> KDE_EXTRA_RPATH!$KDE_EXTRA_RPATH$ac_delim
-> KDE_RPATH!$KDE_RPATH$ac_delim
-> X_RPATH!$X_RPATH$ac_delim
-> kde_libraries!$kde_libraries$ac_delim
-> kde_includes!$kde_includes$ac_delim
-> KDE_LDFLAGS!$KDE_LDFLAGS$ac_delim
-> KDE_INCLUDES!$KDE_INCLUDES$ac_delim
-> all_includes!$all_includes$ac_delim
-> all_libraries!$all_libraries$ac_delim
-> AUTODIRS!$AUTODIRS$ac_delim
-> include_ARTS_TRUE!$include_ARTS_TRUE$ac_delim
-> include_ARTS_FALSE!$include_ARTS_FALSE$ac_delim
-> MAKEKDEWIDGETS!$MAKEKDEWIDGETS$ac_delim
-> KCONFIG_COMPILER!$KCONFIG_COMPILER$ac_delim
-> KCFG_DEPENDENCIES!$KCFG_DEPENDENCIES$ac_delim
-> _ACEOF
->
-> if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
-> break
-> elif $ac_last_try; then
-> { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
-> echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
-> { (exit 1); exit 1; }; }
-> else
-> ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
-> fi
-> done
->
-> ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
-> if test -n "$ac_eof"; then
-> ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
-> ac_eof=`expr $ac_eof + 1`
-> fi
->
-> cat >>$CONFIG_STATUS <<_ACEOF
-> cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
-> /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-> _ACEOF
-> sed '
-> s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
-> s/^/s,@/; s/!/@,|#_!!_#|/
-> :n
-> t n
-> s/'"$ac_delim"'$/,g/; t
-> s/$/\\/; p
-> N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
-> ' >>$CONFIG_STATUS <conf$$subs.sed
-> rm -f conf$$subs.sed
-> cat >>$CONFIG_STATUS <<_ACEOF
-> CEOF$ac_eof
-> _ACEOF
->
-37571a40420,40519
-> ac_delim='%!_!# '
-> for ac_last_try in false false false false false :; do
-> cat >conf$$subs.sed <<_ACEOF
-> DCOPIDLNG!$DCOPIDLNG$ac_delim
-> DCOPIDL!$DCOPIDL$ac_delim
-> DCOPIDL2CPP!$DCOPIDL2CPP$ac_delim
-> DCOP_DEPENDENCIES!$DCOP_DEPENDENCIES$ac_delim
-> MCOPIDL!$MCOPIDL$ac_delim
-> ARTSCCONFIG!$ARTSCCONFIG$ac_delim
-> MEINPROC!$MEINPROC$ac_delim
-> KDE_XSL_STYLESHEET!$KDE_XSL_STYLESHEET$ac_delim
-> XMLLINT!$XMLLINT$ac_delim
-> kde_htmldir!$kde_htmldir$ac_delim
-> kde_appsdir!$kde_appsdir$ac_delim
-> kde_icondir!$kde_icondir$ac_delim
-> kde_sounddir!$kde_sounddir$ac_delim
-> kde_datadir!$kde_datadir$ac_delim
-> kde_locale!$kde_locale$ac_delim
-> kde_confdir!$kde_confdir$ac_delim
-> kde_kcfgdir!$kde_kcfgdir$ac_delim
-> kde_mimedir!$kde_mimedir$ac_delim
-> kde_wallpaperdir!$kde_wallpaperdir$ac_delim
-> kde_bindir!$kde_bindir$ac_delim
-> xdg_appsdir!$xdg_appsdir$ac_delim
-> xdg_menudir!$xdg_menudir$ac_delim
-> xdg_directorydir!$xdg_directorydir$ac_delim
-> kde_templatesdir!$kde_templatesdir$ac_delim
-> kde_servicesdir!$kde_servicesdir$ac_delim
-> kde_servicetypesdir!$kde_servicetypesdir$ac_delim
-> kde_moduledir!$kde_moduledir$ac_delim
-> kdeinitdir!$kdeinitdir$ac_delim
-> kde_styledir!$kde_styledir$ac_delim
-> kde_widgetdir!$kde_widgetdir$ac_delim
-> LIB_KDED!$LIB_KDED$ac_delim
-> LIB_KDECORE!$LIB_KDECORE$ac_delim
-> LIB_KDEUI!$LIB_KDEUI$ac_delim
-> LIB_KIO!$LIB_KIO$ac_delim
-> LIB_KJS!$LIB_KJS$ac_delim
-> LIB_SMB!$LIB_SMB$ac_delim
-> LIB_KAB!$LIB_KAB$ac_delim
-> LIB_KABC!$LIB_KABC$ac_delim
-> LIB_KHTML!$LIB_KHTML$ac_delim
-> LIB_KSPELL!$LIB_KSPELL$ac_delim
-> LIB_KPARTS!$LIB_KPARTS$ac_delim
-> LIB_KDEPRINT!$LIB_KDEPRINT$ac_delim
-> LIB_KUTILS!$LIB_KUTILS$ac_delim
-> LIB_KDEPIM!$LIB_KDEPIM$ac_delim
-> LIB_KIMPROXY!$LIB_KIMPROXY$ac_delim
-> LIB_KNEWSTUFF!$LIB_KNEWSTUFF$ac_delim
-> LIB_KDNSSD!$LIB_KDNSSD$ac_delim
-> LIB_KUNITTEST!$LIB_KUNITTEST$ac_delim
-> LIB_KSYCOCA!$LIB_KSYCOCA$ac_delim
-> LIB_KFILE!$LIB_KFILE$ac_delim
-> LIB_KFM!$LIB_KFM$ac_delim
-> KTTS_KSPEECH_DIR!$KTTS_KSPEECH_DIR$ac_delim
-> KTTS_KSPEECH_INCLUDE!$KTTS_KSPEECH_INCLUDE$ac_delim
-> KTTS_INTERFACES_DIR!$KTTS_INTERFACES_DIR$ac_delim
-> include_ksayit_audio_plugins_TRUE!$include_ksayit_audio_plugins_TRUE$ac_delim
-> include_ksayit_audio_plugins_FALSE!$include_ksayit_audio_plugins_FALSE$ac_delim
-> PKG_CONFIG!$PKG_CONFIG$ac_delim
-> GST_CFLAGS!$GST_CFLAGS$ac_delim
-> GST_LIBS!$GST_LIBS$ac_delim
-> LDADD_GST!$LDADD_GST$ac_delim
-> LDFLAGS_GST!$LDFLAGS_GST$ac_delim
-> include_kttsd_gstplayer_TRUE!$include_kttsd_gstplayer_TRUE$ac_delim
-> include_kttsd_gstplayer_FALSE!$include_kttsd_gstplayer_FALSE$ac_delim
-> include_kttsd_artsplayer_TRUE!$include_kttsd_artsplayer_TRUE$ac_delim
-> include_kttsd_artsplayer_FALSE!$include_kttsd_artsplayer_FALSE$ac_delim
-> LIBASOUND!$LIBASOUND$ac_delim
-> ARTS_LIBASOUND!$ARTS_LIBASOUND$ac_delim
-> include_kttsd_alsaplayer_TRUE!$include_kttsd_alsaplayer_TRUE$ac_delim
-> include_kttsd_alsaplayer_FALSE!$include_kttsd_alsaplayer_FALSE$ac_delim
-> AKODE_CONFIG!$AKODE_CONFIG$ac_delim
-> akode_includes!$akode_includes$ac_delim
-> akode_libs!$akode_libs$ac_delim
-> include_kttsd_akodeplayer_TRUE!$include_kttsd_akodeplayer_TRUE$ac_delim
-> include_kttsd_akodeplayer_FALSE!$include_kttsd_akodeplayer_FALSE$ac_delim
-> KTTS_ICONS_DIR!$KTTS_ICONS_DIR$ac_delim
-> include_kttsd_command_TRUE!$include_kttsd_command_TRUE$ac_delim
-> include_kttsd_command_FALSE!$include_kttsd_command_FALSE$ac_delim
-> epos_bindir!$epos_bindir$ac_delim
-> include_kttsd_epos_TRUE!$include_kttsd_epos_TRUE$ac_delim
-> include_kttsd_epos_FALSE!$include_kttsd_epos_FALSE$ac_delim
-> festival_bindir!$festival_bindir$ac_delim
-> include_kttsd_festivalint_TRUE!$include_kttsd_festivalint_TRUE$ac_delim
-> include_kttsd_festivalint_FALSE!$include_kttsd_festivalint_FALSE$ac_delim
-> flite_bindir!$flite_bindir$ac_delim
-> include_kttsd_flite_TRUE!$include_kttsd_flite_TRUE$ac_delim
-> include_kttsd_flite_FALSE!$include_kttsd_flite_FALSE$ac_delim
-> freetts_bindir!$freetts_bindir$ac_delim
-> include_kttsd_freetts_TRUE!$include_kttsd_freetts_TRUE$ac_delim
-> include_kttsd_freetts_FALSE!$include_kttsd_freetts_FALSE$ac_delim
-> hadifix_mbrola_bin!$hadifix_mbrola_bin$ac_delim
-> hadifix_txt2pho_bin!$hadifix_txt2pho_bin$ac_delim
-> include_kttsd_hadifix_TRUE!$include_kttsd_hadifix_TRUE$ac_delim
-> include_kttsd_hadifix_FALSE!$include_kttsd_hadifix_FALSE$ac_delim
-> TOPSUBDIRS!$TOPSUBDIRS$ac_delim
-> IconThemes_SUBDIR_included_TRUE!$IconThemes_SUBDIR_included_TRUE$ac_delim
-> IconThemes_SUBDIR_included_FALSE!$IconThemes_SUBDIR_included_FALSE$ac_delim
-> doc_SUBDIR_included_TRUE!$doc_SUBDIR_included_TRUE$ac_delim
-37572a40521,40630
->
-> if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
-> break
-> elif $ac_last_try; then
-> { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
-> echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
-> { (exit 1); exit 1; }; }
-> else
-> ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
-> fi
-> done
->
-> ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
-> if test -n "$ac_eof"; then
-> ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
-> ac_eof=`expr $ac_eof + 1`
-> fi
->
-> cat >>$CONFIG_STATUS <<_ACEOF
-> cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
-> /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-> _ACEOF
-> sed '
-> s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
-> s/^/s,@/; s/!/@,|#_!!_#|/
-> :n
-> t n
-> s/'"$ac_delim"'$/,g/; t
-> s/$/\\/; p
-> N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
-> ' >>$CONFIG_STATUS <conf$$subs.sed
-> rm -f conf$$subs.sed
-> cat >>$CONFIG_STATUS <<_ACEOF
-> CEOF$ac_eof
-> _ACEOF
->
->
-> ac_delim='%!_!# '
-> for ac_last_try in false false false false false :; do
-> cat >conf$$subs.sed <<_ACEOF
-> doc_SUBDIR_included_FALSE!$doc_SUBDIR_included_FALSE$ac_delim
-> kbstateapplet_SUBDIR_included_TRUE!$kbstateapplet_SUBDIR_included_TRUE$ac_delim
-> kbstateapplet_SUBDIR_included_FALSE!$kbstateapplet_SUBDIR_included_FALSE$ac_delim
-> kmag_SUBDIR_included_TRUE!$kmag_SUBDIR_included_TRUE$ac_delim
-> kmag_SUBDIR_included_FALSE!$kmag_SUBDIR_included_FALSE$ac_delim
-> kmousetool_SUBDIR_included_TRUE!$kmousetool_SUBDIR_included_TRUE$ac_delim
-> kmousetool_SUBDIR_included_FALSE!$kmousetool_SUBDIR_included_FALSE$ac_delim
-> kmouth_SUBDIR_included_TRUE!$kmouth_SUBDIR_included_TRUE$ac_delim
-> kmouth_SUBDIR_included_FALSE!$kmouth_SUBDIR_included_FALSE$ac_delim
-> ksayit_SUBDIR_included_TRUE!$ksayit_SUBDIR_included_TRUE$ac_delim
-> ksayit_SUBDIR_included_FALSE!$ksayit_SUBDIR_included_FALSE$ac_delim
-> kttsd_SUBDIR_included_TRUE!$kttsd_SUBDIR_included_TRUE$ac_delim
-> kttsd_SUBDIR_included_FALSE!$kttsd_SUBDIR_included_FALSE$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` = 15; then
-> break
-> elif $ac_last_try; then
-> { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
-> echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
-> { (exit 1); exit 1; }; }
-> else
-> ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
-> fi
-> done
->
-> ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
-> if test -n "$ac_eof"; then
-> ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
-> ac_eof=`expr $ac_eof + 1`
-> fi
->
-> cat >>$CONFIG_STATUS <<_ACEOF
-> cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof
-> /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
-> _ACEOF
-> sed '
-> s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
-> s/^/s,@/; s/!/@,|#_!!_#|/
-> :n
-> t n
-> s/'"$ac_delim"'$/,g/; t
-> s/$/\\/; p
-> N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
-> ' >>$CONFIG_STATUS <conf$$subs.sed
-> rm -f conf$$subs.sed
-> cat >>$CONFIG_STATUS <<_ACEOF
-> :end
-> s/|#_!!_#|//g
-> CEOF$ac_eof
-> _ACEOF
->
->
-> # VPATH may cause trouble with some makes, so we remove $(srcdir),
-> # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
-> # trailing colons and then remove the whole line if VPATH becomes empty
-> # (actually we leave an empty line to preserve line numbers).
-> if test "x$srcdir" = x.; then
-> ac_vpsub='/^[ ]*VPATH[ ]*=/{
-> s/:*\$(srcdir):*/:/
-> s/:*\${srcdir}:*/:/
-> s/:*@srcdir@:*/:/
-> s/^\([^=]*=[ ]*\):*/\1/
-> s/:*$//
-> s/^[^=]*=[ ]*$//
-> }'
-> fi
->
-37574,37583c40632,40693
-< for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
-< # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
-< case $ac_file in
-< - | *:- | *:-:* ) # input from stdin
-< cat >$tmp/stdin
-< ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
-< ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
-< *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
-< ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
-< * ) ac_file_in=$ac_file.in ;;
----
-> fi # test -n "$CONFIG_FILES"
->
->
-> for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
-> do
-> case $ac_tag in
-> :[FHLC]) ac_mode=$ac_tag; continue;;
-> esac
-> case $ac_mode$ac_tag in
-> :[FHL]*:*);;
-> :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
-> echo "$as_me: error: Invalid tag $ac_tag." >&2;}
-> { (exit 1); exit 1; }; };;
-> :[FH]-) ac_tag=-:-;;
-> :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
-> esac
-> ac_save_IFS=$IFS
-> IFS=:
-> set x $ac_tag
-> IFS=$ac_save_IFS
-> shift
-> ac_file=$1
-> shift
->
-> case $ac_mode in
-> :L) ac_source=$1;;
-> :[FH])
-> ac_file_inputs=
-> for ac_f
-> do
-> case $ac_f in
-> -) ac_f="$tmp/stdin";;
-> *) # Look for the file first in the build tree, then in the source tree
-> # (if the path is not absolute). The absolute path cannot be DOS-style,
-> # because $ac_f cannot contain `:'.
-> test -f "$ac_f" ||
-> case $ac_f in
-> [\\/$]*) false;;
-> *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
-> esac ||
-> { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
-> echo "$as_me: error: cannot find input file: $ac_f" >&2;}
-> { (exit 1); exit 1; }; };;
-> esac
-> ac_file_inputs="$ac_file_inputs $ac_f"
-> done
->
-> # Let's still pretend it is `configure' which instantiates (i.e., don't
-> # use $as_me), people would be surprised to read:
-> # /* config.h. Generated by config.status. */
-> configure_input="Generated from "`IFS=:
-> echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
-> if test x"$ac_file" != x-; then
-> configure_input="$ac_file. $configure_input"
-> { echo "$as_me:$LINENO: creating $ac_file" >&5
-> echo "$as_me: creating $ac_file" >&6;}
-> fi
->
-> case $ac_tag in
-> *:-:* | *:-) cat >"$tmp/stdin";;
-> esac
-> ;;
-37586,37587c40696
-< # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
-< ac_dir=`(dirname "$ac_file") 2>/dev/null ||
----
-> ac_dir=`$as_dirname -- "$ac_file" ||
-37591,37592c40700
-< X"$ac_file" : 'X\(/\)' \| \
-< . : '\(.\)' 2>/dev/null ||
----
-> X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
-37594,37602c40702,40723
-< sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-< /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-< /^X\(\/\/\)$/{ s//\1/; q; }
-< /^X\(\/\).*/{ s//\1/; q; }
-< s/.*/./; q'`
-< { if $as_mkdir_p; then
-< mkdir -p "$ac_dir"
-< else
-< as_dir="$ac_dir"
----
-> sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-> s//\1/
-> q
-> }
-> /^X\(\/\/\)[^/].*/{
-> s//\1/
-> q
-> }
-> /^X\(\/\/\)$/{
-> s//\1/
-> q
-> }
-> /^X\(\/\).*/{
-> s//\1/
-> q
-> }
-> s/.*/./; q'`
-> { as_dir="$ac_dir"
-> case $as_dir in #(
-> -*) as_dir=./$as_dir;;
-> esac
-> test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
-37604,37606c40725,40731
-< while test ! -d "$as_dir"; do
-< as_dirs="$as_dir $as_dirs"
-< as_dir=`(dirname "$as_dir") 2>/dev/null ||
----
-> while :; do
-> case $as_dir in #(
-> *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
-> *) as_qdir=$as_dir;;
-> esac
-> as_dirs="'$as_qdir' $as_dirs"
-> as_dir=`$as_dirname -- "$as_dir" ||
-37610,37611c40735
-< X"$as_dir" : 'X\(/\)' \| \
-< . : '\(.\)' 2>/dev/null ||
----
-> X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-37613,37617c40737,40754
-< sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-< /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-< /^X\(\/\/\)$/{ s//\1/; q; }
-< /^X\(\/\).*/{ s//\1/; q; }
-< s/.*/./; q'`
----
-> sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-> s//\1/
-> q
-> }
-> /^X\(\/\/\)[^/].*/{
-> s//\1/
-> q
-> }
-> /^X\(\/\/\)$/{
-> s//\1/
-> q
-> }
-> /^X\(\/\).*/{
-> s//\1/
-> q
-> }
-> s/.*/./; q'`
-> test -d "$as_dir" && break
-37619,37621c40756,40758
-< test ! -n "$as_dirs" || mkdir $as_dirs
-< fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
-< echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
----
-> test -z "$as_dirs" || eval "mkdir $as_dirs"
-> } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
-> echo "$as_me: error: cannot create directory $as_dir" >&2;}
-37623d40759
-<
-37626c40762,40764
-< if test "$ac_dir" != .; then
----
-> case "$ac_dir" in
-> .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-> *)
-37628,37632c40766,40776
-< # A "../" for each directory in $ac_dir_suffix.
-< ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
-< else
-< ac_dir_suffix= ac_top_builddir=
-< fi
----
-> # A ".." for each directory in $ac_dir_suffix.
-> ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
-> case $ac_top_builddir_sub in
-> "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
-> *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
-> esac ;;
-> esac
-> ac_abs_top_builddir=$ac_pwd
-> ac_abs_builddir=$ac_pwd$ac_dir_suffix
-> # for backward compatibility:
-> ac_top_builddir=$ac_top_build_prefix
-37635c40779
-< .) # No --srcdir option. We are building in place.
----
-> .) # We are building in place.
-37637,37642c40781,40783
-< if test -z "$ac_top_builddir"; then
-< ac_top_srcdir=.
-< else
-< ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
-< fi ;;
-< [\\/]* | ?:[\\/]* ) # Absolute path.
----
-> ac_top_srcdir=$ac_top_builddir_sub
-> ac_abs_top_srcdir=$ac_pwd ;;
-> [\\/]* | ?:[\\/]* ) # Absolute name.
-37644,37647c40785,40790
-< ac_top_srcdir=$srcdir ;;
-< *) # Relative path.
-< ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
-< ac_top_srcdir=$ac_top_builddir$srcdir ;;
----
-> ac_top_srcdir=$srcdir
-> ac_abs_top_srcdir=$srcdir ;;
-> *) # Relative name.
-> ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
-> ac_top_srcdir=$ac_top_build_prefix$srcdir
-> ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
-37648a40792
-> ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
-37650,37687d40793
-< # Do not use `cd foo && pwd` to compute absolute paths, because
-< # the directories may not exist.
-< case `pwd` in
-< .) ac_abs_builddir="$ac_dir";;
-< *)
-< case "$ac_dir" in
-< .) ac_abs_builddir=`pwd`;;
-< [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
-< *) ac_abs_builddir=`pwd`/"$ac_dir";;
-< esac;;
-< esac
-< case $ac_abs_builddir in
-< .) ac_abs_top_builddir=${ac_top_builddir}.;;
-< *)
-< case ${ac_top_builddir}. in
-< .) ac_abs_top_builddir=$ac_abs_builddir;;
-< [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
-< *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
-< esac;;
-< esac
-< case $ac_abs_builddir in
-< .) ac_abs_srcdir=$ac_srcdir;;
-< *)
-< case $ac_srcdir in
-< .) ac_abs_srcdir=$ac_abs_builddir;;
-< [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
-< *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
-< esac;;
-< esac
-< case $ac_abs_builddir in
-< .) ac_abs_top_srcdir=$ac_top_srcdir;;
-< *)
-< case $ac_top_srcdir in
-< .) ac_abs_top_srcdir=$ac_abs_builddir;;
-< [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
-< *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
-< esac;;
-< esac
-37688a40795,40799
-> case $ac_mode in
-> :F)
-> #
-> # CONFIG_FILE
-> #
-37692c40803
-< *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
----
-> *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
-37693a40805
-> _ACEOF
-37695,37737c40807,40835
-< if test x"$ac_file" != x-; then
-< { echo "$as_me:$LINENO: creating $ac_file" >&5
-< echo "$as_me: creating $ac_file" >&6;}
-< rm -f "$ac_file"
-< fi
-< # Let's still pretend it is `configure' which instantiates (i.e., don't
-< # use $as_me), people would be surprised to read:
-< # /* config.h. Generated by config.status. */
-< if test x"$ac_file" = x-; then
-< configure_input=
-< else
-< configure_input="$ac_file. "
-< fi
-< configure_input=$configure_input"Generated from `echo $ac_file_in |
-< sed 's,.*/,,'` by configure."
-<
-< # First look for the input files in the build tree, otherwise in the
-< # src tree.
-< ac_file_inputs=`IFS=:
-< for f in $ac_file_in; do
-< case $f in
-< -) echo $tmp/stdin ;;
-< [\\/$]*)
-< # Absolute (can't be DOS-style, as IFS=:)
-< test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
-< echo "$as_me: error: cannot find input file: $f" >&2;}
-< { (exit 1); exit 1; }; }
-< echo "$f";;
-< *) # Relative
-< if test -f "$f"; then
-< # Build tree
-< echo "$f"
-< elif test -f "$srcdir/$f"; then
-< # Source tree
-< echo "$srcdir/$f"
-< else
-< # /dev/null tree
-< { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
-< echo "$as_me: error: cannot find input file: $f" >&2;}
-< { (exit 1); exit 1; }; }
-< fi;;
-< esac
-< done` || { (exit 1); exit 1; }
----
-> cat >>$CONFIG_STATUS <<\_ACEOF
-> # If the template does not know about datarootdir, expand it.
-> # FIXME: This hack should be removed a few years after 2.60.
-> ac_datarootdir_hack=; ac_datarootdir_seen=
->
-> case `sed -n '/datarootdir/ {
-> p
-> q
-> }
-> /@datadir@/p
-> /@docdir@/p
-> /@infodir@/p
-> /@localedir@/p
-> /@mandir@/p
-> ' $ac_file_inputs` in
-> *datarootdir*) ac_datarootdir_seen=yes;;
-> *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
-> { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
-> echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
-> _ACEOF
-> cat >>$CONFIG_STATUS <<_ACEOF
-> ac_datarootdir_hack='
-> s&@datadir@&$datadir&g
-> s&@docdir@&$docdir&g
-> s&@infodir@&$infodir&g
-> s&@localedir@&$localedir&g
-> s&@mandir@&$mandir&g
-> s&\\\${datarootdir}&$datarootdir&g' ;;
-> esac
-37738a40837,40840
->
-> # Neutralize VPATH when `$srcdir' = `.'.
-> # Shell code in configure.ac might set extrasub.
-> # FIXME: do we really want to maintain this feature?
-37746,37767c40848,40866
-< s, at configure_input@,$configure_input,;t t
-< s, at srcdir@,$ac_srcdir,;t t
-< s, at abs_srcdir@,$ac_abs_srcdir,;t t
-< s, at top_srcdir@,$ac_top_srcdir,;t t
-< s, at abs_top_srcdir@,$ac_abs_top_srcdir,;t t
-< s, at builddir@,$ac_builddir,;t t
-< s, at abs_builddir@,$ac_abs_builddir,;t t
-< s, at top_builddir@,$ac_top_builddir,;t t
-< s, at abs_top_builddir@,$ac_abs_top_builddir,;t t
-< s, at INSTALL@,$ac_INSTALL,;t t
-< " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
-< rm -f $tmp/stdin
-< if test x"$ac_file" != x-; then
-< mv $tmp/out $ac_file
-< else
-< cat $tmp/out
-< rm -f $tmp/out
-< fi
-<
-< done
-< _ACEOF
-< cat >>$CONFIG_STATUS <<\_ACEOF
----
-> s&@configure_input@&$configure_input&;t t
-> s&@top_builddir@&$ac_top_builddir_sub&;t t
-> s&@srcdir@&$ac_srcdir&;t t
-> s&@abs_srcdir@&$ac_abs_srcdir&;t t
-> s&@top_srcdir@&$ac_top_srcdir&;t t
-> s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
-> s&@builddir@&$ac_builddir&;t t
-> s&@abs_builddir@&$ac_abs_builddir&;t t
-> s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
-> s&@INSTALL@&$ac_INSTALL&;t t
-> $ac_datarootdir_hack
-> " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" | sed -f "$tmp/subs-4.sed" >$tmp/out
->
-> test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
-> { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
-> { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-> which seems to be undefined. Please make sure it is defined." >&5
-> echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-> which seems to be undefined. Please make sure it is defined." >&2;}
-37769,37788c40868
-< #
-< # CONFIG_HEADER section.
-< #
-<
-< # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
-< # NAME is the cpp macro being defined and VALUE is the value it is being given.
-< #
-< # ac_d sets the value in "#define NAME VALUE" lines.
-< ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
-< ac_dB='[ ].*$,\1#\2'
-< ac_dC=' '
-< ac_dD=',;t'
-< # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
-< ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
-< ac_uB='$,\1#\2define\3'
-< ac_uC=' '
-< ac_uD=',;t'
-<
-< for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
-< # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
----
-> rm -f "$tmp/stdin"
-37790,37796c40870,40871
-< - | *:- | *:-:* ) # input from stdin
-< cat >$tmp/stdin
-< ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
-< ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
-< *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
-< ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
-< * ) ac_file_in=$ac_file.in ;;
----
-> -) cat "$tmp/out"; rm -f "$tmp/out";;
-> *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
-37798,37832c40873,40877
-<
-< test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
-< echo "$as_me: creating $ac_file" >&6;}
-<
-< # First look for the input files in the build tree, otherwise in the
-< # src tree.
-< ac_file_inputs=`IFS=:
-< for f in $ac_file_in; do
-< case $f in
-< -) echo $tmp/stdin ;;
-< [\\/$]*)
-< # Absolute (can't be DOS-style, as IFS=:)
-< test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
-< echo "$as_me: error: cannot find input file: $f" >&2;}
-< { (exit 1); exit 1; }; }
-< # Do quote $f, to prevent DOS paths from being IFS'd.
-< echo "$f";;
-< *) # Relative
-< if test -f "$f"; then
-< # Build tree
-< echo "$f"
-< elif test -f "$srcdir/$f"; then
-< # Source tree
-< echo "$srcdir/$f"
-< else
-< # /dev/null tree
-< { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
-< echo "$as_me: error: cannot find input file: $f" >&2;}
-< { (exit 1); exit 1; }; }
-< fi;;
-< esac
-< done` || { (exit 1); exit 1; }
-< # Remove the trailing spaces.
-< sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
-<
----
-> ;;
-> :H)
-> #
-> # CONFIG_HEADER
-> #
-37835,37864c40880,40898
-< # Transform confdefs.h into two sed scripts, `conftest.defines' and
-< # `conftest.undefs', that substitutes the proper values into
-< # config.h.in to produce config.h. The first handles `#define'
-< # templates, and the second `#undef' templates.
-< # And first: Protect against being on the right side of a sed subst in
-< # config.status. Protect against being in an unquoted here document
-< # in config.status.
-< rm -f conftest.defines conftest.undefs
-< # Using a here document instead of a string reduces the quoting nightmare.
-< # Putting comments in sed scripts is not portable.
-< #
-< # `end' is used to avoid that the second main sed command (meant for
-< # 0-ary CPP macros) applies to n-ary macro definitions.
-< # See the Autoconf documentation for `clear'.
-< cat >confdef2sed.sed <<\_ACEOF
-< s/[\\&,]/\\&/g
-< s,[\\$`],\\&,g
-< t clear
-< : clear
-< s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
-< t end
-< s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
-< : end
-< _ACEOF
-< # If some macros were called several times there might be several times
-< # the same #defines, which is useless. Nevertheless, we may not want to
-< # sort them, since we want the *last* AC-DEFINE to be honored.
-< uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
-< sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
-< rm -f confdef2sed.sed
----
-> # Transform confdefs.h into a sed script `conftest.defines', that
-> # substitutes the proper values into config.h.in to produce config.h.
-> rm -f conftest.defines conftest.tail
-> # First, append a space to every undef/define line, to ease matching.
-> echo 's/$/ /' >conftest.defines
-> # Then, protect against being on the right side of a sed subst, or in
-> # an unquoted here document, in config.status. If some macros were
-> # called several times there might be several #defines for the same
-> # symbol, which is useless. But do not sort them, since the last
-> # AC_DEFINE must be honored.
-> ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
-> # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
-> # NAME is the cpp macro being defined, VALUE is the value it is being given.
-> # PARAMS is the parameter list in the macro definition--in most cases, it's
-> # just an empty string.
-> ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
-> ac_dB='\\)[ (].*,\\1define\\2'
-> ac_dC=' '
-> ac_dD=' ,'
-37866c40900,40914
-< # This sed command replaces #undef with comments. This is necessary, for
----
-> uniq confdefs.h |
-> sed -n '
-> t rset
-> :rset
-> s/^[ ]*#[ ]*define[ ][ ]*//
-> t ok
-> d
-> :ok
-> s/[\\&,]/\\&/g
-> s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
-> s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
-> ' >>conftest.defines
->
-> # Remove the space that was appended to ease matching.
-> # Then replace #undef with comments. This is necessary, for
-37869,37871c40917,40930
-< cat >>conftest.undefs <<\_ACEOF
-< s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
-< _ACEOF
----
-> # (The regexp can be short, since the line contains either #define or #undef.)
-> echo 's/ $//
-> s,^[ #]*u.*,/* & */,' >>conftest.defines
->
-> # Break up conftest.defines:
-> ac_max_sed_lines=50
->
-> # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
-> # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
-> # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
-> # et cetera.
-> ac_in='$ac_file_inputs'
-> ac_out='"$tmp/out1"'
-> ac_nxt='"$tmp/out2"'
-37873,37880c40932
-< # Break up conftest.defines because some shells have a limit on the size
-< # of here documents, and old seds have small limits too (100 cmds).
-< echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
-< echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
-< echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
-< echo ' :' >>$CONFIG_STATUS
-< rm -f conftest.tail
-< while grep . conftest.defines >/dev/null
----
-> while :
-37882,37889c40934,40943
-< # Write a limited-size here document to $tmp/defines.sed.
-< echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
-< # Speed up: don't consider the non `#define' lines.
-< echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
-< # Work around the forget-to-reset-the-flag bug.
-< echo 't clr' >>$CONFIG_STATUS
-< echo ': clr' >>$CONFIG_STATUS
-< sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
----
-> # Write a here document:
-> cat >>$CONFIG_STATUS <<_ACEOF
-> # First, check the format of the line:
-> cat >"\$tmp/defines.sed" <<\\CEOF
-> /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
-> /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
-> b
-> :def
-> _ACEOF
-> sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
-37891,37895c40945,40948
-< sed -f $tmp/defines.sed $tmp/in >$tmp/out
-< rm -f $tmp/in
-< mv $tmp/out $tmp/in
-< ' >>$CONFIG_STATUS
-< sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
----
-> sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
-> ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
-> sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
-> grep . conftest.tail >/dev/null || break
-37899,37926c40952
-< rm -f conftest.defines
-< echo ' fi # grep' >>$CONFIG_STATUS
-< echo >>$CONFIG_STATUS
-<
-< # Break up conftest.undefs because some shells have a limit on the size
-< # of here documents, and old seds have small limits too (100 cmds).
-< echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
-< rm -f conftest.tail
-< while grep . conftest.undefs >/dev/null
-< do
-< # Write a limited-size here document to $tmp/undefs.sed.
-< echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
-< # Speed up: don't consider the non `#undef'
-< echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
-< # Work around the forget-to-reset-the-flag bug.
-< echo 't clr' >>$CONFIG_STATUS
-< echo ': clr' >>$CONFIG_STATUS
-< sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
-< echo 'CEOF
-< sed -f $tmp/undefs.sed $tmp/in >$tmp/out
-< rm -f $tmp/in
-< mv $tmp/out $tmp/in
-< ' >>$CONFIG_STATUS
-< sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
-< rm -f conftest.undefs
-< mv conftest.tail conftest.undefs
-< done
-< rm -f conftest.undefs
----
-> rm -f conftest.defines conftest.tail
-37927a40954
-> echo "ac_result=$ac_in" >>$CONFIG_STATUS
-37929,37938d40955
-< # Let's still pretend it is `configure' which instantiates (i.e., don't
-< # use $as_me), people would be surprised to read:
-< # /* config.h. Generated by config.status. */
-< if test x"$ac_file" = x-; then
-< echo "/* Generated by configure. */" >$tmp/config.h
-< else
-< echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
-< fi
-< cat $tmp/in >>$tmp/config.h
-< rm -f $tmp/in
-37940c40957,40959
-< if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
----
-> echo "/* $configure_input */" >"$tmp/config.h"
-> cat "$ac_result" >>"$tmp/config.h"
-> if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
-37944,37980d40962
-< ac_dir=`(dirname "$ac_file") 2>/dev/null ||
-< $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-< X"$ac_file" : 'X\(//\)[^/]' \| \
-< X"$ac_file" : 'X\(//\)$' \| \
-< X"$ac_file" : 'X\(/\)' \| \
-< . : '\(.\)' 2>/dev/null ||
-< echo X"$ac_file" |
-< sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-< /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-< /^X\(\/\/\)$/{ s//\1/; q; }
-< /^X\(\/\).*/{ s//\1/; q; }
-< s/.*/./; q'`
-< { if $as_mkdir_p; then
-< mkdir -p "$ac_dir"
-< else
-< as_dir="$ac_dir"
-< as_dirs=
-< while test ! -d "$as_dir"; do
-< as_dirs="$as_dir $as_dirs"
-< as_dir=`(dirname "$as_dir") 2>/dev/null ||
-< $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-< X"$as_dir" : 'X\(//\)[^/]' \| \
-< X"$as_dir" : 'X\(//\)$' \| \
-< X"$as_dir" : 'X\(/\)' \| \
-< . : '\(.\)' 2>/dev/null ||
-< echo X"$as_dir" |
-< sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-< /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-< /^X\(\/\/\)$/{ s//\1/; q; }
-< /^X\(\/\).*/{ s//\1/; q; }
-< s/.*/./; q'`
-< done
-< test ! -n "$as_dirs" || mkdir $as_dirs
-< fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
-< echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
-< { (exit 1); exit 1; }; }; }
-<
-37982c40964
-< mv $tmp/config.h $ac_file
----
-> mv "$tmp/config.h" $ac_file
-37985,37986c40967,40968
-< cat $tmp/config.h
-< rm -f $tmp/config.h
----
-> echo "/* $configure_input */"
-> cat "$ac_result"
-37987a40970
-> rm -f "$tmp/out12"
-37998c40981
-< echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
----
-> echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
-38002,38003c40985
-< X$ac_file : 'X\(/\)' \| \
-< . : '\(.\)' 2>/dev/null ||
----
-> X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
-38005,38081c40987,41004
-< sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-< /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-< /^X\(\/\/\)$/{ s//\1/; q; }
-< /^X\(\/\).*/{ s//\1/; q; }
-< s/.*/./; q'`/stamp-h$_am_stamp_count
-< done
-< _ACEOF
-< cat >>$CONFIG_STATUS <<\_ACEOF
-<
-< #
-< # CONFIG_COMMANDS section.
-< #
-< for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
-< ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
-< ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
-< ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
-< $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-< X"$ac_dest" : 'X\(//\)[^/]' \| \
-< X"$ac_dest" : 'X\(//\)$' \| \
-< X"$ac_dest" : 'X\(/\)' \| \
-< . : '\(.\)' 2>/dev/null ||
-< echo X"$ac_dest" |
-< sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-< /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-< /^X\(\/\/\)$/{ s//\1/; q; }
-< /^X\(\/\).*/{ s//\1/; q; }
-< s/.*/./; q'`
-< { if $as_mkdir_p; then
-< mkdir -p "$ac_dir"
-< else
-< as_dir="$ac_dir"
-< as_dirs=
-< while test ! -d "$as_dir"; do
-< as_dirs="$as_dir $as_dirs"
-< as_dir=`(dirname "$as_dir") 2>/dev/null ||
-< $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-< X"$as_dir" : 'X\(//\)[^/]' \| \
-< X"$as_dir" : 'X\(//\)$' \| \
-< X"$as_dir" : 'X\(/\)' \| \
-< . : '\(.\)' 2>/dev/null ||
-< echo X"$as_dir" |
-< sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-< /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-< /^X\(\/\/\)$/{ s//\1/; q; }
-< /^X\(\/\).*/{ s//\1/; q; }
-< s/.*/./; q'`
-< done
-< test ! -n "$as_dirs" || mkdir $as_dirs
-< fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
-< echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
-< { (exit 1); exit 1; }; }; }
-<
-< ac_builddir=.
-<
-< if test "$ac_dir" != .; then
-< ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
-< # A "../" for each directory in $ac_dir_suffix.
-< ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
-< else
-< ac_dir_suffix= ac_top_builddir=
-< fi
-<
-< case $srcdir in
-< .) # No --srcdir option. We are building in place.
-< ac_srcdir=.
-< if test -z "$ac_top_builddir"; then
-< ac_top_srcdir=.
-< else
-< ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
-< fi ;;
-< [\\/]* | ?:[\\/]* ) # Absolute path.
-< ac_srcdir=$srcdir$ac_dir_suffix;
-< ac_top_srcdir=$srcdir ;;
-< *) # Relative path.
-< ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
-< ac_top_srcdir=$ac_top_builddir$srcdir ;;
-< esac
----
-> sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-> s//\1/
-> q
-> }
-> /^X\(\/\/\)[^/].*/{
-> s//\1/
-> q
-> }
-> /^X\(\/\/\)$/{
-> s//\1/
-> q
-> }
-> /^X\(\/\).*/{
-> s//\1/
-> q
-> }
-> s/.*/./; q'`/stamp-h$_am_stamp_count
-> ;;
-38083,38120c41006,41009
-< # Do not use `cd foo && pwd` to compute absolute paths, because
-< # the directories may not exist.
-< case `pwd` in
-< .) ac_abs_builddir="$ac_dir";;
-< *)
-< case "$ac_dir" in
-< .) ac_abs_builddir=`pwd`;;
-< [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
-< *) ac_abs_builddir=`pwd`/"$ac_dir";;
-< esac;;
-< esac
-< case $ac_abs_builddir in
-< .) ac_abs_top_builddir=${ac_top_builddir}.;;
-< *)
-< case ${ac_top_builddir}. in
-< .) ac_abs_top_builddir=$ac_abs_builddir;;
-< [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
-< *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
-< esac;;
-< esac
-< case $ac_abs_builddir in
-< .) ac_abs_srcdir=$ac_srcdir;;
-< *)
-< case $ac_srcdir in
-< .) ac_abs_srcdir=$ac_abs_builddir;;
-< [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
-< *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
-< esac;;
-< esac
-< case $ac_abs_builddir in
-< .) ac_abs_top_srcdir=$ac_top_srcdir;;
-< *)
-< case $ac_top_srcdir in
-< .) ac_abs_top_srcdir=$ac_abs_builddir;;
-< [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
-< *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
-< esac;;
-< esac
----
-> :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
-> echo "$as_me: executing $ac_file commands" >&6;}
-> ;;
-> esac
-38123,38126c41012,41013
-< { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
-< echo "$as_me: executing $ac_dest commands" >&6;}
-< case $ac_dest in
-< depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
----
-> case $ac_file$ac_mode in
-> "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
-38136c41023
-< dirpart=`(dirname "$mf") 2>/dev/null ||
----
-> dirpart=`$as_dirname -- "$mf" ||
-38140,38141c41027
-< X"$mf" : 'X\(/\)' \| \
-< . : '\(.\)' 2>/dev/null ||
----
-> X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
-38143,38147c41029,41045
-< sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-< /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-< /^X\(\/\/\)$/{ s//\1/; q; }
-< /^X\(\/\).*/{ s//\1/; q; }
-< s/.*/./; q'`
----
-> sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-> s//\1/
-> q
-> }
-> /^X\(\/\/\)[^/].*/{
-> s//\1/
-> q
-> }
-> /^X\(\/\/\)$/{
-> s//\1/
-> q
-> }
-> /^X\(\/\).*/{
-> s//\1/
-> q
-> }
-> s/.*/./; q'`
-38169c41067
-< fdir=`(dirname "$file") 2>/dev/null ||
----
-> fdir=`$as_dirname -- "$file" ||
-38173,38174c41071
-< X"$file" : 'X\(/\)' \| \
-< . : '\(.\)' 2>/dev/null ||
----
-> X"$file" : 'X\(/\)' \| . 2>/dev/null ||
-38176,38184c41073,41094
-< sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-< /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-< /^X\(\/\/\)$/{ s//\1/; q; }
-< /^X\(\/\).*/{ s//\1/; q; }
-< s/.*/./; q'`
-< { if $as_mkdir_p; then
-< mkdir -p $dirpart/$fdir
-< else
-< as_dir=$dirpart/$fdir
----
-> sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-> s//\1/
-> q
-> }
-> /^X\(\/\/\)[^/].*/{
-> s//\1/
-> q
-> }
-> /^X\(\/\/\)$/{
-> s//\1/
-> q
-> }
-> /^X\(\/\).*/{
-> s//\1/
-> q
-> }
-> s/.*/./; q'`
-> { as_dir=$dirpart/$fdir
-> case $as_dir in #(
-> -*) as_dir=./$as_dir;;
-> esac
-> test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
-38186,38188c41096,41102
-< while test ! -d "$as_dir"; do
-< as_dirs="$as_dir $as_dirs"
-< as_dir=`(dirname "$as_dir") 2>/dev/null ||
----
-> while :; do
-> case $as_dir in #(
-> *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
-> *) as_qdir=$as_dir;;
-> esac
-> as_dirs="'$as_qdir' $as_dirs"
-> as_dir=`$as_dirname -- "$as_dir" ||
-38192,38193c41106
-< X"$as_dir" : 'X\(/\)' \| \
-< . : '\(.\)' 2>/dev/null ||
----
-> X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-38195,38199c41108,41125
-< sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-< /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-< /^X\(\/\/\)$/{ s//\1/; q; }
-< /^X\(\/\).*/{ s//\1/; q; }
-< s/.*/./; q'`
----
-> sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-> s//\1/
-> q
-> }
-> /^X\(\/\/\)[^/].*/{
-> s//\1/
-> q
-> }
-> /^X\(\/\/\)$/{
-> s//\1/
-> q
-> }
-> /^X\(\/\).*/{
-> s//\1/
-> q
-> }
-> s/.*/./; q'`
-> test -d "$as_dir" && break
-38201,38203c41127,41129
-< test ! -n "$as_dirs" || mkdir $as_dirs
-< fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
-< echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
----
-> test -z "$as_dirs" || eval "mkdir $as_dirs"
-> } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
-> echo "$as_me: error: cannot create directory $as_dir" >&2;}
-38205d41130
-<
-38210a41136
->
-38212,38213c41138
-< done
-< _ACEOF
----
-> done # for ac_tag
-38215d41139
-< cat >>$CONFIG_STATUS <<\_ACEOF
-44a45,46
-> AM_MAINTAINER_MODE
->
-95a96
-> GREP = @GREP@
-179a181,183
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-215a220
-> XMKMF = @XMKMF@
-222d226
-< ac_ct_AR = @ac_ct_AR@
-226,227d229
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-247a250
-> datarootdir = @datarootdir@
-249a253,254
-> docdir = @docdir@
-> dvidir = @dvidir@
-261a267
-> htmldir = @htmldir@
-327a334
-> localedir = @localedir@
-331a339
-> pdfdir = @pdfdir@
-333a342
-> psdir = @psdir@
-359c368
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-397c406
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-399c408
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-95a96
-> GREP = @GREP@
-179a181,183
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-215a220
-> XMKMF = @XMKMF@
-222d226
-< ac_ct_AR = @ac_ct_AR@
-226,227d229
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-247a250
-> datarootdir = @datarootdir@
-249a253,254
-> docdir = @docdir@
-> dvidir = @dvidir@
-261a267
-> htmldir = @htmldir@
-327a334
-> localedir = @localedir@
-331a339
-> pdfdir = @pdfdir@
-333a342
-> psdir = @psdir@
-359c368
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-397c406
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-399c408
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-547c556
-< index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) index.docbook man-kmousetool.1.docbook
----
-> index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) man-kmousetool.1.docbook index.docbook
-574c583
-< @for base in index.docbook man-kmousetool.1.docbook ; do \
----
-> @for base in man-kmousetool.1.docbook index.docbook ; do \
-580c589
-< for base in index.docbook man-kmousetool.1.docbook ; do \
----
-> for base in man-kmousetool.1.docbook index.docbook ; do \
-587c596
-< for file in index.docbook man-kmousetool.1.docbook ; do \
----
-> for file in man-kmousetool.1.docbook index.docbook ; do \
-95a96
-> GREP = @GREP@
-179a181,183
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-215a220
-> XMKMF = @XMKMF@
-222d226
-< ac_ct_AR = @ac_ct_AR@
-226,227d229
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-247a250
-> datarootdir = @datarootdir@
-249a253,254
-> docdir = @docdir@
-> dvidir = @dvidir@
-261a267
-> htmldir = @htmldir@
-327a334
-> localedir = @localedir@
-331a339
-> pdfdir = @pdfdir@
-333a342
-> psdir = @psdir@
-359c368
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-397c406
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-399c408
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-544c553
-< KDE_DIST=index.docbook kmouthmain.eps kmouthedit.png Makefile.in kmouthcwcp.eps kmouthwizard.eps kmouthcpref.png kmouthcpref.eps kmouthedit.eps kmouthmain.png man-kmouth.1.docbook kmouthwizard.png Makefile.am kmouthctts.png kmouthctts.eps kmouthcwcp.png index.cache.bz2
----
-> KDE_DIST=Makefile.in kmouthcwcp.eps kmouthcpref.eps kmouthmain.png kmouthedit.eps kmouthctts.png kmouthcwcp.png kmouthctts.eps kmouthmain.eps index.docbook kmouthedit.png kmouthcpref.png kmouthwizard.eps man-kmouth.1.docbook kmouthwizard.png Makefile.am index.cache.bz2
-547c556
-< index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) man-kmouth.1.docbook kmouthmain.png kmouthedit.png kmouthmain.eps kmouthedit.eps index.docbook kmouthcwcp.png kmouthctts.png kmouthcpref.png kmouthcwcp.eps kmouthctts.eps kmouthwizard.png kmouthcpref.eps kmouthwizard.eps
----
-> index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) kmouthcpref.eps kmouthcpref.png kmouthwizard.eps kmouthwizard.png kmouthedit.eps kmouthedit.png kmouthctts.eps kmouthctts.png kmouthmain.eps kmouthmain.png kmouthcwcp.eps kmouthcwcp.png index.docbook man-kmouth.1.docbook
-574c583
-< @for base in man-kmouth.1.docbook kmouthmain.png kmouthedit.png kmouthmain.eps kmouthedit.eps index.docbook kmouthcwcp.png kmouthctts.png kmouthcpref.png kmouthcwcp.eps kmouthctts.eps kmouthwizard.png kmouthcpref.eps kmouthwizard.eps ; do \
----
-> @for base in kmouthcpref.eps kmouthcpref.png kmouthwizard.eps kmouthwizard.png kmouthedit.eps kmouthedit.png kmouthctts.eps kmouthctts.png kmouthmain.eps kmouthmain.png kmouthcwcp.eps kmouthcwcp.png index.docbook man-kmouth.1.docbook ; do \
-580c589
-< for base in man-kmouth.1.docbook kmouthmain.png kmouthedit.png kmouthmain.eps kmouthedit.eps index.docbook kmouthcwcp.png kmouthctts.png kmouthcpref.png kmouthcwcp.eps kmouthctts.eps kmouthwizard.png kmouthcpref.eps kmouthwizard.eps ; do \
----
-> for base in kmouthcpref.eps kmouthcpref.png kmouthwizard.eps kmouthwizard.png kmouthedit.eps kmouthedit.png kmouthctts.eps kmouthctts.png kmouthmain.eps kmouthmain.png kmouthcwcp.eps kmouthcwcp.png index.docbook man-kmouth.1.docbook ; do \
-587c596
-< for file in man-kmouth.1.docbook kmouthmain.png kmouthedit.png kmouthmain.eps kmouthedit.eps index.docbook kmouthcwcp.png kmouthctts.png kmouthcpref.png kmouthcwcp.eps kmouthctts.eps kmouthwizard.png kmouthcpref.eps kmouthwizard.eps ; do \
----
-> for file in kmouthcpref.eps kmouthcpref.png kmouthwizard.eps kmouthwizard.png kmouthedit.eps kmouthedit.png kmouthctts.eps kmouthctts.png kmouthmain.eps kmouthmain.png kmouthcwcp.eps kmouthcwcp.png index.docbook man-kmouth.1.docbook ; do \
-95a96
-> GREP = @GREP@
-179a181,183
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-215a220
-> XMKMF = @XMKMF@
-222d226
-< ac_ct_AR = @ac_ct_AR@
-226,227d229
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-247a250
-> datarootdir = @datarootdir@
-249a253,254
-> docdir = @docdir@
-> dvidir = @dvidir@
-261a267
-> htmldir = @htmldir@
-327a334
-> localedir = @localedir@
-331a339
-> pdfdir = @pdfdir@
-333a342
-> psdir = @psdir@
-358c367
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-396c405
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-398c407
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-543c552
-< KDE_DIST=talkers.png Makefile.in filters.png selecttalker.png audio.png jobs.png index.docbook interruption.png notifications.png festivalintconf.png talkerchooser.png addtalker.png general.png xmltransformer.png Makefile.am stringreplacer.png index.cache.bz2
----
-> KDE_DIST=talkers.png Makefile.in filters.png selecttalker.png audio.png index.docbook jobs.png interruption.png notifications.png talkerchooser.png festivalintconf.png addtalker.png general.png xmltransformer.png Makefile.am stringreplacer.png index.cache.bz2
-546c555
-< index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) interruption.png general.png jobs.png audio.png festivalintconf.png xmltransformer.png selecttalker.png index.docbook stringreplacer.png talkerchooser.png talkers.png filters.png notifications.png addtalker.png
----
-> index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) notifications.png selecttalker.png filters.png festivalintconf.png audio.png jobs.png addtalker.png interruption.png general.png xmltransformer.png stringreplacer.png talkerchooser.png index.docbook talkers.png
-573c582
-< @for base in interruption.png general.png jobs.png audio.png festivalintconf.png xmltransformer.png selecttalker.png index.docbook stringreplacer.png talkerchooser.png talkers.png filters.png notifications.png addtalker.png ; do \
----
-> @for base in notifications.png selecttalker.png filters.png festivalintconf.png audio.png jobs.png addtalker.png interruption.png general.png xmltransformer.png stringreplacer.png talkerchooser.png index.docbook talkers.png ; do \
-579c588
-< for base in interruption.png general.png jobs.png audio.png festivalintconf.png xmltransformer.png selecttalker.png index.docbook stringreplacer.png talkerchooser.png talkers.png filters.png notifications.png addtalker.png ; do \
----
-> for base in notifications.png selecttalker.png filters.png festivalintconf.png audio.png jobs.png addtalker.png interruption.png general.png xmltransformer.png stringreplacer.png talkerchooser.png index.docbook talkers.png ; do \
-586c595
-< for file in interruption.png general.png jobs.png audio.png festivalintconf.png xmltransformer.png selecttalker.png index.docbook stringreplacer.png talkerchooser.png talkers.png filters.png notifications.png addtalker.png ; do \
----
-> for file in notifications.png selecttalker.png filters.png festivalintconf.png audio.png jobs.png addtalker.png interruption.png general.png xmltransformer.png stringreplacer.png talkerchooser.png index.docbook talkers.png ; do \
-111a112
-> GREP = @GREP@
-195a197,199
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-231a236
-> XMKMF = @XMKMF@
-238d242
-< ac_ct_AR = @ac_ct_AR@
-242,243d245
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-263a266
-> datarootdir = @datarootdir@
-265a269,270
-> docdir = @docdir@
-> dvidir = @dvidir@
-277a283
-> htmldir = @htmldir@
-343a350
-> localedir = @localedir@
-347a355
-> pdfdir = @pdfdir@
-349a358
-> psdir = @psdir@
-371c380
-< SUBDIRS =. kmag kmousetool kmouth kttsd
----
-> SUBDIRS =. kmag kttsd kmousetool kmouth
-377c386
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-415c424
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-417c426
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-95a96
-> GREP = @GREP@
-179a181,183
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-215a220
-> XMKMF = @XMKMF@
-222d226
-< ac_ct_AR = @ac_ct_AR@
-226,227d229
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-247a250
-> datarootdir = @datarootdir@
-249a253,254
-> docdir = @docdir@
-> dvidir = @dvidir@
-261a267
-> htmldir = @htmldir@
-327a334
-> localedir = @localedir@
-331a339
-> pdfdir = @pdfdir@
-333a342
-> psdir = @psdir@
-360c369
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-398c407
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-400c409
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-95a96
-> GREP = @GREP@
-179a181,183
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-215a220
-> XMKMF = @XMKMF@
-222d226
-< ac_ct_AR = @ac_ct_AR@
-226,227d229
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-247a250
-> datarootdir = @datarootdir@
-249a253,254
-> docdir = @docdir@
-> dvidir = @dvidir@
-261a267
-> htmldir = @htmldir@
-327a334
-> localedir = @localedir@
-331a339
-> pdfdir = @pdfdir@
-333a342
-> psdir = @psdir@
-358c367
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-396c405
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-398c407
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-541c550
-< KDE_DIST=cr32-action-kbstate_mouse_right_selected.png cr16-action-kbstate_mouse.png cr48-action-kbstate_mouse_right.png cr22-action-superkey.png cr48-action-kbstate_mouse_mid_selected.png cr64-action-kbstate_mouse_mid.png cr22-action-kbstate_stickykeys.png cr64-action-kbstate_slowkeys.png crsc-action-metakey.svg cr32-action-lockkey.png crsc-action-altkey.svg cr22-action-key.png cr16-action-shiftkey.png cr48-action-shiftkey.png cr16-action-hyperkey.png cr32-action-kbstate_mouse_right.png cr32-action-keypressno.png cr64-action-kbstate_mouse_mid_selected.png cr64-action-key.png cr16-action-lockkey.png cr32-action-kbstate_mouse_mid.png cr48-action-kbstate_slowkeys.png crsc-action-keypressok.svg crsc-action-kbstate_mouse_left.svg cr64-action-unlatched.png cr16-action-kbstate_stickykeys.png cr32-action-kbstate_mouse_mid_selected.png cr32-action-superkey.png crsc-action-controlkey.svg cr64-action-capskey.png cr48-action-hyperkey.png cr16-action-kbstate_slowkeys.png cr22-action-metakey.png cr48-action-key.png cr16-action-kbstate_mouse_mid_selected.png cr64-action-kbstate_stickykeys.png cr48-action-altkey.png cr48-action-keypressno.png cr48-action-superkey.png cr16-action-metakey.png cr48-action-controlkey.png cr22-action-unlatched.png cr48-action-kbstate_stickykeys.png crsc-action-unlatched.svg Makefile.in cr32-action-key.png crsc-action-lockkey.svg cr16-action-kbstate_mouse_mid.png cr22-action-kbstate_mouse_mid_selected.png cr16-action-kbstate_mouse_right_selected.png cr22-action-kbstate_slowkeys.png crsc-action-key.svg crsc-action-kbstate_mouse_right_selected.svg cr64-action-keypressok.png cr32-action-shiftkey.png cr22-action-kbstate_mouse_left_selected.png cr64-action-kbstate_mouse_right.png cr64-action-kbstate_mouse_left.png cr22-action-keypressok.png cr32-action-kbstate_mouse_left_selected.png cr16-action-kbstate_mouse_right.png cr22-action-shiftkey.png cr48-action-lockkey.png cr22-action-keypressno.png cr48-action-capskey.png cr32-action-keypressok.png cr64-action-metakey.png cr16-action-keypressno.png cr48-action-kbstate_mouse_right_selected.png cr16-action-superkey.png cr32-action-kbstate_stickykeys.png cr64-action-kbstate_mouse_left_selected.png cr32-action-altkey.png crsc-action-kbstate_mouse_mid_selected.svg cr22-action-capskey.png crsc-action-kbstate_stickykeys.svg cr16-action-unlatched.png cr22-action-lockkey.png cr64-action-keypressno.png cr64-action-kbstate_mouse_right_selected.png cr22-action-kbstate_mouse.png crsc-action-kbstate_mouse.svg cr48-action-keypressok.png cr16-action-kbstate_mouse_left_selected.png cr22-action-kbstate_mouse_mid.png crsc-action-kbstate_mouse_left_selected.svg cr32-action-hyperkey.png cr22-action-altkey.png crsc-action-kbstate_mouse_mid.svg crsc-action-hyperkey.svg cr16-action-capskey.png cr16-action-kbstate_mouse_left.png cr48-action-kbstate_mouse_mid.png cr64-action-hyperkey.png crsc-action-superkey.svg cr64-action-superkey.png crsc-action-keypressno.svg cr48-action-metakey.png cr16-action-controlkey.png cr22-action-hyperkey.png cr64-action-shiftkey.png cr32-action-unlatched.png cr64-action-lockkey.png cr32-action-capskey.png cr32-action-kbstate_mouse_left.png cr22-action-kbstate_mouse_left.png cr32-action-kbstate_slowkeys.png cr64-action-kbstate_mouse.png cr16-action-altkey.png cr32-action-metakey.png cr22-action-kbstate_mouse_right.png cr22-action-controlkey.png cr48-action-kbstate_mouse.png cr32-action-kbstate_mouse.png cr16-action-key.png cr64-action-altkey.png crsc-action-kbstate_slowkeys.svg cr48-action-kbstate_mouse_left.png cr16-action-keypressok.png cr32-action-controlkey.png cr48-action-unlatched.png cr64-action-controlkey.png crsc-action-capskey.svg crsc-action-shiftkey.svg crsc-action-kbstate_mouse_right.svg cr22-action-kbstate_mouse_right_selected.png Makefile.am cr48-action-kbstate_mouse_left_selected.png
----
-> KDE_DIST=cr22-action-keypressok.png cr32-action-kbstate_mouse_left_selected.png cr32-action-kbstate_mouse_right_selected.png cr16-action-kbstate_mouse_right.png cr48-action-kbstate_mouse_right.png cr16-action-kbstate_mouse.png cr22-action-shiftkey.png cr48-action-lockkey.png cr22-action-keypressno.png cr48-action-capskey.png cr22-action-superkey.png cr32-action-keypressok.png cr64-action-kbstate_mouse_mid.png cr48-action-kbstate_mouse_mid_selected.png cr22-action-kbstate_stickykeys.png cr64-action-metakey.png cr64-action-kbstate_slowkeys.png cr16-action-keypressno.png cr48-action-kbstate_mouse_right_selected.png cr16-action-superkey.png crsc-action-metakey.svg cr32-action-kbstate_stickykeys.png cr64-action-kbstate_mouse_left_selected.png crsc-action-kbstate_mouse_mid_selected.svg cr32-action-altkey.png cr22-action-capskey.png crsc-action-altkey.svg cr32-action-lockkey.png crsc-action-kbstate_stickykeys.svg cr16-action-unlatched.png cr64-action-keypressno.png cr22-action-lockkey.png cr22-action-key.png cr64-action-kbstate_mouse_right_selected.png cr48-action-shiftkey.png cr16-action-shiftkey.png cr32-action-kbstate_mouse_right.png cr16-action-hyperkey.png cr32-action-keypressno.png cr22-action-kbstate_mouse.png cr64-action-kbstate_mouse_mid_selected.png cr64-action-key.png cr16-action-lockkey.png crsc-action-kbstate_mouse.svg cr32-action-kbstate_mouse_mid.png cr48-action-kbstate_slowkeys.png cr48-action-keypressok.png crsc-action-keypressok.svg crsc-action-kbstate_mouse_left.svg cr64-action-unlatched.png cr22-action-kbstate_mouse_mid.png cr16-action-kbstate_mouse_left_selected.png cr16-action-kbstate_stickykeys.png cr32-action-kbstate_mouse_mid_selected.png cr32-action-superkey.png crsc-action-kbstate_mouse_left_selected.svg crsc-action-controlkey.svg cr32-action-hyperkey.png cr22-action-altkey.png crsc-action-kbstate_mouse_mid.svg crsc-action-hyperkey.svg cr64-action-capskey.png cr16-action-capskey.png cr48-action-hyperkey.png cr16-action-kbstate_mouse_left.png cr48-action-kbstate_mouse_mid.png cr64-action-hyperkey.png crsc-action-superkey.svg cr64-action-superkey.png crsc-action-keypressno.svg cr48-action-metakey.png cr16-action-controlkey.png cr16-action-kbstate_slowkeys.png cr22-action-hyperkey.png cr32-action-unlatched.png cr64-action-shiftkey.png cr64-action-lockkey.png cr32-action-capskey.png cr22-action-metakey.png cr32-action-kbstate_mouse_left.png cr22-action-kbstate_mouse_left.png cr48-action-key.png cr16-action-kbstate_mouse_mid_selected.png cr64-action-kbstate_stickykeys.png cr32-action-kbstate_slowkeys.png cr64-action-kbstate_mouse.png cr48-action-altkey.png cr48-action-keypressno.png cr16-action-metakey.png cr16-action-altkey.png cr48-action-superkey.png cr22-action-kbstate_mouse_right.png cr32-action-metakey.png cr22-action-controlkey.png cr48-action-kbstate_mouse.png cr32-action-kbstate_mouse.png cr16-action-key.png cr22-action-unlatched.png cr64-action-altkey.png cr48-action-controlkey.png cr48-action-kbstate_stickykeys.png crsc-action-kbstate_slowkeys.svg cr48-action-kbstate_mouse_left.png crsc-action-unlatched.svg crsc-action-lockkey.svg Makefile.in cr32-action-key.png cr16-action-keypressok.png cr32-action-controlkey.png cr16-action-kbstate_mouse_mid.png cr22-action-kbstate_mouse_mid_selected.png cr16-action-kbstate_mouse_right_selected.png cr22-action-kbstate_slowkeys.png cr64-action-controlkey.png crsc-action-key.svg cr48-action-unlatched.png crsc-action-kbstate_mouse_right_selected.svg cr64-action-keypressok.png crsc-action-capskey.svg crsc-action-shiftkey.svg crsc-action-kbstate_mouse_right.svg cr32-action-shiftkey.png cr22-action-kbstate_mouse_right_selected.png Makefile.am cr48-action-kbstate_mouse_left_selected.png cr64-action-kbstate_mouse_right.png cr22-action-kbstate_mouse_left_selected.png cr64-action-kbstate_mouse_left.png
-548,549c557,558
-< $(mkinstalldirs) $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions
-< $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_left.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_left.svg
----
-> $(mkinstalldirs) $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions
-> $(INSTALL_DATA) $(srcdir)/cr16-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/altkey.png
-551c560,561
-< $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse.png
----
-> $(INSTALL_DATA) $(srcdir)/cr64-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/metakey.png
-> $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_mid.png
-553c563,565
-< $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_left.png
----
-> $(INSTALL_DATA) $(srcdir)/cr32-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/key.png
-> $(INSTALL_DATA) $(srcdir)/cr32-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/keypressno.png
-> $(INSTALL_DATA) $(srcdir)/cr16-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/capskey.png
-555,559c567,568
-< $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse.png
-< $(INSTALL_DATA) $(srcdir)/cr64-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/unlatched.png
-< $(INSTALL_DATA) $(srcdir)/cr48-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/superkey.png
-< $(INSTALL_DATA) $(srcdir)/cr48-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/unlatched.png
-< $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_right_selected.png
----
-> $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_mid_selected.png
-> $(INSTALL_DATA) $(srcdir)/cr32-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/keypressok.png
-561,568d569
-< $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_left_selected.png
-< $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_stickykeys.png
-< $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_left_selected.png
-< $(INSTALL_DATA) $(srcdir)/cr22-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/altkey.png
-< $(INSTALL_DATA) $(srcdir)/cr22-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/controlkey.png
-< $(mkinstalldirs) $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions
-< $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_left_selected.png
-< $(INSTALL_DATA) $(srcdir)/crsc-action-capskey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/capskey.svg
-570,573c571,586
-< $(INSTALL_DATA) $(srcdir)/cr48-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/shiftkey.png
-< $(INSTALL_DATA) $(srcdir)/cr64-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/key.png
-< $(INSTALL_DATA) $(srcdir)/crsc-action-lockkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/lockkey.svg
-< $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_mid.png
----
-> $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_left.png
-> $(INSTALL_DATA) $(srcdir)/cr22-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/controlkey.png
-> $(mkinstalldirs) $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions
-> $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_left_selected.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_left_selected.svg
-> $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_right_selected.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_right_selected.svg
-> $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_right.png
-> $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse.png
-> $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_stickykeys.png
-> $(INSTALL_DATA) $(srcdir)/cr64-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/superkey.png
-> $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_right.png
-> $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse.png
-> $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_left.png
-> $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_slowkeys.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_slowkeys.svg
-> $(INSTALL_DATA) $(srcdir)/cr22-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/keypressno.png
-> $(INSTALL_DATA) $(srcdir)/cr22-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/shiftkey.png
-> $(INSTALL_DATA) $(srcdir)/crsc-action-hyperkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/hyperkey.svg
-575,586c588,590
-< $(INSTALL_DATA) $(srcdir)/cr64-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/altkey.png
-< $(INSTALL_DATA) $(srcdir)/cr64-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/controlkey.png
-< $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_right.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_right.svg
-< $(INSTALL_DATA) $(srcdir)/cr22-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/hyperkey.png
-< $(INSTALL_DATA) $(srcdir)/cr48-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/key.png
-< $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_mid.png
-< $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_slowkeys.png
-< $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_mid.png
-< $(INSTALL_DATA) $(srcdir)/crsc-action-superkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/superkey.svg
-< $(INSTALL_DATA) $(srcdir)/cr16-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/keypressno.png
-< $(INSTALL_DATA) $(srcdir)/cr64-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/keypressok.png
-< $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_mid_selected.png
----
-> $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_right_selected.png
-> $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_stickykeys.png
-> $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_right_selected.png
-588,589c592,595
-< $(INSTALL_DATA) $(srcdir)/cr64-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/hyperkey.png
-< $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_right_selected.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_right_selected.svg
----
-> $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_slowkeys.png
-> $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_left.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_left.svg
-> $(INSTALL_DATA) $(srcdir)/crsc-action-capskey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/capskey.svg
-> $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_left.png
-591c597,598
-< $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_mid_selected.png
----
-> $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_slowkeys.png
-> $(INSTALL_DATA) $(srcdir)/cr64-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/capskey.png
-593,595c600,612
-< $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_right_selected.png
-< $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_left.png
-< $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_stickykeys.png
----
-> $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_stickykeys.png
-> $(INSTALL_DATA) $(srcdir)/cr48-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/unlatched.png
-> $(INSTALL_DATA) $(srcdir)/cr16-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/unlatched.png
-> $(INSTALL_DATA) $(srcdir)/cr32-action-lockkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/lockkey.png
-> $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_right_selected.png
-> $(INSTALL_DATA) $(srcdir)/cr32-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/hyperkey.png
-> $(INSTALL_DATA) $(srcdir)/cr22-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/altkey.png
-> $(INSTALL_DATA) $(srcdir)/cr32-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/metakey.png
-> $(INSTALL_DATA) $(srcdir)/cr48-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/superkey.png
-> $(INSTALL_DATA) $(srcdir)/crsc-action-controlkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/controlkey.svg
-> $(INSTALL_DATA) $(srcdir)/cr64-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/hyperkey.png
-> $(INSTALL_DATA) $(srcdir)/cr48-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/altkey.png
-> $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_left_selected.png
-597,599c614,622
-< $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_left_selected.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_left_selected.svg
-< $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_left.png
-< $(INSTALL_DATA) $(srcdir)/cr16-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/shiftkey.png
----
-> $(INSTALL_DATA) $(srcdir)/crsc-action-keypressno.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/keypressno.svg
-> $(INSTALL_DATA) $(srcdir)/cr48-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/controlkey.png
-> $(INSTALL_DATA) $(srcdir)/crsc-action-keypressok.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/keypressok.svg
-> $(INSTALL_DATA) $(srcdir)/cr32-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/altkey.png
-> $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_mid_selected.png
-> $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_mid.png
-> $(INSTALL_DATA) $(srcdir)/cr16-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/key.png
-> $(INSTALL_DATA) $(srcdir)/cr16-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/hyperkey.png
-> $(INSTALL_DATA) $(srcdir)/cr48-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/keypressno.png
-601,613c624,629
-< $(INSTALL_DATA) $(srcdir)/cr16-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/altkey.png
-< $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_slowkeys.png
-< $(INSTALL_DATA) $(srcdir)/cr22-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/metakey.png
-< $(INSTALL_DATA) $(srcdir)/cr32-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/metakey.png
-< $(INSTALL_DATA) $(srcdir)/cr32-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/hyperkey.png
-< $(INSTALL_DATA) $(srcdir)/cr16-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/keypressok.png
-< $(INSTALL_DATA) $(srcdir)/cr16-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/metakey.png
-< $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse.png
-< $(INSTALL_DATA) $(srcdir)/cr64-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/capskey.png
-< $(INSTALL_DATA) $(srcdir)/cr22-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/unlatched.png
-< $(INSTALL_DATA) $(srcdir)/cr22-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/superkey.png
-< $(INSTALL_DATA) $(srcdir)/cr48-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/capskey.png
-< $(INSTALL_DATA) $(srcdir)/cr64-action-lockkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/lockkey.png
----
-> $(INSTALL_DATA) $(srcdir)/cr48-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/keypressok.png
-> $(INSTALL_DATA) $(srcdir)/cr64-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/key.png
-> $(INSTALL_DATA) $(srcdir)/cr32-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/capskey.png
-> $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_mid.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_mid.svg
-> $(INSTALL_DATA) $(srcdir)/cr32-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/shiftkey.png
-> $(INSTALL_DATA) $(srcdir)/crsc-action-unlatched.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/unlatched.svg
-615c631,632
-< $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_mid_selected.png
----
-> $(INSTALL_DATA) $(srcdir)/cr16-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/keypressno.png
-> $(INSTALL_DATA) $(srcdir)/cr16-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/keypressok.png
-617,621c634,653
-< $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_right_selected.png
-< $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_right.png
-< $(INSTALL_DATA) $(srcdir)/cr48-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/keypressno.png
-< $(INSTALL_DATA) $(srcdir)/cr64-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/superkey.png
-< $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_stickykeys.png
----
-> $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_mid_selected.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_mid_selected.svg
-> $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_left.png
-> $(INSTALL_DATA) $(srcdir)/cr48-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/hyperkey.png
-> $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_mid.png
-> $(INSTALL_DATA) $(srcdir)/crsc-action-altkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/altkey.svg
-> $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_stickykeys.png
-> $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_left_selected.png
-> $(INSTALL_DATA) $(srcdir)/cr48-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/metakey.png
-> $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_left_selected.png
-> $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse.png
-> $(INSTALL_DATA) $(srcdir)/cr64-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/shiftkey.png
-> $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_mid_selected.png
-> $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse.png
-> $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_left.png
-> $(INSTALL_DATA) $(srcdir)/cr22-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/superkey.png
-> $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_slowkeys.png
-> $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_stickykeys.png
-> $(INSTALL_DATA) $(srcdir)/cr16-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/shiftkey.png
-> $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse.png
-> $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_right_selected.png
-623,625c655
-< $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_left.png
-< $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_stickykeys.png
-< $(INSTALL_DATA) $(srcdir)/cr22-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/shiftkey.png
----
-> $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_right.png
-627,636c657
-< $(INSTALL_DATA) $(srcdir)/cr32-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/key.png
-< $(INSTALL_DATA) $(srcdir)/cr16-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/key.png
-< $(INSTALL_DATA) $(srcdir)/cr64-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/shiftkey.png
-< $(INSTALL_DATA) $(srcdir)/crsc-action-metakey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/metakey.svg
-< $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_left_selected.png
-< $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_mid.png
-< $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_left_selected.png
-< $(INSTALL_DATA) $(srcdir)/crsc-action-keypressno.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/keypressno.svg
-< $(INSTALL_DATA) $(srcdir)/cr48-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/altkey.png
-< $(INSTALL_DATA) $(srcdir)/cr48-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/controlkey.png
----
-> $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_slowkeys.png
-638,661c659,660
-< $(INSTALL_DATA) $(srcdir)/cr32-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/keypressno.png
-< $(INSTALL_DATA) $(srcdir)/crsc-action-unlatched.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/unlatched.svg
-< $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_slowkeys.png
-< $(INSTALL_DATA) $(srcdir)/cr48-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/keypressok.png
-< $(INSTALL_DATA) $(srcdir)/cr32-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/superkey.png
-< $(INSTALL_DATA) $(srcdir)/cr48-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/hyperkey.png
-< $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_right_selected.png
-< $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_mid_selected.png
-< $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_stickykeys.png
-< $(INSTALL_DATA) $(srcdir)/crsc-action-key.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/key.svg
-< $(INSTALL_DATA) $(srcdir)/crsc-action-altkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/altkey.svg
-< $(INSTALL_DATA) $(srcdir)/crsc-action-controlkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/controlkey.svg
-< $(INSTALL_DATA) $(srcdir)/cr32-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/shiftkey.png
-< $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_left.png
-< $(INSTALL_DATA) $(srcdir)/cr32-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/controlkey.png
-< $(INSTALL_DATA) $(srcdir)/cr32-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/altkey.png
-< $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_slowkeys.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_slowkeys.svg
-< $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_mid.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_mid.svg
-< $(INSTALL_DATA) $(srcdir)/crsc-action-keypressok.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/keypressok.svg
-< $(INSTALL_DATA) $(srcdir)/crsc-action-hyperkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/hyperkey.svg
-< $(INSTALL_DATA) $(srcdir)/cr22-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/capskey.png
-< $(INSTALL_DATA) $(srcdir)/cr32-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/keypressok.png
-< $(INSTALL_DATA) $(srcdir)/cr32-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/capskey.png
-< $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_slowkeys.png
----
-> $(INSTALL_DATA) $(srcdir)/cr64-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/altkey.png
-> $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_mid_selected.png
-663,669c662,667
-< $(INSTALL_DATA) $(srcdir)/cr32-action-lockkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/lockkey.png
-< $(INSTALL_DATA) $(srcdir)/cr22-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/keypressno.png
-< $(INSTALL_DATA) $(srcdir)/cr16-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/capskey.png
-< $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_right.png
-< $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_right.png
-< $(INSTALL_DATA) $(srcdir)/cr16-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/hyperkey.png
-< $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_mid_selected.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_mid_selected.svg
----
-> $(INSTALL_DATA) $(srcdir)/crsc-action-key.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/key.svg
-> $(INSTALL_DATA) $(srcdir)/cr48-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/capskey.png
-> $(INSTALL_DATA) $(srcdir)/cr22-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/metakey.png
-> $(INSTALL_DATA) $(srcdir)/cr48-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/shiftkey.png
-> $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_left_selected.png
-> $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_left_selected.png
-671c669,677
-< $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_right.png
----
-> $(INSTALL_DATA) $(srcdir)/cr16-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/metakey.png
-> $(INSTALL_DATA) $(srcdir)/cr22-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/unlatched.png
-> $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_mid.png
-> $(INSTALL_DATA) $(srcdir)/crsc-action-superkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/superkey.svg
-> $(INSTALL_DATA) $(srcdir)/cr48-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/key.png
-> $(INSTALL_DATA) $(srcdir)/cr22-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/hyperkey.png
-> $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_right.png
-> $(INSTALL_DATA) $(srcdir)/cr64-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/controlkey.png
-> $(INSTALL_DATA) $(srcdir)/cr64-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/unlatched.png
-673,677c679,680
-< $(INSTALL_DATA) $(srcdir)/cr64-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/metakey.png
-< $(INSTALL_DATA) $(srcdir)/cr48-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/metakey.png
-< $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse.png
-< $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_mid_selected.png
-< $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse.png
----
-> $(INSTALL_DATA) $(srcdir)/crsc-action-lockkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/lockkey.svg
-> $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_right.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_right.svg
-679c682,688
-< $(INSTALL_DATA) $(srcdir)/cr16-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/unlatched.png
----
-> $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_mid_selected.png
-> $(INSTALL_DATA) $(srcdir)/cr64-action-lockkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/lockkey.png
-> $(INSTALL_DATA) $(srcdir)/cr32-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/controlkey.png
-> $(INSTALL_DATA) $(srcdir)/cr64-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/keypressok.png
-> $(INSTALL_DATA) $(srcdir)/cr22-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/capskey.png
-> $(INSTALL_DATA) $(srcdir)/crsc-action-metakey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/metakey.svg
-> $(INSTALL_DATA) $(srcdir)/cr32-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/superkey.png
-682c691,704
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_left.svg
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/altkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/metakey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_mid.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/key.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/keypressno.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/capskey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_mid_selected.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/keypressok.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_slowkeys.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_left.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/controlkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_left_selected.svg
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_right_selected.svg
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_right.png
-684c706,708
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_left.png
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_stickykeys.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/superkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_right.png
-686,701c710,714
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/unlatched.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/superkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/unlatched.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_right_selected.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_left_selected.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_stickykeys.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_left_selected.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/altkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/controlkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_left_selected.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/capskey.svg
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_slowkeys.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/shiftkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/key.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/lockkey.svg
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_mid.png
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_left.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_slowkeys.svg
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/keypressno.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/shiftkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/hyperkey.svg
-703,714c716,718
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/altkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/controlkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_right.svg
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/hyperkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/key.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_mid.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_slowkeys.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_mid.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/superkey.svg
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/keypressno.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/keypressok.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_mid_selected.png
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_right_selected.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_stickykeys.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_right_selected.png
-716,717c720,723
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/hyperkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_right_selected.svg
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_slowkeys.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_left.svg
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/capskey.svg
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_left.png
-719c725,726
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_mid_selected.png
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_slowkeys.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/capskey.png
-721,723c728,740
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_right_selected.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_left.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_stickykeys.png
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_stickykeys.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/unlatched.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/unlatched.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/lockkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_right_selected.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/hyperkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/altkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/metakey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/superkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/controlkey.svg
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/hyperkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/altkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_left_selected.png
-725,727c742,750
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_left_selected.svg
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_left.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/shiftkey.png
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/keypressno.svg
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/controlkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/keypressok.svg
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/altkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_mid_selected.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_mid.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/key.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/hyperkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/keypressno.png
-729,741c752,757
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/altkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_slowkeys.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/metakey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/metakey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/hyperkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/keypressok.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/metakey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/capskey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/unlatched.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/superkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/capskey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/lockkey.png
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/keypressok.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/key.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/capskey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_mid.svg
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/shiftkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/unlatched.svg
-743c759,760
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_mid_selected.png
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/keypressno.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/keypressok.png
-745,749c762,781
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_right_selected.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_right.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/keypressno.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/superkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_stickykeys.png
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_mid_selected.svg
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_left.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/hyperkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_mid.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/altkey.svg
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_stickykeys.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_left_selected.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/metakey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_left_selected.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/shiftkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_mid_selected.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_left.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/superkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_slowkeys.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_stickykeys.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/shiftkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_right_selected.png
-751,753c783
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_left.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_stickykeys.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/shiftkey.png
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_right.png
-755,764c785
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/key.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/key.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/shiftkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/metakey.svg
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_left_selected.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_mid.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_left_selected.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/keypressno.svg
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/altkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/controlkey.png
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_slowkeys.png
-766,789c787,788
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/keypressno.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/unlatched.svg
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_slowkeys.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/keypressok.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/superkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/hyperkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_right_selected.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_mid_selected.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_stickykeys.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/key.svg
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/altkey.svg
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/controlkey.svg
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/shiftkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_left.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/controlkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/altkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_slowkeys.svg
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_mid.svg
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/keypressok.svg
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/hyperkey.svg
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/capskey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/keypressok.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/capskey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_slowkeys.png
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/altkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_mid_selected.png
-791,797c790,795
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/lockkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/keypressno.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/capskey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_right.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_right.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/hyperkey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_mid_selected.svg
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/key.svg
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/capskey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/metakey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/shiftkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_left_selected.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_left_selected.png
-799c797,805
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_right.png
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/metakey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/unlatched.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_mid.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/superkey.svg
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/key.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/hyperkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_right.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/controlkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/unlatched.png
-801,805c807,808
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/metakey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/metakey.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_mid_selected.png
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse.png
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/lockkey.svg
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_right.svg
-807c810,816
-< -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/unlatched.png
----
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_mid_selected.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/lockkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/controlkey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/keypressok.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/capskey.png
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/metakey.svg
-> -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/superkey.png
-154a155
-> GREP = @GREP@
-238a240,242
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-274a279
-> XMKMF = @XMKMF@
-281d285
-< ac_ct_AR = @ac_ct_AR@
-285,286d288
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-306a309
-> datarootdir = @datarootdir@
-308a312,313
-> docdir = @docdir@
-> dvidir = @dvidir@
-320a326
-> htmldir = @htmldir@
-386a393
-> localedir = @localedir@
-390a398
-> pdfdir = @pdfdir@
-392a401
-> psdir = @psdir@
-427c436
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-465c474
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-467c476
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-143a144
-> GREP = @GREP@
-227a229,231
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-263a268
-> XMKMF = @XMKMF@
-270d274
-< ac_ct_AR = @ac_ct_AR@
-274,275d277
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-295a298
-> datarootdir = @datarootdir@
-297a301,302
-> docdir = @docdir@
-> dvidir = @dvidir@
-309a315
-> htmldir = @htmldir@
-375a382
-> localedir = @localedir@
-379a387
-> pdfdir = @pdfdir@
-381a390
-> psdir = @psdir@
-423c432
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-461c470
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-463c472
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-792c801
-< KDE_DIST=hi16-action-hidemouse.png kmag.lsm kmag.kdevprj hi16-action-followmouse.png Makefile.in hi16-action-window.png hi32-app-kmag.png kmag.mdk.spec Makefile.am
----
-> KDE_DIST=hi16-action-hidemouse.png hi32-app-kmag.png kmag.mdk.spec kmag.lsm kmag.kdevprj hi16-action-followmouse.png Makefile.in hi16-action-window.png Makefile.am
-799,800c808,809
-< $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps
-< $(INSTALL_DATA) $(srcdir)/hi32-app-kmag.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmag.png
----
-> $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/16x16/apps
-> $(INSTALL_DATA) $(srcdir)/lo16-app-kmag.png $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kmag.png
-805,806c814,815
-< $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/16x16/apps
-< $(INSTALL_DATA) $(srcdir)/lo16-app-kmag.png $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kmag.png
----
-> $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps
-> $(INSTALL_DATA) $(srcdir)/hi32-app-kmag.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmag.png
-808d816
-< $(INSTALL_DATA) $(srcdir)/hi16-action-hidemouse.png $(DESTDIR)$(kmagiconsdir)/hicolor/16x16/actions/hidemouse.png
-810a819
-> $(INSTALL_DATA) $(srcdir)/hi16-action-hidemouse.png $(DESTDIR)$(kmagiconsdir)/hicolor/16x16/actions/hidemouse.png
-813c822
-< -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmag.png
----
-> -rm -f $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kmag.png
-816,817c825
-< -rm -f $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kmag.png
-< -rm -f $(DESTDIR)$(kmagiconsdir)/hicolor/16x16/actions/hidemouse.png
----
-> -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmag.png
-819a828
-> -rm -f $(DESTDIR)$(kmagiconsdir)/hicolor/16x16/actions/hidemouse.png
-160a161
-> GREP = @GREP@
-244a246,248
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-280a285
-> XMKMF = @XMKMF@
-287d291
-< ac_ct_AR = @ac_ct_AR@
-291,292d294
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-312a315
-> datarootdir = @datarootdir@
-314a318,319
-> docdir = @docdir@
-> dvidir = @dvidir@
-326a332
-> htmldir = @htmldir@
-392a399
-> localedir = @localedir@
-396a404
-> pdfdir = @pdfdir@
-398a407
-> psdir = @psdir@
-439c448
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-477c486
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-479c488
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-890c899
-< KDE_DIST=Xmd_kmousetool.h Makefile.in kmousetoolui.ui Makefile.am
----
-> KDE_DIST=Xmd_kmousetool.h kmousetoolui.ui Makefile.in Makefile.am
-95a96
-> GREP = @GREP@
-179a181,183
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-215a220
-> XMKMF = @XMKMF@
-222d226
-< ac_ct_AR = @ac_ct_AR@
-226,227d229
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-247a250
-> datarootdir = @datarootdir@
-249a253,254
-> docdir = @docdir@
-> dvidir = @dvidir@
-261a267
-> htmldir = @htmldir@
-327a334
-> localedir = @localedir@
-331a339
-> pdfdir = @pdfdir@
-333a342
-> psdir = @psdir@
-359c368
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-397c406
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-399c408
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-542c551
-< KDE_DIST=hi32-action-kmousetool_off.png Makefile.in hi16-action-kmousetool_on.png hi32-app-kmousetool.png hi16-app-kmousetool.png hi32-action-kmousetool_on.png hi16-action-kmousetool_off.png Makefile.am
----
-> KDE_DIST=hi16-action-kmousetool_on.png hi32-app-kmousetool.png hi16-app-kmousetool.png hi32-action-kmousetool_off.png Makefile.in hi32-action-kmousetool_on.png Makefile.am hi16-action-kmousetool_off.png
-550,552c559
-< $(INSTALL_DATA) $(srcdir)/hi16-action-kmousetool_on.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/actions/kmousetool_on.png
-< $(mkinstalldirs) $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/apps
-< $(INSTALL_DATA) $(srcdir)/hi32-app-kmousetool.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/apps/kmousetool.png
----
-> $(INSTALL_DATA) $(srcdir)/hi16-action-kmousetool_off.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/actions/kmousetool_off.png
-556,557d562
-< $(INSTALL_DATA) $(srcdir)/hi32-action-kmousetool_off.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/actions/kmousetool_off.png
-< $(INSTALL_DATA) $(srcdir)/hi16-action-kmousetool_off.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/actions/kmousetool_off.png
-559,560c564,567
-< $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps
-< $(INSTALL_DATA) $(srcdir)/hi32-app-kmousetool.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmousetool.png
----
-> $(INSTALL_DATA) $(srcdir)/hi16-action-kmousetool_on.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/actions/kmousetool_on.png
-> $(mkinstalldirs) $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/apps
-> $(INSTALL_DATA) $(srcdir)/hi32-app-kmousetool.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/apps/kmousetool.png
-> $(INSTALL_DATA) $(srcdir)/hi32-action-kmousetool_off.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/actions/kmousetool_off.png
-562a570,571
-> $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps
-> $(INSTALL_DATA) $(srcdir)/hi32-app-kmousetool.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmousetool.png
-564a574,576
-> -rm -f $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/actions/kmousetool_off.png
-> -rm -f $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/apps/kmousetool.png
-> -rm -f $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/actions/kmousetool_on.png
-567d578
-< -rm -f $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/apps/kmousetool.png
-569,571d579
-< -rm -f $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/actions/kmousetool_off.png
-< -rm -f $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/actions/kmousetool_on.png
-< -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmousetool.png
-572a581
-> -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmousetool.png
-112a113
-> GREP = @GREP@
-196a198,200
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-232a237
-> XMKMF = @XMKMF@
-239d243
-< ac_ct_AR = @ac_ct_AR@
-243,244d246
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-264a267
-> datarootdir = @datarootdir@
-266a270,271
-> docdir = @docdir@
-> dvidir = @dvidir@
-278a284
-> htmldir = @htmldir@
-344a351
-> localedir = @localedir@
-348a356
-> pdfdir = @pdfdir@
-350a359
-> psdir = @psdir@
-374c383
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-412c421
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-414c423
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-701c710
-< KDE_DIST=Makefile.in kmousetool.lsm Makefile.am
----
-> KDE_DIST=kmousetool.lsm Makefile.in Makefile.am
-108a109
-> GREP = @GREP@
-192a194,196
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-228a233
-> XMKMF = @XMKMF@
-235d239
-< ac_ct_AR = @ac_ct_AR@
-239,240d242
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-260a263
-> datarootdir = @datarootdir@
-262a266,267
-> docdir = @docdir@
-> dvidir = @dvidir@
-274a280
-> htmldir = @htmldir@
-340a347
-> localedir = @localedir@
-344a352
-> pdfdir = @pdfdir@
-346a355
-> psdir = @psdir@
-375c384
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-413c422
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-415c424
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-611c620
-< KDE_DIST=en-personal.phrasebook nl-personal.phrasebook nl-courteousness.phrasebook en-howareyou.phrasebook nl-howareyou.phrasebook en-courteousness.phrasebook sv-courteousness.phrasebook sv-howareyou.phrasebook sv-greetings.phrasebook sv-personal.phrasebook nl-greetings.phrasebook Makefile.in de-greetings.phrasebook en.desktop de-personal.phrasebook nl.desktop de-courteousness.phrasebook en-greetings.phrasebook de.desktop sv.desktop de-howareyou.phrasebook Makefile.am
----
-> KDE_DIST=en.desktop en-personal.phrasebook nl-personal.phrasebook nl-courteousness.phrasebook de-personal.phrasebook en-howareyou.phrasebook nl.desktop de-courteousness.phrasebook nl-howareyou.phrasebook en-courteousness.phrasebook en-greetings.phrasebook sv-courteousness.phrasebook sv-howareyou.phrasebook sv-greetings.phrasebook sv-personal.phrasebook de.desktop nl-greetings.phrasebook sv.desktop Makefile.in de-howareyou.phrasebook de-greetings.phrasebook Makefile.am
-95a96
-> GREP = @GREP@
-179a181,183
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-215a220
-> XMKMF = @XMKMF@
-222d226
-< ac_ct_AR = @ac_ct_AR@
-226,227d229
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-247a250
-> datarootdir = @datarootdir@
-249a253,254
-> docdir = @docdir@
-> dvidir = @dvidir@
-261a267
-> htmldir = @htmldir@
-327a334
-> localedir = @localedir@
-331a339
-> pdfdir = @pdfdir@
-333a342
-> psdir = @psdir@
-357c366
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-395c404
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-397c406
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-540c549
-< KDE_DIST=hi22-app-kmouth.png hi32-app-kmouth.png Makefile.in lo32-app-kmouth.png lo22-app-kmouth.png hi48-app-kmouth.png hi16-app-kmouth.png lo16-app-kmouth.png Makefile.am
----
-> KDE_DIST=lo32-app-kmouth.png lo22-app-kmouth.png hi48-app-kmouth.png hi22-app-kmouth.png hi16-app-kmouth.png lo16-app-kmouth.png hi32-app-kmouth.png Makefile.in Makefile.am
-547,548d555
-< $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps
-< $(INSTALL_DATA) $(srcdir)/hi48-app-kmouth.png $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/kmouth.png
-551,556d557
-< $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/32x32/apps
-< $(INSTALL_DATA) $(srcdir)/lo32-app-kmouth.png $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kmouth.png
-< $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/16x16/apps
-< $(INSTALL_DATA) $(srcdir)/lo16-app-kmouth.png $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kmouth.png
-< $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps
-< $(INSTALL_DATA) $(srcdir)/hi22-app-kmouth.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/kmouth.png
-558a560,561
-> $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/32x32/apps
-> $(INSTALL_DATA) $(srcdir)/lo32-app-kmouth.png $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kmouth.png
-560a564,569
-> $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps
-> $(INSTALL_DATA) $(srcdir)/hi22-app-kmouth.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/kmouth.png
-> $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/16x16/apps
-> $(INSTALL_DATA) $(srcdir)/lo16-app-kmouth.png $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kmouth.png
-> $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps
-> $(INSTALL_DATA) $(srcdir)/hi48-app-kmouth.png $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/kmouth.png
-563d571
-< -rm -f $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/kmouth.png
-565,567d572
-< -rm -f $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kmouth.png
-< -rm -f $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kmouth.png
-< -rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/kmouth.png
-568a574
-> -rm -f $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kmouth.png
-569a576,578
-> -rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/kmouth.png
-> -rm -f $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kmouth.png
-> -rm -f $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/kmouth.png
-97a98
-> GREP = @GREP@
-181a183,185
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-217a222
-> XMKMF = @XMKMF@
-224d228
-< ac_ct_AR = @ac_ct_AR@
-228,229d231
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-249a252
-> datarootdir = @datarootdir@
-251a255,256
-> docdir = @docdir@
-> dvidir = @dvidir@
-263a269
-> htmldir = @htmldir@
-329a336
-> localedir = @localedir@
-333a341
-> pdfdir = @pdfdir@
-335a344
-> psdir = @psdir@
-363c372
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-401c410
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-403c412
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-553,554d561
-< $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions
-< $(INSTALL_DATA) $(srcdir)/hi22-action-phrasehistory_print.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_print.png
-557d563
-< $(INSTALL_DATA) $(srcdir)/hi22-action-phrasehistory_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_save.png
-559c565
-< $(INSTALL_DATA) $(srcdir)/hi16-action-phrasehistory_print.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_print.png
----
-> $(INSTALL_DATA) $(srcdir)/hi16-action-phrasehistory_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_open.png
-561c567
-< $(INSTALL_DATA) $(srcdir)/hi16-action-phrasehistory_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_save.png
----
-> $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions
-562a569,570
-> $(INSTALL_DATA) $(srcdir)/hi22-action-phrasehistory_print.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_print.png
-> $(INSTALL_DATA) $(srcdir)/hi16-action-phrasehistory_print.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_print.png
-564c572,573
-< $(INSTALL_DATA) $(srcdir)/hi16-action-phrasehistory_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_open.png
----
-> $(INSTALL_DATA) $(srcdir)/hi16-action-phrasehistory_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_save.png
-> $(INSTALL_DATA) $(srcdir)/hi22-action-phrasehistory_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_save.png
-567d575
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_print.png
-569,570c577
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_save.png
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_print.png
----
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_open.png
-572d578
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_save.png
-573a580,581
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_print.png
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_print.png
-575c583,584
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_open.png
----
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_save.png
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_save.png
-113a114
-> GREP = @GREP@
-197a199,201
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-233a238
-> XMKMF = @XMKMF@
-240d244
-< ac_ct_AR = @ac_ct_AR@
-244,245d247
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-265a268
-> datarootdir = @datarootdir@
-267a271,272
-> docdir = @docdir@
-> dvidir = @dvidir@
-279a285
-> htmldir = @htmldir@
-345a352
-> localedir = @localedir@
-349a357
-> pdfdir = @pdfdir@
-351a360
-> psdir = @psdir@
-380c389
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-418c427
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-420c429
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-720,721d728
-< $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions
-< $(INSTALL_DATA) $(srcdir)/hi32-action-speak.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/speak.png
-725a733,734
-> $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions
-> $(INSTALL_DATA) $(srcdir)/hi32-action-speak.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/speak.png
-729d737
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/speak.png
-731a740
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/speak.png
-97a98
-> GREP = @GREP@
-181a183,185
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-217a222
-> XMKMF = @XMKMF@
-224d228
-< ac_ct_AR = @ac_ct_AR@
-228,229d231
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-249a252
-> datarootdir = @datarootdir@
-251a255,256
-> docdir = @docdir@
-> dvidir = @dvidir@
-263a269
-> htmldir = @htmldir@
-329a336
-> localedir = @localedir@
-333a341
-> pdfdir = @pdfdir@
-335a344
-> psdir = @psdir@
-363c372
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-401c410
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-403c412
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-554a564,567
-> $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions
-> $(INSTALL_DATA) $(srcdir)/hi16-action-phrase_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_open.png
-> $(INSTALL_DATA) $(srcdir)/hi16-action-phrase.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase.png
-> $(INSTALL_DATA) $(srcdir)/hi16-action-phrase_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_new.png
-558,560d570
-< $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions
-< $(INSTALL_DATA) $(srcdir)/hi16-action-phrase_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_save.png
-< $(INSTALL_DATA) $(srcdir)/hi22-action-phrase_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_open.png
-561a572,573
-> $(INSTALL_DATA) $(srcdir)/hi22-action-phrase_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_open.png
-> $(INSTALL_DATA) $(srcdir)/hi16-action-phrase_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_save.png
-563,565d574
-< $(INSTALL_DATA) $(srcdir)/hi16-action-phrase.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase.png
-< $(INSTALL_DATA) $(srcdir)/hi16-action-phrase_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_open.png
-< $(INSTALL_DATA) $(srcdir)/hi22-action-phrase_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_new.png
-567c576
-< $(INSTALL_DATA) $(srcdir)/hi16-action-phrase_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_new.png
----
-> $(INSTALL_DATA) $(srcdir)/hi22-action-phrase_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_new.png
-570a580,582
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_open.png
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase.png
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_new.png
-573,574d584
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_save.png
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_open.png
-575a586,587
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_open.png
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_save.png
-577,579d588
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase.png
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_open.png
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_new.png
-581c590
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_new.png
----
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_new.png
-97a98
-> GREP = @GREP@
-181a183,185
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-217a222
-> XMKMF = @XMKMF@
-224d228
-< ac_ct_AR = @ac_ct_AR@
-228,229d231
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-249a252
-> datarootdir = @datarootdir@
-251a255,256
-> docdir = @docdir@
-> dvidir = @dvidir@
-263a269
-> htmldir = @htmldir@
-329a336
-> localedir = @localedir@
-333a341
-> pdfdir = @pdfdir@
-335a344
-> psdir = @psdir@
-363c372
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-401c410
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-403c412
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-554c563,564
-< $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook_closed.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_closed.png
----
-> $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook.png
-> $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_open.png
-556c566,568
-< $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_open.png
----
-> $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_new.png
-> $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook_closed.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_closed.png
-> $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_save.png
-558,562c570
-< $(INSTALL_DATA) $(srcdir)/hi16-action-phrasebook_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_open.png
-< $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook_closed.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_closed.png
-< $(INSTALL_DATA) $(srcdir)/hi16-action-phrasebook_closed.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_closed.png
-< $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook.png
-< $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook.png
----
-> $(INSTALL_DATA) $(srcdir)/hi16-action-phrasebook_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_save.png
-564,565c572
-< $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_new.png
-< $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_new.png
----
-> $(INSTALL_DATA) $(srcdir)/hi16-action-phrasebook_closed.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_closed.png
-566a574
-> $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_new.png
-568,570c576,579
-< $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_save.png
-< $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_open.png
-< $(INSTALL_DATA) $(srcdir)/hi16-action-phrasebook_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_save.png
----
-> $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_open.png
-> $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook_closed.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_closed.png
-> $(INSTALL_DATA) $(srcdir)/hi16-action-phrasebook_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_open.png
-> $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook.png
-573,577d581
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_closed.png
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_open.png
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_open.png
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_closed.png
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_closed.png
-579,581c583
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook.png
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook.png
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_new.png
----
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_open.png
-583,584c585
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_new.png
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_save.png
----
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_closed.png
-586d586
-< -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_open.png
-587a588,596
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook.png
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_closed.png
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_new.png
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_new.png
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_save.png
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_open.png
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_closed.png
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_open.png
-> -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook.png
-169a170
-> GREP = @GREP@
-253a255,257
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-289a294
-> XMKMF = @XMKMF@
-296d300
-< ac_ct_AR = @ac_ct_AR@
-300,301d303
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-321a324
-> datarootdir = @datarootdir@
-323a327,328
-> docdir = @docdir@
-> dvidir = @dvidir@
-335a341
-> htmldir = @htmldir@
-401a408
-> localedir = @localedir@
-405a413
-> pdfdir = @pdfdir@
-407a416
-> psdir = @psdir@
-449c458
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-487c496
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-489c498
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-920a930,936
-> phraselist.moc: $(srcdir)/phraselist.h
-> $(MOC) $(srcdir)/phraselist.h -o phraselist.moc
->
-> #>+ 2
-> mocs: phraselist.moc
->
-> #>+ 3
-935,936c951,952
-< phraselist.moc: $(srcdir)/phraselist.h
-< $(MOC) $(srcdir)/phraselist.h -o phraselist.moc
----
-> kmouth.moc: $(srcdir)/kmouth.h
-> $(MOC) $(srcdir)/kmouth.h -o kmouth.moc
-939c955
-< mocs: phraselist.moc
----
-> mocs: kmouth.moc
-949,955d964
-< kmouth.moc: $(srcdir)/kmouth.h
-< $(MOC) $(srcdir)/kmouth.h -o kmouth.moc
-<
-< #>+ 2
-< mocs: kmouth.moc
-<
-< #>+ 3
-957c966
-< -rm -f speech.moc optionsdialog.moc texttospeechsystem.moc phraselist.moc configwizard.moc kmouth.moc
----
-> -rm -f speech.moc phraselist.moc optionsdialog.moc texttospeechsystem.moc kmouth.moc configwizard.moc
-960c969
-< KDE_DIST=Makefile.in kmouth.lsm Makefile.am
----
-> KDE_DIST=kmouth.lsm Makefile.in Makefile.am
-1010c1019
-< kmouth.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/texttospeechconfigurationwidget.cpp $(srcdir)/optionsdialog.cpp $(srcdir)/configwizard.cpp $(srcdir)/phraseedit.cpp $(srcdir)/phraselist.cpp $(srcdir)/speech.cpp $(srcdir)/texttospeechsystem.cpp $(srcdir)/phraselistitem.cpp $(srcdir)/kmouth.cpp $(srcdir)/main.cpp preferencesui.cpp texttospeechconfigurationui.cpp speech.moc texttospeechsystem.moc kmouth.moc preferencesui.moc optionsdialog.moc phraselist.moc texttospeechconfigurationui.moc configwizard.moc
----
-> kmouth.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/texttospeechconfigurationwidget.cpp $(srcdir)/optionsdialog.cpp $(srcdir)/configwizard.cpp $(srcdir)/phraseedit.cpp $(srcdir)/phraselist.cpp $(srcdir)/speech.cpp $(srcdir)/texttospeechsystem.cpp $(srcdir)/phraselistitem.cpp $(srcdir)/kmouth.cpp $(srcdir)/main.cpp preferencesui.cpp texttospeechconfigurationui.cpp speech.moc texttospeechsystem.moc kmouth.moc preferencesui.moc phraselist.moc optionsdialog.moc texttospeechconfigurationui.moc configwizard.moc
-144a145
-> GREP = @GREP@
-228a230,232
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-264a269
-> XMKMF = @XMKMF@
-271d275
-< ac_ct_AR = @ac_ct_AR@
-275,276d278
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-296a299
-> datarootdir = @datarootdir@
-298a302,303
-> docdir = @docdir@
-> dvidir = @dvidir@
-310a316
-> htmldir = @htmldir@
-376a383
-> localedir = @localedir@
-380a388
-> pdfdir = @pdfdir@
-382a391
-> psdir = @psdir@
-419c428
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-457c466
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-459c468
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-136a137
-> GREP = @GREP@
-220a222,224
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-256a261
-> XMKMF = @XMKMF@
-263d267
-< ac_ct_AR = @ac_ct_AR@
-267,268d270
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-288a291
-> datarootdir = @datarootdir@
-290a294,295
-> docdir = @docdir@
-> dvidir = @dvidir@
-302a308
-> htmldir = @htmldir@
-368a375
-> localedir = @localedir@
-372a380
-> pdfdir = @pdfdir@
-374a383
-> psdir = @psdir@
-412c421
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-450c459
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-452c461
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-714c723
-< KDE_DIST=Makefile.in wordcompletionui.ui.h Makefile.am
----
-> KDE_DIST=wordcompletionui.ui.h Makefile.in Makefile.am
-149a150
-> GREP = @GREP@
-233a235,237
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-269a274
-> XMKMF = @XMKMF@
-276d280
-< ac_ct_AR = @ac_ct_AR@
-280,281d283
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-301a304
-> datarootdir = @datarootdir@
-303a307,308
-> docdir = @docdir@
-> dvidir = @dvidir@
-315a321
-> htmldir = @htmldir@
-381a388
-> localedir = @localedir@
-385a393
-> pdfdir = @pdfdir@
-387a396
-> psdir = @psdir@
-433c442
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-471c480
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-473c482
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-793c802
-< KDE_DIST=freeverb_setup.ui Makefile.in ksayit_libFreeverb_service.desktop ksayit_libFreeverb.desktop configure.in.in Makefile.am
----
-> KDE_DIST=ksayit_libFreeverb_service.desktop ksayit_libFreeverb.desktop freeverb_setup.ui configure.in.in Makefile.in Makefile.am
-143a144
-> GREP = @GREP@
-227a229,231
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-263a268
-> XMKMF = @XMKMF@
-270d274
-< ac_ct_AR = @ac_ct_AR@
-274,275d277
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-295a298
-> datarootdir = @datarootdir@
-297a301,302
-> docdir = @docdir@
-> dvidir = @dvidir@
-309a315
-> htmldir = @htmldir@
-375a382
-> localedir = @localedir@
-379a387
-> pdfdir = @pdfdir@
-381a390
-> psdir = @psdir@
-433c442
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-471c480
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-473c482
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-758,759c767,768
-< kttsdlibtalker2.moc: $(srcdir)/kttsdlibtalker2.h
-< $(MOC) $(srcdir)/kttsdlibtalker2.h -o kttsdlibtalker2.moc
----
-> kttsdlib.moc: $(srcdir)/kttsdlib.h
-> $(MOC) $(srcdir)/kttsdlib.h -o kttsdlib.moc
-762c771
-< mocs: kttsdlibtalker2.moc
----
-> mocs: kttsdlib.moc
-765,766c774,775
-< kttsdlib.moc: $(srcdir)/kttsdlib.h
-< $(MOC) $(srcdir)/kttsdlib.h -o kttsdlib.moc
----
-> kttsdlibtalker2.moc: $(srcdir)/kttsdlibtalker2.h
-> $(MOC) $(srcdir)/kttsdlibtalker2.h -o kttsdlibtalker2.moc
-769c778
-< mocs: kttsdlib.moc
----
-> mocs: kttsdlibtalker2.moc
-773c782
-< -rm -f kttsdlibsetupimpl.moc kttsdlibtalker2.moc kttsdlib.moc
----
-> -rm -f kttsdlibsetupimpl.moc kttsdlib.moc kttsdlibtalker2.moc
-835c844
-< libKTTSD_Lib_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kttsdlib.cpp $(srcdir)/kttsdlibsetupimpl.cpp $(srcdir)/kttsdlibtalker2.cpp kspeech_stub.cpp kspeechsink_skel.cpp KTTSDlibSetup.cpp kttsdlibsetupimpl.moc kttsdlib.moc kttsdlibtalker2.moc KTTSDlibSetup.moc
----
-> libKTTSD_Lib_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kttsdlib.cpp $(srcdir)/kttsdlibsetupimpl.cpp $(srcdir)/kttsdlibtalker2.cpp kspeech_stub.cpp kspeechsink_skel.cpp KTTSDlibSetup.cpp kttsdlibsetupimpl.moc kttsdlibtalker2.moc kttsdlib.moc KTTSDlibSetup.moc
-112a113
-> GREP = @GREP@
-196a198,200
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-232a237
-> XMKMF = @XMKMF@
-239d243
-< ac_ct_AR = @ac_ct_AR@
-243,244d246
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-264a267
-> datarootdir = @datarootdir@
-266a270,271
-> docdir = @docdir@
-> dvidir = @dvidir@
-278a284
-> htmldir = @htmldir@
-344a351
-> localedir = @localedir@
-348a356
-> pdfdir = @pdfdir@
-350a359
-> psdir = @psdir@
-375c384
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-413c422
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-415c424
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-702c711
-< KDE_DIST=DocBook.README Makefile.in ksayit.kdevelop Doxyfile configure.in.in Makefile.am
----
-> KDE_DIST=DocBook.README Doxyfile configure.in.in Makefile.in ksayit.kdevelop Makefile.am
-164a165
-> GREP = @GREP@
-248a250,252
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-284a289
-> XMKMF = @XMKMF@
-291d295
-< ac_ct_AR = @ac_ct_AR@
-295,296d298
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-316a319
-> datarootdir = @datarootdir@
-318a322,323
-> docdir = @docdir@
-> dvidir = @dvidir@
-330a336
-> htmldir = @htmldir@
-396a403
-> localedir = @localedir@
-400a408
-> pdfdir = @pdfdir@
-402a411
-> psdir = @psdir@
-465c474
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-503c512
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-505c514
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-861,862c870,871
-< fxpluginhandler.moc: $(srcdir)/fxpluginhandler.h
-< $(MOC) $(srcdir)/fxpluginhandler.h -o fxpluginhandler.moc
----
-> ksayitsystemtray.moc: $(srcdir)/ksayitsystemtray.h
-> $(MOC) $(srcdir)/ksayitsystemtray.h -o ksayitsystemtray.moc
-865c874
-< mocs: fxpluginhandler.moc
----
-> mocs: ksayitsystemtray.moc
-868,869c877,878
-< ksayitsystemtray.moc: $(srcdir)/ksayitsystemtray.h
-< $(MOC) $(srcdir)/ksayitsystemtray.h -o ksayitsystemtray.moc
----
-> fxpluginhandler.moc: $(srcdir)/fxpluginhandler.h
-> $(MOC) $(srcdir)/fxpluginhandler.h -o fxpluginhandler.moc
-872c881
-< mocs: ksayitsystemtray.moc
----
-> mocs: fxpluginhandler.moc
-882,883c891,892
-< fxsetupimpl.moc: $(srcdir)/fxsetupimpl.h
-< $(MOC) $(srcdir)/fxsetupimpl.h -o fxsetupimpl.moc
----
-> ksayitviewimpl.moc: $(srcdir)/ksayitviewimpl.h
-> $(MOC) $(srcdir)/ksayitviewimpl.h -o ksayitviewimpl.moc
-886c895
-< mocs: fxsetupimpl.moc
----
-> mocs: ksayitviewimpl.moc
-889,890c898,899
-< ksayitviewimpl.moc: $(srcdir)/ksayitviewimpl.h
-< $(MOC) $(srcdir)/ksayitviewimpl.h -o ksayitviewimpl.moc
----
-> fxsetupimpl.moc: $(srcdir)/fxsetupimpl.h
-> $(MOC) $(srcdir)/fxsetupimpl.h -o fxsetupimpl.moc
-893c902
-< mocs: ksayitviewimpl.moc
----
-> mocs: fxsetupimpl.moc
-897c906
-< -rm -f contextmenuhandler.moc voicesetupdlg.moc ksayit.moc fxpluginhandler.moc ksayitsystemtray.moc ksayit_fxplugin.moc.cpp fxsetupimpl.moc ksayitviewimpl.moc
----
-> -rm -f contextmenuhandler.moc voicesetupdlg.moc ksayit.moc ksayitsystemtray.moc fxpluginhandler.moc ksayit_fxplugin.moc.cpp ksayitviewimpl.moc fxsetupimpl.moc
-900c909
-< KDE_DIST=ksayitui.rc DocTreeView.ui hi32-app-ksayit.png Makefile.in hi32-app-ksayit_clipempty.png hi16-app-ksayit.png DocTreeView.ui.h fx_setup.ui hi32-app-ksayit_talking.png ContextMenus.xml KSayItView.ui ksayit.desktop Makefile.am
----
-> KDE_DIST=ksayitui.rc hi32-app-ksayit_clipempty.png hi16-app-ksayit.png DocTreeView.ui.h DocTreeView.ui fx_setup.ui hi32-app-ksayit_talking.png hi32-app-ksayit.png ContextMenus.xml KSayItView.ui Makefile.in ksayit.desktop Makefile.am
-920d928
-< $(INSTALL_DATA) $(srcdir)/hi32-app-ksayit_talking.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit_talking.png
-922d929
-< $(INSTALL_DATA) $(srcdir)/hi32-app-ksayit.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit.png
-924a932,933
-> $(INSTALL_DATA) $(srcdir)/hi32-app-ksayit_talking.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit_talking.png
-> $(INSTALL_DATA) $(srcdir)/hi32-app-ksayit.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit.png
-927d935
-< -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit_talking.png
-929d936
-< -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit.png
-930a938,939
-> -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit_talking.png
-> -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit.png
-971c980
-< ksayit.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/doctreeviewimpl.cpp $(srcdir)/effectstack.cpp $(srcdir)/fxpluginhandler.cpp $(srcdir)/fxsetupimpl.cpp $(srcdir)/ksayitsystemtray.cpp $(srcdir)/ksayitviewimpl.cpp $(srcdir)/main.cpp $(srcdir)/voicesetupdlg.cpp $(srcdir)/ksayit.cpp $(srcdir)/parasaxparser.cpp $(srcdir)/saxhandler.cpp $(srcdir)/ksayitbookmarkhandler.cpp $(srcdir)/contextmenuhandler.cpp $(srcdir)/docbookclasses.cpp $(srcdir)/docbookgenerator.cpp $(srcdir)/docbookparser.cpp ksayit_skel.cpp DocTreeView.cpp fx_setup.cpp KSayItView.cpp ksayit_fxplugin.moc.cpp contextmenuhandler.moc voicesetupdlg.moc ksayit.moc fx_setup.moc fxpluginhandler.moc ksayitsystemtray.moc ksayitviewimpl.moc fxsetupimpl.moc DocTreeView.moc KSayItView.moc
----
-> ksayit.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/doctreeviewimpl.cpp $(srcdir)/effectstack.cpp $(srcdir)/fxpluginhandler.cpp $(srcdir)/fxsetupimpl.cpp $(srcdir)/ksayitsystemtray.cpp $(srcdir)/ksayitviewimpl.cpp $(srcdir)/main.cpp $(srcdir)/voicesetupdlg.cpp $(srcdir)/ksayit.cpp $(srcdir)/parasaxparser.cpp $(srcdir)/saxhandler.cpp $(srcdir)/ksayitbookmarkhandler.cpp $(srcdir)/contextmenuhandler.cpp $(srcdir)/docbookclasses.cpp $(srcdir)/docbookgenerator.cpp $(srcdir)/docbookparser.cpp ksayit_skel.cpp DocTreeView.cpp fx_setup.cpp KSayItView.cpp ksayit_fxplugin.moc.cpp contextmenuhandler.moc voicesetupdlg.moc ksayit.moc fx_setup.moc ksayitsystemtray.moc fxpluginhandler.moc fxsetupimpl.moc ksayitviewimpl.moc DocTreeView.moc KSayItView.moc
-138a139
-> GREP = @GREP@
-222a224,226
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-258a263
-> XMKMF = @XMKMF@
-265d269
-< ac_ct_AR = @ac_ct_AR@
-269,270d272
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-290a293
-> datarootdir = @datarootdir@
-292a296,297
-> docdir = @docdir@
-> dvidir = @dvidir@
-304a310
-> htmldir = @htmldir@
-370a377
-> localedir = @localedir@
-374a382
-> pdfdir = @pdfdir@
-376a385
-> psdir = @psdir@
-417c426
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-455c464
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-457c466
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-111a112
-> GREP = @GREP@
-195a197,199
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-231a236
-> XMKMF = @XMKMF@
-238d242
-< ac_ct_AR = @ac_ct_AR@
-242,243d245
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-263a266
-> datarootdir = @datarootdir@
-265a269,270
-> docdir = @docdir@
-> dvidir = @dvidir@
-277a283
-> htmldir = @htmldir@
-343a350
-> localedir = @localedir@
-347a355
-> pdfdir = @pdfdir@
-349a358
-> psdir = @psdir@
-373c382
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-411c420
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-413c422
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-95a96
-> GREP = @GREP@
-179a181,183
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-215a220
-> XMKMF = @XMKMF@
-222d226
-< ac_ct_AR = @ac_ct_AR@
-226,227d229
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-247a250
-> datarootdir = @datarootdir@
-249a253,254
-> docdir = @docdir@
-> dvidir = @dvidir@
-261a267
-> htmldir = @htmldir@
-327a334
-> localedir = @localedir@
-331a339
-> pdfdir = @pdfdir@
-333a342
-> psdir = @psdir@
-357c366
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-395c404
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-397c406
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-540c549
-< KDE_DIST=cr64-app-kttsd.png cr48-app-kttsd.png cr32-app-kttsd.png Makefile.in cr128-app-kttsd.png cr22-app-kttsd.png cr16-app-kttsd.png Makefile.am crsc-app-kttsd.svgz
----
-> KDE_DIST=cr22-app-kttsd.png cr64-app-kttsd.png cr48-app-kttsd.png cr16-app-kttsd.png cr32-app-kttsd.png Makefile.in Makefile.am crsc-app-kttsd.svgz cr128-app-kttsd.png
-547,548c556,561
-< $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps
-< $(INSTALL_DATA) $(srcdir)/cr22-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/kttsd.png
----
-> $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps
-> $(INSTALL_DATA) $(srcdir)/cr48-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/kttsd.png
-> $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps
-> $(INSTALL_DATA) $(srcdir)/cr128-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/kttsd.png
-> $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps
-> $(INSTALL_DATA) $(srcdir)/crsc-app-kttsd.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/kttsd.svgz
-552a566,567
-> $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps
-> $(INSTALL_DATA) $(srcdir)/cr22-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/kttsd.png
-555,560d569
-< $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps
-< $(INSTALL_DATA) $(srcdir)/cr128-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/kttsd.png
-< $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps
-< $(INSTALL_DATA) $(srcdir)/crsc-app-kttsd.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/kttsd.svgz
-< $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps
-< $(INSTALL_DATA) $(srcdir)/cr48-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/kttsd.png
-563c572,574
-< -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/kttsd.png
----
-> -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/kttsd.png
-> -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/kttsd.png
-> -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/kttsd.svgz
-565a577
-> -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/kttsd.png
-567,569d578
-< -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/kttsd.png
-< -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/kttsd.svgz
-< -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/kttsd.png
-112a113
-> GREP = @GREP@
-196a198,200
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-232a237
-> XMKMF = @XMKMF@
-239d243
-< ac_ct_AR = @ac_ct_AR@
-243,244d246
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-264a267
-> datarootdir = @datarootdir@
-266a270,271
-> docdir = @docdir@
-> dvidir = @dvidir@
-278a284
-> htmldir = @htmldir@
-344a351
-> localedir = @localedir@
-348a356
-> pdfdir = @pdfdir@
-350a359
-> psdir = @psdir@
-382c391
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-420c429
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-422c431
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-111a112
-> GREP = @GREP@
-195a197,199
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-231a236
-> XMKMF = @XMKMF@
-238d242
-< ac_ct_AR = @ac_ct_AR@
-242,243d245
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-263a266
-> datarootdir = @datarootdir@
-265a269,270
-> docdir = @docdir@
-> dvidir = @dvidir@
-277a283
-> htmldir = @htmldir@
-343a350
-> localedir = @localedir@
-347a355
-> pdfdir = @pdfdir@
-349a358
-> psdir = @psdir@
-375c384
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-413c422
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-415c424
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-111a112
-> GREP = @GREP@
-195a197,199
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-231a236
-> XMKMF = @XMKMF@
-238d242
-< ac_ct_AR = @ac_ct_AR@
-242,243d245
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-263a266
-> datarootdir = @datarootdir@
-265a269,270
-> docdir = @docdir@
-> dvidir = @dvidir@
-277a283
-> htmldir = @htmldir@
-343a350
-> localedir = @localedir@
-347a355
-> pdfdir = @pdfdir@
-349a358
-> psdir = @psdir@
-376c385
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-414c423
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-416c425
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-150a151
-> GREP = @GREP@
-234a236,238
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-270a275
-> XMKMF = @XMKMF@
-277d281
-< ac_ct_AR = @ac_ct_AR@
-281,282d284
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-302a305
-> datarootdir = @datarootdir@
-304a308,309
-> docdir = @docdir@
-> dvidir = @dvidir@
-316a322
-> htmldir = @htmldir@
-382a389
-> localedir = @localedir@
-386a394
-> pdfdir = @pdfdir@
-388a397
-> psdir = @psdir@
-429c438
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-467c476
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-469c478
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-145a146
-> GREP = @GREP@
-229a231,233
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-265a270
-> XMKMF = @XMKMF@
-272d276
-< ac_ct_AR = @ac_ct_AR@
-276,277d279
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-297a300
-> datarootdir = @datarootdir@
-299a303,304
-> docdir = @docdir@
-> dvidir = @dvidir@
-311a317
-> htmldir = @htmldir@
-377a384
-> localedir = @localedir@
-381a389
-> pdfdir = @pdfdir@
-383a392
-> psdir = @psdir@
-437c446
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-475c484
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-477c486
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-803c812
-< KDE_DIST=sbdconf.h polish_festival_sbdrc kttsd_sbdplugin.desktop Makefile.in standard_sbdrc sbdconfwidget.ui Makefile.am
----
-> KDE_DIST=sbdconf.h standard_sbdrc polish_festival_sbdrc kttsd_sbdplugin.desktop sbdconfwidget.ui Makefile.in Makefile.am
-149a150
-> GREP = @GREP@
-233a235,237
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-269a274
-> XMKMF = @XMKMF@
-276d280
-< ac_ct_AR = @ac_ct_AR@
-280,281d283
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-301a304
-> datarootdir = @datarootdir@
-303a307,308
-> docdir = @docdir@
-> dvidir = @dvidir@
-315a321
-> htmldir = @htmldir@
-381a388
-> localedir = @localedir@
-385a393
-> pdfdir = @pdfdir@
-387a396
-> psdir = @psdir@
-450c459
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-488c497
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-490c499
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-816c825
-< KDE_DIST=festival_unspeakable_chars.xml qt2plaintext.xml stringreplacerconf.h polish_festival_unspeakables.xml stringreplacerproc.h Makefile.in chat-de.xml chat.xml editreplacementwidget.ui abbreviations.xml stringreplacerconfwidget.ui polish_festival_fixes.xml kmail.xml kttsd_stringreplacerplugin.desktop Makefile.am emoticons.xml
----
-> KDE_DIST=festival_unspeakable_chars.xml abbreviations.xml qt2plaintext.xml stringreplacerconfwidget.ui stringreplacerconf.h polish_festival_unspeakables.xml polish_festival_fixes.xml kmail.xml stringreplacerproc.h kttsd_stringreplacerplugin.desktop Makefile.in chat-de.xml editreplacementwidget.ui chat.xml emoticons.xml Makefile.am
-148a149
-> GREP = @GREP@
-232a234,236
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-268a273
-> XMKMF = @XMKMF@
-275d279
-< ac_ct_AR = @ac_ct_AR@
-279,280d282
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-300a303
-> datarootdir = @datarootdir@
-302a306,307
-> docdir = @docdir@
-> dvidir = @dvidir@
-314a320
-> htmldir = @htmldir@
-380a387
-> localedir = @localedir@
-384a392
-> pdfdir = @pdfdir@
-386a395
-> psdir = @psdir@
-439c448
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-477c486
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-479c488
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-805c814
-< KDE_DIST=Makefile.in talkerchooserconf.h female_notifications_rc talkerchooserconfwidget.ui talkerchooserproc.h Makefile.am kttsd_talkerchooserplugin.desktop
----
-> KDE_DIST=talkerchooserconfwidget.ui Makefile.in talkerchooserconf.h talkerchooserproc.h female_notifications_rc Makefile.am kttsd_talkerchooserplugin.desktop
-149a150
-> GREP = @GREP@
-233a235,237
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-269a274
-> XMKMF = @XMKMF@
-276d280
-< ac_ct_AR = @ac_ct_AR@
-280,281d283
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-301a304
-> datarootdir = @datarootdir@
-303a307,308
-> docdir = @docdir@
-> dvidir = @dvidir@
-315a321
-> htmldir = @htmldir@
-381a388
-> localedir = @localedir@
-385a393
-> pdfdir = @pdfdir@
-387a396
-> psdir = @psdir@
-438c447
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-476c485
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-478c487
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-804c813
-< KDE_DIST=xmltransformerproc.h xhtml2ssml.xsl Makefile.in kttsd_xmltransformerplugin.desktop xhtml2ssml_simple.xsl xmltransformerconf.h xmltransformerconfwidget.ui Makefile.am
----
-> KDE_DIST=xhtml2ssml_simple.xsl xmltransformerproc.h xmltransformerconf.h xhtml2ssml.xsl xmltransformerconfwidget.ui Makefile.in Makefile.am kttsd_xmltransformerplugin.desktop
-95a96
-> GREP = @GREP@
-179a181,183
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-215a220
-> XMKMF = @XMKMF@
-222d226
-< ac_ct_AR = @ac_ct_AR@
-226,227d229
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-247a250
-> datarootdir = @datarootdir@
-249a253,254
-> docdir = @docdir@
-> dvidir = @dvidir@
-261a267
-> htmldir = @htmldir@
-327a334
-> localedir = @localedir@
-331a339
-> pdfdir = @pdfdir@
-333a342
-> psdir = @psdir@
-357c366
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-395c404
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-397c406
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-540c549
-< KDE_DIST=hi16-action-nospeak.png lo22-action-speak.png hi32-action-speak.png Makefile.in hi16-action-male.png lo16-action-speak.png hi16-action-female.png hi48-action-nospeak.png hi22-action-nospeak.png hi16-action-speak.png hi32-action-nospeak.png hi48-action-speak.png hi22-action-speak.png Makefile.am lo32-action-speak.png
----
-> KDE_DIST=hi16-action-nospeak.png hi22-action-nospeak.png lo22-action-speak.png hi16-action-speak.png hi32-action-speak.png hi32-action-nospeak.png Makefile.in hi48-action-speak.png hi22-action-speak.png hi16-action-male.png lo16-action-speak.png Makefile.am hi16-action-female.png lo32-action-speak.png hi48-action-nospeak.png
-547,548d555
-< $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/22x22/actions
-< $(INSTALL_DATA) $(srcdir)/hi22-action-nospeak.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/actions/nospeak.png
-551,552d557
-< $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions
-< $(INSTALL_DATA) $(srcdir)/hi16-action-male.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/male.png
-555c560
-< $(INSTALL_DATA) $(srcdir)/hi16-action-nospeak.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/nospeak.png
----
-> $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/22x22/actions
-557c562
-< $(INSTALL_DATA) $(srcdir)/hi32-action-speak.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/actions/speak.png
----
-> $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions
-558a564,565
-> $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/32x32/actions
-> $(INSTALL_DATA) $(srcdir)/lo32-action-speak.png $(DESTDIR)$(kde_icondir)/locolor/32x32/actions/speak.png
-561a569,571
-> $(INSTALL_DATA) $(srcdir)/hi32-action-speak.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/actions/speak.png
-> $(INSTALL_DATA) $(srcdir)/hi22-action-nospeak.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/actions/nospeak.png
-> $(INSTALL_DATA) $(srcdir)/hi16-action-nospeak.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/nospeak.png
-565,566c575
-< $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/32x32/actions
-< $(INSTALL_DATA) $(srcdir)/lo32-action-speak.png $(DESTDIR)$(kde_icondir)/locolor/32x32/actions/speak.png
----
-> $(INSTALL_DATA) $(srcdir)/hi16-action-male.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/male.png
-569d577
-< -rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/actions/nospeak.png
-571d578
-< -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/male.png
-573d579
-< -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/nospeak.png
-575d580
-< -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/actions/speak.png
-576a582
-> -rm -f $(DESTDIR)$(kde_icondir)/locolor/32x32/actions/speak.png
-578a585,587
-> -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/actions/speak.png
-> -rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/actions/nospeak.png
-> -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/nospeak.png
-581c590
-< -rm -f $(DESTDIR)$(kde_icondir)/locolor/32x32/actions/speak.png
----
-> -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/male.png
-147a148
-> GREP = @GREP@
-231a233,235
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-267a272
-> XMKMF = @XMKMF@
-274d278
-< ac_ct_AR = @ac_ct_AR@
-278,279d281
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-299a302
-> datarootdir = @datarootdir@
-301a305,306
-> docdir = @docdir@
-> dvidir = @dvidir@
-313a319
-> htmldir = @htmldir@
-379a386
-> localedir = @localedir@
-383a391
-> pdfdir = @pdfdir@
-385a394
-> psdir = @psdir@
-474c483
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-512c521
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-514c523
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-857c866
-< KDE_DIST=kcmkttsd_testmessage.desktop kcmkttsd.desktop kcmkttsmgrwidget.ui selecteventwidget.ui Makefile.in addtalkerwidget.ui Makefile.am
----
-> KDE_DIST=kcmkttsd_testmessage.desktop kcmkttsd.desktop kcmkttsmgrwidget.ui addtalkerwidget.ui selecteventwidget.ui Makefile.in Makefile.am
-152a153
-> GREP = @GREP@
-236a238,240
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-272a277
-> XMKMF = @XMKMF@
-279d283
-< ac_ct_AR = @ac_ct_AR@
-283,284d286
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-304a307
-> datarootdir = @datarootdir@
-306a310,311
-> docdir = @docdir@
-> dvidir = @dvidir@
-318a324
-> htmldir = @htmldir@
-384a391
-> localedir = @localedir@
-388a396
-> pdfdir = @pdfdir@
-390a399
-> psdir = @psdir@
-470c479
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-508c517
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-510c519
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-857c866
-< KDE_DIST=filtermgr.h kttsd.h Makefile.in speaker.h speechdata.h kttsd.desktop SSMLtoPlainText.xsl talkermgr.h Makefile.am
----
-> KDE_DIST=speechdata.h filtermgr.h kttsd.desktop kttsd.h SSMLtoPlainText.xsl talkermgr.h Makefile.in speaker.h Makefile.am
-146a147
-> GREP = @GREP@
-230a232,234
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-266a271
-> XMKMF = @XMKMF@
-273d277
-< ac_ct_AR = @ac_ct_AR@
-277,278d280
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-298a301
-> datarootdir = @datarootdir@
-300a304,305
-> docdir = @docdir@
-> dvidir = @dvidir@
-312a318
-> htmldir = @htmldir@
-378a385
-> localedir = @localedir@
-382a390
-> pdfdir = @pdfdir@
-384a393
-> psdir = @psdir@
-451c460
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-489c498
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-491c500
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-805c814
-< KDE_DIST=kttsjobmgr.h Makefile.in kttsjobmgr.desktop Makefile.am
----
-> KDE_DIST=kttsjobmgr.desktop kttsjobmgr.h Makefile.in Makefile.am
-144a145
-> GREP = @GREP@
-228a230,232
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-264a269
-> XMKMF = @XMKMF@
-271d275
-< ac_ct_AR = @ac_ct_AR@
-275,276d278
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-296a299
-> datarootdir = @datarootdir@
-298a302,303
-> docdir = @docdir@
-> dvidir = @dvidir@
-310a316
-> htmldir = @htmldir@
-376a383
-> localedir = @localedir@
-380a388
-> pdfdir = @pdfdir@
-382a391
-> psdir = @psdir@
-440c449
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-478c487
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-480c489
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-148a149
-> GREP = @GREP@
-232a234,236
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-268a273
-> XMKMF = @XMKMF@
-275d279
-< ac_ct_AR = @ac_ct_AR@
-279,280d282
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-300a303
-> datarootdir = @datarootdir@
-302a306,307
-> docdir = @docdir@
-> dvidir = @dvidir@
-314a320
-> htmldir = @htmldir@
-380a387
-> localedir = @localedir@
-384a392
-> pdfdir = @pdfdir@
-386a395
-> psdir = @psdir@
-472c481
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-510c519
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-512c521
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-803,804c812,813
-< pluginproc.moc: $(srcdir)/pluginproc.h
-< $(MOC) $(srcdir)/pluginproc.h -o pluginproc.moc
----
-> filterproc.moc: $(srcdir)/filterproc.h
-> $(MOC) $(srcdir)/filterproc.h -o filterproc.moc
-807c816
-< mocs: pluginproc.moc
----
-> mocs: filterproc.moc
-810,811c819,820
-< filterproc.moc: $(srcdir)/filterproc.h
-< $(MOC) $(srcdir)/filterproc.h -o filterproc.moc
----
-> pluginproc.moc: $(srcdir)/pluginproc.h
-> $(MOC) $(srcdir)/pluginproc.h -o pluginproc.moc
-814c823
-< mocs: filterproc.moc
----
-> mocs: pluginproc.moc
-831,832c840,841
-< player.moc.cpp: $(srcdir)/player.h
-< $(MOC) $(srcdir)/player.h -o player.moc.cpp
----
-> filterconf.moc: $(srcdir)/filterconf.h
-> $(MOC) $(srcdir)/filterconf.h -o filterconf.moc
-835c844
-< mocs: player.moc.cpp
----
-> mocs: filterconf.moc
-838,839c847,848
-< filterconf.moc: $(srcdir)/filterconf.h
-< $(MOC) $(srcdir)/filterconf.h -o filterconf.moc
----
-> player.moc.cpp: $(srcdir)/player.h
-> $(MOC) $(srcdir)/player.h -o player.moc.cpp
-842c851
-< mocs: filterconf.moc
----
-> mocs: player.moc.cpp
-853c862
-< -rm -f pluginproc.moc filterproc.moc selecttalkerdlg.moc stretcher.moc player.moc.cpp filterconf.moc pluginconf.moc
----
-> -rm -f filterproc.moc pluginproc.moc selecttalkerdlg.moc stretcher.moc filterconf.moc player.moc.cpp pluginconf.moc
-856c865
-< KDE_DIST=selecttalkerwidget.ui notify.h Makefile.in kttsd_synthplugin.desktop filterproc.h filterconf.h Makefile.am
----
-> KDE_DIST=selecttalkerwidget.ui kttsd_synthplugin.desktop notify.h filterproc.h Makefile.in filterconf.h Makefile.am
-909c918
-< libkttsd_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/pluginproc.cpp $(srcdir)/pluginconf.cpp $(srcdir)/testplayer.cpp $(srcdir)/stretcher.cpp $(srcdir)/talkercode.cpp $(srcdir)/filterproc.cpp $(srcdir)/filterconf.cpp $(srcdir)/utils.cpp $(srcdir)/selecttalkerdlg.cpp $(srcdir)/notify.cpp selecttalkerwidget.cpp player.moc.cpp filterproc.moc pluginproc.moc selecttalkerdlg.moc selecttalkerwidget.moc filterconf.moc stretcher.moc pluginconf.moc
----
-> libkttsd_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/pluginproc.cpp $(srcdir)/pluginconf.cpp $(srcdir)/testplayer.cpp $(srcdir)/stretcher.cpp $(srcdir)/talkercode.cpp $(srcdir)/filterproc.cpp $(srcdir)/filterconf.cpp $(srcdir)/utils.cpp $(srcdir)/selecttalkerdlg.cpp $(srcdir)/notify.cpp selecttalkerwidget.cpp player.moc.cpp pluginproc.moc filterproc.moc selecttalkerdlg.moc selecttalkerwidget.moc filterconf.moc stretcher.moc pluginconf.moc
-112a113
-> GREP = @GREP@
-196a198,200
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-232a237
-> XMKMF = @XMKMF@
-239d243
-< ac_ct_AR = @ac_ct_AR@
-243,244d246
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-264a267
-> datarootdir = @datarootdir@
-266a270,271
-> docdir = @docdir@
-> dvidir = @dvidir@
-278a284
-> htmldir = @htmldir@
-344a351
-> localedir = @localedir@
-348a356
-> pdfdir = @pdfdir@
-350a359
-> psdir = @psdir@
-388c397
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-426c435
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-428c437
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-721c730
-< KDE_DIST=sample.polish TODO.french sample.ssml kttsd.lsm Makefile.in configure.in.bot cvs2dist clean_obsolete.sh configure.in.in README.kttsd Makefile.am
----
-> KDE_DIST=sample.polish configure.in.bot TODO.french cvs2dist sample.ssml clean_obsolete.sh kttsd.lsm configure.in.in Makefile.in README.kttsd Makefile.am
-147a148
-> GREP = @GREP@
-231a233,235
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-267a272
-> XMKMF = @XMKMF@
-274d278
-< ac_ct_AR = @ac_ct_AR@
-278,279d281
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-299a302
-> datarootdir = @datarootdir@
-301a305,306
-> docdir = @docdir@
-> dvidir = @dvidir@
-313a319
-> htmldir = @htmldir@
-379a386
-> localedir = @localedir@
-383a391
-> pdfdir = @pdfdir@
-385a394
-> psdir = @psdir@
-441c450
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-479c488
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-481c490
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-144a145
-> GREP = @GREP@
-228a230,232
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-264a269
-> XMKMF = @XMKMF@
-271d275
-< ac_ct_AR = @ac_ct_AR@
-275,276d278
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-296a299
-> datarootdir = @datarootdir@
-298a302,303
-> docdir = @docdir@
-> dvidir = @dvidir@
-310a316
-> htmldir = @htmldir@
-376a383
-> localedir = @localedir@
-380a388
-> pdfdir = @pdfdir@
-382a391
-> psdir = @psdir@
-440c449
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-478c487
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-480c489
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-144a145
-> GREP = @GREP@
-228a230,232
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-264a269
-> XMKMF = @XMKMF@
-271d275
-< ac_ct_AR = @ac_ct_AR@
-275,276d278
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-296a299
-> datarootdir = @datarootdir@
-298a302,303
-> docdir = @docdir@
-> dvidir = @dvidir@
-310a316
-> htmldir = @htmldir@
-376a383
-> localedir = @localedir@
-380a388
-> pdfdir = @pdfdir@
-382a391
-> psdir = @psdir@
-441c450
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-479c488
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-481c490
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-779c788
-< KDE_DIST=Makefile.in kttsd_artsplugin.desktop Makefile.am
----
-> KDE_DIST=kttsd_artsplugin.desktop Makefile.in Makefile.am
-146a147
-> GREP = @GREP@
-230a232,234
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-266a271
-> XMKMF = @XMKMF@
-273d277
-< ac_ct_AR = @ac_ct_AR@
-277,278d280
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-298a301
-> datarootdir = @datarootdir@
-300a304,305
-> docdir = @docdir@
-> dvidir = @dvidir@
-312a318
-> htmldir = @htmldir@
-378a385
-> localedir = @localedir@
-382a390
-> pdfdir = @pdfdir@
-384a393
-> psdir = @psdir@
-443c452
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-481c490
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-483c492
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-781c790
-< KDE_DIST=Makefile.in kttsd_gstplugin.desktop Makefile.am
----
-> KDE_DIST=kttsd_gstplugin.desktop Makefile.in Makefile.am
-121a122
-> GREP = @GREP@
-205a207,209
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-241a246
-> XMKMF = @XMKMF@
-248d252
-< ac_ct_AR = @ac_ct_AR@
-252,253d255
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-273a276
-> datarootdir = @datarootdir@
-275a279,280
-> docdir = @docdir@
-> dvidir = @dvidir@
-287a293
-> htmldir = @htmldir@
-353a360
-> localedir = @localedir@
-357a365
-> pdfdir = @pdfdir@
-359a368
-> psdir = @psdir@
-401c410
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-439c448
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-441c450
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-144a145
-> GREP = @GREP@
-228a230,232
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-264a269
-> XMKMF = @XMKMF@
-271d275
-< ac_ct_AR = @ac_ct_AR@
-275,276d278
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-296a299
-> datarootdir = @datarootdir@
-298a302,303
-> docdir = @docdir@
-> dvidir = @dvidir@
-310a316
-> htmldir = @htmldir@
-376a383
-> localedir = @localedir@
-380a388
-> pdfdir = @pdfdir@
-382a391
-> psdir = @psdir@
-428c437
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-466c475
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-468c477
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-774c783
-< KDE_DIST=Makefile.in kttsd_commandplugin.desktop commandconfwidget.ui configure.in.in commandconf.h Makefile.am commandproc.h
----
-> KDE_DIST=commandconfwidget.ui configure.in.in commandconf.h Makefile.in Makefile.am commandproc.h kttsd_commandplugin.desktop
-146a147
-> GREP = @GREP@
-230a232,234
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-266a271
-> XMKMF = @XMKMF@
-273d277
-< ac_ct_AR = @ac_ct_AR@
-277,278d280
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-298a301
-> datarootdir = @datarootdir@
-300a304,305
-> docdir = @docdir@
-> dvidir = @dvidir@
-312a318
-> htmldir = @htmldir@
-378a385
-> localedir = @localedir@
-382a390
-> pdfdir = @pdfdir@
-384a393
-> psdir = @psdir@
-431c440
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-469c478
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-471c480
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-777c786
-< KDE_DIST=Makefile.in configure.in.bot kttsd_eposplugin.desktop configure.in.in eposconfwidget.ui Makefile.am
----
-> KDE_DIST=configure.in.bot kttsd_eposplugin.desktop configure.in.in Makefile.in eposconfwidget.ui Makefile.am
-152a153
-> GREP = @GREP@
-236a238,240
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-272a277
-> XMKMF = @XMKMF@
-279d283
-< ac_ct_AR = @ac_ct_AR@
-283,284d286
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-304a307
-> datarootdir = @datarootdir@
-306a310,311
-> docdir = @docdir@
-> dvidir = @dvidir@
-318a324
-> htmldir = @htmldir@
-384a391
-> localedir = @localedir@
-388a396
-> pdfdir = @pdfdir@
-390a399
-> psdir = @psdir@
-443c452
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-481c490
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-483c492
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-830c839
-< KDE_DIST=festivalintproc.h kttsd_festivalintplugin.desktop voices SSMLtoSable.xsl Makefile.in festivalintconf.h configure.in.bot sabletowave.scm configure.in.in festivalintconfwidget.ui Makefile.am
----
-> KDE_DIST=configure.in.bot festivalintproc.h kttsd_festivalintplugin.desktop sabletowave.scm voices configure.in.in SSMLtoSable.xsl Makefile.in festivalintconfwidget.ui festivalintconf.h Makefile.am
-147a148
-> GREP = @GREP@
-231a233,235
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-267a272
-> XMKMF = @XMKMF@
-274d278
-< ac_ct_AR = @ac_ct_AR@
-278,279d281
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-299a302
-> datarootdir = @datarootdir@
-301a305,306
-> docdir = @docdir@
-> dvidir = @dvidir@
-313a319
-> htmldir = @htmldir@
-379a386
-> localedir = @localedir@
-383a391
-> pdfdir = @pdfdir@
-385a394
-> psdir = @psdir@
-432c441
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-470c479
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-472c481
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-778c787
-< KDE_DIST=fliteconfwidget.ui kttsd_fliteplugin.desktop Makefile.in configure.in.bot configure.in.in Makefile.am
----
-> KDE_DIST=configure.in.bot fliteconfwidget.ui kttsd_fliteplugin.desktop configure.in.in Makefile.in Makefile.am
-144a145
-> GREP = @GREP@
-228a230,232
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-264a269
-> XMKMF = @XMKMF@
-271d275
-< ac_ct_AR = @ac_ct_AR@
-275,276d278
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-296a299
-> datarootdir = @datarootdir@
-298a302,303
-> docdir = @docdir@
-> dvidir = @dvidir@
-310a316
-> htmldir = @htmldir@
-376a383
-> localedir = @localedir@
-380a388
-> pdfdir = @pdfdir@
-382a391
-> psdir = @psdir@
-428c437
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-466c475
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-468c477
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-774c783
-< KDE_DIST=kttsd_freettsplugin.desktop freettsconfigwidget.ui Makefile.in freettsconf.h configure.in.bot configure.in.in freettsproc.h Makefile.am
----
-> KDE_DIST=configure.in.bot kttsd_freettsplugin.desktop freettsconfigwidget.ui configure.in.in Makefile.in freettsproc.h freettsconf.h Makefile.am
-148a149
-> GREP = @GREP@
-232a234,236
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-268a273
-> XMKMF = @XMKMF@
-275d279
-< ac_ct_AR = @ac_ct_AR@
-279,280d282
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-300a303
-> datarootdir = @datarootdir@
-302a306,307
-> docdir = @docdir@
-> dvidir = @dvidir@
-314a320
-> htmldir = @htmldir@
-380a387
-> localedir = @localedir@
-384a392
-> pdfdir = @pdfdir@
-386a395
-> psdir = @psdir@
-438c447
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-476c485
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-478c487
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-804c813
-< KDE_DIST=SSMLtoTxt2pho.xsl hadifixconfigui.ui.h hadifixconf.h voicefileui.ui.h kttsd_hadifixplugin.desktop hadifixconfigui.ui Makefile.in voicefileui.ui configure.in.bot hadifixproc.h configure.in.in initialconfig.h Makefile.am
----
-> KDE_DIST=SSMLtoTxt2pho.xsl configure.in.bot hadifixproc.h hadifixconfigui.ui.h hadifixconf.h voicefileui.ui.h kttsd_hadifixplugin.desktop configure.in.in hadifixconfigui.ui Makefile.in voicefileui.ui initialconfig.h Makefile.am
-111a112
-> GREP = @GREP@
-195a197,199
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-231a236
-> XMKMF = @XMKMF@
-238d242
-< ac_ct_AR = @ac_ct_AR@
-242,243d245
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-263a266
-> datarootdir = @datarootdir@
-265a269,270
-> docdir = @docdir@
-> dvidir = @dvidir@
-277a283
-> htmldir = @htmldir@
-343a350
-> localedir = @localedir@
-347a355
-> pdfdir = @pdfdir@
-349a358
-> psdir = @psdir@
-398c407
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
-436c445
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-438c447
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-128a129
-> GREP = @GREP@
-212a214,216
-> MAINT = @MAINT@
-> MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-> MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-248a253
-> XMKMF = @XMKMF@
-255d259
-< ac_ct_AR = @ac_ct_AR@
-259,260d262
-< ac_ct_RANLIB = @ac_ct_RANLIB@
-< ac_ct_STRIP = @ac_ct_STRIP@
-280a283
-> datarootdir = @datarootdir@
-282a286,287
-> docdir = @docdir@
-> dvidir = @dvidir@
-294a300
-> htmldir = @htmldir@
-360a367
-> localedir = @localedir@
-364a372
-> pdfdir = @pdfdir@
-366a375
-> psdir = @psdir@
-396c405
-< $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/admin/deps.am $(am__configure_deps)
----
-> $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/admin/deps.am $(am__configure_deps)
-438c447
-< $(top_srcdir)/configure: $(am__configure_deps)
----
-> $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-443c452
-< $(ACLOCAL_M4): $(am__aclocal_m4_deps)
----
-> $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-455c464
-< $(srcdir)/config.h.in: $(am__configure_deps)
----
-> $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-871c880
-< KDE_DIST=configure.in subdirs Makefile.cvs Makefile.in aclocal.m4 configure.files config.h.in configure.in.in Makefile.am kdeaccessibility.lsm acinclude.m4 Makefile.am.in
----
-> KDE_DIST=stamp-h.in configure.in Makefile.cvs subdirs Makefile.in aclocal.m4 configure.files config.h.in configure.in.in acinclude.m4 kdeaccessibility.lsm configure Makefile.am Makefile.am.in
+--- acinclude.m4
++++ acinclude.m4
+@@ -1689,15 +1689,6 @@
+ KDE_USE_CLOSURE_TRUE="#"
+ KDE_USE_CLOSURE_FALSE=""
+ KDE_NO_UNDEFINED=""
+- case $host in
+- *-*-linux-gnu)
+- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
+- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
+- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
+- [KDE_NO_UNDEFINED=""])],
+- [KDE_NO_UNDEFINED=""])
+- ;;
+- esac
+ fi
+ AC_SUBST(KDE_USE_CLOSURE_TRUE)
+ AC_SUBST(KDE_USE_CLOSURE_FALSE)
+@@ -2144,9 +2135,6 @@
+ save_CXXFLAGS="$CXXFLAGS"
+ kde_safe_LIBS="$LIBS"
+ LIBS="$LIBS $X_EXTRA_LIBS"
+-if test "$GXX" = "yes"; then
+-CXXFLAGS="$CXXFLAGS -pedantic-errors"
+-fi
+ AC_TRY_COMPILE([
+ $2
+ ],
+@@ -5973,30 +5961,15 @@
+ fi
+ ])
+ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
+-## Copyright 1996, 1997, 1998, 1999, 2000, 2001
++## Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
+ ## Free Software Foundation, Inc.
+ ## Originally by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
+ ##
+-## This program is free software; you can redistribute it and/or modify
+-## it under the terms of the GNU General Public License as published by
+-## the Free Software Foundation; either version 2 of the License, or
+-## (at your option) any later version.
+-##
+-## This program is distributed in the hope that it will be useful, but
+-## WITHOUT ANY WARRANTY; without even the implied warranty of
+-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+-## General Public License for more details.
+-##
+-## You should have received a copy of the GNU General Public License
+-## along with this program; if not, write to the Free Software
+-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+-##
+-## As a special exception to the GNU General Public License, if you
+-## distribute this file as part of a program that contains a
+-## configuration script generated by Autoconf, you may include it under
+-## the same distribution terms that you use for the rest of that program.
++## This file is free software; the Free Software Foundation gives
++## unlimited permission to copy and/or distribute it, with or without
++## modifications, as long as this notice is preserved.
+
+-# serial 47 AC_PROG_LIBTOOL
++# serial 48 Debian 1.5.22-4 AC_PROG_LIBTOOL
+
+
+ # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
+@@ -6056,7 +6029,7 @@
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+
+ # Always use our own libtool.
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
++LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+ AC_SUBST(LIBTOOL)dnl
+
+ # Prevent multiple expansion
+@@ -6106,7 +6079,7 @@
+
+ # Sed substitution that helps us do robust quoting. It backslashifies
+ # metacharacters that are still active within double-quoted strings.
+-Xsed='sed -e s/^X//'
++Xsed='sed -e 1s/^X//'
+ [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
+
+ # Same as above, but do not quote variable references.
+@@ -6126,7 +6099,7 @@
+ default_ofile=libtool
+ can_build_shared=yes
+
+-# All known linkers require a `.a' archive for static linking (except M$VC,
++# All known linkers require a `.a' archive for static linking (except MSVC,
+ # which needs '.lib').
+ libext=a
+ ltmain="$ac_aux_dir/ltmain.sh"
+@@ -6146,6 +6119,7 @@
+ test -z "$AS" && AS=as
+ test -z "$CC" && CC=cc
+ test -z "$LTCC" && LTCC=$CC
++test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
+ test -z "$DLLTOOL" && DLLTOOL=dlltool
+ test -z "$LD" && LD=ld
+ test -z "$LN_S" && LN_S="ln -s"
+@@ -6165,15 +6139,17 @@
+ if test -n "$RANLIB"; then
+ case $host_os in
+ openbsd*)
+- old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
++ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
+ ;;
+ *)
+- old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
++ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
+ ;;
+ esac
+ old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
+ fi
+
++_LT_CC_BASENAME([$compiler])
++
+ # Only perform the check for file, if the check method requires it
+ case $deplibs_check_method in
+ file_magic*)
+@@ -6214,11 +6190,56 @@
+ # If no C compiler was specified, use CC.
+ LTCC=${LTCC-"$CC"}
+
++# If no C compiler flags were specified, use CFLAGS.
++LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
++
+ # Allow CC to be a program name with arguments.
+ compiler=$CC
+ ])# _LT_AC_SYS_COMPILER
+
+
++# _LT_CC_BASENAME(CC)
++# -------------------
++# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
++AC_DEFUN([_LT_CC_BASENAME],
++[for cc_temp in $1""; do
++ case $cc_temp in
++ compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
++ distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
++ \-*) ;;
++ *) break;;
++ esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++])
++
++
++# _LT_COMPILER_BOILERPLATE
++# ------------------------
++# Check for compiler boilerplate output or warnings with
++# the simple compiler test code.
++AC_DEFUN([_LT_COMPILER_BOILERPLATE],
++[ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++])# _LT_COMPILER_BOILERPLATE
++
++
++# _LT_LINKER_BOILERPLATE
++# ----------------------
++# Check for linker boilerplate output or warnings with
++# the simple link test code.
++AC_DEFUN([_LT_LINKER_BOILERPLATE],
++[ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++])# _LT_LINKER_BOILERPLATE
++
++
+ # _LT_AC_SYS_LIBPATH_AIX
+ # ----------------------
+ # Links a minimal program and checks the executable
+@@ -6291,15 +6312,15 @@
+
+ # The HP-UX ksh and POSIX shell print the target directory to stdout
+ # if CDPATH is set.
+-if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+ if test -z "$ECHO"; then
+ if test "X${echo_test_string+set}" != Xset; then
+ # find a string as large as possible, as long as the shell can cope with it
+ for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
+ # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
+- if (echo_test_string="`eval $cmd`") 2>/dev/null &&
+- echo_test_string="`eval $cmd`" &&
++ if (echo_test_string=`eval $cmd`) 2>/dev/null &&
++ echo_test_string=`eval $cmd` &&
+ (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
+ then
+ break
+@@ -6468,14 +6489,13 @@
+ # Find out which ABI we are using.
+ echo 'int i;' > conftest.$ac_ext
+ if AC_TRY_EVAL(ac_compile); then
+- case "`/usr/bin/file conftest.o`" in
++ case `/usr/bin/file conftest.o` in
+ *32-bit*)
+- LINUX_64_MODE="32"
+ case $host in
+ x86_64-*linux*)
+ LD="${LD-ld} -m elf_i386"
+ ;;
+- ppc64-*linux*)
++ ppc64-*linux*|powerpc64-*linux*)
+ LD="${LD-ld} -m elf32ppclinux"
+ ;;
+ s390x-*linux*)
+@@ -6487,7 +6507,6 @@
+ esac
+ ;;
+ *64-bit*)
+- LINUX_64_MODE="64"
+ case $host in
+ x86_64-*linux*)
+ LD="${LD-ld} -m elf_x86_64"
+@@ -6521,6 +6540,22 @@
+ CFLAGS="$SAVE_CFLAGS"
+ fi
+ ;;
++sparc*-*solaris*)
++ # Find out which ABI we are using.
++ echo 'int i;' > conftest.$ac_ext
++ if AC_TRY_EVAL(ac_compile); then
++ case `/usr/bin/file conftest.o` in
++ *64-bit*)
++ case $lt_cv_prog_gnu_ld in
++ yes*) LD="${LD-ld} -m elf64_sparc" ;;
++ *) LD="${LD-ld} -64" ;;
++ esac
++ ;;
++ esac
++ fi
++ rm -rf conftest*
++ ;;
++
+ AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
+ [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
+ AC_CHECK_TOOL(DLLTOOL, dlltool, false)
+@@ -6552,7 +6587,7 @@
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ # The option is referenced via a variable to avoid confusing sed.
+ lt_compile=`echo "$ac_compile" | $SED \
+- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+ (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
+@@ -6562,8 +6597,10 @@
+ echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
+ if (exit $ac_status) && test -s "$ac_outfile"; then
+ # The compiler can only warn and ignore the option if not recognized
+- # So say no if there are warnings
+- if test ! -s conftest.err; then
++ # So say no if there are warnings other than the usual output.
++ $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
++ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
++ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+ $2=yes
+ fi
+ fi
+@@ -6589,11 +6626,16 @@
+ LDFLAGS="$LDFLAGS $3"
+ printf "$lt_simple_link_test_code" > conftest.$ac_ext
+ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+- # The compiler can only warn and ignore the option if not recognized
++ # The linker can only warn and ignore the option if not recognized
+ # So say no if there are warnings
+ if test -s conftest.err; then
+ # Append any errors to the config.log.
+ cat conftest.err 1>&AS_MESSAGE_LOG_FD
++ $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
++ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
++ if diff conftest.exp conftest.er2 >/dev/null; then
++ $2=yes
++ fi
+ else
+ $2=yes
+ fi
+@@ -6617,7 +6659,7 @@
+ AC_MSG_CHECKING([the maximum length of command line arguments])
+ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
+ i=0
+- testring="ABCD"
++ teststring="ABCD"
+
+ case $build_os in
+ msdosdjgpp*)
+@@ -6646,20 +6688,70 @@
+ lt_cv_sys_max_cmd_len=8192;
+ ;;
+
+- *)
++ amigaos*)
++ # On AmigaOS with pdksh, this test takes hours, literally.
++ # So we just punt and use a minimum line length of 8192.
++ lt_cv_sys_max_cmd_len=8192;
++ ;;
++
++ netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
++ # This has been around since 386BSD, at least. Likely further.
++ if test -x /sbin/sysctl; then
++ lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
++ elif test -x /usr/sbin/sysctl; then
++ lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
++ else
++ lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
++ fi
++ # And add a safety zone
++ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
++ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
++ ;;
++
++ interix*)
++ # We know the value 262144 and hardcode it with a safety zone (like BSD)
++ lt_cv_sys_max_cmd_len=196608
++ ;;
++
++ osf*)
++ # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
++ # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
++ # nice to cause kernel panics so lets avoid the loop below.
++ # First set a reasonable default.
++ lt_cv_sys_max_cmd_len=16384
++ #
++ if test -x /sbin/sysconfig; then
++ case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
++ *1*) lt_cv_sys_max_cmd_len=-1 ;;
++ esac
++ fi
++ ;;
++ sco3.2v5*)
++ lt_cv_sys_max_cmd_len=102400
++ ;;
++ sysv5* | sco5v6* | sysv4.2uw2*)
++ kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
++ if test -n "$kargmax"; then
++ lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
++ else
++ lt_cv_sys_max_cmd_len=32768
++ fi
++ ;;
++ *)
+ # If test is not a shell built-in, we'll probably end up computing a
+ # maximum length that is only half of the actual maximum length, but
+ # we can't tell.
+- while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
+- = "XX$testring") >/dev/null 2>&1 &&
+- new_result=`expr "X$testring" : ".*" 2>&1` &&
++ SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
++ while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
++ = "XX$teststring") >/dev/null 2>&1 &&
++ new_result=`expr "X$teststring" : ".*" 2>&1` &&
+ lt_cv_sys_max_cmd_len=$new_result &&
+ test $i != 17 # 1/2 MB should be enough
+ do
+ i=`expr $i + 1`
+- testring=$testring$testring
++ teststring=$teststring$teststring
+ done
+- testring=
++ teststring=
+ # Add a significant safety factor because C++ compilers can tack on massive
+ # amounts of additional arguments before passing them to the linker.
+ # It appears as though 1/2 is a usable value.
+@@ -6676,7 +6768,7 @@
+
+
+ # _LT_AC_CHECK_DLFCN
+-# --------------------
++# ------------------
+ AC_DEFUN([_LT_AC_CHECK_DLFCN],
+ [AC_CHECK_HEADERS(dlfcn.h)dnl
+ ])# _LT_AC_CHECK_DLFCN
+@@ -6684,7 +6776,7 @@
+
+ # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
+ # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
+-# ------------------------------------------------------------------
++# ---------------------------------------------------------------------
+ AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
+ [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
+ if test "$cross_compiling" = yes; then :
+@@ -6750,17 +6842,19 @@
+ else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
+ /* dlclose (self); */
+ }
++ else
++ puts (dlerror ());
+
+ exit (status);
+ }]
+ EOF
+ if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
+- (./conftest; exit; ) 2>/dev/null
++ (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
+ lt_status=$?
+ case x$lt_status in
+ x$lt_dlno_uscore) $1 ;;
+ x$lt_dlneed_uscore) $2 ;;
+- x$lt_unknown|x*) $3 ;;
++ x$lt_dlunknown|x*) $3 ;;
+ esac
+ else :
+ # compilation failed
+@@ -6772,7 +6866,7 @@
+
+
+ # AC_LIBTOOL_DLOPEN_SELF
+-# -------------------
++# ----------------------
+ AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
+ [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
+ if test "x$enable_dlopen" != xyes; then
+@@ -6809,7 +6903,7 @@
+ lt_cv_dlopen_self=yes
+ ])
+ ;;
+-
++
+ *)
+ AC_CHECK_FUNC([shl_load],
+ [lt_cv_dlopen="shl_load"],
+@@ -6843,7 +6937,7 @@
+ test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
+
+ save_LDFLAGS="$LDFLAGS"
+- eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
++ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
+
+ save_LIBS="$LIBS"
+ LIBS="$lt_cv_dlopen_libs $LIBS"
+@@ -6856,7 +6950,7 @@
+ ])
+
+ if test "x$lt_cv_dlopen_self" = xyes; then
+- LDFLAGS="$LDFLAGS $link_static_flag"
++ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
+ AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
+ lt_cv_dlopen_self_static, [dnl
+ _LT_AC_TRY_DLOPEN_SELF(
+@@ -6898,20 +6992,13 @@
+ mkdir out
+ printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+- # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
+- # that will create temporary files in the current directory regardless of
+- # the output directory. Thus, making CWD read-only will cause this test
+- # to fail, enabling locking or at least warning the user not to do parallel
+- # builds.
+- chmod -w .
+-
+ lt_compiler_flag="-o out/conftest2.$ac_objext"
+ # Insert the option either (1) after the last *FLAGS variable, or
+ # (2) before a word containing "conftest.", or (3) at the end.
+ # Note that $ac_compile itself does not contain backslashes and begins
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ lt_compile=`echo "$ac_compile" | $SED \
+- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+ (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
+@@ -6923,13 +7010,18 @@
+ then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings
+- if test ! -s out/conftest.err; then
++ $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
++ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
++ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+ _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
+ fi
+ fi
+- chmod u+w .
+- $rm conftest* out/*
+- rmdir out
++ chmod u+w . 2>&AS_MESSAGE_LOG_FD
++ $rm conftest*
++ # SGI C++ compiler will create directory out/ii_files/ for
++ # template instantiation
++ test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++ $rm out/* && rmdir out
+ cd ..
+ rmdir conftest
+ $rm conftest*
+@@ -6988,8 +7080,8 @@
+ [AC_MSG_CHECKING([how to hardcode library paths into programs])
+ _LT_AC_TAGVAR(hardcode_action, $1)=
+ if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
+- test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
+- test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
++ test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
++ test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
+
+ # We can hardcode non-existant directories.
+ if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
+@@ -7046,7 +7138,7 @@
+ *)
+ AC_MSG_RESULT([no])
+ ;;
+- esac
++ esac
+ fi
+ ])# AC_LIBTOOL_SYS_LIB_STRIP
+
+@@ -7059,7 +7151,7 @@
+ library_names_spec=
+ libname_spec='lib$name'
+ soname_spec=
+-shrext=".so"
++shrext_cmds=".so"
+ postinstall_cmds=
+ postuninstall_cmds=
+ finish_cmds=
+@@ -7069,7 +7161,20 @@
+ version_type=none
+ dynamic_linker="$host_os ld.so"
+ sys_lib_dlsearch_path_spec="/lib /usr/lib"
+-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++if test "$GCC" = yes; then
++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++ if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++ # if the path contains ";" then we assume it to be the separator
++ # otherwise default to the standard path separator (i.e. ":") - it is
++ # assumed that no part of a normal pathname contains ";" but that should
++ # okay in the real world where ";" in dirpaths is itself problematic.
++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++ else
++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
++ fi
++else
++ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
+ need_lib_prefix=unknown
+ hardcode_into_libs=no
+
+@@ -7134,7 +7239,7 @@
+ amigaos*)
+ library_names_spec='$libname.ixlibrary $libname.a'
+ # Create ${libname}_ixlibrary.a entries in /sys/libs.
+- finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
++ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+ ;;
+
+ beos*)
+@@ -7143,7 +7248,7 @@
+ shlibpath_var=LIBRARY_PATH
+ ;;
+
+-bsdi4*)
++bsdi[[45]]*)
+ version_type=linux
+ need_version=no
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+@@ -7159,7 +7264,7 @@
+
+ cygwin* | mingw* | pw32*)
+ version_type=windows
+- shrext=".dll"
++ shrext_cmds=".dll"
+ need_version=no
+ need_lib_prefix=no
+
+@@ -7171,7 +7276,8 @@
+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
+ dldir=$destdir/`dirname \$dlpath`~
+ test -d \$dldir || mkdir -p \$dldir~
+- $install_prog $dir/$dlname \$dldir/$dlname'
++ $install_prog $dir/$dlname \$dldir/$dlname~
++ chmod a+x \$dldir/$dlname'
+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+ dlpath=$dir/\$dldll~
+ $rm \$dlpath'
+@@ -7201,7 +7307,7 @@
+ ;;
+ pw32*)
+ # pw32 DLLs use 'pw' prefix rather than 'lib'
+- library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++ library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
+ ;;
+ esac
+ ;;
+@@ -7224,7 +7330,7 @@
+ soname_spec='${libname}${release}${major}$shared_ext'
+ shlibpath_overrides_runpath=yes
+ shlibpath_var=DYLD_LIBRARY_PATH
+- shrext='$(test .$module = .yes && echo .so || echo .dylib)'
++ shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+ # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
+ if test "$GCC" = yes; then
+ sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
+@@ -7247,20 +7353,17 @@
+ dynamic_linker=no
+ ;;
+
+-kfreebsd*-gnu*)
+- version_type=linux
+- need_lib_prefix=no
+- need_version=no
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- shlibpath_var=LD_LIBRARY_PATH
+- shlibpath_overrides_runpath=no
+- hardcode_into_libs=yes
+- dynamic_linker='GNU ld.so'
+- ;;
+-
+-freebsd*)
+- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
++freebsd* | dragonfly*)
++ # DragonFly does not have aout. When/if they implement a new
++ # versioning mechanism, adjust this.
++ if test -x /usr/bin/objformat; then
++ objformat=`/usr/bin/objformat`
++ else
++ case $host_os in
++ freebsd[[123]]*) objformat=aout ;;
++ *) objformat=elf ;;
++ esac
++ fi
+ version_type=freebsd-$objformat
+ case $version_type in
+ freebsd-elf*)
+@@ -7278,14 +7381,19 @@
+ freebsd2*)
+ shlibpath_overrides_runpath=yes
+ ;;
+- freebsd3.[01]* | freebsdelf3.[01]*)
++ freebsd3.[[01]]* | freebsdelf3.[[01]]*)
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
+ ;;
+- *) # from 3.2 on
++ freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
++ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ ;;
++ freebsd*) # from 4.6 on
++ shlibpath_overrides_runpath=yes
++ hardcode_into_libs=yes
++ ;;
+ esac
+ ;;
+
+@@ -7305,9 +7413,9 @@
+ version_type=sunos
+ need_lib_prefix=no
+ need_version=no
+- case "$host_cpu" in
++ case $host_cpu in
+ ia64*)
+- shrext='.so'
++ shrext_cmds='.so'
+ hardcode_into_libs=yes
+ dynamic_linker="$host_os dld.so"
+ shlibpath_var=LD_LIBRARY_PATH
+@@ -7322,7 +7430,7 @@
+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+ ;;
+ hppa*64*)
+- shrext='.sl'
++ shrext_cmds='.sl'
+ hardcode_into_libs=yes
+ dynamic_linker="$host_os dld.sl"
+ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+@@ -7333,7 +7441,7 @@
+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+ ;;
+ *)
+- shrext='.sl'
++ shrext_cmds='.sl'
+ dynamic_linker="$host_os dld.sl"
+ shlibpath_var=SHLIB_PATH
+ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+@@ -7345,6 +7453,18 @@
+ postinstall_cmds='chmod 555 $lib'
+ ;;
+
++interix3*)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
++ ;;
++
+ irix5* | irix6* | nonstopux*)
+ case $host_os in
+ nonstopux*) version_type=nonstopux ;;
+@@ -7388,29 +7508,26 @@
+ ;;
+
+ # This must be Linux ELF.
+-linux*)
++linux* | k*bsd*-gnu)
+ version_type=linux
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+- libsuff=
+- if test "x$LINUX_64_MODE" = x64; then
+- # Some platforms are per default 64-bit, so there's no /lib64
+- if test -d /lib64; then
+- libsuff=64
+- fi
+- fi
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+- sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
+- sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
+ # This implies no fast_install, which is unacceptable.
+ # Some rework will be needed to allow for fast_install
+ # before this can be enabled.
+ hardcode_into_libs=yes
+
++ # Append ld.so.conf contents to the search path
++ if test -f /etc/ld.so.conf; then
++ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++ fi
++
+ # We used to test for /lib/ld.so.1 and disable shared libraries on
+ # powerpc, because MkLinux only supported shared libraries with the
+ # GNU dynamic linker. Since this was broken with cross compilers,
+@@ -7420,6 +7537,18 @@
+ dynamic_linker='GNU/Linux ld.so'
+ ;;
+
++netbsdelf*-gnu)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
++ dynamic_linker='NetBSD ld.elf_so'
++ ;;
++
+ netbsd*)
+ version_type=sunos
+ need_lib_prefix=no
+@@ -7429,7 +7558,7 @@
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+ dynamic_linker='NetBSD (a.out) ld.so'
+ else
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ dynamic_linker='NetBSD ld.elf_so'
+ fi
+@@ -7457,8 +7586,13 @@
+
+ openbsd*)
+ version_type=sunos
++ sys_lib_dlsearch_path_spec="/usr/lib"
+ need_lib_prefix=no
+- need_version=no
++ # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++ case $host_os in
++ openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++ *) need_version=no ;;
++ esac
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+ shlibpath_var=LD_LIBRARY_PATH
+@@ -7478,7 +7612,7 @@
+
+ os2*)
+ libname_spec='$name'
+- shrext=".dll"
++ shrext_cmds=".dll"
+ need_lib_prefix=no
+ library_names_spec='$libname${shared_ext} $libname.a'
+ dynamic_linker='OS/2 ld.exe'
+@@ -7496,13 +7630,6 @@
+ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
+ ;;
+
+-sco3.2v5*)
+- version_type=osf
+- soname_spec='${libname}${release}${shared_ext}$major'
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- shlibpath_var=LD_LIBRARY_PATH
+- ;;
+-
+ solaris*)
+ version_type=linux
+ need_lib_prefix=no
+@@ -7528,7 +7655,7 @@
+ need_version=yes
+ ;;
+
+-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++sysv4 | sysv4.3*)
+ version_type=linux
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+@@ -7561,6 +7688,29 @@
+ fi
+ ;;
+
++sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
++ version_type=freebsd-elf
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ hardcode_into_libs=yes
++ if test "$with_gnu_ld" = yes; then
++ sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
++ shlibpath_overrides_runpath=no
++ else
++ sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
++ shlibpath_overrides_runpath=yes
++ case $host_os in
++ sco3.2v5*)
++ sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
++ ;;
++ esac
++ fi
++ sys_lib_dlsearch_path_spec='/usr/lib'
++ ;;
++
+ uts4*)
+ version_type=linux
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+@@ -7574,6 +7724,11 @@
+ esac
+ AC_MSG_RESULT([$dynamic_linker])
+ test "$dynamic_linker" = no && can_build_shared=no
++
++variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
++if test "$GCC" = yes; then
++ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
++fi
+ ])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
+
+
+@@ -7598,6 +7753,9 @@
+ AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
+ fi
+ fi
++ if test -z "$LTCFLAGS"; then
++ eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
++ fi
+
+ # Extract list of available tagged configurations in $ofile.
+ # Note that this assumes the entire list is on one line.
+@@ -7624,7 +7782,9 @@
+
+ case $tagname in
+ CXX)
+- if test -n "$CXX" && test "X$CXX" != "Xno"; then
++ if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
++ ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
++ (test "X$CXX" != "Xg++"))) ; then
+ AC_LIBTOOL_LANG_CXX_CONFIG
+ else
+ tagname=""
+@@ -7686,7 +7846,7 @@
+
+ # AC_LIBTOOL_WIN32_DLL
+ # --------------------
+-# declare package support for building win32 dll's
++# declare package support for building win32 DLLs
+ AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
+ [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
+ ])# AC_LIBTOOL_WIN32_DLL
+@@ -7724,7 +7884,7 @@
+
+ # AC_DISABLE_SHARED
+ # -----------------
+-#- set the default shared flag to --disable-shared
++# set the default shared flag to --disable-shared
+ AC_DEFUN([AC_DISABLE_SHARED],
+ [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+ AC_ENABLE_SHARED(no)
+@@ -7860,7 +8020,7 @@
+ if test -n "$file_magic_test_file"; then
+ case $deplibs_check_method in
+ "file_magic "*)
+- file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
++ file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
+ MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+ if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
+ $EGREP "$file_magic_regex" > /dev/null; then
+@@ -7970,7 +8130,7 @@
+ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+ lt_cv_path_LD="$ac_dir/$ac_prog"
+ # Check to see if the program is GNU ld. I'd rather use --version,
+- # but apparently some GNU ld's only accept -v.
++ # but apparently some variants of GNU ld only accept -v.
+ # Break only if it was the GNU/non-GNU ld that we prefer.
+ case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
+ *GNU* | *'with BFD'*)
+@@ -8002,7 +8162,7 @@
+ AC_DEFUN([AC_PROG_LD_GNU],
+ [AC_REQUIRE([AC_PROG_EGREP])dnl
+ AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
+-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
++[# I'd rather use --version here, but apparently some GNU lds only accept -v.
+ case `$LD -v 2>&1 </dev/null` in
+ *GNU* | *'with BFD'*)
+ lt_cv_prog_gnu_ld=yes
+@@ -8029,6 +8189,15 @@
+ *) reload_flag=" $reload_flag" ;;
+ esac
+ reload_cmds='$LD$reload_flag -o $output$reload_objs'
++case $host_os in
++ darwin*)
++ if test "$GCC" = yes; then
++ reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
++ else
++ reload_cmds='$LD$reload_flag -o $output$reload_objs'
++ fi
++ ;;
++esac
+ ])# AC_PROG_LD_RELOAD_FLAG
+
+
+@@ -8062,44 +8231,36 @@
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+-bsdi4*)
++bsdi[[45]]*)
+ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
+ lt_cv_file_magic_cmd='/usr/bin/file -L'
+ lt_cv_file_magic_test_file=/shlib/libc.so
+ ;;
+
+ cygwin*)
+- lt_cv_deplibs_check_method=pass_all
++ # func_win32_libid is a shell function defined in ltmain.sh
++ lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
++ lt_cv_file_magic_cmd='func_win32_libid'
+ ;;
+-
++
+ mingw* | pw32*)
+- # win32_libid is a shell function defined in ltmain.sh
+- lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
+- lt_cv_file_magic_cmd='win32_libid'
++ # Base MSYS/MinGW do not provide the 'file' command needed by
++ # func_win32_libid shell function, so use a weaker test based on 'objdump'.
++ lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
++ lt_cv_file_magic_cmd='$OBJDUMP -f'
+ ;;
+
+ darwin* | rhapsody*)
+- # this will be overwritten by pass_all, but leave it in just in case
+- lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
+- lt_cv_file_magic_cmd='/usr/bin/file -L'
+- case "$host_os" in
+- rhapsody* | darwin1.[[012]])
+- lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
+- ;;
+- *) # Darwin 1.3 on
+- lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
+- ;;
+- esac
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+-freebsd* | kfreebsd*-gnu)
++freebsd* | dragonfly*)
+ if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+ case $host_cpu in
+ i*86 )
+ # Not sure whether the presence of OpenBSD here was a mistake.
+ # Let's accept both of them until this is cleared up.
+- lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
++ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
+ lt_cv_file_magic_cmd=/usr/bin/file
+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+ ;;
+@@ -8115,7 +8276,7 @@
+
+ hpux10.20* | hpux11*)
+ lt_cv_file_magic_cmd=/usr/bin/file
+- case "$host_cpu" in
++ case $host_cpu in
+ ia64*)
+ lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
+ lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
+@@ -8131,43 +8292,27 @@
+ esac
+ ;;
+
++interix3*)
++ # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
++ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
++ ;;
++
+ irix5* | irix6* | nonstopux*)
+- case $host_os in
+- irix5* | nonstopux*)
+- # this will be overridden with pass_all, but let us keep it just in case
+- lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
+- ;;
+- *)
+- case $LD in
+- *-32|*"-32 ") libmagic=32-bit;;
+- *-n32|*"-n32 ") libmagic=N32;;
+- *-64|*"-64 ") libmagic=64-bit;;
+- *) libmagic=never-match;;
+- esac
+- # this will be overridden with pass_all, but let us keep it just in case
+- lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1"
+- ;;
++ case $LD in
++ *-32|*"-32 ") libmagic=32-bit;;
++ *-n32|*"-n32 ") libmagic=N32;;
++ *-64|*"-64 ") libmagic=64-bit;;
++ *) libmagic=never-match;;
+ esac
+- lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+ # This must be Linux ELF.
+-linux*)
+- case $host_cpu in
+- alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* )
+- lt_cv_deplibs_check_method=pass_all ;;
+- # the debian people say, arm and glibc 2.3.1 works for them with pass_all
+- arm* )
+- lt_cv_deplibs_check_method=pass_all ;;
+- *)
+- # glibc up to 2.1.1 does not perform some relocations on ARM
+- lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
+- esac
+- lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
++linux* | k*bsd*-gnu)
++ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+-netbsd*)
++netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
+ else
+@@ -8186,32 +8331,22 @@
+ ;;
+
+ openbsd*)
+- lt_cv_file_magic_cmd=/usr/bin/file
+- lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+- lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
++ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
+ else
+- lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
++ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
+ fi
+ ;;
+
+ osf3* | osf4* | osf5*)
+- # this will be overridden with pass_all, but let us keep it just in case
+- lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
+- lt_cv_file_magic_test_file=/shlib/libc.so
+- lt_cv_deplibs_check_method=pass_all
+- ;;
+-
+-sco3.2v5*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+ solaris*)
+ lt_cv_deplibs_check_method=pass_all
+- lt_cv_file_magic_test_file=/lib/libc.so
+ ;;
+
+-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++sysv4 | sysv4.3*)
+ case $host_vendor in
+ motorola)
+ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
+@@ -8232,10 +8367,13 @@
+ siemens)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
++ pc)
++ lt_cv_deplibs_check_method=pass_all
++ ;;
+ esac
+ ;;
+
+-sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
++sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+ esac
+@@ -8255,36 +8393,43 @@
+ # Let the user override the test.
+ lt_cv_path_NM="$NM"
+ else
+- lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+- for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
+- IFS="$lt_save_ifs"
+- test -z "$ac_dir" && ac_dir=.
+- tmp_nm="$ac_dir/${ac_tool_prefix}nm"
+- if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
+- # Check to see if the nm accepts a BSD-compat flag.
+- # Adding the `sed 1q' prevents false positives on HP-UX, which says:
+- # nm: unknown option "B" ignored
+- # Tru64's nm complains that /dev/null is an invalid object file
+- case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
+- */dev/null* | *'Invalid file or object type'*)
+- lt_cv_path_NM="$tmp_nm -B"
+- break
+- ;;
+- *)
+- case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
+- */dev/null*)
+- lt_cv_path_NM="$tmp_nm -p"
++ lt_nm_to_check="${ac_tool_prefix}nm"
++ if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
++ lt_nm_to_check="$lt_nm_to_check nm"
++ fi
++ for lt_tmp_nm in $lt_nm_to_check; do
++ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++ for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
++ IFS="$lt_save_ifs"
++ test -z "$ac_dir" && ac_dir=.
++ tmp_nm="$ac_dir/$lt_tmp_nm"
++ if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
++ # Check to see if the nm accepts a BSD-compat flag.
++ # Adding the `sed 1q' prevents false positives on HP-UX, which says:
++ # nm: unknown option "B" ignored
++ # Tru64's nm complains that /dev/null is an invalid object file
++ case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
++ */dev/null* | *'Invalid file or object type'*)
++ lt_cv_path_NM="$tmp_nm -B"
+ break
+ ;;
+ *)
+- lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
+- continue # so that we can try to find one that supports BSD flags
++ case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
++ */dev/null*)
++ lt_cv_path_NM="$tmp_nm -p"
++ break
++ ;;
++ *)
++ lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
++ continue # so that we can try to find one that supports BSD flags
++ ;;
++ esac
+ ;;
+ esac
+- esac
+- fi
++ fi
++ done
++ IFS="$lt_save_ifs"
+ done
+- IFS="$lt_save_ifs"
+ test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
+ fi])
+ NM="$lt_cv_path_NM"
+@@ -8316,13 +8461,13 @@
+ # -----------------------------------
+ # sets LIBLTDL to the link flags for the libltdl convenience library and
+ # LTDLINCL to the include flags for the libltdl header and adds
+-# --enable-ltdl-convenience to the configure arguments. Note that LIBLTDL
+-# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If
+-# DIRECTORY is not provided, it is assumed to be `libltdl'. LIBLTDL will
+-# be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with
+-# '${top_srcdir}/' (note the single quotes!). If your package is not
+-# flat and you're not using automake, define top_builddir and
+-# top_srcdir appropriately in the Makefiles.
++# --enable-ltdl-convenience to the configure arguments. Note that
++# AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided,
++# it is assumed to be `libltdl'. LIBLTDL will be prefixed with
++# '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/'
++# (note the single quotes!). If your package is not flat and you're not
++# using automake, define top_builddir and top_srcdir appropriately in
++# the Makefiles.
+ AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
+ [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+ case $enable_ltdl_convenience in
+@@ -8341,13 +8486,13 @@
+ # -----------------------------------
+ # sets LIBLTDL to the link flags for the libltdl installable library and
+ # LTDLINCL to the include flags for the libltdl header and adds
+-# --enable-ltdl-install to the configure arguments. Note that LIBLTDL
+-# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If
+-# DIRECTORY is not provided and an installed libltdl is not found, it is
+-# assumed to be `libltdl'. LIBLTDL will be prefixed with '${top_builddir}/'
+-# and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single
+-# quotes!). If your package is not flat and you're not using automake,
+-# define top_builddir and top_srcdir appropriately in the Makefiles.
++# --enable-ltdl-install to the configure arguments. Note that
++# AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided,
++# and an installed libltdl is not found, it is assumed to be `libltdl'.
++# LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with
++# '${top_srcdir}/' (note the single quotes!). If your package is not
++# flat and you're not using automake, define top_builddir and top_srcdir
++# appropriately in the Makefiles.
+ # In the future, this macro may have to be called after AC_PROG_LIBTOOL.
+ AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
+ [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+@@ -8385,10 +8530,21 @@
+ # ---------------
+ AC_DEFUN([_LT_AC_LANG_CXX],
+ [AC_REQUIRE([AC_PROG_CXX])
+-AC_REQUIRE([AC_PROG_CXXCPP])
++AC_REQUIRE([_LT_AC_PROG_CXXCPP])
+ _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
+ ])# _LT_AC_LANG_CXX
+
++# _LT_AC_PROG_CXXCPP
++# ------------------
++AC_DEFUN([_LT_AC_PROG_CXXCPP],
++[
++AC_REQUIRE([AC_PROG_CXX])
++if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
++ ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
++ (test "X$CXX" != "Xg++"))) ; then
++ AC_PROG_CXXCPP
++fi
++])# _LT_AC_PROG_CXXCPP
+
+ # AC_LIBTOOL_F77
+ # --------------
+@@ -8428,7 +8584,7 @@
+
+
+ # AC_LIBTOOL_RC
+-# --------------
++# -------------
+ # enable support for Windows resource files
+ AC_DEFUN([AC_LIBTOOL_RC],
+ [AC_REQUIRE([LT_AC_PROG_RC])
+@@ -8461,36 +8617,9 @@
+
+ _LT_AC_SYS_COMPILER
+
+-#
+-# Check for any special shared library compilation flags.
+-#
+-_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
+-if test "$GCC" = no; then
+- case $host_os in
+- sco3.2v5*)
+- _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
+- ;;
+- esac
+-fi
+-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
+- AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
+- if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ ]]" >/dev/null; then :
+- else
+- AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
+- _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
+- fi
+-fi
+-
+-
+-#
+-# Check to make sure the static flag actually works.
+-#
+-AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
+- _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
+- $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
+- [],
+- [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
+-
++# save warnings/boilerplate of simple test code
++_LT_COMPILER_BOILERPLATE
++_LT_LINKER_BOILERPLATE
+
+ ## CAVEAT EMPTOR:
+ ## There is no encapsulation within the following macros, do not change
+@@ -8504,9 +8633,9 @@
+ AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
+ AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
+ AC_LIBTOOL_SYS_LIB_STRIP
+-AC_LIBTOOL_DLOPEN_SELF($1)
++AC_LIBTOOL_DLOPEN_SELF
+
+-# Report which librarie types wil actually be built
++# Report which library types will actually be built
+ AC_MSG_CHECKING([if libtool supports shared libraries])
+ AC_MSG_RESULT([$can_build_shared])
+
+@@ -8515,7 +8644,7 @@
+
+ # On AIX, shared libraries and static libraries use the same namespace, and
+ # are all built from PIC.
+-case "$host_os" in
++case $host_os in
+ aix3*)
+ test "$enable_shared" = yes && enable_static=no
+ if test -n "$RANLIB"; then
+@@ -8524,48 +8653,11 @@
+ fi
+ ;;
+
+-aix4*)
++aix4* | aix5*)
+ if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+ test "$enable_shared" = yes && enable_static=no
+ fi
+- ;;
+- darwin* | rhapsody*)
+- if test "$GCC" = yes; then
+- _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+- case "$host_os" in
+- rhapsody* | darwin1.[[012]])
+- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
+- ;;
+- *) # Darwin 1.3 on
+- if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+- else
+- case ${MACOSX_DEPLOYMENT_TARGET} in
+- 10.[012])
+- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+- ;;
+- 10.*)
+- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
+- ;;
+- esac
+- fi
+- ;;
+- esac
+- output_verbose_link_cmd='echo'
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+- _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+- # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- _LT_AC_TAGVAR(hardcode_direct, $1)=no
+- _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
+- _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
+- _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+- else
+- _LT_AC_TAGVAR(ld_shlibs, $1)=no
+- fi
+- ;;
++ ;;
+ esac
+ AC_MSG_RESULT([$enable_shared])
+
+@@ -8590,7 +8682,7 @@
+ AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
+ [AC_LANG_PUSH(C++)
+ AC_REQUIRE([AC_PROG_CXX])
+-AC_REQUIRE([AC_PROG_CXXCPP])
++AC_REQUIRE([_LT_AC_PROG_CXXCPP])
+
+ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=
+@@ -8602,6 +8694,7 @@
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
+ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
+ _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
++_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+ _LT_AC_TAGVAR(hardcode_automatic, $1)=no
+ _LT_AC_TAGVAR(module_cmds, $1)=
+ _LT_AC_TAGVAR(module_expsym_cmds, $1)=
+@@ -8619,7 +8712,7 @@
+ _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
+
+ # Source file extension for C++ test sources.
+-ac_ext=cc
++ac_ext=cpp
+
+ # Object file extension for compiled C++ test sources.
+ objext=o
+@@ -8629,11 +8722,15 @@
+ lt_simple_compile_test_code="int some_variable = 0;\n"
+
+ # Code to be used in simple link tests
+-lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
++lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }\n'
+
+ # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+ _LT_AC_SYS_COMPILER
+
++# save warnings/boilerplate of simple test code
++_LT_COMPILER_BOILERPLATE
++_LT_LINKER_BOILERPLATE
++
+ # Allow CC to be a program name with arguments.
+ lt_save_CC=$CC
+ lt_save_LD=$LD
+@@ -8644,18 +8741,18 @@
+ if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
+ lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
+ else
+- unset lt_cv_prog_gnu_ld
++ $as_unset lt_cv_prog_gnu_ld
+ fi
+ if test -n "${lt_cv_path_LDCXX+set}"; then
+ lt_cv_path_LD=$lt_cv_path_LDCXX
+ else
+- unset lt_cv_path_LD
++ $as_unset lt_cv_path_LD
+ fi
+ test -z "${LDCXX+set}" || LD=$LDCXX
+ CC=${CXX-"c++"}
+ compiler=$CC
+ _LT_AC_TAGVAR(compiler, $1)=$CC
+-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
++_LT_CC_BASENAME([$compiler])
+
+ # We don't want -fno-exception wen compiling C++ code, so set the
+ # no_builtin_flag separately
+@@ -8673,8 +8770,8 @@
+ # Check if GNU C++ uses GNU ld as the underlying linker, since the
+ # archiving commands below assume that GNU ld is being used.
+ if test "$with_gnu_ld" = yes; then
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+@@ -8700,7 +8797,7 @@
+ # linker, instead of GNU ld. If possible, this setting should
+ # overridden to take advantage of the native linker features on
+ # the platform it is being used on.
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
+ fi
+
+ # Commands to make compiler produce verbose output that lists
+@@ -8730,8 +8827,23 @@
+ exp_sym_flag='-Bexport'
+ no_entry_flag=""
+ else
+- # KDE requires run time linking. Make it the default.
+- aix_use_runtimelinking=yes
++ aix_use_runtimelinking=no
++
++ # Test if we are trying to use run time linking or normal
++ # AIX style linking. If -brtl is somewhere in LDFLAGS, we
++ # need to do runtime linking.
++ case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
++ for ld_flag in $LDFLAGS; do
++ case $ld_flag in
++ *-brtl*)
++ aix_use_runtimelinking=yes
++ break
++ ;;
++ esac
++ done
++ ;;
++ esac
++
+ exp_sym_flag='-bexport'
+ no_entry_flag='-bnoentry'
+ fi
+@@ -8748,7 +8860,7 @@
+ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+
+ if test "$GXX" = yes; then
+- case $host_os in aix4.[012]|aix4.[012].*)
++ case $host_os in aix4.[[012]]|aix4.[[012]].*)
+ # We only want to do this on AIX 4.2 and lower, the check
+ # below for broken collect2 doesn't work under 4.3+
+ collect2name=`${CC} -print-prog-name=collect2`
+@@ -8767,8 +8879,12 @@
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
+ fi
++ ;;
+ esac
+ shared_flag='-shared'
++ if test "$aix_use_runtimelinking" = yes; then
++ shared_flag="$shared_flag "'${wl}-G'
++ fi
+ else
+ # not using gcc
+ if test "$host_cpu" = ia64; then
+@@ -8777,15 +8893,16 @@
+ shared_flag='-G'
+ else
+ if test "$aix_use_runtimelinking" = yes; then
+- shared_flag='-qmkshrobj ${wl}-G'
++ shared_flag='${wl}-G'
+ else
+- shared_flag='-qmkshrobj'
++ shared_flag='${wl}-bM:SRE'
+ fi
+ fi
+ fi
+
+- # Let the compiler handle the export list.
+- _LT_AC_TAGVAR(always_export_symbols, $1)=no
++ # It seems that -bexpall does not export symbols beginning with
++ # underscore (_), so it is better to generate a list of symbols to export.
++ _LT_AC_TAGVAR(always_export_symbols, $1)=yes
+ if test "$aix_use_runtimelinking" = yes; then
+ # Warning - without using the other runtime loading flags (-brtl),
+ # -berok will link without error, but may produce a broken library.
+@@ -8794,13 +8911,12 @@
+ _LT_AC_SYS_LIBPATH_AIX
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+
+- _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+ else
+ if test "$host_cpu" = ia64; then
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
+ else
+ # Determine the default libpath from the value encoded in an empty executable.
+ _LT_AC_SYS_LIBPATH_AIX
+@@ -8809,22 +8925,32 @@
+ # -berok will link without error, but may produce a broken library.
+ _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
+- # -bexpall does not export symbols beginning with underscore (_)
+- _LT_AC_TAGVAR(always_export_symbols, $1)=yes
+ # Exported symbols can be pulled into shared objects from archives
+- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
+ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
+- # This is similar to how AIX traditionally builds it's shared libraries.
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++ # This is similar to how AIX traditionally builds its shared libraries.
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+ fi
+ fi
+ ;;
+- chorus*)
+- case $cc_basename in
+- *)
+- # FIXME: insert proper C++ library support
+- _LT_AC_TAGVAR(ld_shlibs, $1)=no
+- ;;
++
++ beos*)
++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
++ # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
++ # support --undefined. This deserves some investigation. FIXME
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ else
++ _LT_AC_TAGVAR(ld_shlibs, $1)=no
++ fi
++ ;;
++
++ chorus*)
++ case $cc_basename in
++ *)
++ # FIXME: insert proper C++ library support
++ _LT_AC_TAGVAR(ld_shlibs, $1)=no
++ ;;
+ esac
+ ;;
+
+@@ -8832,12 +8958,12 @@
+ # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
+ # as there is no search path for DLLs.
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+- _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
+ _LT_AC_TAGVAR(always_export_symbols, $1)=no
+ _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+
+ if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ # If the export-symbols file already is a .def file (1st line
+ # is EXPORTS), use it as is; otherwise, prepend...
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+@@ -8846,70 +8972,81 @@
+ echo EXPORTS > $output_objdir/$soname.def;
+ cat $export_symbols >> $output_objdir/$soname.def;
+ fi~
+- $CC -shared -nostdlib $output_objdir/$soname.def $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ else
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ fi
+ ;;
++ darwin* | rhapsody*)
++ case $host_os in
++ rhapsody* | darwin1.[[012]])
++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
++ ;;
++ *) # Darwin 1.3 on
++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++ else
++ case ${MACOSX_DEPLOYMENT_TARGET} in
++ 10.[[012]])
++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++ ;;
++ 10.*)
++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
++ ;;
++ esac
++ fi
++ ;;
++ esac
++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
++ _LT_AC_TAGVAR(hardcode_direct, $1)=no
++ _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+
+- darwin* | rhapsody*)
+- if test "$GXX" = yes; then
+- _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+- case "$host_os" in
+- rhapsody* | darwin1.[[012]])
+- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
+- ;;
+- *) # Darwin 1.3 on
+- if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+- else
+- case ${MACOSX_DEPLOYMENT_TARGET} in
+- 10.[012])
+- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+- ;;
+- 10.*)
+- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
+- ;;
+- esac
++ if test "$GXX" = yes ; then
++ lt_int_apple_cc_single_mod=no
++ output_verbose_link_cmd='echo'
++ if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
++ lt_int_apple_cc_single_mod=yes
+ fi
+- ;;
+- esac
+- lt_int_apple_cc_single_mod=no
+- output_verbose_link_cmd='echo'
+- if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
+- lt_int_apple_cc_single_mod=yes
+- fi
+- if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+- else
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
+- fi
+- _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+-
+- # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+- if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- else
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- fi
+- _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- _LT_AC_TAGVAR(hardcode_direct, $1)=no
+- _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
+- _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
+- _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+- else
+- _LT_AC_TAGVAR(ld_shlibs, $1)=no
+- fi
+- ;;
++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++ else
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++ fi
++ _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ else
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ fi
++ _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ else
++ case $cc_basename in
++ xlc*)
++ output_verbose_link_cmd='echo'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++ _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ ;;
++ *)
++ _LT_AC_TAGVAR(ld_shlibs, $1)=no
++ ;;
++ esac
++ fi
++ ;;
+
+ dgux*)
+ case $cc_basename in
+- ec++)
++ ec++*)
+ # FIXME: insert proper C++ library support
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ ;;
+- ghcx)
++ ghcx*)
+ # Green Hills C++ Compiler
+ # FIXME: insert proper C++ library support
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+@@ -8920,14 +9057,14 @@
+ ;;
+ esac
+ ;;
+- freebsd[12]*)
++ freebsd[[12]]*)
+ # C++ shared libraries reported to be fairly broken before switch to ELF
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ ;;
+ freebsd-elf*)
+ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+ ;;
+- freebsd* | kfreebsd*-gnu)
++ freebsd* | dragonfly*)
+ # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
+ # conventions
+ _LT_AC_TAGVAR(ld_shlibs, $1)=yes
+@@ -8944,12 +9081,12 @@
+ # location of the library.
+
+ case $cc_basename in
+- CC)
++ CC*)
+ # FIXME: insert proper C++ library support
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ ;;
+- aCC)
+- _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++ aCC*)
++ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+@@ -8958,11 +9095,11 @@
+ # explicitly linking system object files so we need to strip them
+ # from the output so that they don't get included in the library
+ # dependencies.
+- output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
+ ;;
+ *)
+ if test "$GXX" = yes; then
+- _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+ else
+ # FIXME: insert proper C++ library support
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+@@ -8972,34 +9109,23 @@
+ ;;
+ hpux10*|hpux11*)
+ if test $with_gnu_ld = no; then
+- case "$host_cpu" in
+- hppa*64*)
+- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++
++ case $host_cpu in
++ hppa*64*|ia64*)
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
+- _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+- ;;
+- ia64*)
+- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+ ;;
+ *)
+- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+- _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+ ;;
+ esac
+ fi
+- case "$host_cpu" in
+- hppa*64*)
++ case $host_cpu in
++ hppa*64*|ia64*)
+ _LT_AC_TAGVAR(hardcode_direct, $1)=no
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+ ;;
+- ia64*)
+- _LT_AC_TAGVAR(hardcode_direct, $1)=no
+- _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+- _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
+- # but as the default
+- # location of the library.
+- ;;
+ *)
+ _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
+@@ -9009,17 +9135,20 @@
+ esac
+
+ case $cc_basename in
+- CC)
++ CC*)
+ # FIXME: insert proper C++ library support
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ ;;
+- aCC)
+- case "$host_cpu" in
+- hppa*64*|ia64*)
+- _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
++ aCC*)
++ case $host_cpu in
++ hppa*64*)
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
++ ;;
++ ia64*)
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ *)
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ esac
+ # Commands to make compiler produce verbose output that lists
+@@ -9035,12 +9164,15 @@
+ *)
+ if test "$GXX" = yes; then
+ if test $with_gnu_ld = no; then
+- case "$host_cpu" in
+- ia64*|hppa*64*)
+- _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
++ case $host_cpu in
++ hppa*64*)
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
++ ;;
++ ia64*)
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ *)
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ esac
+ fi
+@@ -9051,11 +9183,25 @@
+ ;;
+ esac
+ ;;
++ interix3*)
++ _LT_AC_TAGVAR(hardcode_direct, $1)=no
++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
++ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
++ # Instead, shared libraries are loaded at an image base (0x10000000 by
++ # default) and relocated if they conflict, which is a slow very memory
++ # consuming and fragmenting process. To avoid this, we pick a random,
++ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
++ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
++ ;;
+ irix5* | irix6*)
+ case $cc_basename in
+- CC)
++ CC*)
+ # SGI C++
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+
+ # Archives containing C++ object files must be created using
+ # "CC -ar", where "CC" is the IRIX C++ compiler. This is
+@@ -9066,9 +9212,9 @@
+ *)
+ if test "$GXX" = yes; then
+ if test "$with_gnu_ld" = no; then
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ else
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
+ fi
+ fi
+ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+@@ -9077,16 +9223,16 @@
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+ ;;
+- linux*)
++ linux* | k*bsd*-gnu)
+ case $cc_basename in
+- KCC)
++ KCC*)
+ # Kuck and Associates, Inc. (KAI) C++ Compiler
+
+ # KCC will only create a shared library if the output file
+ # ends with ".so" (or ".sl" for HP-UX), so rename the library
+ # to its proper name (with version) after linking.
+- _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+@@ -9104,20 +9250,44 @@
+ # "CC -Bstatic", where "CC" is the KAI C++ compiler.
+ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
+ ;;
+- icpc)
++ icpc*)
+ # Intel C++
+ with_gnu_ld=yes
++ # version 8.0 and above of icpc choke on multiply defined symbols
++ # if we add $predep_objects and $postdep_objects, however 7.1 and
++ # earlier do not add the objects themselves.
++ case `$CC -V 2>&1` in
++ *"Version 7."*)
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ ;;
++ *) # Version 8.0 or newer
++ tmp_idyn=
++ case $host_cpu in
++ ia64*) tmp_idyn=' -i_dynamic';;
++ esac
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ ;;
++ esac
+ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
+ ;;
+- cxx)
++ pgCC*)
++ # Portland Group C++ compiler
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
++
++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++ ;;
++ cxx*)
+ # Compaq C++
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
+
+ runpath_var=LD_RUN_PATH
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
+@@ -9145,7 +9315,7 @@
+ ;;
+ mvs*)
+ case $cc_basename in
+- cxx)
++ cxx*)
+ # FIXME: insert proper C++ library support
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ ;;
+@@ -9155,7 +9325,7 @@
+ ;;
+ esac
+ ;;
+- netbsd*)
++ netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
+ wlarc=
+@@ -9166,15 +9336,31 @@
+ # Workaround some broken pre-1.5 toolchains
+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
+ ;;
++ openbsd2*)
++ # C++ shared libraries are fairly broken
++ _LT_AC_TAGVAR(ld_shlibs, $1)=no
++ ;;
++ openbsd*)
++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++ fi
++ output_verbose_link_cmd='echo'
++ ;;
+ osf3*)
+ case $cc_basename in
+- KCC)
++ KCC*)
+ # Kuck and Associates, Inc. (KAI) C++ Compiler
+
+ # KCC will only create a shared library if the output file
+ # ends with ".so" (or ".sl" for HP-UX), so rename the library
+ # to its proper name (with version) after linking.
+- _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
+
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+@@ -9184,14 +9370,14 @@
+ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
+
+ ;;
+- RCC)
++ RCC*)
+ # Rational C++ 2.4.1
+ # FIXME: insert proper C++ library support
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ ;;
+- cxx)
++ cxx*)
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+@@ -9209,7 +9395,7 @@
+ *)
+ if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+@@ -9228,13 +9414,13 @@
+ ;;
+ osf4* | osf5*)
+ case $cc_basename in
+- KCC)
++ KCC*)
+ # Kuck and Associates, Inc. (KAI) C++ Compiler
+
+ # KCC will only create a shared library if the output file
+ # ends with ".so" (or ".sl" for HP-UX), so rename the library
+ # to its proper name (with version) after linking.
+- _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
+
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+@@ -9243,17 +9429,17 @@
+ # the KAI C++ compiler.
+ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
+ ;;
+- RCC)
++ RCC*)
+ # Rational C++ 2.4.1
+ # FIXME: insert proper C++ library support
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ ;;
+- cxx)
++ cxx*)
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
+ echo "-hidden">> $lib.exp~
+- $CC -shared$allow_undefined_flag $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~
++ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
+ $rm $lib.exp'
+
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
+@@ -9272,7 +9458,7 @@
+ *)
+ if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+@@ -9293,27 +9479,14 @@
+ # FIXME: insert proper C++ library support
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ ;;
+- sco*)
+- _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+- case $cc_basename in
+- CC)
+- # FIXME: insert proper C++ library support
+- _LT_AC_TAGVAR(ld_shlibs, $1)=no
+- ;;
+- *)
+- # FIXME: insert proper C++ library support
+- _LT_AC_TAGVAR(ld_shlibs, $1)=no
+- ;;
+- esac
+- ;;
+ sunos4*)
+ case $cc_basename in
+- CC)
++ CC*)
+ # Sun C++ 4.x
+ # FIXME: insert proper C++ library support
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ ;;
+- lcc)
++ lcc*)
+ # Lucid
+ # FIXME: insert proper C++ library support
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+@@ -9326,36 +9499,33 @@
+ ;;
+ solaris*)
+ case $cc_basename in
+- CC)
++ CC*)
+ # Sun C++ 4.2, 5.x and Centerline C++
++ _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
+ _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+- $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
++ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
+
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+ case $host_os in
+- solaris2.[0-5] | solaris2.[0-5].*) ;;
++ solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
+ *)
+ # The C++ compiler is used as linker so we must use $wl
+ # flag to pass the commands to the underlying system
+- # linker.
++ # linker. We must also pass each convience library through
++ # to the system linker between allextract/defaultextract.
++ # The C++ compiler will combine linker options so we
++ # cannot just pass the convience library names through
++ # without $wl.
+ # Supported since Solaris 2.6 (maybe 2.5.1?)
+- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
+ ;;
+ esac
+ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+
+- # Commands to make compiler produce verbose output that lists
+- # what "hidden" libraries, object files and flags are used when
+- # linking a shared library.
+- #
+- # There doesn't appear to be a way to prevent this compiler from
+- # explicitly linking system object files so we need to strip them
+- # from the output so that they don't get included in the library
+- # dependencies.
+- output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++ output_verbose_link_cmd='echo'
+
+ # Archives containing C++ object files must be created using
+ # "CC -xar", where "CC" is the Sun C++ compiler. This is
+@@ -9363,9 +9533,9 @@
+ # in the archive.
+ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
+ ;;
+- gcx)
++ gcx*)
+ # Green Hills C++ Compiler
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+
+ # The C++ compiler must be used to create the archive.
+ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
+@@ -9375,9 +9545,9 @@
+ if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+ _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
+ if $CC --version | grep -v '^2\.7' > /dev/null; then
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+- $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
++ $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
+
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+@@ -9386,9 +9556,9 @@
+ else
+ # g++ 2.7 appears to require `-G' NOT `-shared' on this
+ # platform.
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+- $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
++ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
+
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+@@ -9401,12 +9571,63 @@
+ ;;
+ esac
+ ;;
+- sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
++ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
++ _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
+ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++ runpath_var='LD_RUN_PATH'
++
++ case $cc_basename in
++ CC*)
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
++ ;;
++ *)
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
++ ;;
++ esac
++ ;;
++ sysv5* | sco3.2v5* | sco5v6*)
++ # Note: We can NOT use -z defs as we might desire, because we do not
++ # link with -lc, and that would cause any symbols used from libc to
++ # always be unresolved, which means just about no library would
++ # ever link correctly. If we're not using GNU ld we use -z text
++ # though, which does catch some bad symbols but isn't as heavy-handed
++ # as -z defs.
++ # For security reasons, it is highly recommended that you always
++ # use absolute paths for naming shared libraries, and exclude the
++ # DT_RUNPATH tag from executables and libraries. But doing so
++ # requires that you compile everything twice, which is a pain.
++ # So that behaviour is only enabled if SCOABSPATH is set to a
++ # non-empty value in the environment. Most likely only useful for
++ # creating official distributions of packages.
++ # This is a hack until libtool officially supports absolute path
++ # names for shared libraries.
++ _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
++ runpath_var='LD_RUN_PATH'
++
++ case $cc_basename in
++ CC*)
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ ;;
++ *)
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ ;;
++ esac
+ ;;
+ tandem*)
+ case $cc_basename in
+- NCC)
++ NCC*)
+ # NonStop-UX NCC 3.20
+ # FIXME: insert proper C++ library support
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+@@ -9443,8 +9664,6 @@
+ AC_LIBTOOL_PROG_LD_SHLIBS($1)
+ AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
+ AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
+-AC_LIBTOOL_SYS_LIB_STRIP
+-AC_LIBTOOL_DLOPEN_SELF($1)
+
+ AC_LIBTOOL_CONFIG($1)
+
+@@ -9462,7 +9681,7 @@
+ ])# AC_LIBTOOL_LANG_CXX_CONFIG
+
+ # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
+-# ------------------------
++# ------------------------------------
+ # Figure out "hidden" library dependencies from verbose
+ # compiler output when linking a shared library.
+ # Parse the compiler output and extract the necessary
+@@ -9516,7 +9735,7 @@
+ # The `*' in the case matches for architectures that use `case' in
+ # $output_verbose_cmd can trigger glob expansion during the loop
+ # eval without this substitution.
+- output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
++ output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
+
+ for p in `eval $output_verbose_link_cmd`; do
+ case $p in
+@@ -9556,7 +9775,7 @@
+ fi
+ ;;
+
+- *.$objext|*.$libext)
++ *.$objext)
+ # This assumes that the test object file only shows up
+ # once in the compiler output.
+ if test "$p" = "conftest.$objext"; then
+@@ -9592,13 +9811,37 @@
+
+ $rm -f confest.$objext
+
++# PORTME: override above test on systems where it is broken
++ifelse([$1],[CXX],
++[case $host_os in
++interix3*)
++ # Interix 3.5 installs completely hosed .la files for C++, so rather than
++ # hack all around it, let's just trust "g++" to DTRT.
++ _LT_AC_TAGVAR(predep_objects,$1)=
++ _LT_AC_TAGVAR(postdep_objects,$1)=
++ _LT_AC_TAGVAR(postdeps,$1)=
++ ;;
++
++solaris*)
++ case $cc_basename in
++ CC*)
++ # Adding this requires a known-good setup of shared libraries for
++ # Sun compiler versions before 5.6, else PIC objects from an old
++ # archive will be linked into the output, leading to subtle bugs.
++ _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
++ ;;
++ esac
++ ;;
++esac
++])
++
+ case " $_LT_AC_TAGVAR(postdeps, $1) " in
+ *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
+ esac
+ ])# AC_LIBTOOL_POSTDEP_PREDEP
+
+ # AC_LIBTOOL_LANG_F77_CONFIG
+-# ------------------------
++# --------------------------
+ # Ensure that the configuration vars for the C compiler are
+ # suitably defined. Those variables are subsequently used by
+ # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
+@@ -9642,12 +9885,16 @@
+ # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+ _LT_AC_SYS_COMPILER
+
++# save warnings/boilerplate of simple test code
++_LT_COMPILER_BOILERPLATE
++_LT_LINKER_BOILERPLATE
++
+ # Allow CC to be a program name with arguments.
+ lt_save_CC="$CC"
+ CC=${F77-"f77"}
+ compiler=$CC
+ _LT_AC_TAGVAR(compiler, $1)=$CC
+-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
++_LT_CC_BASENAME([$compiler])
+
+ AC_MSG_CHECKING([if libtool supports shared libraries])
+ AC_MSG_RESULT([$can_build_shared])
+@@ -9657,7 +9904,7 @@
+
+ # On AIX, shared libraries and static libraries use the same namespace, and
+ # are all built from PIC.
+-case "$host_os" in
++case $host_os in
+ aix3*)
+ test "$enable_shared" = yes && enable_static=no
+ if test -n "$RANLIB"; then
+@@ -9665,8 +9912,10 @@
+ postinstall_cmds='$RANLIB $lib'
+ fi
+ ;;
+-aix4*)
+- test "$enable_shared" = yes && enable_static=no
++aix4* | aix5*)
++ if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
++ test "$enable_shared" = yes && enable_static=no
++ fi
+ ;;
+ esac
+ AC_MSG_RESULT([$enable_shared])
+@@ -9676,8 +9925,6 @@
+ test "$enable_shared" = yes || enable_static=yes
+ AC_MSG_RESULT([$enable_static])
+
+-test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
+-
+ _LT_AC_TAGVAR(GCC, $1)="$G77"
+ _LT_AC_TAGVAR(LD, $1)="$LD"
+
+@@ -9687,8 +9934,6 @@
+ AC_LIBTOOL_PROG_LD_SHLIBS($1)
+ AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
+ AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
+-AC_LIBTOOL_SYS_LIB_STRIP
+-
+
+ AC_LIBTOOL_CONFIG($1)
+
+@@ -9717,20 +9962,27 @@
+ lt_simple_compile_test_code="class foo {}\n"
+
+ # Code to be used in simple link tests
+-lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
++lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
+
+ # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+ _LT_AC_SYS_COMPILER
+
++# save warnings/boilerplate of simple test code
++_LT_COMPILER_BOILERPLATE
++_LT_LINKER_BOILERPLATE
++
+ # Allow CC to be a program name with arguments.
+ lt_save_CC="$CC"
+ CC=${GCJ-"gcj"}
+ compiler=$CC
+ _LT_AC_TAGVAR(compiler, $1)=$CC
++_LT_CC_BASENAME([$compiler])
+
+ # GCJ did not exist at the time GCC didn't implicitly link libc in.
+ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+
++_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
++
+ ## CAVEAT EMPTOR:
+ ## There is no encapsulation within the following macros, do not change
+ ## the running order or otherwise move them around unless you know exactly
+@@ -9742,8 +9994,6 @@
+ AC_LIBTOOL_PROG_LD_SHLIBS($1)
+ AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
+ AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
+-AC_LIBTOOL_SYS_LIB_STRIP
+-AC_LIBTOOL_DLOPEN_SELF($1)
+
+ AC_LIBTOOL_CONFIG($1)
+
+@@ -9753,7 +10003,7 @@
+
+
+ # AC_LIBTOOL_LANG_RC_CONFIG
+-# --------------------------
++# -------------------------
+ # Ensure that the configuration vars for the Windows resource compiler are
+ # suitably defined. Those variables are subsequently used by
+ # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
+@@ -9777,11 +10027,16 @@
+ # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+ _LT_AC_SYS_COMPILER
+
++# save warnings/boilerplate of simple test code
++_LT_COMPILER_BOILERPLATE
++_LT_LINKER_BOILERPLATE
++
+ # Allow CC to be a program name with arguments.
+ lt_save_CC="$CC"
+ CC=${RC-"windres"}
+ compiler=$CC
+ _LT_AC_TAGVAR(compiler, $1)=$CC
++_LT_CC_BASENAME([$compiler])
+ _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
+
+ AC_LIBTOOL_CONFIG($1)
+@@ -9807,11 +10062,12 @@
+ # without removal of \ escapes.
+ if test -n "${ZSH_VERSION+set}" ; then
+ setopt NO_GLOB_SUBST
+- fi
++ fi
+ # Now quote all the things that may contain metacharacters while being
+ # careful not to overquote the AC_SUBSTed values. We take copies of the
+ # variables and quote the copies for generation of the libtool script.
+- for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
++ for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
++ SED SHELL STRIP \
+ libname_spec library_names_spec soname_spec extract_expsyms_cmds \
+ old_striplib striplib file_magic_cmd finish_cmds finish_eval \
+ deplibs_check_method reload_flag reload_cmds need_locks \
+@@ -9861,7 +10117,7 @@
+ _LT_AC_TAGVAR(archive_cmds, $1) | \
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
+ _LT_AC_TAGVAR(module_cmds, $1) | \
+- _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
++ _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
+ _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
+ _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
+ extract_expsyms_cmds | reload_cmds | finish_cmds | \
+@@ -9927,11 +10183,11 @@
+ SED=$lt_SED
+
+ # Sed that helps us avoid accidentally triggering echo(1) options like -n.
+-Xsed="$SED -e s/^X//"
++Xsed="$SED -e 1s/^X//"
+
+ # The HP-UX ksh and POSIX shell print the target directory to stdout
+ # if CDPATH is set.
+-if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+ # The names of the tagged configurations supported by this script.
+ available_tags=
+@@ -9962,6 +10218,12 @@
+ # The host system.
+ host_alias=$host_alias
+ host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
+
+ # An echo program that does not interpret backslashes.
+ echo=$lt_echo
+@@ -9973,6 +10235,9 @@
+ # A C compiler.
+ LTCC=$lt_LTCC
+
++# LTCC compiler flags.
++LTCFLAGS=$lt_LTCFLAGS
++
+ # A language-specific compiler.
+ CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
+
+@@ -9992,7 +10257,7 @@
+ NM=$lt_NM
+
+ # A symbol stripping program
+-STRIP=$STRIP
++STRIP=$lt_STRIP
+
+ # Used to examine libraries when file_magic_cmd begins "file"
+ MAGIC_CMD=$MAGIC_CMD
+@@ -10023,7 +10288,7 @@
+ libext="$libext"
+
+ # Shared library suffix (normally ".so").
+-shrext='$shrext'
++shrext_cmds='$shrext_cmds'
+
+ # Executable file suffix (normally "").
+ exeext="$exeext"
+@@ -10038,7 +10303,7 @@
+ # Does compiler simultaneously support -c and -o options?
+ compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
+
+-# Must we lock files when doing compilation ?
++# Must we lock files when doing compilation?
+ need_locks=$lt_need_locks
+
+ # Do we need the lib prefix for modules?
+@@ -10267,7 +10532,10 @@
+ # If there is no Makefile yet, we rely on a make rule to execute
+ # `config.status --recheck' to rerun these tests and create the
+ # libtool script then.
+- test -f Makefile && make "$ltmain"
++ ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++ if test -f "$ltmain_in"; then
++ test -f Makefile && make "$ltmain"
++ fi
+ fi
+ ])# AC_LIBTOOL_CONFIG
+
+@@ -10309,9 +10577,6 @@
+ # Regexp to match symbols that can be accessed directly from C.
+ sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
+
+-# Transform the above into a raw symbol and a C symbol.
+-symxfrm='\1 \2\3 \3'
+-
+ # Transform an extracted symbol line into a proper C declaration
+ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
+
+@@ -10333,14 +10598,30 @@
+ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+ lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
+ ;;
++linux* | k*bsd*-gnu)
++ if test "$host_cpu" = ia64; then
++ symcode='[[ABCDGIRSTW]]'
++ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
++ lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
++ fi
++ ;;
+ irix* | nonstopux*)
+ symcode='[[BCDEGRST]]'
+ ;;
+ osf*)
+ symcode='[[BCDEGQRST]]'
+ ;;
+-solaris* | sysv5*)
+- symcode='[[BDT]]'
++solaris*)
++ symcode='[[BDRT]]'
++ ;;
++sco3.2v5*)
++ symcode='[[DT]]'
++ ;;
++sysv4.2uw2*)
++ symcode='[[DT]]'
++ ;;
++sysv5* | sco5v6* | unixware* | OpenUNIX*)
++ symcode='[[ABDT]]'
+ ;;
+ sysv4)
+ symcode='[[DFNSTU]]'
+@@ -10358,14 +10639,17 @@
+ # If we're using GNU nm, then use its standard symbol codes.
+ case `$NM -V 2>&1` in
+ *GNU* | *'with BFD'*)
+- symcode='[[ABCDGISTW]]' ;;
++ symcode='[[ABCDGIRSTW]]' ;;
+ esac
+
+ # Try without a prefix undercore, then with it.
+ for ac_symprfx in "" "_"; do
+
++ # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
++ symxfrm="\\1 $ac_symprfx\\2 \\2"
++
+ # Write the raw and C identifiers.
+- lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
++ lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
+
+ # Check to see that the pipe works correctly.
+ pipe_works=no
+@@ -10521,6 +10805,10 @@
+ # DJGPP does not support shared libraries at all
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
+ ;;
++ interix3*)
++ # Interix 3.x gcc -fpic/-fPIC options generate broken code.
++ # Instead, we relocate shared libraries at runtime.
++ ;;
+ sysv4*MP*)
+ if test -d /usr/nec; then
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
+@@ -10529,7 +10817,7 @@
+ hpux*)
+ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+ # not for PA HP-UX.
+- case "$host_cpu" in
++ case $host_cpu in
+ hppa*64*|ia64*)
+ ;;
+ *)
+@@ -10554,18 +10842,28 @@
+ ;;
+ chorus*)
+ case $cc_basename in
+- cxch68)
++ cxch68*)
+ # Green Hills C++ Compiler
+ # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
+ ;;
+ esac
+ ;;
++ darwin*)
++ # PIC is the default on this platform
++ # Common symbols not allowed in MH_DYLIB files
++ case $cc_basename in
++ xlc*)
++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++ ;;
++ esac
++ ;;
+ dgux*)
+ case $cc_basename in
+- ec++)
++ ec++*)
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+ ;;
+- ghcx)
++ ghcx*)
+ # Green Hills C++ Compiler
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+ ;;
+@@ -10573,22 +10871,22 @@
+ ;;
+ esac
+ ;;
+- freebsd* | kfreebsd*-gnu)
++ freebsd* | dragonfly*)
+ # FreeBSD uses GNU C++
+ ;;
+ hpux9* | hpux10* | hpux11*)
+ case $cc_basename in
+- CC)
++ CC*)
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+- _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
+ if test "$host_cpu" != ia64; then
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
+ fi
+ ;;
+- aCC)
++ aCC*)
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+- _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
+- case "$host_cpu" in
++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
++ case $host_cpu in
+ hppa*64*|ia64*)
+ # +Z the default
+ ;;
+@@ -10601,9 +10899,13 @@
+ ;;
+ esac
+ ;;
++ interix*)
++ # This is c89, which is MS Visual C++ (no shared libs)
++ # Anyone wants to do a port?
++ ;;
+ irix5* | irix6* | nonstopux*)
+ case $cc_basename in
+- CC)
++ CC*)
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+ # CC pic flag -KPIC is the default.
+@@ -10612,20 +10914,26 @@
+ ;;
+ esac
+ ;;
+- linux*)
++ linux* | k*bsd*-gnu)
+ case $cc_basename in
+- KCC)
++ KCC*)
+ # KAI C++ Compiler
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+ ;;
+- icpc)
++ icpc* | ecpc*)
+ # Intel C++
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
+- ;;
+- cxx)
++ ;;
++ pgCC*)
++ # Portland Group C++ compiler.
++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++ ;;
++ cxx*)
+ # Compaq C++
+ # Make sure the PIC flag is empty. It appears that all Alpha
+ # Linux and Compaq Tru64 Unix objects are PIC.
+@@ -10642,25 +10950,25 @@
+ ;;
+ mvs*)
+ case $cc_basename in
+- cxx)
++ cxx*)
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
+ ;;
+ *)
+ ;;
+ esac
+ ;;
+- netbsd*)
++ netbsd* | netbsdelf*-gnu)
+ ;;
+ osf3* | osf4* | osf5*)
+ case $cc_basename in
+- KCC)
++ KCC*)
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
+ ;;
+- RCC)
++ RCC*)
+ # Rational C++ 2.4.1
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+ ;;
+- cxx)
++ cxx*)
+ # Digital/Compaq C++
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+ # Make sure the PIC flag is empty. It appears that all Alpha
+@@ -10674,24 +10982,15 @@
+ ;;
+ psos*)
+ ;;
+- sco*)
+- case $cc_basename in
+- CC)
+- _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+- ;;
+- *)
+- ;;
+- esac
+- ;;
+ solaris*)
+ case $cc_basename in
+- CC)
++ CC*)
+ # Sun C++ 4.2, 5.x and Centerline C++
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
+ ;;
+- gcx)
++ gcx*)
+ # Green Hills C++ Compiler
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
+ ;;
+@@ -10701,12 +11000,12 @@
+ ;;
+ sunos4*)
+ case $cc_basename in
+- CC)
++ CC*)
+ # Sun C++ 4.x
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+ ;;
+- lcc)
++ lcc*)
+ # Lucid
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+ ;;
+@@ -10716,7 +11015,7 @@
+ ;;
+ tandem*)
+ case $cc_basename in
+- NCC)
++ NCC*)
+ # NonStop-UX NCC 3.20
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+ ;;
+@@ -10724,7 +11023,14 @@
+ ;;
+ esac
+ ;;
+- unixware*)
++ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
++ case $cc_basename in
++ CC*)
++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++ ;;
++ esac
+ ;;
+ vxworks*)
+ ;;
+@@ -10771,6 +11077,11 @@
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
+ ;;
+
++ interix3*)
++ # Interix 3.x gcc -fpic/-fPIC options generate broken code.
++ # Instead, we relocate shared libraries at runtime.
++ ;;
++
+ msdosdjgpp*)
+ # Just because we use GCC doesn't mean we suddenly get shared libraries
+ # on systems that don't support them.
+@@ -10787,7 +11098,7 @@
+ hpux*)
+ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+ # not for PA HP-UX.
+- case "$host_cpu" in
++ case $host_cpu in
+ hppa*64*|ia64*)
+ # +Z the default
+ ;;
+@@ -10813,6 +11124,16 @@
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
+ fi
+ ;;
++ darwin*)
++ # PIC is the default on this platform
++ # Common symbols not allowed in MH_DYLIB files
++ case $cc_basename in
++ xlc*)
++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++ ;;
++ esac
++ ;;
+
+ mingw* | pw32* | os2*)
+ # This hack is so that the source file can tell whether it is being
+@@ -10824,7 +11145,7 @@
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+ # not for PA HP-UX.
+- case "$host_cpu" in
++ case $host_cpu in
+ hppa*64*|ia64*)
+ # +Z the default
+ ;;
+@@ -10847,13 +11168,20 @@
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+ ;;
+
+- linux*)
+- case $CC in
++ linux* | k*bsd*-gnu)
++ case $cc_basename in
+ icc* | ecc*)
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
+ ;;
++ pgcc* | pgf77* | pgf90* | pgf95*)
++ # Portland Group compilers (*not* the Pentium gcc compiler,
++ # which looks to be a dead project)
++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++ ;;
+ ccc*)
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+ # All Alpha code is PIC.
+@@ -10868,15 +11196,15 @@
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+ ;;
+
+- sco3.2v5*)
+- _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
+- _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
+- ;;
+-
+ solaris*)
+- _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++ case $cc_basename in
++ f77* | f90* | f95*)
++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
++ *)
++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
++ esac
+ ;;
+
+ sunos4*)
+@@ -10885,7 +11213,7 @@
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+ ;;
+
+- sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++ sysv4 | sysv4.2uw2* | sysv4.3*)
+ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+@@ -10898,6 +11226,17 @@
+ fi
+ ;;
+
++ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++ ;;
++
++ unicos*)
++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++ _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
++ ;;
++
+ uts4*)
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+@@ -10925,7 +11264,7 @@
+ [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
+ _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
+ fi
+-case "$host_os" in
++case $host_os in
+ # For platforms which do not support PIC, -DPIC is meaningless:
+ *djgpp*)
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
+@@ -10934,6 +11273,16 @@
+ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
+ ;;
+ esac
++
++#
++# Check to make sure the static flag actually works.
++#
++wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
++AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
++ _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
++ $lt_tmp_static_flag,
++ [],
++ [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
+ ])
+
+
+@@ -10958,7 +11307,10 @@
+ _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
+ ;;
+ cygwin* | mingw*)
+- _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
++ ;;
++ linux* | k*bsd*-gnu)
++ _LT_AC_TAGVAR(link_all_deplibs, $1)=no
+ ;;
+ *)
+ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+@@ -10984,7 +11336,7 @@
+ _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
+ _LT_AC_TAGVAR(hardcode_automatic, $1)=no
+ _LT_AC_TAGVAR(module_cmds, $1)=
+- _LT_AC_TAGVAR(module_expsym_cmds, $1)=
++ _LT_AC_TAGVAR(module_expsym_cmds, $1)=
+ _LT_AC_TAGVAR(always_export_symbols, $1)=no
+ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+ # include_expsyms should be a list of space-separated symbols to be *always*
+@@ -11001,7 +11353,8 @@
+ # rely on this symbol name, it's probably fine to never include it in
+ # preloaded symbol tables.
+ extract_expsyms_cmds=
+-
++ # Just being paranoid about ensuring that cc_basename is set.
++ _LT_CC_BASENAME([$compiler])
+ case $host_os in
+ cygwin* | mingw* | pw32*)
+ # FIXME: the MSVC++ port hasn't been tested in a loooong time
+@@ -11011,6 +11364,10 @@
+ with_gnu_ld=no
+ fi
+ ;;
++ interix*)
++ # we just hope/assume this is gcc and not c89 (= MSVC++)
++ with_gnu_ld=yes
++ ;;
+ openbsd*)
+ with_gnu_ld=no
+ ;;
+@@ -11021,6 +11378,27 @@
+ # If archive_cmds runs LD, not CC, wlarc should be empty
+ wlarc='${wl}'
+
++ # Set some defaults for GNU ld with shared library support. These
++ # are reset later if shared libraries are not supported. Putting them
++ # here allows them to be overridden if necessary.
++ runpath_var=LD_RUN_PATH
++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
++ # ancient GNU ld didn't support --whole-archive et. al.
++ if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++ else
++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
++ fi
++ supports_anon_versioning=no
++ case `$LD -v 2>/dev/null` in
++ *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
++ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
++ *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
++ *\ 2.11.*) ;; # other 2.11 versions
++ *) supports_anon_versioning=yes ;;
++ esac
++
+ # See if GNU ld supports shared libraries.
+ case $host_os in
+ aix3* | aix4* | aix5*)
+@@ -11058,7 +11436,7 @@
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
+ # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
+ # support --undefined. This deserves some investigation. FIXME
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+ else
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ fi
+@@ -11068,13 +11446,13 @@
+ # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
+ # as there is no search path for DLLs.
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+- _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
+ _LT_AC_TAGVAR(always_export_symbols, $1)=no
+ _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+- _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
+
+ if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ # If the export-symbols file already is a .def file (1st line
+ # is EXPORTS), use it as is; otherwise, prepend...
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+@@ -11083,23 +11461,70 @@
+ echo EXPORTS > $output_objdir/$soname.def;
+ cat $export_symbols >> $output_objdir/$soname.def;
+ fi~
+- $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ else
+- ld_shlibs=no
++ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ fi
+ ;;
+
+- netbsd*)
++ interix3*)
++ _LT_AC_TAGVAR(hardcode_direct, $1)=no
++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
++ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
++ # Instead, shared libraries are loaded at an image base (0x10000000 by
++ # default) and relocated if they conflict, which is a slow very memory
++ # consuming and fragmenting process. To avoid this, we pick a random,
++ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
++ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
++ ;;
++
++ linux* | k*bsd*-gnu)
++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++ tmp_addflag=
++ case $cc_basename,$host_cpu in
++ pgcc*) # Portland Group C compiler
++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++ tmp_addflag=' $pic_flag'
++ ;;
++ pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++ tmp_addflag=' $pic_flag -Mnomain' ;;
++ ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
++ tmp_addflag=' -i_dynamic' ;;
++ efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
++ tmp_addflag=' -i_dynamic -nofor_main' ;;
++ ifc* | ifort*) # Intel Fortran compiler
++ tmp_addflag=' -nofor_main' ;;
++ esac
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++
++ if test $supports_anon_versioning = yes; then
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
++ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
++ $echo "local: *; };" >> $output_objdir/$libname.ver~
++ $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
++ fi
++ _LT_AC_TAGVAR(link_all_deplibs, $1)=no
++ else
++ _LT_AC_TAGVAR(ld_shlibs, $1)=no
++ fi
++ ;;
++
++ netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ wlarc=
+ else
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ fi
+ ;;
+
+- solaris* | sysv5*)
++ solaris*)
+ if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ cat <<EOF 1>&2
+@@ -11113,13 +11538,40 @@
+
+ EOF
+ elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ else
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ fi
+ ;;
+
++ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
++ case `$LD -v 2>&1` in
++ *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
++ _LT_AC_TAGVAR(ld_shlibs, $1)=no
++ cat <<_LT_EOF 1>&2
++
++*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
++*** reliably create shared libraries on SCO systems. Therefore, libtool
++*** is disabling shared libraries support. We urge you to upgrade GNU
++*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
++*** your PATH or compiler configuration so that the native linker is
++*** used, and then restart.
++
++_LT_EOF
++ ;;
++ *)
++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
++ else
++ _LT_AC_TAGVAR(ld_shlibs, $1)=no
++ fi
++ ;;
++ esac
++ ;;
++
+ sunos4*)
+ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+ wlarc=
+@@ -11129,24 +11581,19 @@
+
+ *)
+ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ else
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ fi
+ ;;
+ esac
+
+- if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
+- runpath_var=LD_RUN_PATH
+- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
+- _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+- # ancient GNU ld didn't support --whole-archive et. al.
+- if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
+- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+- else
+- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
+- fi
++ if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
++ runpath_var=
++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
+ fi
+ else
+ # PORTME fill in a description of your system's linker (not GNU ld)
+@@ -11158,7 +11605,7 @@
+ # Note: this linker hardcodes the directories in LIBPATH if there
+ # are no directories specified by -L.
+ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
+- if test "$GCC" = yes && test -z "$link_static_flag"; then
++ if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
+ # Neither direct hardcoding nor static linking is supported with a
+ # broken collect2.
+ _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
+@@ -11180,9 +11627,21 @@
+ else
+ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
+ fi
++ aix_use_runtimelinking=no
++
++ # Test if we are trying to use run time linking or normal
++ # AIX style linking. If -brtl is somewhere in LDFLAGS, we
++ # need to do runtime linking.
++ case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
++ for ld_flag in $LDFLAGS; do
++ if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
++ aix_use_runtimelinking=yes
++ break
++ fi
++ done
++ ;;
++ esac
+
+- # KDE requires run time linking. Make it the default.
+- aix_use_runtimelinking=yes
+ exp_sym_flag='-bexport'
+ no_entry_flag='-bnoentry'
+ fi
+@@ -11199,7 +11658,7 @@
+ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+
+ if test "$GCC" = yes; then
+- case $host_os in aix4.[012]|aix4.[012].*)
++ case $host_os in aix4.[[012]]|aix4.[[012]].*)
+ # We only want to do this on AIX 4.2 and lower, the check
+ # below for broken collect2 doesn't work under 4.3+
+ collect2name=`${CC} -print-prog-name=collect2`
+@@ -11218,8 +11677,12 @@
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
+ fi
++ ;;
+ esac
+ shared_flag='-shared'
++ if test "$aix_use_runtimelinking" = yes; then
++ shared_flag="$shared_flag "'${wl}-G'
++ fi
+ else
+ # not using gcc
+ if test "$host_cpu" = ia64; then
+@@ -11227,30 +11690,30 @@
+ # chokes on -Wl,-G. The following line is correct:
+ shared_flag='-G'
+ else
+- if test "$aix_use_runtimelinking" = yes; then
+- shared_flag='-qmkshrobj ${wl}-G'
++ if test "$aix_use_runtimelinking" = yes; then
++ shared_flag='${wl}-G'
+ else
+- shared_flag='-qmkshrobj'
+- fi
++ shared_flag='${wl}-bM:SRE'
++ fi
+ fi
+ fi
+
+- # Let the compiler handle the export list.
+- _LT_AC_TAGVAR(always_export_symbols, $1)=no
++ # It seems that -bexpall does not export symbols beginning with
++ # underscore (_), so it is better to generate a list of symbols to export.
++ _LT_AC_TAGVAR(always_export_symbols, $1)=yes
+ if test "$aix_use_runtimelinking" = yes; then
+ # Warning - without using the other runtime loading flags (-brtl),
+ # -berok will link without error, but may produce a broken library.
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
+ # Determine the default libpath from the value encoded in an empty executable.
+- _LT_AC_SYS_LIBPATH_AIX
+- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+- _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++ _LT_AC_SYS_LIBPATH_AIX
++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+ else
+ if test "$host_cpu" = ia64; then
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
+ else
+ # Determine the default libpath from the value encoded in an empty executable.
+ _LT_AC_SYS_LIBPATH_AIX
+@@ -11259,13 +11722,11 @@
+ # -berok will link without error, but may produce a broken library.
+ _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
+- # -bexpall does not export symbols beginning with underscore (_)
+- _LT_AC_TAGVAR(always_export_symbols, $1)=yes
+ # Exported symbols can be pulled into shared objects from archives
+- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
+ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
+- # This is similar to how AIX traditionally builds it's shared libraries.
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++ # This is similar to how AIX traditionally builds its shared libraries.
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+ fi
+ fi
+ ;;
+@@ -11278,7 +11739,7 @@
+ _LT_AC_TAGVAR(ld_shlibs, $1)=no
+ ;;
+
+- bsdi4*)
++ bsdi[[45]]*)
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
+ ;;
+
+@@ -11288,69 +11749,69 @@
+ # hardcode_libdir_flag_spec is actually meaningless, as there is
+ # no search path for DLLs.
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
+- _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
+ # Tell ltmain to make .lib files, not .a files.
+ libext=lib
+ # Tell ltmain to make .dll files, not .so files.
+- shrext=".dll"
++ shrext_cmds=".dll"
+ # FIXME: Setting linknames here is a bad hack.
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
+ # The linker will automatically build a .lib file if we build a DLL.
+ _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
+ # FIXME: Should let the user specify the lib program.
+ _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
+- fix_srcfile_path='`cygpath -w "$srcfile"`'
++ _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
+ _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+ ;;
+
+ darwin* | rhapsody*)
+- if test "$GXX" = yes ; then
+- _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+- case "$host_os" in
+- rhapsody* | darwin1.[[012]])
+- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
+- ;;
+- *) # Darwin 1.3 on
+- if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+- else
+- case ${MACOSX_DEPLOYMENT_TARGET} in
+- 10.[012])
+- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+- ;;
+- 10.*)
+- _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
+- ;;
+- esac
+- fi
+- ;;
++ case $host_os in
++ rhapsody* | darwin1.[[012]])
++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
++ ;;
++ *) # Darwin 1.3 on
++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++ else
++ case ${MACOSX_DEPLOYMENT_TARGET} in
++ 10.[[012]])
++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++ ;;
++ 10.*)
++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
++ ;;
++ esac
++ fi
++ ;;
+ esac
+- lt_int_apple_cc_single_mod=no
+- output_verbose_link_cmd='echo'
+- if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
+- lt_int_apple_cc_single_mod=yes
+- fi
+- if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+- else
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
+- fi
+- _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+- # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+- if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- else
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- fi
+- _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+ _LT_AC_TAGVAR(hardcode_direct, $1)=no
+ _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
+ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+- else
+- _LT_AC_TAGVAR(ld_shlibs, $1)=no
+- fi
++ if test "$GCC" = yes ; then
++ output_verbose_link_cmd='echo'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++ _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ else
++ case $cc_basename in
++ xlc*)
++ output_verbose_link_cmd='echo'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++ _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ ;;
++ *)
++ _LT_AC_TAGVAR(ld_shlibs, $1)=no
++ ;;
++ esac
++ fi
+ ;;
+
+ dgux*)
+@@ -11383,8 +11844,8 @@
+ ;;
+
+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+- freebsd* | kfreebsd*-gnu)
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
++ freebsd* | dragonfly*)
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+ _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+@@ -11392,7 +11853,7 @@
+
+ hpux9*)
+ if test "$GCC" = yes; then
+- _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+ else
+ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+ fi
+@@ -11406,47 +11867,62 @@
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+ ;;
+
+- hpux10* | hpux11*)
++ hpux10*)
+ if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+- case "$host_cpu" in
+- hppa*64*|ia64*)
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
++ else
++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
++ fi
++ if test "$with_gnu_ld" = no; then
++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++
++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
++
++ # hardcode_minus_L: Not really in the search PATH,
++ # but as the default location of the library.
++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
++ fi
++ ;;
++
++ hpux11*)
++ if test "$GCC" = yes -a "$with_gnu_ld" = no; then
++ case $host_cpu in
++ hppa*64*)
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ ;;
++ ia64*)
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ *)
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ esac
+ else
+- case "$host_cpu" in
+- hppa*64*|ia64*)
+- _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
++ case $host_cpu in
++ hppa*64*)
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ ;;
++ ia64*)
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ *)
+- _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ esac
+ fi
+ if test "$with_gnu_ld" = no; then
+- case "$host_cpu" in
+- hppa*64*)
+- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++
++ case $host_cpu in
++ hppa*64*|ia64*)
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
+- _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+ _LT_AC_TAGVAR(hardcode_direct, $1)=no
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+ ;;
+- ia64*)
+- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+- _LT_AC_TAGVAR(hardcode_direct, $1)=no
+- _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-
+- # hardcode_minus_L: Not really in the search PATH,
+- # but as the default location of the library.
+- _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
+- ;;
+ *)
+- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+- _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+ _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+
+@@ -11460,7 +11936,7 @@
+
+ irix5* | irix6* | nonstopux*)
+ if test "$GCC" = yes; then
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ else
+ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
+@@ -11470,7 +11946,7 @@
+ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+ ;;
+
+- netbsd*)
++ netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
+ else
+@@ -11493,7 +11969,8 @@
+ _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+ else
+@@ -11503,7 +11980,7 @@
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+ ;;
+ *)
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+ ;;
+ esac
+@@ -11514,14 +11991,14 @@
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
+- _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
+ _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
+ ;;
+
+ osf3*)
+ if test "$GCC" = yes; then
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ else
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
+ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+@@ -11533,13 +12010,13 @@
+ osf4* | osf5*) # as osf3* with the addition of -msym flag
+ if test "$GCC" = yes; then
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+ else
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
+ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
+- $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
++ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
+
+ # Both c and cxx compiler support -rpath directly
+ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
+@@ -11547,21 +12024,15 @@
+ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+ ;;
+
+- sco3.2v5*)
+- _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+- _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+- _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
+- runpath_var=LD_RUN_PATH
+- hardcode_runpath_var=yes
+- ;;
+-
+ solaris*)
+ _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
+ if test "$GCC" = yes; then
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++ wlarc='${wl}'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+- $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
++ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
+ else
++ wlarc=''
+ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
+@@ -11570,8 +12041,18 @@
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+ case $host_os in
+ solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
+- *) # Supported since Solaris 2.6 (maybe 2.5.1?)
+- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
++ *)
++ # The compiler driver will combine linker options so we
++ # cannot just pass the convience library names through
++ # without $wl, iff we do not link with $LD.
++ # Luckily, gcc supports the same syntax we need for Sun Studio.
++ # Supported since Solaris 2.6 (maybe 2.5.1?)
++ case $wlarc in
++ '')
++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
++ *)
++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
++ esac ;;
+ esac
+ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+ ;;
+@@ -11580,7 +12061,7 @@
+ if test "x$host_vendor" = xsequent; then
+ # Use $CC to link under sequent, because it throws in some extra .o
+ # files that make .init and .fini sections work.
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
+ else
+ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
+ fi
+@@ -11628,36 +12109,45 @@
+ fi
+ ;;
+
+- sysv4.2uw2*)
+- _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
+- _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+- _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
++ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7*)
++ _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+- hardcode_runpath_var=yes
+- runpath_var=LD_RUN_PATH
+- ;;
++ runpath_var='LD_RUN_PATH'
+
+- sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
+- _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
+ if test "$GCC" = yes; then
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ else
+- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ fi
+- runpath_var='LD_RUN_PATH'
+- _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+ ;;
+
+- sysv5*)
+- _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
+- # $CC -shared without GNU ld will not create a library from C++
+- # object files and a static libstdc++, better avoid it by now
+- _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+- $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
+- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
++ sysv5* | sco3.2v5* | sco5v6*)
++ # Note: We can NOT use -z defs as we might desire, because we do not
++ # link with -lc, and that would cause any symbols used from libc to
++ # always be unresolved, which means just about no library would
++ # ever link correctly. If we're not using GNU ld we use -z text
++ # though, which does catch some bad symbols but isn't as heavy-handed
++ # as -z defs.
++ _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
+ runpath_var='LD_RUN_PATH'
++
++ if test "$GCC" = yes; then
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ else
++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ fi
+ ;;
+
+ uts4*)
+@@ -11675,11 +12165,6 @@
+ AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
+ test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
+
+-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+-if test "$GCC" = yes; then
+- variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+-fi
+-
+ #
+ # Do we need to explicitly link libc?
+ #
+@@ -11700,13 +12185,14 @@
+ AC_MSG_CHECKING([whether -lc should be explicitly linked in])
+ $rm conftest*
+ printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+-
++
+ if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
+ soname=conftest
+ lib=conftest
+ libobjs=conftest.$ac_objext
+ deplibs=
+ wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
++ pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
+ compiler_flags=-v
+ linker_flags=-v
+ verstring=
+@@ -11834,7 +12320,7 @@
+ # Add /usr/xpg4/bin/sed as it is typically found on Solaris
+ # along with /bin/sed that truncates output.
+ for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
+- test ! -f $lt_ac_sed && break
++ test ! -f $lt_ac_sed && continue
+ cat /dev/null > conftest.in
+ lt_ac_count=0
+ echo $ECHO_N "0123456789$ECHO_C" >conftest.in
+--- aclocal.m4
++++ aclocal.m4
+@@ -501,6 +501,35 @@
+ rmdir .tst 2>/dev/null
+ AC_SUBST([am__leading_dot])])
+
++# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
++# From Jim Meyering
++
++# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
++# Free Software Foundation, Inc.
++#
++# This file is free software; the Free Software Foundation
++# gives unlimited permission to copy and/or distribute it,
++# with or without modifications, as long as this notice is preserved.
++
++# serial 4
++
++AC_DEFUN([AM_MAINTAINER_MODE],
++[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
++ dnl maintainer-mode is disabled by default
++ AC_ARG_ENABLE(maintainer-mode,
++[ --enable-maintainer-mode enable make rules and dependencies not useful
++ (and sometimes confusing) to the casual installer],
++ USE_MAINTAINER_MODE=$enableval,
++ USE_MAINTAINER_MODE=no)
++ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
++ AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
++ MAINT=$MAINTAINER_MODE_TRUE
++ AC_SUBST(MAINT)dnl
++]
++)
++
++AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
++
+ # Check to see how 'make' treats includes. -*- Autoconf -*-
+
+ # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
+--- config.h.in
++++ config.h.in
+@@ -147,22 +147,22 @@
+ /* Define to the version of this package. */
+ #undef PACKAGE_VERSION
+
+-/* The size of a `char *', as computed by sizeof. */
++/* The size of `char *', as computed by sizeof. */
+ #undef SIZEOF_CHAR_P
+
+-/* The size of a `int', as computed by sizeof. */
++/* The size of `int', as computed by sizeof. */
+ #undef SIZEOF_INT
+
+-/* The size of a `long', as computed by sizeof. */
++/* The size of `long', as computed by sizeof. */
+ #undef SIZEOF_LONG
+
+-/* The size of a `short', as computed by sizeof. */
++/* The size of `short', as computed by sizeof. */
+ #undef SIZEOF_SHORT
+
+-/* The size of a `size_t', as computed by sizeof. */
++/* The size of `size_t', as computed by sizeof. */
+ #undef SIZEOF_SIZE_T
+
+-/* The size of a `unsigned long', as computed by sizeof. */
++/* The size of `unsigned long', as computed by sizeof. */
+ #undef SIZEOF_UNSIGNED_LONG
+
+ /* Define to 1 if you have the ANSI C header files. */
+--- configure
++++ configure
+@@ -1,8 +1,9 @@
+ #! /bin/sh
+ # Guess values for system-dependent variables and create Makefiles.
+-# Generated by GNU Autoconf 2.59.
++# Generated by GNU Autoconf 2.59d.
+ #
+-# Copyright (C) 2003 Free Software Foundation, Inc.
++# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
++# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+ # This configure script is free software; the Free Software Foundation
+ # gives unlimited permission to copy, distribute and modify it.
+ ## --------------------- ##
+@@ -16,11 +17,35 @@
+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '${1+"$@"}'='"$@"'
+-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
+- set -o posix
++ setopt NO_GLOB_SUBST
++else
++ case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
+ fi
++BIN_SH=xpg4; export BIN_SH # for Tru64
+ DUALCASE=1; export DUALCASE # for MKS sh
+
++
++# PATH needs CR
++# Avoid depending upon Character Ranges.
++as_cr_letters='abcdefghijklmnopqrstuvwxyz'
++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
++as_cr_Letters=$as_cr_letters$as_cr_LETTERS
++as_cr_digits='0123456789'
++as_cr_alnum=$as_cr_Letters$as_cr_digits
++
++# The user is always right.
++if test "${PATH_SEPARATOR+set}" != set; then
++ echo "#! /bin/sh" >conf$$.sh
++ echo "exit 0" >>conf$$.sh
++ chmod +x conf$$.sh
++ if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
++ PATH_SEPARATOR=';'
++ else
++ PATH_SEPARATOR=:
++ fi
++ rm -f conf$$.sh
++fi
++
+ # Support unset when possible.
+ if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+ as_unset=unset
+@@ -29,8 +54,43 @@
+ fi
+
+
++# IFS
++# We need space, tab and new line, in precisely that order. Quoting is
++# there to prevent editors from complaining about space-tab.
++# (If _AS_PATH_WALK were called with IFS unset, it would disable word
++# splitting by setting IFS to empty value.)
++as_nl='
++'
++IFS=" "" $as_nl"
++
++# Find who we are. Look in the path if we contain no directory separator.
++case $0 in
++ *[\\/]* ) as_myself=$0 ;;
++ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++ IFS=$as_save_IFS
++ test -z "$as_dir" && as_dir=.
++ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
++done
++IFS=$as_save_IFS
++
++ ;;
++esac
++# We did not find ourselves, most probably we were run as `sh COMMAND'
++# in which case we are not to be found in the path.
++if test "x$as_myself" = x; then
++ as_myself=$0
++fi
++if test ! -f "$as_myself"; then
++ echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
++ { (exit 1); exit 1; }
++fi
++
+ # Work around bugs in pre-3.0 UWIN ksh.
+-$as_unset ENV MAIL MAILPATH
++for as_var in ENV MAIL MAILPATH
++do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
++done
+ PS1='$ '
+ PS2='> '
+ PS4='+ '
+@@ -44,18 +104,19 @@
+ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
+ eval $as_var=C; export $as_var
+ else
+- $as_unset $as_var
++ ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+ fi
+ done
+
+ # Required to use basename.
+-if expr a : '\(a\)' >/dev/null 2>&1; then
++if expr a : '\(a\)' >/dev/null 2>&1 &&
++ test "X`expr 00001 : '.*\(...\)'`" = X001; then
+ as_expr=expr
+ else
+ as_expr=false
+ fi
+
+-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
++if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+ as_basename=basename
+ else
+ as_basename=false
+@@ -63,157 +124,386 @@
+
+
+ # Name of the executable.
+-as_me=`$as_basename "$0" ||
++as_me=`$as_basename -- "$0" ||
+ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+ X"$0" : 'X\(//\)$' \| \
+- X"$0" : 'X\(/\)$' \| \
+- . : '\(.\)' 2>/dev/null ||
++ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+ echo X/"$0" |
+- sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
+- /^X\/\(\/\/\)$/{ s//\1/; q; }
+- /^X\/\(\/\).*/{ s//\1/; q; }
+- s/.*/./; q'`
++ sed '/^.*\/\([^/][^/]*\)\/*$/{
++ s//\1/
++ q
++ }
++ /^X\/\(\/\/\)$/{
++ s//\1/
++ q
++ }
++ /^X\/\(\/\).*/{
++ s//\1/
++ q
++ }
++ s/.*/./; q'`
+
++# CDPATH.
++$as_unset CDPATH
+
+-# PATH needs CR, and LINENO needs CR and PATH.
+-# Avoid depending upon Character Ranges.
+-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+-as_cr_digits='0123456789'
+-as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+-# The user is always right.
+-if test "${PATH_SEPARATOR+set}" != set; then
+- echo "#! /bin/sh" >conf$$.sh
+- echo "exit 0" >>conf$$.sh
+- chmod +x conf$$.sh
+- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
+- PATH_SEPARATOR=';'
+- else
+- PATH_SEPARATOR=:
+- fi
+- rm -f conf$$.sh
++if test "x$CONFIG_SHELL" = x; then
++ if (eval ":") 2>/dev/null; then
++ as_have_required=yes
++else
++ as_have_required=no
+ fi
+
++ if test $as_have_required = yes && (eval ":
++(as_func_return () {
++ (exit \$1)
++}
++as_func_success () {
++ as_func_return 0
++}
++as_func_failure () {
++ as_func_return 1
++}
++as_func_ret_success () {
++ return 0
++}
++as_func_ret_failure () {
++ return 1
++}
+
+- as_lineno_1=$LINENO
+- as_lineno_2=$LINENO
+- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
+- test "x$as_lineno_1" != "x$as_lineno_2" &&
+- test "x$as_lineno_3" = "x$as_lineno_2" || {
+- # Find who we are. Look in the path if we contain no path at all
+- # relative or not.
+- case $0 in
+- *[\\/]* ) as_myself=$0 ;;
+- *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
+-do
+- IFS=$as_save_IFS
+- test -z "$as_dir" && as_dir=.
+- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+-done
++exitcode=0
++if as_func_success; then
++ :
++else
++ exitcode=1
++ echo as_func_success failed.
++fi
+
+- ;;
+- esac
+- # We did not find ourselves, most probably we were run as `sh COMMAND'
+- # in which case we are not to be found in the path.
+- if test "x$as_myself" = x; then
+- as_myself=$0
+- fi
+- if test ! -f "$as_myself"; then
+- { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
+- { (exit 1); exit 1; }; }
+- fi
+- case $CONFIG_SHELL in
+- '')
++if as_func_failure; then
++ exitcode=1
++ echo as_func_failure succeeded.
++fi
++
++if as_func_ret_success; then
++ :
++else
++ exitcode=1
++ echo as_func_ret_success failed.
++fi
++
++if as_func_ret_failure; then
++ exitcode=1
++ echo as_func_ret_failure succeeded.
++fi
++
++if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
++ :
++else
++ exitcode=1
++ echo positional parameters were not saved.
++fi
++
++test \$exitcode = 0) || { (exit 1); exit 1; }
++
++(
++ as_lineno_1=\$LINENO
++ as_lineno_2=\$LINENO
++ test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
++ test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
++") 2> /dev/null; then
++ :
++else
++ as_candidate_shells=
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
++for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
+ do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+- for as_base in sh bash ksh sh5; do
+- case $as_dir in
++ case $as_dir in
+ /*)
+- if ("$as_dir/$as_base" -c '
++ for as_base in sh bash ksh sh5; do
++ as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
++ done;;
++ esac
++done
++IFS=$as_save_IFS
++
++
++ for as_shell in $as_candidate_shells $SHELL; do
++ # Try only shells which exist, to save several forks.
++ if test -f "$as_shell" &&
++ { ("$as_shell") 2> /dev/null <<\_ASEOF
++# Be Bourne compatible
++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
++ emulate sh
++ NULLCMD=:
++ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
++ # is contrary to our usage. Disable this feature.
++ alias -g '${1+"$@"}'='"$@"'
++ setopt NO_GLOB_SUBST
++else
++ case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
++fi
++BIN_SH=xpg4; export BIN_SH # for Tru64
++DUALCASE=1; export DUALCASE # for MKS sh
++
++:
++_ASEOF
++}; then
++ CONFIG_SHELL=$as_shell
++ as_have_required=yes
++ if { "$as_shell" 2> /dev/null <<\_ASEOF
++# Be Bourne compatible
++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
++ emulate sh
++ NULLCMD=:
++ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
++ # is contrary to our usage. Disable this feature.
++ alias -g '${1+"$@"}'='"$@"'
++ setopt NO_GLOB_SUBST
++else
++ case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
++fi
++BIN_SH=xpg4; export BIN_SH # for Tru64
++DUALCASE=1; export DUALCASE # for MKS sh
++
++:
++(as_func_return () {
++ (exit $1)
++}
++as_func_success () {
++ as_func_return 0
++}
++as_func_failure () {
++ as_func_return 1
++}
++as_func_ret_success () {
++ return 0
++}
++as_func_ret_failure () {
++ return 1
++}
++
++exitcode=0
++if as_func_success; then
++ :
++else
++ exitcode=1
++ echo as_func_success failed.
++fi
++
++if as_func_failure; then
++ exitcode=1
++ echo as_func_failure succeeded.
++fi
++
++if as_func_ret_success; then
++ :
++else
++ exitcode=1
++ echo as_func_ret_success failed.
++fi
++
++if as_func_ret_failure; then
++ exitcode=1
++ echo as_func_ret_failure succeeded.
++fi
++
++if ( set x; as_func_ret_success y && test x = "$1" ); then
++ :
++else
++ exitcode=1
++ echo positional parameters were not saved.
++fi
++
++test $exitcode = 0) || { (exit 1); exit 1; }
++
++(
+ as_lineno_1=$LINENO
+ as_lineno_2=$LINENO
+- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
+ test "x$as_lineno_1" != "x$as_lineno_2" &&
+- test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
+- $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
+- $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
+- CONFIG_SHELL=$as_dir/$as_base
+- export CONFIG_SHELL
+- exec "$CONFIG_SHELL" "$0" ${1+"$@"}
+- fi;;
+- esac
+- done
+-done
+-;;
+- esac
++ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
++
++_ASEOF
++}; then
++ break
++fi
++
++fi
++
++ done
++
++ if test "x$CONFIG_SHELL" != x; then
++ for as_var in BASH_ENV ENV
++ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
++ done
++ export CONFIG_SHELL
++ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
++fi
++
++
++ if test $as_have_required = no; then
++ echo This script requires a shell more modern than all the
++ echo shells that I found on your system. Please install a
++ echo modern shell, or manually run the script under such a
++ echo shell if you do have one.
++ { (exit 1); exit 1; }
++fi
++
++
++fi
++
++fi
++
++
++
++(eval "as_func_return () {
++ (exit \$1)
++}
++as_func_success () {
++ as_func_return 0
++}
++as_func_failure () {
++ as_func_return 1
++}
++as_func_ret_success () {
++ return 0
++}
++as_func_ret_failure () {
++ return 1
++}
++
++exitcode=0
++if as_func_success; then
++ :
++else
++ exitcode=1
++ echo as_func_success failed.
++fi
++
++if as_func_failure; then
++ exitcode=1
++ echo as_func_failure succeeded.
++fi
++
++if as_func_ret_success; then
++ :
++else
++ exitcode=1
++ echo as_func_ret_success failed.
++fi
++
++if as_func_ret_failure; then
++ exitcode=1
++ echo as_func_ret_failure succeeded.
++fi
++
++if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
++ :
++else
++ exitcode=1
++ echo positional parameters were not saved.
++fi
++
++test \$exitcode = 0") || {
++ echo No shell found that supports shell functions.
++ echo Please tell autoconf at gnu.org about your system,
++ echo including any error possibly output before this
++ echo message
++}
++
++
++
++ as_lineno_1=$LINENO
++ as_lineno_2=$LINENO
++ test "x$as_lineno_1" != "x$as_lineno_2" &&
++ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
+
+ # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
+ # uniformly replaced by the line number. The first 'sed' inserts a
+- # line-number line before each line; the second 'sed' does the real
+- # work. The second script uses 'N' to pair each line-number line
+- # with the numbered line, and appends trailing '-' during
+- # substitution so that $LINENO is not a special case at line end.
++ # line-number line after each line using $LINENO; the second 'sed'
++ # does the real work. The second script uses 'N' to pair each
++ # line-number line with the line containing $LINENO, and appends
++ # trailing '-' during substitution so that $LINENO is not a special
++ # case at line end.
+ # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
+- # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
+- sed '=' <$as_myself |
++ # scripts with optimization help from Paolo Bonzini. Blame Lee
++ # E. McMahon (1931-1989) for sed's syntax. :-)
++ sed -n '
++ p
++ /[$]LINENO/=
++ ' <$as_myself |
+ sed '
++ s/[$]LINENO.*/&-/
++ t lineno
++ b
++ :lineno
+ N
+- s,$,-,
+- : loop
+- s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
++ :loop
++ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
+ t loop
+- s,-$,,
+- s,^['$as_cr_digits']*\n,,
++ s/-\n.*//
+ ' >$as_me.lineno &&
+- chmod +x $as_me.lineno ||
++ chmod +x "$as_me.lineno" ||
+ { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
+ { (exit 1); exit 1; }; }
+
+ # Don't try to exec as it changes $[0], causing all sort of problems
+ # (the dirname of $[0] is not the place where we might find the
+- # original and so on. Autoconf is especially sensible to this).
+- . ./$as_me.lineno
++ # original and so on. Autoconf is especially sensitive to this).
++ . "./$as_me.lineno"
+ # Exit status is that of the last command.
+ exit
+ }
+
+
+-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
+- *c*,-n*) ECHO_N= ECHO_C='
+-' ECHO_T=' ' ;;
+- *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
+- *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
++if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
++ as_dirname=dirname
++else
++ as_dirname=false
++fi
++
++ECHO_C= ECHO_N= ECHO_T=
++case `echo -n x` in
++-n*)
++ case `echo 'x\c'` in
++ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
++ *) ECHO_C='\c';;
++ esac;;
++*)
++ ECHO_N='-n';;
+ esac
+
+-if expr a : '\(a\)' >/dev/null 2>&1; then
++if expr a : '\(a\)' >/dev/null 2>&1 &&
++ test "X`expr 00001 : '.*\(...\)'`" = X001; then
+ as_expr=expr
+ else
+ as_expr=false
+ fi
+
+ rm -f conf$$ conf$$.exe conf$$.file
++if test -d conf$$.dir; then
++ rm -f conf$$.dir/conf$$.file
++else
++ rm -f conf$$.dir
++ mkdir conf$$.dir
++fi
+ echo >conf$$.file
+ if ln -s conf$$.file conf$$ 2>/dev/null; then
+- # We could just check for DJGPP; but this test a) works b) is more generic
+- # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
+- if test -f conf$$.exe; then
+- # Don't use ln at all; we don't have any links
++ as_ln_s='ln -s'
++ # ... but there are two gotchas:
++ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
++ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
++ # In both cases, we have to default to `cp -p'.
++ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+ as_ln_s='cp -p'
+- else
+- as_ln_s='ln -s'
+- fi
+ elif ln conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+ else
+ as_ln_s='cp -p'
+ fi
+-rm -f conf$$ conf$$.exe conf$$.file
++rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
++rmdir conf$$.dir 2>/dev/null
+
+ if mkdir -p . 2>/dev/null; then
+ as_mkdir_p=:
+@@ -222,7 +512,19 @@
+ as_mkdir_p=false
+ fi
+
+-as_executable_p="test -f"
++# Find out whether ``test -x'' works. Don't use a zero-byte file, as
++# systems may use methods other than mode bits to determine executability.
++cat >conf$$.file <<_ASEOF
++#! /bin/sh
++exit 0
++_ASEOF
++chmod +x conf$$.file
++if test -x conf$$.file >/dev/null 2>&1; then
++ as_executable_p="test -x"
++else
++ as_executable_p=:
++fi
++rm -f conf$$.file
+
+ # Sed expression to map a string onto a valid CPP name.
+ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+@@ -231,15 +533,6 @@
+ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+-# IFS
+-# We need space, tab and new line, in precisely that order.
+-as_nl='
+-'
+-IFS=" $as_nl"
+-
+-# CDPATH.
+-$as_unset CDPATH
+-
+
+
+ # Check that we are running under the correct shell.
+@@ -278,15 +571,15 @@
+
+ # The HP-UX ksh and POSIX shell print the target directory to stdout
+ # if CDPATH is set.
+-if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+ if test -z "$ECHO"; then
+ if test "X${echo_test_string+set}" != Xset; then
+ # find a string as large as possible, as long as the shell can cope with it
+ for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
+ # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
+- if (echo_test_string="`eval $cmd`") 2>/dev/null &&
+- echo_test_string="`eval $cmd`" &&
++ if (echo_test_string=`eval $cmd`) 2>/dev/null &&
++ echo_test_string=`eval $cmd` &&
+ (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
+ then
+ break
+@@ -395,29 +688,26 @@
+
+ tagnames=${tagnames+${tagnames},}F77
+
++exec 7<&0 </dev/null 6>&1
++
+ # Name of the host.
+ # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
+ # so uname gets run too.
+ ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+
+-exec 6>&1
+-
+ #
+ # Initializations.
+ #
+ ac_default_prefix=/usr/local
++ac_clean_files=
+ ac_config_libobj_dir=.
++LIBOBJS=
+ cross_compiling=no
+ subdirs=
+ MFLAGS=
+ MAKEFLAGS=
+ SHELL=${CONFIG_SHELL-/bin/sh}
+
+-# Maximum number of lines to put in a shell here document.
+-# This variable seems obsolete. It should probably be removed, and
+-# only ac_max_sed_lines should be used.
+-: ${ac_max_here_lines=38}
+-
+ # Identity of this package.
+ PACKAGE_NAME=
+ PACKAGE_TARNAME=
+@@ -455,17 +745,337 @@
+ #endif
+ #if HAVE_INTTYPES_H
+ # include <inttypes.h>
+-#else
+-# if HAVE_STDINT_H
+-# include <stdint.h>
+-# endif
++#endif
++#if HAVE_STDINT_H
++# include <stdint.h>
+ #endif
+ #if HAVE_UNISTD_H
+ # include <unistd.h>
+ #endif"
+
+-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar KDECONFIG kde_libs_prefix kde_libs_htmldir CONF_FILES CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE WOVERLOADED_VIRTUAL HAVE_GCC_VISIBILITY unsermake_enable_pch_TRUE unsermake_enable_pch_FALSE USE_EXCEPTIONS USE_RTTI CXXCPP NOOPT_CXXFLAGS NOOPT_CFLAGS ENABLE_PERMISSIVE_FLAG LDFLAGS_AS_NEEDED LDFLAGS_NEW_DTAGS KDE_USE_FINAL_TRUE KDE_USE_FINAL_FALSE KDE_USE_CLOSURE_TRUE KDE_USE_CLOSURE_FALSE KDE_NO_UNDEFINED KDE_USE_NMCHECK_TRUE KDE_USE_NMCHECK_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB F77 FFLAGS ac_ct_F77 LIBTOOL KDE_PLUGIN KDE_CHECK_PLUGIN MSGFMT GMSGFMT XGETTEXT LIBUTIL LIBCOMPAT LIBCRYPT LIBRESOLV LIB_POLL FRAMEWORK_COREAUDIO LIBSOCKET X_EXTRA_LIBS LIBUCB LIBDL KDE_USE_FPIE KDE_USE_PIE include_x11_TRUE include_x11_FALSE X_PRE_LIBS LIB_X11 LIB_XRENDER LIBSM X_INCLUDES X_LDFLAGS x_includes x_libraries QTE_NORTTI LIB_XEXT LIBPTHREAD USE_THREADS KDE_MT_LDFLAGS KDE_MT_LIBS USER_INCLUDES USER_LDFLAGS LIBZ LIBPNG LIBJPEG qt_libraries qt_includes QT_INCLUDES QT_LDFLAGS PERL MOC UIC UIC_TR LIB_QT LIB_QPE kde_qtver KDE_EXTRA_RPATH KDE_RPATH X_RPATH kde_libraries kde_includes KDE_LDFLAGS KDE_INCLUDES all_includes all_libraries AUTODIRS include_ARTS_TRUE include_ARTS_FALSE MAKEKDEWIDGETS KCONFIG_COMPILER KCFG_DEPENDENCIES DCOPIDLNG DCOPIDL DCOPIDL2CPP DCOP_DEPENDENCIES MCOPIDL ARTSCCONFIG MEINPROC KDE_XSL_STYLESHEET XMLLINT kde_htmldir kde_appsdir kde_icondir kde_sounddir kde_datadir kde_locale kde_confdir kde_kcfgdir kde_mimedir kde_wallpaperdir kde_bindir xdg_appsdir xdg_menudir xdg_directorydir kde_templatesdir kde_servicesdir kde_servicetypesdir kde_moduledir kdeinitdir kde_styledir kde_widgetdir LIB_KDED LIB_KDECORE LIB_KDEUI LIB_KIO LIB_KJS LIB_SMB LIB_KAB LIB_KABC LIB_KHTML LIB_KSPELL LIB_KPARTS LIB_KDEPRINT LIB_KUTILS LIB_KDEPIM LIB_KIMPROXY LIB_KNEWSTUFF LIB_KDNSSD LIB_KUNITTEST LIB_KSYCOCA LIB_KFILE LIB_KFM KTTS_KSPEECH_DIR KTTS_KSPEECH_INCLUDE KTTS_INTERFACES_DIR include_ksayit_audio_plugins_TRUE include_ksayit_audio_plugins_FALSE PKG_CONFIG GST_CFLAGS GST_LIBS LDADD_GST LDFLAGS_GST include_kttsd_gstplayer_TRUE include_kttsd_gstplayer_FALSE include_kttsd_artsplayer_TRUE include_kttsd_artsplayer_FALSE LIBASOUND ARTS_LIBASOUND include_kttsd_alsaplayer_TRUE include_kttsd_alsaplayer_FALSE AKODE_CONFIG akode_includes akode_libs include_kttsd_akodeplayer_TRUE include_kttsd_akodeplayer_FALSE KTTS_ICONS_DIR include_kttsd_command_TRUE include_kttsd_command_FALSE epos_bindir include_kttsd_epos_TRUE include_kttsd_epos_FALSE festival_bindir include_kttsd_festivalint_TRUE include_kttsd_festivalint_FALSE flite_bindir include_kttsd_flite_TRUE include_kttsd_flite_FALSE freetts_bindir include_kttsd_freetts_TRUE include_kttsd_freetts_FALSE hadifix_mbrola_bin hadifix_txt2pho_bin include_kttsd_hadifix_TRUE include_kttsd_hadifix_FALSE TOPSUBDIRS IconThemes_SUBDIR_included_TRUE IconThemes_SUBDIR_included_FALSE doc_SUBDIR_included_TRUE doc_SUBDIR_included_FALSE kbstateapplet_SUBDIR_included_TRUE kbstateapplet_SUBDIR_included_FALSE kmag_SUBDIR_included_TRUE kmag_SUBDIR_included_FALSE kmousetool_SUBDIR_included_TRUE kmousetool_SUBDIR_included_FALSE kmouth_SUBDIR_included_TRUE kmouth_SUBDIR_included_FALSE ksayit_SUBDIR_included_TRUE ksayit_SUBDIR_included_FALSE kttsd_SUBDIR_included_TRUE kttsd_SUBDIR_included_FALSE LIBOBJS LTLIBOBJS'
++ac_subst_vars='SHELL
++PATH_SEPARATOR
++PACKAGE_NAME
++PACKAGE_TARNAME
++PACKAGE_VERSION
++PACKAGE_STRING
++PACKAGE_BUGREPORT
++exec_prefix
++prefix
++program_transform_name
++bindir
++sbindir
++libexecdir
++datarootdir
++datadir
++sysconfdir
++sharedstatedir
++localstatedir
++includedir
++oldincludedir
++docdir
++infodir
++htmldir
++dvidir
++pdfdir
++psdir
++libdir
++localedir
++mandir
++DEFS
++ECHO_C
++ECHO_N
++ECHO_T
++LIBS
++build_alias
++host_alias
++target_alias
++build
++build_cpu
++build_vendor
++build_os
++host
++host_cpu
++host_vendor
++host_os
++target
++target_cpu
++target_vendor
++target_os
++INSTALL_PROGRAM
++INSTALL_SCRIPT
++INSTALL_DATA
++CYGPATH_W
++PACKAGE
++VERSION
++ACLOCAL
++AUTOCONF
++AUTOMAKE
++AUTOHEADER
++MAKEINFO
++install_sh
++STRIP
++INSTALL_STRIP_PROGRAM
++mkdir_p
++AWK
++SET_MAKE
++am__leading_dot
++AMTAR
++am__tar
++am__untar
++MAINTAINER_MODE_TRUE
++MAINTAINER_MODE_FALSE
++MAINT
++KDECONFIG
++kde_libs_prefix
++kde_libs_htmldir
++CONF_FILES
++CC
++CFLAGS
++LDFLAGS
++CPPFLAGS
++ac_ct_CC
++EXEEXT
++OBJEXT
++DEPDIR
++am__include
++am__quote
++AMDEP_TRUE
++AMDEP_FALSE
++AMDEPBACKSLASH
++CCDEPMODE
++am__fastdepCC_TRUE
++am__fastdepCC_FALSE
++CPP
++CXX
++CXXFLAGS
++ac_ct_CXX
++CXXDEPMODE
++am__fastdepCXX_TRUE
++am__fastdepCXX_FALSE
++WOVERLOADED_VIRTUAL
++HAVE_GCC_VISIBILITY
++unsermake_enable_pch_TRUE
++unsermake_enable_pch_FALSE
++USE_EXCEPTIONS
++USE_RTTI
++CXXCPP
++NOOPT_CXXFLAGS
++NOOPT_CFLAGS
++ENABLE_PERMISSIVE_FLAG
++LDFLAGS_AS_NEEDED
++LDFLAGS_NEW_DTAGS
++KDE_USE_FINAL_TRUE
++KDE_USE_FINAL_FALSE
++KDE_USE_CLOSURE_TRUE
++KDE_USE_CLOSURE_FALSE
++KDE_NO_UNDEFINED
++KDE_USE_NMCHECK_TRUE
++KDE_USE_NMCHECK_FALSE
++GREP
++EGREP
++LN_S
++ECHO
++AR
++RANLIB
++F77
++FFLAGS
++ac_ct_F77
++LIBTOOL
++KDE_PLUGIN
++KDE_CHECK_PLUGIN
++MSGFMT
++GMSGFMT
++XGETTEXT
++LIBUTIL
++LIBCOMPAT
++LIBCRYPT
++LIBRESOLV
++LIB_POLL
++FRAMEWORK_COREAUDIO
++LIBSOCKET
++X_EXTRA_LIBS
++LIBUCB
++LIBDL
++KDE_USE_FPIE
++KDE_USE_PIE
++include_x11_TRUE
++include_x11_FALSE
++XMKMF
++X_PRE_LIBS
++LIB_X11
++LIB_XRENDER
++LIBSM
++X_INCLUDES
++X_LDFLAGS
++x_includes
++x_libraries
++QTE_NORTTI
++LIB_XEXT
++LIBPTHREAD
++USE_THREADS
++KDE_MT_LDFLAGS
++KDE_MT_LIBS
++USER_INCLUDES
++USER_LDFLAGS
++LIBZ
++LIBPNG
++LIBJPEG
++qt_libraries
++qt_includes
++QT_INCLUDES
++QT_LDFLAGS
++PERL
++MOC
++UIC
++UIC_TR
++LIB_QT
++LIB_QPE
++kde_qtver
++KDE_EXTRA_RPATH
++KDE_RPATH
++X_RPATH
++kde_libraries
++kde_includes
++KDE_LDFLAGS
++KDE_INCLUDES
++all_includes
++all_libraries
++AUTODIRS
++include_ARTS_TRUE
++include_ARTS_FALSE
++MAKEKDEWIDGETS
++KCONFIG_COMPILER
++KCFG_DEPENDENCIES
++DCOPIDLNG
++DCOPIDL
++DCOPIDL2CPP
++DCOP_DEPENDENCIES
++MCOPIDL
++ARTSCCONFIG
++MEINPROC
++KDE_XSL_STYLESHEET
++XMLLINT
++kde_htmldir
++kde_appsdir
++kde_icondir
++kde_sounddir
++kde_datadir
++kde_locale
++kde_confdir
++kde_kcfgdir
++kde_mimedir
++kde_wallpaperdir
++kde_bindir
++xdg_appsdir
++xdg_menudir
++xdg_directorydir
++kde_templatesdir
++kde_servicesdir
++kde_servicetypesdir
++kde_moduledir
++kdeinitdir
++kde_styledir
++kde_widgetdir
++LIB_KDED
++LIB_KDECORE
++LIB_KDEUI
++LIB_KIO
++LIB_KJS
++LIB_SMB
++LIB_KAB
++LIB_KABC
++LIB_KHTML
++LIB_KSPELL
++LIB_KPARTS
++LIB_KDEPRINT
++LIB_KUTILS
++LIB_KDEPIM
++LIB_KIMPROXY
++LIB_KNEWSTUFF
++LIB_KDNSSD
++LIB_KUNITTEST
++LIB_KSYCOCA
++LIB_KFILE
++LIB_KFM
++KTTS_KSPEECH_DIR
++KTTS_KSPEECH_INCLUDE
++KTTS_INTERFACES_DIR
++include_ksayit_audio_plugins_TRUE
++include_ksayit_audio_plugins_FALSE
++PKG_CONFIG
++GST_CFLAGS
++GST_LIBS
++LDADD_GST
++LDFLAGS_GST
++include_kttsd_gstplayer_TRUE
++include_kttsd_gstplayer_FALSE
++include_kttsd_artsplayer_TRUE
++include_kttsd_artsplayer_FALSE
++LIBASOUND
++ARTS_LIBASOUND
++include_kttsd_alsaplayer_TRUE
++include_kttsd_alsaplayer_FALSE
++AKODE_CONFIG
++akode_includes
++akode_libs
++include_kttsd_akodeplayer_TRUE
++include_kttsd_akodeplayer_FALSE
++KTTS_ICONS_DIR
++include_kttsd_command_TRUE
++include_kttsd_command_FALSE
++epos_bindir
++include_kttsd_epos_TRUE
++include_kttsd_epos_FALSE
++festival_bindir
++include_kttsd_festivalint_TRUE
++include_kttsd_festivalint_FALSE
++flite_bindir
++include_kttsd_flite_TRUE
++include_kttsd_flite_FALSE
++freetts_bindir
++include_kttsd_freetts_TRUE
++include_kttsd_freetts_FALSE
++hadifix_mbrola_bin
++hadifix_txt2pho_bin
++include_kttsd_hadifix_TRUE
++include_kttsd_hadifix_FALSE
++TOPSUBDIRS
++IconThemes_SUBDIR_included_TRUE
++IconThemes_SUBDIR_included_FALSE
++doc_SUBDIR_included_TRUE
++doc_SUBDIR_included_FALSE
++kbstateapplet_SUBDIR_included_TRUE
++kbstateapplet_SUBDIR_included_FALSE
++kmag_SUBDIR_included_TRUE
++kmag_SUBDIR_included_FALSE
++kmousetool_SUBDIR_included_TRUE
++kmousetool_SUBDIR_included_FALSE
++kmouth_SUBDIR_included_TRUE
++kmouth_SUBDIR_included_FALSE
++ksayit_SUBDIR_included_TRUE
++ksayit_SUBDIR_included_FALSE
++kttsd_SUBDIR_included_TRUE
++kttsd_SUBDIR_included_FALSE
++LIBOBJS
++LTLIBOBJS'
+ ac_subst_files=''
++ ac_precious_vars='build_alias
++host_alias
++target_alias
++CC
++CFLAGS
++LDFLAGS
++CPPFLAGS
++CPP
++CXX
++CXXFLAGS
++CCC
++CXXCPP
++F77
++FFLAGS
++XMKMF'
++
+
+ # Initialize some variables set by options.
+ ac_init_help=
+@@ -492,34 +1102,48 @@
+ # and all the variables that are supposed to be based on exec_prefix
+ # by default will actually change.
+ # Use braces instead of parens because sh, perl, etc. also accept them.
++# (The list follows the same order as the GNU Coding Standards.)
+ bindir='${exec_prefix}/bin'
+ sbindir='${exec_prefix}/sbin'
+ libexecdir='${exec_prefix}/libexec'
+-datadir='${prefix}/share'
++datarootdir='${prefix}/share'
++datadir='${datarootdir}'
+ sysconfdir='${prefix}/etc'
+ sharedstatedir='${prefix}/com'
+ localstatedir='${prefix}/var'
+-libdir='${exec_prefix}/lib'
+ includedir='${prefix}/include'
+ oldincludedir='/usr/include'
+-infodir='${prefix}/info'
+-mandir='${prefix}/man'
++docdir='${datarootdir}/doc/${PACKAGE}'
++infodir='${datarootdir}/info'
++htmldir='${docdir}'
++dvidir='${docdir}'
++pdfdir='${docdir}'
++psdir='${docdir}'
++libdir='${exec_prefix}/lib'
++localedir='${datarootdir}/locale'
++mandir='${datarootdir}/man'
+
+ ac_prev=
++ac_dashdash=
+ for ac_option
+ do
+ # If the previous option needs an argument, assign it.
+ if test -n "$ac_prev"; then
+- eval "$ac_prev=\$ac_option"
++ eval $ac_prev=\$ac_option
+ ac_prev=
+ continue
+ fi
+
+- ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
++ case $ac_option in
++ *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
++ *) ac_optarg=yes ;;
++ esac
+
+ # Accept the important Cygnus configure options, so we can diagnose typos.
+
+- case $ac_option in
++ case $ac_dashdash$ac_option in
++ --)
++ ac_dashdash=yes ;;
+
+ -bindir | --bindir | --bindi | --bind | --bin | --bi)
+ ac_prev=bindir ;;
+@@ -541,12 +1165,18 @@
+ --config-cache | -C)
+ cache_file=config.cache ;;
+
+- -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
++ -datadir | --datadir | --datadi | --datad)
+ ac_prev=datadir ;;
+- -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
+- | --da=*)
++ -datadir=* | --datadir=* | --datadi=* | --datad=*)
+ datadir=$ac_optarg ;;
+
++ -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
++ | --dataroo | --dataro | --datar)
++ ac_prev=datarootdir ;;
++ -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
++ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
++ datarootdir=$ac_optarg ;;
++
+ -disable-* | --disable-*)
+ ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+ # Reject names that are not valid shell variable names.
+@@ -554,7 +1184,17 @@
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+ { (exit 1); exit 1; }; }
+ ac_feature=`echo $ac_feature | sed 's/-/_/g'`
+- eval "enable_$ac_feature=no" ;;
++ eval enable_$ac_feature=no ;;
++
++ -docdir | --docdir | --docdi | --doc | --do)
++ ac_prev=docdir ;;
++ -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
++ docdir=$ac_optarg ;;
++
++ -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
++ ac_prev=dvidir ;;
++ -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
++ dvidir=$ac_optarg ;;
+
+ -enable-* | --enable-*)
+ ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+@@ -563,11 +1203,7 @@
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+ { (exit 1); exit 1; }; }
+ ac_feature=`echo $ac_feature | sed 's/-/_/g'`
+- case $ac_option in
+- *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
+- *) ac_optarg=yes ;;
+- esac
+- eval "enable_$ac_feature='$ac_optarg'" ;;
++ eval enable_$ac_feature=\$ac_optarg ;;
+
+ -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
+ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
+@@ -594,6 +1230,12 @@
+ -host=* | --host=* | --hos=* | --ho=*)
+ host_alias=$ac_optarg ;;
+
++ -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
++ ac_prev=htmldir ;;
++ -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
++ | --ht=*)
++ htmldir=$ac_optarg ;;
++
+ -includedir | --includedir | --includedi | --included | --include \
+ | --includ | --inclu | --incl | --inc)
+ ac_prev=includedir ;;
+@@ -618,13 +1260,16 @@
+ | --libexe=* | --libex=* | --libe=*)
+ libexecdir=$ac_optarg ;;
+
++ -localedir | --localedir | --localedi | --localed | --locale)
++ ac_prev=localedir ;;
++ -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
++ localedir=$ac_optarg ;;
++
+ -localstatedir | --localstatedir | --localstatedi | --localstated \
+- | --localstate | --localstat | --localsta | --localst \
+- | --locals | --local | --loca | --loc | --lo)
++ | --localstate | --localstat | --localsta | --localst | --locals)
+ ac_prev=localstatedir ;;
+ -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
+- | --localstate=* | --localstat=* | --localsta=* | --localst=* \
+- | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
++ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
+ localstatedir=$ac_optarg ;;
+
+ -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
+@@ -689,6 +1334,16 @@
+ | --progr-tra=* | --program-tr=* | --program-t=*)
+ program_transform_name=$ac_optarg ;;
+
++ -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
++ ac_prev=pdfdir ;;
++ -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
++ pdfdir=$ac_optarg ;;
++
++ -psdir | --psdir | --psdi | --psd | --ps)
++ ac_prev=psdir ;;
++ -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
++ psdir=$ac_optarg ;;
++
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+ | -silent | --silent | --silen | --sile | --sil)
+ silent=yes ;;
+@@ -745,11 +1400,7 @@
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
+ { (exit 1); exit 1; }; }
+ ac_package=`echo $ac_package| sed 's/-/_/g'`
+- case $ac_option in
+- *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
+- *) ac_optarg=yes ;;
+- esac
+- eval "with_$ac_package='$ac_optarg'" ;;
++ eval with_$ac_package=\$ac_optarg ;;
+
+ -without-* | --without-*)
+ ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
+@@ -758,7 +1409,7 @@
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
+ { (exit 1); exit 1; }; }
+ ac_package=`echo $ac_package | sed 's/-/_/g'`
+- eval "with_$ac_package=no" ;;
++ eval with_$ac_package=no ;;
+
+ --x)
+ # Obsolete; use --with-x.
+@@ -789,8 +1440,7 @@
+ expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
+ { (exit 1); exit 1; }; }
+- ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
+- eval "$ac_envvar='$ac_optarg'"
++ eval $ac_envvar=\$ac_optarg
+ export $ac_envvar ;;
+
+ *)
+@@ -810,27 +1460,19 @@
+ { (exit 1); exit 1; }; }
+ fi
+
+-# Be sure to have absolute paths.
+-for ac_var in exec_prefix prefix
+-do
+- eval ac_val=$`echo $ac_var`
+- case $ac_val in
+- [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
+- *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
+- { (exit 1); exit 1; }; };;
+- esac
+-done
+-
+-# Be sure to have absolute paths.
+-for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
+- localstatedir libdir includedir oldincludedir infodir mandir
++# Be sure to have absolute directory names.
++for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
++ datadir sysconfdir sharedstatedir localstatedir includedir \
++ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
++ libdir localedir mandir
+ do
+- eval ac_val=$`echo $ac_var`
++ eval ac_val=\$$ac_var
+ case $ac_val in
+- [\\/$]* | ?:[\\/]* ) ;;
+- *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
+- { (exit 1); exit 1; }; };;
++ [\\/$]* | ?:[\\/]* ) continue;;
++ NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
+ esac
++ { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
++ { (exit 1); exit 1; }; }
+ done
+
+ # There might be people who depend on the old broken behavior: `$host'
+@@ -857,94 +1499,76 @@
+ test "$silent" = yes && exec 6>/dev/null
+
+
++ac_pwd=`pwd` && test -n "$ac_pwd" &&
++ac_ls_di=`ls -di .` &&
++ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
++ { echo "$as_me: error: Working directory cannot be determined" >&2
++ { (exit 1); exit 1; }; }
++test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
++ { echo "$as_me: error: pwd does not report name of working directory" >&2
++ { (exit 1); exit 1; }; }
++
++
+ # Find the source files, if location was not specified.
+ if test -z "$srcdir"; then
+ ac_srcdir_defaulted=yes
+- # Try the directory containing this script, then its parent.
+- ac_confdir=`(dirname "$0") 2>/dev/null ||
++ # Try the directory containing this script, then the parent directory.
++ ac_confdir=`$as_dirname -- "$0" ||
+ $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$0" : 'X\(//\)[^/]' \| \
+ X"$0" : 'X\(//\)$' \| \
+- X"$0" : 'X\(/\)' \| \
+- . : '\(.\)' 2>/dev/null ||
++ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+ echo X"$0" |
+- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+- /^X\(\/\/\)$/{ s//\1/; q; }
+- /^X\(\/\).*/{ s//\1/; q; }
+- s/.*/./; q'`
++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
++ s//\1/
++ q
++ }
++ /^X\(\/\/\)[^/].*/{
++ s//\1/
++ q
++ }
++ /^X\(\/\/\)$/{
++ s//\1/
++ q
++ }
++ /^X\(\/\).*/{
++ s//\1/
++ q
++ }
++ s/.*/./; q'`
+ srcdir=$ac_confdir
+- if test ! -r $srcdir/$ac_unique_file; then
++ if test ! -r "$srcdir/$ac_unique_file"; then
+ srcdir=..
+ fi
+ else
+ ac_srcdir_defaulted=no
+ fi
+-if test ! -r $srcdir/$ac_unique_file; then
+- if test "$ac_srcdir_defaulted" = yes; then
+- { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
+- { (exit 1); exit 1; }; }
+- else
+- { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
+- { (exit 1); exit 1; }; }
+- fi
+-fi
+-(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
+- { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
+- { (exit 1); exit 1; }; }
+-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
+-ac_env_build_alias_set=${build_alias+set}
+-ac_env_build_alias_value=$build_alias
+-ac_cv_env_build_alias_set=${build_alias+set}
+-ac_cv_env_build_alias_value=$build_alias
+-ac_env_host_alias_set=${host_alias+set}
+-ac_env_host_alias_value=$host_alias
+-ac_cv_env_host_alias_set=${host_alias+set}
+-ac_cv_env_host_alias_value=$host_alias
+-ac_env_target_alias_set=${target_alias+set}
+-ac_env_target_alias_value=$target_alias
+-ac_cv_env_target_alias_set=${target_alias+set}
+-ac_cv_env_target_alias_value=$target_alias
+-ac_env_CC_set=${CC+set}
+-ac_env_CC_value=$CC
+-ac_cv_env_CC_set=${CC+set}
+-ac_cv_env_CC_value=$CC
+-ac_env_CFLAGS_set=${CFLAGS+set}
+-ac_env_CFLAGS_value=$CFLAGS
+-ac_cv_env_CFLAGS_set=${CFLAGS+set}
+-ac_cv_env_CFLAGS_value=$CFLAGS
+-ac_env_LDFLAGS_set=${LDFLAGS+set}
+-ac_env_LDFLAGS_value=$LDFLAGS
+-ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
+-ac_cv_env_LDFLAGS_value=$LDFLAGS
+-ac_env_CPPFLAGS_set=${CPPFLAGS+set}
+-ac_env_CPPFLAGS_value=$CPPFLAGS
+-ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
+-ac_cv_env_CPPFLAGS_value=$CPPFLAGS
+-ac_env_CPP_set=${CPP+set}
+-ac_env_CPP_value=$CPP
+-ac_cv_env_CPP_set=${CPP+set}
+-ac_cv_env_CPP_value=$CPP
+-ac_env_CXX_set=${CXX+set}
+-ac_env_CXX_value=$CXX
+-ac_cv_env_CXX_set=${CXX+set}
+-ac_cv_env_CXX_value=$CXX
+-ac_env_CXXFLAGS_set=${CXXFLAGS+set}
+-ac_env_CXXFLAGS_value=$CXXFLAGS
+-ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
+-ac_cv_env_CXXFLAGS_value=$CXXFLAGS
+-ac_env_CXXCPP_set=${CXXCPP+set}
+-ac_env_CXXCPP_value=$CXXCPP
+-ac_cv_env_CXXCPP_set=${CXXCPP+set}
+-ac_cv_env_CXXCPP_value=$CXXCPP
+-ac_env_F77_set=${F77+set}
+-ac_env_F77_value=$F77
+-ac_cv_env_F77_set=${F77+set}
+-ac_cv_env_F77_value=$F77
+-ac_env_FFLAGS_set=${FFLAGS+set}
+-ac_env_FFLAGS_value=$FFLAGS
+-ac_cv_env_FFLAGS_set=${FFLAGS+set}
+-ac_cv_env_FFLAGS_value=$FFLAGS
++if test ! -r "$srcdir/$ac_unique_file"; then
++ test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
++ { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
++ { (exit 1); exit 1; }; }
++fi
++ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
++ac_abs_confdir=`(
++ cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
++ { (exit 1); exit 1; }; }
++ pwd)`
++# When building in place, set srcdir=.
++if test "$ac_abs_confdir" = "$ac_pwd"; then
++ srcdir=.
++fi
++# Remove unnecessary trailing slashes from srcdir.
++# Double slashes in file names in object file debugging info
++# mess up M-x gdb in Emacs.
++case $srcdir in
++*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
++esac
++for ac_var in $ac_precious_vars; do
++ eval ac_env_${ac_var}_set=\${${ac_var}+set}
++ eval ac_env_${ac_var}_value=\$${ac_var}
++ eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
++ eval ac_cv_env_${ac_var}_value=\$${ac_var}
++done
+
+ #
+ # Report the --help message.
+@@ -973,9 +1597,6 @@
+ -n, --no-create do not create output files
+ --srcdir=DIR find the sources in DIR [configure dir or \`..']
+
+-_ACEOF
+-
+- cat <<_ACEOF
+ Installation directories:
+ --prefix=PREFIX install architecture-independent files in PREFIX
+ [$ac_default_prefix]
+@@ -993,15 +1614,22 @@
+ --bindir=DIR user executables [EPREFIX/bin]
+ --sbindir=DIR system admin executables [EPREFIX/sbin]
+ --libexecdir=DIR program executables [EPREFIX/libexec]
+- --datadir=DIR read-only architecture-independent data [PREFIX/share]
+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
+ --localstatedir=DIR modifiable single-machine data [PREFIX/var]
+ --libdir=DIR object code libraries [EPREFIX/lib]
+ --includedir=DIR C header files [PREFIX/include]
+ --oldincludedir=DIR C header files for non-gcc [/usr/include]
+- --infodir=DIR info documentation [PREFIX/info]
+- --mandir=DIR man documentation [PREFIX/man]
++ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
++ --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
++ --infodir=DIR info documentation [DATAROOTDIR/info]
++ --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
++ --mandir=DIR man documentation [DATAROOTDIR/man]
++ --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
++ --htmldir=DIR html documentation [DOCDIR]
++ --dvidir=DIR dvi documentation [DOCDIR]
++ --pdfdir=DIR pdf documentation [DOCDIR]
++ --psdir=DIR ps documentation [DOCDIR]
+ _ACEOF
+
+ cat <<\_ACEOF
+@@ -1025,6 +1653,8 @@
+ Optional Features:
+ --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
+ --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
++ --enable-maintainer-mode enable make rules and dependencies not useful
++ (and sometimes confusing) to the casual installer
+ --disable-fast-perl disable fast Makefile generation (needs perl)
+ --enable-debug=ARG enables debug symbols (yes|no|full) default=no
+ --disable-debug disables debug output and debug symbols default=no
+@@ -1042,10 +1672,8 @@
+ of memory)
+ --enable-closure delay template instantiation
+ --enable-nmcheck enable automatic namespace cleanness check
+- --enable-shared[=PKGS]
+- build shared libraries [default=yes]
+- --enable-static[=PKGS]
+- build static libraries [default=no]
++ --enable-shared[=PKGS] build shared libraries [default=yes]
++ --enable-static[=PKGS] build static libraries [default=no]
+ --enable-libsuffix /lib directory suffix (64,32,none,auto=default)
+ --enable-fast-install[=PKGS]
+ optimize for fast installation [default=yes]
+@@ -1077,8 +1705,7 @@
+ --with-gnu-ld assume the C compiler uses GNU ld [default=no]
+ --with-pic try to use only PIC/non-PIC objects [default=use
+ both]
+- --with-tags[=TAGS]
+- include additional configurations [automatic]
++ --with-tags[=TAGS] include additional configurations [automatic]
+ --with-extra-includes=DIR
+ adds non standard include paths
+ --with-extra-libs=DIR adds non standard library paths
+@@ -1095,131 +1722,100 @@
+ CFLAGS C compiler flags
+ LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
+ nonstandard directory <lib dir>
+- CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
+- headers in a nonstandard directory <include dir>
++ CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
++ you have headers in a nonstandard directory <include dir>
+ CPP C preprocessor
+ CXX C++ compiler command
+ CXXFLAGS C++ compiler flags
+ CXXCPP C++ preprocessor
+ F77 Fortran 77 compiler command
+ FFLAGS Fortran 77 compiler flags
++ XMKMF Path to xmkmf, Makefile generator for X Window System
+
+ Use these variables to override the choices made by `configure' or to help
+ it to find libraries and programs with nonstandard names/locations.
+
+ _ACEOF
++ac_status=$?
+ fi
+
+ if test "$ac_init_help" = "recursive"; then
+ # If there are subdirs, report their specific --help.
+- ac_popdir=`pwd`
+ for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
+- test -d $ac_dir || continue
++ test -d "$ac_dir" || continue
+ ac_builddir=.
+
+-if test "$ac_dir" != .; then
++case "$ac_dir" in
++.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
++*)
+ ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
+- # A "../" for each directory in $ac_dir_suffix.
+- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
+-else
+- ac_dir_suffix= ac_top_builddir=
+-fi
++ # A ".." for each directory in $ac_dir_suffix.
++ ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
++ case $ac_top_builddir_sub in
++ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
++ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
++ esac ;;
++esac
++ac_abs_top_builddir=$ac_pwd
++ac_abs_builddir=$ac_pwd$ac_dir_suffix
++# for backward compatibility:
++ac_top_builddir=$ac_top_build_prefix
+
+ case $srcdir in
+- .) # No --srcdir option. We are building in place.
++ .) # We are building in place.
+ ac_srcdir=.
+- if test -z "$ac_top_builddir"; then
+- ac_top_srcdir=.
+- else
+- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
+- fi ;;
+- [\\/]* | ?:[\\/]* ) # Absolute path.
++ ac_top_srcdir=$ac_top_builddir_sub
++ ac_abs_top_srcdir=$ac_pwd ;;
++ [\\/]* | ?:[\\/]* ) # Absolute name.
+ ac_srcdir=$srcdir$ac_dir_suffix;
+- ac_top_srcdir=$srcdir ;;
+- *) # Relative path.
+- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
+- ac_top_srcdir=$ac_top_builddir$srcdir ;;
+-esac
+-
+-# Do not use `cd foo && pwd` to compute absolute paths, because
+-# the directories may not exist.
+-case `pwd` in
+-.) ac_abs_builddir="$ac_dir";;
+-*)
+- case "$ac_dir" in
+- .) ac_abs_builddir=`pwd`;;
+- [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
+- *) ac_abs_builddir=`pwd`/"$ac_dir";;
+- esac;;
+-esac
+-case $ac_abs_builddir in
+-.) ac_abs_top_builddir=${ac_top_builddir}.;;
+-*)
+- case ${ac_top_builddir}. in
+- .) ac_abs_top_builddir=$ac_abs_builddir;;
+- [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
+- *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
+- esac;;
+-esac
+-case $ac_abs_builddir in
+-.) ac_abs_srcdir=$ac_srcdir;;
+-*)
+- case $ac_srcdir in
+- .) ac_abs_srcdir=$ac_abs_builddir;;
+- [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
+- *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
+- esac;;
+-esac
+-case $ac_abs_builddir in
+-.) ac_abs_top_srcdir=$ac_top_srcdir;;
+-*)
+- case $ac_top_srcdir in
+- .) ac_abs_top_srcdir=$ac_abs_builddir;;
+- [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
+- *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
+- esac;;
++ ac_top_srcdir=$srcdir
++ ac_abs_top_srcdir=$srcdir ;;
++ *) # Relative name.
++ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
++ ac_top_srcdir=$ac_top_build_prefix$srcdir
++ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+ esac
++ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+- cd $ac_dir
+- # Check for guested configure; otherwise get Cygnus style configure.
+- if test -f $ac_srcdir/configure.gnu; then
+- echo
+- $SHELL $ac_srcdir/configure.gnu --help=recursive
+- elif test -f $ac_srcdir/configure; then
+- echo
+- $SHELL $ac_srcdir/configure --help=recursive
+- elif test -f $ac_srcdir/configure.ac ||
+- test -f $ac_srcdir/configure.in; then
+- echo
+- $ac_configure --help
++ cd "$ac_dir" || { ac_status=$?; continue; }
++ # Check for guested configure.
++ if test -f "$ac_srcdir/configure.gnu"; then
++ echo &&
++ $SHELL "$ac_srcdir/configure.gnu" --help=recursive
++ elif test -f "$ac_srcdir/configure"; then
++ echo &&
++ $SHELL "$ac_srcdir/configure" --help=recursive
+ else
+ echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
+- fi
+- cd $ac_popdir
++ fi || ac_status=$?
++ cd "$ac_pwd" || { ac_status=$?; break; }
+ done
+ fi
+
+-test -n "$ac_init_help" && exit 0
++test -n "$ac_init_help" && exit $ac_status
+ if $ac_init_version; then
+ cat <<\_ACEOF
++configure
++generated by GNU Autoconf 2.59d
+
+-Copyright (C) 2003 Free Software Foundation, Inc.
++Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
++2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+ This configure script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it.
+ _ACEOF
+- exit 0
++ exit
+ fi
+-exec 5>config.log
+-cat >&5 <<_ACEOF
++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 $as_me, which was
+-generated by GNU Autoconf 2.59. Invocation command line was
++generated by GNU Autoconf 2.59d. Invocation command line was
+
+ $ $0 $@
+
+ _ACEOF
++exec 5>>config.log
+ {
+ cat <<_ASUNAME
+ ## --------- ##
+@@ -1238,7 +1834,7 @@
+ /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
+ /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
+ /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
+-hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
++/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
+ /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
+ /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
+ /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
+@@ -1252,6 +1848,7 @@
+ test -z "$as_dir" && as_dir=.
+ echo "PATH: $as_dir"
+ done
++IFS=$as_save_IFS
+
+ } >&5
+
+@@ -1273,7 +1870,6 @@
+ ac_configure_args=
+ ac_configure_args0=
+ ac_configure_args1=
+-ac_sep=
+ ac_must_keep_next=false
+ for ac_pass in 1 2
+ do
+@@ -1284,7 +1880,7 @@
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+ | -silent | --silent | --silen | --sile | --sil)
+ continue ;;
+- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
++ *\'*)
+ ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
+ esac
+ case $ac_pass in
+@@ -1306,9 +1902,7 @@
+ -* ) ac_must_keep_next=true ;;
+ esac
+ fi
+- ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
+- # Get rid of the leading space.
+- ac_sep=" "
++ ac_configure_args="$ac_configure_args '$ac_arg'"
+ ;;
+ esac
+ done
+@@ -1319,8 +1913,8 @@
+ # When interrupted or exit'd, cleanup temporary files, and complete
+ # config.log. We remove comments because anyway the quotes in there
+ # would cause problems or look ugly.
+-# WARNING: Be sure not to use single quotes in there, as some shells,
+-# such as our DU 5.0 friend, will then `close' the trap.
++# WARNING: Use '\'' to represent an apostrophe within the trap.
++# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
+ trap 'exit_status=$?
+ # Save into config.log some information that might help in debugging.
+ {
+@@ -1333,20 +1927,34 @@
+ _ASBOX
+ echo
+ # The following way of writing the cache mishandles newlines in values,
+-{
++(
++ for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
++ eval ac_val=\$$ac_var
++ case $ac_val in #(
++ *${as_nl}*)
++ case $ac_var in #(
++ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
++echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
++ esac
++ case $ac_var in #(
++ _ | IFS | as_nl) ;; #(
++ *) $as_unset $ac_var ;;
++ esac ;;
++ esac
++ done
+ (set) 2>&1 |
+- case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
+- *ac_space=\ *)
++ case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
++ *${as_nl}ac_space=\ *)
+ sed -n \
+- "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
+- s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
+- ;;
++ "s/'\''/'\''\\\\'\'''\''/g;
++ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
++ ;; #(
+ *)
+- sed -n \
+- "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
++ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+ ;;
+- esac;
+-}
++ esac |
++ sort
++)
+ echo
+
+ cat <<\_ASBOX
+@@ -1357,22 +1965,28 @@
+ echo
+ for ac_var in $ac_subst_vars
+ do
+- eval ac_val=$`echo $ac_var`
+- echo "$ac_var='"'"'$ac_val'"'"'"
++ eval ac_val=\$$ac_var
++ case $ac_val in
++ *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
++ esac
++ echo "$ac_var='\''$ac_val'\''"
+ done | sort
+ echo
+
+ if test -n "$ac_subst_files"; then
+ cat <<\_ASBOX
+-## ------------- ##
+-## Output files. ##
+-## ------------- ##
++## ------------------- ##
++## File substitutions. ##
++## ------------------- ##
+ _ASBOX
+ echo
+ for ac_var in $ac_subst_files
+ do
+- eval ac_val=$`echo $ac_var`
+- echo "$ac_var='"'"'$ac_val'"'"'"
++ eval ac_val=\$$ac_var
++ case $ac_val in
++ *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
++ esac
++ echo "$ac_var='\''$ac_val'\''"
+ done | sort
+ echo
+ fi
+@@ -1384,26 +1998,24 @@
+ ## ----------- ##
+ _ASBOX
+ echo
+- sed "/^$/d" confdefs.h | sort
++ cat confdefs.h
+ echo
+ fi
+ test "$ac_signal" != 0 &&
+ echo "$as_me: caught signal $ac_signal"
+ echo "$as_me: exit $exit_status"
+ } >&5
+- rm -f core *.core &&
+- rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
++ rm -f core *.core core.conftest.* &&
++ rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
+ exit $exit_status
+- ' 0
++' 0
+ for ac_signal in 1 2 13 15; do
+ trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
+ done
+ ac_signal=0
+
+ # confdefs.h avoids OS command line length limits that DEFS can exceed.
+-rm -rf conftest* confdefs.h
+-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
+-echo >confdefs.h
++rm -f -r conftest* confdefs.h
+
+ # Predefined preprocessor variables.
+
+@@ -1434,14 +2046,17 @@
+
+ # Let the site file select an alternate cache file if it wants to.
+ # Prefer explicitly selected file to automatically selected ones.
+-if test -z "$CONFIG_SITE"; then
+- if test "x$prefix" != xNONE; then
+- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
+- else
+- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
+- fi
++if test -n "$CONFIG_SITE"; then
++ set x "$CONFIG_SITE"
++elif test "x$prefix" != xNONE; then
++ set x "$prefix/share/config.site" "$prefix/etc/config.site"
++else
++ set x "$ac_default_prefix/share/config.site" \
++ "$ac_default_prefix/etc/config.site"
+ fi
+-for ac_site_file in $CONFIG_SITE; do
++shift
++for ac_site_file
++do
+ if test -r "$ac_site_file"; then
+ { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
+ echo "$as_me: loading site script $ac_site_file" >&6;}
+@@ -1457,8 +2072,8 @@
+ { echo "$as_me:$LINENO: loading cache $cache_file" >&5
+ echo "$as_me: loading cache $cache_file" >&6;}
+ case $cache_file in
+- [\\/]* | ?:[\\/]* ) . $cache_file;;
+- *) . ./$cache_file;;
++ [\\/]* | ?:[\\/]* ) . "$cache_file";;
++ *) . "./$cache_file";;
+ esac
+ fi
+ else
+@@ -1470,12 +2085,11 @@
+ # Check that the precious variables saved in the cache have kept the same
+ # value.
+ ac_cache_corrupted=false
+-for ac_var in `(set) 2>&1 |
+- sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
++for ac_var in $ac_precious_vars; do
+ eval ac_old_set=\$ac_cv_env_${ac_var}_set
+ eval ac_new_set=\$ac_env_${ac_var}_set
+- eval ac_old_val="\$ac_cv_env_${ac_var}_value"
+- eval ac_new_val="\$ac_env_${ac_var}_value"
++ eval ac_old_val=\$ac_cv_env_${ac_var}_value
++ eval ac_new_val=\$ac_env_${ac_var}_value
+ case $ac_old_set,$ac_new_set in
+ set,)
+ { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+@@ -1500,8 +2114,7 @@
+ # Pass precious variables to config.status.
+ if test "$ac_new_set" = set; then
+ case $ac_new_val in
+- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
+- ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
++ *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
+ *) ac_arg=$ac_var=$ac_new_val ;;
+ esac
+ case " $ac_configure_args " in
+@@ -1518,12 +2131,6 @@
+ { (exit 1); exit 1; }; }
+ fi
+
+-ac_ext=c
+-ac_cpp='$CPP $CPPFLAGS'
+-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+-ac_compiler_gnu=$ac_cv_c_compiler_gnu
+-
+
+
+
+@@ -1540,110 +2147,165 @@
+
+
+
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+ ac_aux_dir=
+-for ac_dir in admin $srcdir/admin; do
+- if test -f $ac_dir/install-sh; then
++for ac_dir in admin "$srcdir"/admin; do
++ if test -f "$ac_dir/install-sh"; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/install-sh -c"
+ break
+- elif test -f $ac_dir/install.sh; then
++ elif test -f "$ac_dir/install.sh"; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/install.sh -c"
+ break
+- elif test -f $ac_dir/shtool; then
++ elif test -f "$ac_dir/shtool"; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/shtool install -c"
+ break
+ fi
+ done
+ if test -z "$ac_aux_dir"; then
+- { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in admin $srcdir/admin" >&5
+-echo "$as_me: error: cannot find install-sh or install.sh in admin $srcdir/admin" >&2;}
++ { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in admin \"$srcdir\"/admin" >&5
++echo "$as_me: error: cannot find install-sh or install.sh in admin \"$srcdir\"/admin" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+-ac_config_guess="$SHELL $ac_aux_dir/config.guess"
+-ac_config_sub="$SHELL $ac_aux_dir/config.sub"
+-ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
++
++# These three variables are undocumented and unsupported,
++# and are intended to be withdrawn in a future Autoconf release.
++# They can cause serious problems if a builder's source tree is in a directory
++# whose full name contains unusual characters.
++ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
++ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
++ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
++
+
+
+ unset CDPATH
+
+ # Make sure we can run config.sub.
+-$ac_config_sub sun4 >/dev/null 2>&1 ||
+- { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
+-echo "$as_me: error: cannot run $ac_config_sub" >&2;}
++$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
++ { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
++echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
+ { (exit 1); exit 1; }; }
+
+-echo "$as_me:$LINENO: checking build system type" >&5
+-echo $ECHO_N "checking build system type... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking build system type" >&5
++echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
+ if test "${ac_cv_build+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+- ac_cv_build_alias=$build_alias
+-test -z "$ac_cv_build_alias" &&
+- ac_cv_build_alias=`$ac_config_guess`
+-test -z "$ac_cv_build_alias" &&
++ ac_build_alias=$build_alias
++test "x$ac_build_alias" = x &&
++ ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
++test "x$ac_build_alias" = x &&
+ { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
+ echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
+ { (exit 1); exit 1; }; }
+-ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
+- { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
+-echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
++ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
++ { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
++echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
+ { (exit 1); exit 1; }; }
+
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_build" >&5
+-echo "${ECHO_T}$ac_cv_build" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
++echo "${ECHO_T}$ac_cv_build" >&6; }
++case $ac_cv_build in
++*-*-*) ;;
++*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
++echo "$as_me: error: invalid value of canonical build" >&2;}
++ { (exit 1); exit 1; }; };;
++esac
+ build=$ac_cv_build
+-build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+-build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+-build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
++ac_save_IFS=$IFS; IFS='-'
++set x $ac_cv_build
++shift
++build_cpu=$1
++build_vendor=$2
++shift; shift
++# Remember, the first character of IFS is used to create $*,
++# except with old shells:
++build_os=$*
++IFS=$ac_save_IFS
++case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
+
+
+-echo "$as_me:$LINENO: checking host system type" >&5
+-echo $ECHO_N "checking host system type... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking host system type" >&5
++echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
+ if test "${ac_cv_host+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+- ac_cv_host_alias=$host_alias
+-test -z "$ac_cv_host_alias" &&
+- ac_cv_host_alias=$ac_cv_build_alias
+-ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
+- { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
+-echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
++ if test "x$host_alias" = x; then
++ ac_cv_host=$ac_cv_build
++else
++ ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
++ { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
++echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
+ { (exit 1); exit 1; }; }
++fi
+
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_host" >&5
+-echo "${ECHO_T}$ac_cv_host" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
++echo "${ECHO_T}$ac_cv_host" >&6; }
++case $ac_cv_host in
++*-*-*) ;;
++*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
++echo "$as_me: error: invalid value of canonical host" >&2;}
++ { (exit 1); exit 1; }; };;
++esac
+ host=$ac_cv_host
+-host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+-host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+-host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
++ac_save_IFS=$IFS; IFS='-'
++set x $ac_cv_host
++shift
++host_cpu=$1
++host_vendor=$2
++shift; shift
++# Remember, the first character of IFS is used to create $*,
++# except with old shells:
++host_os=$*
++IFS=$ac_save_IFS
++case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
+
+
+-echo "$as_me:$LINENO: checking target system type" >&5
+-echo $ECHO_N "checking target system type... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking target system type" >&5
++echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
+ if test "${ac_cv_target+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+- ac_cv_target_alias=$target_alias
+-test "x$ac_cv_target_alias" = "x" &&
+- ac_cv_target_alias=$ac_cv_host_alias
+-ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
+- { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
+-echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
++ if test "x$target_alias" = x; then
++ ac_cv_target=$ac_cv_host
++else
++ ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
++ { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
++echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
+ { (exit 1); exit 1; }; }
++fi
+
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_target" >&5
+-echo "${ECHO_T}$ac_cv_target" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
++echo "${ECHO_T}$ac_cv_target" >&6; }
++case $ac_cv_target in
++*-*-*) ;;
++*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
++echo "$as_me: error: invalid value of canonical target" >&2;}
++ { (exit 1); exit 1; }; };;
++esac
+ target=$ac_cv_target
+-target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+-target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+-target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
++ac_save_IFS=$IFS; IFS='-'
++set x $ac_cv_target
++shift
++target_cpu=$1
++target_vendor=$2
++shift; shift
++# Remember, the first character of IFS is used to create $*,
++# except with old shells:
++target_os=$*
++IFS=$ac_save_IFS
++case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
+
+
+ # The aliases save the names the user supplied, while $host etc.
+@@ -1653,17 +2315,17 @@
+ NONENONEs,x,x, &&
+ program_prefix=${target_alias}-
+ test "$program_prefix" != NONE &&
+- program_transform_name="s,^,$program_prefix,;$program_transform_name"
++ program_transform_name="s&^&$program_prefix&;$program_transform_name"
+ # Use a double $ so make ignores it.
+ test "$program_suffix" != NONE &&
+- program_transform_name="s,\$,$program_suffix,;$program_transform_name"
++ program_transform_name="s&\$&$program_suffix&;$program_transform_name"
+ # Double any \ or $. echo might interpret backslashes.
+ # By default was `s,x,x', remove it if useless.
+ cat <<\_ACEOF >conftest.sed
+ s/[\\$]/&&/g;s/;s,x,x,$//
+ _ACEOF
+ program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
+-rm conftest.sed
++rm -f conftest.sed
+
+
+ am__api_version="1.9"
+@@ -1685,8 +2347,8 @@
+ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+ # OS/2's system install, which has a completely different semantic
+ # ./install, which can be erroneously created by make from ./install.sh.
+-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
+-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
++echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
+ if test -z "$INSTALL"; then
+ if test "${ac_cv_path_install+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+@@ -1708,7 +2370,7 @@
+ # by default.
+ for ac_prog in ginstall scoinst install; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
+ if test $ac_prog = install &&
+ grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+ # AIX install. It has an incompatible calling convention.
+@@ -1727,21 +2389,22 @@
+ ;;
+ esac
+ done
++IFS=$as_save_IFS
+
+
+ fi
+ if test "${ac_cv_path_install+set}" = set; then
+ INSTALL=$ac_cv_path_install
+ else
+- # As a last resort, use the slow shell script. We don't cache a
+- # path for INSTALL within a source directory, because that will
++ # As a last resort, use the slow shell script. Don't cache a
++ # value for INSTALL within a source directory, because that will
+ # break other packages using the cache if that directory is
+- # removed, or if the path is relative.
++ # removed, or if the value is a relative name.
+ INSTALL=$ac_install_sh
+ fi
+ fi
+-echo "$as_me:$LINENO: result: $INSTALL" >&5
+-echo "${ECHO_T}$INSTALL" >&6
++{ echo "$as_me:$LINENO: result: $INSTALL" >&5
++echo "${ECHO_T}$INSTALL" >&6; }
+
+ # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+ # It thinks the first close brace ends the variable substitution.
+@@ -1755,8 +2418,8 @@
+ if test -z "$kde_save_INSTALL_given" ; then
+ # OK, user hasn't given any INSTALL, autoconf found one for us
+ # now we test, if it supports the -p flag
+- echo "$as_me:$LINENO: checking for -p flag to install" >&5
+-echo $ECHO_N "checking for -p flag to install... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for -p flag to install" >&5
++echo $ECHO_N "checking for -p flag to install... $ECHO_C" >&6; }
+ rm -f confinst.$$.* > /dev/null 2>&1
+ echo "Testtest" > confinst.$$.orig
+ ac_res=no
+@@ -1768,8 +2431,8 @@
+ fi
+ fi
+ rm -f confinst.$$.*
+- echo "$as_me:$LINENO: result: $ac_res" >&5
+-echo "${ECHO_T}$ac_res" >&6
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+ fi
+
+ if test -z "$kde_save_INSTALL_PROGRAM_given" ; then
+@@ -1779,8 +2442,8 @@
+ INSTALL_SCRIPT='${INSTALL}'
+ fi
+
+-echo "$as_me:$LINENO: checking whether build environment is sane" >&5
+-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
++echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
+ # Just in case
+ sleep 1
+ echo timestamp > conftest.file
+@@ -1822,8 +2485,8 @@
+ Check your system clock" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+-echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++{ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ # expand $ac_aux_dir to an absolute path
+ am_aux_dir=`cd $ac_aux_dir && pwd`
+
+@@ -1874,8 +2537,8 @@
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_AWK+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -1888,54 +2551,57 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_AWK="$ac_prog"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ fi
+ fi
+ AWK=$ac_cv_prog_AWK
+ if test -n "$AWK"; then
+- echo "$as_me:$LINENO: result: $AWK" >&5
+-echo "${ECHO_T}$AWK" >&6
++ { echo "$as_me:$LINENO: result: $AWK" >&5
++echo "${ECHO_T}$AWK" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
++
+ test -n "$AWK" && break
+ done
+
+-echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
+-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
+-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
++{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
++echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
++set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/^a-zA-Z0-9_/_/g'`
++if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ cat >conftest.make <<\_ACEOF
++SHELL = /bin/sh
+ all:
+- @echo 'ac_maketemp="$(MAKE)"'
++ @echo '@@@%%%=$(MAKE)=@@@%%%'
+ _ACEOF
+ # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
+-eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
+-if test -n "$ac_maketemp"; then
+- eval ac_cv_prog_make_${ac_make}_set=yes
+-else
+- eval ac_cv_prog_make_${ac_make}_set=no
+-fi
++case `${MAKE-make} -f conftest.make 2>/dev/null` in
++ *@@@%%%=?*=@@@%%%*)
++ eval ac_cv_prog_make_${ac_make}_set=yes;;
++ *)
++ eval ac_cv_prog_make_${ac_make}_set=no;;
++esac
+ rm -f conftest.make
+ fi
+-if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ SET_MAKE=
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ SET_MAKE="MAKE=${MAKE-make}"
+ fi
+
+@@ -2006,8 +2672,8 @@
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}strip; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_STRIP+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -2020,32 +2686,34 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ fi
+ fi
+ STRIP=$ac_cv_prog_STRIP
+ if test -n "$STRIP"; then
+- echo "$as_me:$LINENO: result: $STRIP" >&5
+-echo "${ECHO_T}$STRIP" >&6
++ { echo "$as_me:$LINENO: result: $STRIP" >&5
++echo "${ECHO_T}$STRIP" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
++
+ fi
+ if test -z "$ac_cv_prog_STRIP"; then
+ ac_ct_STRIP=$STRIP
+ # Extract the first word of "strip", so it can be a program name with args.
+ set dummy strip; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -2058,27 +2726,41 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_ac_ct_STRIP="strip"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+- test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
+ fi
+ fi
+ ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+ if test -n "$ac_ct_STRIP"; then
+- echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
+-echo "${ECHO_T}$ac_ct_STRIP" >&6
++ { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
++echo "${ECHO_T}$ac_ct_STRIP" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+- STRIP=$ac_ct_STRIP
++ if test "x$ac_ct_STRIP" = x; then
++ STRIP=":"
++ else
++ case $cross_compiling:$ac_tool_warned in
++yes:)
++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
++whose name does not start with the host triplet. If you think this
++configuration is useful to you, please write to autoconf at gnu.org." >&5
++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
++whose name does not start with the host triplet. If you think this
++configuration is useful to you, please write to autoconf at gnu.org." >&2;}
++ac_tool_warned=yes ;;
++esac
++ STRIP=$ac_ct_STRIP
++ fi
+ else
+ STRIP="$ac_cv_prog_STRIP"
+ fi
+@@ -2098,6 +2780,31 @@
+
+
+
++{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
++echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
++ # Check whether --enable-maintainer-mode was given.
++if test "${enable_maintainer_mode+set}" = set; then
++ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
++else
++ USE_MAINTAINER_MODE=no
++fi
++
++ { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
++echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
++
++
++if test $USE_MAINTAINER_MODE = yes; then
++ MAINTAINER_MODE_TRUE=
++ MAINTAINER_MODE_FALSE='#'
++else
++ MAINTAINER_MODE_TRUE='#'
++ MAINTAINER_MODE_FALSE=
++fi
++
++ MAINT=$MAINTAINER_MODE_TRUE
++
++
++
+
+ unset CDPATH
+
+@@ -2116,14 +2823,14 @@
+
+ if test "x$prefix" = "xNONE"; then
+
+- echo "$as_me:$LINENO: checking for kde-config" >&5
+-echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for kde-config" >&5
++echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; }
+ if test -n "$KDECONFIG"; then
+ kde_cv_path="$KDECONFIG";
+ else
+ kde_cache=`echo kde-config | sed 'y%./+-%__p_%'`
+
+- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++ if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+@@ -2166,8 +2873,8 @@
+ fi
+
+ if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
++ { echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6; }
+
+ { { echo "$as_me:$LINENO: error: The important program kde-config was not found!
+ Please check whether you installed KDE correctly.
+@@ -2178,8 +2885,8 @@
+ { (exit 1); exit 1; }; }
+
+ else
+- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6; }
+ KDECONFIG=$kde_cv_path
+
+ fi
+@@ -2188,14 +2895,14 @@
+ kde_save_PATH="$PATH"
+ PATH="$exec_prefix/bin:$prefix/bin:$PATH"
+
+- echo "$as_me:$LINENO: checking for kde-config" >&5
+-echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for kde-config" >&5
++echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; }
+ if test -n "$KDECONFIG"; then
+ kde_cv_path="$KDECONFIG";
+ else
+ kde_cache=`echo kde-config | sed 'y%./+-%__p_%'`
+
+- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++ if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+@@ -2238,8 +2945,8 @@
+ fi
+
+ if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
++ { echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6; }
+
+ { { echo "$as_me:$LINENO: error: The important program kde-config was not found!
+ Please check whether you installed KDE correctly.
+@@ -2250,8 +2957,8 @@
+ { (exit 1); exit 1; }; }
+
+ else
+- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6; }
+ KDECONFIG=$kde_cv_path
+
+ fi
+@@ -2274,16 +2981,16 @@
+ kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
+ kde_libs_suffix=`$KDECONFIG --libsuffix` || kde_libs_suffix=auto
+
+- echo "$as_me:$LINENO: checking where to install" >&5
+-echo $ECHO_N "checking where to install... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking where to install" >&5
++echo $ECHO_N "checking where to install... $ECHO_C" >&6; }
+ if test "x$prefix" = "xNONE"; then
+ prefix=$kde_libs_prefix
+- echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5
+-echo "${ECHO_T}$prefix (as returned by kde-config)" >&6
++ { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5
++echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; }
+ else
+ given_prefix=$prefix
+- echo "$as_me:$LINENO: result: $prefix (as requested)" >&5
+-echo "${ECHO_T}$prefix (as requested)" >&6
++ { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5
++echo "${ECHO_T}$prefix (as requested)" >&6; }
+ fi
+
+ # And delete superfluous '/' to make compares easier
+@@ -2296,13 +3003,13 @@
+
+
+
+- # Check whether --enable-fast-perl or --disable-fast-perl was given.
++ # Check whether --enable-fast-perl was given.
+ if test "${enable_fast_perl+set}" = set; then
+- enableval="$enable_fast_perl"
+- with_fast_perl=$enableval
++ enableval=$enable_fast_perl; with_fast_perl=$enableval
+ else
+ with_fast_perl=yes
+-fi;
++fi
++
+
+
+ val=
+@@ -2319,11 +3026,11 @@
+
+
+
+- ac_config_headers="$ac_config_headers config.h"
++ac_config_headers="$ac_config_headers config.h"
+
+ DEPDIR="${am__leading_dot}deps"
+
+- ac_config_commands="$ac_config_commands depfiles"
++ac_config_commands="$ac_config_commands depfiles"
+
+
+ am_make=${MAKE-make}
+@@ -2333,8 +3040,8 @@
+ .PHONY: am__doit
+ END
+ # If we don't find an include directive, just comment out the code.
+-echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
+-echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
++echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
+ am__include="#"
+ am__quote=
+ _am_result=none
+@@ -2361,15 +3068,15 @@
+ fi
+
+
+-echo "$as_me:$LINENO: result: $_am_result" >&5
+-echo "${ECHO_T}$_am_result" >&6
++{ echo "$as_me:$LINENO: result: $_am_result" >&5
++echo "${ECHO_T}$_am_result" >&6; }
+ rm -f confinc confmf
+
+-# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
++# Check whether --enable-dependency-tracking was given.
+ if test "${enable_dependency_tracking+set}" = set; then
+- enableval="$enable_dependency_tracking"
++ enableval=$enable_dependency_tracking;
++fi
+
+-fi;
+ if test "x$enable_dependency_tracking" != xno; then
+ am_depcomp="$ac_aux_dir/depcomp"
+ AMDEPBACKSLASH='\'
+@@ -2389,10 +3096,9 @@
+
+
+
+- # Check whether --enable-debug or --disable-debug was given.
++ # Check whether --enable-debug was given.
+ if test "${enable_debug+set}" = set; then
+- enableval="$enable_debug"
+-
++ enableval=$enable_debug;
+ case $enableval in
+ yes)
+ kde_use_debug_code="yes"
+@@ -2412,18 +3118,18 @@
+ kde_use_debug_code="no"
+ kde_use_debug_define=no
+
+-fi;
++fi
++
+
+- # Check whether --enable-dummyoption or --disable-dummyoption was given.
++ # Check whether --enable-dummyoption was given.
+ if test "${enable_dummyoption+set}" = set; then
+- enableval="$enable_dummyoption"
++ enableval=$enable_dummyoption;
++fi
+
+-fi;
+
+- # Check whether --enable-strict or --disable-strict was given.
++ # Check whether --enable-strict was given.
+ if test "${enable_strict+set}" = set; then
+- enableval="$enable_strict"
+-
++ enableval=$enable_strict;
+ if test $enableval = "no"; then
+ kde_use_strict_options="no"
+ else
+@@ -2432,12 +3138,12 @@
+
+ else
+ kde_use_strict_options="no"
+-fi;
++fi
+
+- # Check whether --enable-warnings or --disable-warnings was given.
+-if test "${enable_warnings+set}" = set; then
+- enableval="$enable_warnings"
+
++ # Check whether --enable-warnings was given.
++if test "${enable_warnings+set}" = set; then
++ enableval=$enable_warnings;
+ if test $enableval = "no"; then
+ kde_use_warnings="no"
+ else
+@@ -2446,20 +3152,21 @@
+
+ else
+ kde_use_warnings="yes"
+-fi;
++fi
++
+
+ if test "$kde_use_debug_code" != "no"; then
+ kde_use_warnings=yes
+ fi
+
+- # Check whether --enable-profile or --disable-profile was given.
++ # Check whether --enable-profile was given.
+ if test "${enable_profile+set}" = set; then
+- enableval="$enable_profile"
+- kde_use_profiling=$enableval
++ enableval=$enable_profile; kde_use_profiling=$enableval
+ else
+ kde_use_profiling="no"
+
+-fi;
++fi
++
+
+ CFLAGS=" $CFLAGS"
+
+@@ -2471,8 +3178,8 @@
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}gcc; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -2485,32 +3192,34 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_CC="${ac_tool_prefix}gcc"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ fi
+ fi
+ CC=$ac_cv_prog_CC
+ if test -n "$CC"; then
+- echo "$as_me:$LINENO: result: $CC" >&5
+-echo "${ECHO_T}$CC" >&6
++ { echo "$as_me:$LINENO: result: $CC" >&5
++echo "${ECHO_T}$CC" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
++
+ fi
+ if test -z "$ac_cv_prog_CC"; then
+ ac_ct_CC=$CC
+ # Extract the first word of "gcc", so it can be a program name with args.
+ set dummy gcc; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -2523,36 +3232,51 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_ac_ct_CC="gcc"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ fi
+ fi
+ ac_ct_CC=$ac_cv_prog_ac_ct_CC
+ if test -n "$ac_ct_CC"; then
+- echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
+-echo "${ECHO_T}$ac_ct_CC" >&6
++ { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
++echo "${ECHO_T}$ac_ct_CC" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+- CC=$ac_ct_CC
++ if test "x$ac_ct_CC" = x; then
++ CC=""
++ else
++ case $cross_compiling:$ac_tool_warned in
++yes:)
++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
++whose name does not start with the host triplet. If you think this
++configuration is useful to you, please write to autoconf at gnu.org." >&5
++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
++whose name does not start with the host triplet. If you think this
++configuration is useful to you, please write to autoconf at gnu.org." >&2;}
++ac_tool_warned=yes ;;
++esac
++ CC=$ac_ct_CC
++ fi
+ else
+ CC="$ac_cv_prog_CC"
+ fi
+
+ if test -z "$CC"; then
+- if test -n "$ac_tool_prefix"; then
+- # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
++ if test -n "$ac_tool_prefix"; then
++ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}cc; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -2565,74 +3289,34 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_CC="${ac_tool_prefix}cc"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ fi
+ fi
+ CC=$ac_cv_prog_CC
+ if test -n "$CC"; then
+- echo "$as_me:$LINENO: result: $CC" >&5
+-echo "${ECHO_T}$CC" >&6
+-else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
+-fi
+-
+-fi
+-if test -z "$ac_cv_prog_CC"; then
+- ac_ct_CC=$CC
+- # Extract the first word of "cc", so it can be a program name with args.
+-set dummy cc; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- if test -n "$ac_ct_CC"; then
+- ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+-else
+-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
+-do
+- IFS=$as_save_IFS
+- test -z "$as_dir" && as_dir=.
+- for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+- ac_cv_prog_ac_ct_CC="cc"
+- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+- break 2
+- fi
+-done
+-done
+-
+-fi
+-fi
+-ac_ct_CC=$ac_cv_prog_ac_ct_CC
+-if test -n "$ac_ct_CC"; then
+- echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
+-echo "${ECHO_T}$ac_ct_CC" >&6
++ { echo "$as_me:$LINENO: result: $CC" >&5
++echo "${ECHO_T}$CC" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+- CC=$ac_ct_CC
+-else
+- CC="$ac_cv_prog_CC"
+-fi
+
++ fi
+ fi
+ if test -z "$CC"; then
+ # Extract the first word of "cc", so it can be a program name with args.
+ set dummy cc; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -2646,7 +3330,7 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
+ ac_prog_rejected=yes
+ continue
+@@ -2657,6 +3341,7 @@
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ if test $ac_prog_rejected = yes; then
+ # We found a bogon in the path, so make sure we never use it.
+@@ -2674,22 +3359,23 @@
+ fi
+ CC=$ac_cv_prog_CC
+ if test -n "$CC"; then
+- echo "$as_me:$LINENO: result: $CC" >&5
+-echo "${ECHO_T}$CC" >&6
++ { echo "$as_me:$LINENO: result: $CC" >&5
++echo "${ECHO_T}$CC" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
++
+ fi
+ if test -z "$CC"; then
+ if test -n "$ac_tool_prefix"; then
+- for ac_prog in cl
++ for ac_prog in cl.exe
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+ set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -2702,36 +3388,38 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ fi
+ fi
+ CC=$ac_cv_prog_CC
+ if test -n "$CC"; then
+- echo "$as_me:$LINENO: result: $CC" >&5
+-echo "${ECHO_T}$CC" >&6
++ { echo "$as_me:$LINENO: result: $CC" >&5
++echo "${ECHO_T}$CC" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
++
+ test -n "$CC" && break
+ done
+ fi
+ if test -z "$CC"; then
+ ac_ct_CC=$CC
+- for ac_prog in cl
++ for ac_prog in cl.exe
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -2744,29 +3432,45 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_ac_ct_CC="$ac_prog"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ fi
+ fi
+ ac_ct_CC=$ac_cv_prog_ac_ct_CC
+ if test -n "$ac_ct_CC"; then
+- echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
+-echo "${ECHO_T}$ac_ct_CC" >&6
++ { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
++echo "${ECHO_T}$ac_ct_CC" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
++
+ test -n "$ac_ct_CC" && break
+ done
+
+- CC=$ac_ct_CC
++ if test "x$ac_ct_CC" = x; then
++ CC=""
++ else
++ case $cross_compiling:$ac_tool_warned in
++yes:)
++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
++whose name does not start with the host triplet. If you think this
++configuration is useful to you, please write to autoconf at gnu.org." >&5
++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
++whose name does not start with the host triplet. If you think this
++configuration is useful to you, please write to autoconf at gnu.org." >&2;}
++ac_tool_warned=yes ;;
++esac
++ CC=$ac_ct_CC
++ fi
+ fi
+
+ fi
+@@ -2779,21 +3483,35 @@
+ { (exit 1); exit 1; }; }
+
+ # Provide some information about the compiler.
+-echo "$as_me:$LINENO:" \
+- "checking for C compiler version" >&5
++echo "$as_me:$LINENO: checking for C compiler version" >&5
+ ac_compiler=`set X $ac_compile; echo $2`
+-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
+- (eval $ac_compiler --version </dev/null >&5) 2>&5
++{ (ac_try="$ac_compiler --version >&5"
++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_compiler --version >&5") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }
+-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
+- (eval $ac_compiler -v </dev/null >&5) 2>&5
++{ (ac_try="$ac_compiler -v >&5"
++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_compiler -v >&5") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }
+-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
+- (eval $ac_compiler -V </dev/null >&5) 2>&5
++{ (ac_try="$ac_compiler -V >&5"
++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_compiler -V >&5") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }
+@@ -2818,46 +3536,70 @@
+ # Try to create an executable without -o first, disregard a.out.
+ # It will help us diagnose broken compilers, and finding out an intuition
+ # of exeext.
+-echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
+-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
++echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
+ ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
+-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
+- (eval $ac_link_default) 2>&5
++#
++# List of possible output files, starting from the most likely.
++# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
++# only as a last resort. b.out is created by i960 compilers.
++ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
++#
++# The IRIX 6 linker writes into existing files which may not be
++# executable, retaining their permissions. Remove them first so a
++# subsequent execution test works.
++ac_rmfiles=
++for ac_file in $ac_files
++do
++ case $ac_file in
++ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
++ * ) ac_rmfiles="$ac_rmfiles $ac_file";;
++ esac
++done
++rm -f $ac_rmfiles
++
++if { (ac_try="$ac_link_default"
++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_default") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+- # Find the output, starting from the most likely. This scheme is
+-# not robust to junk in `.', hence go to wildcards (a.*) only as a last
+-# resort.
+-
+-# Be careful to initialize this variable, since it used to be cached.
+-# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
+-ac_cv_exeext=
+-# b.out is created by i960 compilers.
+-for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
++ # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
++# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
++# in a Makefile. We should not override ac_cv_exeext if it was cached,
++# so that the user can short-circuit this test for compilers unknown to
++# Autoconf.
++for ac_file in $ac_files
+ do
+ test -f "$ac_file" || continue
+ case $ac_file in
+- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
+- ;;
+- conftest.$ac_ext )
+- # This is the source file.
++ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
+ ;;
+ [ab].out )
+ # We found the default executable, but exeext='' is most
+ # certainly right.
+ break;;
+ *.* )
+- ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+- # FIXME: I believe we export ac_cv_exeext for Libtool,
+- # but it would be cool to find out if it's true. Does anybody
+- # maintain Libtool? --akim.
+- export ac_cv_exeext
++ if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
++ then :; else
++ ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
++ fi
++ # We set ac_cv_exeext here because the later test for it is not
++ # safe: cross compilers may not add the suffix if given an `-o'
++ # argument, so we may need to know it at that point already.
++ # Even if this section looks crufty: it has the advantage of
++ # actually working.
+ break;;
+ * )
+ break;;
+ esac
+ done
++test "$ac_cv_exeext" = no && ac_cv_exeext=
++
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -2870,19 +3612,23 @@
+ fi
+
+ ac_exeext=$ac_cv_exeext
+-echo "$as_me:$LINENO: result: $ac_file" >&5
+-echo "${ECHO_T}$ac_file" >&6
++{ echo "$as_me:$LINENO: result: $ac_file" >&5
++echo "${ECHO_T}$ac_file" >&6; }
+
+-# Check the compiler produces executables we can run. If not, either
++# Check that the compiler produces executables we can run. If not, either
+ # the compiler is broken, or we cross compile.
+-echo "$as_me:$LINENO: checking whether the C compiler works" >&5
+-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
++echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
+ # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
+ # If not cross compiling, check that we can run a simple program.
+ if test "$cross_compiling" != yes; then
+ if { ac_try='./$ac_file'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -2901,22 +3647,27 @@
+ fi
+ fi
+ fi
+-echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++{ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+
+ rm -f a.out a.exe conftest$ac_cv_exeext b.out
+ ac_clean_files=$ac_clean_files_save
+-# Check the compiler produces executables we can run. If not, either
++# Check that the compiler produces executables we can run. If not, either
+ # the compiler is broken, or we cross compile.
+-echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
+-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
+-echo "$as_me:$LINENO: result: $cross_compiling" >&5
+-echo "${ECHO_T}$cross_compiling" >&6
+-
+-echo "$as_me:$LINENO: checking for suffix of executables" >&5
+-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>&5
++{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
++echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
++{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
++echo "${ECHO_T}$cross_compiling" >&6; }
++
++{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
++echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
++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>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+@@ -2927,9 +3678,8 @@
+ for ac_file in conftest.exe conftest conftest.*; do
+ test -f "$ac_file" || continue
+ case $ac_file in
+- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
++ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
+ *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+- export ac_cv_exeext
+ break;;
+ * ) break;;
+ esac
+@@ -2943,14 +3693,14 @@
+ fi
+
+ rm -f conftest$ac_cv_exeext
+-echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
+-echo "${ECHO_T}$ac_cv_exeext" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
++echo "${ECHO_T}$ac_cv_exeext" >&6; }
+
+ rm -f conftest.$ac_ext
+ EXEEXT=$ac_cv_exeext
+ ac_exeext=$EXEEXT
+-echo "$as_me:$LINENO: checking for suffix of object files" >&5
+-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
++echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
+ if test "${ac_cv_objext+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -2970,14 +3720,20 @@
+ }
+ _ACEOF
+ rm -f conftest.o conftest.obj
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>&5
++if { (ac_try="$ac_compile"
++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_compile") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+- for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
++ for ac_file in conftest.o conftest.obj conftest.*; do
++ test -f "$ac_file" || continue;
+ case $ac_file in
+- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
++ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
+ *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
+ break;;
+ esac
+@@ -2995,12 +3751,12 @@
+
+ rm -f conftest.$ac_cv_objext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
+-echo "${ECHO_T}$ac_cv_objext" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
++echo "${ECHO_T}$ac_cv_objext" >&6; }
+ OBJEXT=$ac_cv_objext
+ ac_objext=$OBJEXT
+-echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
+-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
++echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
+ if test "${ac_cv_c_compiler_gnu+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -3023,24 +3779,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -3049,24 +3817,28 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_compiler_gnu=no
++ ac_compiler_gnu=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ ac_cv_c_compiler_gnu=$ac_compiler_gnu
+
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
+-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
++echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
+ GCC=`test $ac_compiler_gnu = yes && echo yes`
+ ac_test_CFLAGS=${CFLAGS+set}
+ ac_save_CFLAGS=$CFLAGS
+-CFLAGS="-g"
+-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
+-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
++echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_cc_g+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+- cat >conftest.$ac_ext <<_ACEOF
++ ac_save_c_werror_flag=$ac_c_werror_flag
++ ac_c_werror_flag=yes
++ ac_cv_prog_cc_g=no
++ CFLAGS="-g"
++ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+@@ -3082,24 +3854,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -3108,285 +3892,273 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_prog_cc_g=no
+-fi
+-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
+-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
+-if test "$ac_test_CFLAGS" = set; then
+- CFLAGS=$ac_save_CFLAGS
+-elif test $ac_cv_prog_cc_g = yes; then
+- if test "$GCC" = yes; then
+- CFLAGS="-g -O2"
+- else
+- CFLAGS="-g"
+- fi
+-else
+- if test "$GCC" = yes; then
+- CFLAGS="-O2"
+- else
+- CFLAGS=
+- fi
+-fi
+-echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
+-echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
+-if test "${ac_cv_prog_cc_stdc+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- ac_cv_prog_cc_stdc=no
+-ac_save_CC=$CC
+-cat >conftest.$ac_ext <<_ACEOF
++ CFLAGS=""
++ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+-#include <stdarg.h>
+-#include <stdio.h>
+-#include <sys/types.h>
+-#include <sys/stat.h>
+-/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
+-struct buf { int x; };
+-FILE * (*rcsopen) (struct buf *, struct stat *, int);
+-static char *e (p, i)
+- char **p;
+- int i;
+-{
+- return p[i];
+-}
+-static char *f (char * (*g) (char **, int), char **p, ...)
+-{
+- char *s;
+- va_list v;
+- va_start (v,p);
+- s = g (p, va_arg (v,int));
+- va_end (v);
+- return s;
+-}
+-
+-/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
+- function prototypes and stuff, but not '\xHH' hex character constants.
+- These don't provoke an error unfortunately, instead are silently treated
+- as 'x'. The following induces an error, until -std1 is added to get
+- proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
+- array size at least. It's necessary to write '\x00'==0 to get something
+- that's true only with -std1. */
+-int osf4_cc_array ['\x00' == 0 ? 1 : -1];
+
+-int test (int i, double x);
+-struct s1 {int (*f) (int a);};
+-struct s2 {int (*f) (double a);};
+-int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
+-int argc;
+-char **argv;
+ int
+ main ()
+ {
+-return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
++
+ ;
+ return 0;
+ }
+ _ACEOF
+-# Don't try gcc -ansi; that turns off useful extensions and
+-# breaks some systems' header files.
+-# AIX -qlanglvl=ansi
+-# Ultrix and OSF/1 -std1
+-# HP-UX 10.20 and later -Ae
+-# HP-UX older versions -Aa -D_HPUX_SOURCE
+-# SVR4 -Xc -D__EXTENSIONS__
+-for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
+-do
+- CC="$ac_save_CC $ac_arg"
+- rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++rm -f conftest.$ac_objext
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+- ac_cv_prog_cc_stdc=$ac_arg
+-break
++ :
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-fi
+-rm -f conftest.err conftest.$ac_objext
+-done
+-rm -f conftest.$ac_ext conftest.$ac_objext
+-CC=$ac_save_CC
+-
+-fi
+-
+-case "x$ac_cv_prog_cc_stdc" in
+- x|xno)
+- echo "$as_me:$LINENO: result: none needed" >&5
+-echo "${ECHO_T}none needed" >&6 ;;
+- *)
+- echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
+-echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
+- CC="$CC $ac_cv_prog_cc_stdc" ;;
+-esac
+-
+-# Some people use a C++ compiler to compile C. Since we use `exit',
+-# in C++ we need to declare it. In case someone uses the same compiler
+-# for both compiling C and C++ we need to have the C++ compiler decide
+-# the declaration of exit, since it's the most demanding environment.
+-cat >conftest.$ac_ext <<_ACEOF
+-#ifndef __cplusplus
+- choke me
+-#endif
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- for ac_declaration in \
+- '' \
+- 'extern "C" void std::exit (int) throw (); using std::exit;' \
+- 'extern "C" void std::exit (int); using std::exit;' \
+- 'extern "C" void exit (int) throw ();' \
+- 'extern "C" void exit (int);' \
+- 'void exit (int);'
+-do
+- cat >conftest.$ac_ext <<_ACEOF
++ ac_c_werror_flag=$ac_save_c_werror_flag
++ CFLAGS="-g"
++ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+-$ac_declaration
+-#include <stdlib.h>
++
+ int
+ main ()
+ {
+-exit (42);
++
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+- :
++ ac_cv_prog_cc_g=yes
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-continue
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+- cat >conftest.$ac_ext <<_ACEOF
++fi
++
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++ ac_c_werror_flag=$ac_save_c_werror_flag
++fi
++{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
++echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
++if test "$ac_test_CFLAGS" = set; then
++ CFLAGS=$ac_save_CFLAGS
++elif test $ac_cv_prog_cc_g = yes; then
++ if test "$GCC" = yes; then
++ CFLAGS="-g -O2"
++ else
++ CFLAGS="-g"
++ fi
++else
++ if test "$GCC" = yes; then
++ CFLAGS="-O2"
++ else
++ CFLAGS=
++ fi
++fi
++{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
++echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
++if test "${ac_cv_prog_cc_c89+set}" = set; then
++ echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++ ac_cv_prog_cc_c89=no
++ac_save_CC=$CC
++cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+-$ac_declaration
++#include <stdarg.h>
++#include <stdio.h>
++#include <sys/types.h>
++#include <sys/stat.h>
++/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
++struct buf { int x; };
++FILE * (*rcsopen) (struct buf *, struct stat *, int);
++static char *e (p, i)
++ char **p;
++ int i;
++{
++ return p[i];
++}
++static char *f (char * (*g) (char **, int), char **p, ...)
++{
++ char *s;
++ va_list v;
++ va_start (v,p);
++ s = g (p, va_arg (v,int));
++ va_end (v);
++ return s;
++}
++
++/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
++ function prototypes and stuff, but not '\xHH' hex character constants.
++ These don't provoke an error unfortunately, instead are silently treated
++ as 'x'. The following induces an error, until -std is added to get
++ proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
++ array size at least. It's necessary to write '\x00'==0 to get something
++ that's true only with -std. */
++int osf4_cc_array ['\x00' == 0 ? 1 : -1];
++
++int test (int i, double x);
++struct s1 {int (*f) (int a);};
++struct s2 {int (*f) (double a);};
++int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
++int argc;
++char **argv;
+ int
+ main ()
+ {
+-exit (42);
++return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
+ ;
+ return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
++ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
++do
++ CC="$ac_save_CC $ac_arg"
++ rm -f conftest.$ac_objext
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+- break
++ ac_cv_prog_cc_c89=$ac_arg
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
+-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++rm -f conftest.err conftest.$ac_objext
++ test "x$ac_cv_prog_cc_c89" != "xno" && break
+ done
+-rm -f conftest*
+-if test -n "$ac_declaration"; then
+- echo '#ifdef __cplusplus' >>confdefs.h
+- echo $ac_declaration >>confdefs.h
+- echo '#endif' >>confdefs.h
++rm -f conftest.$ac_ext
++CC=$ac_save_CC
++
+ fi
++# AC_CACHE_VAL
++case "x$ac_cv_prog_cc_c89" in
++ x)
++ { echo "$as_me:$LINENO: result: none needed" >&5
++echo "${ECHO_T}none needed" >&6; } ;;
++ xno)
++ { echo "$as_me:$LINENO: result: unsupported" >&5
++echo "${ECHO_T}unsupported" >&6; } ;;
++ *)
++ CC="$CC $ac_cv_prog_cc_c89"
++ { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
++echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
++esac
+
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+
+-fi
+-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+@@ -3395,8 +4167,8 @@
+
+ depcc="$CC" am_compiler_list=
+
+-echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
+-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
++echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
+ if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -3485,8 +4257,8 @@
+ fi
+
+ fi
+-echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
+-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
++{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
++echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
+ CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
+
+
+@@ -3508,8 +4280,8 @@
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+-echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
+-echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
++echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
+ # On Suns, sometimes $CPP names a directory.
+ if test -n "$CPP" && test -d "$CPP"; then
+ CPP=
+@@ -3543,8 +4315,13 @@
+ #endif
+ Syntax error
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -3569,9 +4346,10 @@
+ # Broken: fails on valid input.
+ continue
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+
+- # OK, works on sane cases. Now check whether non-existent headers
++ # OK, works on sane cases. Now check whether nonexistent headers
+ # can be detected and how.
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+@@ -3581,8 +4359,13 @@
+ /* end confdefs.h. */
+ #include <ac_nonexistent.h>
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -3609,6 +4392,7 @@
+ ac_preproc_ok=:
+ break
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+
+ done
+@@ -3626,8 +4410,8 @@
+ else
+ ac_cv_prog_CPP=$CPP
+ fi
+-echo "$as_me:$LINENO: result: $CPP" >&5
+-echo "${ECHO_T}$CPP" >&6
++{ echo "$as_me:$LINENO: result: $CPP" >&5
++echo "${ECHO_T}$CPP" >&6; }
+ ac_preproc_ok=false
+ for ac_c_preproc_warn_flag in '' yes
+ do
+@@ -3650,8 +4434,13 @@
+ #endif
+ Syntax error
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -3676,9 +4465,10 @@
+ # Broken: fails on valid input.
+ continue
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+
+- # OK, works on sane cases. Now check whether non-existent headers
++ # OK, works on sane cases. Now check whether nonexistent headers
+ # can be detected and how.
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+@@ -3688,8 +4478,13 @@
+ /* end confdefs.h. */
+ #include <ac_nonexistent.h>
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -3716,6 +4511,7 @@
+ ac_preproc_ok=:
+ break
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+
+ done
+@@ -3766,18 +4562,22 @@
+
+ CXXFLAGS=" $CXXFLAGS"
+
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+-if test -n "$ac_tool_prefix"; then
+- for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
++if test -z "$CXX"; then
++ if test -n "$CCC"; then
++ CXX=$CCC
++ else
++ if test -n "$ac_tool_prefix"; then
++ for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+ set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_CXX+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -3790,36 +4590,38 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ fi
+ fi
+ CXX=$ac_cv_prog_CXX
+ if test -n "$CXX"; then
+- echo "$as_me:$LINENO: result: $CXX" >&5
+-echo "${ECHO_T}$CXX" >&6
++ { echo "$as_me:$LINENO: result: $CXX" >&5
++echo "${ECHO_T}$CXX" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
++
+ test -n "$CXX" && break
+ done
+ fi
+ if test -z "$CXX"; then
+ ac_ct_CXX=$CXX
+- for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
++ for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -3832,55 +4634,85 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_ac_ct_CXX="$ac_prog"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ fi
+ fi
+ ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
+ if test -n "$ac_ct_CXX"; then
+- echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
+-echo "${ECHO_T}$ac_ct_CXX" >&6
++ { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
++echo "${ECHO_T}$ac_ct_CXX" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
++
+ test -n "$ac_ct_CXX" && break
+ done
+-test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
+
+- CXX=$ac_ct_CXX
++ if test "x$ac_ct_CXX" = x; then
++ CXX="g++"
++ else
++ case $cross_compiling:$ac_tool_warned in
++yes:)
++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
++whose name does not start with the host triplet. If you think this
++configuration is useful to you, please write to autoconf at gnu.org." >&5
++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
++whose name does not start with the host triplet. If you think this
++configuration is useful to you, please write to autoconf at gnu.org." >&2;}
++ac_tool_warned=yes ;;
++esac
++ CXX=$ac_ct_CXX
++ fi
+ fi
+
+-
++ fi
++fi
+ # Provide some information about the compiler.
+-echo "$as_me:$LINENO:" \
+- "checking for C++ compiler version" >&5
++echo "$as_me:$LINENO: checking for C++ compiler version" >&5
+ ac_compiler=`set X $ac_compile; echo $2`
+-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
+- (eval $ac_compiler --version </dev/null >&5) 2>&5
++{ (ac_try="$ac_compiler --version >&5"
++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_compiler --version >&5") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }
+-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
+- (eval $ac_compiler -v </dev/null >&5) 2>&5
++{ (ac_try="$ac_compiler -v >&5"
++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_compiler -v >&5") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }
+-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
+- (eval $ac_compiler -V </dev/null >&5) 2>&5
++{ (ac_try="$ac_compiler -V >&5"
++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_compiler -V >&5") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }
+
+-echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
+-echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
++echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
+ if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -3903,24 +4735,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -3929,24 +4773,28 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_compiler_gnu=no
++ ac_compiler_gnu=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
+
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
+-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
++echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
+ GXX=`test $ac_compiler_gnu = yes && echo yes`
+ ac_test_CXXFLAGS=${CXXFLAGS+set}
+ ac_save_CXXFLAGS=$CXXFLAGS
+-CXXFLAGS="-g"
+-echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
+-echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
++echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_cxx_g+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+- cat >conftest.$ac_ext <<_ACEOF
++ ac_save_cxx_werror_flag=$ac_cxx_werror_flag
++ ac_cxx_werror_flag=yes
++ ac_cv_prog_cxx_g=no
++ CXXFLAGS="-g"
++ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+@@ -3962,24 +4810,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -3988,70 +4848,53 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_prog_cxx_g=no
+-fi
+-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
+-echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
+-if test "$ac_test_CXXFLAGS" = set; then
+- CXXFLAGS=$ac_save_CXXFLAGS
+-elif test $ac_cv_prog_cxx_g = yes; then
+- if test "$GXX" = yes; then
+- CXXFLAGS="-g -O2"
+- else
+- CXXFLAGS="-g"
+- fi
+-else
+- if test "$GXX" = yes; then
+- CXXFLAGS="-O2"
+- else
+- CXXFLAGS=
+- fi
+-fi
+-for ac_declaration in \
+- '' \
+- 'extern "C" void std::exit (int) throw (); using std::exit;' \
+- 'extern "C" void std::exit (int); using std::exit;' \
+- 'extern "C" void exit (int) throw ();' \
+- 'extern "C" void exit (int);' \
+- 'void exit (int);'
+-do
+- cat >conftest.$ac_ext <<_ACEOF
++ CXXFLAGS=""
++ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+-$ac_declaration
+-#include <stdlib.h>
++
+ int
+ main ()
+ {
+-exit (42);
++
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -4060,61 +4903,91 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-continue
+-fi
+-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+- cat >conftest.$ac_ext <<_ACEOF
++ ac_cxx_werror_flag=$ac_save_cxx_werror_flag
++ CXXFLAGS="-g"
++ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+-$ac_declaration
++
+ int
+ main ()
+ {
+-exit (42);
++
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+- break
++ ac_cv_prog_cxx_g=yes
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-done
+-rm -f conftest*
+-if test -n "$ac_declaration"; then
+- echo '#ifdef __cplusplus' >>confdefs.h
+- echo $ac_declaration >>confdefs.h
+- echo '#endif' >>confdefs.h
+ fi
+
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++ ac_cxx_werror_flag=$ac_save_cxx_werror_flag
++fi
++{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
++echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
++if test "$ac_test_CXXFLAGS" = set; then
++ CXXFLAGS=$ac_save_CXXFLAGS
++elif test $ac_cv_prog_cxx_g = yes; then
++ if test "$GXX" = yes; then
++ CXXFLAGS="-g -O2"
++ else
++ CXXFLAGS="-g"
++ fi
++else
++ if test "$GXX" = yes; then
++ CXXFLAGS="-O2"
++ else
++ CXXFLAGS=
++ fi
++fi
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+@@ -4123,8 +4996,8 @@
+
+ depcc="$CXX" am_compiler_list=
+
+-echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
+-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
++echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
+ if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -4213,8 +5086,8 @@
+ fi
+
+ fi
+-echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
+-echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
++{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
++echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
+ CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
+
+
+@@ -4232,8 +5105,8 @@
+
+
+
+- echo "$as_me:$LINENO: checking whether $CC is blacklisted" >&5
+-echo $ECHO_N "checking whether $CC is blacklisted... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking whether $CC is blacklisted" >&5
++echo $ECHO_N "checking whether $CC is blacklisted... $ECHO_C" >&6; }
+
+
+ cat >conftest.$ac_ext <<_ACEOF
+@@ -4258,24 +5131,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -4284,13 +5169,14 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_bad_compiler=yes
++ kde_bad_compiler=yes
+
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+- echo "$as_me:$LINENO: result: $kde_bad_compiler" >&5
+-echo "${ECHO_T}$kde_bad_compiler" >&6
++ { echo "$as_me:$LINENO: result: $kde_bad_compiler" >&5
++echo "${ECHO_T}$kde_bad_compiler" >&6; }
+
+ if test "$kde_bad_compiler" = "yes"; then
+ { { echo "$as_me:$LINENO: error:
+@@ -4332,17 +5218,16 @@
+ fi
+ fi
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -fno-builtin" >&5
+-echo $ECHO_N "checking whether $CXX supports -fno-builtin... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-builtin" >&5
++echo $ECHO_N "checking whether $CXX supports -fno-builtin... $ECHO_C" >&6; }
+ kde_cache=`echo fno-builtin | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+
+-
+-ac_ext=cc
++ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -4370,24 +5255,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -4396,7 +5293,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -4410,29 +5309,28 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ CXXFLAGS="-fno-builtin $CXXFLAGS"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+
+
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -Woverloaded-virtual" >&5
+-echo $ECHO_N "checking whether $CXX supports -Woverloaded-virtual... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -Woverloaded-virtual" >&5
++echo $ECHO_N "checking whether $CXX supports -Woverloaded-virtual... $ECHO_C" >&6; }
+ kde_cache=`echo Woverloaded-virtual | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -4459,24 +5357,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -4485,7 +5395,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -4499,13 +5411,13 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ WOVERLOADED_VIRTUAL="-Woverloaded-virtual"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+ WOVERLOADED_VRITUAL=""
+ fi
+@@ -4526,16 +5438,15 @@
+
+ if test "$kde_use_profiling" = "yes"; then
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -pg" >&5
+-echo $ECHO_N "checking whether $CXX supports -pg... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -pg" >&5
++echo $ECHO_N "checking whether $CXX supports -pg... $ECHO_C" >&6; }
+ kde_cache=`echo pg | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -4562,24 +5473,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -4588,7 +5511,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -4602,16 +5527,16 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+
+ CFLAGS="-pg $CFLAGS"
+ CXXFLAGS="-pg $CXXFLAGS"
+
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+@@ -4626,16 +5551,15 @@
+ CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
+ CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts $CXXFLAGS"
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -Wmissing-format-attribute" >&5
+-echo $ECHO_N "checking whether $CXX supports -Wmissing-format-attribute... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -Wmissing-format-attribute" >&5
++echo $ECHO_N "checking whether $CXX supports -Wmissing-format-attribute... $ECHO_C" >&6; }
+ kde_cache=`echo Wmissing-format-attribute | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -4662,24 +5586,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -4688,7 +5624,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -4702,27 +5640,26 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+
+
+-echo "$as_me:$LINENO: checking whether $CC supports -Wmissing-format-attribute" >&5
+-echo $ECHO_N "checking whether $CC supports -Wmissing-format-attribute... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CC supports -Wmissing-format-attribute" >&5
++echo $ECHO_N "checking whether $CC supports -Wmissing-format-attribute... $ECHO_C" >&6; }
+ kde_cache=`echo Wmissing-format-attribute | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cc_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cc_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+@@ -4747,24 +5684,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -4773,7 +5722,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CFLAGS="$save_CFLAGS"
+@@ -4787,13 +5738,13 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cc_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+@@ -4801,16 +5752,15 @@
+ ;;
+ esac
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5
+-echo $ECHO_N "checking whether $CXX supports -Wundef... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5
++echo $ECHO_N "checking whether $CXX supports -Wundef... $ECHO_C" >&6; }
+ kde_cache=`echo Wundef | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -4837,24 +5787,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -4863,7 +5825,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -4877,28 +5841,27 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ CXXFLAGS="-Wundef $CXXFLAGS"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -Wno-long-long" >&5
+-echo $ECHO_N "checking whether $CXX supports -Wno-long-long... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -Wno-long-long" >&5
++echo $ECHO_N "checking whether $CXX supports -Wno-long-long... $ECHO_C" >&6; }
+ kde_cache=`echo Wno-long-long | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -4925,24 +5888,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -4951,7 +5926,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -4965,28 +5942,27 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ CXXFLAGS="-Wno-long-long $CXXFLAGS"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -Wno-non-virtual-dtor" >&5
+-echo $ECHO_N "checking whether $CXX supports -Wno-non-virtual-dtor... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -Wno-non-virtual-dtor" >&5
++echo $ECHO_N "checking whether $CXX supports -Wno-non-virtual-dtor... $ECHO_C" >&6; }
+ kde_cache=`echo Wno-non-virtual-dtor | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -5013,24 +5989,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -5039,7 +6027,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -5053,13 +6043,13 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+@@ -5071,13 +6061,13 @@
+ CXXFLAGS="-Wcast-qual -Wshadow -Wcast-align $CXXFLAGS"
+ fi
+
+- # Check whether --enable-pch or --disable-pch was given.
++ # Check whether --enable-pch was given.
+ if test "${enable_pch+set}" = set; then
+- enableval="$enable_pch"
+- kde_use_pch=$enableval
++ enableval=$enable_pch; kde_use_pch=$enableval
+ else
+ kde_use_pch=no
+-fi;
++fi
++
+
+ HAVE_GCC_VISIBILITY=0
+
+@@ -5085,16 +6075,15 @@
+ if test "$GXX" = "yes"; then
+ gcc_no_reorder_blocks=NO
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -fno-reorder-blocks" >&5
+-echo $ECHO_N "checking whether $CXX supports -fno-reorder-blocks... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-reorder-blocks" >&5
++echo $ECHO_N "checking whether $CXX supports -fno-reorder-blocks... $ECHO_C" >&6; }
+ kde_cache=`echo fno-reorder-blocks | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -5121,24 +6110,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -5147,7 +6148,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -5161,13 +6164,13 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ gcc_no_reorder_blocks=YES
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+@@ -5179,16 +6182,15 @@
+ CFLAGS="$CFLAGS -fno-reorder-blocks"
+ fi
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -fno-exceptions" >&5
+-echo $ECHO_N "checking whether $CXX supports -fno-exceptions... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-exceptions" >&5
++echo $ECHO_N "checking whether $CXX supports -fno-exceptions... $ECHO_C" >&6; }
+ kde_cache=`echo fno-exceptions | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -5215,24 +6217,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -5241,7 +6255,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -5255,28 +6271,27 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ CXXFLAGS="$CXXFLAGS -fno-exceptions"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -fno-check-new" >&5
+-echo $ECHO_N "checking whether $CXX supports -fno-check-new... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-check-new" >&5
++echo $ECHO_N "checking whether $CXX supports -fno-check-new... $ECHO_C" >&6; }
+ kde_cache=`echo fno-check-new | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -5303,24 +6318,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -5329,7 +6356,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -5343,28 +6372,27 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ CXXFLAGS="$CXXFLAGS -fno-check-new"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -fno-common" >&5
+-echo $ECHO_N "checking whether $CXX supports -fno-common... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-common" >&5
++echo $ECHO_N "checking whether $CXX supports -fno-common... $ECHO_C" >&6; }
+ kde_cache=`echo fno-common | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -5391,24 +6419,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -5417,7 +6457,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -5431,28 +6473,27 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ CXXFLAGS="$CXXFLAGS -fno-common"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -fexceptions" >&5
+-echo $ECHO_N "checking whether $CXX supports -fexceptions... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -fexceptions" >&5
++echo $ECHO_N "checking whether $CXX supports -fexceptions... $ECHO_C" >&6; }
+ kde_cache=`echo fexceptions | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -5479,24 +6520,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -5505,7 +6558,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -5519,13 +6574,13 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ USE_EXCEPTIONS="-fexceptions"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+ USE_EXCEPTIONS=
+ fi
+@@ -5533,37 +6588,37 @@
+ ENABLE_PERMISSIVE_FLAG="-fpermissive"
+
+ if test "$kde_use_pch" = "yes"; then
+- echo "$as_me:$LINENO: checking whether gcc supports precompiling c header files" >&5
+-echo $ECHO_N "checking whether gcc supports precompiling c header files... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking whether gcc supports precompiling c header files" >&5
++echo $ECHO_N "checking whether gcc supports precompiling c header files... $ECHO_C" >&6; }
+ echo >conftest.h
+ if $CC -x c-header conftest.h >/dev/null 2>/dev/null; then
+ kde_gcc_supports_pch=yes
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ else
+ kde_gcc_supports_pch=no
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+ if test "$kde_gcc_supports_pch" = "yes"; then
+- echo "$as_me:$LINENO: checking whether gcc supports precompiling c++ header files" >&5
+-echo $ECHO_N "checking whether gcc supports precompiling c++ header files... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking whether gcc supports precompiling c++ header files" >&5
++echo $ECHO_N "checking whether gcc supports precompiling c++ header files... $ECHO_C" >&6; }
+ if $CXX -x c++-header conftest.h >/dev/null 2>/dev/null; then
+ kde_gcc_supports_pch=yes
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ else
+ kde_gcc_supports_pch=no
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+ fi
+ rm -f conftest.h conftest.h.gch
+ fi
+
+
+- echo "$as_me:$LINENO: checking whether system headers can cope with -O2 -fno-inline" >&5
+-echo $ECHO_N "checking whether system headers can cope with -O2 -fno-inline... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking whether system headers can cope with -O2 -fno-inline" >&5
++echo $ECHO_N "checking whether system headers can cope with -O2 -fno-inline... $ECHO_C" >&6; }
+ if test "${kde_cv_opt_noinline_match+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -5595,24 +6650,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -5621,9 +6688,10 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_cv_opt_noinline_match=no
++ kde_cv_opt_noinline_match=no
+
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+
+@@ -5631,8 +6699,8 @@
+ fi
+
+ fi
+-echo "$as_me:$LINENO: result: $kde_cv_opt_noinline_match" >&5
+-echo "${ECHO_T}$kde_cv_opt_noinline_match" >&6
++{ echo "$as_me:$LINENO: result: $kde_cv_opt_noinline_match" >&5
++echo "${ECHO_T}$kde_cv_opt_noinline_match" >&6; }
+
+ if test "x$kde_cv_opt_noinline_match" = "xno" ; then
+ CFLAGS="`echo "$CFLAGS" | sed "s/ -fno-inline//"`"
+@@ -5652,16 +6720,15 @@
+
+ if test "$kde_use_pch" = "yes"; then
+
+-echo "$as_me:$LINENO: checking whether $CXX supports --pch" >&5
+-echo $ECHO_N "checking whether $CXX supports --pch... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports --pch" >&5
++echo $ECHO_N "checking whether $CXX supports --pch... $ECHO_C" >&6; }
+ kde_cache=`echo -pch | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -5688,24 +6755,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -5714,7 +6793,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -5728,29 +6809,28 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ CXXFLAGS="$CXXFLAGS --pch"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+
+ fi
+
+-echo "$as_me:$LINENO: checking whether $CXX supports --inline_keyword_space_time=6" >&5
+-echo $ECHO_N "checking whether $CXX supports --inline_keyword_space_time=6... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports --inline_keyword_space_time=6" >&5
++echo $ECHO_N "checking whether $CXX supports --inline_keyword_space_time=6... $ECHO_C" >&6; }
+ kde_cache=`echo -inline_keyword_space_time=6 | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -5777,24 +6857,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -5803,7 +6895,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -5817,28 +6911,27 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+
+
+-echo "$as_me:$LINENO: checking whether $CXX supports --inline_auto_space_time=2" >&5
+-echo $ECHO_N "checking whether $CXX supports --inline_auto_space_time=2... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports --inline_auto_space_time=2" >&5
++echo $ECHO_N "checking whether $CXX supports --inline_auto_space_time=2... $ECHO_C" >&6; }
+ kde_cache=`echo -inline_auto_space_time=2 | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -5865,24 +6958,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -5891,7 +6996,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -5905,28 +7012,27 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+
+
+-echo "$as_me:$LINENO: checking whether $CXX supports --inline_implicit_space_time=2.0" >&5
+-echo $ECHO_N "checking whether $CXX supports --inline_implicit_space_time=2.0... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports --inline_implicit_space_time=2.0" >&5
++echo $ECHO_N "checking whether $CXX supports --inline_implicit_space_time=2.0... $ECHO_C" >&6; }
+ kde_cache=`echo -inline_implicit_space_time=2.0 | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -5953,24 +7059,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -5979,7 +7097,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -5993,28 +7113,27 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+
+
+-echo "$as_me:$LINENO: checking whether $CXX supports --inline_generated_space_time=2.0" >&5
+-echo $ECHO_N "checking whether $CXX supports --inline_generated_space_time=2.0... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports --inline_generated_space_time=2.0" >&5
++echo $ECHO_N "checking whether $CXX supports --inline_generated_space_time=2.0... $ECHO_C" >&6; }
+ kde_cache=`echo -inline_generated_space_time=2.0 | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -6041,24 +7160,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -6067,7 +7198,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -6081,28 +7214,27 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+
+
+-echo "$as_me:$LINENO: checking whether $CXX supports --one_per" >&5
+-echo $ECHO_N "checking whether $CXX supports --one_per... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports --one_per" >&5
++echo $ECHO_N "checking whether $CXX supports --one_per... $ECHO_C" >&6; }
+ kde_cache=`echo -one_per | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -6129,24 +7261,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -6155,7 +7299,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -6169,13 +7315,13 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ CXXFLAGS="$CXXFLAGS --one_per"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+@@ -6282,13 +7428,13 @@
+ fi
+
+
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+-echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
+-echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
++echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
+ if test -z "$CXXCPP"; then
+ if test "${ac_cv_prog_CXXCPP+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+@@ -6318,8 +7464,13 @@
+ #endif
+ Syntax error
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -6344,9 +7495,10 @@
+ # Broken: fails on valid input.
+ continue
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+
+- # OK, works on sane cases. Now check whether non-existent headers
++ # OK, works on sane cases. Now check whether nonexistent headers
+ # can be detected and how.
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+@@ -6356,8 +7508,13 @@
+ /* end confdefs.h. */
+ #include <ac_nonexistent.h>
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -6384,6 +7541,7 @@
+ ac_preproc_ok=:
+ break
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+
+ done
+@@ -6401,8 +7559,8 @@
+ else
+ ac_cv_prog_CXXCPP=$CXXCPP
+ fi
+-echo "$as_me:$LINENO: result: $CXXCPP" >&5
+-echo "${ECHO_T}$CXXCPP" >&6
++{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
++echo "${ECHO_T}$CXXCPP" >&6; }
+ ac_preproc_ok=false
+ for ac_cxx_preproc_warn_flag in '' yes
+ do
+@@ -6425,8 +7583,13 @@
+ #endif
+ Syntax error
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -6451,9 +7614,10 @@
+ # Broken: fails on valid input.
+ continue
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+
+- # OK, works on sane cases. Now check whether non-existent headers
++ # OK, works on sane cases. Now check whether nonexistent headers
+ # can be detected and how.
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+@@ -6463,8 +7627,13 @@
+ /* end confdefs.h. */
+ #include <ac_nonexistent.h>
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -6491,6 +7660,7 @@
+ ac_preproc_ok=:
+ break
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+
+ done
+@@ -6517,16 +7687,15 @@
+ NOOPT_CFLAGS=-O0
+ fi
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -O0" >&5
+-echo $ECHO_N "checking whether $CXX supports -O0... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -O0" >&5
++echo $ECHO_N "checking whether $CXX supports -O0... $ECHO_C" >&6; }
+ kde_cache=`echo O0 | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -6553,24 +7722,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -6579,7 +7760,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -6593,22 +7776,21 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ NOOPT_CXXFLAGS=-O0
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+
+
+- # Check whether --enable-coverage or --disable-coverage was given.
++ # Check whether --enable-coverage was given.
+ if test "${enable_coverage+set}" = set; then
+- enableval="$enable_coverage"
+-
++ enableval=$enable_coverage;
+ if test "$am_cv_CC_dependencies_compiler_type" = "gcc3"; then
+ ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
+ ac_coverage_linker="-lgcc"
+@@ -6624,36 +7806,36 @@
+ CXXFLAGS="$CXXFLAGS $ac_coverage_compiler"
+ LDFLAGS="$LDFLAGS $ac_coverage_linker"
+
+-fi;
++fi
++
+
+
+
+
+
+
+- # Check whether --enable-new_ldflags or --disable-new_ldflags was given.
++ # Check whether --enable-new_ldflags was given.
+ if test "${enable_new_ldflags+set}" = set; then
+- enableval="$enable_new_ldflags"
+- kde_use_new_ldflags=$enableval
++ enableval=$enable_new_ldflags; kde_use_new_ldflags=$enableval
+ else
+ kde_use_new_ldflags=no
+-fi;
++fi
++
+
+ LDFLAGS_AS_NEEDED=""
+ LDFLAGS_NEW_DTAGS=""
+ if test "x$kde_use_new_ldflags" = "xyes"; then
+ LDFLAGS_NEW_DTAGS=""
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--enable-new-dtags" >&5
+-echo $ECHO_N "checking whether $CXX supports -Wl,--enable-new-dtags... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--enable-new-dtags" >&5
++echo $ECHO_N "checking whether $CXX supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
+ kde_cache=`echo Wl,--enable-new-dtags | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -6680,24 +7862,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -6706,7 +7900,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -6720,29 +7916,28 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+
+
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--as-needed" >&5
+-echo $ECHO_N "checking whether $CXX supports -Wl,--as-needed... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--as-needed" >&5
++echo $ECHO_N "checking whether $CXX supports -Wl,--as-needed... $ECHO_C" >&6; }
+ kde_cache=`echo Wl,--as-needed | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -6769,24 +7964,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -6795,7 +8002,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -6809,13 +8018,13 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ LDFLAGS_AS_NEEDED="-Wl,--as-needed"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+@@ -6825,13 +8034,13 @@
+
+
+
+- # Check whether --enable-final or --disable-final was given.
++ # Check whether --enable-final was given.
+ if test "${enable_final+set}" = set; then
+- enableval="$enable_final"
+- kde_use_final=$enableval
++ enableval=$enable_final; kde_use_final=$enableval
+ else
+ kde_use_final=no
+-fi;
++fi
++
+
+ if test "x$kde_use_final" = "xyes"; then
+ KDE_USE_FINAL_TRUE=""
+@@ -6844,13 +8053,13 @@
+
+
+
+- # Check whether --enable-closure or --disable-closure was given.
++ # Check whether --enable-closure was given.
+ if test "${enable_closure+set}" = set; then
+- enableval="$enable_closure"
+- kde_use_closure=$enableval
++ enableval=$enable_closure; kde_use_closure=$enableval
+ else
+ kde_use_closure=no
+-fi;
++fi
++
+
+ KDE_NO_UNDEFINED=""
+ if test "x$kde_use_closure" = "xyes"; then
+@@ -6861,216 +8070,36 @@
+ KDE_USE_CLOSURE_TRUE="#"
+ KDE_USE_CLOSURE_FALSE=""
+ KDE_NO_UNDEFINED=""
+- case $host in
+- *-*-linux-gnu)
++ fi
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--no-undefined" >&5
+-echo $ECHO_N "checking whether $CXX supports -Wl,--no-undefined... $ECHO_C" >&6
+-kde_cache=`echo Wl,--no-undefined | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
++
++
++
++
++ # Check whether --enable-nmcheck was given.
++if test "${enable_nmcheck+set}" = set; then
++ enableval=$enable_nmcheck; kde_use_nmcheck=$enableval
+ else
++ kde_use_nmcheck=no
++fi
+
+
++ if test "$kde_use_nmcheck" = "yes"; then
++ KDE_USE_NMCHECK_TRUE=""
++ KDE_USE_NMCHECK_FALSE="#"
++ else
++ KDE_USE_NMCHECK_TRUE="#"
++ KDE_USE_NMCHECK_FALSE=""
++ fi
+
+- ac_ext=cc
+-ac_cpp='$CXXCPP $CPPFLAGS'
+-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+
+-ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
+
+
+- save_CXXFLAGS="$CXXFLAGS"
+- CXXFLAGS="$CXXFLAGS -Wl,--no-undefined"
+- cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
+-
+-int
+-main ()
+-{
+- return 0;
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- eval "kde_cv_prog_cxx_$kde_cache=yes"
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+- CXXFLAGS="$save_CXXFLAGS"
+- ac_ext=c
+-ac_cpp='$CPP $CPPFLAGS'
+-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+-ac_compiler_gnu=$ac_cv_c_compiler_gnu
+-
+-
+-fi
+-
+-if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
+- :
+-
+-echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--allow-shlib-undefined" >&5
+-echo $ECHO_N "checking whether $CXX supports -Wl,--allow-shlib-undefined... $ECHO_C" >&6
+-kde_cache=`echo Wl,--allow-shlib-undefined | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-
+-
+-
+- ac_ext=cc
+-ac_cpp='$CXXCPP $CPPFLAGS'
+-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+-
+-ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
+-
+-
+- save_CXXFLAGS="$CXXFLAGS"
+- CXXFLAGS="$CXXFLAGS -Wl,--allow-shlib-undefined"
+- cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
+-
+-int
+-main ()
+-{
+- return 0;
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- eval "kde_cv_prog_cxx_$kde_cache=yes"
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+- CXXFLAGS="$save_CXXFLAGS"
+- ac_ext=c
+-ac_cpp='$CPP $CPPFLAGS'
+-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+-ac_compiler_gnu=$ac_cv_c_compiler_gnu
+-
+-
+-fi
+-
+-if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
+- :
+- KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"
+-else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
+- :
+- KDE_NO_UNDEFINED=""
+-fi
+-
+-else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
+- :
+- KDE_NO_UNDEFINED=""
+-fi
+-
+- ;;
+- esac
+- fi
+-
+-
+-
+-
+-
+- # Check whether --enable-nmcheck or --disable-nmcheck was given.
+-if test "${enable_nmcheck+set}" = set; then
+- enableval="$enable_nmcheck"
+- kde_use_nmcheck=$enableval
+-else
+- kde_use_nmcheck=no
+-fi;
+-
+- if test "$kde_use_nmcheck" = "yes"; then
+- KDE_USE_NMCHECK_TRUE=""
+- KDE_USE_NMCHECK_FALSE="#"
+- else
+- KDE_USE_NMCHECK_TRUE="#"
+- KDE_USE_NMCHECK_FALSE=""
+- fi
+-
+
+
+-
+-
+-
+-# Check whether --enable-shared or --disable-shared was given.
++# Check whether --enable-shared was given.
+ if test "${enable_shared+set}" = set; then
+- enableval="$enable_shared"
+- p=${PACKAGE-default}
++ enableval=$enable_shared; p=${PACKAGE-default}
+ case $enableval in
+ yes) enable_shared=yes ;;
+ no) enable_shared=no ;;
+@@ -7089,12 +8118,12 @@
+ esac
+ else
+ enable_shared=yes
+-fi;
++fi
+
+-# Check whether --enable-static or --disable-static was given.
++
++# Check whether --enable-static was given.
+ if test "${enable_static+set}" = set; then
+- enableval="$enable_static"
+- p=${PACKAGE-default}
++ enableval=$enable_static; p=${PACKAGE-default}
+ case $enableval in
+ yes) enable_static=yes ;;
+ no) enable_static=no ;;
+@@ -7113,7 +8142,8 @@
+ esac
+ else
+ enable_static=no
+-fi;
++fi
++
+
+
+
+@@ -7122,11 +8152,11 @@
+ if test -z "$kdelibsuff"; then
+ kdelibsuff="no"
+ fi
+- # Check whether --enable-libsuffix or --disable-libsuffix was given.
++ # Check whether --enable-libsuffix was given.
+ if test "${enable_libsuffix+set}" = set; then
+- enableval="$enable_libsuffix"
+- kdelibsuff=$enableval
+-fi;
++ enableval=$enable_libsuffix; kdelibsuff=$enableval
++fi
++
+
+ if test "$kdelibsuff" = "auto"; then
+
+@@ -7147,8 +8177,8 @@
+ kdelibsuff=
+ fi
+ if test -z "$kdelibsuff"; then
+- echo "$as_me:$LINENO: result: not using lib directory suffix" >&5
+-echo "${ECHO_T}not using lib directory suffix" >&6
++ { echo "$as_me:$LINENO: result: not using lib directory suffix" >&5
++echo "${ECHO_T}not using lib directory suffix" >&6; }
+
+ cat >>confdefs.h <<\_ACEOF
+ #define KDELIBSUFF ""
+@@ -7164,14 +8194,13 @@
+ #define KDELIBSUFF "${kdelibsuff}"
+ _ACEOF
+
+- echo "$as_me:$LINENO: result: using lib directory suffix $kdelibsuff" >&5
+-echo "${ECHO_T}using lib directory suffix $kdelibsuff" >&6
++ { echo "$as_me:$LINENO: result: using lib directory suffix $kdelibsuff" >&5
++echo "${ECHO_T}using lib directory suffix $kdelibsuff" >&6; }
+ fi
+
+-# Check whether --enable-fast-install or --disable-fast-install was given.
++# Check whether --enable-fast-install was given.
+ if test "${enable_fast_install+set}" = set; then
+- enableval="$enable_fast_install"
+- p=${PACKAGE-default}
++ enableval=$enable_fast_install; p=${PACKAGE-default}
+ case $enableval in
+ yes) enable_fast_install=yes ;;
+ no) enable_fast_install=no ;;
+@@ -7190,10 +8219,11 @@
+ esac
+ else
+ enable_fast_install=yes
+-fi;
++fi
+
+-echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
+-echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
++
++{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
++echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
+ if test "${lt_cv_path_SED+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -7217,7 +8247,7 @@
+ # Add /usr/xpg4/bin/sed as it is typically found on Solaris
+ # along with /bin/sed that truncates output.
+ for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
+- test ! -f $lt_ac_sed && break
++ test ! -f $lt_ac_sed && continue
+ cat /dev/null > conftest.in
+ lt_ac_count=0
+ echo $ECHO_N "0123456789$ECHO_C" >conftest.in
+@@ -7246,37 +8276,184 @@
+ fi
+
+ SED=$lt_cv_path_SED
+-echo "$as_me:$LINENO: result: $SED" >&5
+-echo "${ECHO_T}$SED" >&6
++{ echo "$as_me:$LINENO: result: $SED" >&5
++echo "${ECHO_T}$SED" >&6; }
++
++{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
++echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
++if test "${ac_cv_path_GREP+set}" = set; then
++ echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++ # Extract the first word of "grep ggrep" to use in msg output
++if test -z "$GREP"; then
++set dummy grep ggrep; ac_prog_name=$2
++if test "${ac_cv_path_GREP+set}" = set; then
++ echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++ ac_path_GREP_found=false
++# Loop through the user's path and test for each of PROGNAME-LIST
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
++do
++ IFS=$as_save_IFS
++ test -z "$as_dir" && as_dir=.
++ for ac_prog in grep ggrep; do
++ for ac_exec_ext in '' $ac_executable_extensions; do
++ ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
++ { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
++ # Check for GNU ac_path_GREP and select it if it is found.
++ # Check for GNU $ac_path_GREP
++case `"$ac_path_GREP" --version 2>&1` in
++*GNU*)
++ ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
++*)
++ ac_count=0
++ echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
++ while :
++ do
++ cat "conftest.in" "conftest.in" >"conftest.tmp"
++ mv "conftest.tmp" "conftest.in"
++ cp "conftest.in" "conftest.nl"
++ echo 'GREP' >> "conftest.nl"
++ "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
++ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
++ ac_count=`expr $ac_count + 1`
++ if test $ac_count -gt ${ac_path_GREP_max-0}; then
++ # Best one so far, save it but keep looking for a better one
++ ac_cv_path_GREP="$ac_path_GREP"
++ ac_path_GREP_max=$ac_count
++ fi
++ # 10*(2^10) chars as input seems more than enough
++ test $ac_count -gt 10 && break
++ done
++ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
++esac
++
++
++ $ac_path_GREP_found && break 3
++ done
++done
++
++done
++IFS=$as_save_IFS
++
++
++fi
++
++GREP="$ac_cv_path_GREP"
++if test -z "$GREP"; then
++ { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
++echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
++ { (exit 1); exit 1; }; }
++fi
++
++else
++ ac_cv_path_GREP=$GREP
++fi
++
++
++fi
++{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
++echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
++ GREP="$ac_cv_path_GREP"
+
+-echo "$as_me:$LINENO: checking for egrep" >&5
+-echo $ECHO_N "checking for egrep... $ECHO_C" >&6
+-if test "${ac_cv_prog_egrep+set}" = set; then
++
++{ echo "$as_me:$LINENO: checking for egrep" >&5
++echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
++if test "${ac_cv_path_EGREP+set}" = set; then
++ echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++ if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
++ then ac_cv_path_EGREP="$GREP -E"
++ else
++ # Extract the first word of "egrep" to use in msg output
++if test -z "$EGREP"; then
++set dummy egrep; ac_prog_name=$2
++if test "${ac_cv_path_EGREP+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+- if echo a | (grep -E '(a|b)') >/dev/null 2>&1
+- then ac_cv_prog_egrep='grep -E'
+- else ac_cv_prog_egrep='egrep'
++ ac_path_EGREP_found=false
++# Loop through the user's path and test for each of PROGNAME-LIST
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
++do
++ IFS=$as_save_IFS
++ test -z "$as_dir" && as_dir=.
++ for ac_prog in egrep; do
++ for ac_exec_ext in '' $ac_executable_extensions; do
++ ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
++ { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
++ # Check for GNU ac_path_EGREP and select it if it is found.
++ # Check for GNU $ac_path_EGREP
++case `"$ac_path_EGREP" --version 2>&1` in
++*GNU*)
++ ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
++*)
++ ac_count=0
++ echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
++ while :
++ do
++ cat "conftest.in" "conftest.in" >"conftest.tmp"
++ mv "conftest.tmp" "conftest.in"
++ cp "conftest.in" "conftest.nl"
++ echo 'EGREP' >> "conftest.nl"
++ "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
++ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
++ ac_count=`expr $ac_count + 1`
++ if test $ac_count -gt ${ac_path_EGREP_max-0}; then
++ # Best one so far, save it but keep looking for a better one
++ ac_cv_path_EGREP="$ac_path_EGREP"
++ ac_path_EGREP_max=$ac_count
+ fi
++ # 10*(2^10) chars as input seems more than enough
++ test $ac_count -gt 10 && break
++ done
++ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
++esac
++
++
++ $ac_path_EGREP_found && break 3
++ done
++done
++
++done
++IFS=$as_save_IFS
++
++
++fi
++
++EGREP="$ac_cv_path_EGREP"
++if test -z "$EGREP"; then
++ { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
++echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
++ { (exit 1); exit 1; }; }
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
+-echo "${ECHO_T}$ac_cv_prog_egrep" >&6
+- EGREP=$ac_cv_prog_egrep
+
++else
++ ac_cv_path_EGREP=$EGREP
++fi
++
++
++ fi
++fi
++{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
++echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
++ EGREP="$ac_cv_path_EGREP"
+
+
+-# Check whether --with-gnu-ld or --without-gnu-ld was given.
++
++# Check whether --with-gnu-ld was given.
+ if test "${with_gnu_ld+set}" = set; then
+- withval="$with_gnu_ld"
+- test "$withval" = no || with_gnu_ld=yes
++ withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
+ else
+ with_gnu_ld=no
+-fi;
++fi
++
+ ac_prog=ld
+ if test "$GCC" = yes; then
+ # Check if gcc -print-prog-name=ld gives a path.
+- echo "$as_me:$LINENO: checking for ld used by $CC" >&5
+-echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
++echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
+ case $host in
+ *-*-mingw*)
+ # gcc leaves a trailing carriage return which upsets mingw
+@@ -7305,11 +8482,11 @@
+ ;;
+ esac
+ elif test "$with_gnu_ld" = yes; then
+- echo "$as_me:$LINENO: checking for GNU ld" >&5
+-echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for GNU ld" >&5
++echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
+ else
+- echo "$as_me:$LINENO: checking for non-GNU ld" >&5
+-echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
++echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
+ fi
+ if test "${lt_cv_path_LD+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+@@ -7322,7 +8499,7 @@
+ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+ lt_cv_path_LD="$ac_dir/$ac_prog"
+ # Check to see if the program is GNU ld. I'd rather use --version,
+- # but apparently some GNU ld's only accept -v.
++ # but apparently some variants of GNU ld only accept -v.
+ # Break only if it was the GNU/non-GNU ld that we prefer.
+ case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
+ *GNU* | *'with BFD'*)
+@@ -7342,21 +8519,21 @@
+
+ LD="$lt_cv_path_LD"
+ if test -n "$LD"; then
+- echo "$as_me:$LINENO: result: $LD" >&5
+-echo "${ECHO_T}$LD" >&6
++ { echo "$as_me:$LINENO: result: $LD" >&5
++echo "${ECHO_T}$LD" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+ test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
+ echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
+ { (exit 1); exit 1; }; }
+-echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
+-echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
++echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
+ if test "${lt_cv_prog_gnu_ld+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+- # I'd rather use --version here, but apparently some GNU ld's only accept -v.
++ # I'd rather use --version here, but apparently some GNU lds only accept -v.
+ case `$LD -v 2>&1 </dev/null` in
+ *GNU* | *'with BFD'*)
+ lt_cv_prog_gnu_ld=yes
+@@ -7366,29 +8543,38 @@
+ ;;
+ esac
+ fi
+-echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
+-echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
++{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
++echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
+ with_gnu_ld=$lt_cv_prog_gnu_ld
+
+
+-echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
+-echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
++echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
+ if test "${lt_cv_ld_reload_flag+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ lt_cv_ld_reload_flag='-r'
+ fi
+-echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
+-echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
++{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
++echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
+ reload_flag=$lt_cv_ld_reload_flag
+ case $reload_flag in
+ "" | " "*) ;;
+ *) reload_flag=" $reload_flag" ;;
+ esac
+ reload_cmds='$LD$reload_flag -o $output$reload_objs'
++case $host_os in
++ darwin*)
++ if test "$GCC" = yes; then
++ reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
++ else
++ reload_cmds='$LD$reload_flag -o $output$reload_objs'
++ fi
++ ;;
++esac
+
+-echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
+-echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
++echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
+ if test "${lt_cv_path_NM+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -7396,56 +8582,63 @@
+ # Let the user override the test.
+ lt_cv_path_NM="$NM"
+ else
+- lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+- for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
+- IFS="$lt_save_ifs"
+- test -z "$ac_dir" && ac_dir=.
+- tmp_nm="$ac_dir/${ac_tool_prefix}nm"
+- if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
+- # Check to see if the nm accepts a BSD-compat flag.
+- # Adding the `sed 1q' prevents false positives on HP-UX, which says:
+- # nm: unknown option "B" ignored
+- # Tru64's nm complains that /dev/null is an invalid object file
+- case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
+- */dev/null* | *'Invalid file or object type'*)
+- lt_cv_path_NM="$tmp_nm -B"
+- break
+- ;;
+- *)
+- case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
+- */dev/null*)
+- lt_cv_path_NM="$tmp_nm -p"
++ lt_nm_to_check="${ac_tool_prefix}nm"
++ if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
++ lt_nm_to_check="$lt_nm_to_check nm"
++ fi
++ for lt_tmp_nm in $lt_nm_to_check; do
++ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++ for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
++ IFS="$lt_save_ifs"
++ test -z "$ac_dir" && ac_dir=.
++ tmp_nm="$ac_dir/$lt_tmp_nm"
++ if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
++ # Check to see if the nm accepts a BSD-compat flag.
++ # Adding the `sed 1q' prevents false positives on HP-UX, which says:
++ # nm: unknown option "B" ignored
++ # Tru64's nm complains that /dev/null is an invalid object file
++ case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
++ */dev/null* | *'Invalid file or object type'*)
++ lt_cv_path_NM="$tmp_nm -B"
+ break
+ ;;
+ *)
+- lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
+- continue # so that we can try to find one that supports BSD flags
++ case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
++ */dev/null*)
++ lt_cv_path_NM="$tmp_nm -p"
++ break
++ ;;
++ *)
++ lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
++ continue # so that we can try to find one that supports BSD flags
++ ;;
++ esac
+ ;;
+ esac
+- esac
+- fi
++ fi
++ done
++ IFS="$lt_save_ifs"
+ done
+- IFS="$lt_save_ifs"
+ test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
+ fi
+ fi
+-echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
+-echo "${ECHO_T}$lt_cv_path_NM" >&6
++{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
++echo "${ECHO_T}$lt_cv_path_NM" >&6; }
+ NM="$lt_cv_path_NM"
+
+-echo "$as_me:$LINENO: checking whether ln -s works" >&5
+-echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
++echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
+ LN_S=$as_ln_s
+ if test "$LN_S" = "ln -s"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no, using $LN_S" >&5
+-echo "${ECHO_T}no, using $LN_S" >&6
++ { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
++echo "${ECHO_T}no, using $LN_S" >&6; }
+ fi
+
+-echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
+-echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
++echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6; }
+ if test "${lt_cv_deplibs_check_method+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -7472,44 +8665,36 @@
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+-bsdi4*)
++bsdi[45]*)
+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
+ lt_cv_file_magic_cmd='/usr/bin/file -L'
+ lt_cv_file_magic_test_file=/shlib/libc.so
+ ;;
+
+ cygwin*)
+- lt_cv_deplibs_check_method=pass_all
++ # func_win32_libid is a shell function defined in ltmain.sh
++ lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
++ lt_cv_file_magic_cmd='func_win32_libid'
+ ;;
+
+ mingw* | pw32*)
+- # win32_libid is a shell function defined in ltmain.sh
+- lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
+- lt_cv_file_magic_cmd='win32_libid'
++ # Base MSYS/MinGW do not provide the 'file' command needed by
++ # func_win32_libid shell function, so use a weaker test based on 'objdump'.
++ lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
++ lt_cv_file_magic_cmd='$OBJDUMP -f'
+ ;;
+
+ darwin* | rhapsody*)
+- # this will be overwritten by pass_all, but leave it in just in case
+- lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
+- lt_cv_file_magic_cmd='/usr/bin/file -L'
+- case "$host_os" in
+- rhapsody* | darwin1.[012])
+- lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
+- ;;
+- *) # Darwin 1.3 on
+- lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
+- ;;
+- esac
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+-freebsd* | kfreebsd*-gnu)
++freebsd* | dragonfly*)
+ if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+ case $host_cpu in
+ i*86 )
+ # Not sure whether the presence of OpenBSD here was a mistake.
+ # Let's accept both of them until this is cleared up.
+- lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
++ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
+ lt_cv_file_magic_cmd=/usr/bin/file
+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+ ;;
+@@ -7525,7 +8710,7 @@
+
+ hpux10.20* | hpux11*)
+ lt_cv_file_magic_cmd=/usr/bin/file
+- case "$host_cpu" in
++ case $host_cpu in
+ ia64*)
+ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
+ lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
+@@ -7541,43 +8726,27 @@
+ esac
+ ;;
+
++interix3*)
++ # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
++ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
++ ;;
++
+ irix5* | irix6* | nonstopux*)
+- case $host_os in
+- irix5* | nonstopux*)
+- # this will be overridden with pass_all, but let us keep it just in case
+- lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
+- ;;
+- *)
+- case $LD in
+- *-32|*"-32 ") libmagic=32-bit;;
+- *-n32|*"-n32 ") libmagic=N32;;
+- *-64|*"-64 ") libmagic=64-bit;;
+- *) libmagic=never-match;;
+- esac
+- # this will be overridden with pass_all, but let us keep it just in case
+- lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
+- ;;
++ case $LD in
++ *-32|*"-32 ") libmagic=32-bit;;
++ *-n32|*"-n32 ") libmagic=N32;;
++ *-64|*"-64 ") libmagic=64-bit;;
++ *) libmagic=never-match;;
+ esac
+- lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+ # This must be Linux ELF.
+-linux*)
+- case $host_cpu in
+- alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* )
+- lt_cv_deplibs_check_method=pass_all ;;
+- # the debian people say, arm and glibc 2.3.1 works for them with pass_all
+- arm* )
+- lt_cv_deplibs_check_method=pass_all ;;
+- *)
+- # glibc up to 2.1.1 does not perform some relocations on ARM
+- lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
+- esac
+- lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
++linux* | k*bsd*-gnu)
++ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+-netbsd*)
++netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
+ else
+@@ -7596,32 +8765,22 @@
+ ;;
+
+ openbsd*)
+- lt_cv_file_magic_cmd=/usr/bin/file
+- lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+- lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
++ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
+ else
+- lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
++ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
+ fi
+ ;;
+
+ osf3* | osf4* | osf5*)
+- # this will be overridden with pass_all, but let us keep it just in case
+- lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
+- lt_cv_file_magic_test_file=/shlib/libc.so
+- lt_cv_deplibs_check_method=pass_all
+- ;;
+-
+-sco3.2v5*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+ solaris*)
+ lt_cv_deplibs_check_method=pass_all
+- lt_cv_file_magic_test_file=/lib/libc.so
+ ;;
+
+-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++sysv4 | sysv4.3*)
+ case $host_vendor in
+ motorola)
+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
+@@ -7642,17 +8801,20 @@
+ siemens)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
++ pc)
++ lt_cv_deplibs_check_method=pass_all
++ ;;
+ esac
+ ;;
+
+-sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*)
++sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+ esac
+
+ fi
+-echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
+-echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
++{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
++echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
+ file_magic_cmd=$lt_cv_file_magic_cmd
+ deplibs_check_method=$lt_cv_deplibs_check_method
+ test -z "$deplibs_check_method" && deplibs_check_method=unknown
+@@ -7661,14 +8823,17 @@
+ # If no C compiler was specified, use CC.
+ LTCC=${LTCC-"$CC"}
+
++# If no C compiler flags were specified, use CFLAGS.
++LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
++
+ # Allow CC to be a program name with arguments.
+ compiler=$CC
+
+-# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
++# Check whether --enable-libtool-lock was given.
+ if test "${enable_libtool_lock+set}" = set; then
+- enableval="$enable_libtool_lock"
++ enableval=$enable_libtool_lock;
++fi
+
+-fi;
+ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
+
+ # Some flags need to be propagated to the compiler or linker for good
+@@ -7695,7 +8860,7 @@
+ ;;
+ *-*-irix6*)
+ # Find out which ABI we are using.
+- echo '#line 7698 "configure"' > conftest.$ac_ext
++ echo '#line 8863 "configure"' > conftest.$ac_ext
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+@@ -7738,14 +8903,13 @@
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+- case "`/usr/bin/file conftest.o`" in
++ case `/usr/bin/file conftest.o` in
+ *32-bit*)
+- LINUX_64_MODE="32"
+ case $host in
+ x86_64-*linux*)
+ LD="${LD-ld} -m elf_i386"
+ ;;
+- ppc64-*linux*)
++ ppc64-*linux*|powerpc64-*linux*)
+ LD="${LD-ld} -m elf32ppclinux"
+ ;;
+ s390x-*linux*)
+@@ -7757,7 +8921,6 @@
+ esac
+ ;;
+ *64-bit*)
+- LINUX_64_MODE="64"
+ case $host in
+ x86_64-*linux*)
+ LD="${LD-ld} -m elf_x86_64"
+@@ -7782,8 +8945,8 @@
+ # On SCO OpenServer 5, we need -belf to get full-featured binaries.
+ SAVE_CFLAGS="$CFLAGS"
+ CFLAGS="$CFLAGS -belf"
+- echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
+-echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
++echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
+ if test "${lt_cv_cc_needs_belf+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -7809,24 +8972,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -7835,8 +9010,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-lt_cv_cc_needs_belf=no
++ lt_cv_cc_needs_belf=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ ac_ext=c
+@@ -7846,13 +9022,33 @@
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+ fi
+-echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
+-echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
++{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
++echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
+ if test x"$lt_cv_cc_needs_belf" != x"yes"; then
+ # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
+ CFLAGS="$SAVE_CFLAGS"
+ fi
+ ;;
++sparc*-*solaris*)
++ # Find out which ABI we are using.
++ echo 'int i;' > conftest.$ac_ext
++ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++ (eval $ac_compile) 2>&5
++ ac_status=$?
++ echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; then
++ case `/usr/bin/file conftest.o` in
++ *64-bit*)
++ case $lt_cv_prog_gnu_ld in
++ yes*) LD="${LD-ld} -m elf64_sparc" ;;
++ *) LD="${LD-ld} -64" ;;
++ esac
++ ;;
++ esac
++ fi
++ rm -rf conftest*
++ ;;
++
+
+ esac
+
+@@ -7860,8 +9056,8 @@
+
+
+
+-echo "$as_me:$LINENO: checking for ANSI C header files" >&5
+-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
++echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
+ if test "${ac_cv_header_stdc+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -7885,24 +9081,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -7911,8 +9119,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_header_stdc=no
++ ac_cv_header_stdc=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+ if test $ac_cv_header_stdc = yes; then
+@@ -7969,6 +9178,7 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ #include <ctype.h>
++#include <stdlib.h>
+ #if ((' ' & 0x0FF) == 0x020)
+ # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
+ # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
+@@ -7988,18 +9198,27 @@
+ for (i = 0; i < 256; i++)
+ if (XOR (islower (i), ISLOWER (i))
+ || toupper (i) != TOUPPER (i))
+- exit(2);
+- exit (0);
++ return 2;
++ return 0;
+ }
+ _ACEOF
+ rm -f conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>&5
++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>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -8012,12 +9231,14 @@
+ ( exit $ac_status )
+ ac_cv_header_stdc=no
+ fi
+-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+ fi
++
++
+ fi
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
+-echo "${ECHO_T}$ac_cv_header_stdc" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
++echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
+ if test $ac_cv_header_stdc = yes; then
+
+ cat >>confdefs.h <<\_ACEOF
+@@ -8040,9 +9261,9 @@
+ inttypes.h stdint.h unistd.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+-echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
++{ echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ cat >conftest.$ac_ext <<_ACEOF
+@@ -8056,24 +9277,36 @@
+ #include <$ac_header>
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -8082,12 +9315,14 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-eval "$as_ac_Header=no"
++ eval "$as_ac_Header=no"
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Header'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+ if test `eval echo '${'$as_ac_Header'}'` = yes; then
+ cat >>confdefs.h <<_ACEOF
+ #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
+@@ -8102,18 +9337,19 @@
+ for ac_header in dlfcn.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
+- echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
++ { echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Header'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+ else
+ # Is the header compilable?
+-echo "$as_me:$LINENO: checking $ac_header usability" >&5
+-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -8124,24 +9360,36 @@
+ #include <$ac_header>
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -8150,15 +9398,16 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_header_compiler=no
++ ac_header_compiler=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+-echo "${ECHO_T}$ac_header_compiler" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6; }
+
+ # Is the header present?
+-echo "$as_me:$LINENO: checking $ac_header presence" >&5
+-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -8167,8 +9416,13 @@
+ /* end confdefs.h. */
+ #include <$ac_header>
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -8192,9 +9446,10 @@
+
+ ac_header_preproc=no
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+-echo "${ECHO_T}$ac_header_preproc" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6; }
+
+ # So? What about this header?
+ case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+@@ -8218,25 +9473,19 @@
+ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
+ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
+ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
+- (
+- cat <<\_ASBOX
+-## ------------------------------------------ ##
+-## Report this to the AC_PACKAGE_NAME lists. ##
+-## ------------------------------------------ ##
+-_ASBOX
+- ) |
+- sed "s/^/$as_me: WARNING: /" >&2
++
+ ;;
+ esac
+-echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
++{ echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ eval "$as_ac_Header=\$ac_header_preproc"
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Header'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+
+ fi
+ if test `eval echo '${'$as_ac_Header'}'` = yes; then
+@@ -8248,324 +9497,693 @@
+
+ done
+
+-ac_ext=f
+-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
+-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
+-if test -n "$ac_tool_prefix"; then
+- for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
+- do
+- # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+-if test "${ac_cv_prog_F77+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- if test -n "$F77"; then
+- ac_cv_prog_F77="$F77" # Let the user override the test.
+-else
+-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
+-do
+- IFS=$as_save_IFS
+- test -z "$as_dir" && as_dir=.
+- for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+- ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
+- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+- break 2
+- fi
+-done
+-done
+
+-fi
+-fi
+-F77=$ac_cv_prog_F77
+-if test -n "$F77"; then
+- echo "$as_me:$LINENO: result: $F77" >&5
+-echo "${ECHO_T}$F77" >&6
+-else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
+-fi
+
+- test -n "$F77" && break
+- done
+-fi
+-if test -z "$F77"; then
+- ac_ct_F77=$F77
+- for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
+-do
+- # Extract the first word of "$ac_prog", so it can be a program name with args.
+-set dummy $ac_prog; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+-if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
++if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
++ ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
++ (test "X$CXX" != "Xg++"))) ; then
++ ac_ext=cpp
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
++echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
++if test -z "$CXXCPP"; then
++ if test "${ac_cv_prog_CXXCPP+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+- if test -n "$ac_ct_F77"; then
+- ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
+-else
+-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
++ # Double quotes because CXXCPP needs to be expanded
++ for CXXCPP in "$CXX -E" "/lib/cpp"
++ do
++ ac_preproc_ok=false
++for ac_cxx_preproc_warn_flag in '' yes
+ do
+- IFS=$as_save_IFS
+- test -z "$as_dir" && as_dir=.
+- for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+- ac_cv_prog_ac_ct_F77="$ac_prog"
+- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+- break 2
+- fi
+-done
+-done
+-
+-fi
+-fi
+-ac_ct_F77=$ac_cv_prog_ac_ct_F77
+-if test -n "$ac_ct_F77"; then
+- echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
+-echo "${ECHO_T}$ac_ct_F77" >&6
+-else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
+-fi
+-
+- test -n "$ac_ct_F77" && break
+-done
+-
+- F77=$ac_ct_F77
+-fi
+-
+-
+-# Provide some information about the compiler.
+-echo "$as_me:8343:" \
+- "checking for Fortran 77 compiler version" >&5
+-ac_compiler=`set X $ac_compile; echo $2`
+-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
+- (eval $ac_compiler --version </dev/null >&5) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }
+-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
+- (eval $ac_compiler -v </dev/null >&5) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }
+-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
+- (eval $ac_compiler -V </dev/null >&5) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }
+-rm -f a.out
+-
+-# If we don't use `.F' as extension, the preprocessor is not run on the
+-# input file. (Note that this only needs to work for GNU compilers.)
+-ac_save_ext=$ac_ext
+-ac_ext=F
+-echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
+-echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6
+-if test "${ac_cv_f77_compiler_gnu+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
++ # Use a header file that comes with gcc, so configuring glibc
++ # with a fresh cross-compiler works.
++ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++ # <limits.h> exists even on freestanding compilers.
++ # On the NeXT, cc -E runs the code through the compiler's parser,
++ # not just through cpp. "Syntax error" is here to catch this case.
+ cat >conftest.$ac_ext <<_ACEOF
+- program main
+-#ifndef __GNUC__
+- choke me
++/* confdefs.h. */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h. */
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
+ #endif
+-
+- end
++ Syntax error
+ _ACEOF
+-rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 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); } &&
+- { ac_try='test -z "$ac_f77_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- ac_compiler_gnu=yes
++ (exit $ac_status); } >/dev/null; then
++ if test -s conftest.err; then
++ ac_cpp_err=$ac_cxx_preproc_warn_flag
++ ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++ else
++ ac_cpp_err=
++ fi
++else
++ ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++ :
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_compiler_gnu=no
++ # Broken: fails on valid input.
++continue
+ fi
+-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-ac_cv_f77_compiler_gnu=$ac_compiler_gnu
+
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
+-echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6
+-ac_ext=$ac_save_ext
+-ac_test_FFLAGS=${FFLAGS+set}
+-ac_save_FFLAGS=$FFLAGS
+-FFLAGS=
+-echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
+-echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6
+-if test "${ac_cv_prog_f77_g+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- FFLAGS=-g
+-cat >conftest.$ac_ext <<_ACEOF
+- program main
++rm -f conftest.err conftest.$ac_ext
+
+- end
++ # OK, works on sane cases. Now check whether nonexistent headers
++ # can be detected and how.
++ cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h. */
+ _ACEOF
+-rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h. */
++#include <ac_nonexistent.h>
++_ACEOF
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 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); } &&
+- { ac_try='test -z "$ac_f77_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- ac_cv_prog_f77_g=yes
++ (exit $ac_status); } >/dev/null; then
++ if test -s conftest.err; then
++ ac_cpp_err=$ac_cxx_preproc_warn_flag
++ ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++ else
++ ac_cpp_err=
++ fi
+ else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-ac_cv_prog_f77_g=no
++ ac_cpp_err=yes
+ fi
+-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++if test -z "$ac_cpp_err"; then
++ # Broken: success on invalid input.
++continue
++else
++ echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
+
++ # Passes both tests.
++ac_preproc_ok=:
++break
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
+-echo "${ECHO_T}$ac_cv_prog_f77_g" >&6
+-if test "$ac_test_FFLAGS" = set; then
+- FFLAGS=$ac_save_FFLAGS
+-elif test $ac_cv_prog_f77_g = yes; then
+- if test "x$ac_cv_f77_compiler_gnu" = xyes; then
+- FFLAGS="-g -O2"
++
++rm -f conftest.err conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then
++ break
++fi
++
++ done
++ ac_cv_prog_CXXCPP=$CXXCPP
++
++fi
++ CXXCPP=$ac_cv_prog_CXXCPP
++else
++ ac_cv_prog_CXXCPP=$CXXCPP
++fi
++{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
++echo "${ECHO_T}$CXXCPP" >&6; }
++ac_preproc_ok=false
++for ac_cxx_preproc_warn_flag in '' yes
++do
++ # Use a header file that comes with gcc, so configuring glibc
++ # with a fresh cross-compiler works.
++ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++ # <limits.h> exists even on freestanding compilers.
++ # On the NeXT, cc -E runs the code through the compiler's parser,
++ # not just through cpp. "Syntax error" is here to catch this case.
++ cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h. */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h. */
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++ Syntax error
++_ACEOF
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 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); } >/dev/null; then
++ if test -s conftest.err; then
++ ac_cpp_err=$ac_cxx_preproc_warn_flag
++ ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
+ else
+- FFLAGS="-g"
++ ac_cpp_err=
+ fi
+ else
+- if test "x$ac_cv_f77_compiler_gnu" = xyes; then
+- FFLAGS="-O2"
++ ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++ :
++else
++ echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ # Broken: fails on valid input.
++continue
++fi
++
++rm -f conftest.err conftest.$ac_ext
++
++ # OK, works on sane cases. Now check whether nonexistent headers
++ # can be detected and how.
++ cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h. */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h. */
++#include <ac_nonexistent.h>
++_ACEOF
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 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); } >/dev/null; then
++ if test -s conftest.err; then
++ ac_cpp_err=$ac_cxx_preproc_warn_flag
++ ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
+ else
+- FFLAGS=
++ ac_cpp_err=
+ fi
++else
++ ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++ # Broken: success on invalid input.
++continue
++else
++ echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ # Passes both tests.
++ac_preproc_ok=:
++break
+ fi
+
+-G77=`test $ac_compiler_gnu = yes && echo yes`
+-ac_ext=c
+-ac_cpp='$CPP $CPPFLAGS'
+-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+-ac_compiler_gnu=$ac_cv_c_compiler_gnu
++rm -f conftest.err conftest.$ac_ext
+
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then
++ :
++else
++ { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
++See \`config.log' for more details." >&5
++echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
++See \`config.log' for more details." >&2;}
++ { (exit 1); exit 1; }; }
++fi
+
++ac_ext=cpp
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+
+-# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
++fi
+
+-# find the maximum length of command line arguments
+-echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
+-echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
+-if test "${lt_cv_sys_max_cmd_len+set}" = set; then
++ac_ext=f
++ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
++ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_f77_compiler_gnu
++if test -n "$ac_tool_prefix"; then
++ for ac_prog in g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77 f90 xlf90 pgf90 pghpf epcf90 gfortran g95 f95 fort xlf95 ifort ifc efc pgf95 lf95 ftn
++ do
++ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
++set dummy $ac_tool_prefix$ac_prog; ac_word=$2
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
++if test "${ac_cv_prog_F77+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+- i=0
+- testring="ABCD"
+-
+- case $build_os in
+- msdosdjgpp*)
+- # On DJGPP, this test can blow up pretty badly due to problems in libc
+- # (any single argument exceeding 2000 bytes causes a buffer overrun
+- # during glob expansion). Even if it were fixed, the result of this
+- # check would be larger than it should be.
+- lt_cv_sys_max_cmd_len=12288; # 12K is about right
+- ;;
+-
+- gnu*)
+- # Under GNU Hurd, this test is not required because there is
+- # no limit to the length of command line arguments.
+- # Libtool will interpret -1 as no limit whatsoever
+- lt_cv_sys_max_cmd_len=-1;
+- ;;
++ if test -n "$F77"; then
++ ac_cv_prog_F77="$F77" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++ IFS=$as_save_IFS
++ test -z "$as_dir" && as_dir=.
++ for ac_exec_ext in '' $ac_executable_extensions; do
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
++ ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++ break 2
++ fi
++done
++done
++IFS=$as_save_IFS
+
+- cygwin* | mingw*)
+- # On Win9x/ME, this test blows up -- it succeeds, but takes
+- # about 5 minutes as the teststring grows exponentially.
+- # Worse, since 9x/ME are not pre-emptively multitasking,
+- # you end up with a "frozen" computer, even though with patience
+- # the test eventually succeeds (with a max line length of 256k).
+- # Instead, let's just punt: use the minimum linelength reported by
+- # all of the supported platforms: 8192 (on NT/2K/XP).
+- lt_cv_sys_max_cmd_len=8192;
+- ;;
++fi
++fi
++F77=$ac_cv_prog_F77
++if test -n "$F77"; then
++ { echo "$as_me:$LINENO: result: $F77" >&5
++echo "${ECHO_T}$F77" >&6; }
++else
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
++fi
+
+- *)
+- # If test is not a shell built-in, we'll probably end up computing a
+- # maximum length that is only half of the actual maximum length, but
+- # we can't tell.
+- while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \
+- = "XX$testring") >/dev/null 2>&1 &&
+- new_result=`expr "X$testring" : ".*" 2>&1` &&
+- lt_cv_sys_max_cmd_len=$new_result &&
+- test $i != 17 # 1/2 MB should be enough
+- do
+- i=`expr $i + 1`
+- testring=$testring$testring
+- done
+- testring=
+- # Add a significant safety factor because C++ compilers can tack on massive
+- # amounts of additional arguments before passing them to the linker.
+- # It appears as though 1/2 is a usable value.
+- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
+- ;;
+- esac
+
++ test -n "$F77" && break
++ done
+ fi
++if test -z "$F77"; then
++ ac_ct_F77=$F77
++ for ac_prog in g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77 f90 xlf90 pgf90 pghpf epcf90 gfortran g95 f95 fort xlf95 ifort ifc efc pgf95 lf95 ftn
++do
++ # Extract the first word of "$ac_prog", so it can be a program name with args.
++set dummy $ac_prog; ac_word=$2
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
++if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
++ echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++ if test -n "$ac_ct_F77"; then
++ ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++ IFS=$as_save_IFS
++ test -z "$as_dir" && as_dir=.
++ for ac_exec_ext in '' $ac_executable_extensions; do
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
++ ac_cv_prog_ac_ct_F77="$ac_prog"
++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++ break 2
++ fi
++done
++done
++IFS=$as_save_IFS
+
+-if test -n $lt_cv_sys_max_cmd_len ; then
+- echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
+-echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
++fi
++fi
++ac_ct_F77=$ac_cv_prog_ac_ct_F77
++if test -n "$ac_ct_F77"; then
++ { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
++echo "${ECHO_T}$ac_ct_F77" >&6; }
+ else
+- echo "$as_me:$LINENO: result: none" >&5
+-echo "${ECHO_T}none" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+
++ test -n "$ac_ct_F77" && break
++done
+
++ if test "x$ac_ct_F77" = x; then
++ F77=""
++ else
++ case $cross_compiling:$ac_tool_warned in
++yes:)
++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
++whose name does not start with the host triplet. If you think this
++configuration is useful to you, please write to autoconf at gnu.org." >&5
++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
++whose name does not start with the host triplet. If you think this
++configuration is useful to you, please write to autoconf at gnu.org." >&2;}
++ac_tool_warned=yes ;;
++esac
++ F77=$ac_ct_F77
++ fi
++fi
+
+-# Check for command to grab the raw symbol name followed by C symbol from nm.
+-echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
+-echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
+-if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+
+-# These are sane defaults that work on at least a few old systems.
++# Provide some information about the compiler.
++echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
++ac_compiler=`set X $ac_compile; echo $2`
++{ (ac_try="$ac_compiler --version >&5"
++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_compiler --version >&5") 2>&5
++ ac_status=$?
++ echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }
++{ (ac_try="$ac_compiler -v >&5"
++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_compiler -v >&5") 2>&5
++ ac_status=$?
++ echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }
++{ (ac_try="$ac_compiler -V >&5"
++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_compiler -V >&5") 2>&5
++ ac_status=$?
++ echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }
++rm -f a.out
++
++# If we don't use `.F' as extension, the preprocessor is not run on the
++# input file. (Note that this only needs to work for GNU compilers.)
++ac_save_ext=$ac_ext
++ac_ext=F
++{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
++echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
++if test "${ac_cv_f77_compiler_gnu+set}" = set; then
++ echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++ cat >conftest.$ac_ext <<_ACEOF
++ program main
++#ifndef __GNUC__
++ choke me
++#endif
++
++ end
++_ACEOF
++rm -f conftest.$ac_objext
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
++ { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
++ ac_status=$?
++ echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; } &&
++ { ac_try='test -s conftest.$ac_objext'
++ { (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_try") 2>&5
++ ac_status=$?
++ echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; }; then
++ ac_compiler_gnu=yes
++else
++ echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ ac_compiler_gnu=no
++fi
++
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++ac_cv_f77_compiler_gnu=$ac_compiler_gnu
++
++fi
++{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
++echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
++ac_ext=$ac_save_ext
++ac_test_FFLAGS=${FFLAGS+set}
++ac_save_FFLAGS=$FFLAGS
++FFLAGS=
++{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
++echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
++if test "${ac_cv_prog_f77_g+set}" = set; then
++ echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++ FFLAGS=-g
++cat >conftest.$ac_ext <<_ACEOF
++ program main
++
++ end
++_ACEOF
++rm -f conftest.$ac_objext
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
++ { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
++ ac_status=$?
++ echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; } &&
++ { ac_try='test -s conftest.$ac_objext'
++ { (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_try") 2>&5
++ ac_status=$?
++ echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }; }; then
++ ac_cv_prog_f77_g=yes
++else
++ echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ ac_cv_prog_f77_g=no
++fi
++
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++fi
++{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
++echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
++if test "$ac_test_FFLAGS" = set; then
++ FFLAGS=$ac_save_FFLAGS
++elif test $ac_cv_prog_f77_g = yes; then
++ if test "x$ac_cv_f77_compiler_gnu" = xyes; then
++ FFLAGS="-g -O2"
++ else
++ FFLAGS="-g"
++ fi
++else
++ if test "x$ac_cv_f77_compiler_gnu" = xyes; then
++ FFLAGS="-O2"
++ else
++ FFLAGS=
++ fi
++fi
++
++G77=`test $ac_compiler_gnu = yes && echo yes`
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++
++# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
++
++# find the maximum length of command line arguments
++{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
++echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
++if test "${lt_cv_sys_max_cmd_len+set}" = set; then
++ echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++ i=0
++ teststring="ABCD"
++
++ case $build_os in
++ msdosdjgpp*)
++ # On DJGPP, this test can blow up pretty badly due to problems in libc
++ # (any single argument exceeding 2000 bytes causes a buffer overrun
++ # during glob expansion). Even if it were fixed, the result of this
++ # check would be larger than it should be.
++ lt_cv_sys_max_cmd_len=12288; # 12K is about right
++ ;;
++
++ gnu*)
++ # Under GNU Hurd, this test is not required because there is
++ # no limit to the length of command line arguments.
++ # Libtool will interpret -1 as no limit whatsoever
++ lt_cv_sys_max_cmd_len=-1;
++ ;;
++
++ cygwin* | mingw*)
++ # On Win9x/ME, this test blows up -- it succeeds, but takes
++ # about 5 minutes as the teststring grows exponentially.
++ # Worse, since 9x/ME are not pre-emptively multitasking,
++ # you end up with a "frozen" computer, even though with patience
++ # the test eventually succeeds (with a max line length of 256k).
++ # Instead, let's just punt: use the minimum linelength reported by
++ # all of the supported platforms: 8192 (on NT/2K/XP).
++ lt_cv_sys_max_cmd_len=8192;
++ ;;
++
++ amigaos*)
++ # On AmigaOS with pdksh, this test takes hours, literally.
++ # So we just punt and use a minimum line length of 8192.
++ lt_cv_sys_max_cmd_len=8192;
++ ;;
++
++ netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
++ # This has been around since 386BSD, at least. Likely further.
++ if test -x /sbin/sysctl; then
++ lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
++ elif test -x /usr/sbin/sysctl; then
++ lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
++ else
++ lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
++ fi
++ # And add a safety zone
++ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
++ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
++ ;;
++
++ interix*)
++ # We know the value 262144 and hardcode it with a safety zone (like BSD)
++ lt_cv_sys_max_cmd_len=196608
++ ;;
++
++ osf*)
++ # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
++ # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
++ # nice to cause kernel panics so lets avoid the loop below.
++ # First set a reasonable default.
++ lt_cv_sys_max_cmd_len=16384
++ #
++ if test -x /sbin/sysconfig; then
++ case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
++ *1*) lt_cv_sys_max_cmd_len=-1 ;;
++ esac
++ fi
++ ;;
++ sco3.2v5*)
++ lt_cv_sys_max_cmd_len=102400
++ ;;
++ sysv5* | sco5v6* | sysv4.2uw2*)
++ kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
++ if test -n "$kargmax"; then
++ lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
++ else
++ lt_cv_sys_max_cmd_len=32768
++ fi
++ ;;
++ *)
++ # If test is not a shell built-in, we'll probably end up computing a
++ # maximum length that is only half of the actual maximum length, but
++ # we can't tell.
++ SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
++ while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
++ = "XX$teststring") >/dev/null 2>&1 &&
++ new_result=`expr "X$teststring" : ".*" 2>&1` &&
++ lt_cv_sys_max_cmd_len=$new_result &&
++ test $i != 17 # 1/2 MB should be enough
++ do
++ i=`expr $i + 1`
++ teststring=$teststring$teststring
++ done
++ teststring=
++ # Add a significant safety factor because C++ compilers can tack on massive
++ # amounts of additional arguments before passing them to the linker.
++ # It appears as though 1/2 is a usable value.
++ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
++ ;;
++ esac
++
++fi
++
++if test -n $lt_cv_sys_max_cmd_len ; then
++ { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
++echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
++else
++ { echo "$as_me:$LINENO: result: none" >&5
++echo "${ECHO_T}none" >&6; }
++fi
++
++
++
++
++# Check for command to grab the raw symbol name followed by C symbol from nm.
++{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
++echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
++if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
++ echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++
++# These are sane defaults that work on at least a few old systems.
+ # [They come from Ultrix. What could be older than Ultrix?!! ;)]
+
+ # Character class describing NM global symbol codes.
+@@ -8574,9 +10192,6 @@
+ # Regexp to match symbols that can be accessed directly from C.
+ sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
+
+-# Transform the above into a raw symbol and a C symbol.
+-symxfrm='\1 \2\3 \3'
+-
+ # Transform an extracted symbol line into a proper C declaration
+ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
+
+@@ -8598,14 +10213,30 @@
+ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+ lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
+ ;;
++linux* | k*bsd*-gnu)
++ if test "$host_cpu" = ia64; then
++ symcode='[ABCDGIRSTW]'
++ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
++ lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
++ fi
++ ;;
+ irix* | nonstopux*)
+ symcode='[BCDEGRST]'
+ ;;
+ osf*)
+ symcode='[BCDEGQRST]'
+ ;;
+-solaris* | sysv5*)
+- symcode='[BDT]'
++solaris*)
++ symcode='[BDRT]'
++ ;;
++sco3.2v5*)
++ symcode='[DT]'
++ ;;
++sysv4.2uw2*)
++ symcode='[DT]'
++ ;;
++sysv5* | sco5v6* | unixware* | OpenUNIX*)
++ symcode='[ABDT]'
+ ;;
+ sysv4)
+ symcode='[DFNSTU]'
+@@ -8623,14 +10254,17 @@
+ # If we're using GNU nm, then use its standard symbol codes.
+ case `$NM -V 2>&1` in
+ *GNU* | *'with BFD'*)
+- symcode='[ABCDGISTW]' ;;
++ symcode='[ABCDGIRSTW]' ;;
+ esac
+
+ # Try without a prefix undercore, then with it.
+ for ac_symprfx in "" "_"; do
+
++ # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
++ symxfrm="\\1 $ac_symprfx\\2 \\2"
++
+ # Write the raw and C identifiers.
+- lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
++ lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
+
+ # Check to see that the pipe works correctly.
+ pipe_works=no
+@@ -8748,15 +10382,15 @@
+ lt_cv_sys_global_symbol_to_cdecl=
+ fi
+ if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
+- echo "$as_me:$LINENO: result: failed" >&5
+-echo "${ECHO_T}failed" >&6
++ { echo "$as_me:$LINENO: result: failed" >&5
++echo "${ECHO_T}failed" >&6; }
+ else
+- echo "$as_me:$LINENO: result: ok" >&5
+-echo "${ECHO_T}ok" >&6
++ { echo "$as_me:$LINENO: result: ok" >&5
++echo "${ECHO_T}ok" >&6; }
+ fi
+
+-echo "$as_me:$LINENO: checking for objdir" >&5
+-echo $ECHO_N "checking for objdir... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for objdir" >&5
++echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
+ if test "${lt_cv_objdir+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -8770,8 +10404,8 @@
+ fi
+ rmdir .libs 2>/dev/null
+ fi
+-echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
+-echo "${ECHO_T}$lt_cv_objdir" >&6
++{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
++echo "${ECHO_T}$lt_cv_objdir" >&6; }
+ objdir=$lt_cv_objdir
+
+
+@@ -8792,7 +10426,7 @@
+
+ # Sed substitution that helps us do robust quoting. It backslashifies
+ # metacharacters that are still active within double-quoted strings.
+-Xsed='sed -e s/^X//'
++Xsed='sed -e 1s/^X//'
+ sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
+
+ # Same as above, but do not quote variable references.
+@@ -8812,7 +10446,7 @@
+ default_ofile=libtool
+ can_build_shared=yes
+
+-# All known linkers require a `.a' archive for static linking (except M$VC,
++# All known linkers require a `.a' archive for static linking (except MSVC,
+ # which needs '.lib').
+ libext=a
+ ltmain="$ac_aux_dir/ltmain.sh"
+@@ -8822,8 +10456,8 @@
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}ar; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_AR+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -8836,32 +10470,34 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_AR="${ac_tool_prefix}ar"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ fi
+ fi
+ AR=$ac_cv_prog_AR
+ if test -n "$AR"; then
+- echo "$as_me:$LINENO: result: $AR" >&5
+-echo "${ECHO_T}$AR" >&6
++ { echo "$as_me:$LINENO: result: $AR" >&5
++echo "${ECHO_T}$AR" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
++
+ fi
+ if test -z "$ac_cv_prog_AR"; then
+ ac_ct_AR=$AR
+ # Extract the first word of "ar", so it can be a program name with args.
+ set dummy ar; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -8874,27 +10510,41 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_ac_ct_AR="ar"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+- test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
+ fi
+ fi
+ ac_ct_AR=$ac_cv_prog_ac_ct_AR
+ if test -n "$ac_ct_AR"; then
+- echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
+-echo "${ECHO_T}$ac_ct_AR" >&6
++ { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
++echo "${ECHO_T}$ac_ct_AR" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+- AR=$ac_ct_AR
++ if test "x$ac_ct_AR" = x; then
++ AR="false"
++ else
++ case $cross_compiling:$ac_tool_warned in
++yes:)
++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
++whose name does not start with the host triplet. If you think this
++configuration is useful to you, please write to autoconf at gnu.org." >&5
++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
++whose name does not start with the host triplet. If you think this
++configuration is useful to you, please write to autoconf at gnu.org." >&2;}
++ac_tool_warned=yes ;;
++esac
++ AR=$ac_ct_AR
++ fi
+ else
+ AR="$ac_cv_prog_AR"
+ fi
+@@ -8902,8 +10552,8 @@
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}ranlib; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_RANLIB+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -8916,32 +10566,34 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ fi
+ fi
+ RANLIB=$ac_cv_prog_RANLIB
+ if test -n "$RANLIB"; then
+- echo "$as_me:$LINENO: result: $RANLIB" >&5
+-echo "${ECHO_T}$RANLIB" >&6
++ { echo "$as_me:$LINENO: result: $RANLIB" >&5
++echo "${ECHO_T}$RANLIB" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
++
+ fi
+ if test -z "$ac_cv_prog_RANLIB"; then
+ ac_ct_RANLIB=$RANLIB
+ # Extract the first word of "ranlib", so it can be a program name with args.
+ set dummy ranlib; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -8954,27 +10606,41 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_ac_ct_RANLIB="ranlib"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+- test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
+ fi
+ fi
+ ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
+ if test -n "$ac_ct_RANLIB"; then
+- echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
+-echo "${ECHO_T}$ac_ct_RANLIB" >&6
++ { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
++echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+- RANLIB=$ac_ct_RANLIB
++ if test "x$ac_ct_RANLIB" = x; then
++ RANLIB=":"
++ else
++ case $cross_compiling:$ac_tool_warned in
++yes:)
++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
++whose name does not start with the host triplet. If you think this
++configuration is useful to you, please write to autoconf at gnu.org." >&5
++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
++whose name does not start with the host triplet. If you think this
++configuration is useful to you, please write to autoconf at gnu.org." >&2;}
++ac_tool_warned=yes ;;
++esac
++ RANLIB=$ac_ct_RANLIB
++ fi
+ else
+ RANLIB="$ac_cv_prog_RANLIB"
+ fi
+@@ -8982,8 +10648,8 @@
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}strip; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_STRIP+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -8996,32 +10662,34 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ fi
+ fi
+ STRIP=$ac_cv_prog_STRIP
+ if test -n "$STRIP"; then
+- echo "$as_me:$LINENO: result: $STRIP" >&5
+-echo "${ECHO_T}$STRIP" >&6
++ { echo "$as_me:$LINENO: result: $STRIP" >&5
++echo "${ECHO_T}$STRIP" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
++
+ fi
+ if test -z "$ac_cv_prog_STRIP"; then
+ ac_ct_STRIP=$STRIP
+ # Extract the first word of "strip", so it can be a program name with args.
+ set dummy strip; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -9034,27 +10702,41 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_ac_ct_STRIP="strip"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+- test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
+ fi
+ fi
+ ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+ if test -n "$ac_ct_STRIP"; then
+- echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
+-echo "${ECHO_T}$ac_ct_STRIP" >&6
++ { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
++echo "${ECHO_T}$ac_ct_STRIP" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+- STRIP=$ac_ct_STRIP
++ if test "x$ac_ct_STRIP" = x; then
++ STRIP=":"
++ else
++ case $cross_compiling:$ac_tool_warned in
++yes:)
++{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
++whose name does not start with the host triplet. If you think this
++configuration is useful to you, please write to autoconf at gnu.org." >&5
++echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
++whose name does not start with the host triplet. If you think this
++configuration is useful to you, please write to autoconf at gnu.org." >&2;}
++ac_tool_warned=yes ;;
++esac
++ STRIP=$ac_ct_STRIP
++ fi
+ else
+ STRIP="$ac_cv_prog_STRIP"
+ fi
+@@ -9069,6 +10751,7 @@
+ test -z "$AS" && AS=as
+ test -z "$CC" && CC=cc
+ test -z "$LTCC" && LTCC=$CC
++test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
+ test -z "$DLLTOOL" && DLLTOOL=dlltool
+ test -z "$LD" && LD=ld
+ test -z "$LN_S" && LN_S="ln -s"
+@@ -9088,21 +10771,32 @@
+ if test -n "$RANLIB"; then
+ case $host_os in
+ openbsd*)
+- old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
++ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
+ ;;
+ *)
+- old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
++ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
+ ;;
+ esac
+ old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
+ fi
+
++for cc_temp in $compiler""; do
++ case $cc_temp in
++ compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++ distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++ \-*) ;;
++ *) break;;
++ esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++
+ # Only perform the check for file, if the check method requires it
+ case $deplibs_check_method in
+ file_magic*)
+ if test "$file_magic_cmd" = '$MAGIC_CMD'; then
+- echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
+-echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
++echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
+ if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -9122,7 +10816,7 @@
+ if test -n "$file_magic_test_file"; then
+ case $deplibs_check_method in
+ "file_magic "*)
+- file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
++ file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
+ MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+ if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
+ $EGREP "$file_magic_regex" > /dev/null; then
+@@ -9154,17 +10848,17 @@
+
+ MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+ if test -n "$MAGIC_CMD"; then
+- echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
+-echo "${ECHO_T}$MAGIC_CMD" >&6
++ { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
++echo "${ECHO_T}$MAGIC_CMD" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+ if test -z "$lt_cv_path_MAGIC_CMD"; then
+ if test -n "$ac_tool_prefix"; then
+- echo "$as_me:$LINENO: checking for file" >&5
+-echo $ECHO_N "checking for file... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for file" >&5
++echo $ECHO_N "checking for file... $ECHO_C" >&6; }
+ if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -9184,7 +10878,7 @@
+ if test -n "$file_magic_test_file"; then
+ case $deplibs_check_method in
+ "file_magic "*)
+- file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
++ file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
+ MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+ if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
+ $EGREP "$file_magic_regex" > /dev/null; then
+@@ -9216,11 +10910,11 @@
+
+ MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+ if test -n "$MAGIC_CMD"; then
+- echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
+-echo "${ECHO_T}$MAGIC_CMD" >&6
++ { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
++echo "${ECHO_T}$MAGIC_CMD" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+ else
+@@ -9235,21 +10929,21 @@
+ enable_dlopen=yes
+ enable_win32_dll=no
+
+-# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
++# Check whether --enable-libtool-lock was given.
+ if test "${enable_libtool_lock+set}" = set; then
+- enableval="$enable_libtool_lock"
++ enableval=$enable_libtool_lock;
++fi
+
+-fi;
+ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
+
+
+-# Check whether --with-pic or --without-pic was given.
++# Check whether --with-pic was given.
+ if test "${with_pic+set}" = set; then
+- withval="$with_pic"
+- pic_mode="$withval"
++ withval=$with_pic; pic_mode="$withval"
+ else
+ pic_mode=default
+-fi;
++fi
++
+ test -z "$pic_mode" && pic_mode=default
+
+ # Use C for the default configuration in the libtool script
+@@ -9279,68 +10973,25 @@
+ # If no C compiler was specified, use CC.
+ LTCC=${LTCC-"$CC"}
+
++# If no C compiler flags were specified, use CFLAGS.
++LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
++
+ # Allow CC to be a program name with arguments.
+ compiler=$CC
+
+
+-#
+-# Check for any special shared library compilation flags.
+-#
+-lt_prog_cc_shlib=
+-if test "$GCC" = no; then
+- case $host_os in
+- sco3.2v5*)
+- lt_prog_cc_shlib='-belf'
+- ;;
+- esac
+-fi
+-if test -n "$lt_prog_cc_shlib"; then
+- { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
+-echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
+- if echo "$old_CC $old_CFLAGS " | grep "[ ]$lt_prog_cc_shlib[ ]" >/dev/null; then :
+- else
+- { echo "$as_me:$LINENO: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
+-echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
+- lt_cv_prog_cc_can_build_shared=no
+- fi
+-fi
+-
+-
+-#
+-# Check to make sure the static flag actually works.
+-#
+-echo "$as_me:$LINENO: checking if $compiler static flag $lt_prog_compiler_static works" >&5
+-echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6
+-if test "${lt_prog_compiler_static_works+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- lt_prog_compiler_static_works=no
+- save_LDFLAGS="$LDFLAGS"
+- LDFLAGS="$LDFLAGS $lt_prog_compiler_static"
+- printf "$lt_simple_link_test_code" > conftest.$ac_ext
+- if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+- # The compiler can only warn and ignore the option if not recognized
+- # So say no if there are warnings
+- if test -s conftest.err; then
+- # Append any errors to the config.log.
+- cat conftest.err 1>&5
+- else
+- lt_prog_compiler_static_works=yes
+- fi
+- fi
+- $rm conftest*
+- LDFLAGS="$save_LDFLAGS"
+-
+-fi
+-echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
+-echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
+-
+-if test x"$lt_prog_compiler_static_works" = xyes; then
+- :
+-else
+- lt_prog_compiler_static=
+-fi
+-
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
+
+
+ ## CAVEAT EMPTOR:
+@@ -9354,8 +11005,8 @@
+ lt_prog_compiler_no_builtin_flag=' -fno-builtin'
+
+
+-echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+-echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
++echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
+ if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -9369,26 +11020,28 @@
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ # The option is referenced via a variable to avoid confusing sed.
+ lt_compile=`echo "$ac_compile" | $SED \
+- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:9375: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:11026: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>conftest.err)
+ ac_status=$?
+ cat conftest.err >&5
+- echo "$as_me:9379: \$? = $ac_status" >&5
++ echo "$as_me:11030: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s "$ac_outfile"; then
+ # The compiler can only warn and ignore the option if not recognized
+- # So say no if there are warnings
+- if test ! -s conftest.err; then
++ # So say no if there are warnings other than the usual output.
++ $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
++ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
++ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+ lt_cv_prog_compiler_rtti_exceptions=yes
+ fi
+ fi
+ $rm conftest*
+
+ fi
+-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
+-echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
++{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
+
+ if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
+ lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
+@@ -9402,8 +11055,8 @@
+ lt_prog_compiler_pic=
+ lt_prog_compiler_static=
+
+-echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
+-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
+
+ if test "$GCC" = yes; then
+ lt_prog_compiler_wl='-Wl,'
+@@ -9441,6 +11094,11 @@
+ lt_prog_compiler_pic='-fno-common'
+ ;;
+
++ interix3*)
++ # Interix 3.x gcc -fpic/-fPIC options generate broken code.
++ # Instead, we relocate shared libraries at runtime.
++ ;;
++
+ msdosdjgpp*)
+ # Just because we use GCC doesn't mean we suddenly get shared libraries
+ # on systems that don't support them.
+@@ -9457,7 +11115,7 @@
+ hpux*)
+ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+ # not for PA HP-UX.
+- case "$host_cpu" in
++ case $host_cpu in
+ hppa*64*|ia64*)
+ # +Z the default
+ ;;
+@@ -9483,6 +11141,16 @@
+ lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
+ fi
+ ;;
++ darwin*)
++ # PIC is the default on this platform
++ # Common symbols not allowed in MH_DYLIB files
++ case $cc_basename in
++ xlc*)
++ lt_prog_compiler_pic='-qnocommon'
++ lt_prog_compiler_wl='-Wl,'
++ ;;
++ esac
++ ;;
+
+ mingw* | pw32* | os2*)
+ # This hack is so that the source file can tell whether it is being
+@@ -9494,7 +11162,7 @@
+ lt_prog_compiler_wl='-Wl,'
+ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+ # not for PA HP-UX.
+- case "$host_cpu" in
++ case $host_cpu in
+ hppa*64*|ia64*)
+ # +Z the default
+ ;;
+@@ -9517,13 +11185,20 @@
+ lt_prog_compiler_static='-Bstatic'
+ ;;
+
+- linux*)
+- case $CC in
++ linux* | k*bsd*-gnu)
++ case $cc_basename in
+ icc* | ecc*)
+ lt_prog_compiler_wl='-Wl,'
+ lt_prog_compiler_pic='-KPIC'
+ lt_prog_compiler_static='-static'
+ ;;
++ pgcc* | pgf77* | pgf90* | pgf95*)
++ # Portland Group compilers (*not* the Pentium gcc compiler,
++ # which looks to be a dead project)
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_pic='-fpic'
++ lt_prog_compiler_static='-Bstatic'
++ ;;
+ ccc*)
+ lt_prog_compiler_wl='-Wl,'
+ # All Alpha code is PIC.
+@@ -9538,15 +11213,15 @@
+ lt_prog_compiler_static='-non_shared'
+ ;;
+
+- sco3.2v5*)
+- lt_prog_compiler_pic='-Kpic'
+- lt_prog_compiler_static='-dn'
+- ;;
+-
+ solaris*)
+- lt_prog_compiler_wl='-Wl,'
+ lt_prog_compiler_pic='-KPIC'
+ lt_prog_compiler_static='-Bstatic'
++ case $cc_basename in
++ f77* | f90* | f95*)
++ lt_prog_compiler_wl='-Qoption ld ';;
++ *)
++ lt_prog_compiler_wl='-Wl,';;
++ esac
+ ;;
+
+ sunos4*)
+@@ -9555,7 +11230,7 @@
+ lt_prog_compiler_static='-Bstatic'
+ ;;
+
+- sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++ sysv4 | sysv4.2uw2* | sysv4.3*)
+ lt_prog_compiler_wl='-Wl,'
+ lt_prog_compiler_pic='-KPIC'
+ lt_prog_compiler_static='-Bstatic'
+@@ -9568,6 +11243,17 @@
+ fi
+ ;;
+
++ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_pic='-KPIC'
++ lt_prog_compiler_static='-Bstatic'
++ ;;
++
++ unicos*)
++ lt_prog_compiler_wl='-Wl,'
++ lt_prog_compiler_can_build_shared=no
++ ;;
++
+ uts4*)
+ lt_prog_compiler_pic='-pic'
+ lt_prog_compiler_static='-Bstatic'
+@@ -9579,16 +11265,16 @@
+ esac
+ fi
+
+-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
+-echo "${ECHO_T}$lt_prog_compiler_pic" >&6
++{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
+
+ #
+ # Check to make sure the PIC flag actually works.
+ #
+ if test -n "$lt_prog_compiler_pic"; then
+
+-echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
+-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
+ if test "${lt_prog_compiler_pic_works+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -9602,26 +11288,28 @@
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ # The option is referenced via a variable to avoid confusing sed.
+ lt_compile=`echo "$ac_compile" | $SED \
+- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:9608: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:11294: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>conftest.err)
+ ac_status=$?
+ cat conftest.err >&5
+- echo "$as_me:9612: \$? = $ac_status" >&5
++ echo "$as_me:11298: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s "$ac_outfile"; then
+ # The compiler can only warn and ignore the option if not recognized
+- # So say no if there are warnings
+- if test ! -s conftest.err; then
++ # So say no if there are warnings other than the usual output.
++ $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
++ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
++ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+ lt_prog_compiler_pic_works=yes
+ fi
+ fi
+ $rm conftest*
+
+ fi
+-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
+-echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
++{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; }
+
+ if test x"$lt_prog_compiler_pic_works" = xyes; then
+ case $lt_prog_compiler_pic in
+@@ -9634,7 +11322,7 @@
+ fi
+
+ fi
+-case "$host_os" in
++case $host_os in
+ # For platforms which do not support PIC, -DPIC is meaningless:
+ *djgpp*)
+ lt_prog_compiler_pic=
+@@ -9644,8 +11332,50 @@
+ ;;
+ esac
+
+-echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
+-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
++#
++# Check to make sure the static flag actually works.
++#
++wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
++{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
++echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
++if test "${lt_prog_compiler_static_works+set}" = set; then
++ echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++ lt_prog_compiler_static_works=no
++ save_LDFLAGS="$LDFLAGS"
++ LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
++ printf "$lt_simple_link_test_code" > conftest.$ac_ext
++ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
++ # The linker can only warn and ignore the option if not recognized
++ # So say no if there are warnings
++ if test -s conftest.err; then
++ # Append any errors to the config.log.
++ cat conftest.err 1>&5
++ $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
++ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
++ if diff conftest.exp conftest.er2 >/dev/null; then
++ lt_prog_compiler_static_works=yes
++ fi
++ else
++ lt_prog_compiler_static_works=yes
++ fi
++ fi
++ $rm conftest*
++ LDFLAGS="$save_LDFLAGS"
++
++fi
++{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
++echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; }
++
++if test x"$lt_prog_compiler_static_works" = xyes; then
++ :
++else
++ lt_prog_compiler_static=
++fi
++
++
++{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
+ if test "${lt_cv_prog_compiler_c_o+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -9656,60 +11386,58 @@
+ mkdir out
+ printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+- # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
+- # that will create temporary files in the current directory regardless of
+- # the output directory. Thus, making CWD read-only will cause this test
+- # to fail, enabling locking or at least warning the user not to do parallel
+- # builds.
+- chmod -w .
+-
+ lt_compiler_flag="-o out/conftest2.$ac_objext"
+ # Insert the option either (1) after the last *FLAGS variable, or
+ # (2) before a word containing "conftest.", or (3) at the end.
+ # Note that $ac_compile itself does not contain backslashes and begins
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ lt_compile=`echo "$ac_compile" | $SED \
+- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:9675: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:11398: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>out/conftest.err)
+ ac_status=$?
+ cat out/conftest.err >&5
+- echo "$as_me:9679: \$? = $ac_status" >&5
++ echo "$as_me:11402: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s out/conftest2.$ac_objext
+ then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings
+- if test ! -s out/conftest.err; then
++ $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
++ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
++ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+ lt_cv_prog_compiler_c_o=yes
+ fi
+ fi
+- chmod u+w .
+- $rm conftest* out/*
+- rmdir out
++ chmod u+w . 2>&5
++ $rm conftest*
++ # SGI C++ compiler will create directory out/ii_files/ for
++ # template instantiation
++ test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++ $rm out/* && rmdir out
+ cd ..
+ rmdir conftest
+ $rm conftest*
+
+ fi
+-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
+-echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
++{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
+
+
+ hard_links="nottested"
+ if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
+ # do not overwrite the value of need_locks provided by the user
+- echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
+-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
+ hard_links=yes
+ $rm conftest*
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+ touch conftest.a
+ ln conftest.a conftest.b 2>&5 || hard_links=no
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+- echo "$as_me:$LINENO: result: $hard_links" >&5
+-echo "${ECHO_T}$hard_links" >&6
++ { echo "$as_me:$LINENO: result: $hard_links" >&5
++echo "${ECHO_T}$hard_links" >&6; }
+ if test "$hard_links" = no; then
+ { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+ echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
+@@ -9719,8 +11447,8 @@
+ need_locks=no
+ fi
+
+-echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
+
+ runpath_var=
+ allow_undefined_flag=
+@@ -9758,6 +11486,16 @@
+ # rely on this symbol name, it's probably fine to never include it in
+ # preloaded symbol tables.
+ extract_expsyms_cmds=
++ # Just being paranoid about ensuring that cc_basename is set.
++ for cc_temp in $compiler""; do
++ case $cc_temp in
++ compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++ distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++ \-*) ;;
++ *) break;;
++ esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
+
+ case $host_os in
+ cygwin* | mingw* | pw32*)
+@@ -9768,6 +11506,10 @@
+ with_gnu_ld=no
+ fi
+ ;;
++ interix*)
++ # we just hope/assume this is gcc and not c89 (= MSVC++)
++ with_gnu_ld=yes
++ ;;
+ openbsd*)
+ with_gnu_ld=no
+ ;;
+@@ -9778,6 +11520,27 @@
+ # If archive_cmds runs LD, not CC, wlarc should be empty
+ wlarc='${wl}'
+
++ # Set some defaults for GNU ld with shared library support. These
++ # are reset later if shared libraries are not supported. Putting them
++ # here allows them to be overridden if necessary.
++ runpath_var=LD_RUN_PATH
++ hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
++ export_dynamic_flag_spec='${wl}--export-dynamic'
++ # ancient GNU ld didn't support --whole-archive et. al.
++ if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
++ whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++ else
++ whole_archive_flag_spec=
++ fi
++ supports_anon_versioning=no
++ case `$LD -v 2>/dev/null` in
++ *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
++ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
++ *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
++ *\ 2.11.*) ;; # other 2.11 versions
++ *) supports_anon_versioning=yes ;;
++ esac
++
+ # See if GNU ld supports shared libraries.
+ case $host_os in
+ aix3* | aix4* | aix5*)
+@@ -9815,7 +11578,7 @@
+ allow_undefined_flag=unsupported
+ # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
+ # support --undefined. This deserves some investigation. FIXME
+- archive_cmds='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
++ archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+ else
+ ld_shlibs=no
+ fi
+@@ -9825,13 +11588,13 @@
+ # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
+ # as there is no search path for DLLs.
+ hardcode_libdir_flag_spec='-L$libdir'
+- allow_undefined_flag=no
++ allow_undefined_flag=unsupported
+ always_export_symbols=no
+ enable_shared_with_static_runtimes=yes
+- export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++ export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
+
+ if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
+- archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ # If the export-symbols file already is a .def file (1st line
+ # is EXPORTS), use it as is; otherwise, prepend...
+ archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+@@ -9840,23 +11603,70 @@
+ echo EXPORTS > $output_objdir/$soname.def;
+ cat $export_symbols >> $output_objdir/$soname.def;
+ fi~
+- $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
++ else
++ ld_shlibs=no
++ fi
++ ;;
++
++ interix3*)
++ hardcode_direct=no
++ hardcode_shlibpath_var=no
++ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
++ export_dynamic_flag_spec='${wl}-E'
++ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
++ # Instead, shared libraries are loaded at an image base (0x10000000 by
++ # default) and relocated if they conflict, which is a slow very memory
++ # consuming and fragmenting process. To avoid this, we pick a random,
++ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
++ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
++ archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
++ archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
++ ;;
++
++ linux* | k*bsd*-gnu)
++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++ tmp_addflag=
++ case $cc_basename,$host_cpu in
++ pgcc*) # Portland Group C compiler
++ whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++ tmp_addflag=' $pic_flag'
++ ;;
++ pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
++ whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++ tmp_addflag=' $pic_flag -Mnomain' ;;
++ ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
++ tmp_addflag=' -i_dynamic' ;;
++ efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
++ tmp_addflag=' -i_dynamic -nofor_main' ;;
++ ifc* | ifort*) # Intel Fortran compiler
++ tmp_addflag=' -nofor_main' ;;
++ esac
++ archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++
++ if test $supports_anon_versioning = yes; then
++ archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
++ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
++ $echo "local: *; };" >> $output_objdir/$libname.ver~
++ $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
++ fi
++ link_all_deplibs=no
+ else
+ ld_shlibs=no
+ fi
+ ;;
+
+- netbsd*)
++ netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ wlarc=
+ else
+- archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+- archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ fi
+ ;;
+
+- solaris* | sysv5*)
++ solaris*)
+ if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
+ ld_shlibs=no
+ cat <<EOF 1>&2
+@@ -9870,13 +11680,40 @@
+
+ EOF
+ elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+- archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+- archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ else
+ ld_shlibs=no
+ fi
+ ;;
+
++ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
++ case `$LD -v 2>&1` in
++ *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
++ ld_shlibs=no
++ cat <<_LT_EOF 1>&2
++
++*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
++*** reliably create shared libraries on SCO systems. Therefore, libtool
++*** is disabling shared libraries support. We urge you to upgrade GNU
++*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
++*** your PATH or compiler configuration so that the native linker is
++*** used, and then restart.
++
++_LT_EOF
++ ;;
++ *)
++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++ hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
++ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
++ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
++ else
++ ld_shlibs=no
++ fi
++ ;;
++ esac
++ ;;
++
+ sunos4*)
+ archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+ wlarc=
+@@ -9886,24 +11723,19 @@
+
+ *)
+ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+- archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+- archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ else
+ ld_shlibs=no
+ fi
+ ;;
+ esac
+
+- if test "$ld_shlibs" = yes; then
+- runpath_var=LD_RUN_PATH
+- hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
+- export_dynamic_flag_spec='${wl}--export-dynamic'
+- # ancient GNU ld didn't support --whole-archive et. al.
+- if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
+- whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+- else
+- whole_archive_flag_spec=
+- fi
++ if test "$ld_shlibs" = no; then
++ runpath_var=
++ hardcode_libdir_flag_spec=
++ export_dynamic_flag_spec=
++ whole_archive_flag_spec=
+ fi
+ else
+ # PORTME fill in a description of your system's linker (not GNU ld)
+@@ -9915,7 +11747,7 @@
+ # Note: this linker hardcodes the directories in LIBPATH if there
+ # are no directories specified by -L.
+ hardcode_minus_L=yes
+- if test "$GCC" = yes && test -z "$link_static_flag"; then
++ if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
+ # Neither direct hardcoding nor static linking is supported with a
+ # broken collect2.
+ hardcode_direct=unsupported
+@@ -9937,9 +11769,21 @@
+ else
+ export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
+ fi
++ aix_use_runtimelinking=no
++
++ # Test if we are trying to use run time linking or normal
++ # AIX style linking. If -brtl is somewhere in LDFLAGS, we
++ # need to do runtime linking.
++ case $host_os in aix4.[23]|aix4.[23].*|aix5*)
++ for ld_flag in $LDFLAGS; do
++ if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
++ aix_use_runtimelinking=yes
++ break
++ fi
++ done
++ ;;
++ esac
+
+- # KDE requires run time linking. Make it the default.
+- aix_use_runtimelinking=yes
+ exp_sym_flag='-bexport'
+ no_entry_flag='-bnoentry'
+ fi
+@@ -9956,7 +11800,7 @@
+ link_all_deplibs=yes
+
+ if test "$GCC" = yes; then
+- case $host_os in aix4.012|aix4.012.*)
++ case $host_os in aix4.[012]|aix4.[012].*)
+ # We only want to do this on AIX 4.2 and lower, the check
+ # below for broken collect2 doesn't work under 4.3+
+ collect2name=`${CC} -print-prog-name=collect2`
+@@ -9975,8 +11819,12 @@
+ hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_libdir_separator=
+ fi
++ ;;
+ esac
+ shared_flag='-shared'
++ if test "$aix_use_runtimelinking" = yes; then
++ shared_flag="$shared_flag "'${wl}-G'
++ fi
+ else
+ # not using gcc
+ if test "$host_cpu" = ia64; then
+@@ -9984,22 +11832,23 @@
+ # chokes on -Wl,-G. The following line is correct:
+ shared_flag='-G'
+ else
+- if test "$aix_use_runtimelinking" = yes; then
+- shared_flag='-qmkshrobj ${wl}-G'
++ if test "$aix_use_runtimelinking" = yes; then
++ shared_flag='${wl}-G'
+ else
+- shared_flag='-qmkshrobj'
+- fi
++ shared_flag='${wl}-bM:SRE'
++ fi
+ fi
+ fi
+
+- # Let the compiler handle the export list.
+- always_export_symbols=no
++ # It seems that -bexpall does not export symbols beginning with
++ # underscore (_), so it is better to generate a list of symbols to export.
++ always_export_symbols=yes
+ if test "$aix_use_runtimelinking" = yes; then
+ # Warning - without using the other runtime loading flags (-brtl),
+ # -berok will link without error, but may produce a broken library.
+ allow_undefined_flag='-berok'
+ # Determine the default libpath from the value encoded in an empty executable.
+- cat >conftest.$ac_ext <<_ACEOF
++ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+@@ -10015,24 +11864,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -10046,19 +11907,20 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
+
+- hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
+- archive_cmds="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
+- archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++ hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
++ archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+ else
+ if test "$host_cpu" = ia64; then
+ hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
+ allow_undefined_flag="-z nodefs"
+- archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++ archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
+ else
+ # Determine the default libpath from the value encoded in an empty executable.
+ cat >conftest.$ac_ext <<_ACEOF
+@@ -10077,24 +11939,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -10108,7 +11982,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
+@@ -10118,13 +11994,11 @@
+ # -berok will link without error, but may produce a broken library.
+ no_undefined_flag=' ${wl}-bernotok'
+ allow_undefined_flag=' ${wl}-berok'
+- # -bexpall does not export symbols beginning with underscore (_)
+- always_export_symbols=yes
+ # Exported symbols can be pulled into shared objects from archives
+- whole_archive_flag_spec=' '
++ whole_archive_flag_spec='$convenience'
+ archive_cmds_need_lc=yes
+- # This is similar to how AIX traditionally builds it's shared libraries.
+- archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++ # This is similar to how AIX traditionally builds its shared libraries.
++ archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+ fi
+ fi
+ ;;
+@@ -10137,7 +12011,7 @@
+ ld_shlibs=no
+ ;;
+
+- bsdi4*)
++ bsdi[45]*)
+ export_dynamic_flag_spec=-rdynamic
+ ;;
+
+@@ -10147,13 +12021,13 @@
+ # hardcode_libdir_flag_spec is actually meaningless, as there is
+ # no search path for DLLs.
+ hardcode_libdir_flag_spec=' '
+- allow_undefined_flag=no
++ allow_undefined_flag=unsupported
+ # Tell ltmain to make .lib files, not .a files.
+ libext=lib
+ # Tell ltmain to make .dll files, not .so files.
+- shrext=".dll"
++ shrext_cmds=".dll"
+ # FIXME: Setting linknames here is a bad hack.
+- archive_cmds='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
++ archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
+ # The linker will automatically build a .lib file if we build a DLL.
+ old_archive_From_new_cmds='true'
+ # FIXME: Should let the user specify the lib program.
+@@ -10163,52 +12037,52 @@
+ ;;
+
+ darwin* | rhapsody*)
+- if test "$GXX" = yes ; then
+- archive_cmds_need_lc=no
+- case "$host_os" in
+- rhapsody* | darwin1.[012])
+- allow_undefined_flag='-Wl,-undefined -Wl,suppress'
+- ;;
+- *) # Darwin 1.3 on
+- if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+- allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+- else
+- case ${MACOSX_DEPLOYMENT_TARGET} in
+- 10.012)
+- allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+- ;;
+- 10.*)
+- allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
+- ;;
+- esac
+- fi
+- ;;
++ case $host_os in
++ rhapsody* | darwin1.[012])
++ allow_undefined_flag='${wl}-undefined ${wl}suppress'
++ ;;
++ *) # Darwin 1.3 on
++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++ allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++ else
++ case ${MACOSX_DEPLOYMENT_TARGET} in
++ 10.[012])
++ allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++ ;;
++ 10.*)
++ allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
++ ;;
++ esac
++ fi
++ ;;
+ esac
+- lt_int_apple_cc_single_mod=no
+- output_verbose_link_cmd='echo'
+- if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
+- lt_int_apple_cc_single_mod=yes
+- fi
+- if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+- archive_cmds='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+- else
+- archive_cmds='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
+- fi
+- module_cmds='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+- # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+- if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+- archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- else
+- archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- fi
+- module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ archive_cmds_need_lc=no
+ hardcode_direct=no
+ hardcode_automatic=yes
+ hardcode_shlibpath_var=unsupported
+- whole_archive_flag_spec='-all_load $convenience'
++ whole_archive_flag_spec=''
+ link_all_deplibs=yes
++ if test "$GCC" = yes ; then
++ output_verbose_link_cmd='echo'
++ archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++ module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++ archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+ else
+- ld_shlibs=no
++ case $cc_basename in
++ xlc*)
++ output_verbose_link_cmd='echo'
++ archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++ module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++ archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ ;;
++ *)
++ ld_shlibs=no
++ ;;
++ esac
+ fi
+ ;;
+
+@@ -10242,8 +12116,8 @@
+ ;;
+
+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+- freebsd* | kfreebsd*-gnu)
+- archive_cmds='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
++ freebsd* | dragonfly*)
++ archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_direct=yes
+ hardcode_shlibpath_var=no
+@@ -10251,7 +12125,7 @@
+
+ hpux9*)
+ if test "$GCC" = yes; then
+- archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++ archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+ else
+ archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+ fi
+@@ -10265,47 +12139,62 @@
+ export_dynamic_flag_spec='${wl}-E'
+ ;;
+
+- hpux10* | hpux11*)
++ hpux10*)
+ if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+- case "$host_cpu" in
+- hppa*64*|ia64*)
+- archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
++ else
++ archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
++ fi
++ if test "$with_gnu_ld" = no; then
++ hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
++ hardcode_libdir_separator=:
++
++ hardcode_direct=yes
++ export_dynamic_flag_spec='${wl}-E'
++
++ # hardcode_minus_L: Not really in the search PATH,
++ # but as the default location of the library.
++ hardcode_minus_L=yes
++ fi
++ ;;
++
++ hpux11*)
++ if test "$GCC" = yes -a "$with_gnu_ld" = no; then
++ case $host_cpu in
++ hppa*64*)
++ archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ ;;
++ ia64*)
++ archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ *)
+- archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ esac
+ else
+- case "$host_cpu" in
+- hppa*64*|ia64*)
+- archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
++ case $host_cpu in
++ hppa*64*)
++ archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ ;;
++ ia64*)
++ archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ *)
+- archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
++ archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ esac
+ fi
+ if test "$with_gnu_ld" = no; then
+- case "$host_cpu" in
+- hppa*64*)
+- hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
++ hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
++ hardcode_libdir_separator=:
++
++ case $host_cpu in
++ hppa*64*|ia64*)
+ hardcode_libdir_flag_spec_ld='+b $libdir'
+- hardcode_libdir_separator=:
+- hardcode_direct=no
+- hardcode_shlibpath_var=no
+- ;;
+- ia64*)
+- hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_direct=no
+ hardcode_shlibpath_var=no
+-
+- # hardcode_minus_L: Not really in the search PATH,
+- # but as the default location of the library.
+- hardcode_minus_L=yes
+ ;;
+ *)
+- hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+- hardcode_libdir_separator=:
+ hardcode_direct=yes
+ export_dynamic_flag_spec='${wl}-E'
+
+@@ -10319,7 +12208,7 @@
+
+ irix5* | irix6* | nonstopux*)
+ if test "$GCC" = yes; then
+- archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ else
+ archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ hardcode_libdir_flag_spec_ld='-rpath $libdir'
+@@ -10329,7 +12218,7 @@
+ link_all_deplibs=yes
+ ;;
+
+- netbsd*)
++ netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
+ else
+@@ -10352,7 +12241,8 @@
+ hardcode_direct=yes
+ hardcode_shlibpath_var=no
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+- archive_cmds='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ export_dynamic_flag_spec='${wl}-E'
+ else
+@@ -10362,7 +12252,7 @@
+ hardcode_libdir_flag_spec='-R$libdir'
+ ;;
+ *)
+- archive_cmds='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ ;;
+ esac
+@@ -10373,14 +12263,14 @@
+ hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_minus_L=yes
+ allow_undefined_flag=unsupported
+- archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
++ archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
+ old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
+ ;;
+
+ osf3*)
+ if test "$GCC" = yes; then
+ allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
+- archive_cmds='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++ archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ else
+ allow_undefined_flag=' -expect_unresolved \*'
+ archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+@@ -10392,13 +12282,13 @@
+ osf4* | osf5*) # as osf3* with the addition of -msym flag
+ if test "$GCC" = yes; then
+ allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
+- archive_cmds='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++ archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+ else
+ allow_undefined_flag=' -expect_unresolved \*'
+ archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
+- $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
++ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
+
+ # Both c and cxx compiler support -rpath directly
+ hardcode_libdir_flag_spec='-rpath $libdir'
+@@ -10406,21 +12296,15 @@
+ hardcode_libdir_separator=:
+ ;;
+
+- sco3.2v5*)
+- archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+- hardcode_shlibpath_var=no
+- export_dynamic_flag_spec='${wl}-Bexport'
+- runpath_var=LD_RUN_PATH
+- hardcode_runpath_var=yes
+- ;;
+-
+ solaris*)
+ no_undefined_flag=' -z text'
+ if test "$GCC" = yes; then
+- archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++ wlarc='${wl}'
++ archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+ archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+- $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
++ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
+ else
++ wlarc=''
+ archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+ archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
+@@ -10429,8 +12313,18 @@
+ hardcode_shlibpath_var=no
+ case $host_os in
+ solaris2.[0-5] | solaris2.[0-5].*) ;;
+- *) # Supported since Solaris 2.6 (maybe 2.5.1?)
+- whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
++ *)
++ # The compiler driver will combine linker options so we
++ # cannot just pass the convience library names through
++ # without $wl, iff we do not link with $LD.
++ # Luckily, gcc supports the same syntax we need for Sun Studio.
++ # Supported since Solaris 2.6 (maybe 2.5.1?)
++ case $wlarc in
++ '')
++ whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
++ *)
++ whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
++ esac ;;
+ esac
+ link_all_deplibs=yes
+ ;;
+@@ -10439,7 +12333,7 @@
+ if test "x$host_vendor" = xsequent; then
+ # Use $CC to link under sequent, because it throws in some extra .o
+ # files that make .init and .fini sections work.
+- archive_cmds='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
+ else
+ archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
+ fi
+@@ -10487,36 +12381,45 @@
+ fi
+ ;;
+
+- sysv4.2uw2*)
+- archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
+- hardcode_direct=yes
+- hardcode_minus_L=no
++ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*)
++ no_undefined_flag='${wl}-z,text'
++ archive_cmds_need_lc=no
+ hardcode_shlibpath_var=no
+- hardcode_runpath_var=yes
+- runpath_var=LD_RUN_PATH
+- ;;
++ runpath_var='LD_RUN_PATH'
+
+- sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
+- no_undefined_flag='${wl}-z ${wl}text'
+ if test "$GCC" = yes; then
+- archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ else
+- archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ fi
+- runpath_var='LD_RUN_PATH'
+- hardcode_shlibpath_var=no
+ ;;
+
+- sysv5*)
+- no_undefined_flag=' -z text'
+- # $CC -shared without GNU ld will not create a library from C++
+- # object files and a static libstdc++, better avoid it by now
+- archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+- archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+- $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
+- hardcode_libdir_flag_spec=
++ sysv5* | sco3.2v5* | sco5v6*)
++ # Note: We can NOT use -z defs as we might desire, because we do not
++ # link with -lc, and that would cause any symbols used from libc to
++ # always be unresolved, which means just about no library would
++ # ever link correctly. If we're not using GNU ld we use -z text
++ # though, which does catch some bad symbols but isn't as heavy-handed
++ # as -z defs.
++ no_undefined_flag='${wl}-z,text'
++ allow_undefined_flag='${wl}-z,nodefs'
++ archive_cmds_need_lc=no
+ hardcode_shlibpath_var=no
++ hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
++ hardcode_libdir_separator=':'
++ link_all_deplibs=yes
++ export_dynamic_flag_spec='${wl}-Bexport'
+ runpath_var='LD_RUN_PATH'
++
++ if test "$GCC" = yes; then
++ archive_cmds='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ else
++ archive_cmds='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ fi
+ ;;
+
+ uts4*)
+@@ -10531,15 +12434,10 @@
+ esac
+ fi
+
+-echo "$as_me:$LINENO: result: $ld_shlibs" >&5
+-echo "${ECHO_T}$ld_shlibs" >&6
++{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
++echo "${ECHO_T}$ld_shlibs" >&6; }
+ test "$ld_shlibs" = no && can_build_shared=no
+
+-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+-if test "$GCC" = yes; then
+- variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+-fi
+-
+ #
+ # Do we need to explicitly link libc?
+ #
+@@ -10557,8 +12455,8 @@
+ # Test whether the compiler implicitly links with -lc since on some
+ # systems, -lgcc has to come before -lc. If gcc already passes -lc
+ # to ld, don't add -lc before -lgcc.
+- echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
+-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
+ $rm conftest*
+ printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+@@ -10572,6 +12470,7 @@
+ libobjs=conftest.$ac_objext
+ deplibs=
+ wl=$lt_prog_compiler_wl
++ pic_flag=$lt_prog_compiler_pic
+ compiler_flags=-v
+ linker_flags=-v
+ verstring=
+@@ -10594,20 +12493,20 @@
+ cat conftest.err 1>&5
+ fi
+ $rm conftest*
+- echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
+-echo "${ECHO_T}$archive_cmds_need_lc" >&6
++ { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
++echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
+ ;;
+ esac
+ fi
+ ;;
+ esac
+
+-echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
+-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
+ library_names_spec=
+ libname_spec='lib$name'
+ soname_spec=
+-shrext=".so"
++shrext_cmds=".so"
+ postinstall_cmds=
+ postuninstall_cmds=
+ finish_cmds=
+@@ -10617,7 +12516,20 @@
+ version_type=none
+ dynamic_linker="$host_os ld.so"
+ sys_lib_dlsearch_path_spec="/lib /usr/lib"
+-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++if test "$GCC" = yes; then
++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++ if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++ # if the path contains ";" then we assume it to be the separator
++ # otherwise default to the standard path separator (i.e. ":") - it is
++ # assumed that no part of a normal pathname contains ";" but that should
++ # okay in the real world where ";" in dirpaths is itself problematic.
++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++ else
++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
++ fi
++else
++ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
+ need_lib_prefix=unknown
+ hardcode_into_libs=no
+
+@@ -10682,7 +12594,7 @@
+ amigaos*)
+ library_names_spec='$libname.ixlibrary $libname.a'
+ # Create ${libname}_ixlibrary.a entries in /sys/libs.
+- finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
++ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+ ;;
+
+ beos*)
+@@ -10691,7 +12603,7 @@
+ shlibpath_var=LIBRARY_PATH
+ ;;
+
+-bsdi4*)
++bsdi[45]*)
+ version_type=linux
+ need_version=no
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+@@ -10707,7 +12619,7 @@
+
+ cygwin* | mingw* | pw32*)
+ version_type=windows
+- shrext=".dll"
++ shrext_cmds=".dll"
+ need_version=no
+ need_lib_prefix=no
+
+@@ -10719,7 +12631,8 @@
+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
+ dldir=$destdir/`dirname \$dlpath`~
+ test -d \$dldir || mkdir -p \$dldir~
+- $install_prog $dir/$dlname \$dldir/$dlname'
++ $install_prog $dir/$dlname \$dldir/$dlname~
++ chmod a+x \$dldir/$dlname'
+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+ dlpath=$dir/\$dldll~
+ $rm \$dlpath'
+@@ -10749,7 +12662,7 @@
+ ;;
+ pw32*)
+ # pw32 DLLs use 'pw' prefix rather than 'lib'
+- library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
++ library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+ ;;
+ esac
+ ;;
+@@ -10772,7 +12685,7 @@
+ soname_spec='${libname}${release}${major}$shared_ext'
+ shlibpath_overrides_runpath=yes
+ shlibpath_var=DYLD_LIBRARY_PATH
+- shrext='$(test .$module = .yes && echo .so || echo .dylib)'
++ shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+ # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
+ if test "$GCC" = yes; then
+ sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
+@@ -10795,20 +12708,17 @@
+ dynamic_linker=no
+ ;;
+
+-kfreebsd*-gnu*)
+- version_type=linux
+- need_lib_prefix=no
+- need_version=no
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- shlibpath_var=LD_LIBRARY_PATH
+- shlibpath_overrides_runpath=no
+- hardcode_into_libs=yes
+- dynamic_linker='GNU ld.so'
+- ;;
+-
+-freebsd*)
+- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
++freebsd* | dragonfly*)
++ # DragonFly does not have aout. When/if they implement a new
++ # versioning mechanism, adjust this.
++ if test -x /usr/bin/objformat; then
++ objformat=`/usr/bin/objformat`
++ else
++ case $host_os in
++ freebsd[123]*) objformat=aout ;;
++ *) objformat=elf ;;
++ esac
++ fi
+ version_type=freebsd-$objformat
+ case $version_type in
+ freebsd-elf*)
+@@ -10826,14 +12736,19 @@
+ freebsd2*)
+ shlibpath_overrides_runpath=yes
+ ;;
+- freebsd3.01* | freebsdelf3.01*)
++ freebsd3.[01]* | freebsdelf3.[01]*)
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
+ ;;
+- *) # from 3.2 on
++ freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
++ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ ;;
++ freebsd*) # from 4.6 on
++ shlibpath_overrides_runpath=yes
++ hardcode_into_libs=yes
++ ;;
+ esac
+ ;;
+
+@@ -10853,9 +12768,9 @@
+ version_type=sunos
+ need_lib_prefix=no
+ need_version=no
+- case "$host_cpu" in
++ case $host_cpu in
+ ia64*)
+- shrext='.so'
++ shrext_cmds='.so'
+ hardcode_into_libs=yes
+ dynamic_linker="$host_os dld.so"
+ shlibpath_var=LD_LIBRARY_PATH
+@@ -10870,7 +12785,7 @@
+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+ ;;
+ hppa*64*)
+- shrext='.sl'
++ shrext_cmds='.sl'
+ hardcode_into_libs=yes
+ dynamic_linker="$host_os dld.sl"
+ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+@@ -10881,7 +12796,7 @@
+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+ ;;
+ *)
+- shrext='.sl'
++ shrext_cmds='.sl'
+ dynamic_linker="$host_os dld.sl"
+ shlibpath_var=SHLIB_PATH
+ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+@@ -10893,11 +12808,23 @@
+ postinstall_cmds='chmod 555 $lib'
+ ;;
+
+-irix5* | irix6* | nonstopux*)
+- case $host_os in
+- nonstopux*) version_type=nonstopux ;;
+- *)
+- if test "$lt_cv_prog_gnu_ld" = yes; then
++interix3*)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
++ ;;
++
++irix5* | irix6* | nonstopux*)
++ case $host_os in
++ nonstopux*) version_type=nonstopux ;;
++ *)
++ if test "$lt_cv_prog_gnu_ld" = yes; then
+ version_type=linux
+ else
+ version_type=irix
+@@ -10936,29 +12863,26 @@
+ ;;
+
+ # This must be Linux ELF.
+-linux*)
++linux* | k*bsd*-gnu)
+ version_type=linux
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+- libsuff=
+- if test "x$LINUX_64_MODE" = x64; then
+- # Some platforms are per default 64-bit, so there's no /lib64
+- if test -d /lib64; then
+- libsuff=64
+- fi
+- fi
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+- sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
+- sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
+ # This implies no fast_install, which is unacceptable.
+ # Some rework will be needed to allow for fast_install
+ # before this can be enabled.
+ hardcode_into_libs=yes
+
++ # Append ld.so.conf contents to the search path
++ if test -f /etc/ld.so.conf; then
++ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++ fi
++
+ # We used to test for /lib/ld.so.1 and disable shared libraries on
+ # powerpc, because MkLinux only supported shared libraries with the
+ # GNU dynamic linker. Since this was broken with cross compilers,
+@@ -10968,6 +12892,18 @@
+ dynamic_linker='GNU/Linux ld.so'
+ ;;
+
++netbsdelf*-gnu)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
++ dynamic_linker='NetBSD ld.elf_so'
++ ;;
++
+ netbsd*)
+ version_type=sunos
+ need_lib_prefix=no
+@@ -10977,7 +12913,7 @@
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+ dynamic_linker='NetBSD (a.out) ld.so'
+ else
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ dynamic_linker='NetBSD ld.elf_so'
+ fi
+@@ -11005,8 +12941,13 @@
+
+ openbsd*)
+ version_type=sunos
++ sys_lib_dlsearch_path_spec="/usr/lib"
+ need_lib_prefix=no
+- need_version=no
++ # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++ case $host_os in
++ openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++ *) need_version=no ;;
++ esac
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+ shlibpath_var=LD_LIBRARY_PATH
+@@ -11026,7 +12967,7 @@
+
+ os2*)
+ libname_spec='$name'
+- shrext=".dll"
++ shrext_cmds=".dll"
+ need_lib_prefix=no
+ library_names_spec='$libname${shared_ext} $libname.a'
+ dynamic_linker='OS/2 ld.exe'
+@@ -11044,13 +12985,6 @@
+ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
+ ;;
+
+-sco3.2v5*)
+- version_type=osf
+- soname_spec='${libname}${release}${shared_ext}$major'
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- shlibpath_var=LD_LIBRARY_PATH
+- ;;
+-
+ solaris*)
+ version_type=linux
+ need_lib_prefix=no
+@@ -11076,7 +13010,7 @@
+ need_version=yes
+ ;;
+
+-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++sysv4 | sysv4.3*)
+ version_type=linux
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+@@ -11109,6 +13043,29 @@
+ fi
+ ;;
+
++sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
++ version_type=freebsd-elf
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ hardcode_into_libs=yes
++ if test "$with_gnu_ld" = yes; then
++ sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
++ shlibpath_overrides_runpath=no
++ else
++ sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
++ shlibpath_overrides_runpath=yes
++ case $host_os in
++ sco3.2v5*)
++ sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
++ ;;
++ esac
++ fi
++ sys_lib_dlsearch_path_spec='/usr/lib'
++ ;;
++
+ uts4*)
+ version_type=linux
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+@@ -11120,16 +13077,21 @@
+ dynamic_linker=no
+ ;;
+ esac
+-echo "$as_me:$LINENO: result: $dynamic_linker" >&5
+-echo "${ECHO_T}$dynamic_linker" >&6
++{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
++echo "${ECHO_T}$dynamic_linker" >&6; }
+ test "$dynamic_linker" = no && can_build_shared=no
+
+-echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
+-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
++variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
++if test "$GCC" = yes; then
++ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
++fi
++
++{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
+ hardcode_action=
+ if test -n "$hardcode_libdir_flag_spec" || \
+- test -n "$runpath_var " || \
+- test "X$hardcode_automatic"="Xyes" ; then
++ test -n "$runpath_var" || \
++ test "X$hardcode_automatic" = "Xyes" ; then
+
+ # We can hardcode non-existant directories.
+ if test "$hardcode_direct" != no &&
+@@ -11149,8 +13111,8 @@
+ # directories.
+ hardcode_action=unsupported
+ fi
+-echo "$as_me:$LINENO: result: $hardcode_action" >&5
+-echo "${ECHO_T}$hardcode_action" >&6
++{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
++echo "${ECHO_T}$hardcode_action" >&6; }
+
+ if test "$hardcode_action" = relink; then
+ # Fast installation is not supported
+@@ -11163,29 +13125,29 @@
+
+ striplib=
+ old_striplib=
+-echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
+-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
++echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
+ if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
+ test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
+ test -z "$striplib" && striplib="$STRIP --strip-unneeded"
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ else
+ # FIXME - insert some real tests, host_os isn't really good enough
+ case $host_os in
+ darwin*)
+ if test -n "$STRIP" ; then
+ striplib="$STRIP -x"
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { 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
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+ ;;
+ *)
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ ;;
+ esac
+ fi
+@@ -11217,8 +13179,8 @@
+
+ darwin*)
+ # if libdl is installed we need to link against it
+- echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
+-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_dl_dlopen+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -11231,40 +13193,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char dlopen ();
+ int
+ main ()
+ {
+-dlopen ();
++return dlopen ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -11273,14 +13247,15 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_dl_dlopen=no
++ ac_cv_lib_dl_dlopen=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
+-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
+ if test $ac_cv_lib_dl_dlopen = yes; then
+ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
+ else
+@@ -11294,8 +13269,8 @@
+ ;;
+
+ *)
+- echo "$as_me:$LINENO: checking for shl_load" >&5
+-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for shl_load" >&5
++echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
+ if test "${ac_cv_func_shl_load+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -11322,53 +13297,59 @@
+
+ #undef shl_load
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char shl_load ();
+ /* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+-#if defined (__stub_shl_load) || defined (__stub___shl_load)
++#if defined __stub_shl_load || defined __stub___shl_load
+ choke me
+-#else
+-char (*f) () = shl_load;
+-#endif
+-#ifdef __cplusplus
+-}
+ #endif
+
+ int
+ main ()
+ {
+-return f != shl_load;
++return shl_load ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -11377,18 +13358,19 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_func_shl_load=no
++ ac_cv_func_shl_load=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
+-echo "${ECHO_T}$ac_cv_func_shl_load" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
++echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
+ if test $ac_cv_func_shl_load = yes; then
+ lt_cv_dlopen="shl_load"
+ else
+- echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
+-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
++echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_dld_shl_load+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -11401,40 +13383,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char shl_load ();
+ int
+ main ()
+ {
+-shl_load ();
++return shl_load ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -11443,19 +13437,20 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_dld_shl_load=no
++ ac_cv_lib_dld_shl_load=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
+-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
+ if test $ac_cv_lib_dld_shl_load = yes; then
+ lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
+ else
+- echo "$as_me:$LINENO: checking for dlopen" >&5
+-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for dlopen" >&5
++echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
+ if test "${ac_cv_func_dlopen+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -11482,53 +13477,59 @@
+
+ #undef dlopen
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char dlopen ();
+ /* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+-#if defined (__stub_dlopen) || defined (__stub___dlopen)
++#if defined __stub_dlopen || defined __stub___dlopen
+ choke me
+-#else
+-char (*f) () = dlopen;
+-#endif
+-#ifdef __cplusplus
+-}
+ #endif
+
+ int
+ main ()
+ {
+-return f != dlopen;
++return dlopen ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -11537,18 +13538,19 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_func_dlopen=no
++ ac_cv_func_dlopen=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
+-echo "${ECHO_T}$ac_cv_func_dlopen" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
++echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
+ if test $ac_cv_func_dlopen = yes; then
+ lt_cv_dlopen="dlopen"
+ else
+- echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
+-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_dl_dlopen+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -11561,40 +13563,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char dlopen ();
+ int
+ main ()
+ {
+-dlopen ();
++return dlopen ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -11603,19 +13617,20 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_dl_dlopen=no
++ ac_cv_lib_dl_dlopen=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
+-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
+ if test $ac_cv_lib_dl_dlopen = yes; then
+ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
+ else
+- echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
+-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
++echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_svld_dlopen+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -11628,40 +13643,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char dlopen ();
+ int
+ main ()
+ {
+-dlopen ();
++return dlopen ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -11670,19 +13697,20 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_svld_dlopen=no
++ ac_cv_lib_svld_dlopen=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
+-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
+ if test $ac_cv_lib_svld_dlopen = yes; then
+ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
+ else
+- echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
+-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
++echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_dld_dld_link+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -11695,40 +13723,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char dld_link ();
+ int
+ main ()
+ {
+-dld_link ();
++return dld_link ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -11737,14 +13777,15 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_dld_dld_link=no
++ ac_cv_lib_dld_dld_link=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
+-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
+ if test $ac_cv_lib_dld_dld_link = yes; then
+ lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
+ fi
+@@ -11779,13 +13820,13 @@
+ test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
+
+ save_LDFLAGS="$LDFLAGS"
+- eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
++ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
+
+ save_LIBS="$LIBS"
+ LIBS="$lt_cv_dlopen_libs $LIBS"
+
+- echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
+-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
++echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
+ if test "${lt_cv_dlopen_self+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -11795,7 +13836,7 @@
+ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+ lt_status=$lt_dlunknown
+ cat > conftest.$ac_ext <<EOF
+-#line 11798 "configure"
++#line 13839 "configure"
+ #include "confdefs.h"
+
+ #if HAVE_DLFCN_H
+@@ -11852,6 +13893,8 @@
+ else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
+ /* dlclose (self); */
+ }
++ else
++ puts (dlerror ());
+
+ exit (status);
+ }
+@@ -11861,12 +13904,12 @@
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
+- (./conftest; exit; ) 2>/dev/null
++ (./conftest; exit; ) >&5 2>/dev/null
+ lt_status=$?
+ case x$lt_status in
+ x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
+ x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
+- x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
++ x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
+ esac
+ else :
+ # compilation failed
+@@ -11877,13 +13920,13 @@
+
+
+ fi
+-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
+-echo "${ECHO_T}$lt_cv_dlopen_self" >&6
++{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
++echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
+
+ if test "x$lt_cv_dlopen_self" = xyes; then
+- LDFLAGS="$LDFLAGS $link_static_flag"
+- echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
+-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
++ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
++ { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
++echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
+ if test "${lt_cv_dlopen_self_static+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -11893,7 +13936,7 @@
+ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+ lt_status=$lt_dlunknown
+ cat > conftest.$ac_ext <<EOF
+-#line 11896 "configure"
++#line 13939 "configure"
+ #include "confdefs.h"
+
+ #if HAVE_DLFCN_H
+@@ -11950,6 +13993,8 @@
+ else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
+ /* dlclose (self); */
+ }
++ else
++ puts (dlerror ());
+
+ exit (status);
+ }
+@@ -11959,12 +14004,12 @@
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
+- (./conftest; exit; ) 2>/dev/null
++ (./conftest; exit; ) >&5 2>/dev/null
+ lt_status=$?
+ case x$lt_status in
+ x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
+ x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
+- x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
++ x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
+ esac
+ else :
+ # compilation failed
+@@ -11975,8 +14020,8 @@
+
+
+ fi
+-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
+-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
++{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
++echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
+ fi
+
+ CPPFLAGS="$save_CPPFLAGS"
+@@ -11997,19 +14042,19 @@
+ fi
+
+
+-# Report which librarie types wil actually be built
+-echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
+-echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
+-echo "$as_me:$LINENO: result: $can_build_shared" >&5
+-echo "${ECHO_T}$can_build_shared" >&6
++# Report which library types will actually be built
++{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
++echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
++{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
++echo "${ECHO_T}$can_build_shared" >&6; }
+
+-echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
+-echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
++echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
+ test "$can_build_shared" = "no" && enable_shared=no
+
+ # On AIX, shared libraries and static libraries use the same namespace, and
+ # are all built from PIC.
+-case "$host_os" in
++case $host_os in
+ aix3*)
+ test "$enable_shared" = yes && enable_static=no
+ if test -n "$RANLIB"; then
+@@ -12018,58 +14063,21 @@
+ fi
+ ;;
+
+-aix4*)
++aix4* | aix5*)
+ if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+ test "$enable_shared" = yes && enable_static=no
+ fi
+- ;;
+- darwin* | rhapsody*)
+- if test "$GCC" = yes; then
+- archive_cmds_need_lc=no
+- case "$host_os" in
+- rhapsody* | darwin1.[012])
+- allow_undefined_flag='-Wl,-undefined -Wl,suppress'
+- ;;
+- *) # Darwin 1.3 on
+- if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+- allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+- else
+- case ${MACOSX_DEPLOYMENT_TARGET} in
+- 10.012)
+- allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+- ;;
+- 10.*)
+- allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
+- ;;
+- esac
+- fi
+- ;;
+- esac
+- output_verbose_link_cmd='echo'
+- archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+- module_cmds='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+- # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+- archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- hardcode_direct=no
+- hardcode_automatic=yes
+- hardcode_shlibpath_var=unsupported
+- whole_archive_flag_spec='-all_load $convenience'
+- link_all_deplibs=yes
+- else
+- ld_shlibs=no
+- fi
+ ;;
+ esac
+-echo "$as_me:$LINENO: result: $enable_shared" >&5
+-echo "${ECHO_T}$enable_shared" >&6
++{ echo "$as_me:$LINENO: result: $enable_shared" >&5
++echo "${ECHO_T}$enable_shared" >&6; }
+
+-echo "$as_me:$LINENO: checking whether to build static libraries" >&5
+-echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
++echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
+ # Make sure either enable_shared or enable_static is yes.
+ test "$enable_shared" = yes || enable_static=yes
+-echo "$as_me:$LINENO: result: $enable_static" >&5
+-echo "${ECHO_T}$enable_static" >&6
++{ echo "$as_me:$LINENO: result: $enable_static" >&5
++echo "${ECHO_T}$enable_static" >&6; }
+
+ # The else clause should only fire when bootstrapping the
+ # libtool distribution, otherwise you forgot to ship ltmain.sh
+@@ -12084,7 +14092,8 @@
+ # Now quote all the things that may contain metacharacters while being
+ # careful not to overquote the AC_SUBSTed values. We take copies of the
+ # variables and quote the copies for generation of the libtool script.
+- for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
++ for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
++ SED SHELL STRIP \
+ libname_spec library_names_spec soname_spec extract_expsyms_cmds \
+ old_striplib striplib file_magic_cmd finish_cmds finish_eval \
+ deplibs_check_method reload_flag reload_cmds need_locks \
+@@ -12198,11 +14207,11 @@
+ SED=$lt_SED
+
+ # Sed that helps us avoid accidentally triggering echo(1) options like -n.
+-Xsed="$SED -e s/^X//"
++Xsed="$SED -e 1s/^X//"
+
+ # The HP-UX ksh and POSIX shell print the target directory to stdout
+ # if CDPATH is set.
+-if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+ # The names of the tagged configurations supported by this script.
+ available_tags=
+@@ -12232,6 +14241,12 @@
+ # The host system.
+ host_alias=$host_alias
+ host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
+
+ # An echo program that does not interpret backslashes.
+ echo=$lt_echo
+@@ -12243,6 +14258,9 @@
+ # A C compiler.
+ LTCC=$lt_LTCC
+
++# LTCC compiler flags.
++LTCFLAGS=$lt_LTCFLAGS
++
+ # A language-specific compiler.
+ CC=$lt_compiler
+
+@@ -12262,7 +14280,7 @@
+ NM=$lt_NM
+
+ # A symbol stripping program
+-STRIP=$STRIP
++STRIP=$lt_STRIP
+
+ # Used to examine libraries when file_magic_cmd begins "file"
+ MAGIC_CMD=$MAGIC_CMD
+@@ -12293,7 +14311,7 @@
+ libext="$libext"
+
+ # Shared library suffix (normally ".so").
+-shrext='$shrext'
++shrext_cmds='$shrext_cmds'
+
+ # Executable file suffix (normally "").
+ exeext="$exeext"
+@@ -12308,7 +14326,7 @@
+ # Does compiler simultaneously support -c and -o options?
+ compiler_c_o=$lt_lt_cv_prog_compiler_c_o
+
+-# Must we lock files when doing compilation ?
++# Must we lock files when doing compilation?
+ need_locks=$lt_need_locks
+
+ # Do we need the lib prefix for modules?
+@@ -12535,7 +14553,10 @@
+ # If there is no Makefile yet, we rely on a make rule to execute
+ # `config.status --recheck' to rerun these tests and create the
+ # libtool script then.
+- test -f Makefile && make "$ltmain"
++ ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++ if test -f "$ltmain_in"; then
++ test -f Makefile && make "$ltmain"
++ fi
+ fi
+
+
+@@ -12548,11 +14569,11 @@
+ CC="$lt_save_CC"
+
+
+-# Check whether --with-tags or --without-tags was given.
++# Check whether --with-tags was given.
+ if test "${with_tags+set}" = set; then
+- withval="$with_tags"
+- tagnames="$withval"
+-fi;
++ withval=$with_tags; tagnames="$withval"
++fi
++
+
+ if test -f "$ltmain" && test -n "$tagnames"; then
+ if test ! -f "${ofile}"; then
+@@ -12570,6 +14591,9 @@
+ echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
+ fi
+ fi
++ if test -z "$LTCFLAGS"; then
++ eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
++ fi
+
+ # Extract list of available tagged configurations in $ofile.
+ # Note that this assumes the entire list is on one line.
+@@ -12600,8 +14624,10 @@
+
+ case $tagname in
+ CXX)
+- if test -n "$CXX" && test "X$CXX" != "Xno"; then
+- ac_ext=cc
++ if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
++ ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
++ (test "X$CXX" != "Xg++"))) ; then
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -12620,6 +14646,7 @@
+ hardcode_libdir_flag_spec_ld_CXX=
+ hardcode_libdir_separator_CXX=
+ hardcode_minus_L_CXX=no
++hardcode_shlibpath_var_CXX=unsupported
+ hardcode_automatic_CXX=no
+ module_cmds_CXX=
+ module_expsym_cmds_CXX=
+@@ -12637,7 +14664,7 @@
+ compiler_lib_search_path_CXX=
+
+ # Source file extension for C++ test sources.
+-ac_ext=cc
++ac_ext=cpp
+
+ # Object file extension for compiled C++ test sources.
+ objext=o
+@@ -12647,17 +14674,34 @@
+ lt_simple_compile_test_code="int some_variable = 0;\n"
+
+ # Code to be used in simple link tests
+-lt_simple_link_test_code='int main(int, char *) { return(0); }\n'
++lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
+
+ # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+
+ # If no C compiler was specified, use CC.
+ LTCC=${LTCC-"$CC"}
+
++# If no C compiler flags were specified, use CFLAGS.
++LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
++
+ # Allow CC to be a program name with arguments.
+ compiler=$CC
+
+
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
+ # Allow CC to be a program name with arguments.
+ lt_save_CC=$CC
+ lt_save_LD=$LD
+@@ -12668,18 +14712,27 @@
+ if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
+ lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
+ else
+- unset lt_cv_prog_gnu_ld
++ $as_unset lt_cv_prog_gnu_ld
+ fi
+ if test -n "${lt_cv_path_LDCXX+set}"; then
+ lt_cv_path_LD=$lt_cv_path_LDCXX
+ else
+- unset lt_cv_path_LD
++ $as_unset lt_cv_path_LD
+ fi
+ test -z "${LDCXX+set}" || LD=$LDCXX
+ CC=${CXX-"c++"}
+ compiler=$CC
+ compiler_CXX=$CC
+-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
++for cc_temp in $compiler""; do
++ case $cc_temp in
++ compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++ distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++ \-*) ;;
++ *) break;;
++ esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
+
+ # We don't want -fno-exception wen compiling C++ code, so set the
+ # no_builtin_flag separately
+@@ -12693,18 +14746,18 @@
+ # Set up default GNU C++ configuration
+
+
+-# Check whether --with-gnu-ld or --without-gnu-ld was given.
++# Check whether --with-gnu-ld was given.
+ if test "${with_gnu_ld+set}" = set; then
+- withval="$with_gnu_ld"
+- test "$withval" = no || with_gnu_ld=yes
++ withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
+ else
+ with_gnu_ld=no
+-fi;
++fi
++
+ ac_prog=ld
+ if test "$GCC" = yes; then
+ # Check if gcc -print-prog-name=ld gives a path.
+- echo "$as_me:$LINENO: checking for ld used by $CC" >&5
+-echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
++echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
+ case $host in
+ *-*-mingw*)
+ # gcc leaves a trailing carriage return which upsets mingw
+@@ -12733,11 +14786,11 @@
+ ;;
+ esac
+ elif test "$with_gnu_ld" = yes; then
+- echo "$as_me:$LINENO: checking for GNU ld" >&5
+-echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for GNU ld" >&5
++echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
+ else
+- echo "$as_me:$LINENO: checking for non-GNU ld" >&5
+-echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
++echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
+ fi
+ if test "${lt_cv_path_LD+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+@@ -12750,7 +14803,7 @@
+ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+ lt_cv_path_LD="$ac_dir/$ac_prog"
+ # Check to see if the program is GNU ld. I'd rather use --version,
+- # but apparently some GNU ld's only accept -v.
++ # but apparently some variants of GNU ld only accept -v.
+ # Break only if it was the GNU/non-GNU ld that we prefer.
+ case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
+ *GNU* | *'with BFD'*)
+@@ -12770,21 +14823,21 @@
+
+ LD="$lt_cv_path_LD"
+ if test -n "$LD"; then
+- echo "$as_me:$LINENO: result: $LD" >&5
+-echo "${ECHO_T}$LD" >&6
++ { echo "$as_me:$LINENO: result: $LD" >&5
++echo "${ECHO_T}$LD" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+ test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
+ echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
+ { (exit 1); exit 1; }; }
+-echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
+-echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
++echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
+ if test "${lt_cv_prog_gnu_ld+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+- # I'd rather use --version here, but apparently some GNU ld's only accept -v.
++ # I'd rather use --version here, but apparently some GNU lds only accept -v.
+ case `$LD -v 2>&1 </dev/null` in
+ *GNU* | *'with BFD'*)
+ lt_cv_prog_gnu_ld=yes
+@@ -12794,8 +14847,8 @@
+ ;;
+ esac
+ fi
+-echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
+-echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
++{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
++echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
+ with_gnu_ld=$lt_cv_prog_gnu_ld
+
+
+@@ -12803,8 +14856,8 @@
+ # Check if GNU C++ uses GNU ld as the underlying linker, since the
+ # archiving commands below assume that GNU ld is being used.
+ if test "$with_gnu_ld" = yes; then
+- archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
+- archive_expsym_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+
+ hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
+ export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
+@@ -12830,7 +14883,7 @@
+ # linker, instead of GNU ld. If possible, this setting should
+ # overridden to take advantage of the native linker features on
+ # the platform it is being used on.
+- archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib'
++ archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
+ fi
+
+ # Commands to make compiler produce verbose output that lists
+@@ -12845,8 +14898,8 @@
+ fi
+
+ # PORTME: fill in a description of your system's C++ link characteristics
+-echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
+ ld_shlibs_CXX=yes
+ case $host_os in
+ aix3*)
+@@ -12861,8 +14914,23 @@
+ exp_sym_flag='-Bexport'
+ no_entry_flag=""
+ else
+- # KDE requires run time linking. Make it the default.
+- aix_use_runtimelinking=yes
++ aix_use_runtimelinking=no
++
++ # Test if we are trying to use run time linking or normal
++ # AIX style linking. If -brtl is somewhere in LDFLAGS, we
++ # need to do runtime linking.
++ case $host_os in aix4.[23]|aix4.[23].*|aix5*)
++ for ld_flag in $LDFLAGS; do
++ case $ld_flag in
++ *-brtl*)
++ aix_use_runtimelinking=yes
++ break
++ ;;
++ esac
++ done
++ ;;
++ esac
++
+ exp_sym_flag='-bexport'
+ no_entry_flag='-bnoentry'
+ fi
+@@ -12879,7 +14947,7 @@
+ link_all_deplibs_CXX=yes
+
+ if test "$GXX" = yes; then
+- case $host_os in aix4.012|aix4.012.*)
++ case $host_os in aix4.[012]|aix4.[012].*)
+ # We only want to do this on AIX 4.2 and lower, the check
+ # below for broken collect2 doesn't work under 4.3+
+ collect2name=`${CC} -print-prog-name=collect2`
+@@ -12898,8 +14966,12 @@
+ hardcode_libdir_flag_spec_CXX='-L$libdir'
+ hardcode_libdir_separator_CXX=
+ fi
++ ;;
+ esac
+ shared_flag='-shared'
++ if test "$aix_use_runtimelinking" = yes; then
++ shared_flag="$shared_flag "'${wl}-G'
++ fi
+ else
+ # not using gcc
+ if test "$host_cpu" = ia64; then
+@@ -12908,15 +14980,16 @@
+ shared_flag='-G'
+ else
+ if test "$aix_use_runtimelinking" = yes; then
+- shared_flag='-qmkshrobj ${wl}-G'
++ shared_flag='${wl}-G'
+ else
+- shared_flag='-qmkshrobj'
++ shared_flag='${wl}-bM:SRE'
+ fi
+ fi
+ fi
+
+- # Let the compiler handle the export list.
+- always_export_symbols_CXX=no
++ # It seems that -bexpall does not export symbols beginning with
++ # underscore (_), so it is better to generate a list of symbols to export.
++ always_export_symbols_CXX=yes
+ if test "$aix_use_runtimelinking" = yes; then
+ # Warning - without using the other runtime loading flags (-brtl),
+ # -berok will link without error, but may produce a broken library.
+@@ -12938,24 +15011,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -12969,20 +15054,21 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
+
+ hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
+
+- archive_cmds_CXX="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
+- archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++ archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+ else
+ if test "$host_cpu" = ia64; then
+ hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
+ allow_undefined_flag_CXX="-z nodefs"
+- archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++ archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
+ else
+ # Determine the default libpath from the value encoded in an empty executable.
+ cat >conftest.$ac_ext <<_ACEOF
+@@ -13001,24 +15087,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -13032,7 +15130,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
+@@ -13042,16 +15142,26 @@
+ # -berok will link without error, but may produce a broken library.
+ no_undefined_flag_CXX=' ${wl}-bernotok'
+ allow_undefined_flag_CXX=' ${wl}-berok'
+- # -bexpall does not export symbols beginning with underscore (_)
+- always_export_symbols_CXX=yes
+ # Exported symbols can be pulled into shared objects from archives
+- whole_archive_flag_spec_CXX=' '
++ whole_archive_flag_spec_CXX='$convenience'
+ archive_cmds_need_lc_CXX=yes
+- # This is similar to how AIX traditionally builds it's shared libraries.
+- archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++ # This is similar to how AIX traditionally builds its shared libraries.
++ archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+ fi
+ fi
+ ;;
++
++ beos*)
++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++ allow_undefined_flag_CXX=unsupported
++ # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
++ # support --undefined. This deserves some investigation. FIXME
++ archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ else
++ ld_shlibs_CXX=no
++ fi
++ ;;
++
+ chorus*)
+ case $cc_basename in
+ *)
+@@ -13065,12 +15175,12 @@
+ # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
+ # as there is no search path for DLLs.
+ hardcode_libdir_flag_spec_CXX='-L$libdir'
+- allow_undefined_flag_CXX=no
++ allow_undefined_flag_CXX=unsupported
+ always_export_symbols_CXX=no
+ enable_shared_with_static_runtimes_CXX=yes
+
+ if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
+- archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++ archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ # If the export-symbols file already is a .def file (1st line
+ # is EXPORTS), use it as is; otherwise, prepend...
+ archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+@@ -13079,70 +15189,81 @@
+ echo EXPORTS > $output_objdir/$soname.def;
+ cat $export_symbols >> $output_objdir/$soname.def;
+ fi~
+- $CC -shared -nostdlib $output_objdir/$soname.def $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ else
+ ld_shlibs_CXX=no
+ fi
+ ;;
++ darwin* | rhapsody*)
++ case $host_os in
++ rhapsody* | darwin1.[012])
++ allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress'
++ ;;
++ *) # Darwin 1.3 on
++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++ allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++ else
++ case ${MACOSX_DEPLOYMENT_TARGET} in
++ 10.[012])
++ allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++ ;;
++ 10.*)
++ allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup'
++ ;;
++ esac
++ fi
++ ;;
++ esac
++ archive_cmds_need_lc_CXX=no
++ hardcode_direct_CXX=no
++ hardcode_automatic_CXX=yes
++ hardcode_shlibpath_var_CXX=unsupported
++ whole_archive_flag_spec_CXX=''
++ link_all_deplibs_CXX=yes
+
+- darwin* | rhapsody*)
+- if test "$GXX" = yes; then
+- archive_cmds_need_lc_CXX=no
+- case "$host_os" in
+- rhapsody* | darwin1.[012])
+- allow_undefined_flag_CXX='-Wl,-undefined -Wl,suppress'
+- ;;
+- *) # Darwin 1.3 on
+- if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+- allow_undefined_flag_CXX='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+- else
+- case ${MACOSX_DEPLOYMENT_TARGET} in
+- 10.012)
+- allow_undefined_flag_CXX='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+- ;;
+- 10.*)
+- allow_undefined_flag_CXX='-Wl,-undefined -Wl,dynamic_lookup'
+- ;;
+- esac
++ if test "$GXX" = yes ; then
++ lt_int_apple_cc_single_mod=no
++ output_verbose_link_cmd='echo'
++ if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
++ lt_int_apple_cc_single_mod=yes
+ fi
+- ;;
+- esac
+- lt_int_apple_cc_single_mod=no
+- output_verbose_link_cmd='echo'
+- if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
+- lt_int_apple_cc_single_mod=yes
+- fi
+- if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+- archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+- else
+- archive_cmds_CXX='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
+- fi
+- module_cmds_CXX='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+-
+- # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+- if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+- archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- else
+- archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- fi
+- module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- hardcode_direct_CXX=no
+- hardcode_automatic_CXX=yes
+- hardcode_shlibpath_var_CXX=unsupported
+- whole_archive_flag_spec_CXX='-all_load $convenience'
+- link_all_deplibs_CXX=yes
+- else
+- ld_shlibs_CXX=no
+- fi
+- ;;
++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
++ archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++ else
++ archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++ fi
++ module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
++ archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ else
++ archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ fi
++ module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ else
++ case $cc_basename in
++ xlc*)
++ output_verbose_link_cmd='echo'
++ archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++ module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++ archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ ;;
++ *)
++ ld_shlibs_CXX=no
++ ;;
++ esac
++ fi
++ ;;
+
+ dgux*)
+ case $cc_basename in
+- ec++)
++ ec++*)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+- ghcx)
++ ghcx*)
+ # Green Hills C++ Compiler
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+@@ -13153,14 +15274,14 @@
+ ;;
+ esac
+ ;;
+- freebsd12*)
++ freebsd[12]*)
+ # C++ shared libraries reported to be fairly broken before switch to ELF
+ ld_shlibs_CXX=no
+ ;;
+ freebsd-elf*)
+ archive_cmds_need_lc_CXX=no
+ ;;
+- freebsd* | kfreebsd*-gnu)
++ freebsd* | dragonfly*)
+ # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
+ # conventions
+ ld_shlibs_CXX=yes
+@@ -13177,12 +15298,12 @@
+ # location of the library.
+
+ case $cc_basename in
+- CC)
++ CC*)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+- aCC)
+- archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++ aCC*)
++ archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+@@ -13191,11 +15312,11 @@
+ # explicitly linking system object files so we need to strip them
+ # from the output so that they don't get included in the library
+ # dependencies.
+- output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
+ ;;
+ *)
+ if test "$GXX" = yes; then
+- archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++ archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+ else
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+@@ -13205,33 +15326,22 @@
+ ;;
+ hpux10*|hpux11*)
+ if test $with_gnu_ld = no; then
+- case "$host_cpu" in
+- hppa*64*)
+- hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
++ hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
++ hardcode_libdir_separator_CXX=:
++
++ case $host_cpu in
++ hppa*64*|ia64*)
+ hardcode_libdir_flag_spec_ld_CXX='+b $libdir'
+- hardcode_libdir_separator_CXX=:
+- ;;
+- ia64*)
+- hardcode_libdir_flag_spec_CXX='-L$libdir'
+ ;;
+ *)
+- hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
+- hardcode_libdir_separator_CXX=:
+ export_dynamic_flag_spec_CXX='${wl}-E'
+ ;;
+ esac
+ fi
+- case "$host_cpu" in
+- hppa*64*)
+- hardcode_direct_CXX=no
+- hardcode_shlibpath_var_CXX=no
+- ;;
+- ia64*)
++ case $host_cpu in
++ hppa*64*|ia64*)
+ hardcode_direct_CXX=no
+ hardcode_shlibpath_var_CXX=no
+- hardcode_minus_L_CXX=yes # Not in the search PATH,
+- # but as the default
+- # location of the library.
+ ;;
+ *)
+ hardcode_direct_CXX=yes
+@@ -13242,17 +15352,20 @@
+ esac
+
+ case $cc_basename in
+- CC)
++ CC*)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+- aCC)
+- case "$host_cpu" in
+- hppa*64*|ia64*)
+- archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
++ aCC*)
++ case $host_cpu in
++ hppa*64*)
++ archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
++ ;;
++ ia64*)
++ archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ *)
+- archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
++ archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ esac
+ # Commands to make compiler produce verbose output that lists
+@@ -13268,12 +15381,15 @@
+ *)
+ if test "$GXX" = yes; then
+ if test $with_gnu_ld = no; then
+- case "$host_cpu" in
+- ia64*|hppa*64*)
+- archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
++ case $host_cpu in
++ hppa*64*)
++ archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
++ ;;
++ ia64*)
++ archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ *)
+- archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
++ archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ ;;
+ esac
+ fi
+@@ -13284,11 +15400,25 @@
+ ;;
+ esac
+ ;;
++ interix3*)
++ hardcode_direct_CXX=no
++ hardcode_shlibpath_var_CXX=no
++ hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
++ export_dynamic_flag_spec_CXX='${wl}-E'
++ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
++ # Instead, shared libraries are loaded at an image base (0x10000000 by
++ # default) and relocated if they conflict, which is a slow very memory
++ # consuming and fragmenting process. To avoid this, we pick a random,
++ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
++ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
++ archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
++ archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
++ ;;
+ irix5* | irix6*)
+ case $cc_basename in
+- CC)
++ CC*)
+ # SGI C++
+- archive_cmds_CXX='$CC -shared -all -multigot $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
++ archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+
+ # Archives containing C++ object files must be created using
+ # "CC -ar", where "CC" is the IRIX C++ compiler. This is
+@@ -13299,9 +15429,9 @@
+ *)
+ if test "$GXX" = yes; then
+ if test "$with_gnu_ld" = no; then
+- archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
++ archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ else
+- archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
++ archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
+ fi
+ fi
+ link_all_deplibs_CXX=yes
+@@ -13310,16 +15440,16 @@
+ hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
+ hardcode_libdir_separator_CXX=:
+ ;;
+- linux*)
++ linux* | k*bsd*-gnu)
+ case $cc_basename in
+- KCC)
++ KCC*)
+ # Kuck and Associates, Inc. (KAI) C++ Compiler
+
+ # KCC will only create a shared library if the output file
+ # ends with ".so" (or ".sl" for HP-UX), so rename the library
+ # to its proper name (with version) after linking.
+- archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
+- archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
++ archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
++ archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+ # linking a shared library.
+@@ -13337,20 +15467,44 @@
+ # "CC -Bstatic", where "CC" is the KAI C++ compiler.
+ old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
+ ;;
+- icpc)
++ icpc*)
+ # Intel C++
+ with_gnu_ld=yes
++ # version 8.0 and above of icpc choke on multiply defined symbols
++ # if we add $predep_objects and $postdep_objects, however 7.1 and
++ # earlier do not add the objects themselves.
++ case `$CC -V 2>&1` in
++ *"Version 7."*)
++ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ ;;
++ *) # Version 8.0 or newer
++ tmp_idyn=
++ case $host_cpu in
++ ia64*) tmp_idyn=' -i_dynamic';;
++ esac
++ archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ ;;
++ esac
+ archive_cmds_need_lc_CXX=no
+- archive_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
+- archive_expsym_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
+ export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
+ whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
+ ;;
+- cxx)
++ pgCC*)
++ # Portland Group C++ compiler
++ archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
++ archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
++
++ hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
++ export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
++ whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++ ;;
++ cxx*)
+ # Compaq C++
+- archive_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
+- archive_expsym_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
++ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
+
+ runpath_var=LD_RUN_PATH
+ hardcode_libdir_flag_spec_CXX='-rpath $libdir'
+@@ -13378,7 +15532,7 @@
+ ;;
+ mvs*)
+ case $cc_basename in
+- cxx)
++ cxx*)
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+@@ -13388,7 +15542,7 @@
+ ;;
+ esac
+ ;;
+- netbsd*)
++ netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
+ wlarc=
+@@ -13399,15 +15553,31 @@
+ # Workaround some broken pre-1.5 toolchains
+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
+ ;;
++ openbsd2*)
++ # C++ shared libraries are fairly broken
++ ld_shlibs_CXX=no
++ ;;
++ openbsd*)
++ hardcode_direct_CXX=yes
++ hardcode_shlibpath_var_CXX=no
++ archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
++ hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++ archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
++ export_dynamic_flag_spec_CXX='${wl}-E'
++ whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++ fi
++ output_verbose_link_cmd='echo'
++ ;;
+ osf3*)
+ case $cc_basename in
+- KCC)
++ KCC*)
+ # Kuck and Associates, Inc. (KAI) C++ Compiler
+
+ # KCC will only create a shared library if the output file
+ # ends with ".so" (or ".sl" for HP-UX), so rename the library
+ # to its proper name (with version) after linking.
+- archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
++ archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
+
+ hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
+ hardcode_libdir_separator_CXX=:
+@@ -13417,14 +15587,14 @@
+ old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
+
+ ;;
+- RCC)
++ RCC*)
+ # Rational C++ 2.4.1
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+- cxx)
++ cxx*)
+ allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
+- archive_cmds_CXX='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
++ archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+
+ hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
+ hardcode_libdir_separator_CXX=:
+@@ -13442,7 +15612,7 @@
+ *)
+ if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+ allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
+- archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
++ archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+
+ hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
+ hardcode_libdir_separator_CXX=:
+@@ -13461,13 +15631,13 @@
+ ;;
+ osf4* | osf5*)
+ case $cc_basename in
+- KCC)
++ KCC*)
+ # Kuck and Associates, Inc. (KAI) C++ Compiler
+
+ # KCC will only create a shared library if the output file
+ # ends with ".so" (or ".sl" for HP-UX), so rename the library
+ # to its proper name (with version) after linking.
+- archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
++ archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
+
+ hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
+ hardcode_libdir_separator_CXX=:
+@@ -13476,17 +15646,17 @@
+ # the KAI C++ compiler.
+ old_archive_cmds_CXX='$CC -o $oldlib $oldobjs'
+ ;;
+- RCC)
++ RCC*)
+ # Rational C++ 2.4.1
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+- cxx)
++ cxx*)
+ allow_undefined_flag_CXX=' -expect_unresolved \*'
+- archive_cmds_CXX='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
++ archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
+ echo "-hidden">> $lib.exp~
+- $CC -shared$allow_undefined_flag $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~
++ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
+ $rm $lib.exp'
+
+ hardcode_libdir_flag_spec_CXX='-rpath $libdir'
+@@ -13505,7 +15675,7 @@
+ *)
+ if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+ allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
+- archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
++ archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+
+ hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
+ hardcode_libdir_separator_CXX=:
+@@ -13526,27 +15696,14 @@
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+- sco*)
+- archive_cmds_need_lc_CXX=no
+- case $cc_basename in
+- CC)
+- # FIXME: insert proper C++ library support
+- ld_shlibs_CXX=no
+- ;;
+- *)
+- # FIXME: insert proper C++ library support
+- ld_shlibs_CXX=no
+- ;;
+- esac
+- ;;
+ sunos4*)
+ case $cc_basename in
+- CC)
++ CC*)
+ # Sun C++ 4.x
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+ ;;
+- lcc)
++ lcc*)
+ # Lucid
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+@@ -13559,36 +15716,33 @@
+ ;;
+ solaris*)
+ case $cc_basename in
+- CC)
++ CC*)
+ # Sun C++ 4.2, 5.x and Centerline C++
++ archive_cmds_need_lc_CXX=yes
+ no_undefined_flag_CXX=' -zdefs'
+- archive_cmds_CXX='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
++ archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+- $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
++ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
+
+ hardcode_libdir_flag_spec_CXX='-R$libdir'
+ hardcode_shlibpath_var_CXX=no
+ case $host_os in
+- solaris2.0-5 | solaris2.0-5.*) ;;
++ solaris2.[0-5] | solaris2.[0-5].*) ;;
+ *)
+ # The C++ compiler is used as linker so we must use $wl
+ # flag to pass the commands to the underlying system
+- # linker.
++ # linker. We must also pass each convience library through
++ # to the system linker between allextract/defaultextract.
++ # The C++ compiler will combine linker options so we
++ # cannot just pass the convience library names through
++ # without $wl.
+ # Supported since Solaris 2.6 (maybe 2.5.1?)
+- whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
++ whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
+ ;;
+ esac
+ link_all_deplibs_CXX=yes
+
+- # Commands to make compiler produce verbose output that lists
+- # what "hidden" libraries, object files and flags are used when
+- # linking a shared library.
+- #
+- # There doesn't appear to be a way to prevent this compiler from
+- # explicitly linking system object files so we need to strip them
+- # from the output so that they don't get included in the library
+- # dependencies.
+- output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++ output_verbose_link_cmd='echo'
+
+ # Archives containing C++ object files must be created using
+ # "CC -xar", where "CC" is the Sun C++ compiler. This is
+@@ -13596,9 +15750,9 @@
+ # in the archive.
+ old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
+ ;;
+- gcx)
++ gcx*)
+ # Green Hills C++ Compiler
+- archive_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
++ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+
+ # The C++ compiler must be used to create the archive.
+ old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
+@@ -13608,9 +15762,9 @@
+ if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+ no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
+ if $CC --version | grep -v '^2\.7' > /dev/null; then
+- archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
++ archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+ archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+- $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
++ $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
+
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+@@ -13619,9 +15773,9 @@
+ else
+ # g++ 2.7 appears to require `-G' NOT `-shared' on this
+ # platform.
+- archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
++ archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+ archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+- $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
++ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
+
+ # Commands to make compiler produce verbose output that lists
+ # what "hidden" libraries, object files and flags are used when
+@@ -13634,12 +15788,63 @@
+ ;;
+ esac
+ ;;
+- sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
++ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
++ no_undefined_flag_CXX='${wl}-z,text'
++ archive_cmds_need_lc_CXX=no
++ hardcode_shlibpath_var_CXX=no
++ runpath_var='LD_RUN_PATH'
++
++ case $cc_basename in
++ CC*)
++ archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
++ ;;
++ *)
++ archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
++ ;;
++ esac
++ ;;
++ sysv5* | sco3.2v5* | sco5v6*)
++ # Note: We can NOT use -z defs as we might desire, because we do not
++ # link with -lc, and that would cause any symbols used from libc to
++ # always be unresolved, which means just about no library would
++ # ever link correctly. If we're not using GNU ld we use -z text
++ # though, which does catch some bad symbols but isn't as heavy-handed
++ # as -z defs.
++ # For security reasons, it is highly recommended that you always
++ # use absolute paths for naming shared libraries, and exclude the
++ # DT_RUNPATH tag from executables and libraries. But doing so
++ # requires that you compile everything twice, which is a pain.
++ # So that behaviour is only enabled if SCOABSPATH is set to a
++ # non-empty value in the environment. Most likely only useful for
++ # creating official distributions of packages.
++ # This is a hack until libtool officially supports absolute path
++ # names for shared libraries.
++ no_undefined_flag_CXX='${wl}-z,text'
++ allow_undefined_flag_CXX='${wl}-z,nodefs'
+ archive_cmds_need_lc_CXX=no
++ hardcode_shlibpath_var_CXX=no
++ hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
++ hardcode_libdir_separator_CXX=':'
++ link_all_deplibs_CXX=yes
++ export_dynamic_flag_spec_CXX='${wl}-Bexport'
++ runpath_var='LD_RUN_PATH'
++
++ case $cc_basename in
++ CC*)
++ archive_cmds_CXX='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ ;;
++ *)
++ archive_cmds_CXX='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ ;;
++ esac
+ ;;
+ tandem*)
+ case $cc_basename in
+- NCC)
++ NCC*)
+ # NonStop-UX NCC 3.20
+ # FIXME: insert proper C++ library support
+ ld_shlibs_CXX=no
+@@ -13659,8 +15864,8 @@
+ ld_shlibs_CXX=no
+ ;;
+ esac
+-echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
+-echo "${ECHO_T}$ld_shlibs_CXX" >&6
++{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
++echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
+ test "$ld_shlibs_CXX" = no && can_build_shared=no
+
+ GCC_CXX="$GXX"
+@@ -13696,7 +15901,7 @@
+ # The `*' in the case matches for architectures that use `case' in
+ # $output_verbose_cmd can trigger glob expansion during the loop
+ # eval without this substitution.
+- output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
++ output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
+
+ for p in `eval $output_verbose_link_cmd`; do
+ case $p in
+@@ -13736,7 +15941,7 @@
+ fi
+ ;;
+
+- *.$objext|*.$libext)
++ *.$objext)
+ # This assumes that the test object file only shows up
+ # once in the compiler output.
+ if test "$p" = "conftest.$objext"; then
+@@ -13772,6 +15977,29 @@
+
+ $rm -f confest.$objext
+
++# PORTME: override above test on systems where it is broken
++case $host_os in
++interix3*)
++ # Interix 3.5 installs completely hosed .la files for C++, so rather than
++ # hack all around it, let's just trust "g++" to DTRT.
++ predep_objects_CXX=
++ postdep_objects_CXX=
++ postdeps_CXX=
++ ;;
++
++solaris*)
++ case $cc_basename in
++ CC*)
++ # Adding this requires a known-good setup of shared libraries for
++ # Sun compiler versions before 5.6, else PIC objects from an old
++ # archive will be linked into the output, leading to subtle bugs.
++ postdeps_CXX='-lCstd -lCrun'
++ ;;
++ esac
++ ;;
++esac
++
++
+ case " $postdeps_CXX " in
+ *" -lc "*) archive_cmds_need_lc_CXX=no ;;
+ esac
+@@ -13780,8 +16008,8 @@
+ lt_prog_compiler_pic_CXX=
+ lt_prog_compiler_static_CXX=
+
+-echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
+-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
+
+ # C++ specific cases for pic, static, wl, etc.
+ if test "$GXX" = yes; then
+@@ -13819,6 +16047,10 @@
+ # DJGPP does not support shared libraries at all
+ lt_prog_compiler_pic_CXX=
+ ;;
++ interix3*)
++ # Interix 3.x gcc -fpic/-fPIC options generate broken code.
++ # Instead, we relocate shared libraries at runtime.
++ ;;
+ sysv4*MP*)
+ if test -d /usr/nec; then
+ lt_prog_compiler_pic_CXX=-Kconform_pic
+@@ -13827,7 +16059,7 @@
+ hpux*)
+ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+ # not for PA HP-UX.
+- case "$host_cpu" in
++ case $host_cpu in
+ hppa*64*|ia64*)
+ ;;
+ *)
+@@ -13852,18 +16084,28 @@
+ ;;
+ chorus*)
+ case $cc_basename in
+- cxch68)
++ cxch68*)
+ # Green Hills C++ Compiler
+ # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
+ ;;
+ esac
+ ;;
++ darwin*)
++ # PIC is the default on this platform
++ # Common symbols not allowed in MH_DYLIB files
++ case $cc_basename in
++ xlc*)
++ lt_prog_compiler_pic_CXX='-qnocommon'
++ lt_prog_compiler_wl_CXX='-Wl,'
++ ;;
++ esac
++ ;;
+ dgux*)
+ case $cc_basename in
+- ec++)
++ ec++*)
+ lt_prog_compiler_pic_CXX='-KPIC'
+ ;;
+- ghcx)
++ ghcx*)
+ # Green Hills C++ Compiler
+ lt_prog_compiler_pic_CXX='-pic'
+ ;;
+@@ -13871,22 +16113,22 @@
+ ;;
+ esac
+ ;;
+- freebsd* | kfreebsd*-gnu)
++ freebsd* | dragonfly*)
+ # FreeBSD uses GNU C++
+ ;;
+ hpux9* | hpux10* | hpux11*)
+ case $cc_basename in
+- CC)
++ CC*)
+ lt_prog_compiler_wl_CXX='-Wl,'
+- lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
++ lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
+ if test "$host_cpu" != ia64; then
+ lt_prog_compiler_pic_CXX='+Z'
+ fi
+ ;;
+- aCC)
++ aCC*)
+ lt_prog_compiler_wl_CXX='-Wl,'
+- lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
+- case "$host_cpu" in
++ lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
++ case $host_cpu in
+ hppa*64*|ia64*)
+ # +Z the default
+ ;;
+@@ -13899,9 +16141,13 @@
+ ;;
+ esac
+ ;;
++ interix*)
++ # This is c89, which is MS Visual C++ (no shared libs)
++ # Anyone wants to do a port?
++ ;;
+ irix5* | irix6* | nonstopux*)
+ case $cc_basename in
+- CC)
++ CC*)
+ lt_prog_compiler_wl_CXX='-Wl,'
+ lt_prog_compiler_static_CXX='-non_shared'
+ # CC pic flag -KPIC is the default.
+@@ -13910,20 +16156,26 @@
+ ;;
+ esac
+ ;;
+- linux*)
++ linux* | k*bsd*-gnu)
+ case $cc_basename in
+- KCC)
++ KCC*)
+ # KAI C++ Compiler
+ lt_prog_compiler_wl_CXX='--backend -Wl,'
+ lt_prog_compiler_pic_CXX='-fPIC'
+ ;;
+- icpc)
++ icpc* | ecpc*)
+ # Intel C++
+ lt_prog_compiler_wl_CXX='-Wl,'
+ lt_prog_compiler_pic_CXX='-KPIC'
+ lt_prog_compiler_static_CXX='-static'
+ ;;
+- cxx)
++ pgCC*)
++ # Portland Group C++ compiler.
++ lt_prog_compiler_wl_CXX='-Wl,'
++ lt_prog_compiler_pic_CXX='-fpic'
++ lt_prog_compiler_static_CXX='-Bstatic'
++ ;;
++ cxx*)
+ # Compaq C++
+ # Make sure the PIC flag is empty. It appears that all Alpha
+ # Linux and Compaq Tru64 Unix objects are PIC.
+@@ -13940,25 +16192,25 @@
+ ;;
+ mvs*)
+ case $cc_basename in
+- cxx)
++ cxx*)
+ lt_prog_compiler_pic_CXX='-W c,exportall'
+ ;;
+ *)
+ ;;
+ esac
+ ;;
+- netbsd*)
++ netbsd* | netbsdelf*-gnu)
+ ;;
+ osf3* | osf4* | osf5*)
+ case $cc_basename in
+- KCC)
++ KCC*)
+ lt_prog_compiler_wl_CXX='--backend -Wl,'
+ ;;
+- RCC)
++ RCC*)
+ # Rational C++ 2.4.1
+ lt_prog_compiler_pic_CXX='-pic'
+ ;;
+- cxx)
++ cxx*)
+ # Digital/Compaq C++
+ lt_prog_compiler_wl_CXX='-Wl,'
+ # Make sure the PIC flag is empty. It appears that all Alpha
+@@ -13972,24 +16224,15 @@
+ ;;
+ psos*)
+ ;;
+- sco*)
+- case $cc_basename in
+- CC)
+- lt_prog_compiler_pic_CXX='-fPIC'
+- ;;
+- *)
+- ;;
+- esac
+- ;;
+ solaris*)
+ case $cc_basename in
+- CC)
++ CC*)
+ # Sun C++ 4.2, 5.x and Centerline C++
+ lt_prog_compiler_pic_CXX='-KPIC'
+ lt_prog_compiler_static_CXX='-Bstatic'
+ lt_prog_compiler_wl_CXX='-Qoption ld '
+ ;;
+- gcx)
++ gcx*)
+ # Green Hills C++ Compiler
+ lt_prog_compiler_pic_CXX='-PIC'
+ ;;
+@@ -13999,12 +16242,12 @@
+ ;;
+ sunos4*)
+ case $cc_basename in
+- CC)
++ CC*)
+ # Sun C++ 4.x
+ lt_prog_compiler_pic_CXX='-pic'
+ lt_prog_compiler_static_CXX='-Bstatic'
+ ;;
+- lcc)
++ lcc*)
+ # Lucid
+ lt_prog_compiler_pic_CXX='-pic'
+ ;;
+@@ -14014,7 +16257,7 @@
+ ;;
+ tandem*)
+ case $cc_basename in
+- NCC)
++ NCC*)
+ # NonStop-UX NCC 3.20
+ lt_prog_compiler_pic_CXX='-KPIC'
+ ;;
+@@ -14022,7 +16265,14 @@
+ ;;
+ esac
+ ;;
+- unixware*)
++ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
++ case $cc_basename in
++ CC*)
++ lt_prog_compiler_wl_CXX='-Wl,'
++ lt_prog_compiler_pic_CXX='-KPIC'
++ lt_prog_compiler_static_CXX='-Bstatic'
++ ;;
++ esac
+ ;;
+ vxworks*)
+ ;;
+@@ -14032,16 +16282,16 @@
+ esac
+ fi
+
+-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
+-echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6
++{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
+
+ #
+ # Check to make sure the PIC flag actually works.
+ #
+ if test -n "$lt_prog_compiler_pic_CXX"; then
+
+-echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
+-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
+ if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -14055,26 +16305,28 @@
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ # The option is referenced via a variable to avoid confusing sed.
+ lt_compile=`echo "$ac_compile" | $SED \
+- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:14061: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:16311: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>conftest.err)
+ ac_status=$?
+ cat conftest.err >&5
+- echo "$as_me:14065: \$? = $ac_status" >&5
++ echo "$as_me:16315: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s "$ac_outfile"; then
+ # The compiler can only warn and ignore the option if not recognized
+- # So say no if there are warnings
+- if test ! -s conftest.err; then
++ # So say no if there are warnings other than the usual output.
++ $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
++ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
++ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+ lt_prog_compiler_pic_works_CXX=yes
+ fi
+ fi
+ $rm conftest*
+
+ fi
+-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
+-echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6
++{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6; }
+
+ if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then
+ case $lt_prog_compiler_pic_CXX in
+@@ -14087,7 +16339,7 @@
+ fi
+
+ fi
+-case "$host_os" in
++case $host_os in
+ # For platforms which do not support PIC, -DPIC is meaningless:
+ *djgpp*)
+ lt_prog_compiler_pic_CXX=
+@@ -14097,8 +16349,50 @@
+ ;;
+ esac
+
+-echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
+-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
++#
++# Check to make sure the static flag actually works.
++#
++wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
++{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
++echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
++if test "${lt_prog_compiler_static_works_CXX+set}" = set; then
++ echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++ lt_prog_compiler_static_works_CXX=no
++ save_LDFLAGS="$LDFLAGS"
++ LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
++ printf "$lt_simple_link_test_code" > conftest.$ac_ext
++ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
++ # The linker can only warn and ignore the option if not recognized
++ # So say no if there are warnings
++ if test -s conftest.err; then
++ # Append any errors to the config.log.
++ cat conftest.err 1>&5
++ $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
++ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
++ if diff conftest.exp conftest.er2 >/dev/null; then
++ lt_prog_compiler_static_works_CXX=yes
++ fi
++ else
++ lt_prog_compiler_static_works_CXX=yes
++ fi
++ fi
++ $rm conftest*
++ LDFLAGS="$save_LDFLAGS"
++
++fi
++{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5
++echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6; }
++
++if test x"$lt_prog_compiler_static_works_CXX" = xyes; then
++ :
++else
++ lt_prog_compiler_static_CXX=
++fi
++
++
++{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
+ if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -14109,60 +16403,58 @@
+ mkdir out
+ printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+- # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
+- # that will create temporary files in the current directory regardless of
+- # the output directory. Thus, making CWD read-only will cause this test
+- # to fail, enabling locking or at least warning the user not to do parallel
+- # builds.
+- chmod -w .
+-
+ lt_compiler_flag="-o out/conftest2.$ac_objext"
+ # Insert the option either (1) after the last *FLAGS variable, or
+ # (2) before a word containing "conftest.", or (3) at the end.
+ # Note that $ac_compile itself does not contain backslashes and begins
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ lt_compile=`echo "$ac_compile" | $SED \
+- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:14128: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:16415: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>out/conftest.err)
+ ac_status=$?
+ cat out/conftest.err >&5
+- echo "$as_me:14132: \$? = $ac_status" >&5
++ echo "$as_me:16419: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s out/conftest2.$ac_objext
+ then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings
+- if test ! -s out/conftest.err; then
++ $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
++ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
++ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+ lt_cv_prog_compiler_c_o_CXX=yes
+ fi
+ fi
+- chmod u+w .
+- $rm conftest* out/*
+- rmdir out
++ chmod u+w . 2>&5
++ $rm conftest*
++ # SGI C++ compiler will create directory out/ii_files/ for
++ # template instantiation
++ test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++ $rm out/* && rmdir out
+ cd ..
+ rmdir conftest
+ $rm conftest*
+
+ fi
+-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
+-echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6
++{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
+
+
+ hard_links="nottested"
+ if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
+ # do not overwrite the value of need_locks provided by the user
+- echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
+-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
+ hard_links=yes
+ $rm conftest*
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+ touch conftest.a
+ ln conftest.a conftest.b 2>&5 || hard_links=no
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+- echo "$as_me:$LINENO: result: $hard_links" >&5
+-echo "${ECHO_T}$hard_links" >&6
++ { echo "$as_me:$LINENO: result: $hard_links" >&5
++echo "${ECHO_T}$hard_links" >&6; }
+ if test "$hard_links" = no; then
+ { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+ echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
+@@ -14172,8 +16464,8 @@
+ need_locks=no
+ fi
+
+-echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
+
+ export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+ case $host_os in
+@@ -14190,22 +16482,20 @@
+ export_symbols_cmds_CXX="$ltdll_cmds"
+ ;;
+ cygwin* | mingw*)
+- export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++ export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++ ;;
++ linux* | k*bsd*-gnu)
++ link_all_deplibs_CXX=no
+ ;;
+ *)
+ export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+ ;;
+ esac
+
+-echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
+-echo "${ECHO_T}$ld_shlibs_CXX" >&6
++{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
++echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
+ test "$ld_shlibs_CXX" = no && can_build_shared=no
+
+-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+-if test "$GCC" = yes; then
+- variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+-fi
+-
+ #
+ # Do we need to explicitly link libc?
+ #
+@@ -14223,8 +16513,8 @@
+ # Test whether the compiler implicitly links with -lc since on some
+ # systems, -lgcc has to come before -lc. If gcc already passes -lc
+ # to ld, don't add -lc before -lgcc.
+- echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
+-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
+ $rm conftest*
+ printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+@@ -14238,6 +16528,7 @@
+ libobjs=conftest.$ac_objext
+ deplibs=
+ wl=$lt_prog_compiler_wl_CXX
++ pic_flag=$lt_prog_compiler_pic_CXX
+ compiler_flags=-v
+ linker_flags=-v
+ verstring=
+@@ -14260,20 +16551,20 @@
+ cat conftest.err 1>&5
+ fi
+ $rm conftest*
+- echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
+-echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6
++ { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
++echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
+ ;;
+ esac
+ fi
+ ;;
+ esac
+
+-echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
+-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
+ library_names_spec=
+ libname_spec='lib$name'
+ soname_spec=
+-shrext=".so"
++shrext_cmds=".so"
+ postinstall_cmds=
+ postuninstall_cmds=
+ finish_cmds=
+@@ -14283,7 +16574,20 @@
+ version_type=none
+ dynamic_linker="$host_os ld.so"
+ sys_lib_dlsearch_path_spec="/lib /usr/lib"
+-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++if test "$GCC" = yes; then
++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++ if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++ # if the path contains ";" then we assume it to be the separator
++ # otherwise default to the standard path separator (i.e. ":") - it is
++ # assumed that no part of a normal pathname contains ";" but that should
++ # okay in the real world where ";" in dirpaths is itself problematic.
++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++ else
++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
++ fi
++else
++ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
+ need_lib_prefix=unknown
+ hardcode_into_libs=no
+
+@@ -14348,7 +16652,7 @@
+ amigaos*)
+ library_names_spec='$libname.ixlibrary $libname.a'
+ # Create ${libname}_ixlibrary.a entries in /sys/libs.
+- finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
++ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+ ;;
+
+ beos*)
+@@ -14357,7 +16661,7 @@
+ shlibpath_var=LIBRARY_PATH
+ ;;
+
+-bsdi4*)
++bsdi[45]*)
+ version_type=linux
+ need_version=no
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+@@ -14373,7 +16677,7 @@
+
+ cygwin* | mingw* | pw32*)
+ version_type=windows
+- shrext=".dll"
++ shrext_cmds=".dll"
+ need_version=no
+ need_lib_prefix=no
+
+@@ -14385,7 +16689,8 @@
+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
+ dldir=$destdir/`dirname \$dlpath`~
+ test -d \$dldir || mkdir -p \$dldir~
+- $install_prog $dir/$dlname \$dldir/$dlname'
++ $install_prog $dir/$dlname \$dldir/$dlname~
++ chmod a+x \$dldir/$dlname'
+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+ dlpath=$dir/\$dldll~
+ $rm \$dlpath'
+@@ -14415,7 +16720,7 @@
+ ;;
+ pw32*)
+ # pw32 DLLs use 'pw' prefix rather than 'lib'
+- library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
++ library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+ ;;
+ esac
+ ;;
+@@ -14438,7 +16743,7 @@
+ soname_spec='${libname}${release}${major}$shared_ext'
+ shlibpath_overrides_runpath=yes
+ shlibpath_var=DYLD_LIBRARY_PATH
+- shrext='$(test .$module = .yes && echo .so || echo .dylib)'
++ shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+ # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
+ if test "$GCC" = yes; then
+ sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
+@@ -14461,20 +16766,17 @@
+ dynamic_linker=no
+ ;;
+
+-kfreebsd*-gnu*)
+- version_type=linux
+- need_lib_prefix=no
+- need_version=no
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- shlibpath_var=LD_LIBRARY_PATH
+- shlibpath_overrides_runpath=no
+- hardcode_into_libs=yes
+- dynamic_linker='GNU ld.so'
+- ;;
+-
+-freebsd*)
+- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
++freebsd* | dragonfly*)
++ # DragonFly does not have aout. When/if they implement a new
++ # versioning mechanism, adjust this.
++ if test -x /usr/bin/objformat; then
++ objformat=`/usr/bin/objformat`
++ else
++ case $host_os in
++ freebsd[123]*) objformat=aout ;;
++ *) objformat=elf ;;
++ esac
++ fi
+ version_type=freebsd-$objformat
+ case $version_type in
+ freebsd-elf*)
+@@ -14492,14 +16794,19 @@
+ freebsd2*)
+ shlibpath_overrides_runpath=yes
+ ;;
+- freebsd3.01* | freebsdelf3.01*)
++ freebsd3.[01]* | freebsdelf3.[01]*)
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
+ ;;
+- *) # from 3.2 on
++ freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
++ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ ;;
++ freebsd*) # from 4.6 on
++ shlibpath_overrides_runpath=yes
++ hardcode_into_libs=yes
++ ;;
+ esac
+ ;;
+
+@@ -14519,9 +16826,9 @@
+ version_type=sunos
+ need_lib_prefix=no
+ need_version=no
+- case "$host_cpu" in
++ case $host_cpu in
+ ia64*)
+- shrext='.so'
++ shrext_cmds='.so'
+ hardcode_into_libs=yes
+ dynamic_linker="$host_os dld.so"
+ shlibpath_var=LD_LIBRARY_PATH
+@@ -14536,7 +16843,7 @@
+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+ ;;
+ hppa*64*)
+- shrext='.sl'
++ shrext_cmds='.sl'
+ hardcode_into_libs=yes
+ dynamic_linker="$host_os dld.sl"
+ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+@@ -14547,7 +16854,7 @@
+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+ ;;
+ *)
+- shrext='.sl'
++ shrext_cmds='.sl'
+ dynamic_linker="$host_os dld.sl"
+ shlibpath_var=SHLIB_PATH
+ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+@@ -14559,6 +16866,18 @@
+ postinstall_cmds='chmod 555 $lib'
+ ;;
+
++interix3*)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
++ ;;
++
+ irix5* | irix6* | nonstopux*)
+ case $host_os in
+ nonstopux*) version_type=nonstopux ;;
+@@ -14602,29 +16921,26 @@
+ ;;
+
+ # This must be Linux ELF.
+-linux*)
++linux* | k*bsd*-gnu)
+ version_type=linux
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+- libsuff=
+- if test "x$LINUX_64_MODE" = x64; then
+- # Some platforms are per default 64-bit, so there's no /lib64
+- if test -d /lib64; then
+- libsuff=64
+- fi
+- fi
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+- sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
+- sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
+ # This implies no fast_install, which is unacceptable.
+ # Some rework will be needed to allow for fast_install
+ # before this can be enabled.
+ hardcode_into_libs=yes
+
++ # Append ld.so.conf contents to the search path
++ if test -f /etc/ld.so.conf; then
++ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++ fi
++
+ # We used to test for /lib/ld.so.1 and disable shared libraries on
+ # powerpc, because MkLinux only supported shared libraries with the
+ # GNU dynamic linker. Since this was broken with cross compilers,
+@@ -14634,6 +16950,18 @@
+ dynamic_linker='GNU/Linux ld.so'
+ ;;
+
++netbsdelf*-gnu)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
++ dynamic_linker='NetBSD ld.elf_so'
++ ;;
++
+ netbsd*)
+ version_type=sunos
+ need_lib_prefix=no
+@@ -14643,7 +16971,7 @@
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+ dynamic_linker='NetBSD (a.out) ld.so'
+ else
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ dynamic_linker='NetBSD ld.elf_so'
+ fi
+@@ -14671,8 +16999,13 @@
+
+ openbsd*)
+ version_type=sunos
++ sys_lib_dlsearch_path_spec="/usr/lib"
+ need_lib_prefix=no
+- need_version=no
++ # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++ case $host_os in
++ openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++ *) need_version=no ;;
++ esac
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+ shlibpath_var=LD_LIBRARY_PATH
+@@ -14692,7 +17025,7 @@
+
+ os2*)
+ libname_spec='$name'
+- shrext=".dll"
++ shrext_cmds=".dll"
+ need_lib_prefix=no
+ library_names_spec='$libname${shared_ext} $libname.a'
+ dynamic_linker='OS/2 ld.exe'
+@@ -14710,13 +17043,6 @@
+ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
+ ;;
+
+-sco3.2v5*)
+- version_type=osf
+- soname_spec='${libname}${release}${shared_ext}$major'
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- shlibpath_var=LD_LIBRARY_PATH
+- ;;
+-
+ solaris*)
+ version_type=linux
+ need_lib_prefix=no
+@@ -14742,7 +17068,7 @@
+ need_version=yes
+ ;;
+
+-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++sysv4 | sysv4.3*)
+ version_type=linux
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+@@ -14775,6 +17101,29 @@
+ fi
+ ;;
+
++sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
++ version_type=freebsd-elf
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ hardcode_into_libs=yes
++ if test "$with_gnu_ld" = yes; then
++ sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
++ shlibpath_overrides_runpath=no
++ else
++ sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
++ shlibpath_overrides_runpath=yes
++ case $host_os in
++ sco3.2v5*)
++ sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
++ ;;
++ esac
++ fi
++ sys_lib_dlsearch_path_spec='/usr/lib'
++ ;;
++
+ uts4*)
+ version_type=linux
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+@@ -14786,16 +17135,21 @@
+ dynamic_linker=no
+ ;;
+ esac
+-echo "$as_me:$LINENO: result: $dynamic_linker" >&5
+-echo "${ECHO_T}$dynamic_linker" >&6
++{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
++echo "${ECHO_T}$dynamic_linker" >&6; }
+ test "$dynamic_linker" = no && can_build_shared=no
+
+-echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
+-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
++variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
++if test "$GCC" = yes; then
++ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
++fi
++
++{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
+ hardcode_action_CXX=
+ if test -n "$hardcode_libdir_flag_spec_CXX" || \
+- test -n "$runpath_var CXX" || \
+- test "X$hardcode_automatic_CXX"="Xyes" ; then
++ test -n "$runpath_var_CXX" || \
++ test "X$hardcode_automatic_CXX" = "Xyes" ; then
+
+ # We can hardcode non-existant directories.
+ if test "$hardcode_direct_CXX" != no &&
+@@ -14815,8 +17169,8 @@
+ # directories.
+ hardcode_action_CXX=unsupported
+ fi
+-echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
+-echo "${ECHO_T}$hardcode_action_CXX" >&6
++{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
++echo "${ECHO_T}$hardcode_action_CXX" >&6; }
+
+ if test "$hardcode_action_CXX" = relink; then
+ # Fast installation is not supported
+@@ -14827,1235 +17181,413 @@
+ enable_fast_install=needless
+ fi
+
+-striplib=
+-old_striplib=
+-echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
+-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
+-if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
+- test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
+- test -z "$striplib" && striplib="$STRIP --strip-unneeded"
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
+-else
+-# FIXME - insert some real tests, host_os isn't really good enough
+- case $host_os in
+- darwin*)
+- if test -n "$STRIP" ; then
+- striplib="$STRIP -x"
+- 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
+- ;;
+- *)
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
+- ;;
+- esac
+-fi
+-
+-if test "x$enable_dlopen" != xyes; then
+- enable_dlopen=unknown
+- enable_dlopen_self=unknown
+- enable_dlopen_self_static=unknown
+-else
+- lt_cv_dlopen=no
+- lt_cv_dlopen_libs=
+-
+- case $host_os in
+- beos*)
+- lt_cv_dlopen="load_add_on"
+- lt_cv_dlopen_libs=
+- lt_cv_dlopen_self=yes
+- ;;
+-
+- mingw* | pw32*)
+- lt_cv_dlopen="LoadLibrary"
+- lt_cv_dlopen_libs=
+- ;;
+-
+- cygwin*)
+- lt_cv_dlopen="dlopen"
+- lt_cv_dlopen_libs=
+- ;;
+-
+- darwin*)
+- # if libdl is installed we need to link against it
+- echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
+-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
+-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- ac_check_lib_save_LIBS=$LIBS
+-LIBS="-ldl $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 gcc2 internal prototype to avoid an error. */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+-char dlopen ();
+-int
+-main ()
+-{
+-dlopen ();
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- ac_cv_lib_dl_dlopen=yes
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++# The else clause should only fire when bootstrapping the
++# libtool distribution, otherwise you forgot to ship ltmain.sh
++# with your package, and you will get complaints that there are
++# no rules to generate ltmain.sh.
++if test -f "$ltmain"; then
++ # See if we are running on zsh, and set the options which allow our commands through
++ # without removal of \ escapes.
++ if test -n "${ZSH_VERSION+set}" ; then
++ setopt NO_GLOB_SUBST
++ fi
++ # Now quote all the things that may contain metacharacters while being
++ # careful not to overquote the AC_SUBSTed values. We take copies of the
++ # variables and quote the copies for generation of the libtool script.
++ for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
++ SED SHELL STRIP \
++ libname_spec library_names_spec soname_spec extract_expsyms_cmds \
++ old_striplib striplib file_magic_cmd finish_cmds finish_eval \
++ deplibs_check_method reload_flag reload_cmds need_locks \
++ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
++ lt_cv_sys_global_symbol_to_c_name_address \
++ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
++ old_postinstall_cmds old_postuninstall_cmds \
++ compiler_CXX \
++ CC_CXX \
++ LD_CXX \
++ lt_prog_compiler_wl_CXX \
++ lt_prog_compiler_pic_CXX \
++ lt_prog_compiler_static_CXX \
++ lt_prog_compiler_no_builtin_flag_CXX \
++ export_dynamic_flag_spec_CXX \
++ thread_safe_flag_spec_CXX \
++ whole_archive_flag_spec_CXX \
++ enable_shared_with_static_runtimes_CXX \
++ old_archive_cmds_CXX \
++ old_archive_from_new_cmds_CXX \
++ predep_objects_CXX \
++ postdep_objects_CXX \
++ predeps_CXX \
++ postdeps_CXX \
++ compiler_lib_search_path_CXX \
++ archive_cmds_CXX \
++ archive_expsym_cmds_CXX \
++ postinstall_cmds_CXX \
++ postuninstall_cmds_CXX \
++ old_archive_from_expsyms_cmds_CXX \
++ allow_undefined_flag_CXX \
++ no_undefined_flag_CXX \
++ export_symbols_cmds_CXX \
++ hardcode_libdir_flag_spec_CXX \
++ hardcode_libdir_flag_spec_ld_CXX \
++ hardcode_libdir_separator_CXX \
++ hardcode_automatic_CXX \
++ module_cmds_CXX \
++ module_expsym_cmds_CXX \
++ lt_cv_prog_compiler_c_o_CXX \
++ exclude_expsyms_CXX \
++ include_expsyms_CXX; do
+
+-ac_cv_lib_dl_dlopen=no
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_check_lib_save_LIBS
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
+-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
+-if test $ac_cv_lib_dl_dlopen = yes; then
+- lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
+-else
++ case $var in
++ old_archive_cmds_CXX | \
++ old_archive_from_new_cmds_CXX | \
++ archive_cmds_CXX | \
++ archive_expsym_cmds_CXX | \
++ module_cmds_CXX | \
++ module_expsym_cmds_CXX | \
++ old_archive_from_expsyms_cmds_CXX | \
++ export_symbols_cmds_CXX | \
++ extract_expsyms_cmds | reload_cmds | finish_cmds | \
++ postinstall_cmds | postuninstall_cmds | \
++ old_postinstall_cmds | old_postuninstall_cmds | \
++ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
++ # Double-quote double-evaled strings.
++ eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
++ ;;
++ *)
++ eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
++ ;;
++ esac
++ done
+
+- lt_cv_dlopen="dyld"
+- lt_cv_dlopen_libs=
+- lt_cv_dlopen_self=yes
++ case $lt_echo in
++ *'\$0 --fallback-echo"')
++ lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
++ ;;
++ esac
+
+-fi
++cfgfile="$ofile"
+
+- ;;
++ cat <<__EOF__ >> "$cfgfile"
++# ### BEGIN LIBTOOL TAG CONFIG: $tagname
+
+- *)
+- echo "$as_me:$LINENO: checking for shl_load" >&5
+-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
+-if test "${ac_cv_func_shl_load+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
+-/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
+- For example, HP-UX 11i <limits.h> declares gettimeofday. */
+-#define shl_load innocuous_shl_load
++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
+
+-/* System header to define __stub macros and hopefully few prototypes,
+- which can conflict with char shl_load (); below.
+- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+- <limits.h> exists even on freestanding compilers. */
++# Shell to use when invoking shell scripts.
++SHELL=$lt_SHELL
+
+-#ifdef __STDC__
+-# include <limits.h>
+-#else
+-# include <assert.h>
+-#endif
++# Whether or not to build shared libraries.
++build_libtool_libs=$enable_shared
+
+-#undef shl_load
++# Whether or not to build static libraries.
++build_old_libs=$enable_static
+
+-/* Override any gcc2 internal prototype to avoid an error. */
+-#ifdef __cplusplus
+-extern "C"
+-{
+-#endif
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+-char shl_load ();
+-/* The GNU C library defines this for functions which it implements
+- to always fail with ENOSYS. Some functions are actually named
+- something starting with __ and the normal name is an alias. */
+-#if defined (__stub_shl_load) || defined (__stub___shl_load)
+-choke me
+-#else
+-char (*f) () = shl_load;
+-#endif
+-#ifdef __cplusplus
+-}
+-#endif
++# Whether or not to add -lc for building shared libraries.
++build_libtool_need_lc=$archive_cmds_need_lc_CXX
+
+-int
+-main ()
+-{
+-return f != shl_load;
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- ac_cv_func_shl_load=yes
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++# Whether or not to disallow shared libs when runtime libs are static
++allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
+
+-ac_cv_func_shl_load=no
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
+-echo "${ECHO_T}$ac_cv_func_shl_load" >&6
+-if test $ac_cv_func_shl_load = yes; then
+- lt_cv_dlopen="shl_load"
+-else
+- echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
+-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
+-if test "${ac_cv_lib_dld_shl_load+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- ac_check_lib_save_LIBS=$LIBS
+-LIBS="-ldld $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
++# Whether or not to optimize for fast installation.
++fast_install=$enable_fast_install
+
+-/* Override any gcc2 internal prototype to avoid an error. */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+-char shl_load ();
+-int
+-main ()
+-{
+-shl_load ();
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- ac_cv_lib_dld_shl_load=yes
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++# The host system.
++host_alias=$host_alias
++host=$host
++host_os=$host_os
+
+-ac_cv_lib_dld_shl_load=no
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_check_lib_save_LIBS
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
+-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
+-if test $ac_cv_lib_dld_shl_load = yes; then
+- lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
+-else
+- echo "$as_me:$LINENO: checking for dlopen" >&5
+-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
+-if test "${ac_cv_func_dlopen+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
+-/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
+- For example, HP-UX 11i <limits.h> declares gettimeofday. */
+-#define dlopen innocuous_dlopen
+-
+-/* System header to define __stub macros and hopefully few prototypes,
+- which can conflict with char dlopen (); below.
+- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+- <limits.h> exists even on freestanding compilers. */
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
+
+-#ifdef __STDC__
+-# include <limits.h>
+-#else
+-# include <assert.h>
+-#endif
++# An echo program that does not interpret backslashes.
++echo=$lt_echo
+
+-#undef dlopen
++# The archiver.
++AR=$lt_AR
++AR_FLAGS=$lt_AR_FLAGS
+
+-/* Override any gcc2 internal prototype to avoid an error. */
+-#ifdef __cplusplus
+-extern "C"
+-{
+-#endif
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+-char dlopen ();
+-/* The GNU C library defines this for functions which it implements
+- to always fail with ENOSYS. Some functions are actually named
+- something starting with __ and the normal name is an alias. */
+-#if defined (__stub_dlopen) || defined (__stub___dlopen)
+-choke me
+-#else
+-char (*f) () = dlopen;
+-#endif
+-#ifdef __cplusplus
+-}
+-#endif
++# A C compiler.
++LTCC=$lt_LTCC
+
+-int
+-main ()
+-{
+-return f != dlopen;
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- ac_cv_func_dlopen=yes
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++# LTCC compiler flags.
++LTCFLAGS=$lt_LTCFLAGS
+
+-ac_cv_func_dlopen=no
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
+-echo "${ECHO_T}$ac_cv_func_dlopen" >&6
+-if test $ac_cv_func_dlopen = yes; then
+- lt_cv_dlopen="dlopen"
+-else
+- echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
+-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
+-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- ac_check_lib_save_LIBS=$LIBS
+-LIBS="-ldl $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
++# A language-specific compiler.
++CC=$lt_compiler_CXX
+
+-/* Override any gcc2 internal prototype to avoid an error. */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+-char dlopen ();
+-int
+-main ()
+-{
+-dlopen ();
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- ac_cv_lib_dl_dlopen=yes
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++# Is the compiler the GNU C compiler?
++with_gcc=$GCC_CXX
+
+-ac_cv_lib_dl_dlopen=no
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_check_lib_save_LIBS
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
+-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
+-if test $ac_cv_lib_dl_dlopen = yes; then
+- lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
+-else
+- echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
+-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
+-if test "${ac_cv_lib_svld_dlopen+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lsvld $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
++# An ERE matcher.
++EGREP=$lt_EGREP
+
+-/* Override any gcc2 internal prototype to avoid an error. */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+-char dlopen ();
+-int
+-main ()
+-{
+-dlopen ();
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- ac_cv_lib_svld_dlopen=yes
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++# The linker used to build libraries.
++LD=$lt_LD_CXX
+
+-ac_cv_lib_svld_dlopen=no
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_check_lib_save_LIBS
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
+-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
+-if test $ac_cv_lib_svld_dlopen = yes; then
+- lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
+-else
+- echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
+-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
+-if test "${ac_cv_lib_dld_dld_link+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- ac_check_lib_save_LIBS=$LIBS
+-LIBS="-ldld $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
++# Whether we need hard or soft links.
++LN_S=$lt_LN_S
+
+-/* Override any gcc2 internal prototype to avoid an error. */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+-char dld_link ();
+-int
+-main ()
+-{
+-dld_link ();
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- ac_cv_lib_dld_dld_link=yes
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++# A BSD-compatible nm program.
++NM=$lt_NM
+
+-ac_cv_lib_dld_dld_link=no
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_check_lib_save_LIBS
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
+-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
+-if test $ac_cv_lib_dld_dld_link = yes; then
+- lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
+-fi
++# A symbol stripping program
++STRIP=$lt_STRIP
+
++# Used to examine libraries when file_magic_cmd begins "file"
++MAGIC_CMD=$MAGIC_CMD
+
+-fi
++# Used on cygwin: DLL creation program.
++DLLTOOL="$DLLTOOL"
+
++# Used on cygwin: object dumper.
++OBJDUMP="$OBJDUMP"
+
+-fi
+-
++# Used on cygwin: assembler.
++AS="$AS"
+
+-fi
++# The name of the directory that contains temporary libtool files.
++objdir=$objdir
+
++# How to create reloadable object files.
++reload_flag=$lt_reload_flag
++reload_cmds=$lt_reload_cmds
+
+-fi
++# How to pass a linker flag through the compiler.
++wl=$lt_lt_prog_compiler_wl_CXX
+
++# Object file suffix (normally "o").
++objext="$ac_objext"
+
+-fi
++# Old archive suffix (normally "a").
++libext="$libext"
+
+- ;;
+- esac
++# Shared library suffix (normally ".so").
++shrext_cmds='$shrext_cmds'
+
+- if test "x$lt_cv_dlopen" != xno; then
+- enable_dlopen=yes
+- else
+- enable_dlopen=no
+- fi
++# Executable file suffix (normally "").
++exeext="$exeext"
+
+- case $lt_cv_dlopen in
+- dlopen)
+- save_CPPFLAGS="$CPPFLAGS"
+- test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
++# Additional compiler flags for building library objects.
++pic_flag=$lt_lt_prog_compiler_pic_CXX
++pic_mode=$pic_mode
+
+- save_LDFLAGS="$LDFLAGS"
+- eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
++# What is the maximum length of a command?
++max_cmd_len=$lt_cv_sys_max_cmd_len
+
+- save_LIBS="$LIBS"
+- LIBS="$lt_cv_dlopen_libs $LIBS"
++# Does compiler simultaneously support -c and -o options?
++compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
+
+- echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
+-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
+-if test "${lt_cv_dlopen_self+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- if test "$cross_compiling" = yes; then :
+- lt_cv_dlopen_self=cross
+-else
+- lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+- lt_status=$lt_dlunknown
+- cat > conftest.$ac_ext <<EOF
+-#line 15464 "configure"
+-#include "confdefs.h"
++# Must we lock files when doing compilation?
++need_locks=$lt_need_locks
+
+-#if HAVE_DLFCN_H
+-#include <dlfcn.h>
+-#endif
++# Do we need the lib prefix for modules?
++need_lib_prefix=$need_lib_prefix
+
+-#include <stdio.h>
++# Do we need a version for libraries?
++need_version=$need_version
+
+-#ifdef RTLD_GLOBAL
+-# define LT_DLGLOBAL RTLD_GLOBAL
+-#else
+-# ifdef DL_GLOBAL
+-# define LT_DLGLOBAL DL_GLOBAL
+-# else
+-# define LT_DLGLOBAL 0
+-# endif
+-#endif
++# Whether dlopen is supported.
++dlopen_support=$enable_dlopen
+
+-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
+- find out it does not work in some platform. */
+-#ifndef LT_DLLAZY_OR_NOW
+-# ifdef RTLD_LAZY
+-# define LT_DLLAZY_OR_NOW RTLD_LAZY
+-# else
+-# ifdef DL_LAZY
+-# define LT_DLLAZY_OR_NOW DL_LAZY
+-# else
+-# ifdef RTLD_NOW
+-# define LT_DLLAZY_OR_NOW RTLD_NOW
+-# else
+-# ifdef DL_NOW
+-# define LT_DLLAZY_OR_NOW DL_NOW
+-# else
+-# define LT_DLLAZY_OR_NOW 0
+-# endif
+-# endif
+-# endif
+-# endif
+-#endif
++# Whether dlopen of programs is supported.
++dlopen_self=$enable_dlopen_self
+
+-#ifdef __cplusplus
+-extern "C" void exit (int);
+-#endif
++# Whether dlopen of statically linked programs is supported.
++dlopen_self_static=$enable_dlopen_self_static
+
+-void fnord() { int i=42;}
+-int main ()
+-{
+- void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+- int status = $lt_dlunknown;
++# Compiler flag to prevent dynamic linking.
++link_static_flag=$lt_lt_prog_compiler_static_CXX
+
+- if (self)
+- {
+- if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
+- else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
+- /* dlclose (self); */
+- }
++# Compiler flag to turn off builtin functions.
++no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
+
+- exit (status);
+-}
+-EOF
+- if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
+- (./conftest; exit; ) 2>/dev/null
+- lt_status=$?
+- case x$lt_status in
+- x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
+- x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
+- x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
+- esac
+- else :
+- # compilation failed
+- lt_cv_dlopen_self=no
+- fi
+-fi
+-rm -fr conftest*
++# Compiler flag to allow reflexive dlopens.
++export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
+
++# Compiler flag to generate shared objects directly from archives.
++whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
+
+-fi
+-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
+-echo "${ECHO_T}$lt_cv_dlopen_self" >&6
++# Compiler flag to generate thread-safe objects.
++thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
+
+- if test "x$lt_cv_dlopen_self" = xyes; then
+- LDFLAGS="$LDFLAGS $link_static_flag"
+- echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
+-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
+-if test "${lt_cv_dlopen_self_static+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- if test "$cross_compiling" = yes; then :
+- lt_cv_dlopen_self_static=cross
+-else
+- lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+- lt_status=$lt_dlunknown
+- cat > conftest.$ac_ext <<EOF
+-#line 15562 "configure"
+-#include "confdefs.h"
++# Library versioning type.
++version_type=$version_type
+
+-#if HAVE_DLFCN_H
+-#include <dlfcn.h>
+-#endif
++# Format of library name prefix.
++libname_spec=$lt_libname_spec
+
+-#include <stdio.h>
++# List of archive names. First name is the real one, the rest are links.
++# The last name is the one that the linker finds with -lNAME.
++library_names_spec=$lt_library_names_spec
+
+-#ifdef RTLD_GLOBAL
+-# define LT_DLGLOBAL RTLD_GLOBAL
+-#else
+-# ifdef DL_GLOBAL
+-# define LT_DLGLOBAL DL_GLOBAL
+-# else
+-# define LT_DLGLOBAL 0
+-# endif
+-#endif
++# The coded name of the library, if different from the real name.
++soname_spec=$lt_soname_spec
+
+-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
+- find out it does not work in some platform. */
+-#ifndef LT_DLLAZY_OR_NOW
+-# ifdef RTLD_LAZY
+-# define LT_DLLAZY_OR_NOW RTLD_LAZY
+-# else
+-# ifdef DL_LAZY
+-# define LT_DLLAZY_OR_NOW DL_LAZY
+-# else
+-# ifdef RTLD_NOW
+-# define LT_DLLAZY_OR_NOW RTLD_NOW
+-# else
+-# ifdef DL_NOW
+-# define LT_DLLAZY_OR_NOW DL_NOW
+-# else
+-# define LT_DLLAZY_OR_NOW 0
+-# endif
+-# endif
+-# endif
+-# endif
+-#endif
++# Commands used to build and install an old-style archive.
++RANLIB=$lt_RANLIB
++old_archive_cmds=$lt_old_archive_cmds_CXX
++old_postinstall_cmds=$lt_old_postinstall_cmds
++old_postuninstall_cmds=$lt_old_postuninstall_cmds
+
+-#ifdef __cplusplus
+-extern "C" void exit (int);
+-#endif
++# Create an old-style archive from a shared archive.
++old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
+
+-void fnord() { int i=42;}
+-int main ()
+-{
+- void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+- int status = $lt_dlunknown;
++# Create a temporary old-style archive to link instead of a shared archive.
++old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
+
+- if (self)
+- {
+- if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
+- else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
+- /* dlclose (self); */
+- }
++# Commands used to build and install a shared archive.
++archive_cmds=$lt_archive_cmds_CXX
++archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
++postinstall_cmds=$lt_postinstall_cmds
++postuninstall_cmds=$lt_postuninstall_cmds
+
+- exit (status);
+-}
+-EOF
+- if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
+- (./conftest; exit; ) 2>/dev/null
+- lt_status=$?
+- case x$lt_status in
+- x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
+- x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
+- x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
+- esac
+- else :
+- # compilation failed
+- lt_cv_dlopen_self_static=no
+- fi
+-fi
+-rm -fr conftest*
++# Commands used to build a loadable module (assumed same as above if empty)
++module_cmds=$lt_module_cmds_CXX
++module_expsym_cmds=$lt_module_expsym_cmds_CXX
+
++# Commands to strip libraries.
++old_striplib=$lt_old_striplib
++striplib=$lt_striplib
+
+-fi
+-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
+-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
+- fi
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predep_objects=$lt_predep_objects_CXX
+
+- CPPFLAGS="$save_CPPFLAGS"
+- LDFLAGS="$save_LDFLAGS"
+- LIBS="$save_LIBS"
+- ;;
+- esac
+-
+- case $lt_cv_dlopen_self in
+- yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
+- *) enable_dlopen_self=unknown ;;
+- esac
+-
+- case $lt_cv_dlopen_self_static in
+- yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
+- *) enable_dlopen_self_static=unknown ;;
+- esac
+-fi
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdep_objects=$lt_postdep_objects_CXX
+
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predeps=$lt_predeps_CXX
+
+-# The else clause should only fire when bootstrapping the
+-# libtool distribution, otherwise you forgot to ship ltmain.sh
+-# with your package, and you will get complaints that there are
+-# no rules to generate ltmain.sh.
+-if test -f "$ltmain"; then
+- # See if we are running on zsh, and set the options which allow our commands through
+- # without removal of \ escapes.
+- if test -n "${ZSH_VERSION+set}" ; then
+- setopt NO_GLOB_SUBST
+- fi
+- # Now quote all the things that may contain metacharacters while being
+- # careful not to overquote the AC_SUBSTed values. We take copies of the
+- # variables and quote the copies for generation of the libtool script.
+- for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
+- libname_spec library_names_spec soname_spec extract_expsyms_cmds \
+- old_striplib striplib file_magic_cmd finish_cmds finish_eval \
+- deplibs_check_method reload_flag reload_cmds need_locks \
+- lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
+- lt_cv_sys_global_symbol_to_c_name_address \
+- sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
+- old_postinstall_cmds old_postuninstall_cmds \
+- compiler_CXX \
+- CC_CXX \
+- LD_CXX \
+- lt_prog_compiler_wl_CXX \
+- lt_prog_compiler_pic_CXX \
+- lt_prog_compiler_static_CXX \
+- lt_prog_compiler_no_builtin_flag_CXX \
+- export_dynamic_flag_spec_CXX \
+- thread_safe_flag_spec_CXX \
+- whole_archive_flag_spec_CXX \
+- enable_shared_with_static_runtimes_CXX \
+- old_archive_cmds_CXX \
+- old_archive_from_new_cmds_CXX \
+- predep_objects_CXX \
+- postdep_objects_CXX \
+- predeps_CXX \
+- postdeps_CXX \
+- compiler_lib_search_path_CXX \
+- archive_cmds_CXX \
+- archive_expsym_cmds_CXX \
+- postinstall_cmds_CXX \
+- postuninstall_cmds_CXX \
+- old_archive_from_expsyms_cmds_CXX \
+- allow_undefined_flag_CXX \
+- no_undefined_flag_CXX \
+- export_symbols_cmds_CXX \
+- hardcode_libdir_flag_spec_CXX \
+- hardcode_libdir_flag_spec_ld_CXX \
+- hardcode_libdir_separator_CXX \
+- hardcode_automatic_CXX \
+- module_cmds_CXX \
+- module_expsym_cmds_CXX \
+- lt_cv_prog_compiler_c_o_CXX \
+- exclude_expsyms_CXX \
+- include_expsyms_CXX; do
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdeps=$lt_postdeps_CXX
+
+- case $var in
+- old_archive_cmds_CXX | \
+- old_archive_from_new_cmds_CXX | \
+- archive_cmds_CXX | \
+- archive_expsym_cmds_CXX | \
+- module_cmds_CXX | \
+- module_expsym_cmds_CXX | \
+- old_archive_from_expsyms_cmds_CXX | \
+- export_symbols_cmds_CXX | \
+- extract_expsyms_cmds | reload_cmds | finish_cmds | \
+- postinstall_cmds | postuninstall_cmds | \
+- old_postinstall_cmds | old_postuninstall_cmds | \
+- sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
+- # Double-quote double-evaled strings.
+- eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
+- ;;
+- *)
+- eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
+- ;;
+- esac
+- done
++# The library search path used internally by the compiler when linking
++# a shared library.
++compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
+
+- case $lt_echo in
+- *'\$0 --fallback-echo"')
+- lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
+- ;;
+- esac
++# Method to check whether dependent libraries are shared objects.
++deplibs_check_method=$lt_deplibs_check_method
+
+-cfgfile="$ofile"
++# Command to use when deplibs_check_method == file_magic.
++file_magic_cmd=$lt_file_magic_cmd
+
+- cat <<__EOF__ >> "$cfgfile"
+-# ### BEGIN LIBTOOL TAG CONFIG: $tagname
++# Flag that allows shared libraries with undefined symbols to be built.
++allow_undefined_flag=$lt_allow_undefined_flag_CXX
+
+-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
++# Flag that forces no undefined symbols.
++no_undefined_flag=$lt_no_undefined_flag_CXX
+
+-# Shell to use when invoking shell scripts.
+-SHELL=$lt_SHELL
++# Commands used to finish a libtool library installation in a directory.
++finish_cmds=$lt_finish_cmds
+
+-# Whether or not to build shared libraries.
+-build_libtool_libs=$enable_shared
++# Same as above, but a single script fragment to be evaled but not shown.
++finish_eval=$lt_finish_eval
+
+-# Whether or not to build static libraries.
+-build_old_libs=$enable_static
++# Take the output of nm and produce a listing of raw symbols and C names.
++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
+
+-# Whether or not to add -lc for building shared libraries.
+-build_libtool_need_lc=$archive_cmds_need_lc_CXX
++# Transform the output of nm in a proper C declaration
++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
+
+-# Whether or not to disallow shared libs when runtime libs are static
+-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
++# Transform the output of nm in a C name address pair
++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
+
+-# Whether or not to optimize for fast installation.
+-fast_install=$enable_fast_install
++# This is the shared library runtime path variable.
++runpath_var=$runpath_var
+
+-# The host system.
+-host_alias=$host_alias
+-host=$host
++# This is the shared library path variable.
++shlibpath_var=$shlibpath_var
+
+-# An echo program that does not interpret backslashes.
+-echo=$lt_echo
++# Is shlibpath searched before the hard-coded library search path?
++shlibpath_overrides_runpath=$shlibpath_overrides_runpath
+
+-# The archiver.
+-AR=$lt_AR
+-AR_FLAGS=$lt_AR_FLAGS
++# How to hardcode a shared library path into an executable.
++hardcode_action=$hardcode_action_CXX
+
+-# A C compiler.
+-LTCC=$lt_LTCC
++# Whether we should hardcode library paths into libraries.
++hardcode_into_libs=$hardcode_into_libs
+
+-# A language-specific compiler.
+-CC=$lt_compiler_CXX
++# Flag to hardcode \$libdir into a binary during linking.
++# This must work even if \$libdir does not exist.
++hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
+
+-# Is the compiler the GNU C compiler?
+-with_gcc=$GCC_CXX
++# If ld is used when linking, flag to hardcode \$libdir into
++# a binary during linking. This must work even if \$libdir does
++# not exist.
++hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
+
+-# An ERE matcher.
+-EGREP=$lt_EGREP
++# Whether we need a single -rpath flag with a separated argument.
++hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
+
+-# The linker used to build libraries.
+-LD=$lt_LD_CXX
++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
++# resulting binary.
++hardcode_direct=$hardcode_direct_CXX
+
+-# Whether we need hard or soft links.
+-LN_S=$lt_LN_S
++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
++# resulting binary.
++hardcode_minus_L=$hardcode_minus_L_CXX
+
+-# A BSD-compatible nm program.
+-NM=$lt_NM
++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
++# the resulting binary.
++hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
+
+-# A symbol stripping program
+-STRIP=$STRIP
++# Set to yes if building a shared library automatically hardcodes DIR into the library
++# and all subsequent libraries and executables linked against it.
++hardcode_automatic=$hardcode_automatic_CXX
+
+-# Used to examine libraries when file_magic_cmd begins "file"
+-MAGIC_CMD=$MAGIC_CMD
++# Variables whose values should be saved in libtool wrapper scripts and
++# restored at relink time.
++variables_saved_for_relink="$variables_saved_for_relink"
+
+-# Used on cygwin: DLL creation program.
+-DLLTOOL="$DLLTOOL"
++# Whether libtool must link a program against all its dependency libraries.
++link_all_deplibs=$link_all_deplibs_CXX
+
+-# Used on cygwin: object dumper.
+-OBJDUMP="$OBJDUMP"
++# Compile-time system search path for libraries
++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
+
+-# Used on cygwin: assembler.
+-AS="$AS"
++# Run-time system search path for libraries
++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
+
+-# The name of the directory that contains temporary libtool files.
+-objdir=$objdir
++# Fix the shell variable \$srcfile for the compiler.
++fix_srcfile_path="$fix_srcfile_path_CXX"
+
+-# How to create reloadable object files.
+-reload_flag=$lt_reload_flag
+-reload_cmds=$lt_reload_cmds
++# Set to yes if exported symbols are required.
++always_export_symbols=$always_export_symbols_CXX
+
+-# How to pass a linker flag through the compiler.
+-wl=$lt_lt_prog_compiler_wl_CXX
++# The commands to list exported symbols.
++export_symbols_cmds=$lt_export_symbols_cmds_CXX
+
+-# Object file suffix (normally "o").
+-objext="$ac_objext"
++# The commands to extract the exported symbol list from a shared archive.
++extract_expsyms_cmds=$lt_extract_expsyms_cmds
+
+-# Old archive suffix (normally "a").
+-libext="$libext"
++# Symbols that should not be listed in the preloaded symbols.
++exclude_expsyms=$lt_exclude_expsyms_CXX
+
+-# Shared library suffix (normally ".so").
+-shrext='$shrext'
++# Symbols that must always be exported.
++include_expsyms=$lt_include_expsyms_CXX
+
+-# Executable file suffix (normally "").
+-exeext="$exeext"
++# ### END LIBTOOL TAG CONFIG: $tagname
+
+-# Additional compiler flags for building library objects.
+-pic_flag=$lt_lt_prog_compiler_pic_CXX
+-pic_mode=$pic_mode
++__EOF__
+
+-# What is the maximum length of a command?
+-max_cmd_len=$lt_cv_sys_max_cmd_len
+
+-# Does compiler simultaneously support -c and -o options?
+-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
+-
+-# Must we lock files when doing compilation ?
+-need_locks=$lt_need_locks
+-
+-# Do we need the lib prefix for modules?
+-need_lib_prefix=$need_lib_prefix
+-
+-# Do we need a version for libraries?
+-need_version=$need_version
+-
+-# Whether dlopen is supported.
+-dlopen_support=$enable_dlopen
+-
+-# Whether dlopen of programs is supported.
+-dlopen_self=$enable_dlopen_self
+-
+-# Whether dlopen of statically linked programs is supported.
+-dlopen_self_static=$enable_dlopen_self_static
+-
+-# Compiler flag to prevent dynamic linking.
+-link_static_flag=$lt_lt_prog_compiler_static_CXX
+-
+-# Compiler flag to turn off builtin functions.
+-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
+-
+-# Compiler flag to allow reflexive dlopens.
+-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
+-
+-# Compiler flag to generate shared objects directly from archives.
+-whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
+-
+-# Compiler flag to generate thread-safe objects.
+-thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
+-
+-# Library versioning type.
+-version_type=$version_type
+-
+-# Format of library name prefix.
+-libname_spec=$lt_libname_spec
+-
+-# List of archive names. First name is the real one, the rest are links.
+-# The last name is the one that the linker finds with -lNAME.
+-library_names_spec=$lt_library_names_spec
+-
+-# The coded name of the library, if different from the real name.
+-soname_spec=$lt_soname_spec
+-
+-# Commands used to build and install an old-style archive.
+-RANLIB=$lt_RANLIB
+-old_archive_cmds=$lt_old_archive_cmds_CXX
+-old_postinstall_cmds=$lt_old_postinstall_cmds
+-old_postuninstall_cmds=$lt_old_postuninstall_cmds
+-
+-# Create an old-style archive from a shared archive.
+-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
+-
+-# Create a temporary old-style archive to link instead of a shared archive.
+-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
+-
+-# Commands used to build and install a shared archive.
+-archive_cmds=$lt_archive_cmds_CXX
+-archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
+-postinstall_cmds=$lt_postinstall_cmds
+-postuninstall_cmds=$lt_postuninstall_cmds
+-
+-# Commands used to build a loadable module (assumed same as above if empty)
+-module_cmds=$lt_module_cmds_CXX
+-module_expsym_cmds=$lt_module_expsym_cmds_CXX
+-
+-# Commands to strip libraries.
+-old_striplib=$lt_old_striplib
+-striplib=$lt_striplib
+-
+-# Dependencies to place before the objects being linked to create a
+-# shared library.
+-predep_objects=$lt_predep_objects_CXX
+-
+-# Dependencies to place after the objects being linked to create a
+-# shared library.
+-postdep_objects=$lt_postdep_objects_CXX
+-
+-# Dependencies to place before the objects being linked to create a
+-# shared library.
+-predeps=$lt_predeps_CXX
+-
+-# Dependencies to place after the objects being linked to create a
+-# shared library.
+-postdeps=$lt_postdeps_CXX
+-
+-# The library search path used internally by the compiler when linking
+-# a shared library.
+-compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
+-
+-# Method to check whether dependent libraries are shared objects.
+-deplibs_check_method=$lt_deplibs_check_method
+-
+-# Command to use when deplibs_check_method == file_magic.
+-file_magic_cmd=$lt_file_magic_cmd
+-
+-# Flag that allows shared libraries with undefined symbols to be built.
+-allow_undefined_flag=$lt_allow_undefined_flag_CXX
+-
+-# Flag that forces no undefined symbols.
+-no_undefined_flag=$lt_no_undefined_flag_CXX
+-
+-# Commands used to finish a libtool library installation in a directory.
+-finish_cmds=$lt_finish_cmds
+-
+-# Same as above, but a single script fragment to be evaled but not shown.
+-finish_eval=$lt_finish_eval
+-
+-# Take the output of nm and produce a listing of raw symbols and C names.
+-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
+-
+-# Transform the output of nm in a proper C declaration
+-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
+-
+-# Transform the output of nm in a C name address pair
+-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
+-
+-# This is the shared library runtime path variable.
+-runpath_var=$runpath_var
+-
+-# This is the shared library path variable.
+-shlibpath_var=$shlibpath_var
+-
+-# Is shlibpath searched before the hard-coded library search path?
+-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
+-
+-# How to hardcode a shared library path into an executable.
+-hardcode_action=$hardcode_action_CXX
+-
+-# Whether we should hardcode library paths into libraries.
+-hardcode_into_libs=$hardcode_into_libs
+-
+-# Flag to hardcode \$libdir into a binary during linking.
+-# This must work even if \$libdir does not exist.
+-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
+-
+-# If ld is used when linking, flag to hardcode \$libdir into
+-# a binary during linking. This must work even if \$libdir does
+-# not exist.
+-hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
+-
+-# Whether we need a single -rpath flag with a separated argument.
+-hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
+-
+-# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
+-# resulting binary.
+-hardcode_direct=$hardcode_direct_CXX
+-
+-# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
+-# resulting binary.
+-hardcode_minus_L=$hardcode_minus_L_CXX
+-
+-# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
+-# the resulting binary.
+-hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
+-
+-# Set to yes if building a shared library automatically hardcodes DIR into the library
+-# and all subsequent libraries and executables linked against it.
+-hardcode_automatic=$hardcode_automatic_CXX
+-
+-# Variables whose values should be saved in libtool wrapper scripts and
+-# restored at relink time.
+-variables_saved_for_relink="$variables_saved_for_relink"
+-
+-# Whether libtool must link a program against all its dependency libraries.
+-link_all_deplibs=$link_all_deplibs_CXX
+-
+-# Compile-time system search path for libraries
+-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
+-
+-# Run-time system search path for libraries
+-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
+-
+-# Fix the shell variable \$srcfile for the compiler.
+-fix_srcfile_path="$fix_srcfile_path_CXX"
+-
+-# Set to yes if exported symbols are required.
+-always_export_symbols=$always_export_symbols_CXX
+-
+-# The commands to list exported symbols.
+-export_symbols_cmds=$lt_export_symbols_cmds_CXX
+-
+-# The commands to extract the exported symbol list from a shared archive.
+-extract_expsyms_cmds=$lt_extract_expsyms_cmds
+-
+-# Symbols that should not be listed in the preloaded symbols.
+-exclude_expsyms=$lt_exclude_expsyms_CXX
+-
+-# Symbols that must always be exported.
+-include_expsyms=$lt_include_expsyms_CXX
+-
+-# ### END LIBTOOL TAG CONFIG: $tagname
+-
+-__EOF__
+-
+-
+-else
+- # If there is no Makefile yet, we rely on a make rule to execute
+- # `config.status --recheck' to rerun these tests and create the
+- # libtool script then.
+- test -f Makefile && make "$ltmain"
+-fi
++else
++ # If there is no Makefile yet, we rely on a make rule to execute
++ # `config.status --recheck' to rerun these tests and create the
++ # libtool script then.
++ ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++ if test -f "$ltmain_in"; then
++ test -f Makefile && make "$ltmain"
++ fi
++fi
+
+
+ ac_ext=c
+@@ -16126,29 +17658,55 @@
+ # If no C compiler was specified, use CC.
+ LTCC=${LTCC-"$CC"}
+
++# If no C compiler flags were specified, use CFLAGS.
++LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
++
+ # Allow CC to be a program name with arguments.
+ compiler=$CC
+
+
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
+ # Allow CC to be a program name with arguments.
+ lt_save_CC="$CC"
+ CC=${F77-"f77"}
+ compiler=$CC
+ compiler_F77=$CC
+-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
++for cc_temp in $compiler""; do
++ case $cc_temp in
++ compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++ distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++ \-*) ;;
++ *) break;;
++ esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
+
+-echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
+-echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
+-echo "$as_me:$LINENO: result: $can_build_shared" >&5
+-echo "${ECHO_T}$can_build_shared" >&6
+
+-echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
+-echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
++echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
++{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
++echo "${ECHO_T}$can_build_shared" >&6; }
++
++{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
++echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
+ test "$can_build_shared" = "no" && enable_shared=no
+
+ # On AIX, shared libraries and static libraries use the same namespace, and
+ # are all built from PIC.
+-case "$host_os" in
++case $host_os in
+ aix3*)
+ test "$enable_shared" = yes && enable_static=no
+ if test -n "$RANLIB"; then
+@@ -16156,21 +17714,21 @@
+ postinstall_cmds='$RANLIB $lib'
+ fi
+ ;;
+-aix4*)
+- test "$enable_shared" = yes && enable_static=no
++aix4* | aix5*)
++ if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
++ test "$enable_shared" = yes && enable_static=no
++ fi
+ ;;
+ esac
+-echo "$as_me:$LINENO: result: $enable_shared" >&5
+-echo "${ECHO_T}$enable_shared" >&6
++{ echo "$as_me:$LINENO: result: $enable_shared" >&5
++echo "${ECHO_T}$enable_shared" >&6; }
+
+-echo "$as_me:$LINENO: checking whether to build static libraries" >&5
+-echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
++echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
+ # Make sure either enable_shared or enable_static is yes.
+ test "$enable_shared" = yes || enable_static=yes
+-echo "$as_me:$LINENO: result: $enable_static" >&5
+-echo "${ECHO_T}$enable_static" >&6
+-
+-test "$ld_shlibs_F77" = no && can_build_shared=no
++{ echo "$as_me:$LINENO: result: $enable_static" >&5
++echo "${ECHO_T}$enable_static" >&6; }
+
+ GCC_F77="$G77"
+ LD_F77="$LD"
+@@ -16179,8 +17737,8 @@
+ lt_prog_compiler_pic_F77=
+ lt_prog_compiler_static_F77=
+
+-echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
+-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
+
+ if test "$GCC" = yes; then
+ lt_prog_compiler_wl_F77='-Wl,'
+@@ -16218,6 +17776,11 @@
+ lt_prog_compiler_pic_F77='-fno-common'
+ ;;
+
++ interix3*)
++ # Interix 3.x gcc -fpic/-fPIC options generate broken code.
++ # Instead, we relocate shared libraries at runtime.
++ ;;
++
+ msdosdjgpp*)
+ # Just because we use GCC doesn't mean we suddenly get shared libraries
+ # on systems that don't support them.
+@@ -16234,7 +17797,7 @@
+ hpux*)
+ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+ # not for PA HP-UX.
+- case "$host_cpu" in
++ case $host_cpu in
+ hppa*64*|ia64*)
+ # +Z the default
+ ;;
+@@ -16260,6 +17823,16 @@
+ lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp'
+ fi
+ ;;
++ darwin*)
++ # PIC is the default on this platform
++ # Common symbols not allowed in MH_DYLIB files
++ case $cc_basename in
++ xlc*)
++ lt_prog_compiler_pic_F77='-qnocommon'
++ lt_prog_compiler_wl_F77='-Wl,'
++ ;;
++ esac
++ ;;
+
+ mingw* | pw32* | os2*)
+ # This hack is so that the source file can tell whether it is being
+@@ -16271,7 +17844,7 @@
+ lt_prog_compiler_wl_F77='-Wl,'
+ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+ # not for PA HP-UX.
+- case "$host_cpu" in
++ case $host_cpu in
+ hppa*64*|ia64*)
+ # +Z the default
+ ;;
+@@ -16294,13 +17867,20 @@
+ lt_prog_compiler_static_F77='-Bstatic'
+ ;;
+
+- linux*)
+- case $CC in
++ linux* | k*bsd*-gnu)
++ case $cc_basename in
+ icc* | ecc*)
+ lt_prog_compiler_wl_F77='-Wl,'
+ lt_prog_compiler_pic_F77='-KPIC'
+ lt_prog_compiler_static_F77='-static'
+ ;;
++ pgcc* | pgf77* | pgf90* | pgf95*)
++ # Portland Group compilers (*not* the Pentium gcc compiler,
++ # which looks to be a dead project)
++ lt_prog_compiler_wl_F77='-Wl,'
++ lt_prog_compiler_pic_F77='-fpic'
++ lt_prog_compiler_static_F77='-Bstatic'
++ ;;
+ ccc*)
+ lt_prog_compiler_wl_F77='-Wl,'
+ # All Alpha code is PIC.
+@@ -16315,15 +17895,15 @@
+ lt_prog_compiler_static_F77='-non_shared'
+ ;;
+
+- sco3.2v5*)
+- lt_prog_compiler_pic_F77='-Kpic'
+- lt_prog_compiler_static_F77='-dn'
+- ;;
+-
+ solaris*)
+- lt_prog_compiler_wl_F77='-Wl,'
+ lt_prog_compiler_pic_F77='-KPIC'
+ lt_prog_compiler_static_F77='-Bstatic'
++ case $cc_basename in
++ f77* | f90* | f95*)
++ lt_prog_compiler_wl_F77='-Qoption ld ';;
++ *)
++ lt_prog_compiler_wl_F77='-Wl,';;
++ esac
+ ;;
+
+ sunos4*)
+@@ -16332,7 +17912,7 @@
+ lt_prog_compiler_static_F77='-Bstatic'
+ ;;
+
+- sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++ sysv4 | sysv4.2uw2* | sysv4.3*)
+ lt_prog_compiler_wl_F77='-Wl,'
+ lt_prog_compiler_pic_F77='-KPIC'
+ lt_prog_compiler_static_F77='-Bstatic'
+@@ -16345,6 +17925,17 @@
+ fi
+ ;;
+
++ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
++ lt_prog_compiler_wl_F77='-Wl,'
++ lt_prog_compiler_pic_F77='-KPIC'
++ lt_prog_compiler_static_F77='-Bstatic'
++ ;;
++
++ unicos*)
++ lt_prog_compiler_wl_F77='-Wl,'
++ lt_prog_compiler_can_build_shared_F77=no
++ ;;
++
+ uts4*)
+ lt_prog_compiler_pic_F77='-pic'
+ lt_prog_compiler_static_F77='-Bstatic'
+@@ -16356,16 +17947,16 @@
+ esac
+ fi
+
+-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
+-echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6
++{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; }
+
+ #
+ # Check to make sure the PIC flag actually works.
+ #
+ if test -n "$lt_prog_compiler_pic_F77"; then
+
+-echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
+-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }
+ if test "${lt_prog_compiler_pic_works_F77+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -16379,26 +17970,28 @@
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ # The option is referenced via a variable to avoid confusing sed.
+ lt_compile=`echo "$ac_compile" | $SED \
+- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:16385: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:17976: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>conftest.err)
+ ac_status=$?
+ cat conftest.err >&5
+- echo "$as_me:16389: \$? = $ac_status" >&5
++ echo "$as_me:17980: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s "$ac_outfile"; then
+ # The compiler can only warn and ignore the option if not recognized
+- # So say no if there are warnings
+- if test ! -s conftest.err; then
++ # So say no if there are warnings other than the usual output.
++ $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
++ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
++ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+ lt_prog_compiler_pic_works_F77=yes
+ fi
+ fi
+ $rm conftest*
+
+ fi
+-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
+-echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6
++{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6; }
+
+ if test x"$lt_prog_compiler_pic_works_F77" = xyes; then
+ case $lt_prog_compiler_pic_F77 in
+@@ -16411,7 +18004,7 @@
+ fi
+
+ fi
+-case "$host_os" in
++case $host_os in
+ # For platforms which do not support PIC, -DPIC is meaningless:
+ *djgpp*)
+ lt_prog_compiler_pic_F77=
+@@ -16421,72 +18014,112 @@
+ ;;
+ esac
+
+-echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
+-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
+-if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
++#
++# Check to make sure the static flag actually works.
++#
++wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
++{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
++echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
++if test "${lt_prog_compiler_static_works_F77+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+- lt_cv_prog_compiler_c_o_F77=no
+- $rm -r conftest 2>/dev/null
+- mkdir conftest
+- cd conftest
+- mkdir out
+- printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+-
+- # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
+- # that will create temporary files in the current directory regardless of
+- # the output directory. Thus, making CWD read-only will cause this test
+- # to fail, enabling locking or at least warning the user not to do parallel
+- # builds.
+- chmod -w .
+-
+- lt_compiler_flag="-o out/conftest2.$ac_objext"
+- # Insert the option either (1) after the last *FLAGS variable, or
+- # (2) before a word containing "conftest.", or (3) at the end.
+- # Note that $ac_compile itself does not contain backslashes and begins
+- # with a dollar sign (not a hyphen), so the echo should work correctly.
+- lt_compile=`echo "$ac_compile" | $SED \
+- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++ lt_prog_compiler_static_works_F77=no
++ save_LDFLAGS="$LDFLAGS"
++ LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
++ printf "$lt_simple_link_test_code" > conftest.$ac_ext
++ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
++ # The linker can only warn and ignore the option if not recognized
++ # So say no if there are warnings
++ if test -s conftest.err; then
++ # Append any errors to the config.log.
++ cat conftest.err 1>&5
++ $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
++ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
++ if diff conftest.exp conftest.er2 >/dev/null; then
++ lt_prog_compiler_static_works_F77=yes
++ fi
++ else
++ lt_prog_compiler_static_works_F77=yes
++ fi
++ fi
++ $rm conftest*
++ LDFLAGS="$save_LDFLAGS"
++
++fi
++{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5
++echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6; }
++
++if test x"$lt_prog_compiler_static_works_F77" = xyes; then
++ :
++else
++ lt_prog_compiler_static_F77=
++fi
++
++
++{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
++if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
++ echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++ lt_cv_prog_compiler_c_o_F77=no
++ $rm -r conftest 2>/dev/null
++ mkdir conftest
++ cd conftest
++ mkdir out
++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++ lt_compiler_flag="-o out/conftest2.$ac_objext"
++ # Insert the option either (1) after the last *FLAGS variable, or
++ # (2) before a word containing "conftest.", or (3) at the end.
++ # Note that $ac_compile itself does not contain backslashes and begins
++ # with a dollar sign (not a hyphen), so the echo should work correctly.
++ lt_compile=`echo "$ac_compile" | $SED \
++ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:16452: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:18080: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>out/conftest.err)
+ ac_status=$?
+ cat out/conftest.err >&5
+- echo "$as_me:16456: \$? = $ac_status" >&5
++ echo "$as_me:18084: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s out/conftest2.$ac_objext
+ then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings
+- if test ! -s out/conftest.err; then
++ $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
++ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
++ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+ lt_cv_prog_compiler_c_o_F77=yes
+ fi
+ fi
+- chmod u+w .
+- $rm conftest* out/*
+- rmdir out
++ chmod u+w . 2>&5
++ $rm conftest*
++ # SGI C++ compiler will create directory out/ii_files/ for
++ # template instantiation
++ test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++ $rm out/* && rmdir out
+ cd ..
+ rmdir conftest
+ $rm conftest*
+
+ fi
+-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
+-echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6
++{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; }
+
+
+ hard_links="nottested"
+ if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
+ # do not overwrite the value of need_locks provided by the user
+- echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
+-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
+ hard_links=yes
+ $rm conftest*
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+ touch conftest.a
+ ln conftest.a conftest.b 2>&5 || hard_links=no
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+- echo "$as_me:$LINENO: result: $hard_links" >&5
+-echo "${ECHO_T}$hard_links" >&6
++ { echo "$as_me:$LINENO: result: $hard_links" >&5
++echo "${ECHO_T}$hard_links" >&6; }
+ if test "$hard_links" = no; then
+ { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+ echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
+@@ -16496,8 +18129,8 @@
+ need_locks=no
+ fi
+
+-echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
+
+ runpath_var=
+ allow_undefined_flag_F77=
+@@ -16535,6 +18168,16 @@
+ # rely on this symbol name, it's probably fine to never include it in
+ # preloaded symbol tables.
+ extract_expsyms_cmds=
++ # Just being paranoid about ensuring that cc_basename is set.
++ for cc_temp in $compiler""; do
++ case $cc_temp in
++ compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++ distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++ \-*) ;;
++ *) break;;
++ esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
+
+ case $host_os in
+ cygwin* | mingw* | pw32*)
+@@ -16545,6 +18188,10 @@
+ with_gnu_ld=no
+ fi
+ ;;
++ interix*)
++ # we just hope/assume this is gcc and not c89 (= MSVC++)
++ with_gnu_ld=yes
++ ;;
+ openbsd*)
+ with_gnu_ld=no
+ ;;
+@@ -16555,6 +18202,27 @@
+ # If archive_cmds runs LD, not CC, wlarc should be empty
+ wlarc='${wl}'
+
++ # Set some defaults for GNU ld with shared library support. These
++ # are reset later if shared libraries are not supported. Putting them
++ # here allows them to be overridden if necessary.
++ runpath_var=LD_RUN_PATH
++ hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
++ export_dynamic_flag_spec_F77='${wl}--export-dynamic'
++ # ancient GNU ld didn't support --whole-archive et. al.
++ if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
++ whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++ else
++ whole_archive_flag_spec_F77=
++ fi
++ supports_anon_versioning=no
++ case `$LD -v 2>/dev/null` in
++ *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
++ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
++ *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
++ *\ 2.11.*) ;; # other 2.11 versions
++ *) supports_anon_versioning=yes ;;
++ esac
++
+ # See if GNU ld supports shared libraries.
+ case $host_os in
+ aix3* | aix4* | aix5*)
+@@ -16592,7 +18260,7 @@
+ allow_undefined_flag_F77=unsupported
+ # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
+ # support --undefined. This deserves some investigation. FIXME
+- archive_cmds_F77='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
++ archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+ else
+ ld_shlibs_F77=no
+ fi
+@@ -16602,13 +18270,13 @@
+ # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless,
+ # as there is no search path for DLLs.
+ hardcode_libdir_flag_spec_F77='-L$libdir'
+- allow_undefined_flag_F77=no
++ allow_undefined_flag_F77=unsupported
+ always_export_symbols_F77=no
+ enable_shared_with_static_runtimes_F77=yes
+- export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++ export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
+
+ if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
+- archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++ archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ # If the export-symbols file already is a .def file (1st line
+ # is EXPORTS), use it as is; otherwise, prepend...
+ archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+@@ -16617,23 +18285,70 @@
+ echo EXPORTS > $output_objdir/$soname.def;
+ cat $export_symbols >> $output_objdir/$soname.def;
+ fi~
+- $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ else
+- ld_shlibs=no
++ ld_shlibs_F77=no
++ fi
++ ;;
++
++ interix3*)
++ hardcode_direct_F77=no
++ hardcode_shlibpath_var_F77=no
++ hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
++ export_dynamic_flag_spec_F77='${wl}-E'
++ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
++ # Instead, shared libraries are loaded at an image base (0x10000000 by
++ # default) and relocated if they conflict, which is a slow very memory
++ # consuming and fragmenting process. To avoid this, we pick a random,
++ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
++ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
++ archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
++ archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
++ ;;
++
++ linux* | k*bsd*-gnu)
++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++ tmp_addflag=
++ case $cc_basename,$host_cpu in
++ pgcc*) # Portland Group C compiler
++ whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++ tmp_addflag=' $pic_flag'
++ ;;
++ pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
++ whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++ tmp_addflag=' $pic_flag -Mnomain' ;;
++ ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
++ tmp_addflag=' -i_dynamic' ;;
++ efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
++ tmp_addflag=' -i_dynamic -nofor_main' ;;
++ ifc* | ifort*) # Intel Fortran compiler
++ tmp_addflag=' -nofor_main' ;;
++ esac
++ archive_cmds_F77='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++
++ if test $supports_anon_versioning = yes; then
++ archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~
++ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
++ $echo "local: *; };" >> $output_objdir/$libname.ver~
++ $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
++ fi
++ link_all_deplibs_F77=no
++ else
++ ld_shlibs_F77=no
+ fi
+ ;;
+
+- netbsd*)
++ netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ wlarc=
+ else
+- archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+- archive_expsym_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ fi
+ ;;
+
+- solaris* | sysv5*)
++ solaris*)
+ if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
+ ld_shlibs_F77=no
+ cat <<EOF 1>&2
+@@ -16647,13 +18362,40 @@
+
+ EOF
+ elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+- archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+- archive_expsym_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ else
+ ld_shlibs_F77=no
+ fi
+ ;;
+
++ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
++ case `$LD -v 2>&1` in
++ *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
++ ld_shlibs_F77=no
++ cat <<_LT_EOF 1>&2
++
++*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
++*** reliably create shared libraries on SCO systems. Therefore, libtool
++*** is disabling shared libraries support. We urge you to upgrade GNU
++*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
++*** your PATH or compiler configuration so that the native linker is
++*** used, and then restart.
++
++_LT_EOF
++ ;;
++ *)
++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++ hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
++ archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
++ archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
++ else
++ ld_shlibs_F77=no
++ fi
++ ;;
++ esac
++ ;;
++
+ sunos4*)
+ archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+ wlarc=
+@@ -16663,24 +18405,19 @@
+
+ *)
+ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+- archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+- archive_expsym_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ else
+ ld_shlibs_F77=no
+ fi
+ ;;
+ esac
+
+- if test "$ld_shlibs_F77" = yes; then
+- runpath_var=LD_RUN_PATH
+- hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
+- export_dynamic_flag_spec_F77='${wl}--export-dynamic'
+- # ancient GNU ld didn't support --whole-archive et. al.
+- if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
+- whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+- else
+- whole_archive_flag_spec_F77=
+- fi
++ if test "$ld_shlibs_F77" = no; then
++ runpath_var=
++ hardcode_libdir_flag_spec_F77=
++ export_dynamic_flag_spec_F77=
++ whole_archive_flag_spec_F77=
+ fi
+ else
+ # PORTME fill in a description of your system's linker (not GNU ld)
+@@ -16692,7 +18429,7 @@
+ # Note: this linker hardcodes the directories in LIBPATH if there
+ # are no directories specified by -L.
+ hardcode_minus_L_F77=yes
+- if test "$GCC" = yes && test -z "$link_static_flag"; then
++ if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
+ # Neither direct hardcoding nor static linking is supported with a
+ # broken collect2.
+ hardcode_direct_F77=unsupported
+@@ -16714,9 +18451,21 @@
+ else
+ export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
+ fi
++ aix_use_runtimelinking=no
++
++ # Test if we are trying to use run time linking or normal
++ # AIX style linking. If -brtl is somewhere in LDFLAGS, we
++ # need to do runtime linking.
++ case $host_os in aix4.[23]|aix4.[23].*|aix5*)
++ for ld_flag in $LDFLAGS; do
++ if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
++ aix_use_runtimelinking=yes
++ break
++ fi
++ done
++ ;;
++ esac
+
+- # KDE requires run time linking. Make it the default.
+- aix_use_runtimelinking=yes
+ exp_sym_flag='-bexport'
+ no_entry_flag='-bnoentry'
+ fi
+@@ -16733,7 +18482,7 @@
+ link_all_deplibs_F77=yes
+
+ if test "$GCC" = yes; then
+- case $host_os in aix4.012|aix4.012.*)
++ case $host_os in aix4.[012]|aix4.[012].*)
+ # We only want to do this on AIX 4.2 and lower, the check
+ # below for broken collect2 doesn't work under 4.3+
+ collect2name=`${CC} -print-prog-name=collect2`
+@@ -16752,8 +18501,12 @@
+ hardcode_libdir_flag_spec_F77='-L$libdir'
+ hardcode_libdir_separator_F77=
+ fi
++ ;;
+ esac
+ shared_flag='-shared'
++ if test "$aix_use_runtimelinking" = yes; then
++ shared_flag="$shared_flag "'${wl}-G'
++ fi
+ else
+ # not using gcc
+ if test "$host_cpu" = ia64; then
+@@ -16761,45 +18514,58 @@
+ # chokes on -Wl,-G. The following line is correct:
+ shared_flag='-G'
+ else
+- if test "$aix_use_runtimelinking" = yes; then
+- shared_flag='-qmkshrobj ${wl}-G'
++ if test "$aix_use_runtimelinking" = yes; then
++ shared_flag='${wl}-G'
+ else
+- shared_flag='-qmkshrobj'
+- fi
++ shared_flag='${wl}-bM:SRE'
++ fi
+ fi
+ fi
+
+- # Let the compiler handle the export list.
+- always_export_symbols_F77=no
++ # It seems that -bexpall does not export symbols beginning with
++ # underscore (_), so it is better to generate a list of symbols to export.
++ always_export_symbols_F77=yes
+ if test "$aix_use_runtimelinking" = yes; then
+ # Warning - without using the other runtime loading flags (-brtl),
+ # -berok will link without error, but may produce a broken library.
+ allow_undefined_flag_F77='-berok'
+ # Determine the default libpath from the value encoded in an empty executable.
+- cat >conftest.$ac_ext <<_ACEOF
++ cat >conftest.$ac_ext <<_ACEOF
+ program main
+
+ end
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_f77_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -16813,19 +18579,20 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
+
+- hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
+- archive_cmds_F77="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
+- archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++ hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
++ archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+ else
+ if test "$host_cpu" = ia64; then
+ hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib'
+ allow_undefined_flag_F77="-z nodefs"
+- archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++ archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
+ else
+ # Determine the default libpath from the value encoded in an empty executable.
+ cat >conftest.$ac_ext <<_ACEOF
+@@ -16834,24 +18601,36 @@
+ end
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_f77_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -16865,7 +18644,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
+@@ -16875,13 +18656,11 @@
+ # -berok will link without error, but may produce a broken library.
+ no_undefined_flag_F77=' ${wl}-bernotok'
+ allow_undefined_flag_F77=' ${wl}-berok'
+- # -bexpall does not export symbols beginning with underscore (_)
+- always_export_symbols_F77=yes
+ # Exported symbols can be pulled into shared objects from archives
+- whole_archive_flag_spec_F77=' '
++ whole_archive_flag_spec_F77='$convenience'
+ archive_cmds_need_lc_F77=yes
+- # This is similar to how AIX traditionally builds it's shared libraries.
+- archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++ # This is similar to how AIX traditionally builds its shared libraries.
++ archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+ fi
+ fi
+ ;;
+@@ -16894,7 +18673,7 @@
+ ld_shlibs_F77=no
+ ;;
+
+- bsdi4*)
++ bsdi[45]*)
+ export_dynamic_flag_spec_F77=-rdynamic
+ ;;
+
+@@ -16904,68 +18683,68 @@
+ # hardcode_libdir_flag_spec is actually meaningless, as there is
+ # no search path for DLLs.
+ hardcode_libdir_flag_spec_F77=' '
+- allow_undefined_flag_F77=no
++ allow_undefined_flag_F77=unsupported
+ # Tell ltmain to make .lib files, not .a files.
+ libext=lib
+ # Tell ltmain to make .dll files, not .so files.
+- shrext=".dll"
++ shrext_cmds=".dll"
+ # FIXME: Setting linknames here is a bad hack.
+- archive_cmds_F77='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
++ archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
+ # The linker will automatically build a .lib file if we build a DLL.
+ old_archive_From_new_cmds_F77='true'
+ # FIXME: Should let the user specify the lib program.
+ old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
+- fix_srcfile_path='`cygpath -w "$srcfile"`'
++ fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
+ enable_shared_with_static_runtimes_F77=yes
+ ;;
+
+ darwin* | rhapsody*)
+- if test "$GXX" = yes ; then
+- archive_cmds_need_lc_F77=no
+- case "$host_os" in
+- rhapsody* | darwin1.[012])
+- allow_undefined_flag_F77='-Wl,-undefined -Wl,suppress'
+- ;;
+- *) # Darwin 1.3 on
+- if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+- allow_undefined_flag_F77='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+- else
+- case ${MACOSX_DEPLOYMENT_TARGET} in
+- 10.012)
+- allow_undefined_flag_F77='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+- ;;
+- 10.*)
+- allow_undefined_flag_F77='-Wl,-undefined -Wl,dynamic_lookup'
+- ;;
+- esac
+- fi
+- ;;
++ case $host_os in
++ rhapsody* | darwin1.[012])
++ allow_undefined_flag_F77='${wl}-undefined ${wl}suppress'
++ ;;
++ *) # Darwin 1.3 on
++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++ allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++ else
++ case ${MACOSX_DEPLOYMENT_TARGET} in
++ 10.[012])
++ allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++ ;;
++ 10.*)
++ allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup'
++ ;;
++ esac
++ fi
++ ;;
+ esac
+- lt_int_apple_cc_single_mod=no
+- output_verbose_link_cmd='echo'
+- if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
+- lt_int_apple_cc_single_mod=yes
+- fi
+- if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+- archive_cmds_F77='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+- else
+- archive_cmds_F77='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
+- fi
+- module_cmds_F77='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+- # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+- if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+- archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- else
+- archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- fi
+- module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ archive_cmds_need_lc_F77=no
+ hardcode_direct_F77=no
+ hardcode_automatic_F77=yes
+ hardcode_shlibpath_var_F77=unsupported
+- whole_archive_flag_spec_F77='-all_load $convenience'
++ whole_archive_flag_spec_F77=''
+ link_all_deplibs_F77=yes
++ if test "$GCC" = yes ; then
++ output_verbose_link_cmd='echo'
++ archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++ module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++ archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+ else
+- ld_shlibs_F77=no
++ case $cc_basename in
++ xlc*)
++ output_verbose_link_cmd='echo'
++ archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++ module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++ archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ ;;
++ *)
++ ld_shlibs_F77=no
++ ;;
++ esac
+ fi
+ ;;
+
+@@ -16999,8 +18778,8 @@
+ ;;
+
+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+- freebsd* | kfreebsd*-gnu)
+- archive_cmds_F77='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
++ freebsd* | dragonfly*)
++ archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec_F77='-R$libdir'
+ hardcode_direct_F77=yes
+ hardcode_shlibpath_var_F77=no
+@@ -17008,7 +18787,7 @@
+
+ hpux9*)
+ if test "$GCC" = yes; then
+- archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++ archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+ else
+ archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+ fi
+@@ -17022,47 +18801,62 @@
+ export_dynamic_flag_spec_F77='${wl}-E'
+ ;;
+
+- hpux10* | hpux11*)
++ hpux10*)
+ if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+- case "$host_cpu" in
+- hppa*64*|ia64*)
+- archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
++ else
++ archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
++ fi
++ if test "$with_gnu_ld" = no; then
++ hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
++ hardcode_libdir_separator_F77=:
++
++ hardcode_direct_F77=yes
++ export_dynamic_flag_spec_F77='${wl}-E'
++
++ # hardcode_minus_L: Not really in the search PATH,
++ # but as the default location of the library.
++ hardcode_minus_L_F77=yes
++ fi
++ ;;
++
++ hpux11*)
++ if test "$GCC" = yes -a "$with_gnu_ld" = no; then
++ case $host_cpu in
++ hppa*64*)
++ archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ ;;
++ ia64*)
++ archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ *)
+- archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ esac
+ else
+- case "$host_cpu" in
+- hppa*64*|ia64*)
+- archive_cmds_F77='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
++ case $host_cpu in
++ hppa*64*)
++ archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ ;;
++ ia64*)
++ archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ *)
+- archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
++ archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ esac
+ fi
+ if test "$with_gnu_ld" = no; then
+- case "$host_cpu" in
+- hppa*64*)
+- hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
++ hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
++ hardcode_libdir_separator_F77=:
++
++ case $host_cpu in
++ hppa*64*|ia64*)
+ hardcode_libdir_flag_spec_ld_F77='+b $libdir'
+- hardcode_libdir_separator_F77=:
+- hardcode_direct_F77=no
+- hardcode_shlibpath_var_F77=no
+- ;;
+- ia64*)
+- hardcode_libdir_flag_spec_F77='-L$libdir'
+ hardcode_direct_F77=no
+ hardcode_shlibpath_var_F77=no
+-
+- # hardcode_minus_L: Not really in the search PATH,
+- # but as the default location of the library.
+- hardcode_minus_L_F77=yes
+ ;;
+ *)
+- hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
+- hardcode_libdir_separator_F77=:
+ hardcode_direct_F77=yes
+ export_dynamic_flag_spec_F77='${wl}-E'
+
+@@ -17076,7 +18870,7 @@
+
+ irix5* | irix6* | nonstopux*)
+ if test "$GCC" = yes; then
+- archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++ archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ else
+ archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
+@@ -17086,7 +18880,7 @@
+ link_all_deplibs_F77=yes
+ ;;
+
+- netbsd*)
++ netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
+ else
+@@ -17109,7 +18903,8 @@
+ hardcode_direct_F77=yes
+ hardcode_shlibpath_var_F77=no
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+- archive_cmds_F77='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
+ hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
+ export_dynamic_flag_spec_F77='${wl}-E'
+ else
+@@ -17119,7 +18914,7 @@
+ hardcode_libdir_flag_spec_F77='-R$libdir'
+ ;;
+ *)
+- archive_cmds_F77='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
+ ;;
+ esac
+@@ -17130,14 +18925,14 @@
+ hardcode_libdir_flag_spec_F77='-L$libdir'
+ hardcode_minus_L_F77=yes
+ allow_undefined_flag_F77=unsupported
+- archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
++ archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
+ old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
+ ;;
+
+ osf3*)
+ if test "$GCC" = yes; then
+ allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
+- archive_cmds_F77='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++ archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ else
+ allow_undefined_flag_F77=' -expect_unresolved \*'
+ archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+@@ -17149,13 +18944,13 @@
+ osf4* | osf5*) # as osf3* with the addition of -msym flag
+ if test "$GCC" = yes; then
+ allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
+- archive_cmds_F77='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++ archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
+ else
+ allow_undefined_flag_F77=' -expect_unresolved \*'
+ archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
+- $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
++ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
+
+ # Both c and cxx compiler support -rpath directly
+ hardcode_libdir_flag_spec_F77='-rpath $libdir'
+@@ -17163,21 +18958,15 @@
+ hardcode_libdir_separator_F77=:
+ ;;
+
+- sco3.2v5*)
+- archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+- hardcode_shlibpath_var_F77=no
+- export_dynamic_flag_spec_F77='${wl}-Bexport'
+- runpath_var=LD_RUN_PATH
+- hardcode_runpath_var=yes
+- ;;
+-
+ solaris*)
+ no_undefined_flag_F77=' -z text'
+ if test "$GCC" = yes; then
+- archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++ wlarc='${wl}'
++ archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+ archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+- $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
++ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
+ else
++ wlarc=''
+ archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+ archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
+@@ -17186,8 +18975,18 @@
+ hardcode_shlibpath_var_F77=no
+ case $host_os in
+ solaris2.[0-5] | solaris2.[0-5].*) ;;
+- *) # Supported since Solaris 2.6 (maybe 2.5.1?)
+- whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;;
++ *)
++ # The compiler driver will combine linker options so we
++ # cannot just pass the convience library names through
++ # without $wl, iff we do not link with $LD.
++ # Luckily, gcc supports the same syntax we need for Sun Studio.
++ # Supported since Solaris 2.6 (maybe 2.5.1?)
++ case $wlarc in
++ '')
++ whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;;
++ *)
++ whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
++ esac ;;
+ esac
+ link_all_deplibs_F77=yes
+ ;;
+@@ -17196,7 +18995,7 @@
+ if test "x$host_vendor" = xsequent; then
+ # Use $CC to link under sequent, because it throws in some extra .o
+ # files that make .init and .fini sections work.
+- archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
+ else
+ archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
+ fi
+@@ -17244,36 +19043,45 @@
+ fi
+ ;;
+
+- sysv4.2uw2*)
+- archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'
+- hardcode_direct_F77=yes
+- hardcode_minus_L_F77=no
++ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*)
++ no_undefined_flag_F77='${wl}-z,text'
++ archive_cmds_need_lc_F77=no
+ hardcode_shlibpath_var_F77=no
+- hardcode_runpath_var=yes
+- runpath_var=LD_RUN_PATH
+- ;;
++ runpath_var='LD_RUN_PATH'
+
+- sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
+- no_undefined_flag_F77='${wl}-z ${wl}text'
+ if test "$GCC" = yes; then
+- archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds_F77='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ else
+- archive_cmds_F77='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds_F77='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ fi
+- runpath_var='LD_RUN_PATH'
+- hardcode_shlibpath_var_F77=no
+ ;;
+
+- sysv5*)
+- no_undefined_flag_F77=' -z text'
+- # $CC -shared without GNU ld will not create a library from C++
+- # object files and a static libstdc++, better avoid it by now
+- archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+- archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+- $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
+- hardcode_libdir_flag_spec_F77=
++ sysv5* | sco3.2v5* | sco5v6*)
++ # Note: We can NOT use -z defs as we might desire, because we do not
++ # link with -lc, and that would cause any symbols used from libc to
++ # always be unresolved, which means just about no library would
++ # ever link correctly. If we're not using GNU ld we use -z text
++ # though, which does catch some bad symbols but isn't as heavy-handed
++ # as -z defs.
++ no_undefined_flag_F77='${wl}-z,text'
++ allow_undefined_flag_F77='${wl}-z,nodefs'
++ archive_cmds_need_lc_F77=no
+ hardcode_shlibpath_var_F77=no
++ hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
++ hardcode_libdir_separator_F77=':'
++ link_all_deplibs_F77=yes
++ export_dynamic_flag_spec_F77='${wl}-Bexport'
+ runpath_var='LD_RUN_PATH'
++
++ if test "$GCC" = yes; then
++ archive_cmds_F77='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ else
++ archive_cmds_F77='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ fi
+ ;;
+
+ uts4*)
+@@ -17288,15 +19096,10 @@
+ esac
+ fi
+
+-echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
+-echo "${ECHO_T}$ld_shlibs_F77" >&6
++{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
++echo "${ECHO_T}$ld_shlibs_F77" >&6; }
+ test "$ld_shlibs_F77" = no && can_build_shared=no
+
+-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+-if test "$GCC" = yes; then
+- variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+-fi
+-
+ #
+ # Do we need to explicitly link libc?
+ #
+@@ -17314,8 +19117,8 @@
+ # Test whether the compiler implicitly links with -lc since on some
+ # systems, -lgcc has to come before -lc. If gcc already passes -lc
+ # to ld, don't add -lc before -lgcc.
+- echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
+-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
+ $rm conftest*
+ printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+@@ -17329,6 +19132,7 @@
+ libobjs=conftest.$ac_objext
+ deplibs=
+ wl=$lt_prog_compiler_wl_F77
++ pic_flag=$lt_prog_compiler_pic_F77
+ compiler_flags=-v
+ linker_flags=-v
+ verstring=
+@@ -17351,20 +19155,20 @@
+ cat conftest.err 1>&5
+ fi
+ $rm conftest*
+- echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
+-echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6
++ { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
++echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; }
+ ;;
+ esac
+ fi
+ ;;
+ esac
+
+-echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
+-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
+ library_names_spec=
+ libname_spec='lib$name'
+ soname_spec=
+-shrext=".so"
++shrext_cmds=".so"
+ postinstall_cmds=
+ postuninstall_cmds=
+ finish_cmds=
+@@ -17374,7 +19178,20 @@
+ version_type=none
+ dynamic_linker="$host_os ld.so"
+ sys_lib_dlsearch_path_spec="/lib /usr/lib"
+-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++if test "$GCC" = yes; then
++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++ if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++ # if the path contains ";" then we assume it to be the separator
++ # otherwise default to the standard path separator (i.e. ":") - it is
++ # assumed that no part of a normal pathname contains ";" but that should
++ # okay in the real world where ";" in dirpaths is itself problematic.
++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++ else
++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
++ fi
++else
++ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
+ need_lib_prefix=unknown
+ hardcode_into_libs=no
+
+@@ -17439,7 +19256,7 @@
+ amigaos*)
+ library_names_spec='$libname.ixlibrary $libname.a'
+ # Create ${libname}_ixlibrary.a entries in /sys/libs.
+- finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
++ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+ ;;
+
+ beos*)
+@@ -17448,7 +19265,7 @@
+ shlibpath_var=LIBRARY_PATH
+ ;;
+
+-bsdi4*)
++bsdi[45]*)
+ version_type=linux
+ need_version=no
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+@@ -17464,7 +19281,7 @@
+
+ cygwin* | mingw* | pw32*)
+ version_type=windows
+- shrext=".dll"
++ shrext_cmds=".dll"
+ need_version=no
+ need_lib_prefix=no
+
+@@ -17476,7 +19293,8 @@
+ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
+ dldir=$destdir/`dirname \$dlpath`~
+ test -d \$dldir || mkdir -p \$dldir~
+- $install_prog $dir/$dlname \$dldir/$dlname'
++ $install_prog $dir/$dlname \$dldir/$dlname~
++ chmod a+x \$dldir/$dlname'
+ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+ dlpath=$dir/\$dldll~
+ $rm \$dlpath'
+@@ -17506,7 +19324,7 @@
+ ;;
+ pw32*)
+ # pw32 DLLs use 'pw' prefix rather than 'lib'
+- library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
++ library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+ ;;
+ esac
+ ;;
+@@ -17529,7 +19347,7 @@
+ soname_spec='${libname}${release}${major}$shared_ext'
+ shlibpath_overrides_runpath=yes
+ shlibpath_var=DYLD_LIBRARY_PATH
+- shrext='$(test .$module = .yes && echo .so || echo .dylib)'
++ shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+ # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
+ if test "$GCC" = yes; then
+ sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
+@@ -17552,20 +19370,17 @@
+ dynamic_linker=no
+ ;;
+
+-kfreebsd*-gnu*)
+- version_type=linux
+- need_lib_prefix=no
+- need_version=no
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- shlibpath_var=LD_LIBRARY_PATH
+- shlibpath_overrides_runpath=no
+- hardcode_into_libs=yes
+- dynamic_linker='GNU ld.so'
+- ;;
+-
+-freebsd*)
+- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
++freebsd* | dragonfly*)
++ # DragonFly does not have aout. When/if they implement a new
++ # versioning mechanism, adjust this.
++ if test -x /usr/bin/objformat; then
++ objformat=`/usr/bin/objformat`
++ else
++ case $host_os in
++ freebsd[123]*) objformat=aout ;;
++ *) objformat=elf ;;
++ esac
++ fi
+ version_type=freebsd-$objformat
+ case $version_type in
+ freebsd-elf*)
+@@ -17583,14 +19398,19 @@
+ freebsd2*)
+ shlibpath_overrides_runpath=yes
+ ;;
+- freebsd3.01* | freebsdelf3.01*)
++ freebsd3.[01]* | freebsdelf3.[01]*)
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
+ ;;
+- *) # from 3.2 on
++ freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
++ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ ;;
++ freebsd*) # from 4.6 on
++ shlibpath_overrides_runpath=yes
++ hardcode_into_libs=yes
++ ;;
+ esac
+ ;;
+
+@@ -17610,9 +19430,9 @@
+ version_type=sunos
+ need_lib_prefix=no
+ need_version=no
+- case "$host_cpu" in
++ case $host_cpu in
+ ia64*)
+- shrext='.so'
++ shrext_cmds='.so'
+ hardcode_into_libs=yes
+ dynamic_linker="$host_os dld.so"
+ shlibpath_var=LD_LIBRARY_PATH
+@@ -17627,7 +19447,7 @@
+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+ ;;
+ hppa*64*)
+- shrext='.sl'
++ shrext_cmds='.sl'
+ hardcode_into_libs=yes
+ dynamic_linker="$host_os dld.sl"
+ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+@@ -17638,7 +19458,7 @@
+ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+ ;;
+ *)
+- shrext='.sl'
++ shrext_cmds='.sl'
+ dynamic_linker="$host_os dld.sl"
+ shlibpath_var=SHLIB_PATH
+ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+@@ -17650,6 +19470,18 @@
+ postinstall_cmds='chmod 555 $lib'
+ ;;
+
++interix3*)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
++ ;;
++
+ irix5* | irix6* | nonstopux*)
+ case $host_os in
+ nonstopux*) version_type=nonstopux ;;
+@@ -17693,29 +19525,26 @@
+ ;;
+
+ # This must be Linux ELF.
+-linux*)
++linux* | k*bsd*-gnu)
+ version_type=linux
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+- libsuff=
+- if test "x$LINUX_64_MODE" = x64; then
+- # Some platforms are per default 64-bit, so there's no /lib64
+- if test -d /lib64; then
+- libsuff=64
+- fi
+- fi
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+- sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
+- sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
+ # This implies no fast_install, which is unacceptable.
+ # Some rework will be needed to allow for fast_install
+ # before this can be enabled.
+ hardcode_into_libs=yes
+
++ # Append ld.so.conf contents to the search path
++ if test -f /etc/ld.so.conf; then
++ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++ fi
++
+ # We used to test for /lib/ld.so.1 and disable shared libraries on
+ # powerpc, because MkLinux only supported shared libraries with the
+ # GNU dynamic linker. Since this was broken with cross compilers,
+@@ -17725,6 +19554,18 @@
+ dynamic_linker='GNU/Linux ld.so'
+ ;;
+
++netbsdelf*-gnu)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
++ dynamic_linker='NetBSD ld.elf_so'
++ ;;
++
+ netbsd*)
+ version_type=sunos
+ need_lib_prefix=no
+@@ -17734,7 +19575,7 @@
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+ dynamic_linker='NetBSD (a.out) ld.so'
+ else
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ dynamic_linker='NetBSD ld.elf_so'
+ fi
+@@ -17762,8 +19603,13 @@
+
+ openbsd*)
+ version_type=sunos
++ sys_lib_dlsearch_path_spec="/usr/lib"
+ need_lib_prefix=no
+- need_version=no
++ # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++ case $host_os in
++ openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++ *) need_version=no ;;
++ esac
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+ shlibpath_var=LD_LIBRARY_PATH
+@@ -17783,7 +19629,7 @@
+
+ os2*)
+ libname_spec='$name'
+- shrext=".dll"
++ shrext_cmds=".dll"
+ need_lib_prefix=no
+ library_names_spec='$libname${shared_ext} $libname.a'
+ dynamic_linker='OS/2 ld.exe'
+@@ -17801,13 +19647,6 @@
+ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
+ ;;
+
+-sco3.2v5*)
+- version_type=osf
+- soname_spec='${libname}${release}${shared_ext}$major'
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- shlibpath_var=LD_LIBRARY_PATH
+- ;;
+-
+ solaris*)
+ version_type=linux
+ need_lib_prefix=no
+@@ -17833,7 +19672,7 @@
+ need_version=yes
+ ;;
+
+-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++sysv4 | sysv4.3*)
+ version_type=linux
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+@@ -17866,27 +19705,55 @@
+ fi
+ ;;
+
+-uts4*)
+- version_type=linux
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
++ version_type=freebsd-elf
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ shlibpath_var=LD_LIBRARY_PATH
+- ;;
+-
+-*)
++ hardcode_into_libs=yes
++ if test "$with_gnu_ld" = yes; then
++ sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
++ shlibpath_overrides_runpath=no
++ else
++ sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
++ shlibpath_overrides_runpath=yes
++ case $host_os in
++ sco3.2v5*)
++ sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
++ ;;
++ esac
++ fi
++ sys_lib_dlsearch_path_spec='/usr/lib'
++ ;;
++
++uts4*)
++ version_type=linux
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ ;;
++
++*)
+ dynamic_linker=no
+ ;;
+ esac
+-echo "$as_me:$LINENO: result: $dynamic_linker" >&5
+-echo "${ECHO_T}$dynamic_linker" >&6
++{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
++echo "${ECHO_T}$dynamic_linker" >&6; }
+ test "$dynamic_linker" = no && can_build_shared=no
+
+-echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
+-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
++variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
++if test "$GCC" = yes; then
++ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
++fi
++
++{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
+ hardcode_action_F77=
+ if test -n "$hardcode_libdir_flag_spec_F77" || \
+- test -n "$runpath_var F77" || \
+- test "X$hardcode_automatic_F77"="Xyes" ; then
++ test -n "$runpath_var_F77" || \
++ test "X$hardcode_automatic_F77" = "Xyes" ; then
+
+ # We can hardcode non-existant directories.
+ if test "$hardcode_direct_F77" != no &&
+@@ -17906,8 +19773,8 @@
+ # directories.
+ hardcode_action_F77=unsupported
+ fi
+-echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
+-echo "${ECHO_T}$hardcode_action_F77" >&6
++{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
++echo "${ECHO_T}$hardcode_action_F77" >&6; }
+
+ if test "$hardcode_action_F77" = relink; then
+ # Fast installation is not supported
+@@ -17918,36 +19785,6 @@
+ enable_fast_install=needless
+ fi
+
+-striplib=
+-old_striplib=
+-echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
+-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
+-if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
+- test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
+- test -z "$striplib" && striplib="$STRIP --strip-unneeded"
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
+-else
+-# FIXME - insert some real tests, host_os isn't really good enough
+- case $host_os in
+- darwin*)
+- if test -n "$STRIP" ; then
+- striplib="$STRIP -x"
+- 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
+- ;;
+- *)
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
+- ;;
+- esac
+-fi
+-
+-
+
+ # The else clause should only fire when bootstrapping the
+ # libtool distribution, otherwise you forgot to ship ltmain.sh
+@@ -17962,7 +19799,8 @@
+ # Now quote all the things that may contain metacharacters while being
+ # careful not to overquote the AC_SUBSTed values. We take copies of the
+ # variables and quote the copies for generation of the libtool script.
+- for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
++ for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
++ SED SHELL STRIP \
+ libname_spec library_names_spec soname_spec extract_expsyms_cmds \
+ old_striplib striplib file_magic_cmd finish_cmds finish_eval \
+ deplibs_check_method reload_flag reload_cmds need_locks \
+@@ -18062,6 +19900,12 @@
+ # The host system.
+ host_alias=$host_alias
+ host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
+
+ # An echo program that does not interpret backslashes.
+ echo=$lt_echo
+@@ -18073,6 +19917,9 @@
+ # A C compiler.
+ LTCC=$lt_LTCC
+
++# LTCC compiler flags.
++LTCFLAGS=$lt_LTCFLAGS
++
+ # A language-specific compiler.
+ CC=$lt_compiler_F77
+
+@@ -18092,7 +19939,7 @@
+ NM=$lt_NM
+
+ # A symbol stripping program
+-STRIP=$STRIP
++STRIP=$lt_STRIP
+
+ # Used to examine libraries when file_magic_cmd begins "file"
+ MAGIC_CMD=$MAGIC_CMD
+@@ -18123,7 +19970,7 @@
+ libext="$libext"
+
+ # Shared library suffix (normally ".so").
+-shrext='$shrext'
++shrext_cmds='$shrext_cmds'
+
+ # Executable file suffix (normally "").
+ exeext="$exeext"
+@@ -18138,7 +19985,7 @@
+ # Does compiler simultaneously support -c and -o options?
+ compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77
+
+-# Must we lock files when doing compilation ?
++# Must we lock files when doing compilation?
+ need_locks=$lt_need_locks
+
+ # Do we need the lib prefix for modules?
+@@ -18340,7 +20187,10 @@
+ # If there is no Makefile yet, we rely on a make rule to execute
+ # `config.status --recheck' to rerun these tests and create the
+ # libtool script then.
+- test -f Makefile && make "$ltmain"
++ ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++ if test -f "$ltmain_in"; then
++ test -f Makefile && make "$ltmain"
++ fi
+ fi
+
+
+@@ -18361,7 +20211,6 @@
+ if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
+
+
+-
+ # Source file extension for Java test sources.
+ ac_ext=java
+
+@@ -18373,26 +20222,55 @@
+ lt_simple_compile_test_code="class foo {}\n"
+
+ # Code to be used in simple link tests
+-lt_simple_link_test_code='public class conftest { public static void main(String argv) {}; }\n'
++lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
+
+ # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+
+ # If no C compiler was specified, use CC.
+ LTCC=${LTCC-"$CC"}
+
++# If no C compiler flags were specified, use CFLAGS.
++LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
++
+ # Allow CC to be a program name with arguments.
+ compiler=$CC
+
+
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
+ # Allow CC to be a program name with arguments.
+ lt_save_CC="$CC"
+ CC=${GCJ-"gcj"}
+ compiler=$CC
+ compiler_GCJ=$CC
++for cc_temp in $compiler""; do
++ case $cc_temp in
++ compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++ distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++ \-*) ;;
++ *) break;;
++ esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
+
+ # GCJ did not exist at the time GCC didn't implicitly link libc in.
+ archive_cmds_need_lc_GCJ=no
+
++old_archive_cmds_GCJ=$old_archive_cmds
++
+ ## CAVEAT EMPTOR:
+ ## There is no encapsulation within the following macros, do not change
+ ## the running order or otherwise move them around unless you know exactly
+@@ -18404,8 +20282,8 @@
+ lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
+
+
+-echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+-echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
++echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
+ if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -18419,26 +20297,28 @@
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ # The option is referenced via a variable to avoid confusing sed.
+ lt_compile=`echo "$ac_compile" | $SED \
+- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:18425: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:20303: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>conftest.err)
+ ac_status=$?
+ cat conftest.err >&5
+- echo "$as_me:18429: \$? = $ac_status" >&5
++ echo "$as_me:20307: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s "$ac_outfile"; then
+ # The compiler can only warn and ignore the option if not recognized
+- # So say no if there are warnings
+- if test ! -s conftest.err; then
++ # So say no if there are warnings other than the usual output.
++ $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
++ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
++ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+ lt_cv_prog_compiler_rtti_exceptions=yes
+ fi
+ fi
+ $rm conftest*
+
+ fi
+-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
+-echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
++{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
+
+ if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
+ lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
+@@ -18452,8 +20332,8 @@
+ lt_prog_compiler_pic_GCJ=
+ lt_prog_compiler_static_GCJ=
+
+-echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
+-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
+
+ if test "$GCC" = yes; then
+ lt_prog_compiler_wl_GCJ='-Wl,'
+@@ -18491,6 +20371,11 @@
+ lt_prog_compiler_pic_GCJ='-fno-common'
+ ;;
+
++ interix3*)
++ # Interix 3.x gcc -fpic/-fPIC options generate broken code.
++ # Instead, we relocate shared libraries at runtime.
++ ;;
++
+ msdosdjgpp*)
+ # Just because we use GCC doesn't mean we suddenly get shared libraries
+ # on systems that don't support them.
+@@ -18507,7 +20392,7 @@
+ hpux*)
+ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+ # not for PA HP-UX.
+- case "$host_cpu" in
++ case $host_cpu in
+ hppa*64*|ia64*)
+ # +Z the default
+ ;;
+@@ -18533,6 +20418,16 @@
+ lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp'
+ fi
+ ;;
++ darwin*)
++ # PIC is the default on this platform
++ # Common symbols not allowed in MH_DYLIB files
++ case $cc_basename in
++ xlc*)
++ lt_prog_compiler_pic_GCJ='-qnocommon'
++ lt_prog_compiler_wl_GCJ='-Wl,'
++ ;;
++ esac
++ ;;
+
+ mingw* | pw32* | os2*)
+ # This hack is so that the source file can tell whether it is being
+@@ -18544,7 +20439,7 @@
+ lt_prog_compiler_wl_GCJ='-Wl,'
+ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+ # not for PA HP-UX.
+- case "$host_cpu" in
++ case $host_cpu in
+ hppa*64*|ia64*)
+ # +Z the default
+ ;;
+@@ -18567,13 +20462,20 @@
+ lt_prog_compiler_static_GCJ='-Bstatic'
+ ;;
+
+- linux*)
+- case $CC in
++ linux* | k*bsd*-gnu)
++ case $cc_basename in
+ icc* | ecc*)
+ lt_prog_compiler_wl_GCJ='-Wl,'
+ lt_prog_compiler_pic_GCJ='-KPIC'
+ lt_prog_compiler_static_GCJ='-static'
+ ;;
++ pgcc* | pgf77* | pgf90* | pgf95*)
++ # Portland Group compilers (*not* the Pentium gcc compiler,
++ # which looks to be a dead project)
++ lt_prog_compiler_wl_GCJ='-Wl,'
++ lt_prog_compiler_pic_GCJ='-fpic'
++ lt_prog_compiler_static_GCJ='-Bstatic'
++ ;;
+ ccc*)
+ lt_prog_compiler_wl_GCJ='-Wl,'
+ # All Alpha code is PIC.
+@@ -18588,15 +20490,15 @@
+ lt_prog_compiler_static_GCJ='-non_shared'
+ ;;
+
+- sco3.2v5*)
+- lt_prog_compiler_pic_GCJ='-Kpic'
+- lt_prog_compiler_static_GCJ='-dn'
+- ;;
+-
+ solaris*)
+- lt_prog_compiler_wl_GCJ='-Wl,'
+ lt_prog_compiler_pic_GCJ='-KPIC'
+ lt_prog_compiler_static_GCJ='-Bstatic'
++ case $cc_basename in
++ f77* | f90* | f95*)
++ lt_prog_compiler_wl_GCJ='-Qoption ld ';;
++ *)
++ lt_prog_compiler_wl_GCJ='-Wl,';;
++ esac
+ ;;
+
+ sunos4*)
+@@ -18605,7 +20507,7 @@
+ lt_prog_compiler_static_GCJ='-Bstatic'
+ ;;
+
+- sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++ sysv4 | sysv4.2uw2* | sysv4.3*)
+ lt_prog_compiler_wl_GCJ='-Wl,'
+ lt_prog_compiler_pic_GCJ='-KPIC'
+ lt_prog_compiler_static_GCJ='-Bstatic'
+@@ -18618,6 +20520,17 @@
+ fi
+ ;;
+
++ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
++ lt_prog_compiler_wl_GCJ='-Wl,'
++ lt_prog_compiler_pic_GCJ='-KPIC'
++ lt_prog_compiler_static_GCJ='-Bstatic'
++ ;;
++
++ unicos*)
++ lt_prog_compiler_wl_GCJ='-Wl,'
++ lt_prog_compiler_can_build_shared_GCJ=no
++ ;;
++
+ uts4*)
+ lt_prog_compiler_pic_GCJ='-pic'
+ lt_prog_compiler_static_GCJ='-Bstatic'
+@@ -18629,16 +20542,16 @@
+ esac
+ fi
+
+-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
+-echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6
++{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; }
+
+ #
+ # Check to make sure the PIC flag actually works.
+ #
+ if test -n "$lt_prog_compiler_pic_GCJ"; then
+
+-echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
+-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }
+ if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -18652,26 +20565,28 @@
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ # The option is referenced via a variable to avoid confusing sed.
+ lt_compile=`echo "$ac_compile" | $SED \
+- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:18658: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:20571: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>conftest.err)
+ ac_status=$?
+ cat conftest.err >&5
+- echo "$as_me:18662: \$? = $ac_status" >&5
++ echo "$as_me:20575: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s "$ac_outfile"; then
+ # The compiler can only warn and ignore the option if not recognized
+- # So say no if there are warnings
+- if test ! -s conftest.err; then
++ # So say no if there are warnings other than the usual output.
++ $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
++ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
++ if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+ lt_prog_compiler_pic_works_GCJ=yes
+ fi
+ fi
+ $rm conftest*
+
+ fi
+-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
+-echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6
++{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6; }
+
+ if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then
+ case $lt_prog_compiler_pic_GCJ in
+@@ -18684,7 +20599,7 @@
+ fi
+
+ fi
+-case "$host_os" in
++case $host_os in
+ # For platforms which do not support PIC, -DPIC is meaningless:
+ *djgpp*)
+ lt_prog_compiler_pic_GCJ=
+@@ -18694,8 +20609,50 @@
+ ;;
+ esac
+
+-echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
+-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
++#
++# Check to make sure the static flag actually works.
++#
++wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
++{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
++echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
++if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then
++ echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++ lt_prog_compiler_static_works_GCJ=no
++ save_LDFLAGS="$LDFLAGS"
++ LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
++ printf "$lt_simple_link_test_code" > conftest.$ac_ext
++ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
++ # The linker can only warn and ignore the option if not recognized
++ # So say no if there are warnings
++ if test -s conftest.err; then
++ # Append any errors to the config.log.
++ cat conftest.err 1>&5
++ $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
++ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
++ if diff conftest.exp conftest.er2 >/dev/null; then
++ lt_prog_compiler_static_works_GCJ=yes
++ fi
++ else
++ lt_prog_compiler_static_works_GCJ=yes
++ fi
++ fi
++ $rm conftest*
++ LDFLAGS="$save_LDFLAGS"
++
++fi
++{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5
++echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6; }
++
++if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then
++ :
++else
++ lt_prog_compiler_static_GCJ=
++fi
++
++
++{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
+ if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -18706,60 +20663,58 @@
+ mkdir out
+ printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+- # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
+- # that will create temporary files in the current directory regardless of
+- # the output directory. Thus, making CWD read-only will cause this test
+- # to fail, enabling locking or at least warning the user not to do parallel
+- # builds.
+- chmod -w .
+-
+ lt_compiler_flag="-o out/conftest2.$ac_objext"
+ # Insert the option either (1) after the last *FLAGS variable, or
+ # (2) before a word containing "conftest.", or (3) at the end.
+ # Note that $ac_compile itself does not contain backslashes and begins
+ # with a dollar sign (not a hyphen), so the echo should work correctly.
+ lt_compile=`echo "$ac_compile" | $SED \
+- -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:18725: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:20675: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>out/conftest.err)
+ ac_status=$?
+ cat out/conftest.err >&5
+- echo "$as_me:18729: \$? = $ac_status" >&5
++ echo "$as_me:20679: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s out/conftest2.$ac_objext
+ then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings
+- if test ! -s out/conftest.err; then
++ $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
++ $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
++ if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+ lt_cv_prog_compiler_c_o_GCJ=yes
+ fi
+ fi
+- chmod u+w .
+- $rm conftest* out/*
+- rmdir out
++ chmod u+w . 2>&5
++ $rm conftest*
++ # SGI C++ compiler will create directory out/ii_files/ for
++ # template instantiation
++ test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++ $rm out/* && rmdir out
+ cd ..
+ rmdir conftest
+ $rm conftest*
+
+ fi
+-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
+-echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6
++{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; }
+
+
+ hard_links="nottested"
+ if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
+ # do not overwrite the value of need_locks provided by the user
+- echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
+-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
+ hard_links=yes
+ $rm conftest*
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+ touch conftest.a
+ ln conftest.a conftest.b 2>&5 || hard_links=no
+ ln conftest.a conftest.b 2>/dev/null && hard_links=no
+- echo "$as_me:$LINENO: result: $hard_links" >&5
+-echo "${ECHO_T}$hard_links" >&6
++ { echo "$as_me:$LINENO: result: $hard_links" >&5
++echo "${ECHO_T}$hard_links" >&6; }
+ if test "$hard_links" = no; then
+ { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+ echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
+@@ -18769,8 +20724,8 @@
+ need_locks=no
+ fi
+
+-echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
+
+ runpath_var=
+ allow_undefined_flag_GCJ=
+@@ -18808,6 +20763,16 @@
+ # rely on this symbol name, it's probably fine to never include it in
+ # preloaded symbol tables.
+ extract_expsyms_cmds=
++ # Just being paranoid about ensuring that cc_basename is set.
++ for cc_temp in $compiler""; do
++ case $cc_temp in
++ compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++ distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++ \-*) ;;
++ *) break;;
++ esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
+
+ case $host_os in
+ cygwin* | mingw* | pw32*)
+@@ -18818,6 +20783,10 @@
+ with_gnu_ld=no
+ fi
+ ;;
++ interix*)
++ # we just hope/assume this is gcc and not c89 (= MSVC++)
++ with_gnu_ld=yes
++ ;;
+ openbsd*)
+ with_gnu_ld=no
+ ;;
+@@ -18828,6 +20797,27 @@
+ # If archive_cmds runs LD, not CC, wlarc should be empty
+ wlarc='${wl}'
+
++ # Set some defaults for GNU ld with shared library support. These
++ # are reset later if shared libraries are not supported. Putting them
++ # here allows them to be overridden if necessary.
++ runpath_var=LD_RUN_PATH
++ hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
++ export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
++ # ancient GNU ld didn't support --whole-archive et. al.
++ if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
++ whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++ else
++ whole_archive_flag_spec_GCJ=
++ fi
++ supports_anon_versioning=no
++ case `$LD -v 2>/dev/null` in
++ *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
++ *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
++ *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
++ *\ 2.11.*) ;; # other 2.11 versions
++ *) supports_anon_versioning=yes ;;
++ esac
++
+ # See if GNU ld supports shared libraries.
+ case $host_os in
+ aix3* | aix4* | aix5*)
+@@ -18865,7 +20855,7 @@
+ allow_undefined_flag_GCJ=unsupported
+ # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
+ # support --undefined. This deserves some investigation. FIXME
+- archive_cmds_GCJ='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
++ archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+ else
+ ld_shlibs_GCJ=no
+ fi
+@@ -18875,13 +20865,13 @@
+ # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,
+ # as there is no search path for DLLs.
+ hardcode_libdir_flag_spec_GCJ='-L$libdir'
+- allow_undefined_flag_GCJ=no
++ allow_undefined_flag_GCJ=unsupported
+ always_export_symbols_GCJ=no
+ enable_shared_with_static_runtimes_GCJ=yes
+- export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++ export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
+
+ if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
+- archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++ archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ # If the export-symbols file already is a .def file (1st line
+ # is EXPORTS), use it as is; otherwise, prepend...
+ archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+@@ -18890,23 +20880,70 @@
+ echo EXPORTS > $output_objdir/$soname.def;
+ cat $export_symbols >> $output_objdir/$soname.def;
+ fi~
+- $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ else
+- ld_shlibs=no
++ ld_shlibs_GCJ=no
++ fi
++ ;;
++
++ interix3*)
++ hardcode_direct_GCJ=no
++ hardcode_shlibpath_var_GCJ=no
++ hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
++ export_dynamic_flag_spec_GCJ='${wl}-E'
++ # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
++ # Instead, shared libraries are loaded at an image base (0x10000000 by
++ # default) and relocated if they conflict, which is a slow very memory
++ # consuming and fragmenting process. To avoid this, we pick a random,
++ # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
++ # time. Moving up from 0x10000000 also allows more sbrk(2) space.
++ archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
++ archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
++ ;;
++
++ linux* | k*bsd*-gnu)
++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++ tmp_addflag=
++ case $cc_basename,$host_cpu in
++ pgcc*) # Portland Group C compiler
++ whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++ tmp_addflag=' $pic_flag'
++ ;;
++ pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
++ whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++ tmp_addflag=' $pic_flag -Mnomain' ;;
++ ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
++ tmp_addflag=' -i_dynamic' ;;
++ efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
++ tmp_addflag=' -i_dynamic -nofor_main' ;;
++ ifc* | ifort*) # Intel Fortran compiler
++ tmp_addflag=' -nofor_main' ;;
++ esac
++ archive_cmds_GCJ='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++
++ if test $supports_anon_versioning = yes; then
++ archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~
++ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
++ $echo "local: *; };" >> $output_objdir/$libname.ver~
++ $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
++ fi
++ link_all_deplibs_GCJ=no
++ else
++ ld_shlibs_GCJ=no
+ fi
+ ;;
+
+- netbsd*)
++ netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ wlarc=
+ else
+- archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+- archive_expsym_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ fi
+ ;;
+
+- solaris* | sysv5*)
++ solaris*)
+ if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
+ ld_shlibs_GCJ=no
+ cat <<EOF 1>&2
+@@ -18920,13 +20957,40 @@
+
+ EOF
+ elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+- archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+- archive_expsym_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ else
+ ld_shlibs_GCJ=no
+ fi
+ ;;
+
++ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
++ case `$LD -v 2>&1` in
++ *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
++ ld_shlibs_GCJ=no
++ cat <<_LT_EOF 1>&2
++
++*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
++*** reliably create shared libraries on SCO systems. Therefore, libtool
++*** is disabling shared libraries support. We urge you to upgrade GNU
++*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
++*** your PATH or compiler configuration so that the native linker is
++*** used, and then restart.
++
++_LT_EOF
++ ;;
++ *)
++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++ hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
++ archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
++ archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
++ else
++ ld_shlibs_GCJ=no
++ fi
++ ;;
++ esac
++ ;;
++
+ sunos4*)
+ archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+ wlarc=
+@@ -18936,24 +21000,19 @@
+
+ *)
+ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+- archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+- archive_expsym_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++ archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++ archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ else
+ ld_shlibs_GCJ=no
+ fi
+ ;;
+ esac
+
+- if test "$ld_shlibs_GCJ" = yes; then
+- runpath_var=LD_RUN_PATH
+- hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
+- export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
+- # ancient GNU ld didn't support --whole-archive et. al.
+- if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
+- whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+- else
+- whole_archive_flag_spec_GCJ=
+- fi
++ if test "$ld_shlibs_GCJ" = no; then
++ runpath_var=
++ hardcode_libdir_flag_spec_GCJ=
++ export_dynamic_flag_spec_GCJ=
++ whole_archive_flag_spec_GCJ=
+ fi
+ else
+ # PORTME fill in a description of your system's linker (not GNU ld)
+@@ -18965,7 +21024,7 @@
+ # Note: this linker hardcodes the directories in LIBPATH if there
+ # are no directories specified by -L.
+ hardcode_minus_L_GCJ=yes
+- if test "$GCC" = yes && test -z "$link_static_flag"; then
++ if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
+ # Neither direct hardcoding nor static linking is supported with a
+ # broken collect2.
+ hardcode_direct_GCJ=unsupported
+@@ -18987,9 +21046,21 @@
+ else
+ export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
+ fi
++ aix_use_runtimelinking=no
++
++ # Test if we are trying to use run time linking or normal
++ # AIX style linking. If -brtl is somewhere in LDFLAGS, we
++ # need to do runtime linking.
++ case $host_os in aix4.[23]|aix4.[23].*|aix5*)
++ for ld_flag in $LDFLAGS; do
++ if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
++ aix_use_runtimelinking=yes
++ break
++ fi
++ done
++ ;;
++ esac
+
+- # KDE requires run time linking. Make it the default.
+- aix_use_runtimelinking=yes
+ exp_sym_flag='-bexport'
+ no_entry_flag='-bnoentry'
+ fi
+@@ -19006,7 +21077,7 @@
+ link_all_deplibs_GCJ=yes
+
+ if test "$GCC" = yes; then
+- case $host_os in aix4.012|aix4.012.*)
++ case $host_os in aix4.[012]|aix4.[012].*)
+ # We only want to do this on AIX 4.2 and lower, the check
+ # below for broken collect2 doesn't work under 4.3+
+ collect2name=`${CC} -print-prog-name=collect2`
+@@ -19025,8 +21096,12 @@
+ hardcode_libdir_flag_spec_GCJ='-L$libdir'
+ hardcode_libdir_separator_GCJ=
+ fi
++ ;;
+ esac
+ shared_flag='-shared'
++ if test "$aix_use_runtimelinking" = yes; then
++ shared_flag="$shared_flag "'${wl}-G'
++ fi
+ else
+ # not using gcc
+ if test "$host_cpu" = ia64; then
+@@ -19034,22 +21109,23 @@
+ # chokes on -Wl,-G. The following line is correct:
+ shared_flag='-G'
+ else
+- if test "$aix_use_runtimelinking" = yes; then
+- shared_flag='-qmkshrobj ${wl}-G'
++ if test "$aix_use_runtimelinking" = yes; then
++ shared_flag='${wl}-G'
+ else
+- shared_flag='-qmkshrobj'
+- fi
++ shared_flag='${wl}-bM:SRE'
++ fi
+ fi
+ fi
+
+- # Let the compiler handle the export list.
+- always_export_symbols_GCJ=no
++ # It seems that -bexpall does not export symbols beginning with
++ # underscore (_), so it is better to generate a list of symbols to export.
++ always_export_symbols_GCJ=yes
+ if test "$aix_use_runtimelinking" = yes; then
+ # Warning - without using the other runtime loading flags (-brtl),
+ # -berok will link without error, but may produce a broken library.
+ allow_undefined_flag_GCJ='-berok'
+ # Determine the default libpath from the value encoded in an empty executable.
+- cat >conftest.$ac_ext <<_ACEOF
++ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+@@ -19065,24 +21141,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -19096,19 +21184,20 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
+
+- hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
+- archive_cmds_GCJ="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
+- archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++ hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
++ archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+ else
+ if test "$host_cpu" = ia64; then
+ hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib'
+ allow_undefined_flag_GCJ="-z nodefs"
+- archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++ archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
+ else
+ # Determine the default libpath from the value encoded in an empty executable.
+ cat >conftest.$ac_ext <<_ACEOF
+@@ -19127,24 +21216,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -19158,7 +21259,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
+@@ -19168,13 +21271,11 @@
+ # -berok will link without error, but may produce a broken library.
+ no_undefined_flag_GCJ=' ${wl}-bernotok'
+ allow_undefined_flag_GCJ=' ${wl}-berok'
+- # -bexpall does not export symbols beginning with underscore (_)
+- always_export_symbols_GCJ=yes
+ # Exported symbols can be pulled into shared objects from archives
+- whole_archive_flag_spec_GCJ=' '
++ whole_archive_flag_spec_GCJ='$convenience'
+ archive_cmds_need_lc_GCJ=yes
+- # This is similar to how AIX traditionally builds it's shared libraries.
+- archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++ # This is similar to how AIX traditionally builds its shared libraries.
++ archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+ fi
+ fi
+ ;;
+@@ -19187,7 +21288,7 @@
+ ld_shlibs_GCJ=no
+ ;;
+
+- bsdi4*)
++ bsdi[45]*)
+ export_dynamic_flag_spec_GCJ=-rdynamic
+ ;;
+
+@@ -19197,68 +21298,68 @@
+ # hardcode_libdir_flag_spec is actually meaningless, as there is
+ # no search path for DLLs.
+ hardcode_libdir_flag_spec_GCJ=' '
+- allow_undefined_flag_GCJ=no
++ allow_undefined_flag_GCJ=unsupported
+ # Tell ltmain to make .lib files, not .a files.
+ libext=lib
+ # Tell ltmain to make .dll files, not .so files.
+- shrext=".dll"
++ shrext_cmds=".dll"
+ # FIXME: Setting linknames here is a bad hack.
+- archive_cmds_GCJ='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
++ archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
+ # The linker will automatically build a .lib file if we build a DLL.
+ old_archive_From_new_cmds_GCJ='true'
+ # FIXME: Should let the user specify the lib program.
+ old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
+- fix_srcfile_path='`cygpath -w "$srcfile"`'
++ fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
+ enable_shared_with_static_runtimes_GCJ=yes
+ ;;
+
+ darwin* | rhapsody*)
+- if test "$GXX" = yes ; then
+- archive_cmds_need_lc_GCJ=no
+- case "$host_os" in
+- rhapsody* | darwin1.[012])
+- allow_undefined_flag_GCJ='-Wl,-undefined -Wl,suppress'
+- ;;
+- *) # Darwin 1.3 on
+- if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+- allow_undefined_flag_GCJ='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+- else
+- case ${MACOSX_DEPLOYMENT_TARGET} in
+- 10.012)
+- allow_undefined_flag_GCJ='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+- ;;
+- 10.*)
+- allow_undefined_flag_GCJ='-Wl,-undefined -Wl,dynamic_lookup'
+- ;;
+- esac
+- fi
+- ;;
++ case $host_os in
++ rhapsody* | darwin1.[012])
++ allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress'
++ ;;
++ *) # Darwin 1.3 on
++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++ allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++ else
++ case ${MACOSX_DEPLOYMENT_TARGET} in
++ 10.[012])
++ allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++ ;;
++ 10.*)
++ allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup'
++ ;;
++ esac
++ fi
++ ;;
+ esac
+- lt_int_apple_cc_single_mod=no
+- output_verbose_link_cmd='echo'
+- if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
+- lt_int_apple_cc_single_mod=yes
+- fi
+- if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+- archive_cmds_GCJ='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+- else
+- archive_cmds_GCJ='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
+- fi
+- module_cmds_GCJ='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+- # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+- if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+- archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- else
+- archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+- fi
+- module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ archive_cmds_need_lc_GCJ=no
+ hardcode_direct_GCJ=no
+ hardcode_automatic_GCJ=yes
+ hardcode_shlibpath_var_GCJ=unsupported
+- whole_archive_flag_spec_GCJ='-all_load $convenience'
++ whole_archive_flag_spec_GCJ=''
+ link_all_deplibs_GCJ=yes
++ if test "$GCC" = yes ; then
++ output_verbose_link_cmd='echo'
++ archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++ module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++ archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+ else
+- ld_shlibs_GCJ=no
++ case $cc_basename in
++ xlc*)
++ output_verbose_link_cmd='echo'
++ archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++ module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++ archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++ ;;
++ *)
++ ld_shlibs_GCJ=no
++ ;;
++ esac
+ fi
+ ;;
+
+@@ -19292,8 +21393,8 @@
+ ;;
+
+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+- freebsd* | kfreebsd*-gnu)
+- archive_cmds_GCJ='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
++ freebsd* | dragonfly*)
++ archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec_GCJ='-R$libdir'
+ hardcode_direct_GCJ=yes
+ hardcode_shlibpath_var_GCJ=no
+@@ -19301,7 +21402,7 @@
+
+ hpux9*)
+ if test "$GCC" = yes; then
+- archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++ archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+ else
+ archive_cmds_GCJ='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+ fi
+@@ -19315,47 +21416,62 @@
+ export_dynamic_flag_spec_GCJ='${wl}-E'
+ ;;
+
+- hpux10* | hpux11*)
++ hpux10*)
+ if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+- case "$host_cpu" in
+- hppa*64*|ia64*)
+- archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
++ else
++ archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
++ fi
++ if test "$with_gnu_ld" = no; then
++ hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
++ hardcode_libdir_separator_GCJ=:
++
++ hardcode_direct_GCJ=yes
++ export_dynamic_flag_spec_GCJ='${wl}-E'
++
++ # hardcode_minus_L: Not really in the search PATH,
++ # but as the default location of the library.
++ hardcode_minus_L_GCJ=yes
++ fi
++ ;;
++
++ hpux11*)
++ if test "$GCC" = yes -a "$with_gnu_ld" = no; then
++ case $host_cpu in
++ hppa*64*)
++ archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ ;;
++ ia64*)
++ archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ *)
+- archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ esac
+ else
+- case "$host_cpu" in
+- hppa*64*|ia64*)
+- archive_cmds_GCJ='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
++ case $host_cpu in
++ hppa*64*)
++ archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ ;;
++ ia64*)
++ archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ *)
+- archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
++ archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+ ;;
+ esac
+ fi
+ if test "$with_gnu_ld" = no; then
+- case "$host_cpu" in
+- hppa*64*)
+- hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
++ hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
++ hardcode_libdir_separator_GCJ=:
++
++ case $host_cpu in
++ hppa*64*|ia64*)
+ hardcode_libdir_flag_spec_ld_GCJ='+b $libdir'
+- hardcode_libdir_separator_GCJ=:
+- hardcode_direct_GCJ=no
+- hardcode_shlibpath_var_GCJ=no
+- ;;
+- ia64*)
+- hardcode_libdir_flag_spec_GCJ='-L$libdir'
+ hardcode_direct_GCJ=no
+ hardcode_shlibpath_var_GCJ=no
+-
+- # hardcode_minus_L: Not really in the search PATH,
+- # but as the default location of the library.
+- hardcode_minus_L_GCJ=yes
+ ;;
+ *)
+- hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
+- hardcode_libdir_separator_GCJ=:
+ hardcode_direct_GCJ=yes
+ export_dynamic_flag_spec_GCJ='${wl}-E'
+
+@@ -19369,7 +21485,7 @@
+
+ irix5* | irix6* | nonstopux*)
+ if test "$GCC" = yes; then
+- archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++ archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ else
+ archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
+@@ -19379,7 +21495,7 @@
+ link_all_deplibs_GCJ=yes
+ ;;
+
+- netbsd*)
++ netbsd* | netbsdelf*-gnu)
+ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
+ else
+@@ -19402,7 +21518,8 @@
+ hardcode_direct_GCJ=yes
+ hardcode_shlibpath_var_GCJ=no
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+- archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
+ hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
+ export_dynamic_flag_spec_GCJ='${wl}-E'
+ else
+@@ -19412,7 +21529,7 @@
+ hardcode_libdir_flag_spec_GCJ='-R$libdir'
+ ;;
+ *)
+- archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
+ ;;
+ esac
+@@ -19423,14 +21540,14 @@
+ hardcode_libdir_flag_spec_GCJ='-L$libdir'
+ hardcode_minus_L_GCJ=yes
+ allow_undefined_flag_GCJ=unsupported
+- archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
++ archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
+ old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
+ ;;
+
+ osf3*)
+ if test "$GCC" = yes; then
+ allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
+- archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++ archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ else
+ allow_undefined_flag_GCJ=' -expect_unresolved \*'
+ archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+@@ -19442,13 +21559,13 @@
+ osf4* | osf5*) # as osf3* with the addition of -msym flag
+ if test "$GCC" = yes; then
+ allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
+- archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++ archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
+ else
+ allow_undefined_flag_GCJ=' -expect_unresolved \*'
+ archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
+- $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
++ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
+
+ # Both c and cxx compiler support -rpath directly
+ hardcode_libdir_flag_spec_GCJ='-rpath $libdir'
+@@ -19456,21 +21573,15 @@
+ hardcode_libdir_separator_GCJ=:
+ ;;
+
+- sco3.2v5*)
+- archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+- hardcode_shlibpath_var_GCJ=no
+- export_dynamic_flag_spec_GCJ='${wl}-Bexport'
+- runpath_var=LD_RUN_PATH
+- hardcode_runpath_var=yes
+- ;;
+-
+ solaris*)
+ no_undefined_flag_GCJ=' -z text'
+ if test "$GCC" = yes; then
+- archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++ wlarc='${wl}'
++ archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+ archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+- $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
++ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
+ else
++ wlarc=''
+ archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+ archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
+@@ -19479,8 +21590,18 @@
+ hardcode_shlibpath_var_GCJ=no
+ case $host_os in
+ solaris2.[0-5] | solaris2.[0-5].*) ;;
+- *) # Supported since Solaris 2.6 (maybe 2.5.1?)
+- whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;;
++ *)
++ # The compiler driver will combine linker options so we
++ # cannot just pass the convience library names through
++ # without $wl, iff we do not link with $LD.
++ # Luckily, gcc supports the same syntax we need for Sun Studio.
++ # Supported since Solaris 2.6 (maybe 2.5.1?)
++ case $wlarc in
++ '')
++ whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;;
++ *)
++ whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
++ esac ;;
+ esac
+ link_all_deplibs_GCJ=yes
+ ;;
+@@ -19489,7 +21610,7 @@
+ if test "x$host_vendor" = xsequent; then
+ # Use $CC to link under sequent, because it throws in some extra .o
+ # files that make .init and .fini sections work.
+- archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
+ else
+ archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
+ fi
+@@ -19537,36 +21658,45 @@
+ fi
+ ;;
+
+- sysv4.2uw2*)
+- archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'
+- hardcode_direct_GCJ=yes
+- hardcode_minus_L_GCJ=no
++ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*)
++ no_undefined_flag_GCJ='${wl}-z,text'
++ archive_cmds_need_lc_GCJ=no
+ hardcode_shlibpath_var_GCJ=no
+- hardcode_runpath_var=yes
+- runpath_var=LD_RUN_PATH
+- ;;
++ runpath_var='LD_RUN_PATH'
+
+- sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
+- no_undefined_flag_GCJ='${wl}-z ${wl}text'
+ if test "$GCC" = yes; then
+- archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ else
+- archive_cmds_GCJ='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++ archive_cmds_GCJ='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+ fi
+- runpath_var='LD_RUN_PATH'
+- hardcode_shlibpath_var_GCJ=no
+ ;;
+
+- sysv5*)
+- no_undefined_flag_GCJ=' -z text'
+- # $CC -shared without GNU ld will not create a library from C++
+- # object files and a static libstdc++, better avoid it by now
+- archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+- archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+- $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
+- hardcode_libdir_flag_spec_GCJ=
++ sysv5* | sco3.2v5* | sco5v6*)
++ # Note: We can NOT use -z defs as we might desire, because we do not
++ # link with -lc, and that would cause any symbols used from libc to
++ # always be unresolved, which means just about no library would
++ # ever link correctly. If we're not using GNU ld we use -z text
++ # though, which does catch some bad symbols but isn't as heavy-handed
++ # as -z defs.
++ no_undefined_flag_GCJ='${wl}-z,text'
++ allow_undefined_flag_GCJ='${wl}-z,nodefs'
++ archive_cmds_need_lc_GCJ=no
+ hardcode_shlibpath_var_GCJ=no
++ hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
++ hardcode_libdir_separator_GCJ=':'
++ link_all_deplibs_GCJ=yes
++ export_dynamic_flag_spec_GCJ='${wl}-Bexport'
+ runpath_var='LD_RUN_PATH'
++
++ if test "$GCC" = yes; then
++ archive_cmds_GCJ='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ else
++ archive_cmds_GCJ='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
++ fi
+ ;;
+
+ uts4*)
+@@ -19581,15 +21711,10 @@
+ esac
+ fi
+
+-echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
+-echo "${ECHO_T}$ld_shlibs_GCJ" >&6
++{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
++echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }
+ test "$ld_shlibs_GCJ" = no && can_build_shared=no
+
+-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+-if test "$GCC" = yes; then
+- variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+-fi
+-
+ #
+ # Do we need to explicitly link libc?
+ #
+@@ -19607,8 +21732,8 @@
+ # Test whether the compiler implicitly links with -lc since on some
+ # systems, -lgcc has to come before -lc. If gcc already passes -lc
+ # to ld, don't add -lc before -lgcc.
+- echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
+-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
+ $rm conftest*
+ printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+
+@@ -19622,6 +21747,7 @@
+ libobjs=conftest.$ac_objext
+ deplibs=
+ wl=$lt_prog_compiler_wl_GCJ
++ pic_flag=$lt_prog_compiler_pic_GCJ
+ compiler_flags=-v
+ linker_flags=-v
+ verstring=
+@@ -19632,1418 +21758,646 @@
+ if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
+ (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
+ ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }
+- then
+- archive_cmds_need_lc_GCJ=no
+- else
+- archive_cmds_need_lc_GCJ=yes
+- fi
+- allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
+- else
+- cat conftest.err 1>&5
+- fi
+- $rm conftest*
+- echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
+-echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6
+- ;;
+- esac
+- fi
+- ;;
+-esac
+-
+-echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
+-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
+-library_names_spec=
+-libname_spec='lib$name'
+-soname_spec=
+-shrext=".so"
+-postinstall_cmds=
+-postuninstall_cmds=
+-finish_cmds=
+-finish_eval=
+-shlibpath_var=
+-shlibpath_overrides_runpath=unknown
+-version_type=none
+-dynamic_linker="$host_os ld.so"
+-sys_lib_dlsearch_path_spec="/lib /usr/lib"
+-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
+-need_lib_prefix=unknown
+-hardcode_into_libs=no
+-
+-# when you set need_version to no, make sure it does not cause -set_version
+-# flags to be left without arguments
+-need_version=unknown
+-
+-case $host_os in
+-aix3*)
+- version_type=linux
+- library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
+- shlibpath_var=LIBPATH
+-
+- # AIX 3 has no versioning support, so we append a major version to the name.
+- soname_spec='${libname}${release}${shared_ext}$major'
+- ;;
+-
+-aix4* | aix5*)
+- version_type=linux
+- need_lib_prefix=no
+- need_version=no
+- hardcode_into_libs=yes
+- if test "$host_cpu" = ia64; then
+- # AIX 5 supports IA64
+- library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
+- shlibpath_var=LD_LIBRARY_PATH
+- else
+- # With GCC up to 2.95.x, collect2 would create an import file
+- # for dependence libraries. The import file would start with
+- # the line `#! .'. This would cause the generated library to
+- # depend on `.', always an invalid library. This was fixed in
+- # development snapshots of GCC prior to 3.0.
+- case $host_os in
+- aix4 | aix4.[01] | aix4.[01].*)
+- if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
+- echo ' yes '
+- echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
+- :
+- else
+- can_build_shared=no
+- fi
+- ;;
+- esac
+- # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
+- # soname into executable. Probably we can add versioning support to
+- # collect2, so additional links can be useful in future.
+- if test "$aix_use_runtimelinking" = yes; then
+- # If using run time linking (on AIX 4.2 or later) use lib<name>.so
+- # instead of lib<name>.a to let people know that these are not
+- # typical AIX shared libraries.
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- else
+- # We preserve .a as extension for shared libraries through AIX4.2
+- # and later when we are not doing run time linking.
+- library_names_spec='${libname}${release}.a $libname.a'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- fi
+- shlibpath_var=LIBPATH
+- fi
+- ;;
+-
+-amigaos*)
+- library_names_spec='$libname.ixlibrary $libname.a'
+- # Create ${libname}_ixlibrary.a entries in /sys/libs.
+- finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
+- ;;
+-
+-beos*)
+- library_names_spec='${libname}${shared_ext}'
+- dynamic_linker="$host_os ld.so"
+- shlibpath_var=LIBRARY_PATH
+- ;;
+-
+-bsdi4*)
+- version_type=linux
+- need_version=no
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
+- shlibpath_var=LD_LIBRARY_PATH
+- sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
+- sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
+- # the default ld.so.conf also contains /usr/contrib/lib and
+- # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
+- # libtool to hard-code these into programs
+- ;;
+-
+-cygwin* | mingw* | pw32*)
+- version_type=windows
+- shrext=".dll"
+- need_version=no
+- need_lib_prefix=no
+-
+- case $GCC,$host_os in
+- yes,cygwin* | yes,mingw* | yes,pw32*)
+- library_names_spec='$libname.dll.a'
+- # DLL is installed to $(libdir)/../bin by postinstall_cmds
+- postinstall_cmds='base_file=`basename \${file}`~
+- dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
+- dldir=$destdir/`dirname \$dlpath`~
+- test -d \$dldir || mkdir -p \$dldir~
+- $install_prog $dir/$dlname \$dldir/$dlname'
+- postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+- dlpath=$dir/\$dldll~
+- $rm \$dlpath'
+- shlibpath_overrides_runpath=yes
+-
+- case $host_os in
+- cygwin*)
+- # Cygwin DLLs use 'cyg' prefix rather than 'lib'
+- soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
+- ;;
+- mingw*)
+- # MinGW DLLs use traditional 'lib' prefix
+- soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+- sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
+- if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
+- # It is most probably a Windows format PATH printed by
+- # mingw gcc, but we are running on Cygwin. Gcc prints its search
+- # path with ; separators, and with drive letters. We can handle the
+- # drive letters (cygwin fileutils understands them), so leave them,
+- # especially as we might pass files found there to a mingw objdump,
+- # which wouldn't understand a cygwinified path. Ahh.
+- sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
+- else
+- sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
+- fi
+- ;;
+- pw32*)
+- # pw32 DLLs use 'pw' prefix rather than 'lib'
+- library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
+- ;;
+- esac
+- ;;
+-
+- *)
+- library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
+- ;;
+- esac
+- dynamic_linker='Win32 ld.exe'
+- # FIXME: first we should search . and the directory the executable is in
+- shlibpath_var=PATH
+- ;;
+-
+-darwin* | rhapsody*)
+- dynamic_linker="$host_os dyld"
+- version_type=darwin
+- need_lib_prefix=no
+- need_version=no
+- library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
+- soname_spec='${libname}${release}${major}$shared_ext'
+- shlibpath_overrides_runpath=yes
+- shlibpath_var=DYLD_LIBRARY_PATH
+- shrext='$(test .$module = .yes && echo .so || echo .dylib)'
+- # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
+- if test "$GCC" = yes; then
+- sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
+- else
+- sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
+- fi
+- sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
+- ;;
+-
+-dgux*)
+- version_type=linux
+- need_lib_prefix=no
+- need_version=no
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- shlibpath_var=LD_LIBRARY_PATH
+- ;;
+-
+-freebsd1*)
+- dynamic_linker=no
+- ;;
+-
+-kfreebsd*-gnu*)
+- version_type=linux
+- need_lib_prefix=no
+- need_version=no
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- shlibpath_var=LD_LIBRARY_PATH
+- shlibpath_overrides_runpath=no
+- hardcode_into_libs=yes
+- dynamic_linker='GNU ld.so'
+- ;;
+-
+-freebsd*)
+- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+- version_type=freebsd-$objformat
+- case $version_type in
+- freebsd-elf*)
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+- need_version=no
+- need_lib_prefix=no
+- ;;
+- freebsd-*)
+- library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
+- need_version=yes
+- ;;
+- esac
+- shlibpath_var=LD_LIBRARY_PATH
+- case $host_os in
+- freebsd2*)
+- shlibpath_overrides_runpath=yes
+- ;;
+- freebsd3.01* | freebsdelf3.01*)
+- shlibpath_overrides_runpath=yes
+- hardcode_into_libs=yes
+- ;;
+- *) # from 3.2 on
+- shlibpath_overrides_runpath=no
+- hardcode_into_libs=yes
+- ;;
+- esac
+- ;;
+-
+-gnu*)
+- version_type=linux
+- need_lib_prefix=no
+- need_version=no
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- shlibpath_var=LD_LIBRARY_PATH
+- hardcode_into_libs=yes
+- ;;
+-
+-hpux9* | hpux10* | hpux11*)
+- # Give a soname corresponding to the major version so that dld.sl refuses to
+- # link against other versions.
+- version_type=sunos
+- need_lib_prefix=no
+- need_version=no
+- case "$host_cpu" in
+- ia64*)
+- shrext='.so'
+- hardcode_into_libs=yes
+- dynamic_linker="$host_os dld.so"
+- shlibpath_var=LD_LIBRARY_PATH
+- shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- if test "X$HPUX_IA64_MODE" = X32; then
+- sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
+- else
+- sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
+- fi
+- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+- ;;
+- hppa*64*)
+- shrext='.sl'
+- hardcode_into_libs=yes
+- dynamic_linker="$host_os dld.sl"
+- shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+- shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
+- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+- ;;
+- *)
+- shrext='.sl'
+- dynamic_linker="$host_os dld.sl"
+- shlibpath_var=SHLIB_PATH
+- shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- ;;
+- esac
+- # HP-UX runs *really* slowly unless shared libraries are mode 555.
+- postinstall_cmds='chmod 555 $lib'
+- ;;
+-
+-irix5* | irix6* | nonstopux*)
+- case $host_os in
+- nonstopux*) version_type=nonstopux ;;
+- *)
+- if test "$lt_cv_prog_gnu_ld" = yes; then
+- version_type=linux
+- else
+- version_type=irix
+- fi ;;
+- esac
+- need_lib_prefix=no
+- need_version=no
+- soname_spec='${libname}${release}${shared_ext}$major'
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
+- case $host_os in
+- irix5* | nonstopux*)
+- libsuff= shlibsuff=
+- ;;
+- *)
+- case $LD in # libtool.m4 will add one of these switches to LD
+- *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
+- libsuff= shlibsuff= libmagic=32-bit;;
+- *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
+- libsuff=32 shlibsuff=N32 libmagic=N32;;
+- *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
+- libsuff=64 shlibsuff=64 libmagic=64-bit;;
+- *) libsuff= shlibsuff= libmagic=never-match;;
+- esac
+- ;;
+- esac
+- shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
+- shlibpath_overrides_runpath=no
+- sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
+- sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
+- hardcode_into_libs=yes
+- ;;
+-
+-# No shared lib support for Linux oldld, aout, or coff.
+-linux*oldld* | linux*aout* | linux*coff*)
+- dynamic_linker=no
+- ;;
+-
+-# This must be Linux ELF.
+-linux*)
+- version_type=linux
+- need_lib_prefix=no
+- need_version=no
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+- libsuff=
+- if test "x$LINUX_64_MODE" = x64; then
+- # Some platforms are per default 64-bit, so there's no /lib64
+- if test -d /lib64; then
+- libsuff=64
+- fi
+- fi
+- shlibpath_var=LD_LIBRARY_PATH
+- shlibpath_overrides_runpath=no
+- sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
+- sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
+- # This implies no fast_install, which is unacceptable.
+- # Some rework will be needed to allow for fast_install
+- # before this can be enabled.
+- hardcode_into_libs=yes
+-
+- # We used to test for /lib/ld.so.1 and disable shared libraries on
+- # powerpc, because MkLinux only supported shared libraries with the
+- # GNU dynamic linker. Since this was broken with cross compilers,
+- # most powerpc-linux boxes support dynamic linking these days and
+- # people can always --disable-shared, the test was removed, and we
+- # assume the GNU/Linux dynamic linker is in use.
+- dynamic_linker='GNU/Linux ld.so'
+- ;;
+-
+-netbsd*)
+- version_type=sunos
+- need_lib_prefix=no
+- need_version=no
+- if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+- dynamic_linker='NetBSD (a.out) ld.so'
+- else
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- dynamic_linker='NetBSD ld.elf_so'
+- fi
+- shlibpath_var=LD_LIBRARY_PATH
+- shlibpath_overrides_runpath=yes
+- hardcode_into_libs=yes
+- ;;
+-
+-newsos6)
+- version_type=linux
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- shlibpath_var=LD_LIBRARY_PATH
+- shlibpath_overrides_runpath=yes
+- ;;
+-
+-nto-qnx*)
+- version_type=linux
+- need_lib_prefix=no
+- need_version=no
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- shlibpath_var=LD_LIBRARY_PATH
+- shlibpath_overrides_runpath=yes
+- ;;
+-
+-openbsd*)
+- version_type=sunos
+- need_lib_prefix=no
+- need_version=no
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+- shlibpath_var=LD_LIBRARY_PATH
+- if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+- case $host_os in
+- openbsd2.[89] | openbsd2.[89].*)
+- shlibpath_overrides_runpath=no
+- ;;
+- *)
+- shlibpath_overrides_runpath=yes
+- ;;
+- esac
+- else
+- shlibpath_overrides_runpath=yes
+- fi
+- ;;
+-
+-os2*)
+- libname_spec='$name'
+- shrext=".dll"
+- need_lib_prefix=no
+- library_names_spec='$libname${shared_ext} $libname.a'
+- dynamic_linker='OS/2 ld.exe'
+- shlibpath_var=LIBPATH
+- ;;
+-
+-osf3* | osf4* | osf5*)
+- version_type=osf
+- need_lib_prefix=no
+- need_version=no
+- soname_spec='${libname}${release}${shared_ext}$major'
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- shlibpath_var=LD_LIBRARY_PATH
+- sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
+- sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
+- ;;
+-
+-sco3.2v5*)
+- version_type=osf
+- soname_spec='${libname}${release}${shared_ext}$major'
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- shlibpath_var=LD_LIBRARY_PATH
+- ;;
+-
+-solaris*)
+- version_type=linux
+- need_lib_prefix=no
+- need_version=no
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- shlibpath_var=LD_LIBRARY_PATH
+- shlibpath_overrides_runpath=yes
+- hardcode_into_libs=yes
+- # ldd complains unless libraries are executable
+- postinstall_cmds='chmod +x $lib'
+- ;;
+-
+-sunos4*)
+- version_type=sunos
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+- finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
+- shlibpath_var=LD_LIBRARY_PATH
+- shlibpath_overrides_runpath=yes
+- if test "$with_gnu_ld" = yes; then
+- need_lib_prefix=no
+- fi
+- need_version=yes
+- ;;
+-
+-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+- version_type=linux
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- shlibpath_var=LD_LIBRARY_PATH
+- case $host_vendor in
+- sni)
+- shlibpath_overrides_runpath=no
+- need_lib_prefix=no
+- export_dynamic_flag_spec='${wl}-Blargedynsym'
+- runpath_var=LD_RUN_PATH
+- ;;
+- siemens)
+- need_lib_prefix=no
+- ;;
+- motorola)
+- need_lib_prefix=no
+- need_version=no
+- shlibpath_overrides_runpath=no
+- sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
+- ;;
+- esac
+- ;;
+-
+-sysv4*MP*)
+- if test -d /usr/nec ;then
+- version_type=linux
+- library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
+- soname_spec='$libname${shared_ext}.$major'
+- shlibpath_var=LD_LIBRARY_PATH
+- fi
+- ;;
+-
+-uts4*)
+- version_type=linux
+- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+- soname_spec='${libname}${release}${shared_ext}$major'
+- shlibpath_var=LD_LIBRARY_PATH
+- ;;
+-
+-*)
+- dynamic_linker=no
+- ;;
+-esac
+-echo "$as_me:$LINENO: result: $dynamic_linker" >&5
+-echo "${ECHO_T}$dynamic_linker" >&6
+-test "$dynamic_linker" = no && can_build_shared=no
+-
+-echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
+-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
+-hardcode_action_GCJ=
+-if test -n "$hardcode_libdir_flag_spec_GCJ" || \
+- test -n "$runpath_var GCJ" || \
+- test "X$hardcode_automatic_GCJ"="Xyes" ; then
+-
+- # We can hardcode non-existant directories.
+- if test "$hardcode_direct_GCJ" != no &&
+- # If the only mechanism to avoid hardcoding is shlibpath_var, we
+- # have to relink, otherwise we might link with an installed library
+- # when we should be linking with a yet-to-be-installed one
+- ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
+- test "$hardcode_minus_L_GCJ" != no; then
+- # Linking always hardcodes the temporary library directory.
+- hardcode_action_GCJ=relink
+- else
+- # We can link without hardcoding, and we can hardcode nonexisting dirs.
+- hardcode_action_GCJ=immediate
+- fi
+-else
+- # We cannot hardcode anything, or else we can only hardcode existing
+- # directories.
+- hardcode_action_GCJ=unsupported
+-fi
+-echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
+-echo "${ECHO_T}$hardcode_action_GCJ" >&6
+-
+-if test "$hardcode_action_GCJ" = relink; then
+- # Fast installation is not supported
+- enable_fast_install=no
+-elif test "$shlibpath_overrides_runpath" = yes ||
+- test "$enable_shared" = no; then
+- # Fast installation is not necessary
+- enable_fast_install=needless
+-fi
+-
+-striplib=
+-old_striplib=
+-echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
+-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
+-if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
+- test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
+- test -z "$striplib" && striplib="$STRIP --strip-unneeded"
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
+-else
+-# FIXME - insert some real tests, host_os isn't really good enough
+- case $host_os in
+- darwin*)
+- if test -n "$STRIP" ; then
+- striplib="$STRIP -x"
+- 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
+- ;;
+- *)
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
+- ;;
+- esac
+-fi
+-
+-if test "x$enable_dlopen" != xyes; then
+- enable_dlopen=unknown
+- enable_dlopen_self=unknown
+- enable_dlopen_self_static=unknown
+-else
+- lt_cv_dlopen=no
+- lt_cv_dlopen_libs=
+-
+- case $host_os in
+- beos*)
+- lt_cv_dlopen="load_add_on"
+- lt_cv_dlopen_libs=
+- lt_cv_dlopen_self=yes
+- ;;
+-
+- mingw* | pw32*)
+- lt_cv_dlopen="LoadLibrary"
+- lt_cv_dlopen_libs=
+- ;;
+-
+- cygwin*)
+- lt_cv_dlopen="dlopen"
+- lt_cv_dlopen_libs=
+- ;;
+-
+- darwin*)
+- # if libdl is installed we need to link against it
+- echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
+-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
+-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- ac_check_lib_save_LIBS=$LIBS
+-LIBS="-ldl $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 gcc2 internal prototype to avoid an error. */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+-char dlopen ();
+-int
+-main ()
+-{
+-dlopen ();
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- ac_cv_lib_dl_dlopen=yes
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-ac_cv_lib_dl_dlopen=no
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_check_lib_save_LIBS
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
+-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
+-if test $ac_cv_lib_dl_dlopen = yes; then
+- lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
+-else
+-
+- lt_cv_dlopen="dyld"
+- lt_cv_dlopen_libs=
+- lt_cv_dlopen_self=yes
+-
+-fi
+-
+- ;;
+-
+- *)
+- echo "$as_me:$LINENO: checking for shl_load" >&5
+-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
+-if test "${ac_cv_func_shl_load+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
+-/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
+- For example, HP-UX 11i <limits.h> declares gettimeofday. */
+-#define shl_load innocuous_shl_load
+-
+-/* System header to define __stub macros and hopefully few prototypes,
+- which can conflict with char shl_load (); below.
+- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+- <limits.h> exists even on freestanding compilers. */
+-
+-#ifdef __STDC__
+-# include <limits.h>
+-#else
+-# include <assert.h>
+-#endif
+-
+-#undef shl_load
+-
+-/* Override any gcc2 internal prototype to avoid an error. */
+-#ifdef __cplusplus
+-extern "C"
+-{
+-#endif
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+-char shl_load ();
+-/* The GNU C library defines this for functions which it implements
+- to always fail with ENOSYS. Some functions are actually named
+- something starting with __ and the normal name is an alias. */
+-#if defined (__stub_shl_load) || defined (__stub___shl_load)
+-choke me
+-#else
+-char (*f) () = shl_load;
+-#endif
+-#ifdef __cplusplus
+-}
+-#endif
+-
+-int
+-main ()
+-{
+-return f != shl_load;
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- ac_cv_func_shl_load=yes
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-ac_cv_func_shl_load=no
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
+-echo "${ECHO_T}$ac_cv_func_shl_load" >&6
+-if test $ac_cv_func_shl_load = yes; then
+- lt_cv_dlopen="shl_load"
+-else
+- echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
+-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
+-if test "${ac_cv_lib_dld_shl_load+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- ac_check_lib_save_LIBS=$LIBS
+-LIBS="-ldld $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 gcc2 internal prototype to avoid an error. */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+-char shl_load ();
+-int
+-main ()
+-{
+-shl_load ();
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- ac_cv_lib_dld_shl_load=yes
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-ac_cv_lib_dld_shl_load=no
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_check_lib_save_LIBS
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
+-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
+-if test $ac_cv_lib_dld_shl_load = yes; then
+- lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
+-else
+- echo "$as_me:$LINENO: checking for dlopen" >&5
+-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
+-if test "${ac_cv_func_dlopen+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
+-/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
+- For example, HP-UX 11i <limits.h> declares gettimeofday. */
+-#define dlopen innocuous_dlopen
+-
+-/* System header to define __stub macros and hopefully few prototypes,
+- which can conflict with char dlopen (); below.
+- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+- <limits.h> exists even on freestanding compilers. */
+-
+-#ifdef __STDC__
+-# include <limits.h>
+-#else
+-# include <assert.h>
+-#endif
+-
+-#undef dlopen
+-
+-/* Override any gcc2 internal prototype to avoid an error. */
+-#ifdef __cplusplus
+-extern "C"
+-{
+-#endif
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+-char dlopen ();
+-/* The GNU C library defines this for functions which it implements
+- to always fail with ENOSYS. Some functions are actually named
+- something starting with __ and the normal name is an alias. */
+-#if defined (__stub_dlopen) || defined (__stub___dlopen)
+-choke me
+-#else
+-char (*f) () = dlopen;
+-#endif
+-#ifdef __cplusplus
+-}
+-#endif
+-
+-int
+-main ()
+-{
+-return f != dlopen;
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- ac_cv_func_dlopen=yes
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-ac_cv_func_dlopen=no
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
+-echo "${ECHO_T}$ac_cv_func_dlopen" >&6
+-if test $ac_cv_func_dlopen = yes; then
+- lt_cv_dlopen="dlopen"
+-else
+- echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
+-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
+-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- ac_check_lib_save_LIBS=$LIBS
+-LIBS="-ldl $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 gcc2 internal prototype to avoid an error. */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+-char dlopen ();
+-int
+-main ()
+-{
+-dlopen ();
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- ac_cv_lib_dl_dlopen=yes
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-ac_cv_lib_dl_dlopen=no
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_check_lib_save_LIBS
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
+-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
+-if test $ac_cv_lib_dl_dlopen = yes; then
+- lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
+-else
+- echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
+-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
+-if test "${ac_cv_lib_svld_dlopen+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lsvld $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 gcc2 internal prototype to avoid an error. */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+-char dlopen ();
+-int
+-main ()
+-{
+-dlopen ();
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- ac_cv_lib_svld_dlopen=yes
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-ac_cv_lib_svld_dlopen=no
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_check_lib_save_LIBS
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
+-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
+-if test $ac_cv_lib_svld_dlopen = yes; then
+- lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
+-else
+- echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
+-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
+-if test "${ac_cv_lib_dld_dld_link+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- ac_check_lib_save_LIBS=$LIBS
+-LIBS="-ldld $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 gcc2 internal prototype to avoid an error. */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+-char dld_link ();
+-int
+-main ()
+-{
+-dld_link ();
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- ac_cv_lib_dld_dld_link=yes
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++ echo "$as_me:$LINENO: \$? = $ac_status" >&5
++ (exit $ac_status); }
++ then
++ archive_cmds_need_lc_GCJ=no
++ else
++ archive_cmds_need_lc_GCJ=yes
++ fi
++ allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
++ else
++ cat conftest.err 1>&5
++ fi
++ $rm conftest*
++ { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
++echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; }
++ ;;
++ esac
++ fi
++ ;;
++esac
+
+-ac_cv_lib_dld_dld_link=no
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_check_lib_save_LIBS
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
+-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
+-if test $ac_cv_lib_dld_dld_link = yes; then
+- lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
++{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
++library_names_spec=
++libname_spec='lib$name'
++soname_spec=
++shrext_cmds=".so"
++postinstall_cmds=
++postuninstall_cmds=
++finish_cmds=
++finish_eval=
++shlibpath_var=
++shlibpath_overrides_runpath=unknown
++version_type=none
++dynamic_linker="$host_os ld.so"
++sys_lib_dlsearch_path_spec="/lib /usr/lib"
++if test "$GCC" = yes; then
++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++ if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++ # if the path contains ";" then we assume it to be the separator
++ # otherwise default to the standard path separator (i.e. ":") - it is
++ # assumed that no part of a normal pathname contains ";" but that should
++ # okay in the real world where ";" in dirpaths is itself problematic.
++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++ else
++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
++ fi
++else
++ sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
+ fi
++need_lib_prefix=unknown
++hardcode_into_libs=no
+
++# when you set need_version to no, make sure it does not cause -set_version
++# flags to be left without arguments
++need_version=unknown
+
+-fi
++case $host_os in
++aix3*)
++ version_type=linux
++ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
++ shlibpath_var=LIBPATH
+
++ # AIX 3 has no versioning support, so we append a major version to the name.
++ soname_spec='${libname}${release}${shared_ext}$major'
++ ;;
+
+-fi
++aix4* | aix5*)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ hardcode_into_libs=yes
++ if test "$host_cpu" = ia64; then
++ # AIX 5 supports IA64
++ library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
++ shlibpath_var=LD_LIBRARY_PATH
++ else
++ # With GCC up to 2.95.x, collect2 would create an import file
++ # for dependence libraries. The import file would start with
++ # the line `#! .'. This would cause the generated library to
++ # depend on `.', always an invalid library. This was fixed in
++ # development snapshots of GCC prior to 3.0.
++ case $host_os in
++ aix4 | aix4.[01] | aix4.[01].*)
++ if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
++ echo ' yes '
++ echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
++ :
++ else
++ can_build_shared=no
++ fi
++ ;;
++ esac
++ # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
++ # soname into executable. Probably we can add versioning support to
++ # collect2, so additional links can be useful in future.
++ if test "$aix_use_runtimelinking" = yes; then
++ # If using run time linking (on AIX 4.2 or later) use lib<name>.so
++ # instead of lib<name>.a to let people know that these are not
++ # typical AIX shared libraries.
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++ else
++ # We preserve .a as extension for shared libraries through AIX4.2
++ # and later when we are not doing run time linking.
++ library_names_spec='${libname}${release}.a $libname.a'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ fi
++ shlibpath_var=LIBPATH
++ fi
++ ;;
+
++amigaos*)
++ library_names_spec='$libname.ixlibrary $libname.a'
++ # Create ${libname}_ixlibrary.a entries in /sys/libs.
++ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
++ ;;
+
+-fi
++beos*)
++ library_names_spec='${libname}${shared_ext}'
++ dynamic_linker="$host_os ld.so"
++ shlibpath_var=LIBRARY_PATH
++ ;;
++
++bsdi[45]*)
++ version_type=linux
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
++ shlibpath_var=LD_LIBRARY_PATH
++ sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
++ sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
++ # the default ld.so.conf also contains /usr/contrib/lib and
++ # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
++ # libtool to hard-code these into programs
++ ;;
+
++cygwin* | mingw* | pw32*)
++ version_type=windows
++ shrext_cmds=".dll"
++ need_version=no
++ need_lib_prefix=no
+
+-fi
++ case $GCC,$host_os in
++ yes,cygwin* | yes,mingw* | yes,pw32*)
++ library_names_spec='$libname.dll.a'
++ # DLL is installed to $(libdir)/../bin by postinstall_cmds
++ postinstall_cmds='base_file=`basename \${file}`~
++ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
++ dldir=$destdir/`dirname \$dlpath`~
++ test -d \$dldir || mkdir -p \$dldir~
++ $install_prog $dir/$dlname \$dldir/$dlname~
++ chmod a+x \$dldir/$dlname'
++ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
++ dlpath=$dir/\$dldll~
++ $rm \$dlpath'
++ shlibpath_overrides_runpath=yes
++
++ case $host_os in
++ cygwin*)
++ # Cygwin DLLs use 'cyg' prefix rather than 'lib'
++ soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++ sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
++ ;;
++ mingw*)
++ # MinGW DLLs use traditional 'lib' prefix
++ soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++ if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
++ # It is most probably a Windows format PATH printed by
++ # mingw gcc, but we are running on Cygwin. Gcc prints its search
++ # path with ; separators, and with drive letters. We can handle the
++ # drive letters (cygwin fileutils understands them), so leave them,
++ # especially as we might pass files found there to a mingw objdump,
++ # which wouldn't understand a cygwinified path. Ahh.
++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++ else
++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
++ fi
++ ;;
++ pw32*)
++ # pw32 DLLs use 'pw' prefix rather than 'lib'
++ library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++ ;;
++ esac
++ ;;
+
++ *)
++ library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
++ ;;
++ esac
++ dynamic_linker='Win32 ld.exe'
++ # FIXME: first we should search . and the directory the executable is in
++ shlibpath_var=PATH
++ ;;
+
+-fi
++darwin* | rhapsody*)
++ dynamic_linker="$host_os dyld"
++ version_type=darwin
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
++ soname_spec='${libname}${release}${major}$shared_ext'
++ shlibpath_overrides_runpath=yes
++ shlibpath_var=DYLD_LIBRARY_PATH
++ shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
++ # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
++ if test "$GCC" = yes; then
++ sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
++ else
++ sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
++ fi
++ sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
++ ;;
+
++dgux*)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ ;;
++
++freebsd1*)
++ dynamic_linker=no
++ ;;
++
++freebsd* | dragonfly*)
++ # DragonFly does not have aout. When/if they implement a new
++ # versioning mechanism, adjust this.
++ if test -x /usr/bin/objformat; then
++ objformat=`/usr/bin/objformat`
++ else
++ case $host_os in
++ freebsd[123]*) objformat=aout ;;
++ *) objformat=elf ;;
++ esac
++ fi
++ version_type=freebsd-$objformat
++ case $version_type in
++ freebsd-elf*)
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
++ need_version=no
++ need_lib_prefix=no
++ ;;
++ freebsd-*)
++ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
++ need_version=yes
++ ;;
++ esac
++ shlibpath_var=LD_LIBRARY_PATH
++ case $host_os in
++ freebsd2*)
++ shlibpath_overrides_runpath=yes
++ ;;
++ freebsd3.[01]* | freebsdelf3.[01]*)
++ shlibpath_overrides_runpath=yes
++ hardcode_into_libs=yes
++ ;;
++ freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
++ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
++ ;;
++ freebsd*) # from 4.6 on
++ shlibpath_overrides_runpath=yes
++ hardcode_into_libs=yes
++ ;;
++ esac
++ ;;
++
++gnu*)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ hardcode_into_libs=yes
++ ;;
++
++hpux9* | hpux10* | hpux11*)
++ # Give a soname corresponding to the major version so that dld.sl refuses to
++ # link against other versions.
++ version_type=sunos
++ need_lib_prefix=no
++ need_version=no
++ case $host_cpu in
++ ia64*)
++ shrext_cmds='.so'
++ hardcode_into_libs=yes
++ dynamic_linker="$host_os dld.so"
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ if test "X$HPUX_IA64_MODE" = X32; then
++ sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
++ else
++ sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
++ fi
++ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++ ;;
++ hppa*64*)
++ shrext_cmds='.sl'
++ hardcode_into_libs=yes
++ dynamic_linker="$host_os dld.sl"
++ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
++ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
++ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++ ;;
++ *)
++ shrext_cmds='.sl'
++ dynamic_linker="$host_os dld.sl"
++ shlibpath_var=SHLIB_PATH
++ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
+ ;;
+ esac
++ # HP-UX runs *really* slowly unless shared libraries are mode 555.
++ postinstall_cmds='chmod 555 $lib'
++ ;;
+
+- if test "x$lt_cv_dlopen" != xno; then
+- enable_dlopen=yes
+- else
+- enable_dlopen=no
+- fi
+-
+- case $lt_cv_dlopen in
+- dlopen)
+- save_CPPFLAGS="$CPPFLAGS"
+- test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
+-
+- save_LDFLAGS="$LDFLAGS"
+- eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
+-
+- save_LIBS="$LIBS"
+- LIBS="$lt_cv_dlopen_libs $LIBS"
+-
+- echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
+-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
+-if test "${lt_cv_dlopen_self+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- if test "$cross_compiling" = yes; then :
+- lt_cv_dlopen_self=cross
+-else
+- lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+- lt_status=$lt_dlunknown
+- cat > conftest.$ac_ext <<EOF
+-#line 20848 "configure"
+-#include "confdefs.h"
+-
+-#if HAVE_DLFCN_H
+-#include <dlfcn.h>
+-#endif
++interix3*)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
++ ;;
+
+-#include <stdio.h>
++irix5* | irix6* | nonstopux*)
++ case $host_os in
++ nonstopux*) version_type=nonstopux ;;
++ *)
++ if test "$lt_cv_prog_gnu_ld" = yes; then
++ version_type=linux
++ else
++ version_type=irix
++ fi ;;
++ esac
++ need_lib_prefix=no
++ need_version=no
++ soname_spec='${libname}${release}${shared_ext}$major'
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
++ case $host_os in
++ irix5* | nonstopux*)
++ libsuff= shlibsuff=
++ ;;
++ *)
++ case $LD in # libtool.m4 will add one of these switches to LD
++ *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
++ libsuff= shlibsuff= libmagic=32-bit;;
++ *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
++ libsuff=32 shlibsuff=N32 libmagic=N32;;
++ *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
++ libsuff=64 shlibsuff=64 libmagic=64-bit;;
++ *) libsuff= shlibsuff= libmagic=never-match;;
++ esac
++ ;;
++ esac
++ shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
++ shlibpath_overrides_runpath=no
++ sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
++ sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
++ hardcode_into_libs=yes
++ ;;
+
+-#ifdef RTLD_GLOBAL
+-# define LT_DLGLOBAL RTLD_GLOBAL
+-#else
+-# ifdef DL_GLOBAL
+-# define LT_DLGLOBAL DL_GLOBAL
+-# else
+-# define LT_DLGLOBAL 0
+-# endif
+-#endif
++# No shared lib support for Linux oldld, aout, or coff.
++linux*oldld* | linux*aout* | linux*coff*)
++ dynamic_linker=no
++ ;;
+
+-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
+- find out it does not work in some platform. */
+-#ifndef LT_DLLAZY_OR_NOW
+-# ifdef RTLD_LAZY
+-# define LT_DLLAZY_OR_NOW RTLD_LAZY
+-# else
+-# ifdef DL_LAZY
+-# define LT_DLLAZY_OR_NOW DL_LAZY
+-# else
+-# ifdef RTLD_NOW
+-# define LT_DLLAZY_OR_NOW RTLD_NOW
+-# else
+-# ifdef DL_NOW
+-# define LT_DLLAZY_OR_NOW DL_NOW
+-# else
+-# define LT_DLLAZY_OR_NOW 0
+-# endif
+-# endif
+-# endif
+-# endif
+-#endif
++# This must be Linux ELF.
++linux* | k*bsd*-gnu)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ # This implies no fast_install, which is unacceptable.
++ # Some rework will be needed to allow for fast_install
++ # before this can be enabled.
++ hardcode_into_libs=yes
+
+-#ifdef __cplusplus
+-extern "C" void exit (int);
+-#endif
++ # Append ld.so.conf contents to the search path
++ if test -f /etc/ld.so.conf; then
++ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++ fi
+
+-void fnord() { int i=42;}
+-int main ()
+-{
+- void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+- int status = $lt_dlunknown;
++ # We used to test for /lib/ld.so.1 and disable shared libraries on
++ # powerpc, because MkLinux only supported shared libraries with the
++ # GNU dynamic linker. Since this was broken with cross compilers,
++ # most powerpc-linux boxes support dynamic linking these days and
++ # people can always --disable-shared, the test was removed, and we
++ # assume the GNU/Linux dynamic linker is in use.
++ dynamic_linker='GNU/Linux ld.so'
++ ;;
+
+- if (self)
+- {
+- if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
+- else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
+- /* dlclose (self); */
+- }
++netbsdelf*-gnu)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ hardcode_into_libs=yes
++ dynamic_linker='NetBSD ld.elf_so'
++ ;;
+
+- exit (status);
+-}
+-EOF
+- if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
+- (./conftest; exit; ) 2>/dev/null
+- lt_status=$?
+- case x$lt_status in
+- x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
+- x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
+- x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
+- esac
+- else :
+- # compilation failed
+- lt_cv_dlopen_self=no
++netbsd*)
++ version_type=sunos
++ need_lib_prefix=no
++ need_version=no
++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++ dynamic_linker='NetBSD (a.out) ld.so'
++ else
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ dynamic_linker='NetBSD ld.elf_so'
+ fi
+-fi
+-rm -fr conftest*
+-
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=yes
++ hardcode_into_libs=yes
++ ;;
+
+-fi
+-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
+-echo "${ECHO_T}$lt_cv_dlopen_self" >&6
++newsos6)
++ version_type=linux
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=yes
++ ;;
+
+- if test "x$lt_cv_dlopen_self" = xyes; then
+- LDFLAGS="$LDFLAGS $link_static_flag"
+- echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
+-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
+-if test "${lt_cv_dlopen_self_static+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- if test "$cross_compiling" = yes; then :
+- lt_cv_dlopen_self_static=cross
+-else
+- lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+- lt_status=$lt_dlunknown
+- cat > conftest.$ac_ext <<EOF
+-#line 20946 "configure"
+-#include "confdefs.h"
++nto-qnx*)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=yes
++ ;;
+
+-#if HAVE_DLFCN_H
+-#include <dlfcn.h>
+-#endif
++openbsd*)
++ version_type=sunos
++ sys_lib_dlsearch_path_spec="/usr/lib"
++ need_lib_prefix=no
++ # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++ case $host_os in
++ openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++ *) need_version=no ;;
++ esac
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++ shlibpath_var=LD_LIBRARY_PATH
++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++ case $host_os in
++ openbsd2.[89] | openbsd2.[89].*)
++ shlibpath_overrides_runpath=no
++ ;;
++ *)
++ shlibpath_overrides_runpath=yes
++ ;;
++ esac
++ else
++ shlibpath_overrides_runpath=yes
++ fi
++ ;;
+
+-#include <stdio.h>
++os2*)
++ libname_spec='$name'
++ shrext_cmds=".dll"
++ need_lib_prefix=no
++ library_names_spec='$libname${shared_ext} $libname.a'
++ dynamic_linker='OS/2 ld.exe'
++ shlibpath_var=LIBPATH
++ ;;
+
+-#ifdef RTLD_GLOBAL
+-# define LT_DLGLOBAL RTLD_GLOBAL
+-#else
+-# ifdef DL_GLOBAL
+-# define LT_DLGLOBAL DL_GLOBAL
+-# else
+-# define LT_DLGLOBAL 0
+-# endif
+-#endif
++osf3* | osf4* | osf5*)
++ version_type=osf
++ need_lib_prefix=no
++ need_version=no
++ soname_spec='${libname}${release}${shared_ext}$major'
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++ shlibpath_var=LD_LIBRARY_PATH
++ sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
++ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
++ ;;
+
+-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
+- find out it does not work in some platform. */
+-#ifndef LT_DLLAZY_OR_NOW
+-# ifdef RTLD_LAZY
+-# define LT_DLLAZY_OR_NOW RTLD_LAZY
+-# else
+-# ifdef DL_LAZY
+-# define LT_DLLAZY_OR_NOW DL_LAZY
+-# else
+-# ifdef RTLD_NOW
+-# define LT_DLLAZY_OR_NOW RTLD_NOW
+-# else
+-# ifdef DL_NOW
+-# define LT_DLLAZY_OR_NOW DL_NOW
+-# else
+-# define LT_DLLAZY_OR_NOW 0
+-# endif
+-# endif
+-# endif
+-# endif
+-#endif
++solaris*)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=yes
++ hardcode_into_libs=yes
++ # ldd complains unless libraries are executable
++ postinstall_cmds='chmod +x $lib'
++ ;;
+
+-#ifdef __cplusplus
+-extern "C" void exit (int);
+-#endif
++sunos4*)
++ version_type=sunos
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++ finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=yes
++ if test "$with_gnu_ld" = yes; then
++ need_lib_prefix=no
++ fi
++ need_version=yes
++ ;;
+
+-void fnord() { int i=42;}
+-int main ()
+-{
+- void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+- int status = $lt_dlunknown;
++sysv4 | sysv4.3*)
++ version_type=linux
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ case $host_vendor in
++ sni)
++ shlibpath_overrides_runpath=no
++ need_lib_prefix=no
++ export_dynamic_flag_spec='${wl}-Blargedynsym'
++ runpath_var=LD_RUN_PATH
++ ;;
++ siemens)
++ need_lib_prefix=no
++ ;;
++ motorola)
++ need_lib_prefix=no
++ need_version=no
++ shlibpath_overrides_runpath=no
++ sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
++ ;;
++ esac
++ ;;
+
+- if (self)
+- {
+- if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
+- else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
+- /* dlclose (self); */
+- }
++sysv4*MP*)
++ if test -d /usr/nec ;then
++ version_type=linux
++ library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
++ soname_spec='$libname${shared_ext}.$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ fi
++ ;;
+
+- exit (status);
+-}
+-EOF
+- if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
+- (./conftest; exit; ) 2>/dev/null
+- lt_status=$?
+- case x$lt_status in
+- x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
+- x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
+- x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
++sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
++ version_type=freebsd-elf
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ hardcode_into_libs=yes
++ if test "$with_gnu_ld" = yes; then
++ sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
++ shlibpath_overrides_runpath=no
++ else
++ sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
++ shlibpath_overrides_runpath=yes
++ case $host_os in
++ sco3.2v5*)
++ sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
++ ;;
+ esac
+- else :
+- # compilation failed
+- lt_cv_dlopen_self_static=no
+ fi
+-fi
+-rm -fr conftest*
++ sys_lib_dlsearch_path_spec='/usr/lib'
++ ;;
+
++uts4*)
++ version_type=linux
++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++ soname_spec='${libname}${release}${shared_ext}$major'
++ shlibpath_var=LD_LIBRARY_PATH
++ ;;
++
++*)
++ dynamic_linker=no
++ ;;
++esac
++{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
++echo "${ECHO_T}$dynamic_linker" >&6; }
++test "$dynamic_linker" = no && can_build_shared=no
+
++variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
++if test "$GCC" = yes; then
++ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+ fi
+-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
+-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
+- fi
+
+- CPPFLAGS="$save_CPPFLAGS"
+- LDFLAGS="$save_LDFLAGS"
+- LIBS="$save_LIBS"
+- ;;
+- esac
++{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
++hardcode_action_GCJ=
++if test -n "$hardcode_libdir_flag_spec_GCJ" || \
++ test -n "$runpath_var_GCJ" || \
++ test "X$hardcode_automatic_GCJ" = "Xyes" ; then
+
+- case $lt_cv_dlopen_self in
+- yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
+- *) enable_dlopen_self=unknown ;;
+- esac
++ # We can hardcode non-existant directories.
++ if test "$hardcode_direct_GCJ" != no &&
++ # If the only mechanism to avoid hardcoding is shlibpath_var, we
++ # have to relink, otherwise we might link with an installed library
++ # when we should be linking with a yet-to-be-installed one
++ ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
++ test "$hardcode_minus_L_GCJ" != no; then
++ # Linking always hardcodes the temporary library directory.
++ hardcode_action_GCJ=relink
++ else
++ # We can link without hardcoding, and we can hardcode nonexisting dirs.
++ hardcode_action_GCJ=immediate
++ fi
++else
++ # We cannot hardcode anything, or else we can only hardcode existing
++ # directories.
++ hardcode_action_GCJ=unsupported
++fi
++{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
++echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
+
+- case $lt_cv_dlopen_self_static in
+- yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
+- *) enable_dlopen_self_static=unknown ;;
+- esac
++if test "$hardcode_action_GCJ" = relink; then
++ # Fast installation is not supported
++ enable_fast_install=no
++elif test "$shlibpath_overrides_runpath" = yes ||
++ test "$enable_shared" = no; then
++ # Fast installation is not necessary
++ enable_fast_install=needless
+ fi
+
+
+@@ -21060,7 +22414,8 @@
+ # Now quote all the things that may contain metacharacters while being
+ # careful not to overquote the AC_SUBSTed values. We take copies of the
+ # variables and quote the copies for generation of the libtool script.
+- for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
++ for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
++ SED SHELL STRIP \
+ libname_spec library_names_spec soname_spec extract_expsyms_cmds \
+ old_striplib striplib file_magic_cmd finish_cmds finish_eval \
+ deplibs_check_method reload_flag reload_cmds need_locks \
+@@ -21160,6 +22515,12 @@
+ # The host system.
+ host_alias=$host_alias
+ host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
+
+ # An echo program that does not interpret backslashes.
+ echo=$lt_echo
+@@ -21171,6 +22532,9 @@
+ # A C compiler.
+ LTCC=$lt_LTCC
+
++# LTCC compiler flags.
++LTCFLAGS=$lt_LTCFLAGS
++
+ # A language-specific compiler.
+ CC=$lt_compiler_GCJ
+
+@@ -21190,7 +22554,7 @@
+ NM=$lt_NM
+
+ # A symbol stripping program
+-STRIP=$STRIP
++STRIP=$lt_STRIP
+
+ # Used to examine libraries when file_magic_cmd begins "file"
+ MAGIC_CMD=$MAGIC_CMD
+@@ -21221,7 +22585,7 @@
+ libext="$libext"
+
+ # Shared library suffix (normally ".so").
+-shrext='$shrext'
++shrext_cmds='$shrext_cmds'
+
+ # Executable file suffix (normally "").
+ exeext="$exeext"
+@@ -21236,7 +22600,7 @@
+ # Does compiler simultaneously support -c and -o options?
+ compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
+
+-# Must we lock files when doing compilation ?
++# Must we lock files when doing compilation?
+ need_locks=$lt_need_locks
+
+ # Do we need the lib prefix for modules?
+@@ -21438,7 +22802,10 @@
+ # If there is no Makefile yet, we rely on a make rule to execute
+ # `config.status --recheck' to rerun these tests and create the
+ # libtool script then.
+- test -f Makefile && make "$ltmain"
++ ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++ if test -f "$ltmain_in"; then
++ test -f Makefile && make "$ltmain"
++ fi
+ fi
+
+
+@@ -21458,7 +22825,6 @@
+ RC)
+
+
+-
+ # Source file extension for RC test sources.
+ ac_ext=rc
+
+@@ -21477,15 +22843,42 @@
+ # If no C compiler was specified, use CC.
+ LTCC=${LTCC-"$CC"}
+
++# If no C compiler flags were specified, use CFLAGS.
++LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
++
+ # Allow CC to be a program name with arguments.
+ compiler=$CC
+
+
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
+ # Allow CC to be a program name with arguments.
+ lt_save_CC="$CC"
+ CC=${RC-"windres"}
+ compiler=$CC
+ compiler_RC=$CC
++for cc_temp in $compiler""; do
++ case $cc_temp in
++ compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++ distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++ \-*) ;;
++ *) break;;
++ esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
+ lt_cv_prog_compiler_c_o_RC=yes
+
+ # The else clause should only fire when bootstrapping the
+@@ -21501,7 +22894,8 @@
+ # Now quote all the things that may contain metacharacters while being
+ # careful not to overquote the AC_SUBSTed values. We take copies of the
+ # variables and quote the copies for generation of the libtool script.
+- for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
++ for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
++ SED SHELL STRIP \
+ libname_spec library_names_spec soname_spec extract_expsyms_cmds \
+ old_striplib striplib file_magic_cmd finish_cmds finish_eval \
+ deplibs_check_method reload_flag reload_cmds need_locks \
+@@ -21601,6 +22995,12 @@
+ # The host system.
+ host_alias=$host_alias
+ host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
+
+ # An echo program that does not interpret backslashes.
+ echo=$lt_echo
+@@ -21612,6 +23012,9 @@
+ # A C compiler.
+ LTCC=$lt_LTCC
+
++# LTCC compiler flags.
++LTCFLAGS=$lt_LTCFLAGS
++
+ # A language-specific compiler.
+ CC=$lt_compiler_RC
+
+@@ -21631,7 +23034,7 @@
+ NM=$lt_NM
+
+ # A symbol stripping program
+-STRIP=$STRIP
++STRIP=$lt_STRIP
+
+ # Used to examine libraries when file_magic_cmd begins "file"
+ MAGIC_CMD=$MAGIC_CMD
+@@ -21662,7 +23065,7 @@
+ libext="$libext"
+
+ # Shared library suffix (normally ".so").
+-shrext='$shrext'
++shrext_cmds='$shrext_cmds'
+
+ # Executable file suffix (normally "").
+ exeext="$exeext"
+@@ -21677,7 +23080,7 @@
+ # Does compiler simultaneously support -c and -o options?
+ compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
+
+-# Must we lock files when doing compilation ?
++# Must we lock files when doing compilation?
+ need_locks=$lt_need_locks
+
+ # Do we need the lib prefix for modules?
+@@ -21879,7 +23282,10 @@
+ # If there is no Makefile yet, we rely on a make rule to execute
+ # `config.status --recheck' to rerun these tests and create the
+ # libtool script then.
+- test -f Makefile && make "$ltmain"
++ ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++ if test -f "$ltmain_in"; then
++ test -f Makefile && make "$ltmain"
++ fi
+ fi
+
+
+@@ -21926,7 +23332,7 @@
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+
+ # Always use our own libtool.
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
++LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+
+ # Prevent multiple expansion
+
+@@ -21981,8 +23387,8 @@
+
+ # Extract the first word of "msgfmt", so it can be a program name with args.
+ set dummy msgfmt; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_path_MSGFMT+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -22008,17 +23414,17 @@
+ fi
+ MSGFMT="$ac_cv_path_MSGFMT"
+ if test -n "$MSGFMT"; then
+- echo "$as_me:$LINENO: result: $MSGFMT" >&5
+-echo "${ECHO_T}$MSGFMT" >&6
++ { echo "$as_me:$LINENO: result: $MSGFMT" >&5
++echo "${ECHO_T}$MSGFMT" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+ # Extract the first word of "gmsgfmt", so it can be a program name with args.
+ set dummy gmsgfmt; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_path_GMSGFMT+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -22033,32 +23439,33 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
+ ;;
+ esac
+ fi
+ GMSGFMT=$ac_cv_path_GMSGFMT
+-
+ if test -n "$GMSGFMT"; then
+- echo "$as_me:$LINENO: result: $GMSGFMT" >&5
+-echo "${ECHO_T}$GMSGFMT" >&6
++ { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
++echo "${ECHO_T}$GMSGFMT" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+
++
+ if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
+- echo "$as_me:$LINENO: result: found msgfmt program is not GNU msgfmt; ignore it" >&5
+-echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6
++ { echo "$as_me:$LINENO: result: found msgfmt program is not GNU msgfmt; ignore it" >&5
++echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6; }
+ GMSGFMT=":"
+ fi
+ MSGFMT=$GMSGFMT
+@@ -22067,8 +23474,8 @@
+
+ # Extract the first word of "xgettext", so it can be a program name with args.
+ set dummy xgettext; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_path_XGETTEXT+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -22094,11 +23501,11 @@
+ fi
+ XGETTEXT="$ac_cv_path_XGETTEXT"
+ if test -n "$XGETTEXT"; then
+- echo "$as_me:$LINENO: result: $XGETTEXT" >&5
+-echo "${ECHO_T}$XGETTEXT" >&6
++ { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
++echo "${ECHO_T}$XGETTEXT" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+
+@@ -22106,8 +23513,8 @@
+ if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
+ : ;
+ else
+- echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
+-echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
++ { echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
++echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6; }
+ XGETTEXT=":"
+ fi
+ fi
+@@ -22201,8 +23608,7 @@
+
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -22214,8 +23620,8 @@
+ ac_save_CXXFLAGS="$CXXFLAGS"
+ CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
+
+- echo "$as_me:$LINENO: checking if C++ programs can be compiled" >&5
+-echo $ECHO_N "checking if C++ programs can be compiled... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking if C++ programs can be compiled" >&5
++echo $ECHO_N "checking if C++ programs can be compiled... $ECHO_C" >&6; }
+ if test "${kde_cv_stl_works+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -22243,24 +23649,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -22269,15 +23687,16 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_cv_stl_works=no
++ kde_cv_stl_works=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+ fi
+
+
+- echo "$as_me:$LINENO: result: $kde_cv_stl_works" >&5
+-echo "${ECHO_T}$kde_cv_stl_works" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_stl_works" >&5
++echo "${ECHO_T}$kde_cv_stl_works" >&6; }
+
+ if test "$kde_cv_stl_works" = "yes"; then
+ # back compatible
+@@ -22306,15 +23725,14 @@
+
+
+
+-echo "$as_me:$LINENO: checking for strlcat" >&5
+-echo $ECHO_N "checking for strlcat... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for strlcat" >&5
++echo $ECHO_N "checking for strlcat... $ECHO_C" >&6; }
+ if test "${kde_cv_func_strlcat+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -22326,9 +23744,6 @@
+ save_CXXFLAGS="$CXXFLAGS"
+ kde_safe_LIBS="$LIBS"
+ LIBS="$LIBS $X_EXTRA_LIBS"
+-if test "$GXX" = "yes"; then
+-CXXFLAGS="$CXXFLAGS -pedantic-errors"
+-fi
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -22354,24 +23769,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -22380,8 +23807,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_cv_func_strlcat=no
++ kde_cv_func_strlcat=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+ LIBS="$kde_safe_LIBS"
+@@ -22395,11 +23823,11 @@
+ fi
+
+
+-echo "$as_me:$LINENO: result: $kde_cv_func_strlcat" >&5
+-echo "${ECHO_T}$kde_cv_func_strlcat" >&6
++{ echo "$as_me:$LINENO: result: $kde_cv_func_strlcat" >&5
++echo "${ECHO_T}$kde_cv_func_strlcat" >&6; }
+
+-echo "$as_me:$LINENO: checking if strlcat needs custom prototype" >&5
+-echo $ECHO_N "checking if strlcat needs custom prototype... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if strlcat needs custom prototype" >&5
++echo $ECHO_N "checking if strlcat needs custom prototype... $ECHO_C" >&6; }
+ if test "${kde_cv_proto_strlcat+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -22420,8 +23848,7 @@
+ if test "x$kde_cv_proto_strlcat" = xunknown; then
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -22459,24 +23886,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -22486,9 +23925,10 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_cv_proto_strlcat="strlcat unavailable"
++ kde_cv_proto_strlcat="strlcat unavailable"
+
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$kde_safe_libs
+@@ -22502,8 +23942,8 @@
+
+ fi
+
+-echo "$as_me:$LINENO: result: $kde_cv_proto_strlcat" >&5
+-echo "${ECHO_T}$kde_cv_proto_strlcat" >&6
++{ echo "$as_me:$LINENO: result: $kde_cv_proto_strlcat" >&5
++echo "${ECHO_T}$kde_cv_proto_strlcat" >&6; }
+
+ if test "x$kde_cv_func_strlcat" = xyes; then
+
+@@ -22527,15 +23967,14 @@
+
+
+
+-echo "$as_me:$LINENO: checking for strlcpy" >&5
+-echo $ECHO_N "checking for strlcpy... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for strlcpy" >&5
++echo $ECHO_N "checking for strlcpy... $ECHO_C" >&6; }
+ if test "${kde_cv_func_strlcpy+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -22547,9 +23986,6 @@
+ save_CXXFLAGS="$CXXFLAGS"
+ kde_safe_LIBS="$LIBS"
+ LIBS="$LIBS $X_EXTRA_LIBS"
+-if test "$GXX" = "yes"; then
+-CXXFLAGS="$CXXFLAGS -pedantic-errors"
+-fi
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -22574,24 +24010,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -22600,8 +24048,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_cv_func_strlcpy=no
++ kde_cv_func_strlcpy=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+ LIBS="$kde_safe_LIBS"
+@@ -22615,11 +24064,11 @@
+ fi
+
+
+-echo "$as_me:$LINENO: result: $kde_cv_func_strlcpy" >&5
+-echo "${ECHO_T}$kde_cv_func_strlcpy" >&6
++{ echo "$as_me:$LINENO: result: $kde_cv_func_strlcpy" >&5
++echo "${ECHO_T}$kde_cv_func_strlcpy" >&6; }
+
+-echo "$as_me:$LINENO: checking if strlcpy needs custom prototype" >&5
+-echo $ECHO_N "checking if strlcpy needs custom prototype... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if strlcpy needs custom prototype" >&5
++echo $ECHO_N "checking if strlcpy needs custom prototype... $ECHO_C" >&6; }
+ if test "${kde_cv_proto_strlcpy+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -22640,8 +24089,7 @@
+ if test "x$kde_cv_proto_strlcpy" = xunknown; then
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -22678,24 +24126,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -22705,9 +24165,10 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_cv_proto_strlcpy="strlcpy unavailable"
++ kde_cv_proto_strlcpy="strlcpy unavailable"
+
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$kde_safe_libs
+@@ -22721,8 +24182,8 @@
+
+ fi
+
+-echo "$as_me:$LINENO: result: $kde_cv_proto_strlcpy" >&5
+-echo "${ECHO_T}$kde_cv_proto_strlcpy" >&6
++{ echo "$as_me:$LINENO: result: $kde_cv_proto_strlcpy" >&5
++echo "${ECHO_T}$kde_cv_proto_strlcpy" >&6; }
+
+ if test "x$kde_cv_func_strlcpy" = xyes; then
+
+@@ -22745,8 +24206,8 @@
+
+
+
+- echo "$as_me:$LINENO: checking for main in -lutil" >&5
+-echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for main in -lutil" >&5
++echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_util_main+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -22763,30 +24224,42 @@
+ int
+ main ()
+ {
+-main ();
++return main ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -22795,20 +24268,21 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_util_main=no
++ ac_cv_lib_util_main=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5
+-echo "${ECHO_T}$ac_cv_lib_util_main" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5
++echo "${ECHO_T}$ac_cv_lib_util_main" >&6; }
+ if test $ac_cv_lib_util_main = yes; then
+ LIBUTIL="-lutil"
+ fi
+
+- echo "$as_me:$LINENO: checking for main in -lcompat" >&5
+-echo $ECHO_N "checking for main in -lcompat... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for main in -lcompat" >&5
++echo $ECHO_N "checking for main in -lcompat... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_compat_main+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -22825,30 +24299,42 @@
+ int
+ main ()
+ {
+-main ();
++return main ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -22857,21 +24343,22 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_compat_main=no
++ ac_cv_lib_compat_main=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_compat_main" >&5
+-echo "${ECHO_T}$ac_cv_lib_compat_main" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_compat_main" >&5
++echo "${ECHO_T}$ac_cv_lib_compat_main" >&6; }
+ if test $ac_cv_lib_compat_main = yes; then
+ LIBCOMPAT="-lcompat"
+ fi
+
+ kde_have_crypt=
+- echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
+-echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
++echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_crypt_crypt+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -22884,40 +24371,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char crypt ();
+ int
+ main ()
+ {
+-crypt ();
++return crypt ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -22926,19 +24425,20 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_crypt_crypt=no
++ ac_cv_lib_crypt_crypt=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
+-echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
++echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6; }
+ if test $ac_cv_lib_crypt_crypt = yes; then
+ LIBCRYPT="-lcrypt"; kde_have_crypt=yes
+ else
+- echo "$as_me:$LINENO: checking for crypt in -lc" >&5
+-echo $ECHO_N "checking for crypt in -lc... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for crypt in -lc" >&5
++echo $ECHO_N "checking for crypt in -lc... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_c_crypt+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -22951,40 +24451,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char crypt ();
+ int
+ main ()
+ {
+-crypt ();
++return crypt ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -22993,14 +24505,15 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_c_crypt=no
++ ac_cv_lib_c_crypt=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_c_crypt" >&5
+-echo "${ECHO_T}$ac_cv_lib_c_crypt" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_c_crypt" >&5
++echo "${ECHO_T}$ac_cv_lib_c_crypt" >&6; }
+ if test $ac_cv_lib_c_crypt = yes; then
+ kde_have_crypt=yes
+ else
+@@ -23026,13 +24539,13 @@
+
+ fi
+
+- echo "$as_me:$LINENO: checking for socklen_t" >&5
+-echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for socklen_t" >&5
++echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
+ if test "${kde_cv_socklen_t+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -23061,24 +24574,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -23090,7 +24615,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+@@ -23101,17 +24628,17 @@
+
+ fi
+
+- echo "$as_me:$LINENO: result: $kde_cv_socklen_t" >&5
+-echo "${ECHO_T}$kde_cv_socklen_t" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_socklen_t" >&5
++echo "${ECHO_T}$kde_cv_socklen_t" >&6; }
+ if test $kde_cv_socklen_t = no; then
+- echo "$as_me:$LINENO: checking for socklen_t equivalent for socket functions" >&5
+-echo $ECHO_N "checking for socklen_t equivalent for socket functions... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for socklen_t equivalent for socket functions" >&5
++echo $ECHO_N "checking for socklen_t equivalent for socket functions... $ECHO_C" >&6; }
+ if test "${kde_cv_socklen_t_equiv+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+ kde_cv_socklen_t_equiv=int
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -23140,24 +24667,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -23169,7 +24708,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ ac_ext=c
+@@ -23181,8 +24722,8 @@
+
+ fi
+
+- echo "$as_me:$LINENO: result: $kde_cv_socklen_t_equiv" >&5
+-echo "${ECHO_T}$kde_cv_socklen_t_equiv" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_socklen_t_equiv" >&5
++echo "${ECHO_T}$kde_cv_socklen_t_equiv" >&6; }
+ fi
+
+ cat >>confdefs.h <<_ACEOF
+@@ -23195,8 +24736,8 @@
+ _ACEOF
+
+
+- echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
+-echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
++echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -23209,40 +24750,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char dnet_ntoa ();
+ int
+ main ()
+ {
+-dnet_ntoa ();
++return dnet_ntoa ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -23251,21 +24804,22 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_dnet_dnet_ntoa=no
++ ac_cv_lib_dnet_dnet_ntoa=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
+-echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
++echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
+ if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
+ X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
+ fi
+
+ if test $ac_cv_lib_dnet_dnet_ntoa = no; then
+- echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
+-echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
++echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -23278,40 +24832,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char dnet_ntoa ();
+ int
+ main ()
+ {
+-dnet_ntoa ();
++return dnet_ntoa ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -23320,21 +24886,22 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_dnet_stub_dnet_ntoa=no
++ ac_cv_lib_dnet_stub_dnet_ntoa=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
+-echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
++echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
+ if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
+ X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
+ fi
+
+ fi
+- echo "$as_me:$LINENO: checking for inet_ntoa" >&5
+-echo $ECHO_N "checking for inet_ntoa... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for inet_ntoa" >&5
++echo $ECHO_N "checking for inet_ntoa... $ECHO_C" >&6; }
+ if test "${ac_cv_func_inet_ntoa+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -23361,53 +24928,59 @@
+
+ #undef inet_ntoa
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char inet_ntoa ();
+ /* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+-#if defined (__stub_inet_ntoa) || defined (__stub___inet_ntoa)
++#if defined __stub_inet_ntoa || defined __stub___inet_ntoa
+ choke me
+-#else
+-char (*f) () = inet_ntoa;
+-#endif
+-#ifdef __cplusplus
+-}
+ #endif
+
+ int
+ main ()
+ {
+-return f != inet_ntoa;
++return inet_ntoa ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -23416,17 +24989,18 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_func_inet_ntoa=no
++ ac_cv_func_inet_ntoa=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_func_inet_ntoa" >&5
+-echo "${ECHO_T}$ac_cv_func_inet_ntoa" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_func_inet_ntoa" >&5
++echo "${ECHO_T}$ac_cv_func_inet_ntoa" >&6; }
+
+ if test $ac_cv_func_inet_ntoa = no; then
+- echo "$as_me:$LINENO: checking for inet_ntoa in -lnsl" >&5
+-echo $ECHO_N "checking for inet_ntoa in -lnsl... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for inet_ntoa in -lnsl" >&5
++echo $ECHO_N "checking for inet_ntoa in -lnsl... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_nsl_inet_ntoa+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -23439,40 +25013,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char inet_ntoa ();
+ int
+ main ()
+ {
+-inet_ntoa ();
++return inet_ntoa ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -23481,21 +25067,22 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_nsl_inet_ntoa=no
++ ac_cv_lib_nsl_inet_ntoa=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_ntoa" >&5
+-echo "${ECHO_T}$ac_cv_lib_nsl_inet_ntoa" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_ntoa" >&5
++echo "${ECHO_T}$ac_cv_lib_nsl_inet_ntoa" >&6; }
+ if test $ac_cv_lib_nsl_inet_ntoa = yes; then
+ X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
+ fi
+
+ fi
+- echo "$as_me:$LINENO: checking for connect" >&5
+-echo $ECHO_N "checking for connect... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for connect" >&5
++echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
+ if test "${ac_cv_func_connect+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -23522,53 +25109,59 @@
+
+ #undef connect
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char connect ();
+ /* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+-#if defined (__stub_connect) || defined (__stub___connect)
++#if defined __stub_connect || defined __stub___connect
+ choke me
+-#else
+-char (*f) () = connect;
+-#endif
+-#ifdef __cplusplus
+-}
+ #endif
+
+ int
+ main ()
+ {
+-return f != connect;
++return connect ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -23577,17 +25170,18 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_func_connect=no
++ ac_cv_func_connect=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
+-echo "${ECHO_T}$ac_cv_func_connect" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
++echo "${ECHO_T}$ac_cv_func_connect" >&6; }
+
+ if test $ac_cv_func_connect = no; then
+- echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
+-echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
++echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_socket_connect+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -23600,40 +25194,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char connect ();
+ int
+ main ()
+ {
+-connect ();
++return connect ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -23642,22 +25248,23 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_socket_connect=no
++ ac_cv_lib_socket_connect=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
+-echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
++echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
+ if test $ac_cv_lib_socket_connect = yes; then
+ X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
+ fi
+
+ fi
+
+- echo "$as_me:$LINENO: checking for remove" >&5
+-echo $ECHO_N "checking for remove... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for remove" >&5
++echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
+ if test "${ac_cv_func_remove+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -23684,53 +25291,59 @@
+
+ #undef remove
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char remove ();
+ /* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+-#if defined (__stub_remove) || defined (__stub___remove)
++#if defined __stub_remove || defined __stub___remove
+ choke me
+-#else
+-char (*f) () = remove;
+-#endif
+-#ifdef __cplusplus
+-}
+ #endif
+
+ int
+ main ()
+ {
+-return f != remove;
++return remove ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -23739,17 +25352,18 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_func_remove=no
++ ac_cv_func_remove=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
+-echo "${ECHO_T}$ac_cv_func_remove" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
++echo "${ECHO_T}$ac_cv_func_remove" >&6; }
+
+ if test $ac_cv_func_remove = no; then
+- echo "$as_me:$LINENO: checking for remove in -lposix" >&5
+-echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
++echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_posix_remove+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -23762,40 +25376,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char remove ();
+ int
+ main ()
+ {
+-remove ();
++return remove ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -23804,14 +25430,15 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_posix_remove=no
++ ac_cv_lib_posix_remove=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
+-echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
++echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
+ if test $ac_cv_lib_posix_remove = yes; then
+ X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
+ fi
+@@ -23819,8 +25446,8 @@
+ fi
+
+ # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
+- echo "$as_me:$LINENO: checking for shmat" >&5
+-echo $ECHO_N "checking for shmat... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for shmat" >&5
++echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
+ if test "${ac_cv_func_shmat+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -23847,53 +25474,59 @@
+
+ #undef shmat
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char shmat ();
+ /* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+-#if defined (__stub_shmat) || defined (__stub___shmat)
++#if defined __stub_shmat || defined __stub___shmat
+ choke me
+-#else
+-char (*f) () = shmat;
+-#endif
+-#ifdef __cplusplus
+-}
+ #endif
+
+ int
+ main ()
+ {
+-return f != shmat;
++return shmat ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -23902,18 +25535,19 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_func_shmat=no
++ ac_cv_func_shmat=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
+-echo "${ECHO_T}$ac_cv_func_shmat" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
++echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
+ if test $ac_cv_func_shmat = yes; then
+ :
+ else
+- echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
+-echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
++echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_ipc_shmat+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -23926,40 +25560,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char shmat ();
+ int
+ main ()
+ {
+-shmat ();
++return shmat ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -23968,14 +25614,15 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_ipc_shmat=no
++ ac_cv_lib_ipc_shmat=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
+-echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
++echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
+ if test $ac_cv_lib_ipc_shmat = yes; then
+ X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
+ fi
+@@ -23989,18 +25636,19 @@
+ for ac_header in sys/types.h stdint.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
+- echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
++ { echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Header'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+ else
+ # Is the header compilable?
+-echo "$as_me:$LINENO: checking $ac_header usability" >&5
+-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -24011,24 +25659,36 @@
+ #include <$ac_header>
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -24037,15 +25697,16 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_header_compiler=no
++ ac_header_compiler=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+-echo "${ECHO_T}$ac_header_compiler" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6; }
+
+ # Is the header present?
+-echo "$as_me:$LINENO: checking $ac_header presence" >&5
+-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -24054,8 +25715,13 @@
+ /* end confdefs.h. */
+ #include <$ac_header>
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -24079,9 +25745,10 @@
+
+ ac_header_preproc=no
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+-echo "${ECHO_T}$ac_header_preproc" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6; }
+
+ # So? What about this header?
+ case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+@@ -24105,25 +25772,19 @@
+ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
+ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
+ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
+- (
+- cat <<\_ASBOX
+-## ------------------------------------------ ##
+-## Report this to the AC_PACKAGE_NAME lists. ##
+-## ------------------------------------------ ##
+-_ASBOX
+- ) |
+- sed "s/^/$as_me: WARNING: /" >&2
++
+ ;;
+ esac
+-echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
++{ echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ eval "$as_ac_Header=\$ac_header_preproc"
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Header'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+
+ fi
+ if test `eval echo '${'$as_ac_Header'}'` = yes; then
+@@ -24141,18 +25802,19 @@
+ for ac_header in sys/bitypes.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
+- echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
++ { echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Header'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+ else
+ # Is the header compilable?
+-echo "$as_me:$LINENO: checking $ac_header usability" >&5
+-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -24163,24 +25825,36 @@
+ #include <$ac_header>
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -24189,15 +25863,16 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_header_compiler=no
++ ac_header_compiler=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+-echo "${ECHO_T}$ac_header_compiler" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6; }
+
+ # Is the header present?
+-echo "$as_me:$LINENO: checking $ac_header presence" >&5
+-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -24206,8 +25881,13 @@
+ /* end confdefs.h. */
+ #include <$ac_header>
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -24231,9 +25911,10 @@
+
+ ac_header_preproc=no
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+-echo "${ECHO_T}$ac_header_preproc" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6; }
+
+ # So? What about this header?
+ case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+@@ -24257,25 +25938,19 @@
+ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
+ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
+ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
+- (
+- cat <<\_ASBOX
+-## ------------------------------------------ ##
+-## Report this to the AC_PACKAGE_NAME lists. ##
+-## ------------------------------------------ ##
+-_ASBOX
+- ) |
+- sed "s/^/$as_me: WARNING: /" >&2
++
+ ;;
+ esac
+-echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
++{ echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ eval "$as_ac_Header=\$ac_header_preproc"
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Header'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+
+ fi
+ if test `eval echo '${'$as_ac_Header'}'` = yes; then
+@@ -24289,8 +25964,8 @@
+
+
+ # darwin requires a poll emulation library
+- echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
+-echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
++echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_poll_poll+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -24303,40 +25978,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char poll ();
+ int
+ main ()
+ {
+-poll ();
++return poll ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -24345,14 +26032,15 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_poll_poll=no
++ ac_cv_lib_poll_poll=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
+-echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
++echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
+ if test $ac_cv_lib_poll_poll = yes; then
+ LIB_POLL="-lpoll"
+ fi
+@@ -24363,18 +26051,19 @@
+ for ac_header in Carbon/Carbon.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
+- echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
++ { echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Header'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+ else
+ # Is the header compilable?
+-echo "$as_me:$LINENO: checking $ac_header usability" >&5
+-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -24385,24 +26074,36 @@
+ #include <$ac_header>
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -24411,15 +26112,16 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_header_compiler=no
++ ac_header_compiler=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+-echo "${ECHO_T}$ac_header_compiler" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6; }
+
+ # Is the header present?
+-echo "$as_me:$LINENO: checking $ac_header presence" >&5
+-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -24428,8 +26130,13 @@
+ /* end confdefs.h. */
+ #include <$ac_header>
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -24453,9 +26160,10 @@
+
+ ac_header_preproc=no
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+-echo "${ECHO_T}$ac_header_preproc" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6; }
+
+ # So? What about this header?
+ case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+@@ -24479,25 +26187,19 @@
+ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
+ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
+ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
+- (
+- cat <<\_ASBOX
+-## ------------------------------------------ ##
+-## Report this to the AC_PACKAGE_NAME lists. ##
+-## ------------------------------------------ ##
+-_ASBOX
+- ) |
+- sed "s/^/$as_me: WARNING: /" >&2
++
+ ;;
+ esac
+-echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
++{ echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ eval "$as_ac_Header=\$ac_header_preproc"
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Header'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+
+ fi
+ if test `eval echo '${'$as_ac_Header'}'` = yes; then
+@@ -24512,17 +26214,17 @@
+
+ # CoreAudio framework
+ if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
+- echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
+-echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
++echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6; }
+ if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
+-echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
++echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6; }
+ else
+ # Is the header compilable?
+-echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h usability" >&5
+-echo $ECHO_N "checking CoreAudio/CoreAudio.h usability... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h usability" >&5
++echo $ECHO_N "checking CoreAudio/CoreAudio.h usability... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -24533,24 +26235,36 @@
+ #include <CoreAudio/CoreAudio.h>
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -24559,15 +26273,16 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_header_compiler=no
++ ac_header_compiler=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+-echo "${ECHO_T}$ac_header_compiler" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6; }
+
+ # Is the header present?
+-echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h presence" >&5
+-echo $ECHO_N "checking CoreAudio/CoreAudio.h presence... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h presence" >&5
++echo $ECHO_N "checking CoreAudio/CoreAudio.h presence... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -24576,8 +26291,13 @@
+ /* end confdefs.h. */
+ #include <CoreAudio/CoreAudio.h>
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -24601,9 +26321,10 @@
+
+ ac_header_preproc=no
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+-echo "${ECHO_T}$ac_header_preproc" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6; }
+
+ # So? What about this header?
+ case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+@@ -24627,25 +26348,18 @@
+ echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&2;}
+ { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&5
+ echo "$as_me: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&2;}
+- (
+- cat <<\_ASBOX
+-## ------------------------------------------ ##
+-## Report this to the AC_PACKAGE_NAME lists. ##
+-## ------------------------------------------ ##
+-_ASBOX
+- ) |
+- sed "s/^/$as_me: WARNING: /" >&2
++
+ ;;
+ esac
+-echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
+-echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
++echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6; }
+ if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_cv_header_CoreAudio_CoreAudio_h=$ac_header_preproc
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
+-echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
++echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6; }
+
+ fi
+ if test $ac_cv_header_CoreAudio_CoreAudio_h = yes; then
+@@ -24662,8 +26376,8 @@
+
+
+
+- echo "$as_me:$LINENO: checking if res_init needs -lresolv" >&5
+-echo $ECHO_N "checking if res_init needs -lresolv... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking if res_init needs -lresolv" >&5
++echo $ECHO_N "checking if res_init needs -lresolv... $ECHO_C" >&6; }
+ kde_libs_safe="$LIBS"
+ LIBS="$LIBS $X_EXTRA_LIBS -lresolv"
+ cat >conftest.$ac_ext <<_ACEOF
+@@ -24689,31 +26403,43 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+
+ LIBRESOLV="-lresolv"
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+
+ cat >>confdefs.h <<\_ACEOF
+ #define HAVE_RES_INIT 1
+@@ -24724,25 +26450,25 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$kde_libs_safe
+
+
+
+-echo "$as_me:$LINENO: checking for res_init" >&5
+-echo $ECHO_N "checking for res_init... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for res_init" >&5
++echo $ECHO_N "checking for res_init... $ECHO_C" >&6; }
+ if test "${kde_cv_func_res_init+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -24754,9 +26480,6 @@
+ save_CXXFLAGS="$CXXFLAGS"
+ kde_safe_LIBS="$LIBS"
+ LIBS="$LIBS $X_EXTRA_LIBS"
+-if test "$GXX" = "yes"; then
+-CXXFLAGS="$CXXFLAGS -pedantic-errors"
+-fi
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -24782,24 +26505,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -24808,8 +26543,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_cv_func_res_init=no
++ kde_cv_func_res_init=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+ LIBS="$kde_safe_LIBS"
+@@ -24823,11 +26559,11 @@
+ fi
+
+
+-echo "$as_me:$LINENO: result: $kde_cv_func_res_init" >&5
+-echo "${ECHO_T}$kde_cv_func_res_init" >&6
++{ echo "$as_me:$LINENO: result: $kde_cv_func_res_init" >&5
++echo "${ECHO_T}$kde_cv_func_res_init" >&6; }
+
+-echo "$as_me:$LINENO: checking if res_init needs custom prototype" >&5
+-echo $ECHO_N "checking if res_init needs custom prototype... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if res_init needs custom prototype" >&5
++echo $ECHO_N "checking if res_init needs custom prototype... $ECHO_C" >&6; }
+ if test "${kde_cv_proto_res_init+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -24848,8 +26584,7 @@
+ if test "x$kde_cv_proto_res_init" = xunknown; then
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -24887,24 +26622,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -24914,9 +26661,10 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_cv_proto_res_init="res_init unavailable"
++ kde_cv_proto_res_init="res_init unavailable"
+
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$kde_safe_libs
+@@ -24930,8 +26678,8 @@
+
+ fi
+
+-echo "$as_me:$LINENO: result: $kde_cv_proto_res_init" >&5
+-echo "${ECHO_T}$kde_cv_proto_res_init" >&6
++{ echo "$as_me:$LINENO: result: $kde_cv_proto_res_init" >&5
++echo "${ECHO_T}$kde_cv_proto_res_init" >&6; }
+
+ if test "x$kde_cv_func_res_init" = xyes; then
+
+@@ -24958,8 +26706,8 @@
+ LIBSOCKET="$X_EXTRA_LIBS"
+
+
+- echo "$as_me:$LINENO: checking for killpg in -lucb" >&5
+-echo $ECHO_N "checking for killpg in -lucb... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for killpg in -lucb" >&5
++echo $ECHO_N "checking for killpg in -lucb... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_ucb_killpg+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -24972,40 +26720,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char killpg ();
+ int
+ main ()
+ {
+-killpg ();
++return killpg ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25014,27 +26774,28 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_ucb_killpg=no
++ ac_cv_lib_ucb_killpg=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_killpg" >&5
+-echo "${ECHO_T}$ac_cv_lib_ucb_killpg" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_killpg" >&5
++echo "${ECHO_T}$ac_cv_lib_ucb_killpg" >&6; }
+ if test $ac_cv_lib_ucb_killpg = yes; then
+ LIBUCB="-lucb"
+ fi
+
+
+ case $host in *-*-lynxos* )
+- echo "$as_me:$LINENO: checking LynxOS header file wrappers" >&5
+-echo $ECHO_N "checking LynxOS header file wrappers... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking LynxOS header file wrappers" >&5
++echo $ECHO_N "checking LynxOS header file wrappers... $ECHO_C" >&6; }
+ CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"
+- echo "$as_me:$LINENO: result: disabled" >&5
+-echo "${ECHO_T}disabled" >&6
+- echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
+-echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: result: disabled" >&5
++echo "${ECHO_T}disabled" >&6; }
++ { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
++echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -25047,40 +26808,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char gethostbyname ();
+ int
+ main ()
+ {
+-gethostbyname ();
++return gethostbyname ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25089,22 +26862,23 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_bsd_gethostbyname=no
++ ac_cv_lib_bsd_gethostbyname=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
+-echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
++echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
+ if test $ac_cv_lib_bsd_gethostbyname = yes; then
+ LIBSOCKET="-lbsd"
+ fi
+ ;;
+ esac
+
+- echo "$as_me:$LINENO: checking for int" >&5
+-echo $ECHO_N "checking for int... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for int" >&5
++echo $ECHO_N "checking for int... $ECHO_C" >&6; }
+ if test "${ac_cv_type_int+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -25115,36 +26889,49 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++typedef int ac__type_new_;
+ int
+ main ()
+ {
+-if ((int *) 0)
++if ((ac__type_new_ *) 0)
+ return 0;
+-if (sizeof (int))
++if (sizeof (ac__type_new_))
+ return 0;
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25153,20 +26940,21 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_type_int=no
++ ac_cv_type_int=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
+-echo "${ECHO_T}$ac_cv_type_int" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
++echo "${ECHO_T}$ac_cv_type_int" >&6; }
+
+-echo "$as_me:$LINENO: checking size of int" >&5
+-echo $ECHO_N "checking size of int... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking size of int" >&5
++echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
+ if test "${ac_cv_sizeof_int+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ if test "$ac_cv_type_int" = yes; then
+- # The cast to unsigned long works around a bug in the HP C Compiler
++ # The cast to long int works around a bug in the HP C Compiler
+ # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+ # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
+ # This bug is HP SR number 8606223364.
+@@ -25179,10 +26967,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef int ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
+ test_array [0] = 0
+
+ ;
+@@ -25190,24 +26979,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25220,10 +27021,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef int ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -25231,24 +27033,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25257,30 +27071,32 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo=`expr $ac_mid + 1`
+- if test $ac_lo -le $ac_mid; then
+- ac_lo= ac_hi=
+- break
+- fi
+- ac_mid=`expr 2 '*' $ac_mid + 1`
++ ac_lo=`expr $ac_mid + 1`
++ if test $ac_lo -le $ac_mid; then
++ ac_lo= ac_hi=
++ break
++ fi
++ ac_mid=`expr 2 '*' $ac_mid + 1`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-cat >conftest.$ac_ext <<_ACEOF
++ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef int ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
+ test_array [0] = 0
+
+ ;
+@@ -25288,24 +27104,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25318,10 +27146,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef int ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -25329,24 +27158,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25355,23 +27196,26 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_hi=`expr '(' $ac_mid ')' - 1`
+- if test $ac_mid -le $ac_hi; then
+- ac_lo= ac_hi=
+- break
+- fi
+- ac_mid=`expr 2 '*' $ac_mid`
++ ac_hi=`expr '(' $ac_mid ')' - 1`
++ if test $ac_mid -le $ac_hi; then
++ ac_lo= ac_hi=
++ break
++ fi
++ ac_mid=`expr 2 '*' $ac_mid`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo= ac_hi=
++ ac_lo= ac_hi=
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ # Binary search between lo and hi bounds.
+ while test "x$ac_lo" != "x$ac_hi"; do
+@@ -25383,10 +27227,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef int ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -25394,24 +27239,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25420,26 +27277,20 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo=`expr '(' $ac_mid ')' + 1`
++ ac_lo=`expr '(' $ac_mid ')' + 1`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ case $ac_lo in
+ ?*) ac_cv_sizeof_int=$ac_lo;;
+-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
+ See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot compute sizeof (int), 77
++echo "$as_me: error: cannot compute sizeof (int)
+ See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; } ;;
++ { (exit 77); exit 77; }; } ;;
+ esac
+ else
+- if test "$cross_compiling" = yes; then
+- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
+-See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot run test program while cross compiling
+-See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; }
+-else
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -25447,8 +27298,9 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
+-long longval () { return (long) (sizeof (int)); }
+-unsigned long ulongval () { return (long) (sizeof (int)); }
++ typedef int ac__type_sizeof_;
++static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
++static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
+ #include <stdio.h>
+ #include <stdlib.h>
+ int
+@@ -25457,35 +27309,44 @@
+
+ FILE *f = fopen ("conftest.val", "w");
+ if (! f)
+- exit (1);
+- if (((long) (sizeof (int))) < 0)
++ return 1;
++ if (((long int) (sizeof (ac__type_sizeof_))) < 0)
+ {
+- long i = longval ();
+- if (i != ((long) (sizeof (int))))
+- exit (1);
++ long int i = longval ();
++ if (i != ((long int) (sizeof (ac__type_sizeof_))))
++ return 1;
+ fprintf (f, "%ld\n", i);
+ }
+ else
+ {
+- unsigned long i = ulongval ();
+- if (i != ((long) (sizeof (int))))
+- exit (1);
++ unsigned long int i = ulongval ();
++ if (i != ((long int) (sizeof (ac__type_sizeof_))))
++ return 1;
+ fprintf (f, "%lu\n", i);
+ }
+- exit (ferror (f) || fclose (f) != 0);
++ return ferror (f) || fclose (f) != 0;
+
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>&5
++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>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25496,28 +27357,27 @@
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+ ( exit $ac_status )
+-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
+ See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot compute sizeof (int), 77
++echo "$as_me: error: cannot compute sizeof (int)
+ See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; }
+-fi
+-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++ { (exit 77); exit 77; }; }
+ fi
++rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+ fi
+ rm -f conftest.val
+ else
+ ac_cv_sizeof_int=0
+ fi
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
+-echo "${ECHO_T}$ac_cv_sizeof_int" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
++echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
+ cat >>confdefs.h <<_ACEOF
+ #define SIZEOF_INT $ac_cv_sizeof_int
+ _ACEOF
+
+- echo "$as_me:$LINENO: checking for short" >&5
+-echo $ECHO_N "checking for short... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for short" >&5
++echo $ECHO_N "checking for short... $ECHO_C" >&6; }
+ if test "${ac_cv_type_short+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -25528,36 +27388,49 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++typedef short ac__type_new_;
+ int
+ main ()
+ {
+-if ((short *) 0)
++if ((ac__type_new_ *) 0)
+ return 0;
+-if (sizeof (short))
++if (sizeof (ac__type_new_))
+ return 0;
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25566,20 +27439,21 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_type_short=no
++ ac_cv_type_short=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
+-echo "${ECHO_T}$ac_cv_type_short" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
++echo "${ECHO_T}$ac_cv_type_short" >&6; }
+
+-echo "$as_me:$LINENO: checking size of short" >&5
+-echo $ECHO_N "checking size of short... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking size of short" >&5
++echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
+ if test "${ac_cv_sizeof_short+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ if test "$ac_cv_type_short" = yes; then
+- # The cast to unsigned long works around a bug in the HP C Compiler
++ # The cast to long int works around a bug in the HP C Compiler
+ # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+ # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
+ # This bug is HP SR number 8606223364.
+@@ -25592,10 +27466,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef short ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
+ test_array [0] = 0
+
+ ;
+@@ -25603,24 +27478,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25633,10 +27520,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef short ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -25644,24 +27532,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25670,30 +27570,32 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo=`expr $ac_mid + 1`
+- if test $ac_lo -le $ac_mid; then
+- ac_lo= ac_hi=
+- break
+- fi
+- ac_mid=`expr 2 '*' $ac_mid + 1`
++ ac_lo=`expr $ac_mid + 1`
++ if test $ac_lo -le $ac_mid; then
++ ac_lo= ac_hi=
++ break
++ fi
++ ac_mid=`expr 2 '*' $ac_mid + 1`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-cat >conftest.$ac_ext <<_ACEOF
++ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef short ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
+ test_array [0] = 0
+
+ ;
+@@ -25701,24 +27603,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25731,10 +27645,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef short ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -25742,24 +27657,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25768,23 +27695,26 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_hi=`expr '(' $ac_mid ')' - 1`
+- if test $ac_mid -le $ac_hi; then
+- ac_lo= ac_hi=
+- break
+- fi
+- ac_mid=`expr 2 '*' $ac_mid`
++ ac_hi=`expr '(' $ac_mid ')' - 1`
++ if test $ac_mid -le $ac_hi; then
++ ac_lo= ac_hi=
++ break
++ fi
++ ac_mid=`expr 2 '*' $ac_mid`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo= ac_hi=
++ ac_lo= ac_hi=
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ # Binary search between lo and hi bounds.
+ while test "x$ac_lo" != "x$ac_hi"; do
+@@ -25796,10 +27726,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef short ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -25807,24 +27738,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25833,26 +27776,20 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo=`expr '(' $ac_mid ')' + 1`
++ ac_lo=`expr '(' $ac_mid ')' + 1`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ case $ac_lo in
+ ?*) ac_cv_sizeof_short=$ac_lo;;
+-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
+ See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot compute sizeof (short), 77
++echo "$as_me: error: cannot compute sizeof (short)
+ See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; } ;;
++ { (exit 77); exit 77; }; } ;;
+ esac
+ else
+- if test "$cross_compiling" = yes; then
+- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
+-See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot run test program while cross compiling
+-See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; }
+-else
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -25860,8 +27797,9 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
+-long longval () { return (long) (sizeof (short)); }
+-unsigned long ulongval () { return (long) (sizeof (short)); }
++ typedef short ac__type_sizeof_;
++static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
++static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
+ #include <stdio.h>
+ #include <stdlib.h>
+ int
+@@ -25870,35 +27808,44 @@
+
+ FILE *f = fopen ("conftest.val", "w");
+ if (! f)
+- exit (1);
+- if (((long) (sizeof (short))) < 0)
++ return 1;
++ if (((long int) (sizeof (ac__type_sizeof_))) < 0)
+ {
+- long i = longval ();
+- if (i != ((long) (sizeof (short))))
+- exit (1);
++ long int i = longval ();
++ if (i != ((long int) (sizeof (ac__type_sizeof_))))
++ return 1;
+ fprintf (f, "%ld\n", i);
+ }
+ else
+ {
+- unsigned long i = ulongval ();
+- if (i != ((long) (sizeof (short))))
+- exit (1);
++ unsigned long int i = ulongval ();
++ if (i != ((long int) (sizeof (ac__type_sizeof_))))
++ return 1;
+ fprintf (f, "%lu\n", i);
+ }
+- exit (ferror (f) || fclose (f) != 0);
++ return ferror (f) || fclose (f) != 0;
+
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>&5
++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>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25909,28 +27856,27 @@
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+ ( exit $ac_status )
+-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
+ See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot compute sizeof (short), 77
++echo "$as_me: error: cannot compute sizeof (short)
+ See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; }
+-fi
+-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++ { (exit 77); exit 77; }; }
+ fi
++rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+ fi
+ rm -f conftest.val
+ else
+ ac_cv_sizeof_short=0
+ fi
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
+-echo "${ECHO_T}$ac_cv_sizeof_short" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
++echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
+ cat >>confdefs.h <<_ACEOF
+ #define SIZEOF_SHORT $ac_cv_sizeof_short
+ _ACEOF
+
+- echo "$as_me:$LINENO: checking for long" >&5
+-echo $ECHO_N "checking for long... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for long" >&5
++echo $ECHO_N "checking for long... $ECHO_C" >&6; }
+ if test "${ac_cv_type_long+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -25941,36 +27887,49 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++typedef long ac__type_new_;
+ int
+ main ()
+ {
+-if ((long *) 0)
++if ((ac__type_new_ *) 0)
+ return 0;
+-if (sizeof (long))
++if (sizeof (ac__type_new_))
+ return 0;
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -25979,20 +27938,21 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_type_long=no
++ ac_cv_type_long=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
+-echo "${ECHO_T}$ac_cv_type_long" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
++echo "${ECHO_T}$ac_cv_type_long" >&6; }
+
+-echo "$as_me:$LINENO: checking size of long" >&5
+-echo $ECHO_N "checking size of long... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking size of long" >&5
++echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
+ if test "${ac_cv_sizeof_long+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ if test "$ac_cv_type_long" = yes; then
+- # The cast to unsigned long works around a bug in the HP C Compiler
++ # The cast to long int works around a bug in the HP C Compiler
+ # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+ # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
+ # This bug is HP SR number 8606223364.
+@@ -26005,10 +27965,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef long ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
+ test_array [0] = 0
+
+ ;
+@@ -26016,24 +27977,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -26046,10 +28019,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef long ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -26057,24 +28031,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -26083,30 +28069,32 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo=`expr $ac_mid + 1`
+- if test $ac_lo -le $ac_mid; then
+- ac_lo= ac_hi=
+- break
+- fi
+- ac_mid=`expr 2 '*' $ac_mid + 1`
++ ac_lo=`expr $ac_mid + 1`
++ if test $ac_lo -le $ac_mid; then
++ ac_lo= ac_hi=
++ break
++ fi
++ ac_mid=`expr 2 '*' $ac_mid + 1`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-cat >conftest.$ac_ext <<_ACEOF
++ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef long ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
+ test_array [0] = 0
+
+ ;
+@@ -26114,24 +28102,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -26144,10 +28144,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef long ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -26155,24 +28156,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -26181,23 +28194,26 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_hi=`expr '(' $ac_mid ')' - 1`
+- if test $ac_mid -le $ac_hi; then
+- ac_lo= ac_hi=
+- break
+- fi
+- ac_mid=`expr 2 '*' $ac_mid`
++ ac_hi=`expr '(' $ac_mid ')' - 1`
++ if test $ac_mid -le $ac_hi; then
++ ac_lo= ac_hi=
++ break
++ fi
++ ac_mid=`expr 2 '*' $ac_mid`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo= ac_hi=
++ ac_lo= ac_hi=
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ # Binary search between lo and hi bounds.
+ while test "x$ac_lo" != "x$ac_hi"; do
+@@ -26209,10 +28225,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef long ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -26220,24 +28237,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -26246,26 +28275,20 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo=`expr '(' $ac_mid ')' + 1`
++ ac_lo=`expr '(' $ac_mid ')' + 1`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ case $ac_lo in
+ ?*) ac_cv_sizeof_long=$ac_lo;;
+-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
+ See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot compute sizeof (long), 77
++echo "$as_me: error: cannot compute sizeof (long)
+ See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; } ;;
++ { (exit 77); exit 77; }; } ;;
+ esac
+ else
+- if test "$cross_compiling" = yes; then
+- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
+-See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot run test program while cross compiling
+-See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; }
+-else
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -26273,8 +28296,9 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
+-long longval () { return (long) (sizeof (long)); }
+-unsigned long ulongval () { return (long) (sizeof (long)); }
++ typedef long ac__type_sizeof_;
++static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
++static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
+ #include <stdio.h>
+ #include <stdlib.h>
+ int
+@@ -26283,35 +28307,44 @@
+
+ FILE *f = fopen ("conftest.val", "w");
+ if (! f)
+- exit (1);
+- if (((long) (sizeof (long))) < 0)
++ return 1;
++ if (((long int) (sizeof (ac__type_sizeof_))) < 0)
+ {
+- long i = longval ();
+- if (i != ((long) (sizeof (long))))
+- exit (1);
++ long int i = longval ();
++ if (i != ((long int) (sizeof (ac__type_sizeof_))))
++ return 1;
+ fprintf (f, "%ld\n", i);
+ }
+ else
+ {
+- unsigned long i = ulongval ();
+- if (i != ((long) (sizeof (long))))
+- exit (1);
++ unsigned long int i = ulongval ();
++ if (i != ((long int) (sizeof (ac__type_sizeof_))))
++ return 1;
+ fprintf (f, "%lu\n", i);
+ }
+- exit (ferror (f) || fclose (f) != 0);
++ return ferror (f) || fclose (f) != 0;
+
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>&5
++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>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -26322,28 +28355,27 @@
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+ ( exit $ac_status )
+-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
+ See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot compute sizeof (long), 77
++echo "$as_me: error: cannot compute sizeof (long)
+ See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; }
+-fi
+-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++ { (exit 77); exit 77; }; }
+ fi
++rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+ fi
+ rm -f conftest.val
+ else
+ ac_cv_sizeof_long=0
+ fi
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
+-echo "${ECHO_T}$ac_cv_sizeof_long" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
++echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
+ cat >>confdefs.h <<_ACEOF
+ #define SIZEOF_LONG $ac_cv_sizeof_long
+ _ACEOF
+
+- echo "$as_me:$LINENO: checking for char *" >&5
+-echo $ECHO_N "checking for char *... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for char *" >&5
++echo $ECHO_N "checking for char *... $ECHO_C" >&6; }
+ if test "${ac_cv_type_char_p+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -26354,36 +28386,49 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++typedef char * ac__type_new_;
+ int
+ main ()
+ {
+-if ((char * *) 0)
++if ((ac__type_new_ *) 0)
+ return 0;
+-if (sizeof (char *))
++if (sizeof (ac__type_new_))
+ return 0;
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -26392,20 +28437,21 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_type_char_p=no
++ ac_cv_type_char_p=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_type_char_p" >&5
+-echo "${ECHO_T}$ac_cv_type_char_p" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_type_char_p" >&5
++echo "${ECHO_T}$ac_cv_type_char_p" >&6; }
+
+-echo "$as_me:$LINENO: checking size of char *" >&5
+-echo $ECHO_N "checking size of char *... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking size of char *" >&5
++echo $ECHO_N "checking size of char *... $ECHO_C" >&6; }
+ if test "${ac_cv_sizeof_char_p+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ if test "$ac_cv_type_char_p" = yes; then
+- # The cast to unsigned long works around a bug in the HP C Compiler
++ # The cast to long int works around a bug in the HP C Compiler
+ # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+ # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
+ # This bug is HP SR number 8606223364.
+@@ -26418,10 +28464,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef char * ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (char *))) >= 0)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
+ test_array [0] = 0
+
+ ;
+@@ -26429,24 +28476,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -26459,10 +28518,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef char * ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (char *))) <= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -26470,24 +28530,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -26496,30 +28568,32 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo=`expr $ac_mid + 1`
+- if test $ac_lo -le $ac_mid; then
+- ac_lo= ac_hi=
+- break
+- fi
+- ac_mid=`expr 2 '*' $ac_mid + 1`
++ ac_lo=`expr $ac_mid + 1`
++ if test $ac_lo -le $ac_mid; then
++ ac_lo= ac_hi=
++ break
++ fi
++ ac_mid=`expr 2 '*' $ac_mid + 1`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-cat >conftest.$ac_ext <<_ACEOF
++ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef char * ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (char *))) < 0)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
+ test_array [0] = 0
+
+ ;
+@@ -26527,24 +28601,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -26557,10 +28643,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef char * ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (char *))) >= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -26568,24 +28655,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -26594,23 +28693,26 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_hi=`expr '(' $ac_mid ')' - 1`
+- if test $ac_mid -le $ac_hi; then
+- ac_lo= ac_hi=
+- break
+- fi
+- ac_mid=`expr 2 '*' $ac_mid`
++ ac_hi=`expr '(' $ac_mid ')' - 1`
++ if test $ac_mid -le $ac_hi; then
++ ac_lo= ac_hi=
++ break
++ fi
++ ac_mid=`expr 2 '*' $ac_mid`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo= ac_hi=
++ ac_lo= ac_hi=
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ # Binary search between lo and hi bounds.
+ while test "x$ac_lo" != "x$ac_hi"; do
+@@ -26622,10 +28724,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef char * ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (char *))) <= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -26633,24 +28736,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -26659,26 +28774,20 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo=`expr '(' $ac_mid ')' + 1`
++ ac_lo=`expr '(' $ac_mid ')' + 1`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ case $ac_lo in
+ ?*) ac_cv_sizeof_char_p=$ac_lo;;
+-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *), 77
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
+ See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot compute sizeof (char *), 77
++echo "$as_me: error: cannot compute sizeof (char *)
+ See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; } ;;
++ { (exit 77); exit 77; }; } ;;
+ esac
+ else
+- if test "$cross_compiling" = yes; then
+- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
+-See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot run test program while cross compiling
+-See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; }
+-else
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -26686,8 +28795,9 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
+-long longval () { return (long) (sizeof (char *)); }
+-unsigned long ulongval () { return (long) (sizeof (char *)); }
++ typedef char * ac__type_sizeof_;
++static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
++static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
+ #include <stdio.h>
+ #include <stdlib.h>
+ int
+@@ -26696,35 +28806,44 @@
+
+ FILE *f = fopen ("conftest.val", "w");
+ if (! f)
+- exit (1);
+- if (((long) (sizeof (char *))) < 0)
++ return 1;
++ if (((long int) (sizeof (ac__type_sizeof_))) < 0)
+ {
+- long i = longval ();
+- if (i != ((long) (sizeof (char *))))
+- exit (1);
++ long int i = longval ();
++ if (i != ((long int) (sizeof (ac__type_sizeof_))))
++ return 1;
+ fprintf (f, "%ld\n", i);
+ }
+ else
+ {
+- unsigned long i = ulongval ();
+- if (i != ((long) (sizeof (char *))))
+- exit (1);
++ unsigned long int i = ulongval ();
++ if (i != ((long int) (sizeof (ac__type_sizeof_))))
++ return 1;
+ fprintf (f, "%lu\n", i);
+ }
+- exit (ferror (f) || fclose (f) != 0);
++ return ferror (f) || fclose (f) != 0;
+
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>&5
++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>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -26735,30 +28854,29 @@
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+ ( exit $ac_status )
+-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char *), 77
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
+ See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot compute sizeof (char *), 77
++echo "$as_me: error: cannot compute sizeof (char *)
+ See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; }
+-fi
+-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++ { (exit 77); exit 77; }; }
+ fi
++rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+ fi
+ rm -f conftest.val
+ else
+ ac_cv_sizeof_char_p=0
+ fi
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5
+-echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5
++echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6; }
+ cat >>confdefs.h <<_ACEOF
+ #define SIZEOF_CHAR_P $ac_cv_sizeof_char_p
+ _ACEOF
+
+
+
+-echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
+-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_dl_dlopen+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -26771,40 +28889,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char dlopen ();
+ int
+ main ()
+ {
+-dlopen ();
++return dlopen ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -26813,14 +28943,15 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_dl_dlopen=no
++ ac_cv_lib_dl_dlopen=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
+-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
+ if test $ac_cv_lib_dl_dlopen = yes; then
+
+ LIBDL="-ldl"
+@@ -26829,8 +28960,8 @@
+ fi
+
+
+-echo "$as_me:$LINENO: checking for shl_unload in -ldld" >&5
+-echo $ECHO_N "checking for shl_unload in -ldld... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for shl_unload in -ldld" >&5
++echo $ECHO_N "checking for shl_unload in -ldld... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_dld_shl_unload+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -26843,40 +28974,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char shl_unload ();
+ int
+ main ()
+ {
+-shl_unload ();
++return shl_unload ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -26885,14 +29028,15 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_dld_shl_unload=no
++ ac_cv_lib_dld_shl_unload=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_unload" >&5
+-echo "${ECHO_T}$ac_cv_lib_dld_shl_unload" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_unload" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_shl_unload" >&6; }
+ if test $ac_cv_lib_dld_shl_unload = yes; then
+
+ LIBDL="-ldld"
+@@ -26906,8 +29050,8 @@
+
+
+
+- echo "$as_me:$LINENO: checking for size_t" >&5
+-echo $ECHO_N "checking for size_t... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for size_t" >&5
++echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
+ if test "${ac_cv_type_size_t+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -26918,36 +29062,49 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++typedef size_t ac__type_new_;
+ int
+ main ()
+ {
+-if ((size_t *) 0)
++if ((ac__type_new_ *) 0)
+ return 0;
+-if (sizeof (size_t))
++if (sizeof (ac__type_new_))
+ return 0;
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -26956,20 +29113,21 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_type_size_t=no
++ ac_cv_type_size_t=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
+-echo "${ECHO_T}$ac_cv_type_size_t" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
++echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
+
+-echo "$as_me:$LINENO: checking size of size_t" >&5
+-echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking size of size_t" >&5
++echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; }
+ if test "${ac_cv_sizeof_size_t+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ if test "$ac_cv_type_size_t" = yes; then
+- # The cast to unsigned long works around a bug in the HP C Compiler
++ # The cast to long int works around a bug in the HP C Compiler
+ # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+ # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
+ # This bug is HP SR number 8606223364.
+@@ -26982,10 +29140,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef size_t ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
+ test_array [0] = 0
+
+ ;
+@@ -26993,24 +29152,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -27023,10 +29194,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef size_t ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -27034,24 +29206,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -27060,30 +29244,32 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo=`expr $ac_mid + 1`
+- if test $ac_lo -le $ac_mid; then
+- ac_lo= ac_hi=
+- break
+- fi
+- ac_mid=`expr 2 '*' $ac_mid + 1`
++ ac_lo=`expr $ac_mid + 1`
++ if test $ac_lo -le $ac_mid; then
++ ac_lo= ac_hi=
++ break
++ fi
++ ac_mid=`expr 2 '*' $ac_mid + 1`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-cat >conftest.$ac_ext <<_ACEOF
++ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef size_t ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
+ test_array [0] = 0
+
+ ;
+@@ -27091,24 +29277,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -27121,10 +29319,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef size_t ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -27132,24 +29331,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -27158,23 +29369,26 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_hi=`expr '(' $ac_mid ')' - 1`
+- if test $ac_mid -le $ac_hi; then
+- ac_lo= ac_hi=
+- break
+- fi
+- ac_mid=`expr 2 '*' $ac_mid`
++ ac_hi=`expr '(' $ac_mid ')' - 1`
++ if test $ac_mid -le $ac_hi; then
++ ac_lo= ac_hi=
++ break
++ fi
++ ac_mid=`expr 2 '*' $ac_mid`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo= ac_hi=
++ ac_lo= ac_hi=
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ # Binary search between lo and hi bounds.
+ while test "x$ac_lo" != "x$ac_hi"; do
+@@ -27186,10 +29400,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef size_t ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -27197,24 +29412,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -27223,26 +29450,20 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo=`expr '(' $ac_mid ')' + 1`
++ ac_lo=`expr '(' $ac_mid ')' + 1`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ case $ac_lo in
+ ?*) ac_cv_sizeof_size_t=$ac_lo;;
+-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
+ See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot compute sizeof (size_t), 77
++echo "$as_me: error: cannot compute sizeof (size_t)
+ See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; } ;;
++ { (exit 77); exit 77; }; } ;;
+ esac
+ else
+- if test "$cross_compiling" = yes; then
+- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
+-See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot run test program while cross compiling
+-See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; }
+-else
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -27250,8 +29471,9 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
+-long longval () { return (long) (sizeof (size_t)); }
+-unsigned long ulongval () { return (long) (sizeof (size_t)); }
++ typedef size_t ac__type_sizeof_;
++static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
++static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
+ #include <stdio.h>
+ #include <stdlib.h>
+ int
+@@ -27260,35 +29482,44 @@
+
+ FILE *f = fopen ("conftest.val", "w");
+ if (! f)
+- exit (1);
+- if (((long) (sizeof (size_t))) < 0)
++ return 1;
++ if (((long int) (sizeof (ac__type_sizeof_))) < 0)
+ {
+- long i = longval ();
+- if (i != ((long) (sizeof (size_t))))
+- exit (1);
++ long int i = longval ();
++ if (i != ((long int) (sizeof (ac__type_sizeof_))))
++ return 1;
+ fprintf (f, "%ld\n", i);
+ }
+ else
+ {
+- unsigned long i = ulongval ();
+- if (i != ((long) (sizeof (size_t))))
+- exit (1);
++ unsigned long int i = ulongval ();
++ if (i != ((long int) (sizeof (ac__type_sizeof_))))
++ return 1;
+ fprintf (f, "%lu\n", i);
+ }
+- exit (ferror (f) || fclose (f) != 0);
++ return ferror (f) || fclose (f) != 0;
+
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>&5
++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>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -27299,29 +29530,28 @@
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+ ( exit $ac_status )
+-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
+ See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot compute sizeof (size_t), 77
++echo "$as_me: error: cannot compute sizeof (size_t)
+ See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; }
+-fi
+-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++ { (exit 77); exit 77; }; }
+ fi
++rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+ fi
+ rm -f conftest.val
+ else
+ ac_cv_sizeof_size_t=0
+ fi
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
+-echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
++echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; }
+ cat >>confdefs.h <<_ACEOF
+ #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
+ _ACEOF
+
+
+- echo "$as_me:$LINENO: checking for unsigned long" >&5
+-echo $ECHO_N "checking for unsigned long... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for unsigned long" >&5
++echo $ECHO_N "checking for unsigned long... $ECHO_C" >&6; }
+ if test "${ac_cv_type_unsigned_long+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -27332,36 +29562,49 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++typedef unsigned long ac__type_new_;
+ int
+ main ()
+ {
+-if ((unsigned long *) 0)
++if ((ac__type_new_ *) 0)
+ return 0;
+-if (sizeof (unsigned long))
++if (sizeof (ac__type_new_))
+ return 0;
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -27370,20 +29613,21 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_type_unsigned_long=no
++ ac_cv_type_unsigned_long=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long" >&5
+-echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long" >&5
++echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6; }
+
+-echo "$as_me:$LINENO: checking size of unsigned long" >&5
+-echo $ECHO_N "checking size of unsigned long... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking size of unsigned long" >&5
++echo $ECHO_N "checking size of unsigned long... $ECHO_C" >&6; }
+ if test "${ac_cv_sizeof_unsigned_long+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ if test "$ac_cv_type_unsigned_long" = yes; then
+- # The cast to unsigned long works around a bug in the HP C Compiler
++ # The cast to long int works around a bug in the HP C Compiler
+ # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+ # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
+ # This bug is HP SR number 8606223364.
+@@ -27396,10 +29640,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef unsigned long ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) >= 0)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
+ test_array [0] = 0
+
+ ;
+@@ -27407,24 +29652,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -27437,10 +29694,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef unsigned long ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) <= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -27448,24 +29706,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -27474,30 +29744,32 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo=`expr $ac_mid + 1`
+- if test $ac_lo -le $ac_mid; then
+- ac_lo= ac_hi=
+- break
+- fi
+- ac_mid=`expr 2 '*' $ac_mid + 1`
++ ac_lo=`expr $ac_mid + 1`
++ if test $ac_lo -le $ac_mid; then
++ ac_lo= ac_hi=
++ break
++ fi
++ ac_mid=`expr 2 '*' $ac_mid + 1`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-cat >conftest.$ac_ext <<_ACEOF
++ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef unsigned long ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) < 0)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
+ test_array [0] = 0
+
+ ;
+@@ -27505,24 +29777,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -27535,10 +29819,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef unsigned long ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) >= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -27546,24 +29831,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -27572,23 +29869,26 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_hi=`expr '(' $ac_mid ')' - 1`
+- if test $ac_mid -le $ac_hi; then
+- ac_lo= ac_hi=
+- break
+- fi
+- ac_mid=`expr 2 '*' $ac_mid`
++ ac_hi=`expr '(' $ac_mid ')' - 1`
++ if test $ac_mid -le $ac_hi; then
++ ac_lo= ac_hi=
++ break
++ fi
++ ac_mid=`expr 2 '*' $ac_mid`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo= ac_hi=
++ ac_lo= ac_hi=
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ # Binary search between lo and hi bounds.
+ while test "x$ac_lo" != "x$ac_hi"; do
+@@ -27600,10 +29900,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++ typedef unsigned long ac__type_sizeof_;
+ int
+ main ()
+ {
+-static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) <= $ac_mid)];
++static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
+ test_array [0] = 0
+
+ ;
+@@ -27611,24 +29912,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -27637,26 +29950,20 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_lo=`expr '(' $ac_mid ')' + 1`
++ ac_lo=`expr '(' $ac_mid ')' + 1`
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ done
+ case $ac_lo in
+ ?*) ac_cv_sizeof_unsigned_long=$ac_lo;;
+-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long), 77
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
+ See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot compute sizeof (unsigned long), 77
++echo "$as_me: error: cannot compute sizeof (unsigned long)
+ See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; } ;;
++ { (exit 77); exit 77; }; } ;;
+ esac
+ else
+- if test "$cross_compiling" = yes; then
+- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
+-See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot run test program while cross compiling
+-See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; }
+-else
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -27664,8 +29971,9 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
+-long longval () { return (long) (sizeof (unsigned long)); }
+-unsigned long ulongval () { return (long) (sizeof (unsigned long)); }
++ typedef unsigned long ac__type_sizeof_;
++static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
++static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
+ #include <stdio.h>
+ #include <stdlib.h>
+ int
+@@ -27674,35 +29982,44 @@
+
+ FILE *f = fopen ("conftest.val", "w");
+ if (! f)
+- exit (1);
+- if (((long) (sizeof (unsigned long))) < 0)
++ return 1;
++ if (((long int) (sizeof (ac__type_sizeof_))) < 0)
+ {
+- long i = longval ();
+- if (i != ((long) (sizeof (unsigned long))))
+- exit (1);
++ long int i = longval ();
++ if (i != ((long int) (sizeof (ac__type_sizeof_))))
++ return 1;
+ fprintf (f, "%ld\n", i);
+ }
+ else
+ {
+- unsigned long i = ulongval ();
+- if (i != ((long) (sizeof (unsigned long))))
+- exit (1);
++ unsigned long int i = ulongval ();
++ if (i != ((long int) (sizeof (ac__type_sizeof_))))
++ return 1;
+ fprintf (f, "%lu\n", i);
+ }
+- exit (ferror (f) || fclose (f) != 0);
++ return ferror (f) || fclose (f) != 0;
+
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>&5
++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>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -27713,30 +30030,29 @@
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+ ( exit $ac_status )
+-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long), 77
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
+ See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot compute sizeof (unsigned long), 77
++echo "$as_me: error: cannot compute sizeof (unsigned long)
+ See \`config.log' for more details." >&2;}
+- { (exit 1); exit 1; }; }
+-fi
+-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++ { (exit 77); exit 77; }; }
+ fi
++rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+ fi
+ rm -f conftest.val
+ else
+ ac_cv_sizeof_unsigned_long=0
+ fi
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long" >&5
+-echo "${ECHO_T}$ac_cv_sizeof_unsigned_long" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long" >&5
++echo "${ECHO_T}$ac_cv_sizeof_unsigned_long" >&6; }
+ cat >>confdefs.h <<_ACEOF
+ #define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
+ _ACEOF
+
+
+
+- echo "$as_me:$LINENO: checking sizeof size_t == sizeof unsigned long" >&5
+-echo $ECHO_N "checking sizeof size_t == sizeof unsigned long... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking sizeof size_t == sizeof unsigned long" >&5
++echo $ECHO_N "checking sizeof size_t == sizeof unsigned long... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -27757,36 +30073,48 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ { { echo "$as_me:$LINENO: error:
+ Apparently on your system our assumption sizeof size_t == sizeof unsigned long
+ does not apply. Please mail kde-devel at kde.org with a description of your system!
+@@ -27798,18 +30126,18 @@
+ { (exit 1); exit 1; }; }
+
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+
+- echo "$as_me:$LINENO: checking for PIE support" >&5
+-echo $ECHO_N "checking for PIE support... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for PIE support" >&5
++echo $ECHO_N "checking for PIE support... $ECHO_C" >&6; }
+ if test "${kde_cv_val_pie_support+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -27839,24 +30167,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -27865,8 +30205,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_cv_val_pie_support=no
++ kde_cv_val_pie_support=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+
+@@ -27880,26 +30221,26 @@
+
+
+ fi
+-echo "$as_me:$LINENO: result: $kde_cv_val_pie_support" >&5
+-echo "${ECHO_T}$kde_cv_val_pie_support" >&6
++{ echo "$as_me:$LINENO: result: $kde_cv_val_pie_support" >&5
++echo "${ECHO_T}$kde_cv_val_pie_support" >&6; }
+
+- echo "$as_me:$LINENO: checking if enabling -pie/fPIE support" >&5
+-echo $ECHO_N "checking if enabling -pie/fPIE support... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking if enabling -pie/fPIE support" >&5
++echo $ECHO_N "checking if enabling -pie/fPIE support... $ECHO_C" >&6; }
+
+- # Check whether --enable-pie or --disable-pie was given.
++ # Check whether --enable-pie was given.
+ if test "${enable_pie+set}" = set; then
+- enableval="$enable_pie"
+- kde_has_pie_support=$enableval
++ enableval=$enable_pie; kde_has_pie_support=$enableval
+ else
+ kde_has_pie_support=detect
+-fi;
++fi
++
+
+ if test "$kde_has_pie_support" = "detect"; then
+ kde_has_pie_support=$kde_cv_val_pie_support
+ fi
+
+- echo "$as_me:$LINENO: result: $kde_has_pie_support" >&5
+-echo "${ECHO_T}$kde_has_pie_support" >&6
++ { echo "$as_me:$LINENO: result: $kde_has_pie_support" >&5
++echo "${ECHO_T}$kde_has_pie_support" >&6; }
+
+ KDE_USE_FPIE=""
+ KDE_USE_PIE=""
+@@ -27918,18 +30259,19 @@
+ for ac_header in crt_externs.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
+- echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
++ { echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Header'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+ else
+ # Is the header compilable?
+-echo "$as_me:$LINENO: checking $ac_header usability" >&5
+-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -27940,24 +30282,36 @@
+ #include <$ac_header>
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -27966,15 +30320,16 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_header_compiler=no
++ ac_header_compiler=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+-echo "${ECHO_T}$ac_header_compiler" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6; }
+
+ # Is the header present?
+-echo "$as_me:$LINENO: checking $ac_header presence" >&5
+-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -27983,8 +30338,13 @@
+ /* end confdefs.h. */
+ #include <$ac_header>
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -28008,9 +30368,10 @@
+
+ ac_header_preproc=no
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+-echo "${ECHO_T}$ac_header_preproc" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6; }
+
+ # So? What about this header?
+ case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+@@ -28034,25 +30395,19 @@
+ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
+ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
+ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
+- (
+- cat <<\_ASBOX
+-## ------------------------------------------ ##
+-## Report this to the AC_PACKAGE_NAME lists. ##
+-## ------------------------------------------ ##
+-_ASBOX
+- ) |
+- sed "s/^/$as_me: WARNING: /" >&2
++
+ ;;
+ esac
+-echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
++{ echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ eval "$as_ac_Header=\$ac_header_preproc"
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Header'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+
+ fi
+ if test `eval echo '${'$as_ac_Header'}'` = yes; then
+@@ -28064,8 +30419,8 @@
+
+ done
+
+-echo "$as_me:$LINENO: checking for _NSGetEnviron" >&5
+-echo $ECHO_N "checking for _NSGetEnviron... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for _NSGetEnviron" >&5
++echo $ECHO_N "checking for _NSGetEnviron... $ECHO_C" >&6; }
+ if test "${ac_cv_func__NSGetEnviron+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -28092,53 +30447,59 @@
+
+ #undef _NSGetEnviron
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char _NSGetEnviron ();
+ /* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+-#if defined (__stub__NSGetEnviron) || defined (__stub____NSGetEnviron)
++#if defined __stub__NSGetEnviron || defined __stub____NSGetEnviron
+ choke me
+-#else
+-char (*f) () = _NSGetEnviron;
+-#endif
+-#ifdef __cplusplus
+-}
+ #endif
+
+ int
+ main ()
+ {
+-return f != _NSGetEnviron;
++return _NSGetEnviron ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -28147,13 +30508,14 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_func__NSGetEnviron=no
++ ac_cv_func__NSGetEnviron=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_func__NSGetEnviron" >&5
+-echo "${ECHO_T}$ac_cv_func__NSGetEnviron" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_func__NSGetEnviron" >&5
++echo "${ECHO_T}$ac_cv_func__NSGetEnviron" >&6; }
+ if test $ac_cv_func__NSGetEnviron = yes; then
+
+ cat >>confdefs.h <<\_ACEOF
+@@ -28174,9 +30536,9 @@
+ for ac_func in vsnprintf snprintf
+ do
+ as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
+-echo "$as_me:$LINENO: checking for $ac_func" >&5
+-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_var+set}\" = set"; then
++{ echo "$as_me:$LINENO: checking for $ac_func" >&5
++echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
++if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ cat >conftest.$ac_ext <<_ACEOF
+@@ -28202,53 +30564,59 @@
+
+ #undef $ac_func
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char $ac_func ();
+ /* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
++#if defined __stub_$ac_func || defined __stub___$ac_func
+ choke me
+-#else
+-char (*f) () = $ac_func;
+-#endif
+-#ifdef __cplusplus
+-}
+ #endif
+
+ int
+ main ()
+ {
+-return f != $ac_func;
++return $ac_func ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -28257,13 +30625,15 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-eval "$as_ac_var=no"
++ eval "$as_ac_var=no"
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
++ac_res=`eval echo '${'$as_ac_var'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+ if test `eval echo '${'$as_ac_var'}'` = yes; then
+ cat >>confdefs.h <<_ACEOF
+ #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
+@@ -28280,32 +30650,32 @@
+
+
+
+-# Check whether --enable-embedded or --disable-embedded was given.
++# Check whether --enable-embedded was given.
+ if test "${enable_embedded+set}" = set; then
+- enableval="$enable_embedded"
+- kde_use_qt_emb=$enableval
++ enableval=$enable_embedded; kde_use_qt_emb=$enableval
+ else
+ kde_use_qt_emb=no
+
+-fi;
++fi
++
+
+-# Check whether --enable-qtopia or --disable-qtopia was given.
++# Check whether --enable-qtopia was given.
+ if test "${enable_qtopia+set}" = set; then
+- enableval="$enable_qtopia"
+- kde_use_qt_emb_palm=$enableval
++ enableval=$enable_qtopia; kde_use_qt_emb_palm=$enableval
+ else
+ kde_use_qt_emb_palm=no
+
+-fi;
++fi
++
+
+-# Check whether --enable-mac or --disable-mac was given.
++# Check whether --enable-mac was given.
+ if test "${enable_mac+set}" = set; then
+- enableval="$enable_mac"
+- kde_use_qt_mac=$enableval
++ enableval=$enable_mac; kde_use_qt_mac=$enableval
+ else
+ kde_use_qt_mac=no
+
+-fi;
++fi
++
+
+ # used to disable x11-specific stuff on special platforms
+
+@@ -28321,8 +30691,8 @@
+
+ if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then
+
+-echo "$as_me:$LINENO: checking for X" >&5
+-echo $ECHO_N "checking for X... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for X" >&5
++echo $ECHO_N "checking for X... $ECHO_C" >&6; }
+
+ if test "${kde_cv_have_x+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+@@ -28359,8 +30729,13 @@
+ /* end confdefs.h. */
+ #include <$x_direct_test_include>
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -28427,6 +30802,7 @@
+ fi
+ done
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+ fi # $ac_x_includes = NO
+
+@@ -28456,24 +30832,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -28484,7 +30872,7 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-LIBS="$ac_save_LIBS"
++ LIBS="$ac_save_LIBS"
+ # First see if replacing the include by lib works.
+ # Check X11 before X11Rn because it is often a symlink to the current release.
+ for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
+@@ -28532,6 +30920,7 @@
+ done
+ done
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ fi # $ac_x_libraries = NO
+@@ -28542,21 +30931,26 @@
+ *-*-solaris*)
+ ;;
+ *)
+- rm -fr conftest.dir
++ rm -f -r conftest.dir
+ if mkdir conftest.dir; then
+ cd conftest.dir
+- # Make sure to not put "make" in the Imakefile rules, since we grep it out.
+ cat >Imakefile <<'_ACEOF'
+-acfindx:
+- @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
++incroot:
++ @echo incroot='${INCROOT}'
++usrlibdir:
++ @echo usrlibdir='${USRLIBDIR}'
++libdir:
++ @echo libdir='${LIBDIR}'
+ _ACEOF
+- if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
++ if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
+ # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
+- eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
++ for ac_var in incroot usrlibdir libdir; do
++ eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
++ done
+ # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
+ for ac_extension in a so sl; do
+- if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
+- test -f $ac_im_libdir/libX11.$ac_extension; then
++ if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
++ test -f "$ac_im_libdir/libX11.$ac_extension"; then
+ ac_im_usrlibdir=$ac_im_libdir; break
+ fi
+ done
+@@ -28564,7 +30958,7 @@
+ # bogus both because they are the default anyway, and because
+ # using them would break gcc on systems where it needs fixed includes.
+ case $ac_im_incroot in
+- /usr/include) ;;
++ /usr/include) ac_x_includes= ;;
+ *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
+ esac
+ case $ac_im_usrlibdir in
+@@ -28573,7 +30967,7 @@
+ esac
+ fi
+ cd ..
+- rm -fr conftest.dir
++ rm -f -r conftest.dir
+ fi
+
+ if test -z "$ac_x_includes"; then
+@@ -28617,12 +31011,12 @@
+ eval "$kde_cv_have_x"
+
+ if test "$have_x" != yes; then
+- echo "$as_me:$LINENO: result: $have_x" >&5
+-echo "${ECHO_T}$have_x" >&6
++ { echo "$as_me:$LINENO: result: $have_x" >&5
++echo "${ECHO_T}$have_x" >&6; }
+ no_x=yes
+ else
+- echo "$as_me:$LINENO: result: libraries $kde_x_libraries, headers $kde_x_includes" >&5
+-echo "${ECHO_T}libraries $kde_x_libraries, headers $kde_x_includes" >&6
++ { echo "$as_me:$LINENO: result: libraries $kde_x_libraries, headers $kde_x_includes" >&5
++echo "${ECHO_T}libraries $kde_x_libraries, headers $kde_x_includes" >&6; }
+ fi
+
+ if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then
+@@ -28650,8 +31044,8 @@
+ # These have to be linked with before -lX11, unlike the other
+ # libraries we check for below, so use a different variable.
+ # --interran at uluru.Stanford.EDU, kb at cs.umb.edu.
+-echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
+-echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
++echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -28664,40 +31058,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char IceConnectionNumber ();
+ int
+ main ()
+ {
+-IceConnectionNumber ();
++return IceConnectionNumber ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -28706,14 +31112,15 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_ICE_IceConnectionNumber=no
++ ac_cv_lib_ICE_IceConnectionNumber=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
+-echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
++echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
+ if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
+ LIBSM="-lSM -lICE"
+ fi
+@@ -28722,8 +31129,8 @@
+
+ LIB_X11='-lX11 $(LIBSOCKET)'
+
+-echo "$as_me:$LINENO: checking for libXext" >&5
+-echo $ECHO_N "checking for libXext... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for libXext" >&5
++echo $ECHO_N "checking for libXext... $ECHO_C" >&6; }
+ if test "${kde_cv_have_libXext+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -28757,24 +31164,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -28783,9 +31202,10 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_cv_have_libXext=no
++ kde_cv_have_libXext=no
+
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+
+@@ -28795,8 +31215,8 @@
+ fi
+
+
+-echo "$as_me:$LINENO: result: $kde_cv_have_libXext" >&5
+-echo "${ECHO_T}$kde_cv_have_libXext" >&6
++{ echo "$as_me:$LINENO: result: $kde_cv_have_libXext" >&5
++echo "${ECHO_T}$kde_cv_have_libXext" >&6; }
+
+ if test "$kde_cv_have_libXext" = "no"; then
+ { { echo "$as_me:$LINENO: error: We need a working libXext to proceed. Since configure
+@@ -28858,8 +31278,8 @@
+ else
+ PTHREAD_LIBS_save="$PTHREAD_LIBS"
+ PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'`
+- echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5
+-echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5
++echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6; }
+
+ kde_save_LDFLAGS="$LDFLAGS"
+ kde_save_LIBS="$LIBS"
+@@ -28870,9 +31290,9 @@
+ ;;
+ esac
+ as_ac_Lib=`echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh`
+-echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5
+-echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_Lib+set}\" = set"; then
++{ echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5
++echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6; }
++if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+@@ -28884,40 +31304,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char pthread_create ();
+ int
+ main ()
+ {
+-pthread_create ();
++return pthread_create ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -28926,14 +31358,16 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-eval "$as_ac_Lib=no"
++ eval "$as_ac_Lib=no"
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Lib'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+ if test `eval echo '${'$as_ac_Lib'}'` = yes; then
+ LIBPTHREAD="$PTHREAD_LIBS_save"
+ fi
+@@ -28946,8 +31380,8 @@
+ fi
+
+ if test -z "$LIBPTHREAD"; then
+- echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
+-echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
++echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -28960,40 +31394,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char pthread_create ();
+ int
+ main ()
+ {
+-pthread_create ();
++return pthread_create ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -29002,14 +31448,15 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_pthread_pthread_create=no
++ ac_cv_lib_pthread_pthread_create=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
+-echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
++echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
+ if test $ac_cv_lib_pthread_pthread_create = yes; then
+ LIBPTHREAD="-lpthread"
+ fi
+@@ -29017,8 +31464,8 @@
+ fi
+
+ if test -z "$LIBPTHREAD" ; then
+- echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
+-echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
++echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
+ kde_safe_libs=$LIBS
+ LIBS="$LIBS -lpthread"
+ cat >conftest.$ac_ext <<_ACEOF
+@@ -29037,39 +31484,52 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ LIBPTHREAD="-lpthread"
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$kde_safe_libs
+@@ -29085,16 +31545,15 @@
+ USE_THREADS=""
+ if test -z "$LIBPTHREAD"; then
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -pthread" >&5
+-echo $ECHO_N "checking whether $CXX supports -pthread... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -pthread" >&5
++echo $ECHO_N "checking whether $CXX supports -pthread... $ECHO_C" >&6; }
+ kde_cache=`echo pthread | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -29121,24 +31580,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -29147,7 +31618,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -29161,13 +31634,13 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ USE_THREADS="-D_THREAD_SAFE -pthread"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+@@ -29179,16 +31652,15 @@
+ case $host_os in
+ solaris*)
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -mt" >&5
+-echo $ECHO_N "checking whether $CXX supports -mt... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -mt" >&5
++echo $ECHO_N "checking whether $CXX supports -mt... $ECHO_C" >&6; }
+ kde_cache=`echo mt | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -29215,24 +31687,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -29241,7 +31725,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -29255,13 +31741,13 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ USE_THREADS="-mt"
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+@@ -29288,17 +31774,17 @@
+
+
+
+-echo "$as_me:$LINENO: checking for extra includes" >&5
+-echo $ECHO_N "checking for extra includes... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for extra includes" >&5
++echo $ECHO_N "checking for extra includes... $ECHO_C" >&6; }
+
+-# Check whether --with-extra-includes or --without-extra-includes was given.
++# Check whether --with-extra-includes was given.
+ if test "${with_extra_includes+set}" = set; then
+- withval="$with_extra_includes"
+- kde_use_extra_includes="$withval"
++ withval=$with_extra_includes; kde_use_extra_includes="$withval"
+ else
+ kde_use_extra_includes=NONE
+
+-fi;
++fi
++
+ kde_extra_includes=
+ if test -n "$kde_use_extra_includes" && \
+ test "$kde_use_extra_includes" != "NONE"; then
+@@ -29316,21 +31802,21 @@
+ fi
+
+
+-echo "$as_me:$LINENO: result: $kde_use_extra_includes" >&5
+-echo "${ECHO_T}$kde_use_extra_includes" >&6
++{ echo "$as_me:$LINENO: result: $kde_use_extra_includes" >&5
++echo "${ECHO_T}$kde_use_extra_includes" >&6; }
+
+ kde_extra_libs=
+-echo "$as_me:$LINENO: checking for extra libs" >&5
+-echo $ECHO_N "checking for extra libs... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for extra libs" >&5
++echo $ECHO_N "checking for extra libs... $ECHO_C" >&6; }
+
+-# Check whether --with-extra-libs or --without-extra-libs was given.
++# Check whether --with-extra-libs was given.
+ if test "${with_extra_libs+set}" = set; then
+- withval="$with_extra_libs"
+- kde_use_extra_libs=$withval
++ withval=$with_extra_libs; kde_use_extra_libs=$withval
+ else
+ kde_use_extra_libs=NONE
+
+-fi;
++fi
++
+ if test -n "$kde_use_extra_libs" && \
+ test "$kde_use_extra_libs" != "NONE"; then
+
+@@ -29349,14 +31835,14 @@
+
+
+
+-echo "$as_me:$LINENO: result: $kde_use_extra_libs" >&5
+-echo "${ECHO_T}$kde_use_extra_libs" >&6
++{ echo "$as_me:$LINENO: result: $kde_use_extra_libs" >&5
++echo "${ECHO_T}$kde_use_extra_libs" >&6; }
+
+
+
+
+-echo "$as_me:$LINENO: checking for libz" >&5
+-echo $ECHO_N "checking for libz... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for libz" >&5
++echo $ECHO_N "checking for libz... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_z+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -29390,24 +31876,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -29416,8 +31914,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-eval "ac_cv_lib_z=no"
++ eval "ac_cv_lib_z=no"
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS="$kde_save_LIBS"
+@@ -29431,8 +31930,8 @@
+ _ACEOF
+
+ LIBZ="$ac_cv_lib_z"
+- echo "$as_me:$LINENO: result: $ac_cv_lib_z" >&5
+-echo "${ECHO_T}$ac_cv_lib_z" >&6
++ { echo "$as_me:$LINENO: result: $ac_cv_lib_z" >&5
++echo "${ECHO_T}$ac_cv_lib_z" >&6; }
+ else
+ { { echo "$as_me:$LINENO: error: not found.
+ Possibly configure picks up an outdated version
+@@ -29452,8 +31951,8 @@
+
+
+
+-echo "$as_me:$LINENO: checking for libpng" >&5
+-echo $ECHO_N "checking for libpng... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for libpng" >&5
++echo $ECHO_N "checking for libpng... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_png+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -29489,24 +31988,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -29515,9 +32026,10 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-eval "ac_cv_lib_png=no"
++ eval "ac_cv_lib_png=no"
+
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS="$kde_save_LIBS"
+@@ -29532,19 +32044,19 @@
+
+ LIBPNG="$ac_cv_lib_png"
+
+- echo "$as_me:$LINENO: result: $ac_cv_lib_png" >&5
+-echo "${ECHO_T}$ac_cv_lib_png" >&6
++ { echo "$as_me:$LINENO: result: $ac_cv_lib_png" >&5
++echo "${ECHO_T}$ac_cv_lib_png" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ LIBPNG=""
+
+ fi
+
+
+
+-echo "$as_me:$LINENO: checking for libjpeg6b" >&5
+-echo $ECHO_N "checking for libjpeg6b... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for libjpeg6b" >&5
++echo $ECHO_N "checking for libjpeg6b... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_jpeg_6b+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -29577,24 +32089,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -29603,8 +32127,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-eval "ac_cv_lib_jpeg_6b=no"
++ eval "ac_cv_lib_jpeg_6b=no"
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS="$ac_save_LIBS"
+@@ -29615,14 +32140,14 @@
+
+ if eval "test ! \"`echo $ac_cv_lib_jpeg_6b`\" = no"; then
+ LIBJPEG="$ac_cv_lib_jpeg_6b"
+- echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_6b" >&5
+-echo "${ECHO_T}$ac_cv_lib_jpeg_6b" >&6
++ { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_6b" >&5
++echo "${ECHO_T}$ac_cv_lib_jpeg_6b" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+
+-echo "$as_me:$LINENO: checking for libjpeg" >&5
+-echo $ECHO_N "checking for libjpeg... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for libjpeg" >&5
++echo $ECHO_N "checking for libjpeg... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_jpeg_normal+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -29655,24 +32180,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -29681,8 +32218,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-eval "ac_cv_lib_jpeg_normal=no"
++ eval "ac_cv_lib_jpeg_normal=no"
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS="$ac_save_LIBS"
+@@ -29693,11 +32231,11 @@
+
+ if eval "test ! \"`echo $ac_cv_lib_jpeg_normal`\" = no"; then
+ LIBJPEG="$ac_cv_lib_jpeg_normal"
+- echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_normal" >&5
+-echo "${ECHO_T}$ac_cv_lib_jpeg_normal" >&6
++ { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_normal" >&5
++echo "${ECHO_T}$ac_cv_lib_jpeg_normal" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+
+ LIBJPEG=
+
+@@ -29717,7 +32255,7 @@
+ do
+ for j in jpeglib.h;
+ do
+- echo "configure: 29720: $i/$j" >&5
++ echo "configure: 32258: $i/$j" >&5
+ if test -r "$i/$j"; then
+ echo "taking that" >&5
+ jpeg_incdir=$i
+@@ -29764,14 +32302,14 @@
+
+
+
+- echo "$as_me:$LINENO: checking for perl" >&5
+-echo $ECHO_N "checking for perl... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for perl" >&5
++echo $ECHO_N "checking for perl... $ECHO_C" >&6; }
+ if test -n "$PERL"; then
+ kde_cv_path="$PERL";
+ else
+ kde_cache=`echo perl | sed 'y%./+-%__p_%'`
+
+- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++ if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+@@ -29814,8 +32352,8 @@
+ fi
+
+ if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
++ { echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6; }
+
+ { { echo "$as_me:$LINENO: error: No Perl found in your $PATH.
+ We need perl to generate some code." >&5
+@@ -29824,8 +32362,8 @@
+ { (exit 1); exit 1; }; }
+
+ else
+- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6; }
+ PERL=$kde_cv_path
+
+ fi
+@@ -29839,10 +32377,9 @@
+
+
+
+-# Check whether --enable-mt or --disable-mt was given.
++# Check whether --enable-mt was given.
+ if test "${enable_mt+set}" = set; then
+- enableval="$enable_mt"
+- kde_use_qt_mt=$enableval
++ enableval=$enable_mt; kde_use_qt_mt=$enableval
+ else
+
+ if test $kde_qtver = 3; then
+@@ -29852,7 +32389,8 @@
+ fi
+
+
+-fi;
++fi
++
+
+ USING_QT_MT=""
+
+@@ -29872,13 +32410,13 @@
+ else
+ kde_check_threading_default=yes
+ fi
+- # Check whether --enable-threading or --disable-threading was given.
++ # Check whether --enable-threading was given.
+ if test "${enable_threading+set}" = set; then
+- enableval="$enable_threading"
+- kde_use_threading=$enableval
++ enableval=$enable_threading; kde_use_threading=$enableval
+ else
+ kde_use_threading=$kde_check_threading_default
+-fi;
++fi
++
+ if test "x$kde_use_threading" = "xyes"; then
+
+ cat >>confdefs.h <<\_ACEOF
+@@ -29950,8 +32488,8 @@
+ LIBQT="$LIBQT $LIBDL"
+ fi
+
+-echo "$as_me:$LINENO: checking for Qt" >&5
+-echo $ECHO_N "checking for Qt... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for Qt" >&5
++echo $ECHO_N "checking for Qt... $ECHO_C" >&6; }
+
+ if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
+ LIBQT="$LIBQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET"
+@@ -29960,34 +32498,34 @@
+ qt_libraries=""
+ qt_includes=""
+
+-# Check whether --with-qt-dir or --without-qt-dir was given.
++# Check whether --with-qt-dir was given.
+ if test "${with_qt_dir+set}" = set; then
+- withval="$with_qt_dir"
+- ac_qt_includes="$withval"/include
++ withval=$with_qt_dir; ac_qt_includes="$withval"/include
+ ac_qt_libraries="$withval"/lib${kdelibsuff}
+ ac_qt_bindir="$withval"/bin
+
+-fi;
++fi
++
+
+
+-# Check whether --with-qt-includes or --without-qt-includes was given.
++# Check whether --with-qt-includes was given.
+ if test "${with_qt_includes+set}" = set; then
+- withval="$with_qt_includes"
+-
++ withval=$with_qt_includes;
+ ac_qt_includes="$withval"
+
+-fi;
++fi
++
+
+ kde_qt_libs_given=no
+
+
+-# Check whether --with-qt-libraries or --without-qt-libraries was given.
++# Check whether --with-qt-libraries was given.
+ if test "${with_qt_libraries+set}" = set; then
+- withval="$with_qt_libraries"
+- ac_qt_libraries="$withval"
++ withval=$with_qt_libraries; ac_qt_libraries="$withval"
+ kde_qt_libs_given=yes
+
+-fi;
++fi
++
+
+ if test "${ac_cv_have_qt+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+@@ -30015,7 +32553,7 @@
+ do
+ for j in $kde_qt_header;
+ do
+- echo "configure: 30018: $i/$j" >&5
++ echo "configure: 32556: $i/$j" >&5
+ if test -r "$i/$j"; then
+ echo "taking that" >&5
+ qt_incdir=$i
+@@ -30052,8 +32590,7 @@
+ ac_qt_libraries="$qt_libdir"
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -30190,13 +32727,13 @@
+ eval "$ac_cv_have_qt"
+
+ if test "$have_qt" != yes; then
+- echo "$as_me:$LINENO: result: $have_qt" >&5
+-echo "${ECHO_T}$have_qt" >&6;
++ { echo "$as_me:$LINENO: result: $have_qt" >&5
++echo "${ECHO_T}$have_qt" >&6; };
+ else
+ ac_cv_have_qt="have_qt=yes \
+ ac_qt_includes=$ac_qt_includes ac_qt_libraries=$ac_qt_libraries"
+- echo "$as_me:$LINENO: result: libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&5
+-echo "${ECHO_T}libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&6
++ { echo "$as_me:$LINENO: result: libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&5
++echo "${ECHO_T}libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&6; }
+
+ qt_libraries="$ac_qt_libraries"
+ qt_includes="$ac_qt_includes"
+@@ -30205,15 +32742,14 @@
+ if test ! "$kde_qt_libs_given" = "yes" && test ! "$kde_qtver" = 3; then
+
+
+-echo "$as_me:$LINENO: checking if Qt compiles without flags" >&5
+-echo $ECHO_N "checking if Qt compiles without flags... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if Qt compiles without flags" >&5
++echo $ECHO_N "checking if Qt compiles without flags... $ECHO_C" >&6; }
+ if test "${kde_cv_qt_direct+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -30334,12 +32870,12 @@
+
+
+ if test "$kde_cv_qt_direct" = "yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ qt_libraries=
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+
+ fi
+
+@@ -30377,14 +32913,14 @@
+ fi
+
+
+- echo "$as_me:$LINENO: checking for moc" >&5
+-echo $ECHO_N "checking for moc... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for moc" >&5
++echo $ECHO_N "checking for moc... $ECHO_C" >&6; }
+ if test -n "$MOC"; then
+ kde_cv_path="$MOC";
+ else
+ kde_cache=`echo moc | sed 'y%./+-%__p_%'`
+
+- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++ if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+@@ -30427,8 +32963,8 @@
+ fi
+
+ if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
++ { echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6; }
+
+ { { echo "$as_me:$LINENO: error: No Qt meta object compiler (moc) found!
+ Please check whether you installed Qt correctly.
+@@ -30449,22 +32985,22 @@
+ { (exit 1); exit 1; }; }
+
+ else
+- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6; }
+ MOC=$kde_cv_path
+
+ fi
+
+ if test -z "$UIC_NOT_NEEDED"; then
+
+- echo "$as_me:$LINENO: checking for uic" >&5
+-echo $ECHO_N "checking for uic... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for uic" >&5
++echo $ECHO_N "checking for uic... $ECHO_C" >&6; }
+ if test -n "$UIC_PATH"; then
+ kde_cv_path="$UIC_PATH";
+ else
+ kde_cache=`echo uic | sed 'y%./+-%__p_%'`
+
+- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++ if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+@@ -30507,12 +33043,12 @@
+ fi
+
+ if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
++ { echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6; }
+ UIC_PATH=""
+ else
+- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6; }
+ UIC_PATH=$kde_cv_path
+
+ fi
+@@ -30542,10 +33078,10 @@
+
+ if test $kde_qtver = 3; then
+
+- echo "$as_me:$LINENO: checking whether uic supports -L " >&5
+-echo $ECHO_N "checking whether uic supports -L ... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking whether uic supports -L " >&5
++echo $ECHO_N "checking whether uic supports -L ... $ECHO_C" >&6; }
+ kde_cache=`echo L | sed 'y% .=/+-%____p_%'`
+- if eval "test \"\${kde_cv_prog_uic_$kde_cache+set}\" = set"; then
++ if { as_var=kde_cv_prog_uic_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+@@ -30568,22 +33104,22 @@
+
+
+ if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ ac_uic_supports_libpath=yes
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+ ac_uic_supports_libpath=no
+ fi
+
+
+- echo "$as_me:$LINENO: checking whether uic supports -nounload " >&5
+-echo $ECHO_N "checking whether uic supports -nounload ... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking whether uic supports -nounload " >&5
++echo $ECHO_N "checking whether uic supports -nounload ... $ECHO_C" >&6; }
+ kde_cache=`echo nounload | sed 'y% .=/+-%____p_%'`
+- if eval "test \"\${kde_cv_prog_uic_$kde_cache+set}\" = set"; then
++ if { as_var=kde_cv_prog_uic_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+@@ -30606,13 +33142,13 @@
+
+
+ if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+ ac_uic_supports_nounload=yes
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+ ac_uic_supports_nounload=no
+ fi
+@@ -30643,15 +33179,14 @@
+
+
+ if test -n "$LIBJPEG"; then
+-echo "$as_me:$LINENO: checking if Qt needs $LIBJPEG" >&5
+-echo $ECHO_N "checking if Qt needs $LIBJPEG... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if Qt needs $LIBJPEG" >&5
++echo $ECHO_N "checking if Qt needs $LIBJPEG... $ECHO_C" >&6; }
+ if test "${kde_cv_qt_jpeg+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -30684,24 +33219,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -30710,8 +33257,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-eval "kde_cv_qt_jpeg=yes"
++ eval "kde_cv_qt_jpeg=yes"
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS="$ac_save_LIBS"
+@@ -30728,12 +33276,12 @@
+
+
+ if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ LIBJPEG_QT='$(LIBJPEG)'
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ LIBJPEG_QT=
+ fi
+
+@@ -30764,15 +33312,15 @@
+
+
+
+-echo "$as_me:$LINENO: checking for rpath" >&5
+-echo $ECHO_N "checking for rpath... $ECHO_C" >&6
+-# Check whether --enable-rpath or --disable-rpath was given.
++{ echo "$as_me:$LINENO: checking for rpath" >&5
++echo $ECHO_N "checking for rpath... $ECHO_C" >&6; }
++# Check whether --enable-rpath was given.
+ if test "${enable_rpath+set}" = set; then
+- enableval="$enable_rpath"
+- USE_RPATH=$enableval
++ enableval=$enable_rpath; USE_RPATH=$enableval
+ else
+ USE_RPATH=yes
+-fi;
++fi
++
+
+ if test -z "$KDE_RPATH" && test "$USE_RPATH" = "yes"; then
+
+@@ -30796,11 +33344,11 @@
+
+
+
+-echo "$as_me:$LINENO: result: $USE_RPATH" >&5
+-echo "${ECHO_T}$USE_RPATH" >&6
++{ echo "$as_me:$LINENO: result: $USE_RPATH" >&5
++echo "${ECHO_T}$USE_RPATH" >&6; }
+
+-echo "$as_me:$LINENO: checking for KDE" >&5
+-echo $ECHO_N "checking for KDE... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for KDE" >&5
++echo $ECHO_N "checking for KDE... $ECHO_C" >&6; }
+
+ if test "${prefix}" != NONE; then
+ kde_includes=${includedir}
+@@ -30852,7 +33400,7 @@
+ do
+ for j in $kde_check_header;
+ do
+- echo "configure: 30855: $i/$j" >&5
++ echo "configure: 33403: $i/$j" >&5
+ if test -r "$i/$j"; then
+ echo "taking that" >&5
+ kde_incdir=$i
+@@ -30882,7 +33430,7 @@
+ do
+ for j in $kde_check_lib;
+ do
+- echo "configure: 30885: $i/$j" >&5
++ echo "configure: 33433: $i/$j" >&5
+ if test -r "$i/$j"; then
+ echo "taking that" >&5
+ kde_libdir=$i
+@@ -30900,7 +33448,7 @@
+ do
+ for j in "kde3/plugins/designer/kdewidgets.la";
+ do
+- echo "configure: 30903: $i/$j" >&5
++ echo "configure: 33451: $i/$j" >&5
+ if test -r "$i/$j"; then
+ echo "taking that" >&5
+ kde_widgetdir=$i
+@@ -30959,12 +33507,12 @@
+ fi
+ if test "$exec_prefix" = NONE; then
+ ac_kde_exec_prefix="$ac_kde_prefix"
+- echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix" >&5
+-echo "${ECHO_T}will be installed in $ac_kde_prefix" >&6
++ { echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix" >&5
++echo "${ECHO_T}will be installed in $ac_kde_prefix" >&6; }
+ else
+ ac_kde_exec_prefix="$exec_prefix"
+- echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&5
+-echo "${ECHO_T}will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&6
++ { echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&5
++echo "${ECHO_T}will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&6; }
+ fi
+
+ kde_libraries="${libdir}"
+@@ -30973,8 +33521,8 @@
+ else
+ ac_cv_have_kde="have_kde=yes \
+ ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
+- echo "$as_me:$LINENO: result: libraries $ac_kde_libraries, headers $ac_kde_includes" >&5
+-echo "${ECHO_T}libraries $ac_kde_libraries, headers $ac_kde_includes" >&6
++ { echo "$as_me:$LINENO: result: libraries $ac_kde_libraries, headers $ac_kde_includes" >&5
++echo "${ECHO_T}libraries $ac_kde_libraries, headers $ac_kde_includes" >&6; }
+
+ kde_libraries="$ac_kde_libraries"
+ kde_includes="$ac_kde_includes"
+@@ -31012,8 +33560,8 @@
+
+ if test x$ac_uic_supports_libpath = xyes; then
+
+-echo "$as_me:$LINENO: checking if UIC has KDE plugins available" >&5
+-echo $ECHO_N "checking if UIC has KDE plugins available... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if UIC has KDE plugins available" >&5
++echo $ECHO_N "checking if UIC has KDE plugins available... $ECHO_C" >&6; }
+ if test "${kde_cv_uic_plugins+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -31056,8 +33604,8 @@
+ fi
+
+
+-echo "$as_me:$LINENO: result: $kde_cv_uic_plugins" >&5
+-echo "${ECHO_T}$kde_cv_uic_plugins" >&6
++{ echo "$as_me:$LINENO: result: $kde_cv_uic_plugins" >&5
++echo "${ECHO_T}$kde_cv_uic_plugins" >&6; }
+ if test "$kde_cv_uic_plugins" != yes; then
+ { { echo "$as_me:$LINENO: error:
+ you need to install kdelibs first.
+@@ -31089,10 +33637,9 @@
+
+
+
+- # Check whether --enable-path-check or --disable-path-check was given.
++ # Check whether --enable-path-check was given.
+ if test "${enable_path_check+set}" = set; then
+- enableval="$enable_path_check"
+-
++ enableval=$enable_path_check;
+ if test "$enableval" = "no";
+ then ac_use_path_checking="default"
+ else ac_use_path_checking=""
+@@ -31106,13 +33653,14 @@
+ fi
+
+
+-fi;
++fi
++
+
+
+
+
+-echo "$as_me:$LINENO: checking for KDE paths" >&5
+-echo $ECHO_N "checking for KDE paths... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for KDE paths" >&5
++echo $ECHO_N "checking for KDE paths... $ECHO_C" >&6; }
+ kde_result=""
+ kde_cached_paths=yes
+ if test "${kde_cv_all_paths+set}" = set; then
+@@ -31223,15 +33771,14 @@
+ else
+
+ if test $kde_qtver = 1; then
+- echo "$as_me:$LINENO: result: compiling" >&5
+-echo "${ECHO_T}compiling" >&6
+-
++ { echo "$as_me:$LINENO: result: compiling" >&5
++echo "${ECHO_T}compiling" >&6; }
+
+- echo "$as_me:$LINENO: checking for KDE headers installed" >&5
+-echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6
+
++ { echo "$as_me:$LINENO: checking for KDE headers installed" >&5
++echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6; }
+
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -31283,8 +33830,8 @@
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ else
+ { { echo "$as_me:$LINENO: error: your system is not able to compile a small KDE application!
+ Check, if you installed the KDE header files correctly.
+@@ -31323,8 +33870,8 @@
+ KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
+ fi
+
+-echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
+-echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
++echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6; }
+ ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
+
+ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+@@ -31332,8 +33879,8 @@
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && test -s conftest; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ else
+ { { echo "$as_me:$LINENO: error: your system fails at linking a small KDE application!
+ Check, if your compiler is installed correctly and if you have used the
+@@ -31526,15 +34073,14 @@
+ else
+
+ if test $kde_qtver = 1; then
+- echo "$as_me:$LINENO: result: compiling" >&5
+-echo "${ECHO_T}compiling" >&6
++ { echo "$as_me:$LINENO: result: compiling" >&5
++echo "${ECHO_T}compiling" >&6; }
+
+
+- echo "$as_me:$LINENO: checking for KDE headers installed" >&5
+-echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for KDE headers installed" >&5
++echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6; }
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -31586,8 +34132,8 @@
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ else
+ { { echo "$as_me:$LINENO: error: your system is not able to compile a small KDE application!
+ Check, if you installed the KDE header files correctly.
+@@ -31626,8 +34172,8 @@
+ KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
+ fi
+
+-echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
+-echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
++echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6; }
+ ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
+
+ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+@@ -31635,8 +34181,8 @@
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && test -s conftest; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ else
+ { { echo "$as_me:$LINENO: error: your system fails at linking a small KDE application!
+ Check, if your compiler is installed correctly and if you have used the
+@@ -31728,22 +34274,22 @@
+ { (exit 1); exit 1; }; }
+ else
+ rm -f conftest*
+- echo "$as_me:$LINENO: result: $kde_result" >&5
+-echo "${ECHO_T}$kde_result" >&6
++ { echo "$as_me:$LINENO: result: $kde_result" >&5
++echo "${ECHO_T}$kde_result" >&6; }
+ fi
+
+ bindir=$kde_bindir
+
+
+
+-# Check whether --with-arts or --without-arts was given.
++# Check whether --with-arts was given.
+ if test "${with_arts+set}" = set; then
+- withval="$with_arts"
+- build_arts=$withval
++ withval=$with_arts; build_arts=$withval
+ else
+ build_arts=yes
+
+-fi;
++fi
++
+
+
+ if test "$build_arts" '!=' "no"; then
+@@ -31776,14 +34322,14 @@
+
+ kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_libs_prefix/bin $kde_default_bindirs"
+
+- echo "$as_me:$LINENO: checking for dcopidl" >&5
+-echo $ECHO_N "checking for dcopidl... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for dcopidl" >&5
++echo $ECHO_N "checking for dcopidl... $ECHO_C" >&6; }
+ if test -n "$DCOPIDL"; then
+ kde_cv_path="$DCOPIDL";
+ else
+ kde_cache=`echo dcopidl | sed 'y%./+-%__p_%'`
+
+- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++ if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+@@ -31826,8 +34372,8 @@
+ fi
+
+ if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
++ { echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6; }
+
+ { { echo "$as_me:$LINENO: error: The important program dcopidl was not found!
+ Please check whether you installed KDE correctly.
+@@ -31838,21 +34384,21 @@
+ { (exit 1); exit 1; }; }
+
+ else
+- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6; }
+ DCOPIDL=$kde_cv_path
+
+ fi
+
+
+- echo "$as_me:$LINENO: checking for dcopidl2cpp" >&5
+-echo $ECHO_N "checking for dcopidl2cpp... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for dcopidl2cpp" >&5
++echo $ECHO_N "checking for dcopidl2cpp... $ECHO_C" >&6; }
+ if test -n "$DCOPIDL2CPP"; then
+ kde_cv_path="$DCOPIDL2CPP";
+ else
+ kde_cache=`echo dcopidl2cpp | sed 'y%./+-%__p_%'`
+
+- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++ if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+@@ -31895,8 +34441,8 @@
+ fi
+
+ if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
++ { echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6; }
+
+ { { echo "$as_me:$LINENO: error: The important program dcopidl2cpp was not found!
+ Please check whether you installed KDE correctly.
+@@ -31907,22 +34453,22 @@
+ { (exit 1); exit 1; }; }
+
+ else
+- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6; }
+ DCOPIDL2CPP=$kde_cv_path
+
+ fi
+
+ if test "$build_arts" '!=' "no"; then
+
+- echo "$as_me:$LINENO: checking for mcopidl" >&5
+-echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for mcopidl" >&5
++echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6; }
+ if test -n "$MCOPIDL"; then
+ kde_cv_path="$MCOPIDL";
+ else
+ kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
+
+- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++ if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+@@ -31965,8 +34511,8 @@
+ fi
+
+ if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
++ { echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6; }
+
+ { { echo "$as_me:$LINENO: error: The important program mcopidl was not found!
+ Please check whether you installed aRts correctly or use
+@@ -31979,21 +34525,21 @@
+ { (exit 1); exit 1; }; }
+
+ else
+- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6; }
+ MCOPIDL=$kde_cv_path
+
+ fi
+
+
+- echo "$as_me:$LINENO: checking for artsc-config" >&5
+-echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for artsc-config" >&5
++echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6; }
+ if test -n "$ARTSCCONFIG"; then
+ kde_cv_path="$ARTSCCONFIG";
+ else
+ kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
+
+- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++ if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+@@ -32036,8 +34582,8 @@
+ fi
+
+ if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
++ { echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6; }
+
+ { { echo "$as_me:$LINENO: error: The important program artsc-config was not found!
+ Please check whether you installed aRts correctly or use
+@@ -32050,22 +34596,22 @@
+ { (exit 1); exit 1; }; }
+
+ else
+- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6; }
+ ARTSCCONFIG=$kde_cv_path
+
+ fi
+
+ fi
+
+- echo "$as_me:$LINENO: checking for meinproc" >&5
+-echo $ECHO_N "checking for meinproc... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for meinproc" >&5
++echo $ECHO_N "checking for meinproc... $ECHO_C" >&6; }
+ if test -n "$MEINPROC"; then
+ kde_cv_path="$MEINPROC";
+ else
+ kde_cache=`echo meinproc | sed 'y%./+-%__p_%'`
+
+- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++ if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+@@ -32108,12 +34654,12 @@
+ fi
+
+ if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
++ { echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6; }
+
+ else
+- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6; }
+ MEINPROC=$kde_cv_path
+
+ fi
+@@ -32142,14 +34688,14 @@
+
+ if test -n "$kde32ornewer"; then
+
+- echo "$as_me:$LINENO: checking for kconfig_compiler" >&5
+-echo $ECHO_N "checking for kconfig_compiler... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for kconfig_compiler" >&5
++echo $ECHO_N "checking for kconfig_compiler... $ECHO_C" >&6; }
+ if test -n "$KCONFIG_COMPILER"; then
+ kde_cv_path="$KCONFIG_COMPILER";
+ else
+ kde_cache=`echo kconfig_compiler | sed 'y%./+-%__p_%'`
+
+- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++ if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+@@ -32192,8 +34738,8 @@
+ fi
+
+ if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
++ { echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6; }
+
+ { { echo "$as_me:$LINENO: error: The important program kconfig_compiler was not found!
+ Please check whether you installed KDE correctly.
+@@ -32204,21 +34750,21 @@
+ { (exit 1); exit 1; }; }
+
+ else
+- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6; }
+ KCONFIG_COMPILER=$kde_cv_path
+
+ fi
+
+
+- echo "$as_me:$LINENO: checking for dcopidlng" >&5
+-echo $ECHO_N "checking for dcopidlng... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for dcopidlng" >&5
++echo $ECHO_N "checking for dcopidlng... $ECHO_C" >&6; }
+ if test -n "$DCOPIDLNG"; then
+ kde_cv_path="$DCOPIDLNG";
+ else
+ kde_cache=`echo dcopidlng | sed 'y%./+-%__p_%'`
+
+- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++ if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+@@ -32261,8 +34807,8 @@
+ fi
+
+ if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
++ { echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6; }
+
+ { { echo "$as_me:$LINENO: error: The important program dcopidlng was not found!
+ Please check whether you installed KDE correctly.
+@@ -32273,8 +34819,8 @@
+ { (exit 1); exit 1; }; }
+
+ else
+- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6; }
+ DCOPIDLNG=$kde_cv_path
+
+ fi
+@@ -32282,14 +34828,14 @@
+ fi
+ if test -n "$kde33ornewer"; then
+
+- echo "$as_me:$LINENO: checking for makekdewidgets" >&5
+-echo $ECHO_N "checking for makekdewidgets... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for makekdewidgets" >&5
++echo $ECHO_N "checking for makekdewidgets... $ECHO_C" >&6; }
+ if test -n "$MAKEKDEWIDGETS"; then
+ kde_cv_path="$MAKEKDEWIDGETS";
+ else
+ kde_cache=`echo makekdewidgets | sed 'y%./+-%__p_%'`
+
+- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++ if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+@@ -32332,8 +34878,8 @@
+ fi
+
+ if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
++ { echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6; }
+
+ { { echo "$as_me:$LINENO: error: The important program makekdewidgets was not found!
+ Please check whether you installed KDE correctly.
+@@ -32344,8 +34890,8 @@
+ { (exit 1); exit 1; }; }
+
+ else
+- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6; }
+ MAKEKDEWIDGETS=$kde_cv_path
+
+ fi
+@@ -32353,14 +34899,14 @@
+
+ fi
+
+- echo "$as_me:$LINENO: checking for xmllint" >&5
+-echo $ECHO_N "checking for xmllint... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for xmllint" >&5
++echo $ECHO_N "checking for xmllint... $ECHO_C" >&6; }
+ if test -n "$XMLLINT"; then
+ kde_cv_path="$XMLLINT";
+ else
+ kde_cache=`echo xmllint | sed 'y%./+-%__p_%'`
+
+- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++ if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+@@ -32403,12 +34949,12 @@
+ fi
+
+ if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+- echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6
++ { echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6; }
+ XMLLINT=""
+ else
+- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
+-echo "${ECHO_T}$kde_cv_path" >&6
++ { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6; }
+ XMLLINT=$kde_cv_path
+
+ fi
+@@ -32423,7 +34969,7 @@
+ do
+ for j in apps/ksgmltools2/customization/kde-chunk.xsl;
+ do
+- echo "configure: 32426: $i/$j" >&5
++ echo "configure: 34972: $i/$j" >&5
+ if test -r "$i/$j"; then
+ echo "taking that" >&5
+ KDE_XSL_STYLESHEET=$i
+@@ -32585,13 +35131,12 @@
+
+
+
+- echo "$as_me:$LINENO: checking grepping for visibility push/pop in headers" >&5
+-echo $ECHO_N "checking grepping for visibility push/pop in headers... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking grepping for visibility push/pop in headers" >&5
++echo $ECHO_N "checking grepping for visibility push/pop in headers... $ECHO_C" >&6; }
+
+ if test "x$GXX" = "xyes"; then
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -32612,13 +35157,13 @@
+ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+ $EGREP "GCC visibility push" >/dev/null 2>&1; then
+
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ kde_stdc_visibility_patched=yes
+ else
+
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ { echo "$as_me:$LINENO: WARNING: Your libstdc++ doesn't appear to be patched for
+ visibility support. Disabling -fvisibility=hidden" >&5
+ echo "$as_me: WARNING: Your libstdc++ doesn't appear to be patched for
+@@ -32638,16 +35183,15 @@
+
+ kde_have_gcc_visibility=no
+
+-echo "$as_me:$LINENO: checking whether $CXX supports -fvisibility=hidden" >&5
+-echo $ECHO_N "checking whether $CXX supports -fvisibility=hidden... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether $CXX supports -fvisibility=hidden" >&5
++echo $ECHO_N "checking whether $CXX supports -fvisibility=hidden... $ECHO_C" >&6; }
+ kde_cache=`echo fvisibility=hidden | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -32674,24 +35218,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -32700,7 +35256,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+@@ -32714,28 +35272,27 @@
+ fi
+
+ if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ :
+
+ kde_have_gcc_visibility=yes
+- # Check whether --enable-gcc-hidden-visibility or --disable-gcc-hidden-visibility was given.
++ # Check whether --enable-gcc-hidden-visibility was given.
+ if test "${enable_gcc_hidden_visibility+set}" = set; then
+- enableval="$enable_gcc_hidden_visibility"
+- kde_have_gcc_visibility=$enableval
++ enableval=$enable_gcc_hidden_visibility; kde_have_gcc_visibility=$enableval
+ else
+ kde_have_gcc_visibility=no
+-fi;
++fi
+
+- echo "$as_me:$LINENO: checking if Qt is patched for -fvisibility" >&5
+-echo $ECHO_N "checking if Qt is patched for -fvisibility... $ECHO_C" >&6
++
++ { echo "$as_me:$LINENO: checking if Qt is patched for -fvisibility" >&5
++echo $ECHO_N "checking if Qt is patched for -fvisibility... $ECHO_C" >&6; }
+ if test "${kde_cv_val_qt_gcc_visibility_patched+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -32770,24 +35327,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -32796,8 +35365,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_cv_val_qt_gcc_visibility_patched=yes
++ kde_cv_val_qt_gcc_visibility_patched=yes
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+ CXXFLAGS=$safe_CXXFLAGS
+@@ -32810,21 +35380,20 @@
+
+
+ fi
+-echo "$as_me:$LINENO: result: $kde_cv_val_qt_gcc_visibility_patched" >&5
+-echo "${ECHO_T}$kde_cv_val_qt_gcc_visibility_patched" >&6
++{ echo "$as_me:$LINENO: result: $kde_cv_val_qt_gcc_visibility_patched" >&5
++echo "${ECHO_T}$kde_cv_val_qt_gcc_visibility_patched" >&6; }
+
+ if test x$kde_have_gcc_visibility = "xyes" && test x$kde_stdc_visibility_patched = "xyes" && test x$kde_cv_val_qt_gcc_visibility_patched = "xyes"; then
+ CXXFLAGS="$CXXFLAGS -fvisibility=hidden"
+
+- echo "$as_me:$LINENO: checking for gcc -fvisibility-inlines-hidden bug" >&5
+-echo $ECHO_N "checking for gcc -fvisibility-inlines-hidden bug... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for gcc -fvisibility-inlines-hidden bug" >&5
++echo $ECHO_N "checking for gcc -fvisibility-inlines-hidden bug... $ECHO_C" >&6; }
+ if test "${kde_cv_val_gcc_visibility_bug+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -32864,24 +35433,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -32890,8 +35471,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_cv_val_gcc_visibility_bug=yes
++ kde_cv_val_gcc_visibility_bug=yes
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+
+@@ -32906,8 +35488,8 @@
+
+
+ fi
+-echo "$as_me:$LINENO: result: $kde_cv_val_gcc_visibility_bug" >&5
+-echo "${ECHO_T}$kde_cv_val_gcc_visibility_bug" >&6
++{ echo "$as_me:$LINENO: result: $kde_cv_val_gcc_visibility_bug" >&5
++echo "${ECHO_T}$kde_cv_val_gcc_visibility_bug" >&6; }
+
+ if test x$kde_cv_val_gcc_visibility_bug = xno; then
+ CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden"
+@@ -32923,8 +35505,8 @@
+ fi
+
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ :
+
+ fi
+@@ -32933,15 +35515,14 @@
+
+
+
+-echo "$as_me:$LINENO: checking for setenv" >&5
+-echo $ECHO_N "checking for setenv... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for setenv" >&5
++echo $ECHO_N "checking for setenv... $ECHO_C" >&6; }
+ if test "${kde_cv_func_setenv+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -32953,9 +35534,6 @@
+ save_CXXFLAGS="$CXXFLAGS"
+ kde_safe_LIBS="$LIBS"
+ LIBS="$LIBS $X_EXTRA_LIBS"
+-if test "$GXX" = "yes"; then
+-CXXFLAGS="$CXXFLAGS -pedantic-errors"
+-fi
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -32978,24 +35556,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -33004,8 +35594,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_cv_func_setenv=no
++ kde_cv_func_setenv=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+ LIBS="$kde_safe_LIBS"
+@@ -33019,11 +35610,11 @@
+ fi
+
+
+-echo "$as_me:$LINENO: result: $kde_cv_func_setenv" >&5
+-echo "${ECHO_T}$kde_cv_func_setenv" >&6
++{ echo "$as_me:$LINENO: result: $kde_cv_func_setenv" >&5
++echo "${ECHO_T}$kde_cv_func_setenv" >&6; }
+
+-echo "$as_me:$LINENO: checking if setenv needs custom prototype" >&5
+-echo $ECHO_N "checking if setenv needs custom prototype... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if setenv needs custom prototype" >&5
++echo $ECHO_N "checking if setenv needs custom prototype... $ECHO_C" >&6; }
+ if test "${kde_cv_proto_setenv+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -33044,8 +35635,7 @@
+ if test "x$kde_cv_proto_setenv" = xunknown; then
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -33080,24 +35670,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -33107,9 +35709,10 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_cv_proto_setenv="setenv unavailable"
++ kde_cv_proto_setenv="setenv unavailable"
+
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$kde_safe_libs
+@@ -33123,8 +35726,8 @@
+
+ fi
+
+-echo "$as_me:$LINENO: result: $kde_cv_proto_setenv" >&5
+-echo "${ECHO_T}$kde_cv_proto_setenv" >&6
++{ echo "$as_me:$LINENO: result: $kde_cv_proto_setenv" >&5
++echo "${ECHO_T}$kde_cv_proto_setenv" >&6; }
+
+ if test "x$kde_cv_func_setenv" = xyes; then
+
+@@ -33148,15 +35751,14 @@
+
+
+
+-echo "$as_me:$LINENO: checking for unsetenv" >&5
+-echo $ECHO_N "checking for unsetenv... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for unsetenv" >&5
++echo $ECHO_N "checking for unsetenv... $ECHO_C" >&6; }
+ if test "${kde_cv_func_unsetenv+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -33168,9 +35770,6 @@
+ save_CXXFLAGS="$CXXFLAGS"
+ kde_safe_LIBS="$LIBS"
+ LIBS="$LIBS $X_EXTRA_LIBS"
+-if test "$GXX" = "yes"; then
+-CXXFLAGS="$CXXFLAGS -pedantic-errors"
+-fi
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -33193,24 +35792,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -33219,8 +35830,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_cv_func_unsetenv=no
++ kde_cv_func_unsetenv=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ CXXFLAGS="$save_CXXFLAGS"
+ LIBS="$kde_safe_LIBS"
+@@ -33234,11 +35846,11 @@
+ fi
+
+
+-echo "$as_me:$LINENO: result: $kde_cv_func_unsetenv" >&5
+-echo "${ECHO_T}$kde_cv_func_unsetenv" >&6
++{ echo "$as_me:$LINENO: result: $kde_cv_func_unsetenv" >&5
++echo "${ECHO_T}$kde_cv_func_unsetenv" >&6; }
+
+-echo "$as_me:$LINENO: checking if unsetenv needs custom prototype" >&5
+-echo $ECHO_N "checking if unsetenv needs custom prototype... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking if unsetenv needs custom prototype" >&5
++echo $ECHO_N "checking if unsetenv needs custom prototype... $ECHO_C" >&6; }
+ if test "${kde_cv_proto_unsetenv+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -33259,8 +35871,7 @@
+ if test "x$kde_cv_proto_unsetenv" = xunknown; then
+
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -33295,24 +35906,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -33322,9 +35945,10 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-kde_cv_proto_unsetenv="unsetenv unavailable"
++ kde_cv_proto_unsetenv="unsetenv unavailable"
+
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$kde_safe_libs
+@@ -33338,8 +35962,8 @@
+
+ fi
+
+-echo "$as_me:$LINENO: result: $kde_cv_proto_unsetenv" >&5
+-echo "${ECHO_T}$kde_cv_proto_unsetenv" >&6
++{ echo "$as_me:$LINENO: result: $kde_cv_proto_unsetenv" >&5
++echo "${ECHO_T}$kde_cv_proto_unsetenv" >&6; }
+
+ if test "x$kde_cv_func_unsetenv" = xyes; then
+
+@@ -33373,8 +35997,7 @@
+ kde_safe_cppflags=$CPPFLAGS
+ CPPFLAGS="$CPPFLAGS $all_includes"
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -33384,17 +36007,17 @@
+
+
+ if test "${ac_cv_header_kspeech_h+set}" = set; then
+- echo "$as_me:$LINENO: checking for kspeech.h" >&5
+-echo $ECHO_N "checking for kspeech.h... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for kspeech.h" >&5
++echo $ECHO_N "checking for kspeech.h... $ECHO_C" >&6; }
+ if test "${ac_cv_header_kspeech_h+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_header_kspeech_h" >&5
+-echo "${ECHO_T}$ac_cv_header_kspeech_h" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_header_kspeech_h" >&5
++echo "${ECHO_T}$ac_cv_header_kspeech_h" >&6; }
+ else
+ # Is the header compilable?
+-echo "$as_me:$LINENO: checking kspeech.h usability" >&5
+-echo $ECHO_N "checking kspeech.h usability... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking kspeech.h usability" >&5
++echo $ECHO_N "checking kspeech.h usability... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -33405,24 +36028,36 @@
+ #include <kspeech.h>
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -33431,15 +36066,16 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_header_compiler=no
++ ac_header_compiler=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+-echo "${ECHO_T}$ac_header_compiler" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6; }
+
+ # Is the header present?
+-echo "$as_me:$LINENO: checking kspeech.h presence" >&5
+-echo $ECHO_N "checking kspeech.h presence... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking kspeech.h presence" >&5
++echo $ECHO_N "checking kspeech.h presence... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -33448,8 +36084,13 @@
+ /* end confdefs.h. */
+ #include <kspeech.h>
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -33473,9 +36114,10 @@
+
+ ac_header_preproc=no
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+-echo "${ECHO_T}$ac_header_preproc" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6; }
+
+ # So? What about this header?
+ case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
+@@ -33499,25 +36141,18 @@
+ echo "$as_me: WARNING: kspeech.h: proceeding with the preprocessor's result" >&2;}
+ { echo "$as_me:$LINENO: WARNING: kspeech.h: in the future, the compiler will take precedence" >&5
+ echo "$as_me: WARNING: kspeech.h: in the future, the compiler will take precedence" >&2;}
+- (
+- cat <<\_ASBOX
+-## ------------------------------------------ ##
+-## Report this to the AC_PACKAGE_NAME lists. ##
+-## ------------------------------------------ ##
+-_ASBOX
+- ) |
+- sed "s/^/$as_me: WARNING: /" >&2
++
+ ;;
+ esac
+-echo "$as_me:$LINENO: checking for kspeech.h" >&5
+-echo $ECHO_N "checking for kspeech.h... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for kspeech.h" >&5
++echo $ECHO_N "checking for kspeech.h... $ECHO_C" >&6; }
+ if test "${ac_cv_header_kspeech_h+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_cv_header_kspeech_h=$ac_header_preproc
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_header_kspeech_h" >&5
+-echo "${ECHO_T}$ac_cv_header_kspeech_h" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_header_kspeech_h" >&5
++echo "${ECHO_T}$ac_cv_header_kspeech_h" >&6; }
+
+ fi
+ if test $ac_cv_header_kspeech_h = yes; then
+@@ -33537,13 +36172,12 @@
+
+ have_latest_kspeech=no
+ if test "x$ktts_have_kspeech_h" = xyes; then
+- echo "$as_me:$LINENO: checking whether installed kspeech.h is latest version" >&5
+-echo $ECHO_N "checking whether installed kspeech.h is latest version... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking whether installed kspeech.h is latest version" >&5
++echo $ECHO_N "checking whether installed kspeech.h is latest version... $ECHO_C" >&6; }
+ ktts_save_cppflags=$CPPFLAGS
+
+-
+ CPPFLAGS="$all_includes $CPPFLAGS"
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -33570,24 +36204,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -33596,11 +36242,12 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-have_latest_kspeech=no
++ have_latest_kspeech=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+- echo "$as_me:$LINENO: result: $have_latest_kspeech" >&5
+-echo "${ECHO_T}$have_latest_kspeech" >&6
++ { echo "$as_me:$LINENO: result: $have_latest_kspeech" >&5
++echo "${ECHO_T}$have_latest_kspeech" >&6; }
+ CPPFLAGS=$ktts_save_cppflags
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+@@ -33631,8 +36278,7 @@
+ kde_safe_cppflags=$CPPFLAGS
+ CPPFLAGS="$CPPFLAGS $all_includes"
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -33642,17 +36288,17 @@
+
+
+ if test "${ac_cv_header_X11_Xlib_h+set}" = set; then
+- echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5
+-echo $ECHO_N "checking for X11/Xlib.h... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5
++echo $ECHO_N "checking for X11/Xlib.h... $ECHO_C" >&6; }
+ if test "${ac_cv_header_X11_Xlib_h+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5
+-echo "${ECHO_T}$ac_cv_header_X11_Xlib_h" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5
++echo "${ECHO_T}$ac_cv_header_X11_Xlib_h" >&6; }
+ else
+ # Is the header compilable?
+-echo "$as_me:$LINENO: checking X11/Xlib.h usability" >&5
+-echo $ECHO_N "checking X11/Xlib.h usability... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking X11/Xlib.h usability" >&5
++echo $ECHO_N "checking X11/Xlib.h usability... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -33663,24 +36309,36 @@
+ #include <X11/Xlib.h>
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -33689,15 +36347,16 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_header_compiler=no
++ ac_header_compiler=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+-echo "${ECHO_T}$ac_header_compiler" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6; }
+
+ # Is the header present?
+-echo "$as_me:$LINENO: checking X11/Xlib.h presence" >&5
+-echo $ECHO_N "checking X11/Xlib.h presence... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking X11/Xlib.h presence" >&5
++echo $ECHO_N "checking X11/Xlib.h presence... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -33706,8 +36365,13 @@
+ /* end confdefs.h. */
+ #include <X11/Xlib.h>
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -33731,9 +36395,10 @@
+
+ ac_header_preproc=no
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+-echo "${ECHO_T}$ac_header_preproc" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6; }
+
+ # So? What about this header?
+ case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
+@@ -33757,25 +36422,18 @@
+ echo "$as_me: WARNING: X11/Xlib.h: proceeding with the preprocessor's result" >&2;}
+ { echo "$as_me:$LINENO: WARNING: X11/Xlib.h: in the future, the compiler will take precedence" >&5
+ echo "$as_me: WARNING: X11/Xlib.h: in the future, the compiler will take precedence" >&2;}
+- (
+- cat <<\_ASBOX
+-## ------------------------------------------ ##
+-## Report this to the AC_PACKAGE_NAME lists. ##
+-## ------------------------------------------ ##
+-_ASBOX
+- ) |
+- sed "s/^/$as_me: WARNING: /" >&2
++
+ ;;
+ esac
+-echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5
+-echo $ECHO_N "checking for X11/Xlib.h... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5
++echo $ECHO_N "checking for X11/Xlib.h... $ECHO_C" >&6; }
+ if test "${ac_cv_header_X11_Xlib_h+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_cv_header_X11_Xlib_h=$ac_header_preproc
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5
+-echo "${ECHO_T}$ac_cv_header_X11_Xlib_h" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xlib_h" >&5
++echo "${ECHO_T}$ac_cv_header_X11_Xlib_h" >&6; }
+
+ fi
+
+@@ -33792,8 +36450,7 @@
+ kde_safe_cppflags=$CPPFLAGS
+ CPPFLAGS="$CPPFLAGS $all_includes"
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -33802,8 +36459,8 @@
+ ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
+
+
+- echo "$as_me:$LINENO: checking for X11/extensions/XKBstr.h" >&5
+-echo $ECHO_N "checking for X11/extensions/XKBstr.h... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for X11/extensions/XKBstr.h" >&5
++echo $ECHO_N "checking for X11/extensions/XKBstr.h... $ECHO_C" >&6; }
+ if test "${ac_cv_header_X11_extensions_XKBstr_h+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -33820,24 +36477,36 @@
+ #include <X11/extensions/XKBstr.h>
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -33846,12 +36515,13 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_header_X11_extensions_XKBstr_h=no
++ ac_cv_header_X11_extensions_XKBstr_h=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_XKBstr_h" >&5
+-echo "${ECHO_T}$ac_cv_header_X11_extensions_XKBstr_h" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_XKBstr_h" >&5
++echo "${ECHO_T}$ac_cv_header_X11_extensions_XKBstr_h" >&6; }
+ if test $ac_cv_header_X11_extensions_XKBstr_h = yes; then
+ :
+ else
+@@ -33872,8 +36542,7 @@
+ kde_safe_cppflags=$CPPFLAGS
+ CPPFLAGS="$CPPFLAGS $all_includes"
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -33882,8 +36551,8 @@
+ ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
+
+
+- echo "$as_me:$LINENO: checking for X11/XKBlib.h" >&5
+-echo $ECHO_N "checking for X11/XKBlib.h... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for X11/XKBlib.h" >&5
++echo $ECHO_N "checking for X11/XKBlib.h... $ECHO_C" >&6; }
+ if test "${ac_cv_header_X11_XKBlib_h+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -33900,24 +36569,36 @@
+ #include <X11/XKBlib.h>
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -33926,12 +36607,13 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_header_X11_XKBlib_h=no
++ ac_cv_header_X11_XKBlib_h=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_header_X11_XKBlib_h" >&5
+-echo "${ECHO_T}$ac_cv_header_X11_XKBlib_h" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_XKBlib_h" >&5
++echo "${ECHO_T}$ac_cv_header_X11_XKBlib_h" >&6; }
+ if test $ac_cv_header_X11_XKBlib_h = yes; then
+ :
+ else
+@@ -33952,8 +36634,7 @@
+ kde_safe_cppflags=$CPPFLAGS
+ CPPFLAGS="$CPPFLAGS $all_includes"
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -33962,8 +36643,8 @@
+ ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
+
+
+- echo "$as_me:$LINENO: checking for X11/extensions/XKB.h" >&5
+-echo $ECHO_N "checking for X11/extensions/XKB.h... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for X11/extensions/XKB.h" >&5
++echo $ECHO_N "checking for X11/extensions/XKB.h... $ECHO_C" >&6; }
+ if test "${ac_cv_header_X11_extensions_XKB_h+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -33982,24 +36663,36 @@
+ #include <X11/extensions/XKB.h>
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -34008,12 +36701,13 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_header_X11_extensions_XKB_h=no
++ ac_cv_header_X11_extensions_XKB_h=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_XKB_h" >&5
+-echo "${ECHO_T}$ac_cv_header_X11_extensions_XKB_h" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_XKB_h" >&5
++echo "${ECHO_T}$ac_cv_header_X11_extensions_XKB_h" >&6; }
+ if test $ac_cv_header_X11_extensions_XKB_h = yes; then
+ :
+ else
+@@ -34031,13 +36725,13 @@
+
+
+
+-# Check whether --enable-ksayit-audio-plugins or --disable-ksayit-audio-plugins was given.
++# Check whether --enable-ksayit-audio-plugins was given.
+ if test "${enable_ksayit_audio_plugins+set}" = set; then
+- enableval="$enable_ksayit_audio_plugins"
+- ksayit_audio_plugins=$enableval
++ enableval=$enable_ksayit_audio_plugins; ksayit_audio_plugins=$enableval
+ else
+ ksayit_audio_plugins=no
+-fi;
++fi
++
+
+ compile_ksayit_audio_plugins="no"
+
+@@ -34061,8 +36755,8 @@
+ DO_NOT_COMPILE="$DO_NOT_COMPILE ksayit"
+ fi
+
+-echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
+-echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
++echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
+ if test "${ac_cv_c_bigendian+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -34088,24 +36782,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -34131,24 +36837,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -34157,14 +36875,15 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_c_bigendian=no
++ ac_cv_c_bigendian=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-# It does not; compile a test program.
++ # It does not; compile a test program.
+ if test "$cross_compiling" = yes; then
+ # try to guess the endianness by grepping values into an object file
+ ac_cv_c_bigendian=unknown
+@@ -34174,11 +36893,11 @@
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+-short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
+-short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
++short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
++short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
+ void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
+-short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
+-short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
++short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
++short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
+ void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
+ int
+ main ()
+@@ -34189,24 +36908,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -34225,7 +36956,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ else
+ cat >conftest.$ac_ext <<_ACEOF
+@@ -34234,27 +36967,41 @@
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
++$ac_includes_default
+ int
+ main ()
+ {
++
+ /* Are we little or big endian? From Harbison&Steele. */
+ union
+ {
+- long l;
+- char c[sizeof (long)];
++ long int l;
++ char c[sizeof (long int)];
+ } u;
+ u.l = 1;
+- exit (u.c[sizeof (long) - 1] == 1);
++ return u.c[sizeof (long int) - 1] == 1;
++
++ ;
++ return 0;
+ }
+ _ACEOF
+ rm -f conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>&5
++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>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -34267,13 +37014,16 @@
+ ( exit $ac_status )
+ ac_cv_c_bigendian=yes
+ fi
+-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+ fi
++
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
+-echo "${ECHO_T}$ac_cv_c_bigendian" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
++echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
+ case $ac_cv_c_bigendian in
+ yes)
+
+@@ -34292,8 +37042,8 @@
+ esac
+
+
+-echo "$as_me:$LINENO: checking for MAXPATHLEN" >&5
+-echo $ECHO_N "checking for MAXPATHLEN... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for MAXPATHLEN" >&5
++echo $ECHO_N "checking for MAXPATHLEN... $ECHO_C" >&6; }
+ if test "${ac_cv_maxpathlen+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -34329,8 +37079,8 @@
+
+ fi
+
+-echo "$as_me:$LINENO: result: $ac_cv_maxpathlen" >&5
+-echo "${ECHO_T}$ac_cv_maxpathlen" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_maxpathlen" >&5
++echo "${ECHO_T}$ac_cv_maxpathlen" >&6; }
+
+ cat >>confdefs.h <<_ACEOF
+ #define KDEMAXPATHLEN $ac_cv_maxpathlen
+@@ -34351,13 +37101,13 @@
+
+
+
+-# Check whether --with-gstreamer or --without-gstreamer was given.
++# Check whether --with-gstreamer was given.
+ if test "${with_gstreamer+set}" = set; then
+- withval="$with_gstreamer"
+-
++ withval=$with_gstreamer;
+ else
+ with_gstreamer=no
+-fi;
++fi
++
+
+ have_gst=no
+ if test "x$with_gstreamer" != xno; then
+@@ -34376,8 +37126,8 @@
+ if test -z "$PKG_CONFIG"; then
+ # Extract the first word of "pkg-config", so it can be a program name with args.
+ set dummy pkg-config; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -34392,28 +37142,29 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
+ ;;
+ esac
+ fi
+ PKG_CONFIG=$ac_cv_path_PKG_CONFIG
+-
+ if test -n "$PKG_CONFIG"; then
+- echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
+-echo "${ECHO_T}$PKG_CONFIG" >&6
++ { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
++echo "${ECHO_T}$PKG_CONFIG" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
++
+ fi
+
+ if test "$PKG_CONFIG" = "no" ; then
+@@ -34424,40 +37175,40 @@
+ else
+ PKG_CONFIG_MIN_VERSION=0.9.0
+ if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
+- echo "$as_me:$LINENO: checking for \
++ { echo "$as_me:$LINENO: checking for \
+ gstreamer-$GST_MAJORMINOR >= $GST_REQ \
+ gstreamer-control-$GST_MAJORMINOR >= $GST_REQ \
+ gstreamer-libs-$GST_MAJORMINOR >= $GST_REQ" >&5
+ echo $ECHO_N "checking for \
+ gstreamer-$GST_MAJORMINOR >= $GST_REQ \
+ gstreamer-control-$GST_MAJORMINOR >= $GST_REQ \
+- gstreamer-libs-$GST_MAJORMINOR >= $GST_REQ... $ECHO_C" >&6
++ gstreamer-libs-$GST_MAJORMINOR >= $GST_REQ... $ECHO_C" >&6; }
+
+ if $PKG_CONFIG --exists "\
+ gstreamer-$GST_MAJORMINOR >= $GST_REQ \
+ gstreamer-control-$GST_MAJORMINOR >= $GST_REQ \
+ gstreamer-libs-$GST_MAJORMINOR >= $GST_REQ" ; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
++ { echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6; }
+ succeeded=yes
+
+- echo "$as_me:$LINENO: checking GST_CFLAGS" >&5
+-echo $ECHO_N "checking GST_CFLAGS... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking GST_CFLAGS" >&5
++echo $ECHO_N "checking GST_CFLAGS... $ECHO_C" >&6; }
+ GST_CFLAGS=`$PKG_CONFIG --cflags "\
+ gstreamer-$GST_MAJORMINOR >= $GST_REQ \
+ gstreamer-control-$GST_MAJORMINOR >= $GST_REQ \
+ gstreamer-libs-$GST_MAJORMINOR >= $GST_REQ"`
+- echo "$as_me:$LINENO: result: $GST_CFLAGS" >&5
+-echo "${ECHO_T}$GST_CFLAGS" >&6
++ { echo "$as_me:$LINENO: result: $GST_CFLAGS" >&5
++echo "${ECHO_T}$GST_CFLAGS" >&6; }
+
+- echo "$as_me:$LINENO: checking GST_LIBS" >&5
+-echo $ECHO_N "checking GST_LIBS... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking GST_LIBS" >&5
++echo $ECHO_N "checking GST_LIBS... $ECHO_C" >&6; }
+ GST_LIBS=`$PKG_CONFIG --libs "\
+ gstreamer-$GST_MAJORMINOR >= $GST_REQ \
+ gstreamer-control-$GST_MAJORMINOR >= $GST_REQ \
+ gstreamer-libs-$GST_MAJORMINOR >= $GST_REQ"`
+- echo "$as_me:$LINENO: result: $GST_LIBS" >&5
+-echo "${ECHO_T}$GST_LIBS" >&6
++ { echo "$as_me:$LINENO: result: $GST_LIBS" >&5
++echo "${ECHO_T}$GST_LIBS" >&6; }
+ else
+ GST_CFLAGS=""
+ GST_LIBS=""
+@@ -34558,13 +37309,13 @@
+
+
+
+-# Check whether --with-alsa or --without-alsa was given.
++# Check whether --with-alsa was given.
+ if test "${with_alsa+set}" = set; then
+- withval="$with_alsa"
+-
++ withval=$with_alsa;
+ else
+ with_alsa=check
+-fi;
++fi
++
+
+ have_alsa=no
+ if test "x$with_alsa" != xno; then
+@@ -34576,10 +37327,9 @@
+
+
+
+-
+ kde_safe_cppflags=$CPPFLAGS
+ CPPFLAGS="$CPPFLAGS $all_includes"
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -34593,18 +37343,19 @@
+ for ac_header in sys/asoundlib.h alsa/asoundlib.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
+- echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
++ { echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Header'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+ else
+ # Is the header compilable?
+-echo "$as_me:$LINENO: checking $ac_header usability" >&5
+-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -34615,24 +37366,36 @@
+ #include <$ac_header>
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -34641,15 +37404,16 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_header_compiler=no
++ ac_header_compiler=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+-echo "${ECHO_T}$ac_header_compiler" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6; }
+
+ # Is the header present?
+-echo "$as_me:$LINENO: checking $ac_header presence" >&5
+-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -34658,8 +37422,13 @@
+ /* end confdefs.h. */
+ #include <$ac_header>
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -34683,9 +37452,10 @@
+
+ ac_header_preproc=no
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+-echo "${ECHO_T}$ac_header_preproc" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6; }
+
+ # So? What about this header?
+ case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
+@@ -34709,25 +37479,19 @@
+ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
+ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
+ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
+- (
+- cat <<\_ASBOX
+-## ------------------------------------------ ##
+-## Report this to the AC_PACKAGE_NAME lists. ##
+-## ------------------------------------------ ##
+-_ASBOX
+- ) |
+- sed "s/^/$as_me: WARNING: /" >&2
++
+ ;;
+ esac
+-echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
++{ echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ eval "$as_ac_Header=\$ac_header_preproc"
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Header'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+
+ fi
+ if test `eval echo '${'$as_ac_Header'}'` = yes; then
+@@ -34757,8 +37521,8 @@
+ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
+ ;;
+ esac
+- echo "$as_me:$LINENO: checking for snd_seq_create_simple_port in -lasound" >&5
+-echo $ECHO_N "checking for snd_seq_create_simple_port in -lasound... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for snd_seq_create_simple_port in -lasound" >&5
++echo $ECHO_N "checking for snd_seq_create_simple_port in -lasound... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_asound_snd_seq_create_simple_port+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -34771,40 +37535,52 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
++/* 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
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+ char snd_seq_create_simple_port ();
+ int
+ main ()
+ {
+-snd_seq_create_simple_port ();
++return snd_seq_create_simple_port ();
+ ;
+ return 0;
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
++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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -34813,14 +37589,15 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_lib_asound_snd_seq_create_simple_port=no
++ ac_cv_lib_asound_snd_seq_create_simple_port=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_seq_create_simple_port" >&5
+-echo "${ECHO_T}$ac_cv_lib_asound_snd_seq_create_simple_port" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_seq_create_simple_port" >&5
++echo "${ECHO_T}$ac_cv_lib_asound_snd_seq_create_simple_port" >&6; }
+ if test $ac_cv_lib_asound_snd_seq_create_simple_port = yes; then
+ :
+ else
+@@ -34832,7 +37609,6 @@
+
+
+
+-
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+@@ -34870,24 +37646,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -34896,7 +37684,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+ cat >conftest.$ac_ext <<_ACEOF
+@@ -34929,24 +37719,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -34955,7 +37757,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+ cat >conftest.$ac_ext <<_ACEOF
+@@ -34988,24 +37792,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -35014,7 +37830,9 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
++
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+ ac_ext=c
+@@ -35079,21 +37897,21 @@
+
+
+
+-# Check whether --with-akode or --without-akode was given.
++# Check whether --with-akode was given.
+ if test "${with_akode+set}" = set; then
+- withval="$with_akode"
+-
++ withval=$with_akode;
+ else
+ with_akode=no
+-fi;
++fi
++
+
+ have_akode=no
+ if test "x$with_akode" != xno; then
+
+ # Extract the first word of "akode-config", so it can be a program name with args.
+ set dummy akode-config; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_path_AKODE_CONFIG+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -35109,29 +37927,30 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_AKODE_CONFIG="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ test -z "$ac_cv_path_AKODE_CONFIG" && ac_cv_path_AKODE_CONFIG="no"
+ ;;
+ esac
+ fi
+ AKODE_CONFIG=$ac_cv_path_AKODE_CONFIG
+-
+ if test -n "$AKODE_CONFIG"; then
+- echo "$as_me:$LINENO: result: $AKODE_CONFIG" >&5
+-echo "${ECHO_T}$AKODE_CONFIG" >&6
++ { echo "$as_me:$LINENO: result: $AKODE_CONFIG" >&5
++echo "${ECHO_T}$AKODE_CONFIG" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+
++
+ if test "x$AKODE_CONFIG" != xno; then
+
+ cat >>confdefs.h <<\_ACEOF
+@@ -35171,8 +37990,8 @@
+
+
+
+-echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
+-echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
++echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
+ if test "${ac_cv_header_time+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -35196,24 +38015,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -35222,12 +38053,13 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_cv_header_time=no
++ ac_cv_header_time=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
+-echo "${ECHO_T}$ac_cv_header_time" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
++echo "${ECHO_T}$ac_cv_header_time" >&6; }
+ if test $ac_cv_header_time = yes; then
+
+ cat >>confdefs.h <<\_ACEOF
+@@ -35240,18 +38072,19 @@
+ for ac_header in sys/time.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
+- echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
++ { echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Header'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+ else
+ # Is the header compilable?
+-echo "$as_me:$LINENO: checking $ac_header usability" >&5
+-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -35262,24 +38095,36 @@
+ #include <$ac_header>
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -35288,15 +38133,16 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_header_compiler=no
++ ac_header_compiler=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+-echo "${ECHO_T}$ac_header_compiler" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6; }
+
+ # Is the header present?
+-echo "$as_me:$LINENO: checking $ac_header presence" >&5
+-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -35305,8 +38151,13 @@
+ /* end confdefs.h. */
+ #include <$ac_header>
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -35330,9 +38181,10 @@
+
+ ac_header_preproc=no
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+-echo "${ECHO_T}$ac_header_preproc" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6; }
+
+ # So? What about this header?
+ case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+@@ -35356,25 +38208,19 @@
+ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
+ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
+ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
+- (
+- cat <<\_ASBOX
+-## ------------------------------------------ ##
+-## Report this to the AC_PACKAGE_NAME lists. ##
+-## ------------------------------------------ ##
+-_ASBOX
+- ) |
+- sed "s/^/$as_me: WARNING: /" >&2
++
+ ;;
+ esac
+-echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
+-if eval "test \"\${$as_ac_Header+set}\" = set"; then
++{ echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
++if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ eval "$as_ac_Header=\$ac_header_preproc"
+ fi
+-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
+-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Header'}'`
++ { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
+
+ fi
+ if test `eval echo '${'$as_ac_Header'}'` = yes; then
+@@ -35394,8 +38240,7 @@
+ kde_safe_cppflags=$CPPFLAGS
+ CPPFLAGS="$CPPFLAGS $all_includes"
+
+-
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -35405,17 +38250,17 @@
+
+
+ if test "${ac_cv_header_kspeech_h+set}" = set; then
+- echo "$as_me:$LINENO: checking for kspeech.h" >&5
+-echo $ECHO_N "checking for kspeech.h... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for kspeech.h" >&5
++echo $ECHO_N "checking for kspeech.h... $ECHO_C" >&6; }
+ if test "${ac_cv_header_kspeech_h+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_header_kspeech_h" >&5
+-echo "${ECHO_T}$ac_cv_header_kspeech_h" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_header_kspeech_h" >&5
++echo "${ECHO_T}$ac_cv_header_kspeech_h" >&6; }
+ else
+ # Is the header compilable?
+-echo "$as_me:$LINENO: checking kspeech.h usability" >&5
+-echo $ECHO_N "checking kspeech.h usability... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking kspeech.h usability" >&5
++echo $ECHO_N "checking kspeech.h usability... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -35426,24 +38271,36 @@
+ #include <kspeech.h>
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -35452,15 +38309,16 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-ac_header_compiler=no
++ ac_header_compiler=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+-echo "${ECHO_T}$ac_header_compiler" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6; }
+
+ # Is the header present?
+-echo "$as_me:$LINENO: checking kspeech.h presence" >&5
+-echo $ECHO_N "checking kspeech.h presence... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking kspeech.h presence" >&5
++echo $ECHO_N "checking kspeech.h presence... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -35469,8 +38327,13 @@
+ /* end confdefs.h. */
+ #include <kspeech.h>
+ _ACEOF
+-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++if { (ac_try="$ac_cpp conftest.$ac_ext"
++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_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+@@ -35494,9 +38357,10 @@
+
+ ac_header_preproc=no
+ fi
++
+ rm -f conftest.err conftest.$ac_ext
+-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+-echo "${ECHO_T}$ac_header_preproc" >&6
++{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6; }
+
+ # So? What about this header?
+ case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
+@@ -35520,25 +38384,18 @@
+ echo "$as_me: WARNING: kspeech.h: proceeding with the preprocessor's result" >&2;}
+ { echo "$as_me:$LINENO: WARNING: kspeech.h: in the future, the compiler will take precedence" >&5
+ echo "$as_me: WARNING: kspeech.h: in the future, the compiler will take precedence" >&2;}
+- (
+- cat <<\_ASBOX
+-## ------------------------------------------ ##
+-## Report this to the AC_PACKAGE_NAME lists. ##
+-## ------------------------------------------ ##
+-_ASBOX
+- ) |
+- sed "s/^/$as_me: WARNING: /" >&2
++
+ ;;
+ esac
+-echo "$as_me:$LINENO: checking for kspeech.h" >&5
+-echo $ECHO_N "checking for kspeech.h... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for kspeech.h" >&5
++echo $ECHO_N "checking for kspeech.h... $ECHO_C" >&6; }
+ if test "${ac_cv_header_kspeech_h+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_cv_header_kspeech_h=$ac_header_preproc
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_header_kspeech_h" >&5
+-echo "${ECHO_T}$ac_cv_header_kspeech_h" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_header_kspeech_h" >&5
++echo "${ECHO_T}$ac_cv_header_kspeech_h" >&6; }
+
+ fi
+ if test $ac_cv_header_kspeech_h = yes; then
+@@ -35558,13 +38415,12 @@
+
+ have_latest_kspeech=no
+ if test "x$ktts_have_kspeech_h" = xyes; then
+- echo "$as_me:$LINENO: checking whether installed kspeech.h is latest version" >&5
+-echo $ECHO_N "checking whether installed kspeech.h is latest version... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking whether installed kspeech.h is latest version" >&5
++echo $ECHO_N "checking whether installed kspeech.h is latest version... $ECHO_C" >&6; }
+ ktts_save_cppflags=$CPPFLAGS
+
+-
+ CPPFLAGS="$all_includes $CPPFLAGS"
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -35591,24 +38447,36 @@
+ }
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -35617,11 +38485,12 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-have_latest_kspeech=no
++ have_latest_kspeech=no
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+- echo "$as_me:$LINENO: result: $have_latest_kspeech" >&5
+-echo "${ECHO_T}$have_latest_kspeech" >&6
++ { echo "$as_me:$LINENO: result: $have_latest_kspeech" >&5
++echo "${ECHO_T}$have_latest_kspeech" >&6; }
+ CPPFLAGS=$ktts_save_cppflags
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+@@ -35651,12 +38520,11 @@
+ # --- Check for KDE < 3.5 ---
+ # If so, install icons.
+
+-echo "$as_me:$LINENO: checking for KDE version" >&5
+-echo $ECHO_N "checking for KDE version... $ECHO_C" >&6
+-
++{ echo "$as_me:$LINENO: checking for KDE version" >&5
++echo $ECHO_N "checking for KDE version... $ECHO_C" >&6; }
+
+
+- ac_ext=cc
++ ac_ext=cpp
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -35679,24 +38547,36 @@
+
+ _ACEOF
+ rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
++if { (ac_try="$ac_compile"
++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_compile") 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); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
++ { (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_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+@@ -35706,9 +38586,10 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-KTTS_ICONS_DIR="icons"
++ KTTS_ICONS_DIR="icons"
+
+ fi
++
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+
+ CXXFLAGS="$kdeversion_save_CXXFLAGS"
+@@ -35721,23 +38602,23 @@
+
+
+ if test "$KTTS_ICONS_DIR" = ""; then
+- echo "$as_me:$LINENO: result: KDE 3.4.x or less" >&5
+-echo "${ECHO_T}KDE 3.4.x or less" >&6
++ { echo "$as_me:$LINENO: result: KDE 3.4.x or less" >&5
++echo "${ECHO_T}KDE 3.4.x or less" >&6; }
+ else
+- echo "$as_me:$LINENO: result: KDE 3.5 or later" >&5
+-echo "${ECHO_T}KDE 3.5 or later" >&6
++ { echo "$as_me:$LINENO: result: KDE 3.5 or later" >&5
++echo "${ECHO_T}KDE 3.5 or later" >&6; }
+ fi
+
+
+
+
+-# Check whether --enable-kttsd-command or --disable-kttsd-command was given.
++# Check whether --enable-kttsd-command was given.
+ if test "${enable_kttsd_command+set}" = set; then
+- enableval="$enable_kttsd_command"
+- command_plugin=$enableval
++ enableval=$enable_kttsd_command; command_plugin=$enableval
+ else
+ command_plugin=yes
+-fi;
++fi
++
+
+ compile_command_plugin="no"
+
+@@ -35757,13 +38638,13 @@
+
+
+
+-# Check whether --enable-kttsd-epos or --disable-kttsd-epos was given.
++# Check whether --enable-kttsd-epos was given.
+ if test "${enable_kttsd_epos+set}" = set; then
+- enableval="$enable_kttsd_epos"
+- epos_plugin=$enableval
++ enableval=$enable_kttsd_epos; epos_plugin=$enableval
+ else
+ epos_plugin=yes
+-fi;
++fi
++
+
+ compile_epos_plugin="yes"
+
+@@ -35773,8 +38654,8 @@
+
+ # Extract the first word of ""epos"", so it can be a program name with args.
+ set dummy "epos"; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_path_epos_bindir+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -35789,31 +38670,32 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_epos_bindir="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ test -z "$ac_cv_path_epos_bindir" && ac_cv_path_epos_bindir=""no""
+ ;;
+ esac
+ fi
+ epos_bindir=$ac_cv_path_epos_bindir
+-
+ if test -n "$epos_bindir"; then
+- echo "$as_me:$LINENO: result: $epos_bindir" >&5
+-echo "${ECHO_T}$epos_bindir" >&6
++ { echo "$as_me:$LINENO: result: $epos_bindir" >&5
++echo "${ECHO_T}$epos_bindir" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+
+
+
++
+ if test "x$compile_epos_plugin" != "xno"; then
+ include_kttsd_epos_TRUE=
+ include_kttsd_epos_FALSE='#'
+@@ -35824,13 +38706,13 @@
+
+
+
+-# Check whether --enable-kttsd-festivalint or --disable-kttsd-festivalint was given.
++# Check whether --enable-kttsd-festivalint was given.
+ if test "${enable_kttsd_festivalint+set}" = set; then
+- enableval="$enable_kttsd_festivalint"
+- festivalint_plugin=$enableval
++ enableval=$enable_kttsd_festivalint; festivalint_plugin=$enableval
+ else
+ festivalint_plugin=yes
+-fi;
++fi
++
+
+ compile_festivalint_plugin="yes"
+
+@@ -35840,8 +38722,8 @@
+
+ # Extract the first word of ""festival"", so it can be a program name with args.
+ set dummy "festival"; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_path_festival_bindir+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -35856,31 +38738,32 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_festival_bindir="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ test -z "$ac_cv_path_festival_bindir" && ac_cv_path_festival_bindir=""no""
+ ;;
+ esac
+ fi
+ festival_bindir=$ac_cv_path_festival_bindir
+-
+ if test -n "$festival_bindir"; then
+- echo "$as_me:$LINENO: result: $festival_bindir" >&5
+-echo "${ECHO_T}$festival_bindir" >&6
++ { echo "$as_me:$LINENO: result: $festival_bindir" >&5
++echo "${ECHO_T}$festival_bindir" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+
+
+
++
+ if test "x$compile_festivalint_plugin" = "xyes"; then
+ include_kttsd_festivalint_TRUE=
+ include_kttsd_festivalint_FALSE='#'
+@@ -35891,13 +38774,13 @@
+
+
+
+-# Check whether --enable-kttsd-flite or --disable-kttsd-flite was given.
++# Check whether --enable-kttsd-flite was given.
+ if test "${enable_kttsd_flite+set}" = set; then
+- enableval="$enable_kttsd_flite"
+- flite_plugin=$enableval
++ enableval=$enable_kttsd_flite; flite_plugin=$enableval
+ else
+ flite_plugin=yes
+-fi;
++fi
++
+
+ compile_flite_plugin="yes"
+
+@@ -35907,8 +38790,8 @@
+
+ # Extract the first word of ""flite"", so it can be a program name with args.
+ set dummy "flite"; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_path_flite_bindir+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -35923,31 +38806,32 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_flite_bindir="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ test -z "$ac_cv_path_flite_bindir" && ac_cv_path_flite_bindir=""no""
+ ;;
+ esac
+ fi
+ flite_bindir=$ac_cv_path_flite_bindir
+-
+ if test -n "$flite_bindir"; then
+- echo "$as_me:$LINENO: result: $flite_bindir" >&5
+-echo "${ECHO_T}$flite_bindir" >&6
++ { echo "$as_me:$LINENO: result: $flite_bindir" >&5
++echo "${ECHO_T}$flite_bindir" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+
+
+
++
+ if test "x$compile_flite_plugin" != "xno"; then
+ include_kttsd_flite_TRUE=
+ include_kttsd_flite_FALSE='#'
+@@ -35958,13 +38842,13 @@
+
+
+
+-# Check whether --enable-kttsd-freetts or --disable-kttsd-freetts was given.
++# Check whether --enable-kttsd-freetts was given.
+ if test "${enable_kttsd_freetts+set}" = set; then
+- enableval="$enable_kttsd_freetts"
+- freetts_plugin=$enableval
++ enableval=$enable_kttsd_freetts; freetts_plugin=$enableval
+ else
+ freetts_plugin=yes
+-fi;
++fi
++
+
+ compile_freetts_plugin="yes"
+
+@@ -35974,8 +38858,8 @@
+
+ # Extract the first word of ""freetts.jar"", so it can be a program name with args.
+ set dummy "freetts.jar"; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_path_freetts_bindir+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -35990,31 +38874,32 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_freetts_bindir="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ test -z "$ac_cv_path_freetts_bindir" && ac_cv_path_freetts_bindir=""no""
+ ;;
+ esac
+ fi
+ freetts_bindir=$ac_cv_path_freetts_bindir
+-
+ if test -n "$freetts_bindir"; then
+- echo "$as_me:$LINENO: result: $freetts_bindir" >&5
+-echo "${ECHO_T}$freetts_bindir" >&6
++ { echo "$as_me:$LINENO: result: $freetts_bindir" >&5
++echo "${ECHO_T}$freetts_bindir" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+
+
+
++
+ if test "x$compile_freetts_plugin" = "xyes"; then
+ include_kttsd_freetts_TRUE=
+ include_kttsd_freetts_FALSE='#'
+@@ -36025,13 +38910,13 @@
+
+
+
+-# Check whether --enable-kttsd-hadifix or --disable-kttsd-hadifix was given.
++# Check whether --enable-kttsd-hadifix was given.
+ if test "${enable_kttsd_hadifix+set}" = set; then
+- enableval="$enable_kttsd_hadifix"
+- hadifix_plugin=$enableval
++ enableval=$enable_kttsd_hadifix; hadifix_plugin=$enableval
+ else
+ hadifix_plugin=yes
+-fi;
++fi
++
+
+ compile_hadifix_plugin="no"
+
+@@ -36042,8 +38927,8 @@
+ if test "x$compile_hadifix_plugin" = "xyes"; then
+ # Extract the first word of ""mbrola"", so it can be a program name with args.
+ set dummy "mbrola"; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_path_hadifix_mbrola_bin+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -36059,32 +38944,33 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_hadifix_mbrola_bin="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ test -z "$ac_cv_path_hadifix_mbrola_bin" && ac_cv_path_hadifix_mbrola_bin=""no""
+ ;;
+ esac
+ fi
+ hadifix_mbrola_bin=$ac_cv_path_hadifix_mbrola_bin
+-
+ if test -n "$hadifix_mbrola_bin"; then
+- echo "$as_me:$LINENO: result: $hadifix_mbrola_bin" >&5
+-echo "${ECHO_T}$hadifix_mbrola_bin" >&6
++ { echo "$as_me:$LINENO: result: $hadifix_mbrola_bin" >&5
++echo "${ECHO_T}$hadifix_mbrola_bin" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
++
+ # Extract the first word of ""txt2pho"", so it can be a program name with args.
+ set dummy "txt2pho"; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_path_hadifix_txt2pho_bin+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -36100,29 +38986,30 @@
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_hadifix_txt2pho_bin="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+ done
+ done
++IFS=$as_save_IFS
+
+ test -z "$ac_cv_path_hadifix_txt2pho_bin" && ac_cv_path_hadifix_txt2pho_bin=""no""
+ ;;
+ esac
+ fi
+ hadifix_txt2pho_bin=$ac_cv_path_hadifix_txt2pho_bin
+-
+ if test -n "$hadifix_txt2pho_bin"; then
+- echo "$as_me:$LINENO: result: $hadifix_txt2pho_bin" >&5
+-echo "${ECHO_T}$hadifix_txt2pho_bin" >&6
++ { echo "$as_me:$LINENO: result: $hadifix_txt2pho_bin" >&5
++echo "${ECHO_T}$hadifix_txt2pho_bin" >&6; }
+ else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
++ { echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6; }
+ fi
+
+
++
+ hadifix_inst="yes"
+ if test "x$hadifix_mbrola_bin" = "xno"; then
+ hadifix_inst="no"
+@@ -36132,8 +39019,8 @@
+ fi
+
+ if test "x$hadifix_inst" = "xyes"; then
+- echo "$as_me:$LINENO: checking for /etc/txt2pho" >&5
+-echo $ECHO_N "checking for /etc/txt2pho... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking for /etc/txt2pho" >&5
++echo $ECHO_N "checking for /etc/txt2pho... $ECHO_C" >&6; }
+ if test "${ac_cv_file__etc_txt2pho+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -36147,8 +39034,8 @@
+ ac_cv_file__etc_txt2pho=no
+ fi
+ fi
+-echo "$as_me:$LINENO: result: $ac_cv_file__etc_txt2pho" >&5
+-echo "${ECHO_T}$ac_cv_file__etc_txt2pho" >&6
++{ echo "$as_me:$LINENO: result: $ac_cv_file__etc_txt2pho" >&5
++echo "${ECHO_T}$ac_cv_file__etc_txt2pho" >&6; }
+ if test $ac_cv_file__etc_txt2pho = yes; then
+ hadifix_txt2pho="yes"
+ else
+@@ -36189,8 +39076,8 @@
+ fi
+
+ for i in $ac_topsubdirs; do
+- echo "$as_me:$LINENO: checking if $i should be compiled" >&5
+-echo $ECHO_N "checking if $i should be compiled... $ECHO_C" >&6
++ { echo "$as_me:$LINENO: checking if $i should be compiled" >&5
++echo $ECHO_N "checking if $i should be compiled... $ECHO_C" >&6; }
+ if test -d $srcdir/$i; then
+ install_it="yes"
+ for j in $DO_NOT_COMPILE; do
+@@ -36201,8 +39088,8 @@
+ else
+ install_it="no"
+ fi
+- echo "$as_me:$LINENO: result: $install_it" >&5
+-echo "${ECHO_T}$install_it" >&6
++ { echo "$as_me:$LINENO: result: $install_it" >&5
++echo "${ECHO_T}$install_it" >&6; }
+ vari=`echo $i | sed -e 's,[-+.@],_,g'`
+ if test $install_it = "yes"; then
+ TOPSUBDIRS="$TOPSUBDIRS $i"
+@@ -36294,117 +39181,117 @@
+ kttsd_SUBDIR_included_FALSE=
+ fi
+
+- ac_config_files="$ac_config_files Makefile"
++ac_config_files="$ac_config_files Makefile"
+
+- ac_config_files="$ac_config_files IconThemes/Makefile"
++ac_config_files="$ac_config_files IconThemes/Makefile"
+
+- ac_config_files="$ac_config_files doc/Makefile"
++ac_config_files="$ac_config_files doc/Makefile"
+
+- ac_config_files="$ac_config_files doc/kmag/Makefile"
++ac_config_files="$ac_config_files doc/kmag/Makefile"
+
+- ac_config_files="$ac_config_files doc/kmousetool/Makefile"
++ac_config_files="$ac_config_files doc/kmousetool/Makefile"
+
+- ac_config_files="$ac_config_files doc/kmouth/Makefile"
++ac_config_files="$ac_config_files doc/kmouth/Makefile"
+
+- ac_config_files="$ac_config_files doc/kttsd/Makefile"
++ac_config_files="$ac_config_files doc/kttsd/Makefile"
+
+- ac_config_files="$ac_config_files kbstateapplet/Makefile"
++ac_config_files="$ac_config_files kbstateapplet/Makefile"
+
+- ac_config_files="$ac_config_files kbstateapplet/images/Makefile"
++ac_config_files="$ac_config_files kbstateapplet/images/Makefile"
+
+- ac_config_files="$ac_config_files kmag/Makefile"
++ac_config_files="$ac_config_files kmag/Makefile"
+
+- ac_config_files="$ac_config_files kmousetool/Makefile"
++ac_config_files="$ac_config_files kmousetool/Makefile"
+
+- ac_config_files="$ac_config_files kmousetool/kmousetool/Makefile"
++ac_config_files="$ac_config_files kmousetool/kmousetool/Makefile"
+
+- ac_config_files="$ac_config_files kmousetool/kmousetool/pics/Makefile"
++ac_config_files="$ac_config_files kmousetool/kmousetool/pics/Makefile"
+
+- ac_config_files="$ac_config_files kmouth/Makefile"
++ac_config_files="$ac_config_files kmouth/Makefile"
+
+- ac_config_files="$ac_config_files kmouth/books/Makefile"
++ac_config_files="$ac_config_files kmouth/books/Makefile"
+
+- ac_config_files="$ac_config_files kmouth/icons/Makefile"
++ac_config_files="$ac_config_files kmouth/icons/Makefile"
+
+- ac_config_files="$ac_config_files kmouth/icons/app/Makefile"
++ac_config_files="$ac_config_files kmouth/icons/app/Makefile"
+
+- ac_config_files="$ac_config_files kmouth/icons/history/Makefile"
++ac_config_files="$ac_config_files kmouth/icons/history/Makefile"
+
+- ac_config_files="$ac_config_files kmouth/icons/phrase/Makefile"
++ac_config_files="$ac_config_files kmouth/icons/phrase/Makefile"
+
+- ac_config_files="$ac_config_files kmouth/icons/phrasebook/Makefile"
++ac_config_files="$ac_config_files kmouth/icons/phrasebook/Makefile"
+
+- ac_config_files="$ac_config_files kmouth/phrasebook/Makefile"
++ac_config_files="$ac_config_files kmouth/phrasebook/Makefile"
+
+- ac_config_files="$ac_config_files kmouth/wordcompletion/Makefile"
++ac_config_files="$ac_config_files kmouth/wordcompletion/Makefile"
+
+- ac_config_files="$ac_config_files ksayit/Makefile"
++ac_config_files="$ac_config_files ksayit/Makefile"
+
+- ac_config_files="$ac_config_files ksayit/Freeverb_plugin/Makefile"
++ac_config_files="$ac_config_files ksayit/Freeverb_plugin/Makefile"
+
+- ac_config_files="$ac_config_files ksayit/KTTSD_Lib/Makefile"
++ac_config_files="$ac_config_files ksayit/KTTSD_Lib/Makefile"
+
+- ac_config_files="$ac_config_files ksayit/src/Makefile"
++ac_config_files="$ac_config_files ksayit/src/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/Makefile"
++ac_config_files="$ac_config_files kttsd/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/app-plugins/Makefile"
++ac_config_files="$ac_config_files kttsd/app-plugins/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/app-plugins/kate/Makefile"
++ac_config_files="$ac_config_files kttsd/app-plugins/kate/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/compat/Makefile"
++ac_config_files="$ac_config_files kttsd/compat/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/compat/icons/Makefile"
++ac_config_files="$ac_config_files kttsd/compat/icons/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/compat/interfaces/Makefile"
++ac_config_files="$ac_config_files kttsd/compat/interfaces/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/compat/interfaces/kspeech/Makefile"
++ac_config_files="$ac_config_files kttsd/compat/interfaces/kspeech/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/filters/Makefile"
++ac_config_files="$ac_config_files kttsd/filters/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/filters/sbd/Makefile"
++ac_config_files="$ac_config_files kttsd/filters/sbd/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/filters/stringreplacer/Makefile"
++ac_config_files="$ac_config_files kttsd/filters/stringreplacer/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/filters/talkerchooser/Makefile"
++ac_config_files="$ac_config_files kttsd/filters/talkerchooser/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/filters/xmltransformer/Makefile"
++ac_config_files="$ac_config_files kttsd/filters/xmltransformer/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/icons/Makefile"
++ac_config_files="$ac_config_files kttsd/icons/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/kcmkttsmgr/Makefile"
++ac_config_files="$ac_config_files kttsd/kcmkttsmgr/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/kttsd/Makefile"
++ac_config_files="$ac_config_files kttsd/kttsd/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/kttsjobmgr/Makefile"
++ac_config_files="$ac_config_files kttsd/kttsjobmgr/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/kttsmgr/Makefile"
++ac_config_files="$ac_config_files kttsd/kttsmgr/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/libkttsd/Makefile"
++ac_config_files="$ac_config_files kttsd/libkttsd/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/players/Makefile"
++ac_config_files="$ac_config_files kttsd/players/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/players/akodeplayer/Makefile"
++ac_config_files="$ac_config_files kttsd/players/akodeplayer/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/players/alsaplayer/Makefile"
++ac_config_files="$ac_config_files kttsd/players/alsaplayer/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/players/artsplayer/Makefile"
++ac_config_files="$ac_config_files kttsd/players/artsplayer/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/players/gstplayer/Makefile"
++ac_config_files="$ac_config_files kttsd/players/gstplayer/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/plugins/Makefile"
++ac_config_files="$ac_config_files kttsd/plugins/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/plugins/command/Makefile"
++ac_config_files="$ac_config_files kttsd/plugins/command/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/plugins/epos/Makefile"
++ac_config_files="$ac_config_files kttsd/plugins/epos/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/plugins/festivalint/Makefile"
++ac_config_files="$ac_config_files kttsd/plugins/festivalint/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/plugins/flite/Makefile"
++ac_config_files="$ac_config_files kttsd/plugins/flite/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/plugins/freetts/Makefile"
++ac_config_files="$ac_config_files kttsd/plugins/freetts/Makefile"
+
+- ac_config_files="$ac_config_files kttsd/plugins/hadifix/Makefile"
++ac_config_files="$ac_config_files kttsd/plugins/hadifix/Makefile"
+
+ cat >confcache <<\_ACEOF
+ # This file is a shell script that caches the results of configure
+@@ -36424,39 +39311,58 @@
+
+ # The following way of writing the cache mishandles newlines in values,
+ # but we know of no workaround that is simple, portable, and efficient.
+-# So, don't put newlines in cache variables' values.
++# So, we kill variables containing newlines.
+ # Ultrix sh set writes to stderr and can't be redirected directly,
+ # and sets the high bit in the cache file unless we assign to the vars.
+-{
++(
++ for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
++ eval ac_val=\$$ac_var
++ case $ac_val in #(
++ *${as_nl}*)
++ case $ac_var in #(
++ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
++echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
++ esac
++ case $ac_var in #(
++ _ | IFS | as_nl) ;; #(
++ *) $as_unset $ac_var ;;
++ esac ;;
++ esac
++ done
++
+ (set) 2>&1 |
+- case `(ac_space=' '; set | grep ac_space) 2>&1` in
+- *ac_space=\ *)
++ case $as_nl`(ac_space=' '; set) 2>&1` in #(
++ *${as_nl}ac_space=\ *)
+ # `set' does not quote correctly, so add quotes (double-quote
+ # substitution turns \\\\ into \\, and sed turns \\ into \).
+ sed -n \
+ "s/'/'\\\\''/g;
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+- ;;
++ ;; #(
+ *)
+ # `set' quotes correctly as required by POSIX, so do not add quotes.
+- sed -n \
+- "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
++ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+ ;;
+- esac;
+-} |
++ esac |
++ sort
++) |
+ sed '
++ /^ac_cv_env_/b end
+ t clear
+- : clear
++ :clear
+ s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
+ t end
+- /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+- : end' >>confcache
+-if diff $cache_file confcache >/dev/null 2>&1; then :; else
+- if test -w $cache_file; then
+- test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
++ s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
++ :end' >>confcache
++if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
++ if test -w "$cache_file"; then
++ test "x$cache_file" != "x/dev/null" &&
++ { echo "$as_me:$LINENO: updating cache $cache_file" >&5
++echo "$as_me: updating cache $cache_file" >&6;}
+ cat confcache >$cache_file
+ else
+- echo "not updating unwritable cache $cache_file"
++ { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
++echo "$as_me: not updating unwritable cache $cache_file" >&6;}
+ fi
+ fi
+ rm -f confcache
+@@ -36465,38 +39371,31 @@
+ # Let make expand exec_prefix.
+ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
+
+-# VPATH may cause trouble with some makes, so we remove $(srcdir),
+-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
+-# trailing colons and then remove the whole line if VPATH becomes empty
+-# (actually we leave an empty line to preserve line numbers).
+-if test "x$srcdir" = x.; then
+- ac_vpsub='/^[ ]*VPATH[ ]*=/{
+-s/:*\$(srcdir):*/:/;
+-s/:*\${srcdir}:*/:/;
+-s/:*@srcdir@:*/:/;
+-s/^\([^=]*=[ ]*\):*/\1/;
+-s/:*$//;
+-s/^[^=]*=[ ]*$//;
+-}'
+-fi
+-
+ DEFS=-DHAVE_CONFIG_H
+
+ ac_libobjs=
+ ac_ltlibobjs=
+ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
+ # 1. Remove the extension, and $U if already installed.
+- ac_i=`echo "$ac_i" |
+- sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
+- # 2. Add them.
+- ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
+- ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
++ ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
++ ac_i=`echo "$ac_i" | sed "$ac_script"`
++ # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
++ # will be set to the directory where LIBOBJS objects are built.
++ ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
++ ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
+ done
+ LIBOBJS=$ac_libobjs
+
+ LTLIBOBJS=$ac_ltlibobjs
+
+
++if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
++ { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++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 "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
+ Usually this means the macro was only invoked conditionally." >&5
+@@ -36703,11 +39602,35 @@
+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '${1+"$@"}'='"$@"'
+-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
+- set -o posix
++ setopt NO_GLOB_SUBST
++else
++ case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
+ fi
++BIN_SH=xpg4; export BIN_SH # for Tru64
+ DUALCASE=1; export DUALCASE # for MKS sh
+
++
++# PATH needs CR
++# Avoid depending upon Character Ranges.
++as_cr_letters='abcdefghijklmnopqrstuvwxyz'
++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
++as_cr_Letters=$as_cr_letters$as_cr_LETTERS
++as_cr_digits='0123456789'
++as_cr_alnum=$as_cr_Letters$as_cr_digits
++
++# The user is always right.
++if test "${PATH_SEPARATOR+set}" != set; then
++ echo "#! /bin/sh" >conf$$.sh
++ echo "exit 0" >>conf$$.sh
++ chmod +x conf$$.sh
++ if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
++ PATH_SEPARATOR=';'
++ else
++ PATH_SEPARATOR=:
++ fi
++ rm -f conf$$.sh
++fi
++
+ # Support unset when possible.
+ if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+ as_unset=unset
+@@ -36716,8 +39639,43 @@
+ fi
+
+
++# IFS
++# We need space, tab and new line, in precisely that order. Quoting is
++# there to prevent editors from complaining about space-tab.
++# (If _AS_PATH_WALK were called with IFS unset, it would disable word
++# splitting by setting IFS to empty value.)
++as_nl='
++'
++IFS=" "" $as_nl"
++
++# Find who we are. Look in the path if we contain no directory separator.
++case $0 in
++ *[\\/]* ) as_myself=$0 ;;
++ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++ IFS=$as_save_IFS
++ test -z "$as_dir" && as_dir=.
++ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
++done
++IFS=$as_save_IFS
++
++ ;;
++esac
++# We did not find ourselves, most probably we were run as `sh COMMAND'
++# in which case we are not to be found in the path.
++if test "x$as_myself" = x; then
++ as_myself=$0
++fi
++if test ! -f "$as_myself"; then
++ echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
++ { (exit 1); exit 1; }
++fi
++
+ # Work around bugs in pre-3.0 UWIN ksh.
+-$as_unset ENV MAIL MAILPATH
++for as_var in ENV MAIL MAILPATH
++do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
++done
+ PS1='$ '
+ PS2='> '
+ PS4='+ '
+@@ -36731,18 +39689,19 @@
+ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
+ eval $as_var=C; export $as_var
+ else
+- $as_unset $as_var
++ ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+ fi
+ done
+
+ # Required to use basename.
+-if expr a : '\(a\)' >/dev/null 2>&1; then
++if expr a : '\(a\)' >/dev/null 2>&1 &&
++ test "X`expr 00001 : '.*\(...\)'`" = X001; then
+ as_expr=expr
+ else
+ as_expr=false
+ fi
+
+-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
++if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+ as_basename=basename
+ else
+ as_basename=false
+@@ -36750,159 +39709,120 @@
+
+
+ # Name of the executable.
+-as_me=`$as_basename "$0" ||
++as_me=`$as_basename -- "$0" ||
+ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+ X"$0" : 'X\(//\)$' \| \
+- X"$0" : 'X\(/\)$' \| \
+- . : '\(.\)' 2>/dev/null ||
++ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+ echo X/"$0" |
+- sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
+- /^X\/\(\/\/\)$/{ s//\1/; q; }
+- /^X\/\(\/\).*/{ s//\1/; q; }
+- s/.*/./; q'`
+-
+-
+-# PATH needs CR, and LINENO needs CR and PATH.
+-# Avoid depending upon Character Ranges.
+-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+-as_cr_digits='0123456789'
+-as_cr_alnum=$as_cr_Letters$as_cr_digits
++ sed '/^.*\/\([^/][^/]*\)\/*$/{
++ s//\1/
++ q
++ }
++ /^X\/\(\/\/\)$/{
++ s//\1/
++ q
++ }
++ /^X\/\(\/\).*/{
++ s//\1/
++ q
++ }
++ s/.*/./; q'`
+
+-# The user is always right.
+-if test "${PATH_SEPARATOR+set}" != set; then
+- echo "#! /bin/sh" >conf$$.sh
+- echo "exit 0" >>conf$$.sh
+- chmod +x conf$$.sh
+- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
+- PATH_SEPARATOR=';'
+- else
+- PATH_SEPARATOR=:
+- fi
+- rm -f conf$$.sh
+-fi
++# CDPATH.
++$as_unset CDPATH
+
+
+- as_lineno_1=$LINENO
+- as_lineno_2=$LINENO
+- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
+- test "x$as_lineno_1" != "x$as_lineno_2" &&
+- test "x$as_lineno_3" = "x$as_lineno_2" || {
+- # Find who we are. Look in the path if we contain no path at all
+- # relative or not.
+- case $0 in
+- *[\\/]* ) as_myself=$0 ;;
+- *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
+-do
+- IFS=$as_save_IFS
+- test -z "$as_dir" && as_dir=.
+- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+-done
+
+- ;;
+- esac
+- # We did not find ourselves, most probably we were run as `sh COMMAND'
+- # in which case we are not to be found in the path.
+- if test "x$as_myself" = x; then
+- as_myself=$0
+- fi
+- if test ! -f "$as_myself"; then
+- { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
+-echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
+- { (exit 1); exit 1; }; }
+- fi
+- case $CONFIG_SHELL in
+- '')
+- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
+-do
+- IFS=$as_save_IFS
+- test -z "$as_dir" && as_dir=.
+- for as_base in sh bash ksh sh5; do
+- case $as_dir in
+- /*)
+- if ("$as_dir/$as_base" -c '
+ as_lineno_1=$LINENO
+ as_lineno_2=$LINENO
+- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
+ test "x$as_lineno_1" != "x$as_lineno_2" &&
+- test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
+- $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
+- $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
+- CONFIG_SHELL=$as_dir/$as_base
+- export CONFIG_SHELL
+- exec "$CONFIG_SHELL" "$0" ${1+"$@"}
+- fi;;
+- esac
+- done
+-done
+-;;
+- esac
++ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
+
+ # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
+ # uniformly replaced by the line number. The first 'sed' inserts a
+- # line-number line before each line; the second 'sed' does the real
+- # work. The second script uses 'N' to pair each line-number line
+- # with the numbered line, and appends trailing '-' during
+- # substitution so that $LINENO is not a special case at line end.
++ # line-number line after each line using $LINENO; the second 'sed'
++ # does the real work. The second script uses 'N' to pair each
++ # line-number line with the line containing $LINENO, and appends
++ # trailing '-' during substitution so that $LINENO is not a special
++ # case at line end.
+ # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
+- # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
+- sed '=' <$as_myself |
++ # scripts with optimization help from Paolo Bonzini. Blame Lee
++ # E. McMahon (1931-1989) for sed's syntax. :-)
++ sed -n '
++ p
++ /[$]LINENO/=
++ ' <$as_myself |
+ sed '
++ s/[$]LINENO.*/&-/
++ t lineno
++ b
++ :lineno
+ N
+- s,$,-,
+- : loop
+- s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
++ :loop
++ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
+ t loop
+- s,-$,,
+- s,^['$as_cr_digits']*\n,,
++ s/-\n.*//
+ ' >$as_me.lineno &&
+- chmod +x $as_me.lineno ||
+- { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
+-echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
++ chmod +x "$as_me.lineno" ||
++ { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
+ { (exit 1); exit 1; }; }
+
+ # Don't try to exec as it changes $[0], causing all sort of problems
+ # (the dirname of $[0] is not the place where we might find the
+- # original and so on. Autoconf is especially sensible to this).
+- . ./$as_me.lineno
++ # original and so on. Autoconf is especially sensitive to this).
++ . "./$as_me.lineno"
+ # Exit status is that of the last command.
+ exit
+ }
+
+
+-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
+- *c*,-n*) ECHO_N= ECHO_C='
+-' ECHO_T=' ' ;;
+- *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
+- *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
++if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
++ as_dirname=dirname
++else
++ as_dirname=false
++fi
++
++ECHO_C= ECHO_N= ECHO_T=
++case `echo -n x` in
++-n*)
++ case `echo 'x\c'` in
++ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
++ *) ECHO_C='\c';;
++ esac;;
++*)
++ ECHO_N='-n';;
+ esac
+
+-if expr a : '\(a\)' >/dev/null 2>&1; then
++if expr a : '\(a\)' >/dev/null 2>&1 &&
++ test "X`expr 00001 : '.*\(...\)'`" = X001; then
+ as_expr=expr
+ else
+ as_expr=false
+ fi
+
+ rm -f conf$$ conf$$.exe conf$$.file
++if test -d conf$$.dir; then
++ rm -f conf$$.dir/conf$$.file
++else
++ rm -f conf$$.dir
++ mkdir conf$$.dir
++fi
+ echo >conf$$.file
+ if ln -s conf$$.file conf$$ 2>/dev/null; then
+- # We could just check for DJGPP; but this test a) works b) is more generic
+- # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
+- if test -f conf$$.exe; then
+- # Don't use ln at all; we don't have any links
++ as_ln_s='ln -s'
++ # ... but there are two gotchas:
++ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
++ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
++ # In both cases, we have to default to `cp -p'.
++ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+ as_ln_s='cp -p'
+- else
+- as_ln_s='ln -s'
+- fi
+ elif ln conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+ else
+ as_ln_s='cp -p'
+ fi
+-rm -f conf$$ conf$$.exe conf$$.file
++rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
++rmdir conf$$.dir 2>/dev/null
+
+ if mkdir -p . 2>/dev/null; then
+ as_mkdir_p=:
+@@ -36911,7 +39831,19 @@
+ as_mkdir_p=false
+ fi
+
+-as_executable_p="test -f"
++# Find out whether ``test -x'' works. Don't use a zero-byte file, as
++# systems may use methods other than mode bits to determine executability.
++cat >conf$$.file <<_ASEOF
++#! /bin/sh
++exit 0
++_ASEOF
++chmod +x conf$$.file
++if test -x conf$$.file >/dev/null 2>&1; then
++ as_executable_p="test -x"
++else
++ as_executable_p=:
++fi
++rm -f conf$$.file
+
+ # Sed expression to map a string onto a valid CPP name.
+ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+@@ -36920,31 +39852,14 @@
+ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+-# IFS
+-# We need space, tab and new line, in precisely that order.
+-as_nl='
+-'
+-IFS=" $as_nl"
+-
+-# CDPATH.
+-$as_unset CDPATH
+-
+ exec 6>&1
+
+-# Open the log real soon, to keep \$[0] and so on meaningful, and to
++# Save the log message, to keep $[0] and so on meaningful, and to
+ # report actual input values of CONFIG_FILES etc. instead of their
+-# values after options handling. Logging --version etc. is OK.
+-exec 5>>config.log
+-{
+- echo
+- sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
+-## Running $as_me. ##
+-_ASBOX
+-} >&5
+-cat >&5 <<_CSEOF
+-
++# values after options handling.
++ac_log="
+ This file was extended by $as_me, which was
+-generated by GNU Autoconf 2.59. Invocation command line was
++generated by GNU Autoconf 2.59d. Invocation command line was
+
+ CONFIG_FILES = $CONFIG_FILES
+ CONFIG_HEADERS = $CONFIG_HEADERS
+@@ -36952,30 +39867,20 @@
+ CONFIG_COMMANDS = $CONFIG_COMMANDS
+ $ $0 $@
+
+-_CSEOF
+-echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
+-echo >&5
++on `(hostname || uname -n) 2>/dev/null | sed 1q`
++"
++
+ _ACEOF
+
++cat >>$CONFIG_STATUS <<_ACEOF
+ # Files that config.status was made for.
+-if test -n "$ac_config_files"; then
+- echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
+-fi
+-
+-if test -n "$ac_config_headers"; then
+- echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
+-fi
++config_files="$ac_config_files"
++config_headers="$ac_config_headers"
++config_commands="$ac_config_commands"
+
+-if test -n "$ac_config_links"; then
+- echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
+-fi
+-
+-if test -n "$ac_config_commands"; then
+- echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
+-fi
++_ACEOF
+
+ cat >>$CONFIG_STATUS <<\_ACEOF
+-
+ ac_cs_usage="\
+ \`$as_me' instantiates files from templates according to the
+ current configuration.
+@@ -37002,19 +39907,21 @@
+ $config_commands
+
+ Report bugs to <bug-autoconf at gnu.org>."
+-_ACEOF
+
++_ACEOF
+ cat >>$CONFIG_STATUS <<_ACEOF
+ ac_cs_version="\\
+ config.status
+-configured by $0, generated by GNU Autoconf 2.59,
+- with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
++configured by $0, generated by GNU Autoconf 2.59d,
++ with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
+
+-Copyright (C) 2003 Free Software Foundation, Inc.
++Copyright (C) 2006 Free Software Foundation, Inc.
+ This config.status script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it."
+-srcdir=$srcdir
+-INSTALL="$INSTALL"
++
++ac_pwd='$ac_pwd'
++srcdir='$srcdir'
++INSTALL='$INSTALL'
+ _ACEOF
+
+ cat >>$CONFIG_STATUS <<\_ACEOF
+@@ -37025,39 +39932,24 @@
+ do
+ case $1 in
+ --*=*)
+- ac_option=`expr "x$1" : 'x\([^=]*\)='`
+- ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
++ ac_option=`expr "X$1" : 'X\([^=]*\)='`
++ ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
+ ac_shift=:
+ ;;
+- -*)
++ *)
+ ac_option=$1
+ ac_optarg=$2
+ ac_shift=shift
+ ;;
+- *) # This is not an option, so the user has probably given explicit
+- # arguments.
+- ac_option=$1
+- ac_need_defaults=false;;
+ esac
+
+ case $ac_option in
+ # Handling of the options.
+-_ACEOF
+-cat >>$CONFIG_STATUS <<\_ACEOF
+ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+ ac_cs_recheck=: ;;
+- --version | --vers* | -V )
+- echo "$ac_cs_version"; exit 0 ;;
+- --he | --h)
+- # Conflict between --help and --header
+- { { echo "$as_me:$LINENO: error: ambiguous option: $1
+-Try \`$0 --help' for more information." >&5
+-echo "$as_me: error: ambiguous option: $1
+-Try \`$0 --help' for more information." >&2;}
+- { (exit 1); exit 1; }; };;
+- --help | --hel | -h )
+- echo "$ac_cs_usage"; exit 0 ;;
+- --debug | --d* | -d )
++ --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
++ echo "$ac_cs_version"; exit ;;
++ --debug | --debu | --deb | --de | --d | -d )
+ debug=: ;;
+ --file | --fil | --fi | --f )
+ $ac_shift
+@@ -37067,18 +39959,24 @@
+ $ac_shift
+ CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
+ ac_need_defaults=false;;
++ --he | --h)
++ # Conflict between --help and --header
++ { echo "$as_me: error: ambiguous option: $1
++Try \`$0 --help' for more information." >&2
++ { (exit 1); exit 1; }; };;
++ --help | --hel | -h )
++ echo "$ac_cs_usage"; exit ;;
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+ | -silent | --silent | --silen | --sile | --sil | --si | --s)
+ ac_cs_silent=: ;;
+
+ # This is an error.
+- -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
+-Try \`$0 --help' for more information." >&5
+-echo "$as_me: error: unrecognized option: $1
+-Try \`$0 --help' for more information." >&2;}
++ -*) { echo "$as_me: error: unrecognized option: $1
++Try \`$0 --help' for more information." >&2
+ { (exit 1); exit 1; }; } ;;
+
+- *) ac_config_targets="$ac_config_targets $1" ;;
++ *) ac_config_targets="$ac_config_targets $1"
++ ac_need_defaults=false ;;
+
+ esac
+ shift
+@@ -37094,92 +39992,104 @@
+ _ACEOF
+ cat >>$CONFIG_STATUS <<_ACEOF
+ if \$ac_cs_recheck; then
+- echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
+- exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
++ echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
++ CONFIG_SHELL=$SHELL
++ export CONFIG_SHELL
++ exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
+ fi
+
+ _ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF
++exec 5>>config.log
++{
++ echo
++ sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
++## Running $as_me. ##
++_ASBOX
++ echo "$ac_log"
++} >&5
+
++_ACEOF
+ cat >>$CONFIG_STATUS <<_ACEOF
+ #
+-# INIT-COMMANDS section.
++# INIT-COMMANDS
+ #
+-
+ AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
+
+ _ACEOF
+
+-
+-
+ cat >>$CONFIG_STATUS <<\_ACEOF
++
++# Handling of arguments.
+ for ac_config_target in $ac_config_targets
+ do
+- case "$ac_config_target" in
+- # Handling of arguments.
+- "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+- "IconThemes/Makefile" ) CONFIG_FILES="$CONFIG_FILES IconThemes/Makefile" ;;
+- "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
+- "doc/kmag/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kmag/Makefile" ;;
+- "doc/kmousetool/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kmousetool/Makefile" ;;
+- "doc/kmouth/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kmouth/Makefile" ;;
+- "doc/kttsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kttsd/Makefile" ;;
+- "kbstateapplet/Makefile" ) CONFIG_FILES="$CONFIG_FILES kbstateapplet/Makefile" ;;
+- "kbstateapplet/images/Makefile" ) CONFIG_FILES="$CONFIG_FILES kbstateapplet/images/Makefile" ;;
+- "kmag/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmag/Makefile" ;;
+- "kmousetool/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmousetool/Makefile" ;;
+- "kmousetool/kmousetool/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmousetool/kmousetool/Makefile" ;;
+- "kmousetool/kmousetool/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmousetool/kmousetool/pics/Makefile" ;;
+- "kmouth/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/Makefile" ;;
+- "kmouth/books/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/books/Makefile" ;;
+- "kmouth/icons/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/icons/Makefile" ;;
+- "kmouth/icons/app/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/icons/app/Makefile" ;;
+- "kmouth/icons/history/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/icons/history/Makefile" ;;
+- "kmouth/icons/phrase/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/icons/phrase/Makefile" ;;
+- "kmouth/icons/phrasebook/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/icons/phrasebook/Makefile" ;;
+- "kmouth/phrasebook/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/phrasebook/Makefile" ;;
+- "kmouth/wordcompletion/Makefile" ) CONFIG_FILES="$CONFIG_FILES kmouth/wordcompletion/Makefile" ;;
+- "ksayit/Makefile" ) CONFIG_FILES="$CONFIG_FILES ksayit/Makefile" ;;
+- "ksayit/Freeverb_plugin/Makefile" ) CONFIG_FILES="$CONFIG_FILES ksayit/Freeverb_plugin/Makefile" ;;
+- "ksayit/KTTSD_Lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES ksayit/KTTSD_Lib/Makefile" ;;
+- "ksayit/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES ksayit/src/Makefile" ;;
+- "kttsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/Makefile" ;;
+- "kttsd/app-plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/app-plugins/Makefile" ;;
+- "kttsd/app-plugins/kate/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/app-plugins/kate/Makefile" ;;
+- "kttsd/compat/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/compat/Makefile" ;;
+- "kttsd/compat/icons/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/compat/icons/Makefile" ;;
+- "kttsd/compat/interfaces/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/compat/interfaces/Makefile" ;;
+- "kttsd/compat/interfaces/kspeech/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/compat/interfaces/kspeech/Makefile" ;;
+- "kttsd/filters/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/filters/Makefile" ;;
+- "kttsd/filters/sbd/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/filters/sbd/Makefile" ;;
+- "kttsd/filters/stringreplacer/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/filters/stringreplacer/Makefile" ;;
+- "kttsd/filters/talkerchooser/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/filters/talkerchooser/Makefile" ;;
+- "kttsd/filters/xmltransformer/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/filters/xmltransformer/Makefile" ;;
+- "kttsd/icons/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/icons/Makefile" ;;
+- "kttsd/kcmkttsmgr/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/kcmkttsmgr/Makefile" ;;
+- "kttsd/kttsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/kttsd/Makefile" ;;
+- "kttsd/kttsjobmgr/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/kttsjobmgr/Makefile" ;;
+- "kttsd/kttsmgr/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/kttsmgr/Makefile" ;;
+- "kttsd/libkttsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/libkttsd/Makefile" ;;
+- "kttsd/players/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/players/Makefile" ;;
+- "kttsd/players/akodeplayer/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/players/akodeplayer/Makefile" ;;
+- "kttsd/players/alsaplayer/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/players/alsaplayer/Makefile" ;;
+- "kttsd/players/artsplayer/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/players/artsplayer/Makefile" ;;
+- "kttsd/players/gstplayer/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/players/gstplayer/Makefile" ;;
+- "kttsd/plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/plugins/Makefile" ;;
+- "kttsd/plugins/command/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/plugins/command/Makefile" ;;
+- "kttsd/plugins/epos/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/plugins/epos/Makefile" ;;
+- "kttsd/plugins/festivalint/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/plugins/festivalint/Makefile" ;;
+- "kttsd/plugins/flite/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/plugins/flite/Makefile" ;;
+- "kttsd/plugins/freetts/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/plugins/freetts/Makefile" ;;
+- "kttsd/plugins/hadifix/Makefile" ) CONFIG_FILES="$CONFIG_FILES kttsd/plugins/hadifix/Makefile" ;;
+- "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+- "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
++ case $ac_config_target in
++ "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
++ "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
++ "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
++ "IconThemes/Makefile") CONFIG_FILES="$CONFIG_FILES IconThemes/Makefile" ;;
++ "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
++ "doc/kmag/Makefile") CONFIG_FILES="$CONFIG_FILES doc/kmag/Makefile" ;;
++ "doc/kmousetool/Makefile") CONFIG_FILES="$CONFIG_FILES doc/kmousetool/Makefile" ;;
++ "doc/kmouth/Makefile") CONFIG_FILES="$CONFIG_FILES doc/kmouth/Makefile" ;;
++ "doc/kttsd/Makefile") CONFIG_FILES="$CONFIG_FILES doc/kttsd/Makefile" ;;
++ "kbstateapplet/Makefile") CONFIG_FILES="$CONFIG_FILES kbstateapplet/Makefile" ;;
++ "kbstateapplet/images/Makefile") CONFIG_FILES="$CONFIG_FILES kbstateapplet/images/Makefile" ;;
++ "kmag/Makefile") CONFIG_FILES="$CONFIG_FILES kmag/Makefile" ;;
++ "kmousetool/Makefile") CONFIG_FILES="$CONFIG_FILES kmousetool/Makefile" ;;
++ "kmousetool/kmousetool/Makefile") CONFIG_FILES="$CONFIG_FILES kmousetool/kmousetool/Makefile" ;;
++ "kmousetool/kmousetool/pics/Makefile") CONFIG_FILES="$CONFIG_FILES kmousetool/kmousetool/pics/Makefile" ;;
++ "kmouth/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/Makefile" ;;
++ "kmouth/books/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/books/Makefile" ;;
++ "kmouth/icons/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/icons/Makefile" ;;
++ "kmouth/icons/app/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/icons/app/Makefile" ;;
++ "kmouth/icons/history/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/icons/history/Makefile" ;;
++ "kmouth/icons/phrase/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/icons/phrase/Makefile" ;;
++ "kmouth/icons/phrasebook/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/icons/phrasebook/Makefile" ;;
++ "kmouth/phrasebook/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/phrasebook/Makefile" ;;
++ "kmouth/wordcompletion/Makefile") CONFIG_FILES="$CONFIG_FILES kmouth/wordcompletion/Makefile" ;;
++ "ksayit/Makefile") CONFIG_FILES="$CONFIG_FILES ksayit/Makefile" ;;
++ "ksayit/Freeverb_plugin/Makefile") CONFIG_FILES="$CONFIG_FILES ksayit/Freeverb_plugin/Makefile" ;;
++ "ksayit/KTTSD_Lib/Makefile") CONFIG_FILES="$CONFIG_FILES ksayit/KTTSD_Lib/Makefile" ;;
++ "ksayit/src/Makefile") CONFIG_FILES="$CONFIG_FILES ksayit/src/Makefile" ;;
++ "kttsd/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/Makefile" ;;
++ "kttsd/app-plugins/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/app-plugins/Makefile" ;;
++ "kttsd/app-plugins/kate/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/app-plugins/kate/Makefile" ;;
++ "kttsd/compat/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/compat/Makefile" ;;
++ "kttsd/compat/icons/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/compat/icons/Makefile" ;;
++ "kttsd/compat/interfaces/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/compat/interfaces/Makefile" ;;
++ "kttsd/compat/interfaces/kspeech/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/compat/interfaces/kspeech/Makefile" ;;
++ "kttsd/filters/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/filters/Makefile" ;;
++ "kttsd/filters/sbd/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/filters/sbd/Makefile" ;;
++ "kttsd/filters/stringreplacer/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/filters/stringreplacer/Makefile" ;;
++ "kttsd/filters/talkerchooser/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/filters/talkerchooser/Makefile" ;;
++ "kttsd/filters/xmltransformer/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/filters/xmltransformer/Makefile" ;;
++ "kttsd/icons/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/icons/Makefile" ;;
++ "kttsd/kcmkttsmgr/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/kcmkttsmgr/Makefile" ;;
++ "kttsd/kttsd/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/kttsd/Makefile" ;;
++ "kttsd/kttsjobmgr/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/kttsjobmgr/Makefile" ;;
++ "kttsd/kttsmgr/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/kttsmgr/Makefile" ;;
++ "kttsd/libkttsd/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/libkttsd/Makefile" ;;
++ "kttsd/players/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/players/Makefile" ;;
++ "kttsd/players/akodeplayer/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/players/akodeplayer/Makefile" ;;
++ "kttsd/players/alsaplayer/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/players/alsaplayer/Makefile" ;;
++ "kttsd/players/artsplayer/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/players/artsplayer/Makefile" ;;
++ "kttsd/players/gstplayer/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/players/gstplayer/Makefile" ;;
++ "kttsd/plugins/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/plugins/Makefile" ;;
++ "kttsd/plugins/command/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/plugins/command/Makefile" ;;
++ "kttsd/plugins/epos/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/plugins/epos/Makefile" ;;
++ "kttsd/plugins/festivalint/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/plugins/festivalint/Makefile" ;;
++ "kttsd/plugins/flite/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/plugins/flite/Makefile" ;;
++ "kttsd/plugins/freetts/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/plugins/freetts/Makefile" ;;
++ "kttsd/plugins/hadifix/Makefile") CONFIG_FILES="$CONFIG_FILES kttsd/plugins/hadifix/Makefile" ;;
++
+ *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
+ echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
+ { (exit 1); exit 1; }; };;
+ esac
+ done
+
++
+ # If the user did not use the arguments to specify the items to instantiate,
+ # then the envvar interface is used. Set only those that are not.
+ # We use the long form for the default assignment because of an extremely
+@@ -37191,551 +40101,743 @@
+ fi
+
+ # Have a temporary directory for convenience. Make it in the build tree
+-# simply because there is no reason to put it here, and in addition,
++# simply because there is no reason against having it here, and in addition,
+ # creating and moving files from /tmp can sometimes cause problems.
+-# Create a temporary directory, and hook for its removal unless debugging.
++# Hook for its removal unless debugging.
++# Note that there is a small window in which the directory will not be cleaned:
++# after its creation but before its name has been assigned to `$tmp'.
+ $debug ||
+ {
+- trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
++ tmp=
++ trap 'exit_status=$?
++ { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
++' 0
+ trap '{ (exit 1); exit 1; }' 1 2 13 15
+ }
+-
+ # Create a (secure) tmp directory for tmp files.
+
+ {
+- tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
++ tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
+ test -n "$tmp" && test -d "$tmp"
+ } ||
+ {
+- tmp=./confstat$$-$RANDOM
+- (umask 077 && mkdir $tmp)
++ tmp=./conf$$-$RANDOM
++ (umask 077 && mkdir "$tmp")
+ } ||
+ {
+ echo "$me: cannot create a temporary directory in ." >&2
+ { (exit 1); exit 1; }
+ }
+
+-_ACEOF
+-
+-cat >>$CONFIG_STATUS <<_ACEOF
+-
+ #
+-# CONFIG_FILES section.
++# Set up the sed scripts for CONFIG_FILES section.
+ #
+
+ # No need to generate the scripts if there are no CONFIG_FILES.
+ # This happens for instance when ./config.status config.h
+-if test -n "\$CONFIG_FILES"; then
+- # Protect against being on the right side of a sed subst in config.status.
+- sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
+- s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
+-s, at SHELL@,$SHELL,;t t
+-s, at PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
+-s, at PACKAGE_NAME@,$PACKAGE_NAME,;t t
+-s, at PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
+-s, at PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
+-s, at PACKAGE_STRING@,$PACKAGE_STRING,;t t
+-s, at PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
+-s, at exec_prefix@,$exec_prefix,;t t
+-s, at prefix@,$prefix,;t t
+-s, at program_transform_name@,$program_transform_name,;t t
+-s, at bindir@,$bindir,;t t
+-s, at sbindir@,$sbindir,;t t
+-s, at libexecdir@,$libexecdir,;t t
+-s, at datadir@,$datadir,;t t
+-s, at sysconfdir@,$sysconfdir,;t t
+-s, at sharedstatedir@,$sharedstatedir,;t t
+-s, at localstatedir@,$localstatedir,;t t
+-s, at libdir@,$libdir,;t t
+-s, at includedir@,$includedir,;t t
+-s, at oldincludedir@,$oldincludedir,;t t
+-s, at infodir@,$infodir,;t t
+-s, at mandir@,$mandir,;t t
+-s, at build_alias@,$build_alias,;t t
+-s, at host_alias@,$host_alias,;t t
+-s, at target_alias@,$target_alias,;t t
+-s, at DEFS@,$DEFS,;t t
+-s, at ECHO_C@,$ECHO_C,;t t
+-s, at ECHO_N@,$ECHO_N,;t t
+-s, at ECHO_T@,$ECHO_T,;t t
+-s, at LIBS@,$LIBS,;t t
+-s, at build@,$build,;t t
+-s, at build_cpu@,$build_cpu,;t t
+-s, at build_vendor@,$build_vendor,;t t
+-s, at build_os@,$build_os,;t t
+-s, at host@,$host,;t t
+-s, at host_cpu@,$host_cpu,;t t
+-s, at host_vendor@,$host_vendor,;t t
+-s, at host_os@,$host_os,;t t
+-s, at target@,$target,;t t
+-s, at target_cpu@,$target_cpu,;t t
+-s, at target_vendor@,$target_vendor,;t t
+-s, at target_os@,$target_os,;t t
+-s, at INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
+-s, at INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
+-s, at INSTALL_DATA@,$INSTALL_DATA,;t t
+-s, at CYGPATH_W@,$CYGPATH_W,;t t
+-s, at PACKAGE@,$PACKAGE,;t t
+-s, at VERSION@,$VERSION,;t t
+-s, at ACLOCAL@,$ACLOCAL,;t t
+-s, at AUTOCONF@,$AUTOCONF,;t t
+-s, at AUTOMAKE@,$AUTOMAKE,;t t
+-s, at AUTOHEADER@,$AUTOHEADER,;t t
+-s, at MAKEINFO@,$MAKEINFO,;t t
+-s, at install_sh@,$install_sh,;t t
+-s, at STRIP@,$STRIP,;t t
+-s, at ac_ct_STRIP@,$ac_ct_STRIP,;t t
+-s, at INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
+-s, at mkdir_p@,$mkdir_p,;t t
+-s, at AWK@,$AWK,;t t
+-s, at SET_MAKE@,$SET_MAKE,;t t
+-s, at am__leading_dot@,$am__leading_dot,;t t
+-s, at AMTAR@,$AMTAR,;t t
+-s, at am__tar@,$am__tar,;t t
+-s, at am__untar@,$am__untar,;t t
+-s, at KDECONFIG@,$KDECONFIG,;t t
+-s, at kde_libs_prefix@,$kde_libs_prefix,;t t
+-s, at kde_libs_htmldir@,$kde_libs_htmldir,;t t
+-s, at CONF_FILES@,$CONF_FILES,;t t
+-s, at CC@,$CC,;t t
+-s, at CFLAGS@,$CFLAGS,;t t
+-s, at LDFLAGS@,$LDFLAGS,;t t
+-s, at CPPFLAGS@,$CPPFLAGS,;t t
+-s, at ac_ct_CC@,$ac_ct_CC,;t t
+-s, at EXEEXT@,$EXEEXT,;t t
+-s, at OBJEXT@,$OBJEXT,;t t
+-s, at DEPDIR@,$DEPDIR,;t t
+-s, at am__include@,$am__include,;t t
+-s, at am__quote@,$am__quote,;t t
+-s, at AMDEP_TRUE@,$AMDEP_TRUE,;t t
+-s, at AMDEP_FALSE@,$AMDEP_FALSE,;t t
+-s, at AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
+-s, at CCDEPMODE@,$CCDEPMODE,;t t
+-s, at am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
+-s, at am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
+-s, at CPP@,$CPP,;t t
+-s, at CXX@,$CXX,;t t
+-s, at CXXFLAGS@,$CXXFLAGS,;t t
+-s, at ac_ct_CXX@,$ac_ct_CXX,;t t
+-s, at CXXDEPMODE@,$CXXDEPMODE,;t t
+-s, at am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
+-s, at am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
+-s, at WOVERLOADED_VIRTUAL@,$WOVERLOADED_VIRTUAL,;t t
+-s, at HAVE_GCC_VISIBILITY@,$HAVE_GCC_VISIBILITY,;t t
+-s, at unsermake_enable_pch_TRUE@,$unsermake_enable_pch_TRUE,;t t
+-s, at unsermake_enable_pch_FALSE@,$unsermake_enable_pch_FALSE,;t t
+-s, at USE_EXCEPTIONS@,$USE_EXCEPTIONS,;t t
+-s, at USE_RTTI@,$USE_RTTI,;t t
+-s, at CXXCPP@,$CXXCPP,;t t
+-s, at NOOPT_CXXFLAGS@,$NOOPT_CXXFLAGS,;t t
+-s, at NOOPT_CFLAGS@,$NOOPT_CFLAGS,;t t
+-s, at ENABLE_PERMISSIVE_FLAG@,$ENABLE_PERMISSIVE_FLAG,;t t
+-s, at LDFLAGS_AS_NEEDED@,$LDFLAGS_AS_NEEDED,;t t
+-s, at LDFLAGS_NEW_DTAGS@,$LDFLAGS_NEW_DTAGS,;t t
+-s, at KDE_USE_FINAL_TRUE@,$KDE_USE_FINAL_TRUE,;t t
+-s, at KDE_USE_FINAL_FALSE@,$KDE_USE_FINAL_FALSE,;t t
+-s, at KDE_USE_CLOSURE_TRUE@,$KDE_USE_CLOSURE_TRUE,;t t
+-s, at KDE_USE_CLOSURE_FALSE@,$KDE_USE_CLOSURE_FALSE,;t t
+-s, at KDE_NO_UNDEFINED@,$KDE_NO_UNDEFINED,;t t
+-s, at KDE_USE_NMCHECK_TRUE@,$KDE_USE_NMCHECK_TRUE,;t t
+-s, at KDE_USE_NMCHECK_FALSE@,$KDE_USE_NMCHECK_FALSE,;t t
+-s, at EGREP@,$EGREP,;t t
+-s, at LN_S@,$LN_S,;t t
+-s, at ECHO@,$ECHO,;t t
+-s, at AR@,$AR,;t t
+-s, at ac_ct_AR@,$ac_ct_AR,;t t
+-s, at RANLIB@,$RANLIB,;t t
+-s, at ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
+-s, at F77@,$F77,;t t
+-s, at FFLAGS@,$FFLAGS,;t t
+-s, at ac_ct_F77@,$ac_ct_F77,;t t
+-s, at LIBTOOL@,$LIBTOOL,;t t
+-s, at KDE_PLUGIN@,$KDE_PLUGIN,;t t
+-s, at KDE_CHECK_PLUGIN@,$KDE_CHECK_PLUGIN,;t t
+-s, at MSGFMT@,$MSGFMT,;t t
+-s, at GMSGFMT@,$GMSGFMT,;t t
+-s, at XGETTEXT@,$XGETTEXT,;t t
+-s, at LIBUTIL@,$LIBUTIL,;t t
+-s, at LIBCOMPAT@,$LIBCOMPAT,;t t
+-s, at LIBCRYPT@,$LIBCRYPT,;t t
+-s, at LIBRESOLV@,$LIBRESOLV,;t t
+-s, at LIB_POLL@,$LIB_POLL,;t t
+-s, at FRAMEWORK_COREAUDIO@,$FRAMEWORK_COREAUDIO,;t t
+-s, at LIBSOCKET@,$LIBSOCKET,;t t
+-s, at X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
+-s, at LIBUCB@,$LIBUCB,;t t
+-s, at LIBDL@,$LIBDL,;t t
+-s, at KDE_USE_FPIE@,$KDE_USE_FPIE,;t t
+-s, at KDE_USE_PIE@,$KDE_USE_PIE,;t t
+-s, at include_x11_TRUE@,$include_x11_TRUE,;t t
+-s, at include_x11_FALSE@,$include_x11_FALSE,;t t
+-s, at X_PRE_LIBS@,$X_PRE_LIBS,;t t
+-s, at LIB_X11@,$LIB_X11,;t t
+-s, at LIB_XRENDER@,$LIB_XRENDER,;t t
+-s, at LIBSM@,$LIBSM,;t t
+-s, at X_INCLUDES@,$X_INCLUDES,;t t
+-s, at X_LDFLAGS@,$X_LDFLAGS,;t t
+-s, at x_includes@,$x_includes,;t t
+-s, at x_libraries@,$x_libraries,;t t
+-s, at QTE_NORTTI@,$QTE_NORTTI,;t t
+-s, at LIB_XEXT@,$LIB_XEXT,;t t
+-s, at LIBPTHREAD@,$LIBPTHREAD,;t t
+-s, at USE_THREADS@,$USE_THREADS,;t t
+-s, at KDE_MT_LDFLAGS@,$KDE_MT_LDFLAGS,;t t
+-s, at KDE_MT_LIBS@,$KDE_MT_LIBS,;t t
+-s, at USER_INCLUDES@,$USER_INCLUDES,;t t
+-s, at USER_LDFLAGS@,$USER_LDFLAGS,;t t
+-s, at LIBZ@,$LIBZ,;t t
+-s, at LIBPNG@,$LIBPNG,;t t
+-s, at LIBJPEG@,$LIBJPEG,;t t
+-s, at qt_libraries@,$qt_libraries,;t t
+-s, at qt_includes@,$qt_includes,;t t
+-s, at QT_INCLUDES@,$QT_INCLUDES,;t t
+-s, at QT_LDFLAGS@,$QT_LDFLAGS,;t t
+-s, at PERL@,$PERL,;t t
+-s, at MOC@,$MOC,;t t
+-s, at UIC@,$UIC,;t t
+-s, at UIC_TR@,$UIC_TR,;t t
+-s, at LIB_QT@,$LIB_QT,;t t
+-s, at LIB_QPE@,$LIB_QPE,;t t
+-s, at kde_qtver@,$kde_qtver,;t t
+-s, at KDE_EXTRA_RPATH@,$KDE_EXTRA_RPATH,;t t
+-s, at KDE_RPATH@,$KDE_RPATH,;t t
+-s, at X_RPATH@,$X_RPATH,;t t
+-s, at kde_libraries@,$kde_libraries,;t t
+-s, at kde_includes@,$kde_includes,;t t
+-s, at KDE_LDFLAGS@,$KDE_LDFLAGS,;t t
+-s, at KDE_INCLUDES@,$KDE_INCLUDES,;t t
+-s, at all_includes@,$all_includes,;t t
+-s, at all_libraries@,$all_libraries,;t t
+-s, at AUTODIRS@,$AUTODIRS,;t t
+-s, at include_ARTS_TRUE@,$include_ARTS_TRUE,;t t
+-s, at include_ARTS_FALSE@,$include_ARTS_FALSE,;t t
+-s, at MAKEKDEWIDGETS@,$MAKEKDEWIDGETS,;t t
+-s, at KCONFIG_COMPILER@,$KCONFIG_COMPILER,;t t
+-s, at KCFG_DEPENDENCIES@,$KCFG_DEPENDENCIES,;t t
+-s, at DCOPIDLNG@,$DCOPIDLNG,;t t
+-s, at DCOPIDL@,$DCOPIDL,;t t
+-s, at DCOPIDL2CPP@,$DCOPIDL2CPP,;t t
+-s, at DCOP_DEPENDENCIES@,$DCOP_DEPENDENCIES,;t t
+-s, at MCOPIDL@,$MCOPIDL,;t t
+-s, at ARTSCCONFIG@,$ARTSCCONFIG,;t t
+-s, at MEINPROC@,$MEINPROC,;t t
+-s, at KDE_XSL_STYLESHEET@,$KDE_XSL_STYLESHEET,;t t
+-s, at XMLLINT@,$XMLLINT,;t t
+-s, at kde_htmldir@,$kde_htmldir,;t t
+-s, at kde_appsdir@,$kde_appsdir,;t t
+-s, at kde_icondir@,$kde_icondir,;t t
+-s, at kde_sounddir@,$kde_sounddir,;t t
+-s, at kde_datadir@,$kde_datadir,;t t
+-s, at kde_locale@,$kde_locale,;t t
+-s, at kde_confdir@,$kde_confdir,;t t
+-s, at kde_kcfgdir@,$kde_kcfgdir,;t t
+-s, at kde_mimedir@,$kde_mimedir,;t t
+-s, at kde_wallpaperdir@,$kde_wallpaperdir,;t t
+-s, at kde_bindir@,$kde_bindir,;t t
+-s, at xdg_appsdir@,$xdg_appsdir,;t t
+-s, at xdg_menudir@,$xdg_menudir,;t t
+-s, at xdg_directorydir@,$xdg_directorydir,;t t
+-s, at kde_templatesdir@,$kde_templatesdir,;t t
+-s, at kde_servicesdir@,$kde_servicesdir,;t t
+-s, at kde_servicetypesdir@,$kde_servicetypesdir,;t t
+-s, at kde_moduledir@,$kde_moduledir,;t t
+-s, at kdeinitdir@,$kdeinitdir,;t t
+-s, at kde_styledir@,$kde_styledir,;t t
+-s, at kde_widgetdir@,$kde_widgetdir,;t t
+-s, at LIB_KDED@,$LIB_KDED,;t t
+-s, at LIB_KDECORE@,$LIB_KDECORE,;t t
+-s, at LIB_KDEUI@,$LIB_KDEUI,;t t
+-s, at LIB_KIO@,$LIB_KIO,;t t
+-s, at LIB_KJS@,$LIB_KJS,;t t
+-s, at LIB_SMB@,$LIB_SMB,;t t
+-s, at LIB_KAB@,$LIB_KAB,;t t
+-s, at LIB_KABC@,$LIB_KABC,;t t
+-s, at LIB_KHTML@,$LIB_KHTML,;t t
+-s, at LIB_KSPELL@,$LIB_KSPELL,;t t
+-s, at LIB_KPARTS@,$LIB_KPARTS,;t t
+-s, at LIB_KDEPRINT@,$LIB_KDEPRINT,;t t
+-s, at LIB_KUTILS@,$LIB_KUTILS,;t t
+-s, at LIB_KDEPIM@,$LIB_KDEPIM,;t t
+-s, at LIB_KIMPROXY@,$LIB_KIMPROXY,;t t
+-s, at LIB_KNEWSTUFF@,$LIB_KNEWSTUFF,;t t
+-s, at LIB_KDNSSD@,$LIB_KDNSSD,;t t
+-s, at LIB_KUNITTEST@,$LIB_KUNITTEST,;t t
+-s, at LIB_KSYCOCA@,$LIB_KSYCOCA,;t t
+-s, at LIB_KFILE@,$LIB_KFILE,;t t
+-s, at LIB_KFM@,$LIB_KFM,;t t
+-s, at KTTS_KSPEECH_DIR@,$KTTS_KSPEECH_DIR,;t t
+-s, at KTTS_KSPEECH_INCLUDE@,$KTTS_KSPEECH_INCLUDE,;t t
+-s, at KTTS_INTERFACES_DIR@,$KTTS_INTERFACES_DIR,;t t
+-s, at include_ksayit_audio_plugins_TRUE@,$include_ksayit_audio_plugins_TRUE,;t t
+-s, at include_ksayit_audio_plugins_FALSE@,$include_ksayit_audio_plugins_FALSE,;t t
+-s, at PKG_CONFIG@,$PKG_CONFIG,;t t
+-s, at GST_CFLAGS@,$GST_CFLAGS,;t t
+-s, at GST_LIBS@,$GST_LIBS,;t t
+-s, at LDADD_GST@,$LDADD_GST,;t t
+-s, at LDFLAGS_GST@,$LDFLAGS_GST,;t t
+-s, at include_kttsd_gstplayer_TRUE@,$include_kttsd_gstplayer_TRUE,;t t
+-s, at include_kttsd_gstplayer_FALSE@,$include_kttsd_gstplayer_FALSE,;t t
+-s, at include_kttsd_artsplayer_TRUE@,$include_kttsd_artsplayer_TRUE,;t t
+-s, at include_kttsd_artsplayer_FALSE@,$include_kttsd_artsplayer_FALSE,;t t
+-s, at LIBASOUND@,$LIBASOUND,;t t
+-s, at ARTS_LIBASOUND@,$ARTS_LIBASOUND,;t t
+-s, at include_kttsd_alsaplayer_TRUE@,$include_kttsd_alsaplayer_TRUE,;t t
+-s, at include_kttsd_alsaplayer_FALSE@,$include_kttsd_alsaplayer_FALSE,;t t
+-s, at AKODE_CONFIG@,$AKODE_CONFIG,;t t
+-s, at akode_includes@,$akode_includes,;t t
+-s, at akode_libs@,$akode_libs,;t t
+-s, at include_kttsd_akodeplayer_TRUE@,$include_kttsd_akodeplayer_TRUE,;t t
+-s, at include_kttsd_akodeplayer_FALSE@,$include_kttsd_akodeplayer_FALSE,;t t
+-s, at KTTS_ICONS_DIR@,$KTTS_ICONS_DIR,;t t
+-s, at include_kttsd_command_TRUE@,$include_kttsd_command_TRUE,;t t
+-s, at include_kttsd_command_FALSE@,$include_kttsd_command_FALSE,;t t
+-s, at epos_bindir@,$epos_bindir,;t t
+-s, at include_kttsd_epos_TRUE@,$include_kttsd_epos_TRUE,;t t
+-s, at include_kttsd_epos_FALSE@,$include_kttsd_epos_FALSE,;t t
+-s, at festival_bindir@,$festival_bindir,;t t
+-s, at include_kttsd_festivalint_TRUE@,$include_kttsd_festivalint_TRUE,;t t
+-s, at include_kttsd_festivalint_FALSE@,$include_kttsd_festivalint_FALSE,;t t
+-s, at flite_bindir@,$flite_bindir,;t t
+-s, at include_kttsd_flite_TRUE@,$include_kttsd_flite_TRUE,;t t
+-s, at include_kttsd_flite_FALSE@,$include_kttsd_flite_FALSE,;t t
+-s, at freetts_bindir@,$freetts_bindir,;t t
+-s, at include_kttsd_freetts_TRUE@,$include_kttsd_freetts_TRUE,;t t
+-s, at include_kttsd_freetts_FALSE@,$include_kttsd_freetts_FALSE,;t t
+-s, at hadifix_mbrola_bin@,$hadifix_mbrola_bin,;t t
+-s, at hadifix_txt2pho_bin@,$hadifix_txt2pho_bin,;t t
+-s, at include_kttsd_hadifix_TRUE@,$include_kttsd_hadifix_TRUE,;t t
+-s, at include_kttsd_hadifix_FALSE@,$include_kttsd_hadifix_FALSE,;t t
+-s, at TOPSUBDIRS@,$TOPSUBDIRS,;t t
+-s, at IconThemes_SUBDIR_included_TRUE@,$IconThemes_SUBDIR_included_TRUE,;t t
+-s, at IconThemes_SUBDIR_included_FALSE@,$IconThemes_SUBDIR_included_FALSE,;t t
+-s, at doc_SUBDIR_included_TRUE@,$doc_SUBDIR_included_TRUE,;t t
+-s, at doc_SUBDIR_included_FALSE@,$doc_SUBDIR_included_FALSE,;t t
+-s, at kbstateapplet_SUBDIR_included_TRUE@,$kbstateapplet_SUBDIR_included_TRUE,;t t
+-s, at kbstateapplet_SUBDIR_included_FALSE@,$kbstateapplet_SUBDIR_included_FALSE,;t t
+-s, at kmag_SUBDIR_included_TRUE@,$kmag_SUBDIR_included_TRUE,;t t
+-s, at kmag_SUBDIR_included_FALSE@,$kmag_SUBDIR_included_FALSE,;t t
+-s, at kmousetool_SUBDIR_included_TRUE@,$kmousetool_SUBDIR_included_TRUE,;t t
+-s, at kmousetool_SUBDIR_included_FALSE@,$kmousetool_SUBDIR_included_FALSE,;t t
+-s, at kmouth_SUBDIR_included_TRUE@,$kmouth_SUBDIR_included_TRUE,;t t
+-s, at kmouth_SUBDIR_included_FALSE@,$kmouth_SUBDIR_included_FALSE,;t t
+-s, at ksayit_SUBDIR_included_TRUE@,$ksayit_SUBDIR_included_TRUE,;t t
+-s, at ksayit_SUBDIR_included_FALSE@,$ksayit_SUBDIR_included_FALSE,;t t
+-s, at kttsd_SUBDIR_included_TRUE@,$kttsd_SUBDIR_included_TRUE,;t t
+-s, at kttsd_SUBDIR_included_FALSE@,$kttsd_SUBDIR_included_FALSE,;t t
+-s, at LIBOBJS@,$LIBOBJS,;t t
+-s, at LTLIBOBJS@,$LTLIBOBJS,;t t
+-CEOF
+-
+-_ACEOF
+-
+- cat >>$CONFIG_STATUS <<\_ACEOF
+- # Split the substitutions into bite-sized pieces for seds with
+- # small command number limits, like on Digital OSF/1 and HP-UX.
+- ac_max_sed_lines=48
+- ac_sed_frag=1 # Number of current file.
+- ac_beg=1 # First line for current file.
+- ac_end=$ac_max_sed_lines # Line after last line for current file.
+- ac_more_lines=:
+- ac_sed_cmds=
+- while $ac_more_lines; do
+- if test $ac_beg -gt 1; then
+- sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
+- else
+- sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
+- fi
+- if test ! -s $tmp/subs.frag; then
+- ac_more_lines=false
+- else
+- # The purpose of the label and of the branching condition is to
+- # speed up the sed processing (if there are no `@' at all, there
+- # is no need to browse any of the substitutions).
+- # These are the two extra sed commands mentioned above.
+- (echo ':t
+- /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
+- if test -z "$ac_sed_cmds"; then
+- ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
+- else
+- ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
+- fi
+- ac_sed_frag=`expr $ac_sed_frag + 1`
+- ac_beg=$ac_end
+- ac_end=`expr $ac_end + $ac_max_sed_lines`
+- fi
+- done
+- if test -z "$ac_sed_cmds"; then
+- ac_sed_cmds=cat
++if test -n "$CONFIG_FILES"; then
++
++_ACEOF
++
++
++
++ac_delim='%!_!# '
++for ac_last_try in false false false false false :; do
++ cat >conf$$subs.sed <<_ACEOF
++SHELL!$SHELL$ac_delim
++PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
++PACKAGE_NAME!$PACKAGE_NAME$ac_delim
++PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
++PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
++PACKAGE_STRING!$PACKAGE_STRING$ac_delim
++PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
++exec_prefix!$exec_prefix$ac_delim
++prefix!$prefix$ac_delim
++program_transform_name!$program_transform_name$ac_delim
++bindir!$bindir$ac_delim
++sbindir!$sbindir$ac_delim
++libexecdir!$libexecdir$ac_delim
++datarootdir!$datarootdir$ac_delim
++datadir!$datadir$ac_delim
++sysconfdir!$sysconfdir$ac_delim
++sharedstatedir!$sharedstatedir$ac_delim
++localstatedir!$localstatedir$ac_delim
++includedir!$includedir$ac_delim
++oldincludedir!$oldincludedir$ac_delim
++docdir!$docdir$ac_delim
++infodir!$infodir$ac_delim
++htmldir!$htmldir$ac_delim
++dvidir!$dvidir$ac_delim
++pdfdir!$pdfdir$ac_delim
++psdir!$psdir$ac_delim
++libdir!$libdir$ac_delim
++localedir!$localedir$ac_delim
++mandir!$mandir$ac_delim
++DEFS!$DEFS$ac_delim
++ECHO_C!$ECHO_C$ac_delim
++ECHO_N!$ECHO_N$ac_delim
++ECHO_T!$ECHO_T$ac_delim
++LIBS!$LIBS$ac_delim
++build_alias!$build_alias$ac_delim
++host_alias!$host_alias$ac_delim
++target_alias!$target_alias$ac_delim
++build!$build$ac_delim
++build_cpu!$build_cpu$ac_delim
++build_vendor!$build_vendor$ac_delim
++build_os!$build_os$ac_delim
++host!$host$ac_delim
++host_cpu!$host_cpu$ac_delim
++host_vendor!$host_vendor$ac_delim
++host_os!$host_os$ac_delim
++target!$target$ac_delim
++target_cpu!$target_cpu$ac_delim
++target_vendor!$target_vendor$ac_delim
++target_os!$target_os$ac_delim
++INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
++INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
++INSTALL_DATA!$INSTALL_DATA$ac_delim
++CYGPATH_W!$CYGPATH_W$ac_delim
++PACKAGE!$PACKAGE$ac_delim
++VERSION!$VERSION$ac_delim
++ACLOCAL!$ACLOCAL$ac_delim
++AUTOCONF!$AUTOCONF$ac_delim
++AUTOMAKE!$AUTOMAKE$ac_delim
++AUTOHEADER!$AUTOHEADER$ac_delim
++MAKEINFO!$MAKEINFO$ac_delim
++install_sh!$install_sh$ac_delim
++STRIP!$STRIP$ac_delim
++INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
++mkdir_p!$mkdir_p$ac_delim
++AWK!$AWK$ac_delim
++SET_MAKE!$SET_MAKE$ac_delim
++am__leading_dot!$am__leading_dot$ac_delim
++AMTAR!$AMTAR$ac_delim
++am__tar!$am__tar$ac_delim
++am__untar!$am__untar$ac_delim
++MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
++MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
++MAINT!$MAINT$ac_delim
++KDECONFIG!$KDECONFIG$ac_delim
++kde_libs_prefix!$kde_libs_prefix$ac_delim
++kde_libs_htmldir!$kde_libs_htmldir$ac_delim
++CONF_FILES!$CONF_FILES$ac_delim
++CC!$CC$ac_delim
++CFLAGS!$CFLAGS$ac_delim
++LDFLAGS!$LDFLAGS$ac_delim
++CPPFLAGS!$CPPFLAGS$ac_delim
++ac_ct_CC!$ac_ct_CC$ac_delim
++EXEEXT!$EXEEXT$ac_delim
++OBJEXT!$OBJEXT$ac_delim
++DEPDIR!$DEPDIR$ac_delim
++am__include!$am__include$ac_delim
++am__quote!$am__quote$ac_delim
++AMDEP_TRUE!$AMDEP_TRUE$ac_delim
++AMDEP_FALSE!$AMDEP_FALSE$ac_delim
++AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
++CCDEPMODE!$CCDEPMODE$ac_delim
++am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
++am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
++CPP!$CPP$ac_delim
++CXX!$CXX$ac_delim
++CXXFLAGS!$CXXFLAGS$ac_delim
++ac_ct_CXX!$ac_ct_CXX$ac_delim
++_ACEOF
++
++ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
++ break
++ elif $ac_last_try; then
++ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
++echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
++ { (exit 1); exit 1; }; }
++ else
++ ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+ fi
+-fi # test -n "$CONFIG_FILES"
++done
++
++ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
++if test -n "$ac_eof"; then
++ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
++ ac_eof=`expr $ac_eof + 1`
++fi
++
++cat >>$CONFIG_STATUS <<_ACEOF
++cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
++/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
++_ACEOF
++sed '
++s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
++s/^/s,@/; s/!/@,|#_!!_#|/
++:n
++t n
++s/'"$ac_delim"'$/,g/; t
++s/$/\\/; p
++N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
++' >>$CONFIG_STATUS <conf$$subs.sed
++rm -f conf$$subs.sed
++cat >>$CONFIG_STATUS <<_ACEOF
++CEOF$ac_eof
++_ACEOF
++
++
++ac_delim='%!_!# '
++for ac_last_try in false false false false false :; do
++ cat >conf$$subs.sed <<_ACEOF
++CXXDEPMODE!$CXXDEPMODE$ac_delim
++am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
++am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
++WOVERLOADED_VIRTUAL!$WOVERLOADED_VIRTUAL$ac_delim
++HAVE_GCC_VISIBILITY!$HAVE_GCC_VISIBILITY$ac_delim
++unsermake_enable_pch_TRUE!$unsermake_enable_pch_TRUE$ac_delim
++unsermake_enable_pch_FALSE!$unsermake_enable_pch_FALSE$ac_delim
++USE_EXCEPTIONS!$USE_EXCEPTIONS$ac_delim
++USE_RTTI!$USE_RTTI$ac_delim
++CXXCPP!$CXXCPP$ac_delim
++NOOPT_CXXFLAGS!$NOOPT_CXXFLAGS$ac_delim
++NOOPT_CFLAGS!$NOOPT_CFLAGS$ac_delim
++ENABLE_PERMISSIVE_FLAG!$ENABLE_PERMISSIVE_FLAG$ac_delim
++LDFLAGS_AS_NEEDED!$LDFLAGS_AS_NEEDED$ac_delim
++LDFLAGS_NEW_DTAGS!$LDFLAGS_NEW_DTAGS$ac_delim
++KDE_USE_FINAL_TRUE!$KDE_USE_FINAL_TRUE$ac_delim
++KDE_USE_FINAL_FALSE!$KDE_USE_FINAL_FALSE$ac_delim
++KDE_USE_CLOSURE_TRUE!$KDE_USE_CLOSURE_TRUE$ac_delim
++KDE_USE_CLOSURE_FALSE!$KDE_USE_CLOSURE_FALSE$ac_delim
++KDE_NO_UNDEFINED!$KDE_NO_UNDEFINED$ac_delim
++KDE_USE_NMCHECK_TRUE!$KDE_USE_NMCHECK_TRUE$ac_delim
++KDE_USE_NMCHECK_FALSE!$KDE_USE_NMCHECK_FALSE$ac_delim
++GREP!$GREP$ac_delim
++EGREP!$EGREP$ac_delim
++LN_S!$LN_S$ac_delim
++ECHO!$ECHO$ac_delim
++AR!$AR$ac_delim
++RANLIB!$RANLIB$ac_delim
++F77!$F77$ac_delim
++FFLAGS!$FFLAGS$ac_delim
++ac_ct_F77!$ac_ct_F77$ac_delim
++LIBTOOL!$LIBTOOL$ac_delim
++KDE_PLUGIN!$KDE_PLUGIN$ac_delim
++KDE_CHECK_PLUGIN!$KDE_CHECK_PLUGIN$ac_delim
++MSGFMT!$MSGFMT$ac_delim
++GMSGFMT!$GMSGFMT$ac_delim
++XGETTEXT!$XGETTEXT$ac_delim
++LIBUTIL!$LIBUTIL$ac_delim
++LIBCOMPAT!$LIBCOMPAT$ac_delim
++LIBCRYPT!$LIBCRYPT$ac_delim
++LIBRESOLV!$LIBRESOLV$ac_delim
++LIB_POLL!$LIB_POLL$ac_delim
++FRAMEWORK_COREAUDIO!$FRAMEWORK_COREAUDIO$ac_delim
++LIBSOCKET!$LIBSOCKET$ac_delim
++X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
++LIBUCB!$LIBUCB$ac_delim
++LIBDL!$LIBDL$ac_delim
++KDE_USE_FPIE!$KDE_USE_FPIE$ac_delim
++KDE_USE_PIE!$KDE_USE_PIE$ac_delim
++include_x11_TRUE!$include_x11_TRUE$ac_delim
++include_x11_FALSE!$include_x11_FALSE$ac_delim
++XMKMF!$XMKMF$ac_delim
++X_PRE_LIBS!$X_PRE_LIBS$ac_delim
++LIB_X11!$LIB_X11$ac_delim
++LIB_XRENDER!$LIB_XRENDER$ac_delim
++LIBSM!$LIBSM$ac_delim
++X_INCLUDES!$X_INCLUDES$ac_delim
++X_LDFLAGS!$X_LDFLAGS$ac_delim
++x_includes!$x_includes$ac_delim
++x_libraries!$x_libraries$ac_delim
++QTE_NORTTI!$QTE_NORTTI$ac_delim
++LIB_XEXT!$LIB_XEXT$ac_delim
++LIBPTHREAD!$LIBPTHREAD$ac_delim
++USE_THREADS!$USE_THREADS$ac_delim
++KDE_MT_LDFLAGS!$KDE_MT_LDFLAGS$ac_delim
++KDE_MT_LIBS!$KDE_MT_LIBS$ac_delim
++USER_INCLUDES!$USER_INCLUDES$ac_delim
++USER_LDFLAGS!$USER_LDFLAGS$ac_delim
++LIBZ!$LIBZ$ac_delim
++LIBPNG!$LIBPNG$ac_delim
++LIBJPEG!$LIBJPEG$ac_delim
++qt_libraries!$qt_libraries$ac_delim
++qt_includes!$qt_includes$ac_delim
++QT_INCLUDES!$QT_INCLUDES$ac_delim
++QT_LDFLAGS!$QT_LDFLAGS$ac_delim
++PERL!$PERL$ac_delim
++MOC!$MOC$ac_delim
++UIC!$UIC$ac_delim
++UIC_TR!$UIC_TR$ac_delim
++LIB_QT!$LIB_QT$ac_delim
++LIB_QPE!$LIB_QPE$ac_delim
++kde_qtver!$kde_qtver$ac_delim
++KDE_EXTRA_RPATH!$KDE_EXTRA_RPATH$ac_delim
++KDE_RPATH!$KDE_RPATH$ac_delim
++X_RPATH!$X_RPATH$ac_delim
++kde_libraries!$kde_libraries$ac_delim
++kde_includes!$kde_includes$ac_delim
++KDE_LDFLAGS!$KDE_LDFLAGS$ac_delim
++KDE_INCLUDES!$KDE_INCLUDES$ac_delim
++all_includes!$all_includes$ac_delim
++all_libraries!$all_libraries$ac_delim
++AUTODIRS!$AUTODIRS$ac_delim
++include_ARTS_TRUE!$include_ARTS_TRUE$ac_delim
++include_ARTS_FALSE!$include_ARTS_FALSE$ac_delim
++MAKEKDEWIDGETS!$MAKEKDEWIDGETS$ac_delim
++KCONFIG_COMPILER!$KCONFIG_COMPILER$ac_delim
++KCFG_DEPENDENCIES!$KCFG_DEPENDENCIES$ac_delim
++_ACEOF
++
++ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
++ break
++ elif $ac_last_try; then
++ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
++echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
++ { (exit 1); exit 1; }; }
++ else
++ ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
++ fi
++done
++
++ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
++if test -n "$ac_eof"; then
++ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
++ ac_eof=`expr $ac_eof + 1`
++fi
++
++cat >>$CONFIG_STATUS <<_ACEOF
++cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
++/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
++_ACEOF
++sed '
++s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
++s/^/s,@/; s/!/@,|#_!!_#|/
++:n
++t n
++s/'"$ac_delim"'$/,g/; t
++s/$/\\/; p
++N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
++' >>$CONFIG_STATUS <conf$$subs.sed
++rm -f conf$$subs.sed
++cat >>$CONFIG_STATUS <<_ACEOF
++CEOF$ac_eof
++_ACEOF
++
+
++ac_delim='%!_!# '
++for ac_last_try in false false false false false :; do
++ cat >conf$$subs.sed <<_ACEOF
++DCOPIDLNG!$DCOPIDLNG$ac_delim
++DCOPIDL!$DCOPIDL$ac_delim
++DCOPIDL2CPP!$DCOPIDL2CPP$ac_delim
++DCOP_DEPENDENCIES!$DCOP_DEPENDENCIES$ac_delim
++MCOPIDL!$MCOPIDL$ac_delim
++ARTSCCONFIG!$ARTSCCONFIG$ac_delim
++MEINPROC!$MEINPROC$ac_delim
++KDE_XSL_STYLESHEET!$KDE_XSL_STYLESHEET$ac_delim
++XMLLINT!$XMLLINT$ac_delim
++kde_htmldir!$kde_htmldir$ac_delim
++kde_appsdir!$kde_appsdir$ac_delim
++kde_icondir!$kde_icondir$ac_delim
++kde_sounddir!$kde_sounddir$ac_delim
++kde_datadir!$kde_datadir$ac_delim
++kde_locale!$kde_locale$ac_delim
++kde_confdir!$kde_confdir$ac_delim
++kde_kcfgdir!$kde_kcfgdir$ac_delim
++kde_mimedir!$kde_mimedir$ac_delim
++kde_wallpaperdir!$kde_wallpaperdir$ac_delim
++kde_bindir!$kde_bindir$ac_delim
++xdg_appsdir!$xdg_appsdir$ac_delim
++xdg_menudir!$xdg_menudir$ac_delim
++xdg_directorydir!$xdg_directorydir$ac_delim
++kde_templatesdir!$kde_templatesdir$ac_delim
++kde_servicesdir!$kde_servicesdir$ac_delim
++kde_servicetypesdir!$kde_servicetypesdir$ac_delim
++kde_moduledir!$kde_moduledir$ac_delim
++kdeinitdir!$kdeinitdir$ac_delim
++kde_styledir!$kde_styledir$ac_delim
++kde_widgetdir!$kde_widgetdir$ac_delim
++LIB_KDED!$LIB_KDED$ac_delim
++LIB_KDECORE!$LIB_KDECORE$ac_delim
++LIB_KDEUI!$LIB_KDEUI$ac_delim
++LIB_KIO!$LIB_KIO$ac_delim
++LIB_KJS!$LIB_KJS$ac_delim
++LIB_SMB!$LIB_SMB$ac_delim
++LIB_KAB!$LIB_KAB$ac_delim
++LIB_KABC!$LIB_KABC$ac_delim
++LIB_KHTML!$LIB_KHTML$ac_delim
++LIB_KSPELL!$LIB_KSPELL$ac_delim
++LIB_KPARTS!$LIB_KPARTS$ac_delim
++LIB_KDEPRINT!$LIB_KDEPRINT$ac_delim
++LIB_KUTILS!$LIB_KUTILS$ac_delim
++LIB_KDEPIM!$LIB_KDEPIM$ac_delim
++LIB_KIMPROXY!$LIB_KIMPROXY$ac_delim
++LIB_KNEWSTUFF!$LIB_KNEWSTUFF$ac_delim
++LIB_KDNSSD!$LIB_KDNSSD$ac_delim
++LIB_KUNITTEST!$LIB_KUNITTEST$ac_delim
++LIB_KSYCOCA!$LIB_KSYCOCA$ac_delim
++LIB_KFILE!$LIB_KFILE$ac_delim
++LIB_KFM!$LIB_KFM$ac_delim
++KTTS_KSPEECH_DIR!$KTTS_KSPEECH_DIR$ac_delim
++KTTS_KSPEECH_INCLUDE!$KTTS_KSPEECH_INCLUDE$ac_delim
++KTTS_INTERFACES_DIR!$KTTS_INTERFACES_DIR$ac_delim
++include_ksayit_audio_plugins_TRUE!$include_ksayit_audio_plugins_TRUE$ac_delim
++include_ksayit_audio_plugins_FALSE!$include_ksayit_audio_plugins_FALSE$ac_delim
++PKG_CONFIG!$PKG_CONFIG$ac_delim
++GST_CFLAGS!$GST_CFLAGS$ac_delim
++GST_LIBS!$GST_LIBS$ac_delim
++LDADD_GST!$LDADD_GST$ac_delim
++LDFLAGS_GST!$LDFLAGS_GST$ac_delim
++include_kttsd_gstplayer_TRUE!$include_kttsd_gstplayer_TRUE$ac_delim
++include_kttsd_gstplayer_FALSE!$include_kttsd_gstplayer_FALSE$ac_delim
++include_kttsd_artsplayer_TRUE!$include_kttsd_artsplayer_TRUE$ac_delim
++include_kttsd_artsplayer_FALSE!$include_kttsd_artsplayer_FALSE$ac_delim
++LIBASOUND!$LIBASOUND$ac_delim
++ARTS_LIBASOUND!$ARTS_LIBASOUND$ac_delim
++include_kttsd_alsaplayer_TRUE!$include_kttsd_alsaplayer_TRUE$ac_delim
++include_kttsd_alsaplayer_FALSE!$include_kttsd_alsaplayer_FALSE$ac_delim
++AKODE_CONFIG!$AKODE_CONFIG$ac_delim
++akode_includes!$akode_includes$ac_delim
++akode_libs!$akode_libs$ac_delim
++include_kttsd_akodeplayer_TRUE!$include_kttsd_akodeplayer_TRUE$ac_delim
++include_kttsd_akodeplayer_FALSE!$include_kttsd_akodeplayer_FALSE$ac_delim
++KTTS_ICONS_DIR!$KTTS_ICONS_DIR$ac_delim
++include_kttsd_command_TRUE!$include_kttsd_command_TRUE$ac_delim
++include_kttsd_command_FALSE!$include_kttsd_command_FALSE$ac_delim
++epos_bindir!$epos_bindir$ac_delim
++include_kttsd_epos_TRUE!$include_kttsd_epos_TRUE$ac_delim
++include_kttsd_epos_FALSE!$include_kttsd_epos_FALSE$ac_delim
++festival_bindir!$festival_bindir$ac_delim
++include_kttsd_festivalint_TRUE!$include_kttsd_festivalint_TRUE$ac_delim
++include_kttsd_festivalint_FALSE!$include_kttsd_festivalint_FALSE$ac_delim
++flite_bindir!$flite_bindir$ac_delim
++include_kttsd_flite_TRUE!$include_kttsd_flite_TRUE$ac_delim
++include_kttsd_flite_FALSE!$include_kttsd_flite_FALSE$ac_delim
++freetts_bindir!$freetts_bindir$ac_delim
++include_kttsd_freetts_TRUE!$include_kttsd_freetts_TRUE$ac_delim
++include_kttsd_freetts_FALSE!$include_kttsd_freetts_FALSE$ac_delim
++hadifix_mbrola_bin!$hadifix_mbrola_bin$ac_delim
++hadifix_txt2pho_bin!$hadifix_txt2pho_bin$ac_delim
++include_kttsd_hadifix_TRUE!$include_kttsd_hadifix_TRUE$ac_delim
++include_kttsd_hadifix_FALSE!$include_kttsd_hadifix_FALSE$ac_delim
++TOPSUBDIRS!$TOPSUBDIRS$ac_delim
++IconThemes_SUBDIR_included_TRUE!$IconThemes_SUBDIR_included_TRUE$ac_delim
++IconThemes_SUBDIR_included_FALSE!$IconThemes_SUBDIR_included_FALSE$ac_delim
++doc_SUBDIR_included_TRUE!$doc_SUBDIR_included_TRUE$ac_delim
+ _ACEOF
++
++ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
++ break
++ elif $ac_last_try; then
++ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
++echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
++ { (exit 1); exit 1; }; }
++ else
++ ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
++ fi
++done
++
++ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
++if test -n "$ac_eof"; then
++ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
++ ac_eof=`expr $ac_eof + 1`
++fi
++
++cat >>$CONFIG_STATUS <<_ACEOF
++cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
++/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
++_ACEOF
++sed '
++s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
++s/^/s,@/; s/!/@,|#_!!_#|/
++:n
++t n
++s/'"$ac_delim"'$/,g/; t
++s/$/\\/; p
++N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
++' >>$CONFIG_STATUS <conf$$subs.sed
++rm -f conf$$subs.sed
++cat >>$CONFIG_STATUS <<_ACEOF
++CEOF$ac_eof
++_ACEOF
++
++
++ac_delim='%!_!# '
++for ac_last_try in false false false false false :; do
++ cat >conf$$subs.sed <<_ACEOF
++doc_SUBDIR_included_FALSE!$doc_SUBDIR_included_FALSE$ac_delim
++kbstateapplet_SUBDIR_included_TRUE!$kbstateapplet_SUBDIR_included_TRUE$ac_delim
++kbstateapplet_SUBDIR_included_FALSE!$kbstateapplet_SUBDIR_included_FALSE$ac_delim
++kmag_SUBDIR_included_TRUE!$kmag_SUBDIR_included_TRUE$ac_delim
++kmag_SUBDIR_included_FALSE!$kmag_SUBDIR_included_FALSE$ac_delim
++kmousetool_SUBDIR_included_TRUE!$kmousetool_SUBDIR_included_TRUE$ac_delim
++kmousetool_SUBDIR_included_FALSE!$kmousetool_SUBDIR_included_FALSE$ac_delim
++kmouth_SUBDIR_included_TRUE!$kmouth_SUBDIR_included_TRUE$ac_delim
++kmouth_SUBDIR_included_FALSE!$kmouth_SUBDIR_included_FALSE$ac_delim
++ksayit_SUBDIR_included_TRUE!$ksayit_SUBDIR_included_TRUE$ac_delim
++ksayit_SUBDIR_included_FALSE!$ksayit_SUBDIR_included_FALSE$ac_delim
++kttsd_SUBDIR_included_TRUE!$kttsd_SUBDIR_included_TRUE$ac_delim
++kttsd_SUBDIR_included_FALSE!$kttsd_SUBDIR_included_FALSE$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` = 15; then
++ break
++ elif $ac_last_try; then
++ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
++echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
++ { (exit 1); exit 1; }; }
++ else
++ ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
++ fi
++done
++
++ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
++if test -n "$ac_eof"; then
++ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
++ ac_eof=`expr $ac_eof + 1`
++fi
++
++cat >>$CONFIG_STATUS <<_ACEOF
++cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof
++/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
++_ACEOF
++sed '
++s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
++s/^/s,@/; s/!/@,|#_!!_#|/
++:n
++t n
++s/'"$ac_delim"'$/,g/; t
++s/$/\\/; p
++N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
++' >>$CONFIG_STATUS <conf$$subs.sed
++rm -f conf$$subs.sed
++cat >>$CONFIG_STATUS <<_ACEOF
++:end
++s/|#_!!_#|//g
++CEOF$ac_eof
++_ACEOF
++
++
++# VPATH may cause trouble with some makes, so we remove $(srcdir),
++# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
++# trailing colons and then remove the whole line if VPATH becomes empty
++# (actually we leave an empty line to preserve line numbers).
++if test "x$srcdir" = x.; then
++ ac_vpsub='/^[ ]*VPATH[ ]*=/{
++s/:*\$(srcdir):*/:/
++s/:*\${srcdir}:*/:/
++s/:*@srcdir@:*/:/
++s/^\([^=]*=[ ]*\):*/\1/
++s/:*$//
++s/^[^=]*=[ ]*$//
++}'
++fi
++
+ cat >>$CONFIG_STATUS <<\_ACEOF
+-for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
+- # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
+- case $ac_file in
+- - | *:- | *:-:* ) # input from stdin
+- cat >$tmp/stdin
+- ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
+- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
+- *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
+- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
+- * ) ac_file_in=$ac_file.in ;;
++fi # test -n "$CONFIG_FILES"
++
++
++for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
++do
++ case $ac_tag in
++ :[FHLC]) ac_mode=$ac_tag; continue;;
++ esac
++ case $ac_mode$ac_tag in
++ :[FHL]*:*);;
++ :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
++echo "$as_me: error: Invalid tag $ac_tag." >&2;}
++ { (exit 1); exit 1; }; };;
++ :[FH]-) ac_tag=-:-;;
++ :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
++ esac
++ ac_save_IFS=$IFS
++ IFS=:
++ set x $ac_tag
++ IFS=$ac_save_IFS
++ shift
++ ac_file=$1
++ shift
++
++ case $ac_mode in
++ :L) ac_source=$1;;
++ :[FH])
++ ac_file_inputs=
++ for ac_f
++ do
++ case $ac_f in
++ -) ac_f="$tmp/stdin";;
++ *) # Look for the file first in the build tree, then in the source tree
++ # (if the path is not absolute). The absolute path cannot be DOS-style,
++ # because $ac_f cannot contain `:'.
++ test -f "$ac_f" ||
++ case $ac_f in
++ [\\/$]*) false;;
++ *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
++ esac ||
++ { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
++echo "$as_me: error: cannot find input file: $ac_f" >&2;}
++ { (exit 1); exit 1; }; };;
++ esac
++ ac_file_inputs="$ac_file_inputs $ac_f"
++ done
++
++ # Let's still pretend it is `configure' which instantiates (i.e., don't
++ # use $as_me), people would be surprised to read:
++ # /* config.h. Generated by config.status. */
++ configure_input="Generated from "`IFS=:
++ echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
++ if test x"$ac_file" != x-; then
++ configure_input="$ac_file. $configure_input"
++ { echo "$as_me:$LINENO: creating $ac_file" >&5
++echo "$as_me: creating $ac_file" >&6;}
++ fi
++
++ case $ac_tag in
++ *:-:* | *:-) cat >"$tmp/stdin";;
++ esac
++ ;;
+ esac
+
+- # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
+- ac_dir=`(dirname "$ac_file") 2>/dev/null ||
++ ac_dir=`$as_dirname -- "$ac_file" ||
+ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$ac_file" : 'X\(//\)[^/]' \| \
+ X"$ac_file" : 'X\(//\)$' \| \
+- X"$ac_file" : 'X\(/\)' \| \
+- . : '\(.\)' 2>/dev/null ||
++ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
+ echo X"$ac_file" |
+- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+- /^X\(\/\/\)$/{ s//\1/; q; }
+- /^X\(\/\).*/{ s//\1/; q; }
+- s/.*/./; q'`
+- { if $as_mkdir_p; then
+- mkdir -p "$ac_dir"
+- else
+- as_dir="$ac_dir"
++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
++ s//\1/
++ q
++ }
++ /^X\(\/\/\)[^/].*/{
++ s//\1/
++ q
++ }
++ /^X\(\/\/\)$/{
++ s//\1/
++ q
++ }
++ /^X\(\/\).*/{
++ s//\1/
++ q
++ }
++ s/.*/./; q'`
++ { as_dir="$ac_dir"
++ case $as_dir in #(
++ -*) as_dir=./$as_dir;;
++ esac
++ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
+ as_dirs=
+- while test ! -d "$as_dir"; do
+- as_dirs="$as_dir $as_dirs"
+- as_dir=`(dirname "$as_dir") 2>/dev/null ||
++ while :; do
++ case $as_dir in #(
++ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
++ *) as_qdir=$as_dir;;
++ esac
++ as_dirs="'$as_qdir' $as_dirs"
++ as_dir=`$as_dirname -- "$as_dir" ||
+ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$as_dir" : 'X\(//\)[^/]' \| \
+ X"$as_dir" : 'X\(//\)$' \| \
+- X"$as_dir" : 'X\(/\)' \| \
+- . : '\(.\)' 2>/dev/null ||
++ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+ echo X"$as_dir" |
+- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+- /^X\(\/\/\)$/{ s//\1/; q; }
+- /^X\(\/\).*/{ s//\1/; q; }
+- s/.*/./; q'`
++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
++ s//\1/
++ q
++ }
++ /^X\(\/\/\)[^/].*/{
++ s//\1/
++ q
++ }
++ /^X\(\/\/\)$/{
++ s//\1/
++ q
++ }
++ /^X\(\/\).*/{
++ s//\1/
++ q
++ }
++ s/.*/./; q'`
++ test -d "$as_dir" && break
+ done
+- test ! -n "$as_dirs" || mkdir $as_dirs
+- fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
+-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
++ test -z "$as_dirs" || eval "mkdir $as_dirs"
++ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
++echo "$as_me: error: cannot create directory $as_dir" >&2;}
+ { (exit 1); exit 1; }; }; }
+-
+ ac_builddir=.
+
+-if test "$ac_dir" != .; then
++case "$ac_dir" in
++.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
++*)
+ ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
+- # A "../" for each directory in $ac_dir_suffix.
+- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
+-else
+- ac_dir_suffix= ac_top_builddir=
+-fi
++ # A ".." for each directory in $ac_dir_suffix.
++ ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
++ case $ac_top_builddir_sub in
++ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
++ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
++ esac ;;
++esac
++ac_abs_top_builddir=$ac_pwd
++ac_abs_builddir=$ac_pwd$ac_dir_suffix
++# for backward compatibility:
++ac_top_builddir=$ac_top_build_prefix
+
+ case $srcdir in
+- .) # No --srcdir option. We are building in place.
++ .) # We are building in place.
+ ac_srcdir=.
+- if test -z "$ac_top_builddir"; then
+- ac_top_srcdir=.
+- else
+- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
+- fi ;;
+- [\\/]* | ?:[\\/]* ) # Absolute path.
++ ac_top_srcdir=$ac_top_builddir_sub
++ ac_abs_top_srcdir=$ac_pwd ;;
++ [\\/]* | ?:[\\/]* ) # Absolute name.
+ ac_srcdir=$srcdir$ac_dir_suffix;
+- ac_top_srcdir=$srcdir ;;
+- *) # Relative path.
+- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
+- ac_top_srcdir=$ac_top_builddir$srcdir ;;
++ ac_top_srcdir=$srcdir
++ ac_abs_top_srcdir=$srcdir ;;
++ *) # Relative name.
++ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
++ ac_top_srcdir=$ac_top_build_prefix$srcdir
++ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+ esac
++ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+-# Do not use `cd foo && pwd` to compute absolute paths, because
+-# the directories may not exist.
+-case `pwd` in
+-.) ac_abs_builddir="$ac_dir";;
+-*)
+- case "$ac_dir" in
+- .) ac_abs_builddir=`pwd`;;
+- [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
+- *) ac_abs_builddir=`pwd`/"$ac_dir";;
+- esac;;
+-esac
+-case $ac_abs_builddir in
+-.) ac_abs_top_builddir=${ac_top_builddir}.;;
+-*)
+- case ${ac_top_builddir}. in
+- .) ac_abs_top_builddir=$ac_abs_builddir;;
+- [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
+- *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
+- esac;;
+-esac
+-case $ac_abs_builddir in
+-.) ac_abs_srcdir=$ac_srcdir;;
+-*)
+- case $ac_srcdir in
+- .) ac_abs_srcdir=$ac_abs_builddir;;
+- [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
+- *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
+- esac;;
+-esac
+-case $ac_abs_builddir in
+-.) ac_abs_top_srcdir=$ac_top_srcdir;;
+-*)
+- case $ac_top_srcdir in
+- .) ac_abs_top_srcdir=$ac_abs_builddir;;
+- [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
+- *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
+- esac;;
+-esac
+
++ case $ac_mode in
++ :F)
++ #
++ # CONFIG_FILE
++ #
+
+ case $INSTALL in
+ [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
+- *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
++ *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
+ esac
++_ACEOF
+
+- if test x"$ac_file" != x-; then
+- { echo "$as_me:$LINENO: creating $ac_file" >&5
+-echo "$as_me: creating $ac_file" >&6;}
+- rm -f "$ac_file"
+- fi
+- # Let's still pretend it is `configure' which instantiates (i.e., don't
+- # use $as_me), people would be surprised to read:
+- # /* config.h. Generated by config.status. */
+- if test x"$ac_file" = x-; then
+- configure_input=
+- else
+- configure_input="$ac_file. "
+- fi
+- configure_input=$configure_input"Generated from `echo $ac_file_in |
+- sed 's,.*/,,'` by configure."
+-
+- # First look for the input files in the build tree, otherwise in the
+- # src tree.
+- ac_file_inputs=`IFS=:
+- for f in $ac_file_in; do
+- case $f in
+- -) echo $tmp/stdin ;;
+- [\\/$]*)
+- # Absolute (can't be DOS-style, as IFS=:)
+- test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
+-echo "$as_me: error: cannot find input file: $f" >&2;}
+- { (exit 1); exit 1; }; }
+- echo "$f";;
+- *) # Relative
+- if test -f "$f"; then
+- # Build tree
+- echo "$f"
+- elif test -f "$srcdir/$f"; then
+- # Source tree
+- echo "$srcdir/$f"
+- else
+- # /dev/null tree
+- { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
+-echo "$as_me: error: cannot find input file: $f" >&2;}
+- { (exit 1); exit 1; }; }
+- fi;;
+- esac
+- done` || { (exit 1); exit 1; }
++cat >>$CONFIG_STATUS <<\_ACEOF
++# If the template does not know about datarootdir, expand it.
++# FIXME: This hack should be removed a few years after 2.60.
++ac_datarootdir_hack=; ac_datarootdir_seen=
++
++case `sed -n '/datarootdir/ {
++ p
++ q
++}
++/@datadir@/p
++/@docdir@/p
++/@infodir@/p
++/@localedir@/p
++/@mandir@/p
++' $ac_file_inputs` in
++*datarootdir*) ac_datarootdir_seen=yes;;
++*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
++ { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
++echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
++_ACEOF
++cat >>$CONFIG_STATUS <<_ACEOF
++ ac_datarootdir_hack='
++ s&@datadir@&$datadir&g
++ s&@docdir@&$docdir&g
++ s&@infodir@&$infodir&g
++ s&@localedir@&$localedir&g
++ s&@mandir@&$mandir&g
++ s&\\\${datarootdir}&$datarootdir&g' ;;
++esac
+ _ACEOF
++
++# Neutralize VPATH when `$srcdir' = `.'.
++# Shell code in configure.ac might set extrasub.
++# FIXME: do we really want to maintain this feature?
+ cat >>$CONFIG_STATUS <<_ACEOF
+ sed "$ac_vpsub
+ $extrasub
+@@ -37743,248 +40845,129 @@
+ cat >>$CONFIG_STATUS <<\_ACEOF
+ :t
+ /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+-s, at configure_input@,$configure_input,;t t
+-s, at srcdir@,$ac_srcdir,;t t
+-s, at abs_srcdir@,$ac_abs_srcdir,;t t
+-s, at top_srcdir@,$ac_top_srcdir,;t t
+-s, at abs_top_srcdir@,$ac_abs_top_srcdir,;t t
+-s, at builddir@,$ac_builddir,;t t
+-s, at abs_builddir@,$ac_abs_builddir,;t t
+-s, at top_builddir@,$ac_top_builddir,;t t
+-s, at abs_top_builddir@,$ac_abs_top_builddir,;t t
+-s, at INSTALL@,$ac_INSTALL,;t t
+-" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
+- rm -f $tmp/stdin
+- if test x"$ac_file" != x-; then
+- mv $tmp/out $ac_file
+- else
+- cat $tmp/out
+- rm -f $tmp/out
+- fi
+-
+-done
+-_ACEOF
+-cat >>$CONFIG_STATUS <<\_ACEOF
++s&@configure_input@&$configure_input&;t t
++s&@top_builddir@&$ac_top_builddir_sub&;t t
++s&@srcdir@&$ac_srcdir&;t t
++s&@abs_srcdir@&$ac_abs_srcdir&;t t
++s&@top_srcdir@&$ac_top_srcdir&;t t
++s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
++s&@builddir@&$ac_builddir&;t t
++s&@abs_builddir@&$ac_abs_builddir&;t t
++s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
++s&@INSTALL@&$ac_INSTALL&;t t
++$ac_datarootdir_hack
++" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" | sed -f "$tmp/subs-4.sed" >$tmp/out
++
++test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
++ { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
++ { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
++which seems to be undefined. Please make sure it is defined." >&5
++echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
++which seems to be undefined. Please make sure it is defined." >&2;}
+
+-#
+-# CONFIG_HEADER section.
+-#
+-
+-# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
+-# NAME is the cpp macro being defined and VALUE is the value it is being given.
+-#
+-# ac_d sets the value in "#define NAME VALUE" lines.
+-ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
+-ac_dB='[ ].*$,\1#\2'
+-ac_dC=' '
+-ac_dD=',;t'
+-# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
+-ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
+-ac_uB='$,\1#\2define\3'
+-ac_uC=' '
+-ac_uD=',;t'
+-
+-for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
+- # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
++ rm -f "$tmp/stdin"
+ case $ac_file in
+- - | *:- | *:-:* ) # input from stdin
+- cat >$tmp/stdin
+- ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
+- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
+- *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
+- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
+- * ) ac_file_in=$ac_file.in ;;
++ -) cat "$tmp/out"; rm -f "$tmp/out";;
++ *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
+ esac
+-
+- test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
+-echo "$as_me: creating $ac_file" >&6;}
+-
+- # First look for the input files in the build tree, otherwise in the
+- # src tree.
+- ac_file_inputs=`IFS=:
+- for f in $ac_file_in; do
+- case $f in
+- -) echo $tmp/stdin ;;
+- [\\/$]*)
+- # Absolute (can't be DOS-style, as IFS=:)
+- test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
+-echo "$as_me: error: cannot find input file: $f" >&2;}
+- { (exit 1); exit 1; }; }
+- # Do quote $f, to prevent DOS paths from being IFS'd.
+- echo "$f";;
+- *) # Relative
+- if test -f "$f"; then
+- # Build tree
+- echo "$f"
+- elif test -f "$srcdir/$f"; then
+- # Source tree
+- echo "$srcdir/$f"
+- else
+- # /dev/null tree
+- { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
+-echo "$as_me: error: cannot find input file: $f" >&2;}
+- { (exit 1); exit 1; }; }
+- fi;;
+- esac
+- done` || { (exit 1); exit 1; }
+- # Remove the trailing spaces.
+- sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
+-
++ ;;
++ :H)
++ #
++ # CONFIG_HEADER
++ #
+ _ACEOF
+
+-# Transform confdefs.h into two sed scripts, `conftest.defines' and
+-# `conftest.undefs', that substitutes the proper values into
+-# config.h.in to produce config.h. The first handles `#define'
+-# templates, and the second `#undef' templates.
+-# And first: Protect against being on the right side of a sed subst in
+-# config.status. Protect against being in an unquoted here document
+-# in config.status.
+-rm -f conftest.defines conftest.undefs
+-# Using a here document instead of a string reduces the quoting nightmare.
+-# Putting comments in sed scripts is not portable.
+-#
+-# `end' is used to avoid that the second main sed command (meant for
+-# 0-ary CPP macros) applies to n-ary macro definitions.
+-# See the Autoconf documentation for `clear'.
+-cat >confdef2sed.sed <<\_ACEOF
+-s/[\\&,]/\\&/g
+-s,[\\$`],\\&,g
+-t clear
+-: clear
+-s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
+-t end
+-s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
+-: end
+-_ACEOF
+-# If some macros were called several times there might be several times
+-# the same #defines, which is useless. Nevertheless, we may not want to
+-# sort them, since we want the *last* AC-DEFINE to be honored.
+-uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
+-sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
+-rm -f confdef2sed.sed
++# Transform confdefs.h into a sed script `conftest.defines', that
++# substitutes the proper values into config.h.in to produce config.h.
++rm -f conftest.defines conftest.tail
++# First, append a space to every undef/define line, to ease matching.
++echo 's/$/ /' >conftest.defines
++# Then, protect against being on the right side of a sed subst, or in
++# an unquoted here document, in config.status. If some macros were
++# called several times there might be several #defines for the same
++# symbol, which is useless. But do not sort them, since the last
++# AC_DEFINE must be honored.
++ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
++# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
++# NAME is the cpp macro being defined, VALUE is the value it is being given.
++# PARAMS is the parameter list in the macro definition--in most cases, it's
++# just an empty string.
++ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
++ac_dB='\\)[ (].*,\\1define\\2'
++ac_dC=' '
++ac_dD=' ,'
+
+-# This sed command replaces #undef with comments. This is necessary, for
++uniq confdefs.h |
++ sed -n '
++ t rset
++ :rset
++ s/^[ ]*#[ ]*define[ ][ ]*//
++ t ok
++ d
++ :ok
++ s/[\\&,]/\\&/g
++ s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
++ s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
++ ' >>conftest.defines
++
++# Remove the space that was appended to ease matching.
++# Then replace #undef with comments. This is necessary, for
+ # example, in the case of _POSIX_SOURCE, which is predefined and required
+ # on some systems where configure will not decide to define it.
+-cat >>conftest.undefs <<\_ACEOF
+-s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
+-_ACEOF
++# (The regexp can be short, since the line contains either #define or #undef.)
++echo 's/ $//
++s,^[ #]*u.*,/* & */,' >>conftest.defines
++
++# Break up conftest.defines:
++ac_max_sed_lines=50
++
++# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
++# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
++# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
++# et cetera.
++ac_in='$ac_file_inputs'
++ac_out='"$tmp/out1"'
++ac_nxt='"$tmp/out2"'
+
+-# Break up conftest.defines because some shells have a limit on the size
+-# of here documents, and old seds have small limits too (100 cmds).
+-echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
+-echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
+-echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
+-echo ' :' >>$CONFIG_STATUS
+-rm -f conftest.tail
+-while grep . conftest.defines >/dev/null
++while :
+ do
+- # Write a limited-size here document to $tmp/defines.sed.
+- echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
+- # Speed up: don't consider the non `#define' lines.
+- echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
+- # Work around the forget-to-reset-the-flag bug.
+- echo 't clr' >>$CONFIG_STATUS
+- echo ': clr' >>$CONFIG_STATUS
+- sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
++ # Write a here document:
++ cat >>$CONFIG_STATUS <<_ACEOF
++ # First, check the format of the line:
++ cat >"\$tmp/defines.sed" <<\\CEOF
++/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
++/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
++b
++:def
++_ACEOF
++ sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
+ echo 'CEOF
+- sed -f $tmp/defines.sed $tmp/in >$tmp/out
+- rm -f $tmp/in
+- mv $tmp/out $tmp/in
+-' >>$CONFIG_STATUS
+- sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
++ sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
++ ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
++ sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
++ grep . conftest.tail >/dev/null || break
+ rm -f conftest.defines
+ mv conftest.tail conftest.defines
+ done
+-rm -f conftest.defines
+-echo ' fi # grep' >>$CONFIG_STATUS
+-echo >>$CONFIG_STATUS
+-
+-# Break up conftest.undefs because some shells have a limit on the size
+-# of here documents, and old seds have small limits too (100 cmds).
+-echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
+-rm -f conftest.tail
+-while grep . conftest.undefs >/dev/null
+-do
+- # Write a limited-size here document to $tmp/undefs.sed.
+- echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
+- # Speed up: don't consider the non `#undef'
+- echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
+- # Work around the forget-to-reset-the-flag bug.
+- echo 't clr' >>$CONFIG_STATUS
+- echo ': clr' >>$CONFIG_STATUS
+- sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
+- echo 'CEOF
+- sed -f $tmp/undefs.sed $tmp/in >$tmp/out
+- rm -f $tmp/in
+- mv $tmp/out $tmp/in
+-' >>$CONFIG_STATUS
+- sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
+- rm -f conftest.undefs
+- mv conftest.tail conftest.undefs
+-done
+-rm -f conftest.undefs
++rm -f conftest.defines conftest.tail
+
++echo "ac_result=$ac_in" >>$CONFIG_STATUS
+ cat >>$CONFIG_STATUS <<\_ACEOF
+- # Let's still pretend it is `configure' which instantiates (i.e., don't
+- # use $as_me), people would be surprised to read:
+- # /* config.h. Generated by config.status. */
+- if test x"$ac_file" = x-; then
+- echo "/* Generated by configure. */" >$tmp/config.h
+- else
+- echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
+- fi
+- cat $tmp/in >>$tmp/config.h
+- rm -f $tmp/in
+ if test x"$ac_file" != x-; then
+- if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
++ echo "/* $configure_input */" >"$tmp/config.h"
++ cat "$ac_result" >>"$tmp/config.h"
++ if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
+ { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
+ echo "$as_me: $ac_file is unchanged" >&6;}
+ else
+- ac_dir=`(dirname "$ac_file") 2>/dev/null ||
+-$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+- X"$ac_file" : 'X\(//\)[^/]' \| \
+- X"$ac_file" : 'X\(//\)$' \| \
+- X"$ac_file" : 'X\(/\)' \| \
+- . : '\(.\)' 2>/dev/null ||
+-echo X"$ac_file" |
+- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+- /^X\(\/\/\)$/{ s//\1/; q; }
+- /^X\(\/\).*/{ s//\1/; q; }
+- s/.*/./; q'`
+- { if $as_mkdir_p; then
+- mkdir -p "$ac_dir"
+- else
+- as_dir="$ac_dir"
+- as_dirs=
+- while test ! -d "$as_dir"; do
+- as_dirs="$as_dir $as_dirs"
+- as_dir=`(dirname "$as_dir") 2>/dev/null ||
+-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+- X"$as_dir" : 'X\(//\)[^/]' \| \
+- X"$as_dir" : 'X\(//\)$' \| \
+- X"$as_dir" : 'X\(/\)' \| \
+- . : '\(.\)' 2>/dev/null ||
+-echo X"$as_dir" |
+- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+- /^X\(\/\/\)$/{ s//\1/; q; }
+- /^X\(\/\).*/{ s//\1/; q; }
+- s/.*/./; q'`
+- done
+- test ! -n "$as_dirs" || mkdir $as_dirs
+- fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
+-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
+- { (exit 1); exit 1; }; }; }
+-
+ rm -f $ac_file
+- mv $tmp/config.h $ac_file
++ mv "$tmp/config.h" $ac_file
+ fi
+ else
+- cat $tmp/config.h
+- rm -f $tmp/config.h
++ echo "/* $configure_input */"
++ cat "$ac_result"
+ fi
++ rm -f "$tmp/out12"
+ # Compute $ac_file's index in $config_headers.
+ _am_stamp_count=1
+ for _am_header in $config_headers :; do
+@@ -37995,135 +40978,39 @@
+ _am_stamp_count=`expr $_am_stamp_count + 1` ;;
+ esac
+ done
+-echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
++echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
+ $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X$ac_file : 'X\(//\)[^/]' \| \
+ X$ac_file : 'X\(//\)$' \| \
+- X$ac_file : 'X\(/\)' \| \
+- . : '\(.\)' 2>/dev/null ||
++ X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
+ echo X$ac_file |
+- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+- /^X\(\/\/\)$/{ s//\1/; q; }
+- /^X\(\/\).*/{ s//\1/; q; }
+- s/.*/./; q'`/stamp-h$_am_stamp_count
+-done
+-_ACEOF
+-cat >>$CONFIG_STATUS <<\_ACEOF
+-
+-#
+-# CONFIG_COMMANDS section.
+-#
+-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
+- ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
+- ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
+- ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
+-$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+- X"$ac_dest" : 'X\(//\)[^/]' \| \
+- X"$ac_dest" : 'X\(//\)$' \| \
+- X"$ac_dest" : 'X\(/\)' \| \
+- . : '\(.\)' 2>/dev/null ||
+-echo X"$ac_dest" |
+- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+- /^X\(\/\/\)$/{ s//\1/; q; }
+- /^X\(\/\).*/{ s//\1/; q; }
+- s/.*/./; q'`
+- { if $as_mkdir_p; then
+- mkdir -p "$ac_dir"
+- else
+- as_dir="$ac_dir"
+- as_dirs=
+- while test ! -d "$as_dir"; do
+- as_dirs="$as_dir $as_dirs"
+- as_dir=`(dirname "$as_dir") 2>/dev/null ||
+-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+- X"$as_dir" : 'X\(//\)[^/]' \| \
+- X"$as_dir" : 'X\(//\)$' \| \
+- X"$as_dir" : 'X\(/\)' \| \
+- . : '\(.\)' 2>/dev/null ||
+-echo X"$as_dir" |
+- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+- /^X\(\/\/\)$/{ s//\1/; q; }
+- /^X\(\/\).*/{ s//\1/; q; }
+- s/.*/./; q'`
+- done
+- test ! -n "$as_dirs" || mkdir $as_dirs
+- fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
+-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
+- { (exit 1); exit 1; }; }; }
+-
+- ac_builddir=.
+-
+-if test "$ac_dir" != .; then
+- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
+- # A "../" for each directory in $ac_dir_suffix.
+- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
+-else
+- ac_dir_suffix= ac_top_builddir=
+-fi
+-
+-case $srcdir in
+- .) # No --srcdir option. We are building in place.
+- ac_srcdir=.
+- if test -z "$ac_top_builddir"; then
+- ac_top_srcdir=.
+- else
+- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
+- fi ;;
+- [\\/]* | ?:[\\/]* ) # Absolute path.
+- ac_srcdir=$srcdir$ac_dir_suffix;
+- ac_top_srcdir=$srcdir ;;
+- *) # Relative path.
+- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
+- ac_top_srcdir=$ac_top_builddir$srcdir ;;
+-esac
++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
++ s//\1/
++ q
++ }
++ /^X\(\/\/\)[^/].*/{
++ s//\1/
++ q
++ }
++ /^X\(\/\/\)$/{
++ s//\1/
++ q
++ }
++ /^X\(\/\).*/{
++ s//\1/
++ q
++ }
++ s/.*/./; q'`/stamp-h$_am_stamp_count
++ ;;
+
+-# Do not use `cd foo && pwd` to compute absolute paths, because
+-# the directories may not exist.
+-case `pwd` in
+-.) ac_abs_builddir="$ac_dir";;
+-*)
+- case "$ac_dir" in
+- .) ac_abs_builddir=`pwd`;;
+- [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
+- *) ac_abs_builddir=`pwd`/"$ac_dir";;
+- esac;;
+-esac
+-case $ac_abs_builddir in
+-.) ac_abs_top_builddir=${ac_top_builddir}.;;
+-*)
+- case ${ac_top_builddir}. in
+- .) ac_abs_top_builddir=$ac_abs_builddir;;
+- [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
+- *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
+- esac;;
+-esac
+-case $ac_abs_builddir in
+-.) ac_abs_srcdir=$ac_srcdir;;
+-*)
+- case $ac_srcdir in
+- .) ac_abs_srcdir=$ac_abs_builddir;;
+- [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
+- *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
+- esac;;
+-esac
+-case $ac_abs_builddir in
+-.) ac_abs_top_srcdir=$ac_top_srcdir;;
+-*)
+- case $ac_top_srcdir in
+- .) ac_abs_top_srcdir=$ac_abs_builddir;;
+- [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
+- *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
+- esac;;
+-esac
++ :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
++echo "$as_me: executing $ac_file commands" >&6;}
++ ;;
++ esac
+
+
+- { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
+-echo "$as_me: executing $ac_dest commands" >&6;}
+- case $ac_dest in
+- depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
++ case $ac_file$ac_mode in
++ "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
+ # Strip MF so we end up with the name of the file.
+ mf=`echo "$mf" | sed -e 's/:.*$//'`
+ # Check whether this is an Automake generated Makefile or not.
+@@ -38133,18 +41020,29 @@
+ # each Makefile.in and add a new line on top of each file to say so.
+ # So let's grep whole file.
+ if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
+- dirpart=`(dirname "$mf") 2>/dev/null ||
++ dirpart=`$as_dirname -- "$mf" ||
+ $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$mf" : 'X\(//\)[^/]' \| \
+ X"$mf" : 'X\(//\)$' \| \
+- X"$mf" : 'X\(/\)' \| \
+- . : '\(.\)' 2>/dev/null ||
++ X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
+ echo X"$mf" |
+- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+- /^X\(\/\/\)$/{ s//\1/; q; }
+- /^X\(\/\).*/{ s//\1/; q; }
+- s/.*/./; q'`
++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
++ s//\1/
++ q
++ }
++ /^X\(\/\/\)[^/].*/{
++ s//\1/
++ q
++ }
++ /^X\(\/\/\)$/{
++ s//\1/
++ q
++ }
++ /^X\(\/\).*/{
++ s//\1/
++ q
++ }
++ s/.*/./; q'`
+ else
+ continue
+ fi
+@@ -38166,53 +41064,79 @@
+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+ # Make sure the directory exists.
+ test -f "$dirpart/$file" && continue
+- fdir=`(dirname "$file") 2>/dev/null ||
++ fdir=`$as_dirname -- "$file" ||
+ $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$file" : 'X\(//\)[^/]' \| \
+ X"$file" : 'X\(//\)$' \| \
+- X"$file" : 'X\(/\)' \| \
+- . : '\(.\)' 2>/dev/null ||
++ X"$file" : 'X\(/\)' \| . 2>/dev/null ||
+ echo X"$file" |
+- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+- /^X\(\/\/\)$/{ s//\1/; q; }
+- /^X\(\/\).*/{ s//\1/; q; }
+- s/.*/./; q'`
+- { if $as_mkdir_p; then
+- mkdir -p $dirpart/$fdir
+- else
+- as_dir=$dirpart/$fdir
++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
++ s//\1/
++ q
++ }
++ /^X\(\/\/\)[^/].*/{
++ s//\1/
++ q
++ }
++ /^X\(\/\/\)$/{
++ s//\1/
++ q
++ }
++ /^X\(\/\).*/{
++ s//\1/
++ q
++ }
++ s/.*/./; q'`
++ { as_dir=$dirpart/$fdir
++ case $as_dir in #(
++ -*) as_dir=./$as_dir;;
++ esac
++ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
+ as_dirs=
+- while test ! -d "$as_dir"; do
+- as_dirs="$as_dir $as_dirs"
+- as_dir=`(dirname "$as_dir") 2>/dev/null ||
++ while :; do
++ case $as_dir in #(
++ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
++ *) as_qdir=$as_dir;;
++ esac
++ as_dirs="'$as_qdir' $as_dirs"
++ as_dir=`$as_dirname -- "$as_dir" ||
+ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$as_dir" : 'X\(//\)[^/]' \| \
+ X"$as_dir" : 'X\(//\)$' \| \
+- X"$as_dir" : 'X\(/\)' \| \
+- . : '\(.\)' 2>/dev/null ||
++ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+ echo X"$as_dir" |
+- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+- /^X\(\/\/\)$/{ s//\1/; q; }
+- /^X\(\/\).*/{ s//\1/; q; }
+- s/.*/./; q'`
++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
++ s//\1/
++ q
++ }
++ /^X\(\/\/\)[^/].*/{
++ s//\1/
++ q
++ }
++ /^X\(\/\/\)$/{
++ s//\1/
++ q
++ }
++ /^X\(\/\).*/{
++ s//\1/
++ q
++ }
++ s/.*/./; q'`
++ test -d "$as_dir" && break
+ done
+- test ! -n "$as_dirs" || mkdir $as_dirs
+- fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
+-echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
++ test -z "$as_dirs" || eval "mkdir $as_dirs"
++ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
++echo "$as_me: error: cannot create directory $as_dir" >&2;}
+ { (exit 1); exit 1; }; }; }
+-
+ # echo "creating $dirpart/$file"
+ echo '# dummy' > "$dirpart/$file"
+ done
+ done
+ ;;
++
+ esac
+-done
+-_ACEOF
++done # for ac_tag
+
+-cat >>$CONFIG_STATUS <<\_ACEOF
+
+ { (exit 0); exit 0; }
+ _ACEOF
+--- configure.in
++++ configure.in
+@@ -42,6 +42,8 @@
+ dnl Automake doc recommends to do this only here. (Janos)
+ AM_INIT_AUTOMAKE(kdeaccessibility, 1.0.0) dnl searches for some needed programs
+
++AM_MAINTAINER_MODE
++
+ KDE_SET_PREFIX
+
+ dnl generate the config header
+--- doc/kmag/Makefile.in
++++ doc/kmag/Makefile.in
+@@ -93,6 +93,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -177,6 +178,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -213,18 +217,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -245,8 +247,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -259,6 +264,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -325,12 +331,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -356,7 +365,7 @@
+ all: docs-am all-am
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -394,9 +403,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+--- doc/kmousetool/Makefile.in
++++ doc/kmousetool/Makefile.in
+@@ -93,6 +93,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -177,6 +178,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -213,18 +217,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -245,8 +247,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -259,6 +264,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -325,12 +331,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -356,7 +365,7 @@
+ all: docs-am all-am
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -394,9 +403,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+@@ -544,7 +553,7 @@
+ KDE_DIST=index.docbook Makefile.in man-kmousetool.1.docbook Makefile.am index.cache.bz2
+
+ #>+ 24
+-index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) index.docbook man-kmousetool.1.docbook
++index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) man-kmousetool.1.docbook index.docbook
+ @if test -n "$(MEINPROC)"; then echo $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; fi
+
+ docs-am: index.cache.bz2
+@@ -571,20 +580,20 @@
+ #>+ 13
+ install-nls:
+ $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmousetool
+- @for base in index.docbook man-kmousetool.1.docbook ; do \
++ @for base in man-kmousetool.1.docbook index.docbook ; do \
+ echo $(INSTALL_DATA) $$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmousetool/$$base ;\
+ $(INSTALL_DATA) $(srcdir)/$$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmousetool/$$base ;\
+ done
+
+ uninstall-nls:
+- for base in index.docbook man-kmousetool.1.docbook ; do \
++ for base in man-kmousetool.1.docbook index.docbook ; do \
+ rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmousetool/$$base ;\
+ done
+
+
+ #>+ 5
+ distdir-nls:
+- for file in index.docbook man-kmousetool.1.docbook ; do \
++ for file in man-kmousetool.1.docbook index.docbook ; do \
+ cp $(srcdir)/$$file $(distdir); \
+ done
+
+--- doc/kmouth/Makefile.in
++++ doc/kmouth/Makefile.in
+@@ -93,6 +93,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -177,6 +178,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -213,18 +217,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -245,8 +247,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -259,6 +264,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -325,12 +331,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -356,7 +365,7 @@
+ all: docs-am all-am
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -394,9 +403,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+@@ -541,10 +550,10 @@
+ .NOEXPORT:
+
+ #>+ 2
+-KDE_DIST=index.docbook kmouthmain.eps kmouthedit.png Makefile.in kmouthcwcp.eps kmouthwizard.eps kmouthcpref.png kmouthcpref.eps kmouthedit.eps kmouthmain.png man-kmouth.1.docbook kmouthwizard.png Makefile.am kmouthctts.png kmouthctts.eps kmouthcwcp.png index.cache.bz2
++KDE_DIST=Makefile.in kmouthcwcp.eps kmouthcpref.eps kmouthmain.png kmouthedit.eps kmouthctts.png kmouthcwcp.png kmouthctts.eps kmouthmain.eps index.docbook kmouthedit.png kmouthcpref.png kmouthwizard.eps man-kmouth.1.docbook kmouthwizard.png Makefile.am index.cache.bz2
+
+ #>+ 24
+-index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) man-kmouth.1.docbook kmouthmain.png kmouthedit.png kmouthmain.eps kmouthedit.eps index.docbook kmouthcwcp.png kmouthctts.png kmouthcpref.png kmouthcwcp.eps kmouthctts.eps kmouthwizard.png kmouthcpref.eps kmouthwizard.eps
++index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) kmouthcpref.eps kmouthcpref.png kmouthwizard.eps kmouthwizard.png kmouthedit.eps kmouthedit.png kmouthctts.eps kmouthctts.png kmouthmain.eps kmouthmain.png kmouthcwcp.eps kmouthcwcp.png index.docbook man-kmouth.1.docbook
+ @if test -n "$(MEINPROC)"; then echo $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; fi
+
+ docs-am: index.cache.bz2
+@@ -571,20 +580,20 @@
+ #>+ 13
+ install-nls:
+ $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmouth
+- @for base in man-kmouth.1.docbook kmouthmain.png kmouthedit.png kmouthmain.eps kmouthedit.eps index.docbook kmouthcwcp.png kmouthctts.png kmouthcpref.png kmouthcwcp.eps kmouthctts.eps kmouthwizard.png kmouthcpref.eps kmouthwizard.eps ; do \
++ @for base in kmouthcpref.eps kmouthcpref.png kmouthwizard.eps kmouthwizard.png kmouthedit.eps kmouthedit.png kmouthctts.eps kmouthctts.png kmouthmain.eps kmouthmain.png kmouthcwcp.eps kmouthcwcp.png index.docbook man-kmouth.1.docbook ; do \
+ echo $(INSTALL_DATA) $$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmouth/$$base ;\
+ $(INSTALL_DATA) $(srcdir)/$$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmouth/$$base ;\
+ done
+
+ uninstall-nls:
+- for base in man-kmouth.1.docbook kmouthmain.png kmouthedit.png kmouthmain.eps kmouthedit.eps index.docbook kmouthcwcp.png kmouthctts.png kmouthcpref.png kmouthcwcp.eps kmouthctts.eps kmouthwizard.png kmouthcpref.eps kmouthwizard.eps ; do \
++ for base in kmouthcpref.eps kmouthcpref.png kmouthwizard.eps kmouthwizard.png kmouthedit.eps kmouthedit.png kmouthctts.eps kmouthctts.png kmouthmain.eps kmouthmain.png kmouthcwcp.eps kmouthcwcp.png index.docbook man-kmouth.1.docbook ; do \
+ rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmouth/$$base ;\
+ done
+
+
+ #>+ 5
+ distdir-nls:
+- for file in man-kmouth.1.docbook kmouthmain.png kmouthedit.png kmouthmain.eps kmouthedit.eps index.docbook kmouthcwcp.png kmouthctts.png kmouthcpref.png kmouthcwcp.eps kmouthctts.eps kmouthwizard.png kmouthcpref.eps kmouthwizard.eps ; do \
++ for file in kmouthcpref.eps kmouthcpref.png kmouthwizard.eps kmouthwizard.png kmouthedit.eps kmouthedit.png kmouthctts.eps kmouthctts.png kmouthmain.eps kmouthmain.png kmouthcwcp.eps kmouthcwcp.png index.docbook man-kmouth.1.docbook ; do \
+ cp $(srcdir)/$$file $(distdir); \
+ done
+
+--- doc/kttsd/Makefile.in
++++ doc/kttsd/Makefile.in
+@@ -93,6 +93,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -177,6 +178,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -213,18 +217,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -245,8 +247,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -259,6 +264,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -325,12 +331,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -355,7 +364,7 @@
+ all: docs-am all-am
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -393,9 +402,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+@@ -540,10 +549,10 @@
+ .NOEXPORT:
+
+ #>+ 2
+-KDE_DIST=talkers.png Makefile.in filters.png selecttalker.png audio.png jobs.png index.docbook interruption.png notifications.png festivalintconf.png talkerchooser.png addtalker.png general.png xmltransformer.png Makefile.am stringreplacer.png index.cache.bz2
++KDE_DIST=talkers.png Makefile.in filters.png selecttalker.png audio.png index.docbook jobs.png interruption.png notifications.png talkerchooser.png festivalintconf.png addtalker.png general.png xmltransformer.png Makefile.am stringreplacer.png index.cache.bz2
+
+ #>+ 24
+-index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) interruption.png general.png jobs.png audio.png festivalintconf.png xmltransformer.png selecttalker.png index.docbook stringreplacer.png talkerchooser.png talkers.png filters.png notifications.png addtalker.png
++index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) notifications.png selecttalker.png filters.png festivalintconf.png audio.png jobs.png addtalker.png interruption.png general.png xmltransformer.png stringreplacer.png talkerchooser.png index.docbook talkers.png
+ @if test -n "$(MEINPROC)"; then echo $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; fi
+
+ docs-am: index.cache.bz2
+@@ -570,20 +579,20 @@
+ #>+ 13
+ install-nls:
+ $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kttsd
+- @for base in interruption.png general.png jobs.png audio.png festivalintconf.png xmltransformer.png selecttalker.png index.docbook stringreplacer.png talkerchooser.png talkers.png filters.png notifications.png addtalker.png ; do \
++ @for base in notifications.png selecttalker.png filters.png festivalintconf.png audio.png jobs.png addtalker.png interruption.png general.png xmltransformer.png stringreplacer.png talkerchooser.png index.docbook talkers.png ; do \
+ echo $(INSTALL_DATA) $$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kttsd/$$base ;\
+ $(INSTALL_DATA) $(srcdir)/$$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kttsd/$$base ;\
+ done
+
+ uninstall-nls:
+- for base in interruption.png general.png jobs.png audio.png festivalintconf.png xmltransformer.png selecttalker.png index.docbook stringreplacer.png talkerchooser.png talkers.png filters.png notifications.png addtalker.png ; do \
++ for base in notifications.png selecttalker.png filters.png festivalintconf.png audio.png jobs.png addtalker.png interruption.png general.png xmltransformer.png stringreplacer.png talkerchooser.png index.docbook talkers.png ; do \
+ rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kttsd/$$base ;\
+ done
+
+
+ #>+ 5
+ distdir-nls:
+- for file in interruption.png general.png jobs.png audio.png festivalintconf.png xmltransformer.png selecttalker.png index.docbook stringreplacer.png talkerchooser.png talkers.png filters.png notifications.png addtalker.png ; do \
++ for file in notifications.png selecttalker.png filters.png festivalintconf.png audio.png jobs.png addtalker.png interruption.png general.png xmltransformer.png stringreplacer.png talkerchooser.png index.docbook talkers.png ; do \
+ cp $(srcdir)/$$file $(distdir); \
+ done
+
+--- doc/Makefile.in
++++ doc/Makefile.in
+@@ -109,6 +109,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -193,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -229,18 +233,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -261,8 +263,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -275,6 +280,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -341,12 +347,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -368,13 +377,13 @@
+ KDE_DOCS = AUTO
+ #>- SUBDIRS = $(AUTODIRS)
+ #>+ 1
+-SUBDIRS =. kmag kmousetool kmouth kttsd
++SUBDIRS =. kmag kttsd kmousetool kmouth
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am all-recursive
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -412,9 +421,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+--- IconThemes/Makefile.in
++++ IconThemes/Makefile.in
+@@ -93,6 +93,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -177,6 +178,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -213,18 +217,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -245,8 +247,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -259,6 +264,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -325,12 +331,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -357,7 +366,7 @@
+ all: docs-am all-am
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -395,9 +404,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+--- kbstateapplet/images/Makefile.in
++++ kbstateapplet/images/Makefile.in
+@@ -93,6 +93,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -177,6 +178,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -213,18 +217,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -245,8 +247,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -259,6 +264,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -325,12 +331,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -355,7 +364,7 @@
+ all: docs-am all-am
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -393,9 +402,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+@@ -538,273 +547,273 @@
+ .NOEXPORT:
+
+ #>+ 2
+-KDE_DIST=cr32-action-kbstate_mouse_right_selected.png cr16-action-kbstate_mouse.png cr48-action-kbstate_mouse_right.png cr22-action-superkey.png cr48-action-kbstate_mouse_mid_selected.png cr64-action-kbstate_mouse_mid.png cr22-action-kbstate_stickykeys.png cr64-action-kbstate_slowkeys.png crsc-action-metakey.svg cr32-action-lockkey.png crsc-action-altkey.svg cr22-action-key.png cr16-action-shiftkey.png cr48-action-shiftkey.png cr16-action-hyperkey.png cr32-action-kbstate_mouse_right.png cr32-action-keypressno.png cr64-action-kbstate_mouse_mid_selected.png cr64-action-key.png cr16-action-lockkey.png cr32-action-kbstate_mouse_mid.png cr48-action-kbstate_slowkeys.png crsc-action-keypressok.svg crsc-action-kbstate_mouse_left.svg cr64-action-unlatched.png cr16-action-kbstate_stickykeys.png cr32-action-kbstate_mouse_mid_selected.png cr32-action-superkey.png crsc-action-controlkey.svg cr64-action-capskey.png cr48-action-hyperkey.png cr16-action-kbstate_slowkeys.png cr22-action-metakey.png cr48-action-key.png cr16-action-kbstate_mouse_mid_selected.png cr64-action-kbstate_stickykeys.png cr48-action-altkey.png cr48-action-keypressno.png cr48-action-superkey.png cr16-action-metakey.png cr48-action-controlkey.png cr22-action-unlatched.png cr48-action-kbstate_stickykeys.png crsc-action-unlatched.svg Makefile.in cr32-action-key.png crsc-action-lockkey.svg cr16-action-kbstate_mouse_mid.png cr22-action-kbstate_mouse_mid_selected.png cr16-action-kbstate_mouse_right_selected.png cr22-action-kbstate_slowkeys.png crsc-action-key.svg crsc-action-kbstate_mouse_right_selected.svg cr64-action-keypressok.png cr32-action-shiftkey.png cr22-action-kbstate_mouse_left_selected.png cr64-action-kbstate_mouse_right.png cr64-action-kbstate_mouse_left.png cr22-action-keypressok.png cr32-action-kbstate_mouse_left_selected.png cr16-action-kbstate_mouse_right.png cr22-action-shiftkey.png cr48-action-lockkey.png cr22-action-keypressno.png cr48-action-capskey.png cr32-action-keypressok.png cr64-action-metakey.png cr16-action-keypressno.png cr48-action-kbstate_mouse_right_selected.png cr16-action-superkey.png cr32-action-kbstate_stickykeys.png cr64-action-kbstate_mouse_left_selected.png cr32-action-altkey.png crsc-action-kbstate_mouse_mid_selected.svg cr22-action-capskey.png crsc-action-kbstate_stickykeys.svg cr16-action-unlatched.png cr22-action-lockkey.png cr64-action-keypressno.png cr64-action-kbstate_mouse_right_selected.png cr22-action-kbstate_mouse.png crsc-action-kbstate_mouse.svg cr48-action-keypressok.png cr16-action-kbstate_mouse_left_selected.png cr22-action-kbstate_mouse_mid.png crsc-action-kbstate_mouse_left_selected.svg cr32-action-hyperkey.png cr22-action-altkey.png crsc-action-kbstate_mouse_mid.svg crsc-action-hyperkey.svg cr16-action-capskey.png cr16-action-kbstate_mouse_left.png cr48-action-kbstate_mouse_mid.png cr64-action-hyperkey.png crsc-action-superkey.svg cr64-action-superkey.png crsc-action-keypressno.svg cr48-action-metakey.png cr16-action-controlkey.png cr22-action-hyperkey.png cr64-action-shiftkey.png cr32-action-unlatched.png cr64-action-lockkey.png cr32-action-capskey.png cr32-action-kbstate_mouse_left.png cr22-action-kbstate_mouse_left.png cr32-action-kbstate_slowkeys.png cr64-action-kbstate_mouse.png cr16-action-altkey.png cr32-action-metakey.png cr22-action-kbstate_mouse_right.png cr22-action-controlkey.png cr48-action-kbstate_mouse.png cr32-action-kbstate_mouse.png cr16-action-key.png cr64-action-altkey.png crsc-action-kbstate_slowkeys.svg cr48-action-kbstate_mouse_left.png cr16-action-keypressok.png cr32-action-controlkey.png cr48-action-unlatched.png cr64-action-controlkey.png crsc-action-capskey.svg crsc-action-shiftkey.svg crsc-action-kbstate_mouse_right.svg cr22-action-kbstate_mouse_right_selected.png Makefile.am cr48-action-kbstate_mouse_left_selected.png
++KDE_DIST=cr22-action-keypressok.png cr32-action-kbstate_mouse_left_selected.png cr32-action-kbstate_mouse_right_selected.png cr16-action-kbstate_mouse_right.png cr48-action-kbstate_mouse_right.png cr16-action-kbstate_mouse.png cr22-action-shiftkey.png cr48-action-lockkey.png cr22-action-keypressno.png cr48-action-capskey.png cr22-action-superkey.png cr32-action-keypressok.png cr64-action-kbstate_mouse_mid.png cr48-action-kbstate_mouse_mid_selected.png cr22-action-kbstate_stickykeys.png cr64-action-metakey.png cr64-action-kbstate_slowkeys.png cr16-action-keypressno.png cr48-action-kbstate_mouse_right_selected.png cr16-action-superkey.png crsc-action-metakey.svg cr32-action-kbstate_stickykeys.png cr64-action-kbstate_mouse_left_selected.png crsc-action-kbstate_mouse_mid_selected.svg cr32-action-altkey.png cr22-action-capskey.png crsc-action-altkey.svg cr32-action-lockkey.png crsc-action-kbstate_stickykeys.svg cr16-action-unlatched.png cr64-action-keypressno.png cr22-action-lockkey.png cr22-action-key.png cr64-action-kbstate_mouse_right_selected.png cr48-action-shiftkey.png cr16-action-shiftkey.png cr32-action-kbstate_mouse_right.png cr16-action-hyperkey.png cr32-action-keypressno.png cr22-action-kbstate_mouse.png cr64-action-kbstate_mouse_mid_selected.png cr64-action-key.png cr16-action-lockkey.png crsc-action-kbstate_mouse.svg cr32-action-kbstate_mouse_mid.png cr48-action-kbstate_slowkeys.png cr48-action-keypressok.png crsc-action-keypressok.svg crsc-action-kbstate_mouse_left.svg cr64-action-unlatched.png cr22-action-kbstate_mouse_mid.png cr16-action-kbstate_mouse_left_selected.png cr16-action-kbstate_stickykeys.png cr32-action-kbstate_mouse_mid_selected.png cr32-action-superkey.png crsc-action-kbstate_mouse_left_selected.svg crsc-action-controlkey.svg cr32-action-hyperkey.png cr22-action-altkey.png crsc-action-kbstate_mouse_mid.svg crsc-action-hyperkey.svg cr64-action-capskey.png cr16-action-capskey.png cr48-action-hyperkey.png cr16-action-kbstate_mouse_left.png cr48-action-kbstate_mouse_mid.png cr64-action-hyperkey.png crsc-action-superkey.svg cr64-action-superkey.png crsc-action-keypressno.svg cr48-action-metakey.png cr16-action-controlkey.png cr16-action-kbstate_slowkeys.png cr22-action-hyperkey.png cr32-action-unlatched.png cr64-action-shiftkey.png cr64-action-lockkey.png cr32-action-capskey.png cr22-action-metakey.png cr32-action-kbstate_mouse_left.png cr22-action-kbstate_mouse_left.png cr48-action-key.png cr16-action-kbstate_mouse_mid_selected.png cr64-action-kbstate_stickykeys.png cr32-action-kbstate_slowkeys.png cr64-action-kbstate_mouse.png cr48-action-altkey.png cr48-action-keypressno.png cr16-action-metakey.png cr16-action-altkey.png cr48-action-superkey.png cr22-action-kbstate_mouse_right.png cr32-action-metakey.png cr22-action-controlkey.png cr48-action-kbstate_mouse.png cr32-action-kbstate_mouse.png cr16-action-key.png cr22-action-unlatched.png cr64-action-altkey.png cr48-action-controlkey.png cr48-action-kbstate_stickykeys.png crsc-action-kbstate_slowkeys.svg cr48-action-kbstate_mouse_left.png crsc-action-unlatched.svg crsc-action-lockkey.svg Makefile.in cr32-action-key.png cr16-action-keypressok.png cr32-action-controlkey.png cr16-action-kbstate_mouse_mid.png cr22-action-kbstate_mouse_mid_selected.png cr16-action-kbstate_mouse_right_selected.png cr22-action-kbstate_slowkeys.png cr64-action-controlkey.png crsc-action-key.svg cr48-action-unlatched.png crsc-action-kbstate_mouse_right_selected.svg cr64-action-keypressok.png crsc-action-capskey.svg crsc-action-shiftkey.svg crsc-action-kbstate_mouse_right.svg cr32-action-shiftkey.png cr22-action-kbstate_mouse_right_selected.png Makefile.am cr48-action-kbstate_mouse_left_selected.png cr64-action-kbstate_mouse_right.png cr22-action-kbstate_mouse_left_selected.png cr64-action-kbstate_mouse_left.png
+
+ #>+ 2
+ docs-am:
+
+ #>+ 262
+ install-kde-icons:
+- $(mkinstalldirs) $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions
+- $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_left.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_left.svg
++ $(mkinstalldirs) $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions
++ $(INSTALL_DATA) $(srcdir)/cr16-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/altkey.png
+ $(mkinstalldirs) $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions
+- $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/metakey.png
++ $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_mid.png
+ $(mkinstalldirs) $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions
+- $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_left.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/key.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/keypressno.png
++ $(INSTALL_DATA) $(srcdir)/cr16-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/capskey.png
+ $(mkinstalldirs) $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions
+- $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse.png
+- $(INSTALL_DATA) $(srcdir)/cr64-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/unlatched.png
+- $(INSTALL_DATA) $(srcdir)/cr48-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/superkey.png
+- $(INSTALL_DATA) $(srcdir)/cr48-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/unlatched.png
+- $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_right_selected.png
++ $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_mid_selected.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/keypressok.png
+ $(mkinstalldirs) $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions
+- $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_left_selected.png
+- $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_stickykeys.png
+- $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_left_selected.png
+- $(INSTALL_DATA) $(srcdir)/cr22-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/altkey.png
+- $(INSTALL_DATA) $(srcdir)/cr22-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/controlkey.png
+- $(mkinstalldirs) $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions
+- $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_left_selected.png
+- $(INSTALL_DATA) $(srcdir)/crsc-action-capskey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/capskey.svg
+ $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_slowkeys.png
+- $(INSTALL_DATA) $(srcdir)/cr48-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/shiftkey.png
+- $(INSTALL_DATA) $(srcdir)/cr64-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/key.png
+- $(INSTALL_DATA) $(srcdir)/crsc-action-lockkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/lockkey.svg
+- $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_mid.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_left.png
++ $(INSTALL_DATA) $(srcdir)/cr22-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/controlkey.png
++ $(mkinstalldirs) $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions
++ $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_left_selected.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_left_selected.svg
++ $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_right_selected.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_right_selected.svg
++ $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_right.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_stickykeys.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/superkey.png
++ $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_right.png
++ $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse.png
++ $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_left.png
++ $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_slowkeys.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_slowkeys.svg
++ $(INSTALL_DATA) $(srcdir)/cr22-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/keypressno.png
++ $(INSTALL_DATA) $(srcdir)/cr22-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/shiftkey.png
++ $(INSTALL_DATA) $(srcdir)/crsc-action-hyperkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/hyperkey.svg
+ $(INSTALL_DATA) $(srcdir)/cr22-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/keypressok.png
+- $(INSTALL_DATA) $(srcdir)/cr64-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/altkey.png
+- $(INSTALL_DATA) $(srcdir)/cr64-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/controlkey.png
+- $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_right.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_right.svg
+- $(INSTALL_DATA) $(srcdir)/cr22-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/hyperkey.png
+- $(INSTALL_DATA) $(srcdir)/cr48-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/key.png
+- $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_mid.png
+- $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_slowkeys.png
+- $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_mid.png
+- $(INSTALL_DATA) $(srcdir)/crsc-action-superkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/superkey.svg
+- $(INSTALL_DATA) $(srcdir)/cr16-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/keypressno.png
+- $(INSTALL_DATA) $(srcdir)/cr64-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/keypressok.png
+- $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_mid_selected.png
++ $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_right_selected.png
++ $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_stickykeys.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_right_selected.png
+ $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_mid.png
+- $(INSTALL_DATA) $(srcdir)/cr64-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/hyperkey.png
+- $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_right_selected.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_right_selected.svg
++ $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_slowkeys.png
++ $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_left.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_left.svg
++ $(INSTALL_DATA) $(srcdir)/crsc-action-capskey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/capskey.svg
++ $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_left.png
+ $(INSTALL_DATA) $(srcdir)/cr16-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/superkey.png
+- $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_mid_selected.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_slowkeys.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/capskey.png
+ $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_stickykeys.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_stickykeys.svg
+- $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_right_selected.png
+- $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_left.png
+- $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_stickykeys.png
++ $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_stickykeys.png
++ $(INSTALL_DATA) $(srcdir)/cr48-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/unlatched.png
++ $(INSTALL_DATA) $(srcdir)/cr16-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/unlatched.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-lockkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/lockkey.png
++ $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_right_selected.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/hyperkey.png
++ $(INSTALL_DATA) $(srcdir)/cr22-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/altkey.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/metakey.png
++ $(INSTALL_DATA) $(srcdir)/cr48-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/superkey.png
++ $(INSTALL_DATA) $(srcdir)/crsc-action-controlkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/controlkey.svg
++ $(INSTALL_DATA) $(srcdir)/cr64-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/hyperkey.png
++ $(INSTALL_DATA) $(srcdir)/cr48-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/altkey.png
++ $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_left_selected.png
+ $(INSTALL_DATA) $(srcdir)/crsc-action-shiftkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/shiftkey.svg
+- $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_left_selected.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_left_selected.svg
+- $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_left.png
+- $(INSTALL_DATA) $(srcdir)/cr16-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/shiftkey.png
++ $(INSTALL_DATA) $(srcdir)/crsc-action-keypressno.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/keypressno.svg
++ $(INSTALL_DATA) $(srcdir)/cr48-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/controlkey.png
++ $(INSTALL_DATA) $(srcdir)/crsc-action-keypressok.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/keypressok.svg
++ $(INSTALL_DATA) $(srcdir)/cr32-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/altkey.png
++ $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_mid_selected.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_mid.png
++ $(INSTALL_DATA) $(srcdir)/cr16-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/key.png
++ $(INSTALL_DATA) $(srcdir)/cr16-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/hyperkey.png
++ $(INSTALL_DATA) $(srcdir)/cr48-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/keypressno.png
+ $(INSTALL_DATA) $(srcdir)/cr16-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/controlkey.png
+- $(INSTALL_DATA) $(srcdir)/cr16-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/altkey.png
+- $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_slowkeys.png
+- $(INSTALL_DATA) $(srcdir)/cr22-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/metakey.png
+- $(INSTALL_DATA) $(srcdir)/cr32-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/metakey.png
+- $(INSTALL_DATA) $(srcdir)/cr32-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/hyperkey.png
+- $(INSTALL_DATA) $(srcdir)/cr16-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/keypressok.png
+- $(INSTALL_DATA) $(srcdir)/cr16-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/metakey.png
+- $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse.png
+- $(INSTALL_DATA) $(srcdir)/cr64-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/capskey.png
+- $(INSTALL_DATA) $(srcdir)/cr22-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/unlatched.png
+- $(INSTALL_DATA) $(srcdir)/cr22-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/superkey.png
+- $(INSTALL_DATA) $(srcdir)/cr48-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/capskey.png
+- $(INSTALL_DATA) $(srcdir)/cr64-action-lockkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/lockkey.png
++ $(INSTALL_DATA) $(srcdir)/cr48-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/keypressok.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/key.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/capskey.png
++ $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_mid.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_mid.svg
++ $(INSTALL_DATA) $(srcdir)/cr32-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/shiftkey.png
++ $(INSTALL_DATA) $(srcdir)/crsc-action-unlatched.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/unlatched.svg
+ $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_right.png
+- $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_mid_selected.png
++ $(INSTALL_DATA) $(srcdir)/cr16-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/keypressno.png
++ $(INSTALL_DATA) $(srcdir)/cr16-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/keypressok.png
+ $(INSTALL_DATA) $(srcdir)/cr48-action-lockkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/lockkey.png
+- $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_right_selected.png
+- $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_right.png
+- $(INSTALL_DATA) $(srcdir)/cr48-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/keypressno.png
+- $(INSTALL_DATA) $(srcdir)/cr64-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/superkey.png
+- $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_stickykeys.png
++ $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_mid_selected.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_mid_selected.svg
++ $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_left.png
++ $(INSTALL_DATA) $(srcdir)/cr48-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/hyperkey.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_mid.png
++ $(INSTALL_DATA) $(srcdir)/crsc-action-altkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/altkey.svg
++ $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_stickykeys.png
++ $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_left_selected.png
++ $(INSTALL_DATA) $(srcdir)/cr48-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/metakey.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_left_selected.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/shiftkey.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_mid_selected.png
++ $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_left.png
++ $(INSTALL_DATA) $(srcdir)/cr22-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/superkey.png
++ $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_slowkeys.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_stickykeys.png
++ $(INSTALL_DATA) $(srcdir)/cr16-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/shiftkey.png
++ $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse.png
++ $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_right_selected.png
+ $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_right_selected.png
+- $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_left.png
+- $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_stickykeys.png
+- $(INSTALL_DATA) $(srcdir)/cr22-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/shiftkey.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_right.png
+ $(INSTALL_DATA) $(srcdir)/cr22-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/key.png
+- $(INSTALL_DATA) $(srcdir)/cr32-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/key.png
+- $(INSTALL_DATA) $(srcdir)/cr16-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/key.png
+- $(INSTALL_DATA) $(srcdir)/cr64-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/shiftkey.png
+- $(INSTALL_DATA) $(srcdir)/crsc-action-metakey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/metakey.svg
+- $(INSTALL_DATA) $(srcdir)/cr64-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_left_selected.png
+- $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_mid.png
+- $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_left_selected.png
+- $(INSTALL_DATA) $(srcdir)/crsc-action-keypressno.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/keypressno.svg
+- $(INSTALL_DATA) $(srcdir)/cr48-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/altkey.png
+- $(INSTALL_DATA) $(srcdir)/cr48-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/controlkey.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_slowkeys.png
+ $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse.svg
+- $(INSTALL_DATA) $(srcdir)/cr32-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/keypressno.png
+- $(INSTALL_DATA) $(srcdir)/crsc-action-unlatched.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/unlatched.svg
+- $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_slowkeys.png
+- $(INSTALL_DATA) $(srcdir)/cr48-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/keypressok.png
+- $(INSTALL_DATA) $(srcdir)/cr32-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/superkey.png
+- $(INSTALL_DATA) $(srcdir)/cr48-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/hyperkey.png
+- $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_right_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_right_selected.png
+- $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_mid_selected.png
+- $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_stickykeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_stickykeys.png
+- $(INSTALL_DATA) $(srcdir)/crsc-action-key.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/key.svg
+- $(INSTALL_DATA) $(srcdir)/crsc-action-altkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/altkey.svg
+- $(INSTALL_DATA) $(srcdir)/crsc-action-controlkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/controlkey.svg
+- $(INSTALL_DATA) $(srcdir)/cr32-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/shiftkey.png
+- $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_left.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_left.png
+- $(INSTALL_DATA) $(srcdir)/cr32-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/controlkey.png
+- $(INSTALL_DATA) $(srcdir)/cr32-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/altkey.png
+- $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_slowkeys.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_slowkeys.svg
+- $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_mid.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_mid.svg
+- $(INSTALL_DATA) $(srcdir)/crsc-action-keypressok.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/keypressok.svg
+- $(INSTALL_DATA) $(srcdir)/crsc-action-hyperkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/hyperkey.svg
+- $(INSTALL_DATA) $(srcdir)/cr22-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/capskey.png
+- $(INSTALL_DATA) $(srcdir)/cr32-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/keypressok.png
+- $(INSTALL_DATA) $(srcdir)/cr32-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/capskey.png
+- $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_slowkeys.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_slowkeys.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-altkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/altkey.png
++ $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_mid_selected.png
+ $(INSTALL_DATA) $(srcdir)/cr22-action-lockkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/lockkey.png
+- $(INSTALL_DATA) $(srcdir)/cr32-action-lockkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/lockkey.png
+- $(INSTALL_DATA) $(srcdir)/cr22-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/keypressno.png
+- $(INSTALL_DATA) $(srcdir)/cr16-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/capskey.png
+- $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_right.png
+- $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_right.png
+- $(INSTALL_DATA) $(srcdir)/cr16-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/hyperkey.png
+- $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_mid_selected.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_mid_selected.svg
++ $(INSTALL_DATA) $(srcdir)/crsc-action-key.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/key.svg
++ $(INSTALL_DATA) $(srcdir)/cr48-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/capskey.png
++ $(INSTALL_DATA) $(srcdir)/cr22-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/metakey.png
++ $(INSTALL_DATA) $(srcdir)/cr48-action-shiftkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/shiftkey.png
++ $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_left_selected.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_left_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_left_selected.png
+ $(INSTALL_DATA) $(srcdir)/cr16-action-lockkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/lockkey.png
+- $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_right.png
++ $(INSTALL_DATA) $(srcdir)/cr16-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/metakey.png
++ $(INSTALL_DATA) $(srcdir)/cr22-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/unlatched.png
++ $(INSTALL_DATA) $(srcdir)/cr22-action-kbstate_mouse_mid.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_mid.png
++ $(INSTALL_DATA) $(srcdir)/crsc-action-superkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/superkey.svg
++ $(INSTALL_DATA) $(srcdir)/cr48-action-key.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/key.png
++ $(INSTALL_DATA) $(srcdir)/cr22-action-hyperkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/hyperkey.png
++ $(INSTALL_DATA) $(srcdir)/cr48-action-kbstate_mouse_right.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_right.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/controlkey.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/unlatched.png
+ $(INSTALL_DATA) $(srcdir)/cr32-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/unlatched.png
+- $(INSTALL_DATA) $(srcdir)/cr64-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/metakey.png
+- $(INSTALL_DATA) $(srcdir)/cr48-action-metakey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/metakey.png
+- $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse.png
+- $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_mid_selected.png
+- $(INSTALL_DATA) $(srcdir)/cr16-action-kbstate_mouse.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse.png
++ $(INSTALL_DATA) $(srcdir)/crsc-action-lockkey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/lockkey.svg
++ $(INSTALL_DATA) $(srcdir)/crsc-action-kbstate_mouse_right.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_right.svg
+ $(INSTALL_DATA) $(srcdir)/cr64-action-keypressno.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/keypressno.png
+- $(INSTALL_DATA) $(srcdir)/cr16-action-unlatched.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/unlatched.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-kbstate_mouse_mid_selected.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_mid_selected.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-lockkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/lockkey.png
++ $(INSTALL_DATA) $(srcdir)/cr32-action-controlkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/controlkey.png
++ $(INSTALL_DATA) $(srcdir)/cr64-action-keypressok.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/keypressok.png
++ $(INSTALL_DATA) $(srcdir)/cr22-action-capskey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/capskey.png
++ $(INSTALL_DATA) $(srcdir)/crsc-action-metakey.svg $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/metakey.svg
++ $(INSTALL_DATA) $(srcdir)/cr32-action-superkey.png $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/superkey.png
+
+ uninstall-kde-icons:
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_left.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/altkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/metakey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_mid.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/key.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/keypressno.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/capskey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_mid_selected.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/keypressok.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_slowkeys.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_left.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/controlkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_left_selected.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_right_selected.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_right.png
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_left.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_stickykeys.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/superkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_right.png
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/unlatched.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/superkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/unlatched.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_right_selected.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_left_selected.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_stickykeys.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_left_selected.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/altkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/controlkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_left_selected.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/capskey.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_slowkeys.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/shiftkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/key.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/lockkey.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_mid.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_left.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_slowkeys.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/keypressno.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/shiftkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/hyperkey.svg
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/keypressok.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/altkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/controlkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_right.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/hyperkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/key.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_mid.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_slowkeys.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_mid.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/superkey.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/keypressno.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/keypressok.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_mid_selected.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_right_selected.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_stickykeys.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_right_selected.png
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_mid.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/hyperkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_right_selected.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_slowkeys.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_left.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/capskey.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_left.png
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/superkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_mid_selected.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_slowkeys.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/capskey.png
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_stickykeys.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_right_selected.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_left.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_stickykeys.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_stickykeys.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/unlatched.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/unlatched.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/lockkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_right_selected.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/hyperkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/altkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/metakey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/superkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/controlkey.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/hyperkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/altkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_left_selected.png
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/shiftkey.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_left_selected.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_left.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/shiftkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/keypressno.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/controlkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/keypressok.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/altkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_mid_selected.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_mid.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/key.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/hyperkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/keypressno.png
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/controlkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/altkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_slowkeys.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/metakey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/metakey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/hyperkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/keypressok.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/metakey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/capskey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/unlatched.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/superkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/capskey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/lockkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/keypressok.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/key.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/capskey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_mid.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/shiftkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/unlatched.svg
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_right.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_mid_selected.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/keypressno.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/keypressok.png
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/lockkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_right_selected.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_right.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/keypressno.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/superkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_stickykeys.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_mid_selected.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_left.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/hyperkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_mid.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/altkey.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_stickykeys.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_left_selected.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/metakey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_left_selected.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/shiftkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_mid_selected.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_left.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/superkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_slowkeys.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_stickykeys.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/shiftkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_right_selected.png
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_right_selected.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_left.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_stickykeys.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/shiftkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_right.png
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/key.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/key.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/key.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/shiftkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/metakey.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/kbstate_mouse_left_selected.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_mid.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_left_selected.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/keypressno.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/altkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/controlkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_slowkeys.png
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/keypressno.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/unlatched.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_slowkeys.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/keypressok.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/superkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/hyperkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_right_selected.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_mid_selected.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_stickykeys.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/key.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/altkey.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/controlkey.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/shiftkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_left.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/controlkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/altkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_slowkeys.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_mid.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/keypressok.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/hyperkey.svg
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/capskey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/keypressok.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/capskey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_slowkeys.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/altkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_mid_selected.png
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/lockkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/lockkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/keypressno.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/capskey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_right.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_right.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/hyperkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_mid_selected.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/key.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/capskey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/metakey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/shiftkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_left_selected.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_left_selected.png
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/lockkey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse_right.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/metakey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/unlatched.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/kbstate_mouse_mid.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/superkey.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/key.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/hyperkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/kbstate_mouse_right.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/controlkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/unlatched.png
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/unlatched.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/metakey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/48x48/actions/metakey.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_mid_selected.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/kbstate_mouse.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/lockkey.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/kbstate_mouse_right.svg
+ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/keypressno.png
+- -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/16x16/actions/unlatched.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/kbstate_mouse_mid_selected.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/lockkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/controlkey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/64x64/actions/keypressok.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/22x22/actions/capskey.png
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/scalable/actions/metakey.svg
++ -rm -f $(DESTDIR)$(kbstateiconsdir)/crystalsvg/32x32/actions/superkey.png
+
+ #>+ 15
+ force-reedit:
+--- kbstateapplet/Makefile.in
++++ kbstateapplet/Makefile.in
+@@ -152,6 +152,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -236,6 +237,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -272,18 +276,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -304,8 +306,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -318,6 +323,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -384,12 +390,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -424,7 +433,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -462,9 +471,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+--- kmag/Makefile.in
++++ kmag/Makefile.in
+@@ -141,6 +141,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -225,6 +226,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -261,18 +265,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -293,8 +295,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -307,6 +312,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -373,12 +379,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -420,7 +429,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -458,9 +467,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ @$(NORMAL_INSTALL)
+@@ -789,34 +798,34 @@
+ -rm -f kmag.moc kmagselrect.moc kmagzoomview.moc
+
+ #>+ 2
+-KDE_DIST=hi16-action-hidemouse.png kmag.lsm kmag.kdevprj hi16-action-followmouse.png Makefile.in hi16-action-window.png hi32-app-kmag.png kmag.mdk.spec Makefile.am
++KDE_DIST=hi16-action-hidemouse.png hi32-app-kmag.png kmag.mdk.spec kmag.lsm kmag.kdevprj hi16-action-followmouse.png Makefile.in hi16-action-window.png Makefile.am
+
+ #>+ 2
+ docs-am:
+
+ #>+ 23
+ install-kde-icons:
+- $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps
+- $(INSTALL_DATA) $(srcdir)/hi32-app-kmag.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmag.png
++ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/16x16/apps
++ $(INSTALL_DATA) $(srcdir)/lo16-app-kmag.png $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kmag.png
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps
+ $(INSTALL_DATA) $(srcdir)/hi16-app-kmag.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kmag.png
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/32x32/apps
+ $(INSTALL_DATA) $(srcdir)/lo32-app-kmag.png $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kmag.png
+- $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/16x16/apps
+- $(INSTALL_DATA) $(srcdir)/lo16-app-kmag.png $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kmag.png
++ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps
++ $(INSTALL_DATA) $(srcdir)/hi32-app-kmag.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmag.png
+ $(mkinstalldirs) $(DESTDIR)$(kmagiconsdir)/hicolor/16x16/actions
+- $(INSTALL_DATA) $(srcdir)/hi16-action-hidemouse.png $(DESTDIR)$(kmagiconsdir)/hicolor/16x16/actions/hidemouse.png
+ $(INSTALL_DATA) $(srcdir)/hi16-action-window.png $(DESTDIR)$(kmagiconsdir)/hicolor/16x16/actions/window.png
+ $(INSTALL_DATA) $(srcdir)/hi16-action-followmouse.png $(DESTDIR)$(kmagiconsdir)/hicolor/16x16/actions/followmouse.png
++ $(INSTALL_DATA) $(srcdir)/hi16-action-hidemouse.png $(DESTDIR)$(kmagiconsdir)/hicolor/16x16/actions/hidemouse.png
+
+ uninstall-kde-icons:
+- -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmag.png
++ -rm -f $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kmag.png
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kmag.png
+ -rm -f $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kmag.png
+- -rm -f $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kmag.png
+- -rm -f $(DESTDIR)$(kmagiconsdir)/hicolor/16x16/actions/hidemouse.png
++ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmag.png
+ -rm -f $(DESTDIR)$(kmagiconsdir)/hicolor/16x16/actions/window.png
+ -rm -f $(DESTDIR)$(kmagiconsdir)/hicolor/16x16/actions/followmouse.png
++ -rm -f $(DESTDIR)$(kmagiconsdir)/hicolor/16x16/actions/hidemouse.png
+
+ #>+ 15
+ force-reedit:
+--- kmousetool/kmousetool/Makefile.in
++++ kmousetool/kmousetool/Makefile.in
+@@ -158,6 +158,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -242,6 +243,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -278,18 +282,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -310,8 +312,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -324,6 +329,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -390,12 +396,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -436,7 +445,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -474,9 +483,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ @$(NORMAL_INSTALL)
+@@ -887,7 +896,7 @@
+ -rm -f kmousetool.moc
+
+ #>+ 2
+-KDE_DIST=Xmd_kmousetool.h Makefile.in kmousetoolui.ui Makefile.am
++KDE_DIST=Xmd_kmousetool.h kmousetoolui.ui Makefile.in Makefile.am
+
+ #>+ 4
+ clean-ui:
+--- kmousetool/kmousetool/pics/Makefile.in
++++ kmousetool/kmousetool/pics/Makefile.in
+@@ -93,6 +93,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -177,6 +178,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -213,18 +217,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -245,8 +247,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -259,6 +264,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -325,12 +331,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -356,7 +365,7 @@
+ all: docs-am all-am
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -394,9 +403,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+@@ -539,7 +548,7 @@
+ .NOEXPORT:
+
+ #>+ 2
+-KDE_DIST=hi32-action-kmousetool_off.png Makefile.in hi16-action-kmousetool_on.png hi32-app-kmousetool.png hi16-app-kmousetool.png hi32-action-kmousetool_on.png hi16-action-kmousetool_off.png Makefile.am
++KDE_DIST=hi16-action-kmousetool_on.png hi32-app-kmousetool.png hi16-app-kmousetool.png hi32-action-kmousetool_off.png Makefile.in hi32-action-kmousetool_on.png Makefile.am hi16-action-kmousetool_off.png
+
+ #>+ 2
+ docs-am:
+@@ -547,29 +556,29 @@
+ #>+ 26
+ install-kde-icons:
+ $(mkinstalldirs) $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/actions
+- $(INSTALL_DATA) $(srcdir)/hi16-action-kmousetool_on.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/actions/kmousetool_on.png
+- $(mkinstalldirs) $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/apps
+- $(INSTALL_DATA) $(srcdir)/hi32-app-kmousetool.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/apps/kmousetool.png
++ $(INSTALL_DATA) $(srcdir)/hi16-action-kmousetool_off.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/actions/kmousetool_off.png
+ $(mkinstalldirs) $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/apps
+ $(INSTALL_DATA) $(srcdir)/hi16-app-kmousetool.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/apps/kmousetool.png
+ $(mkinstalldirs) $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/actions
+- $(INSTALL_DATA) $(srcdir)/hi32-action-kmousetool_off.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/actions/kmousetool_off.png
+- $(INSTALL_DATA) $(srcdir)/hi16-action-kmousetool_off.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/actions/kmousetool_off.png
+ $(INSTALL_DATA) $(srcdir)/hi32-action-kmousetool_on.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/actions/kmousetool_on.png
+- $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps
+- $(INSTALL_DATA) $(srcdir)/hi32-app-kmousetool.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmousetool.png
++ $(INSTALL_DATA) $(srcdir)/hi16-action-kmousetool_on.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/actions/kmousetool_on.png
++ $(mkinstalldirs) $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/apps
++ $(INSTALL_DATA) $(srcdir)/hi32-app-kmousetool.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/apps/kmousetool.png
++ $(INSTALL_DATA) $(srcdir)/hi32-action-kmousetool_off.png $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/actions/kmousetool_off.png
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps
+ $(INSTALL_DATA) $(srcdir)/hi16-app-kmousetool.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kmousetool.png
++ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps
++ $(INSTALL_DATA) $(srcdir)/hi32-app-kmousetool.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmousetool.png
+
+ uninstall-kde-icons:
++ -rm -f $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/actions/kmousetool_off.png
++ -rm -f $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/apps/kmousetool.png
++ -rm -f $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/actions/kmousetool_on.png
+ -rm -f $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/actions/kmousetool_on.png
+ -rm -f $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/apps/kmousetool.png
+- -rm -f $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/apps/kmousetool.png
+ -rm -f $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/actions/kmousetool_off.png
+- -rm -f $(DESTDIR)$(kmousetooliconsdir)/hicolor/16x16/actions/kmousetool_off.png
+- -rm -f $(DESTDIR)$(kmousetooliconsdir)/hicolor/32x32/actions/kmousetool_on.png
+- -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmousetool.png
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kmousetool.png
++ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmousetool.png
+
+ #>+ 15
+ force-reedit:
+--- kmousetool/Makefile.in
++++ kmousetool/Makefile.in
+@@ -110,6 +110,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -194,6 +195,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -230,18 +234,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -262,8 +264,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -276,6 +281,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -342,12 +348,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -371,7 +380,7 @@
+ all: docs-am all-recursive
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -409,9 +418,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+@@ -698,7 +707,7 @@
+ .NOEXPORT:
+
+ #>+ 2
+-KDE_DIST=Makefile.in kmousetool.lsm Makefile.am
++KDE_DIST=kmousetool.lsm Makefile.in Makefile.am
+
+ #>+ 2
+ docs-am:
+--- kmouth/books/Makefile.in
++++ kmouth/books/Makefile.in
+@@ -106,6 +106,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -190,6 +191,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -226,18 +230,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -258,8 +260,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -272,6 +277,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -338,12 +344,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -372,7 +381,7 @@
+ all: docs-am all-am
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -410,9 +419,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+@@ -608,7 +617,7 @@
+ .NOEXPORT:
+
+ #>+ 2
+-KDE_DIST=en-personal.phrasebook nl-personal.phrasebook nl-courteousness.phrasebook en-howareyou.phrasebook nl-howareyou.phrasebook en-courteousness.phrasebook sv-courteousness.phrasebook sv-howareyou.phrasebook sv-greetings.phrasebook sv-personal.phrasebook nl-greetings.phrasebook Makefile.in de-greetings.phrasebook en.desktop de-personal.phrasebook nl.desktop de-courteousness.phrasebook en-greetings.phrasebook de.desktop sv.desktop de-howareyou.phrasebook Makefile.am
++KDE_DIST=en.desktop en-personal.phrasebook nl-personal.phrasebook nl-courteousness.phrasebook de-personal.phrasebook en-howareyou.phrasebook nl.desktop de-courteousness.phrasebook nl-howareyou.phrasebook en-courteousness.phrasebook en-greetings.phrasebook sv-courteousness.phrasebook sv-howareyou.phrasebook sv-greetings.phrasebook sv-personal.phrasebook de.desktop nl-greetings.phrasebook sv.desktop Makefile.in de-howareyou.phrasebook de-greetings.phrasebook Makefile.am
+
+ #>+ 2
+ docs-am:
+--- kmouth/icons/app/Makefile.in
++++ kmouth/icons/app/Makefile.in
+@@ -93,6 +93,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -177,6 +178,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -213,18 +217,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -245,8 +247,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -259,6 +264,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -325,12 +331,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -354,7 +363,7 @@
+ all: docs-am all-am
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -392,9 +401,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+@@ -537,36 +546,36 @@
+ .NOEXPORT:
+
+ #>+ 2
+-KDE_DIST=hi22-app-kmouth.png hi32-app-kmouth.png Makefile.in lo32-app-kmouth.png lo22-app-kmouth.png hi48-app-kmouth.png hi16-app-kmouth.png lo16-app-kmouth.png Makefile.am
++KDE_DIST=lo32-app-kmouth.png lo22-app-kmouth.png hi48-app-kmouth.png hi22-app-kmouth.png hi16-app-kmouth.png lo16-app-kmouth.png hi32-app-kmouth.png Makefile.in Makefile.am
+
+ #>+ 2
+ docs-am:
+
+ #>+ 25
+ install-kde-icons:
+- $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps
+- $(INSTALL_DATA) $(srcdir)/hi48-app-kmouth.png $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/kmouth.png
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/22x22/apps
+ $(INSTALL_DATA) $(srcdir)/lo22-app-kmouth.png $(DESTDIR)$(kde_icondir)/locolor/22x22/apps/kmouth.png
+- $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/32x32/apps
+- $(INSTALL_DATA) $(srcdir)/lo32-app-kmouth.png $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kmouth.png
+- $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/16x16/apps
+- $(INSTALL_DATA) $(srcdir)/lo16-app-kmouth.png $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kmouth.png
+- $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps
+- $(INSTALL_DATA) $(srcdir)/hi22-app-kmouth.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/kmouth.png
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps
+ $(INSTALL_DATA) $(srcdir)/hi32-app-kmouth.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmouth.png
++ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/32x32/apps
++ $(INSTALL_DATA) $(srcdir)/lo32-app-kmouth.png $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kmouth.png
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps
+ $(INSTALL_DATA) $(srcdir)/hi16-app-kmouth.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kmouth.png
++ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps
++ $(INSTALL_DATA) $(srcdir)/hi22-app-kmouth.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/kmouth.png
++ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/16x16/apps
++ $(INSTALL_DATA) $(srcdir)/lo16-app-kmouth.png $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kmouth.png
++ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps
++ $(INSTALL_DATA) $(srcdir)/hi48-app-kmouth.png $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/kmouth.png
+
+ uninstall-kde-icons:
+- -rm -f $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/kmouth.png
+ -rm -f $(DESTDIR)$(kde_icondir)/locolor/22x22/apps/kmouth.png
+- -rm -f $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kmouth.png
+- -rm -f $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kmouth.png
+- -rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/kmouth.png
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kmouth.png
++ -rm -f $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kmouth.png
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kmouth.png
++ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/kmouth.png
++ -rm -f $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kmouth.png
++ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/kmouth.png
+
+ #>+ 15
+ force-reedit:
+--- kmouth/icons/history/Makefile.in
++++ kmouth/icons/history/Makefile.in
+@@ -95,6 +95,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -179,6 +180,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -215,18 +219,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -247,8 +249,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -261,6 +266,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -327,12 +333,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -360,7 +369,7 @@
+ all: docs-am all-am
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -398,9 +407,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+@@ -550,29 +559,29 @@
+
+ #>+ 25
+ install-kde-icons:
+- $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions
+- $(INSTALL_DATA) $(srcdir)/hi22-action-phrasehistory_print.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_print.png
+ $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions
+ $(INSTALL_DATA) $(srcdir)/hi32-action-phrasehistory_print.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasehistory_print.png
+- $(INSTALL_DATA) $(srcdir)/hi22-action-phrasehistory_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_save.png
+ $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions
+- $(INSTALL_DATA) $(srcdir)/hi16-action-phrasehistory_print.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_print.png
++ $(INSTALL_DATA) $(srcdir)/hi16-action-phrasehistory_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_open.png
+ $(INSTALL_DATA) $(srcdir)/hi32-action-phrasehistory_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasehistory_save.png
+- $(INSTALL_DATA) $(srcdir)/hi16-action-phrasehistory_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_save.png
++ $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions
+ $(INSTALL_DATA) $(srcdir)/hi22-action-phrasehistory_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_open.png
++ $(INSTALL_DATA) $(srcdir)/hi22-action-phrasehistory_print.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_print.png
++ $(INSTALL_DATA) $(srcdir)/hi16-action-phrasehistory_print.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_print.png
+ $(INSTALL_DATA) $(srcdir)/hi32-action-phrasehistory_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasehistory_open.png
+- $(INSTALL_DATA) $(srcdir)/hi16-action-phrasehistory_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_open.png
++ $(INSTALL_DATA) $(srcdir)/hi16-action-phrasehistory_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_save.png
++ $(INSTALL_DATA) $(srcdir)/hi22-action-phrasehistory_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_save.png
+
+ uninstall-kde-icons:
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_print.png
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasehistory_print.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_save.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_print.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_open.png
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasehistory_save.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_save.png
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_open.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_print.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_print.png
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasehistory_open.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_open.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasehistory_save.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasehistory_save.png
+
+ #>+ 15
+ force-reedit:
+--- kmouth/icons/Makefile.in
++++ kmouth/icons/Makefile.in
+@@ -111,6 +111,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -195,6 +196,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -231,18 +235,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -263,8 +265,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -277,6 +282,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -343,12 +349,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -377,7 +386,7 @@
+ all: docs-am all-recursive
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -415,9 +424,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+@@ -717,18 +726,18 @@
+ install-kde-icons:
+ $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions
+ $(INSTALL_DATA) $(srcdir)/hi22-action-speak.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/speak.png
+- $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions
+- $(INSTALL_DATA) $(srcdir)/hi32-action-speak.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/speak.png
+ $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions
+ $(INSTALL_DATA) $(srcdir)/hi16-action-speak.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/speak.png
+ $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/48x48/actions
+ $(INSTALL_DATA) $(srcdir)/hi48-action-speak.png $(DESTDIR)$(kmouthiconsdir)/hicolor/48x48/actions/speak.png
++ $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions
++ $(INSTALL_DATA) $(srcdir)/hi32-action-speak.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/speak.png
+
+ uninstall-kde-icons:
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/speak.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/speak.png
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/speak.png
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/48x48/actions/speak.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/speak.png
+
+ #>+ 15
+ force-reedit:
+--- kmouth/icons/phrase/Makefile.in
++++ kmouth/icons/phrase/Makefile.in
+@@ -95,6 +95,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -179,6 +180,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -215,18 +219,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -247,8 +249,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -261,6 +266,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -327,12 +333,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -360,7 +369,7 @@
+ all: docs-am all-am
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -398,9 +407,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+@@ -552,33 +561,33 @@
+ install-kde-icons:
+ $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions
+ $(INSTALL_DATA) $(srcdir)/hi22-action-phrase_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_save.png
++ $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions
++ $(INSTALL_DATA) $(srcdir)/hi16-action-phrase_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_open.png
++ $(INSTALL_DATA) $(srcdir)/hi16-action-phrase.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase.png
++ $(INSTALL_DATA) $(srcdir)/hi16-action-phrase_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_new.png
+ $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions
+ $(INSTALL_DATA) $(srcdir)/hi32-action-phrase_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrase_save.png
+ $(INSTALL_DATA) $(srcdir)/hi22-action-phrase.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase.png
+- $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions
+- $(INSTALL_DATA) $(srcdir)/hi16-action-phrase_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_save.png
+- $(INSTALL_DATA) $(srcdir)/hi22-action-phrase_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_open.png
+ $(INSTALL_DATA) $(srcdir)/hi32-action-phrase.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrase.png
++ $(INSTALL_DATA) $(srcdir)/hi22-action-phrase_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_open.png
++ $(INSTALL_DATA) $(srcdir)/hi16-action-phrase_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_save.png
+ $(INSTALL_DATA) $(srcdir)/hi32-action-phrase_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrase_open.png
+- $(INSTALL_DATA) $(srcdir)/hi16-action-phrase.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase.png
+- $(INSTALL_DATA) $(srcdir)/hi16-action-phrase_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_open.png
+- $(INSTALL_DATA) $(srcdir)/hi22-action-phrase_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_new.png
+ $(INSTALL_DATA) $(srcdir)/hi32-action-phrase_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrase_new.png
+- $(INSTALL_DATA) $(srcdir)/hi16-action-phrase_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_new.png
++ $(INSTALL_DATA) $(srcdir)/hi22-action-phrase_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_new.png
+
+ uninstall-kde-icons:
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_save.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_open.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_new.png
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrase_save.png
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_save.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_open.png
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrase.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_open.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_save.png
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrase_open.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_open.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_new.png
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrase_new.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrase_new.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrase_new.png
+
+ #>+ 15
+ force-reedit:
+--- kmouth/icons/phrasebook/Makefile.in
++++ kmouth/icons/phrasebook/Makefile.in
+@@ -95,6 +95,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -179,6 +180,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -215,18 +219,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -247,8 +249,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -261,6 +266,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -327,12 +333,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -360,7 +369,7 @@
+ all: docs-am all-am
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -398,9 +407,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+@@ -551,40 +560,40 @@
+ #>+ 37
+ install-kde-icons:
+ $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions
+- $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook_closed.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_closed.png
++ $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook.png
++ $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_open.png
+ $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions
+- $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_open.png
++ $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_new.png
++ $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook_closed.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_closed.png
++ $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_save.png
+ $(mkinstalldirs) $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions
+- $(INSTALL_DATA) $(srcdir)/hi16-action-phrasebook_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_open.png
+- $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook_closed.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_closed.png
+- $(INSTALL_DATA) $(srcdir)/hi16-action-phrasebook_closed.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_closed.png
+- $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook.png
+- $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook.png
++ $(INSTALL_DATA) $(srcdir)/hi16-action-phrasebook_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_save.png
+ $(INSTALL_DATA) $(srcdir)/hi16-action-phrasebook.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook.png
+- $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_new.png
+- $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_new.png
++ $(INSTALL_DATA) $(srcdir)/hi16-action-phrasebook_closed.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_closed.png
+ $(INSTALL_DATA) $(srcdir)/hi16-action-phrasebook_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_new.png
++ $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook_new.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_new.png
+ $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_save.png
+- $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_save.png
+- $(INSTALL_DATA) $(srcdir)/hi22-action-phrasebook_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_open.png
+- $(INSTALL_DATA) $(srcdir)/hi16-action-phrasebook_save.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_save.png
++ $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_open.png
++ $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook_closed.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_closed.png
++ $(INSTALL_DATA) $(srcdir)/hi16-action-phrasebook_open.png $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_open.png
++ $(INSTALL_DATA) $(srcdir)/hi32-action-phrasebook.png $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook.png
+
+ uninstall-kde-icons:
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_closed.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_open.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_open.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_closed.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_closed.png
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_new.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_open.png
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_new.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_new.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_save.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_closed.png
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_save.png
+- -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_open.png
+ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_save.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_closed.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_new.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_new.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/22x22/actions/phrasebook_save.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_open.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook_closed.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/16x16/actions/phrasebook_open.png
++ -rm -f $(DESTDIR)$(kmouthiconsdir)/hicolor/32x32/actions/phrasebook.png
+
+ #>+ 15
+ force-reedit:
+--- kmouth/Makefile.in
++++ kmouth/Makefile.in
+@@ -167,6 +167,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -251,6 +252,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -287,18 +291,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -319,8 +321,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -333,6 +338,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -399,12 +405,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -446,7 +455,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -484,9 +493,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ @$(NORMAL_INSTALL)
+@@ -918,6 +927,13 @@
+ mocs: speech.moc
+
+ #>+ 3
++phraselist.moc: $(srcdir)/phraselist.h
++ $(MOC) $(srcdir)/phraselist.h -o phraselist.moc
++
++#>+ 2
++mocs: phraselist.moc
++
++#>+ 3
+ optionsdialog.moc: $(srcdir)/optionsdialog.h
+ $(MOC) $(srcdir)/optionsdialog.h -o optionsdialog.moc
+
+@@ -932,11 +948,11 @@
+ mocs: texttospeechsystem.moc
+
+ #>+ 3
+-phraselist.moc: $(srcdir)/phraselist.h
+- $(MOC) $(srcdir)/phraselist.h -o phraselist.moc
++kmouth.moc: $(srcdir)/kmouth.h
++ $(MOC) $(srcdir)/kmouth.h -o kmouth.moc
+
+ #>+ 2
+-mocs: phraselist.moc
++mocs: kmouth.moc
+
+ #>+ 3
+ configwizard.moc: $(srcdir)/configwizard.h
+@@ -946,18 +962,11 @@
+ mocs: configwizard.moc
+
+ #>+ 3
+-kmouth.moc: $(srcdir)/kmouth.h
+- $(MOC) $(srcdir)/kmouth.h -o kmouth.moc
+-
+-#>+ 2
+-mocs: kmouth.moc
+-
+-#>+ 3
+ clean-metasources:
+- -rm -f speech.moc optionsdialog.moc texttospeechsystem.moc phraselist.moc configwizard.moc kmouth.moc
++ -rm -f speech.moc phraselist.moc optionsdialog.moc texttospeechsystem.moc kmouth.moc configwizard.moc
+
+ #>+ 2
+-KDE_DIST=Makefile.in kmouth.lsm Makefile.am
++KDE_DIST=kmouth.lsm Makefile.in Makefile.am
+
+ #>+ 5
+ clean-ui:
+@@ -1007,7 +1016,7 @@
+
+
+ #>+ 11
+-kmouth.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/texttospeechconfigurationwidget.cpp $(srcdir)/optionsdialog.cpp $(srcdir)/configwizard.cpp $(srcdir)/phraseedit.cpp $(srcdir)/phraselist.cpp $(srcdir)/speech.cpp $(srcdir)/texttospeechsystem.cpp $(srcdir)/phraselistitem.cpp $(srcdir)/kmouth.cpp $(srcdir)/main.cpp preferencesui.cpp texttospeechconfigurationui.cpp speech.moc texttospeechsystem.moc kmouth.moc preferencesui.moc optionsdialog.moc phraselist.moc texttospeechconfigurationui.moc configwizard.moc
++kmouth.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/texttospeechconfigurationwidget.cpp $(srcdir)/optionsdialog.cpp $(srcdir)/configwizard.cpp $(srcdir)/phraseedit.cpp $(srcdir)/phraselist.cpp $(srcdir)/speech.cpp $(srcdir)/texttospeechsystem.cpp $(srcdir)/phraselistitem.cpp $(srcdir)/kmouth.cpp $(srcdir)/main.cpp preferencesui.cpp texttospeechconfigurationui.cpp speech.moc texttospeechsystem.moc kmouth.moc preferencesui.moc phraselist.moc optionsdialog.moc texttospeechconfigurationui.moc configwizard.moc
+ @echo 'creating kmouth.all_cpp.cpp ...'; \
+ rm -f kmouth.all_cpp.files kmouth.all_cpp.final; \
+ echo "#define KDE_USE_FINAL 1" >> kmouth.all_cpp.final; \
+--- kmouth/phrasebook/Makefile.in
++++ kmouth/phrasebook/Makefile.in
+@@ -142,6 +142,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -226,6 +227,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -262,18 +266,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -294,8 +296,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -308,6 +313,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -374,12 +380,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -416,7 +425,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -454,9 +463,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ clean-noinstLIBRARIES:
+--- kmouth/wordcompletion/Makefile.in
++++ kmouth/wordcompletion/Makefile.in
+@@ -134,6 +134,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -218,6 +219,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -254,18 +258,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -286,8 +288,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -300,6 +305,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -366,12 +372,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -409,7 +418,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -447,9 +456,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ clean-noinstLIBRARIES:
+@@ -711,7 +720,7 @@
+ -rm -f dictionarycreationwizard.moc wordcompletion.moc wordcompletionwidget.moc klanguagebutton.moc
+
+ #>+ 2
+-KDE_DIST=Makefile.in wordcompletionui.ui.h Makefile.am
++KDE_DIST=wordcompletionui.ui.h Makefile.in Makefile.am
+
+ #>+ 7
+ clean-ui:
+--- ksayit/Freeverb_plugin/Makefile.in
++++ ksayit/Freeverb_plugin/Makefile.in
+@@ -147,6 +147,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -231,6 +232,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -267,18 +271,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -299,8 +301,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -313,6 +318,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -379,12 +385,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -430,7 +439,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -468,9 +477,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-fxpluginsLTLIBRARIES: $(fxplugins_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -790,7 +799,7 @@
+ -rm -f ksayitfreeverblib.moc freeverbsetupimpl.moc
+
+ #>+ 2
+-KDE_DIST=freeverb_setup.ui Makefile.in ksayit_libFreeverb_service.desktop ksayit_libFreeverb.desktop configure.in.in Makefile.am
++KDE_DIST=ksayit_libFreeverb_service.desktop ksayit_libFreeverb.desktop freeverb_setup.ui configure.in.in Makefile.in Makefile.am
+
+ #>+ 4
+ clean-ui:
+--- ksayit/KTTSD_Lib/Makefile.in
++++ ksayit/KTTSD_Lib/Makefile.in
+@@ -141,6 +141,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -225,6 +226,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -261,18 +265,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -293,8 +295,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -307,6 +312,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -373,12 +379,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -430,7 +439,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -468,9 +477,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -755,22 +764,22 @@
+ mocs: kttsdlibsetupimpl.moc
+
+ #>+ 3
+-kttsdlibtalker2.moc: $(srcdir)/kttsdlibtalker2.h
+- $(MOC) $(srcdir)/kttsdlibtalker2.h -o kttsdlibtalker2.moc
++kttsdlib.moc: $(srcdir)/kttsdlib.h
++ $(MOC) $(srcdir)/kttsdlib.h -o kttsdlib.moc
+
+ #>+ 2
+-mocs: kttsdlibtalker2.moc
++mocs: kttsdlib.moc
+
+ #>+ 3
+-kttsdlib.moc: $(srcdir)/kttsdlib.h
+- $(MOC) $(srcdir)/kttsdlib.h -o kttsdlib.moc
++kttsdlibtalker2.moc: $(srcdir)/kttsdlibtalker2.h
++ $(MOC) $(srcdir)/kttsdlibtalker2.h -o kttsdlibtalker2.moc
+
+ #>+ 2
+-mocs: kttsdlib.moc
++mocs: kttsdlibtalker2.moc
+
+ #>+ 3
+ clean-metasources:
+- -rm -f kttsdlibsetupimpl.moc kttsdlibtalker2.moc kttsdlib.moc
++ -rm -f kttsdlibsetupimpl.moc kttsdlib.moc kttsdlibtalker2.moc
+
+ #>+ 2
+ KDE_DIST=Makefile.in Makefile.am KTTSDlibSetup.ui
+@@ -832,7 +841,7 @@
+
+
+ #>+ 11
+-libKTTSD_Lib_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kttsdlib.cpp $(srcdir)/kttsdlibsetupimpl.cpp $(srcdir)/kttsdlibtalker2.cpp kspeech_stub.cpp kspeechsink_skel.cpp KTTSDlibSetup.cpp kttsdlibsetupimpl.moc kttsdlib.moc kttsdlibtalker2.moc KTTSDlibSetup.moc
++libKTTSD_Lib_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kttsdlib.cpp $(srcdir)/kttsdlibsetupimpl.cpp $(srcdir)/kttsdlibtalker2.cpp kspeech_stub.cpp kspeechsink_skel.cpp KTTSDlibSetup.cpp kttsdlibsetupimpl.moc kttsdlibtalker2.moc kttsdlib.moc KTTSDlibSetup.moc
+ @echo 'creating libKTTSD_Lib_la.all_cpp.cpp ...'; \
+ rm -f libKTTSD_Lib_la.all_cpp.files libKTTSD_Lib_la.all_cpp.final; \
+ echo "#define KDE_USE_FINAL 1" >> libKTTSD_Lib_la.all_cpp.final; \
+--- ksayit/Makefile.in
++++ ksayit/Makefile.in
+@@ -110,6 +110,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -194,6 +195,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -230,18 +234,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -262,8 +264,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -276,6 +281,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -342,12 +348,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -372,7 +381,7 @@
+ all: docs-am all-recursive
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -410,9 +419,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+@@ -699,7 +708,7 @@
+ .NOEXPORT:
+
+ #>+ 2
+-KDE_DIST=DocBook.README Makefile.in ksayit.kdevelop Doxyfile configure.in.in Makefile.am
++KDE_DIST=DocBook.README Doxyfile configure.in.in Makefile.in ksayit.kdevelop Makefile.am
+
+ #>+ 2
+ docs-am:
+--- ksayit/src/Makefile.in
++++ ksayit/src/Makefile.in
+@@ -162,6 +162,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -246,6 +247,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -282,18 +286,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -314,8 +316,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -328,6 +333,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -394,12 +400,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -462,7 +471,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -500,9 +509,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ @$(NORMAL_INSTALL)
+@@ -858,18 +867,18 @@
+ mocs: ksayit.moc
+
+ #>+ 3
+-fxpluginhandler.moc: $(srcdir)/fxpluginhandler.h
+- $(MOC) $(srcdir)/fxpluginhandler.h -o fxpluginhandler.moc
++ksayitsystemtray.moc: $(srcdir)/ksayitsystemtray.h
++ $(MOC) $(srcdir)/ksayitsystemtray.h -o ksayitsystemtray.moc
+
+ #>+ 2
+-mocs: fxpluginhandler.moc
++mocs: ksayitsystemtray.moc
+
+ #>+ 3
+-ksayitsystemtray.moc: $(srcdir)/ksayitsystemtray.h
+- $(MOC) $(srcdir)/ksayitsystemtray.h -o ksayitsystemtray.moc
++fxpluginhandler.moc: $(srcdir)/fxpluginhandler.h
++ $(MOC) $(srcdir)/fxpluginhandler.h -o fxpluginhandler.moc
+
+ #>+ 2
+-mocs: ksayitsystemtray.moc
++mocs: fxpluginhandler.moc
+
+ #>+ 3
+ ksayit_fxplugin.moc.cpp: $(srcdir)/ksayit_fxplugin.h
+@@ -879,25 +888,25 @@
+ mocs: ksayit_fxplugin.moc.cpp
+
+ #>+ 3
+-fxsetupimpl.moc: $(srcdir)/fxsetupimpl.h
+- $(MOC) $(srcdir)/fxsetupimpl.h -o fxsetupimpl.moc
++ksayitviewimpl.moc: $(srcdir)/ksayitviewimpl.h
++ $(MOC) $(srcdir)/ksayitviewimpl.h -o ksayitviewimpl.moc
+
+ #>+ 2
+-mocs: fxsetupimpl.moc
++mocs: ksayitviewimpl.moc
+
+ #>+ 3
+-ksayitviewimpl.moc: $(srcdir)/ksayitviewimpl.h
+- $(MOC) $(srcdir)/ksayitviewimpl.h -o ksayitviewimpl.moc
++fxsetupimpl.moc: $(srcdir)/fxsetupimpl.h
++ $(MOC) $(srcdir)/fxsetupimpl.h -o fxsetupimpl.moc
+
+ #>+ 2
+-mocs: ksayitviewimpl.moc
++mocs: fxsetupimpl.moc
+
+ #>+ 3
+ clean-metasources:
+- -rm -f contextmenuhandler.moc voicesetupdlg.moc ksayit.moc fxpluginhandler.moc ksayitsystemtray.moc ksayit_fxplugin.moc.cpp fxsetupimpl.moc ksayitviewimpl.moc
++ -rm -f contextmenuhandler.moc voicesetupdlg.moc ksayit.moc ksayitsystemtray.moc fxpluginhandler.moc ksayit_fxplugin.moc.cpp ksayitviewimpl.moc fxsetupimpl.moc
+
+ #>+ 2
+-KDE_DIST=ksayitui.rc DocTreeView.ui hi32-app-ksayit.png Makefile.in hi32-app-ksayit_clipempty.png hi16-app-ksayit.png DocTreeView.ui.h fx_setup.ui hi32-app-ksayit_talking.png ContextMenus.xml KSayItView.ui ksayit.desktop Makefile.am
++KDE_DIST=ksayitui.rc hi32-app-ksayit_clipempty.png hi16-app-ksayit.png DocTreeView.ui.h DocTreeView.ui fx_setup.ui hi32-app-ksayit_talking.png hi32-app-ksayit.png ContextMenus.xml KSayItView.ui Makefile.in ksayit.desktop Makefile.am
+
+ #>+ 4
+ clean-idl:
+@@ -917,17 +926,17 @@
+ #>+ 14
+ install-kde-icons:
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps
+- $(INSTALL_DATA) $(srcdir)/hi32-app-ksayit_talking.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit_talking.png
+ $(INSTALL_DATA) $(srcdir)/hi32-app-ksayit_clipempty.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit_clipempty.png
+- $(INSTALL_DATA) $(srcdir)/hi32-app-ksayit.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit.png
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps
+ $(INSTALL_DATA) $(srcdir)/hi16-app-ksayit.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/ksayit.png
++ $(INSTALL_DATA) $(srcdir)/hi32-app-ksayit_talking.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit_talking.png
++ $(INSTALL_DATA) $(srcdir)/hi32-app-ksayit.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit.png
+
+ uninstall-kde-icons:
+- -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit_talking.png
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit_clipempty.png
+- -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit.png
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/ksayit.png
++ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit_talking.png
++ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/ksayit.png
+
+ #>+ 15
+ force-reedit:
+@@ -968,7 +977,7 @@
+
+
+ #>+ 11
+-ksayit.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/doctreeviewimpl.cpp $(srcdir)/effectstack.cpp $(srcdir)/fxpluginhandler.cpp $(srcdir)/fxsetupimpl.cpp $(srcdir)/ksayitsystemtray.cpp $(srcdir)/ksayitviewimpl.cpp $(srcdir)/main.cpp $(srcdir)/voicesetupdlg.cpp $(srcdir)/ksayit.cpp $(srcdir)/parasaxparser.cpp $(srcdir)/saxhandler.cpp $(srcdir)/ksayitbookmarkhandler.cpp $(srcdir)/contextmenuhandler.cpp $(srcdir)/docbookclasses.cpp $(srcdir)/docbookgenerator.cpp $(srcdir)/docbookparser.cpp ksayit_skel.cpp DocTreeView.cpp fx_setup.cpp KSayItView.cpp ksayit_fxplugin.moc.cpp contextmenuhandler.moc voicesetupdlg.moc ksayit.moc fx_setup.moc fxpluginhandler.moc ksayitsystemtray.moc ksayitviewimpl.moc fxsetupimpl.moc DocTreeView.moc KSayItView.moc
++ksayit.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/doctreeviewimpl.cpp $(srcdir)/effectstack.cpp $(srcdir)/fxpluginhandler.cpp $(srcdir)/fxsetupimpl.cpp $(srcdir)/ksayitsystemtray.cpp $(srcdir)/ksayitviewimpl.cpp $(srcdir)/main.cpp $(srcdir)/voicesetupdlg.cpp $(srcdir)/ksayit.cpp $(srcdir)/parasaxparser.cpp $(srcdir)/saxhandler.cpp $(srcdir)/ksayitbookmarkhandler.cpp $(srcdir)/contextmenuhandler.cpp $(srcdir)/docbookclasses.cpp $(srcdir)/docbookgenerator.cpp $(srcdir)/docbookparser.cpp ksayit_skel.cpp DocTreeView.cpp fx_setup.cpp KSayItView.cpp ksayit_fxplugin.moc.cpp contextmenuhandler.moc voicesetupdlg.moc ksayit.moc fx_setup.moc ksayitsystemtray.moc fxpluginhandler.moc fxsetupimpl.moc ksayitviewimpl.moc DocTreeView.moc KSayItView.moc
+ @echo 'creating ksayit.all_cpp.cpp ...'; \
+ rm -f ksayit.all_cpp.files ksayit.all_cpp.final; \
+ echo "#define KDE_USE_FINAL 1" >> ksayit.all_cpp.final; \
+--- kttsd/app-plugins/kate/Makefile.in
++++ kttsd/app-plugins/kate/Makefile.in
+@@ -136,6 +136,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -220,6 +221,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -256,18 +260,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -288,8 +290,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -302,6 +307,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -368,12 +374,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -414,7 +423,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -452,9 +461,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+--- kttsd/app-plugins/Makefile.in
++++ kttsd/app-plugins/Makefile.in
+@@ -109,6 +109,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -193,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -229,18 +233,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -261,8 +263,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -275,6 +280,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -341,12 +347,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -370,7 +379,7 @@
+ all: docs-am all-recursive
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -408,9 +417,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+--- kttsd/compat/icons/Makefile.in
++++ kttsd/compat/icons/Makefile.in
+@@ -93,6 +93,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -177,6 +178,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -213,18 +217,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -245,8 +247,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -259,6 +264,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -325,12 +331,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -354,7 +363,7 @@
+ all: docs-am all-am
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -392,9 +401,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+@@ -537,36 +546,36 @@
+ .NOEXPORT:
+
+ #>+ 2
+-KDE_DIST=cr64-app-kttsd.png cr48-app-kttsd.png cr32-app-kttsd.png Makefile.in cr128-app-kttsd.png cr22-app-kttsd.png cr16-app-kttsd.png Makefile.am crsc-app-kttsd.svgz
++KDE_DIST=cr22-app-kttsd.png cr64-app-kttsd.png cr48-app-kttsd.png cr16-app-kttsd.png cr32-app-kttsd.png Makefile.in Makefile.am crsc-app-kttsd.svgz cr128-app-kttsd.png
+
+ #>+ 2
+ docs-am:
+
+ #>+ 25
+ install-kde-icons:
+- $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps
+- $(INSTALL_DATA) $(srcdir)/cr22-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/kttsd.png
++ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps
++ $(INSTALL_DATA) $(srcdir)/cr48-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/kttsd.png
++ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps
++ $(INSTALL_DATA) $(srcdir)/cr128-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/kttsd.png
++ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps
++ $(INSTALL_DATA) $(srcdir)/crsc-app-kttsd.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/kttsd.svgz
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps
+ $(INSTALL_DATA) $(srcdir)/cr32-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps/kttsd.png
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps
+ $(INSTALL_DATA) $(srcdir)/cr16-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/kttsd.png
++ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps
++ $(INSTALL_DATA) $(srcdir)/cr22-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/kttsd.png
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps
+ $(INSTALL_DATA) $(srcdir)/cr64-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/kttsd.png
+- $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps
+- $(INSTALL_DATA) $(srcdir)/cr128-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/kttsd.png
+- $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps
+- $(INSTALL_DATA) $(srcdir)/crsc-app-kttsd.svgz $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/kttsd.svgz
+- $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps
+- $(INSTALL_DATA) $(srcdir)/cr48-app-kttsd.png $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/kttsd.png
+
+ uninstall-kde-icons:
+- -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/kttsd.png
++ -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/kttsd.png
++ -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/kttsd.png
++ -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/kttsd.svgz
+ -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/apps/kttsd.png
+ -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/apps/kttsd.png
++ -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/apps/kttsd.png
+ -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/64x64/apps/kttsd.png
+- -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/128x128/apps/kttsd.png
+- -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/scalable/apps/kttsd.svgz
+- -rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/48x48/apps/kttsd.png
+
+ #>+ 15
+ force-reedit:
+--- kttsd/compat/interfaces/kspeech/Makefile.in
++++ kttsd/compat/interfaces/kspeech/Makefile.in
+@@ -110,6 +110,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -194,6 +195,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -230,18 +234,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -262,8 +264,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -276,6 +281,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -342,12 +348,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -379,7 +388,7 @@
+ all: docs-am all-am
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -417,9 +426,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+--- kttsd/compat/interfaces/Makefile.in
++++ kttsd/compat/interfaces/Makefile.in
+@@ -109,6 +109,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -193,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -229,18 +233,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -261,8 +263,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -275,6 +280,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -341,12 +347,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -372,7 +381,7 @@
+ all: docs-am all-recursive
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -410,9 +419,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+--- kttsd/compat/Makefile.in
++++ kttsd/compat/Makefile.in
+@@ -109,6 +109,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -193,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -229,18 +233,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -261,8 +263,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -275,6 +280,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -341,12 +347,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -373,7 +382,7 @@
+ all: docs-am all-recursive
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -411,9 +420,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+--- kttsd/filters/Makefile.in
++++ kttsd/filters/Makefile.in
+@@ -148,6 +148,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -232,6 +233,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -268,18 +272,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -300,8 +302,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -314,6 +319,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -380,12 +386,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -426,7 +435,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -464,9 +473,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ clean-checkPROGRAMS:
+--- kttsd/filters/sbd/Makefile.in
++++ kttsd/filters/sbd/Makefile.in
+@@ -143,6 +143,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -227,6 +228,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -263,18 +267,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -295,8 +297,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -309,6 +314,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -375,12 +381,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -434,7 +443,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -472,9 +481,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -800,7 +809,7 @@
+ -rm -f sbdconf.moc sbdproc.moc
+
+ #>+ 2
+-KDE_DIST=sbdconf.h polish_festival_sbdrc kttsd_sbdplugin.desktop Makefile.in standard_sbdrc sbdconfwidget.ui Makefile.am
++KDE_DIST=sbdconf.h standard_sbdrc polish_festival_sbdrc kttsd_sbdplugin.desktop sbdconfwidget.ui Makefile.in Makefile.am
+
+ #>+ 4
+ clean-ui:
+--- kttsd/filters/stringreplacer/Makefile.in
++++ kttsd/filters/stringreplacer/Makefile.in
+@@ -147,6 +147,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -231,6 +232,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -267,18 +271,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -299,8 +301,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -313,6 +318,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -379,12 +385,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -447,7 +456,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -485,9 +494,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -813,7 +822,7 @@
+ -rm -f stringreplacerproc.moc stringreplacerconf.moc
+
+ #>+ 2
+-KDE_DIST=festival_unspeakable_chars.xml qt2plaintext.xml stringreplacerconf.h polish_festival_unspeakables.xml stringreplacerproc.h Makefile.in chat-de.xml chat.xml editreplacementwidget.ui abbreviations.xml stringreplacerconfwidget.ui polish_festival_fixes.xml kmail.xml kttsd_stringreplacerplugin.desktop Makefile.am emoticons.xml
++KDE_DIST=festival_unspeakable_chars.xml abbreviations.xml qt2plaintext.xml stringreplacerconfwidget.ui stringreplacerconf.h polish_festival_unspeakables.xml polish_festival_fixes.xml kmail.xml stringreplacerproc.h kttsd_stringreplacerplugin.desktop Makefile.in chat-de.xml editreplacementwidget.ui chat.xml emoticons.xml Makefile.am
+
+ #>+ 5
+ clean-ui:
+--- kttsd/filters/talkerchooser/Makefile.in
++++ kttsd/filters/talkerchooser/Makefile.in
+@@ -146,6 +146,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -230,6 +231,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -266,18 +270,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -298,8 +300,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -312,6 +317,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -378,12 +384,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -436,7 +445,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -474,9 +483,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -802,7 +811,7 @@
+ -rm -f talkerchooserconf.moc talkerchooserproc.moc
+
+ #>+ 2
+-KDE_DIST=Makefile.in talkerchooserconf.h female_notifications_rc talkerchooserconfwidget.ui talkerchooserproc.h Makefile.am kttsd_talkerchooserplugin.desktop
++KDE_DIST=talkerchooserconfwidget.ui Makefile.in talkerchooserconf.h talkerchooserproc.h female_notifications_rc Makefile.am kttsd_talkerchooserplugin.desktop
+
+ #>+ 4
+ clean-ui:
+--- kttsd/filters/xmltransformer/Makefile.in
++++ kttsd/filters/xmltransformer/Makefile.in
+@@ -147,6 +147,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -231,6 +232,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -267,18 +271,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -299,8 +301,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -313,6 +318,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -379,12 +385,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -435,7 +444,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -473,9 +482,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -801,7 +810,7 @@
+ -rm -f xmltransformerconf.moc xmltransformerproc.moc
+
+ #>+ 2
+-KDE_DIST=xmltransformerproc.h xhtml2ssml.xsl Makefile.in kttsd_xmltransformerplugin.desktop xhtml2ssml_simple.xsl xmltransformerconf.h xmltransformerconfwidget.ui Makefile.am
++KDE_DIST=xhtml2ssml_simple.xsl xmltransformerproc.h xmltransformerconf.h xhtml2ssml.xsl xmltransformerconfwidget.ui Makefile.in Makefile.am kttsd_xmltransformerplugin.desktop
+
+ #>+ 4
+ clean-ui:
+--- kttsd/icons/Makefile.in
++++ kttsd/icons/Makefile.in
+@@ -93,6 +93,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -177,6 +178,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -213,18 +217,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -245,8 +247,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -259,6 +264,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -325,12 +331,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -354,7 +363,7 @@
+ all: docs-am all-am
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -392,9 +401,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+@@ -537,48 +546,48 @@
+ .NOEXPORT:
+
+ #>+ 2
+-KDE_DIST=hi16-action-nospeak.png lo22-action-speak.png hi32-action-speak.png Makefile.in hi16-action-male.png lo16-action-speak.png hi16-action-female.png hi48-action-nospeak.png hi22-action-nospeak.png hi16-action-speak.png hi32-action-nospeak.png hi48-action-speak.png hi22-action-speak.png Makefile.am lo32-action-speak.png
++KDE_DIST=hi16-action-nospeak.png hi22-action-nospeak.png lo22-action-speak.png hi16-action-speak.png hi32-action-speak.png hi32-action-nospeak.png Makefile.in hi48-action-speak.png hi22-action-speak.png hi16-action-male.png lo16-action-speak.png Makefile.am hi16-action-female.png lo32-action-speak.png hi48-action-nospeak.png
+
+ #>+ 2
+ docs-am:
+
+ #>+ 37
+ install-kde-icons:
+- $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/22x22/actions
+- $(INSTALL_DATA) $(srcdir)/hi22-action-nospeak.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/actions/nospeak.png
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/16x16/actions
+ $(INSTALL_DATA) $(srcdir)/lo16-action-speak.png $(DESTDIR)$(kde_icondir)/locolor/16x16/actions/speak.png
+- $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions
+- $(INSTALL_DATA) $(srcdir)/hi16-action-male.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/male.png
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/actions
+ $(INSTALL_DATA) $(srcdir)/hi32-action-nospeak.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/actions/nospeak.png
+- $(INSTALL_DATA) $(srcdir)/hi16-action-nospeak.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/nospeak.png
++ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/22x22/actions
+ $(INSTALL_DATA) $(srcdir)/hi22-action-speak.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/actions/speak.png
+- $(INSTALL_DATA) $(srcdir)/hi32-action-speak.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/actions/speak.png
++ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions
+ $(INSTALL_DATA) $(srcdir)/hi16-action-speak.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/speak.png
++ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/32x32/actions
++ $(INSTALL_DATA) $(srcdir)/lo32-action-speak.png $(DESTDIR)$(kde_icondir)/locolor/32x32/actions/speak.png
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/48x48/actions
+ $(INSTALL_DATA) $(srcdir)/hi48-action-nospeak.png $(DESTDIR)$(kde_icondir)/hicolor/48x48/actions/nospeak.png
+ $(INSTALL_DATA) $(srcdir)/hi48-action-speak.png $(DESTDIR)$(kde_icondir)/hicolor/48x48/actions/speak.png
++ $(INSTALL_DATA) $(srcdir)/hi32-action-speak.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/actions/speak.png
++ $(INSTALL_DATA) $(srcdir)/hi22-action-nospeak.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/actions/nospeak.png
++ $(INSTALL_DATA) $(srcdir)/hi16-action-nospeak.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/nospeak.png
+ $(INSTALL_DATA) $(srcdir)/hi16-action-female.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/female.png
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/22x22/actions
+ $(INSTALL_DATA) $(srcdir)/lo22-action-speak.png $(DESTDIR)$(kde_icondir)/locolor/22x22/actions/speak.png
+- $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/locolor/32x32/actions
+- $(INSTALL_DATA) $(srcdir)/lo32-action-speak.png $(DESTDIR)$(kde_icondir)/locolor/32x32/actions/speak.png
++ $(INSTALL_DATA) $(srcdir)/hi16-action-male.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/male.png
+
+ uninstall-kde-icons:
+- -rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/actions/nospeak.png
+ -rm -f $(DESTDIR)$(kde_icondir)/locolor/16x16/actions/speak.png
+- -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/male.png
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/actions/nospeak.png
+- -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/nospeak.png
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/actions/speak.png
+- -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/actions/speak.png
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/speak.png
++ -rm -f $(DESTDIR)$(kde_icondir)/locolor/32x32/actions/speak.png
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/48x48/actions/nospeak.png
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/48x48/actions/speak.png
++ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/actions/speak.png
++ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/actions/nospeak.png
++ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/nospeak.png
+ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/female.png
+ -rm -f $(DESTDIR)$(kde_icondir)/locolor/22x22/actions/speak.png
+- -rm -f $(DESTDIR)$(kde_icondir)/locolor/32x32/actions/speak.png
++ -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/actions/male.png
+
+ #>+ 15
+ force-reedit:
+--- kttsd/kcmkttsmgr/Makefile.in
++++ kttsd/kcmkttsmgr/Makefile.in
+@@ -145,6 +145,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -229,6 +230,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -265,18 +269,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -297,8 +299,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -311,6 +316,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -377,12 +383,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -471,7 +480,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -509,9 +518,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -854,7 +863,7 @@
+ -rm -f kcmkttsmgr.moc selectevent.moc addtalker.moc
+
+ #>+ 2
+-KDE_DIST=kcmkttsd_testmessage.desktop kcmkttsd.desktop kcmkttsmgrwidget.ui selecteventwidget.ui Makefile.in addtalkerwidget.ui Makefile.am
++KDE_DIST=kcmkttsd_testmessage.desktop kcmkttsd.desktop kcmkttsmgrwidget.ui addtalkerwidget.ui selecteventwidget.ui Makefile.in Makefile.am
+
+ #>+ 5
+ clean-idl:
+--- kttsd/kttsd/Makefile.in
++++ kttsd/kttsd/Makefile.in
+@@ -150,6 +150,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -234,6 +235,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -270,18 +274,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -302,8 +304,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -316,6 +321,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -382,12 +388,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -467,7 +476,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -505,9 +514,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ @$(NORMAL_INSTALL)
+@@ -854,7 +863,7 @@
+ -rm -f filtermgr.moc speaker.moc ssmlconvert.moc kttsd.moc speechdata.moc
+
+ #>+ 2
+-KDE_DIST=filtermgr.h kttsd.h Makefile.in speaker.h speechdata.h kttsd.desktop SSMLtoPlainText.xsl talkermgr.h Makefile.am
++KDE_DIST=speechdata.h filtermgr.h kttsd.desktop kttsd.h SSMLtoPlainText.xsl talkermgr.h Makefile.in speaker.h Makefile.am
+
+ #>+ 6
+ clean-idl:
+--- kttsd/kttsjobmgr/Makefile.in
++++ kttsd/kttsjobmgr/Makefile.in
+@@ -144,6 +144,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -228,6 +229,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -264,18 +268,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -296,8 +298,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -310,6 +315,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -376,12 +382,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -448,7 +457,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -486,9 +495,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -802,7 +811,7 @@
+ -rm -f kttsjobmgr.moc
+
+ #>+ 2
+-KDE_DIST=kttsjobmgr.h Makefile.in kttsjobmgr.desktop Makefile.am
++KDE_DIST=kttsjobmgr.desktop kttsjobmgr.h Makefile.in Makefile.am
+
+ #>+ 5
+ clean-idl:
+--- kttsd/kttsmgr/Makefile.in
++++ kttsd/kttsmgr/Makefile.in
+@@ -142,6 +142,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -226,6 +227,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -262,18 +266,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -294,8 +296,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -308,6 +313,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -374,12 +380,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -437,7 +446,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -475,9 +484,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ @$(NORMAL_INSTALL)
+--- kttsd/libkttsd/Makefile.in
++++ kttsd/libkttsd/Makefile.in
+@@ -146,6 +146,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -230,6 +231,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -266,18 +270,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -298,8 +300,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -312,6 +317,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -378,12 +384,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -469,7 +478,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -507,9 +516,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -800,18 +809,18 @@
+
+
+ #>+ 3
+-pluginproc.moc: $(srcdir)/pluginproc.h
+- $(MOC) $(srcdir)/pluginproc.h -o pluginproc.moc
++filterproc.moc: $(srcdir)/filterproc.h
++ $(MOC) $(srcdir)/filterproc.h -o filterproc.moc
+
+ #>+ 2
+-mocs: pluginproc.moc
++mocs: filterproc.moc
+
+ #>+ 3
+-filterproc.moc: $(srcdir)/filterproc.h
+- $(MOC) $(srcdir)/filterproc.h -o filterproc.moc
++pluginproc.moc: $(srcdir)/pluginproc.h
++ $(MOC) $(srcdir)/pluginproc.h -o pluginproc.moc
+
+ #>+ 2
+-mocs: filterproc.moc
++mocs: pluginproc.moc
+
+ #>+ 3
+ selecttalkerdlg.moc: $(srcdir)/selecttalkerdlg.h
+@@ -828,18 +837,18 @@
+ mocs: stretcher.moc
+
+ #>+ 3
+-player.moc.cpp: $(srcdir)/player.h
+- $(MOC) $(srcdir)/player.h -o player.moc.cpp
++filterconf.moc: $(srcdir)/filterconf.h
++ $(MOC) $(srcdir)/filterconf.h -o filterconf.moc
+
+ #>+ 2
+-mocs: player.moc.cpp
++mocs: filterconf.moc
+
+ #>+ 3
+-filterconf.moc: $(srcdir)/filterconf.h
+- $(MOC) $(srcdir)/filterconf.h -o filterconf.moc
++player.moc.cpp: $(srcdir)/player.h
++ $(MOC) $(srcdir)/player.h -o player.moc.cpp
+
+ #>+ 2
+-mocs: filterconf.moc
++mocs: player.moc.cpp
+
+ #>+ 3
+ pluginconf.moc: $(srcdir)/pluginconf.h
+@@ -850,10 +859,10 @@
+
+ #>+ 3
+ clean-metasources:
+- -rm -f pluginproc.moc filterproc.moc selecttalkerdlg.moc stretcher.moc player.moc.cpp filterconf.moc pluginconf.moc
++ -rm -f filterproc.moc pluginproc.moc selecttalkerdlg.moc stretcher.moc filterconf.moc player.moc.cpp pluginconf.moc
+
+ #>+ 2
+-KDE_DIST=selecttalkerwidget.ui notify.h Makefile.in kttsd_synthplugin.desktop filterproc.h filterconf.h Makefile.am
++KDE_DIST=selecttalkerwidget.ui kttsd_synthplugin.desktop notify.h filterproc.h Makefile.in filterconf.h Makefile.am
+
+ #>+ 4
+ clean-ui:
+@@ -906,7 +915,7 @@
+
+
+ #>+ 11
+-libkttsd_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/pluginproc.cpp $(srcdir)/pluginconf.cpp $(srcdir)/testplayer.cpp $(srcdir)/stretcher.cpp $(srcdir)/talkercode.cpp $(srcdir)/filterproc.cpp $(srcdir)/filterconf.cpp $(srcdir)/utils.cpp $(srcdir)/selecttalkerdlg.cpp $(srcdir)/notify.cpp selecttalkerwidget.cpp player.moc.cpp filterproc.moc pluginproc.moc selecttalkerdlg.moc selecttalkerwidget.moc filterconf.moc stretcher.moc pluginconf.moc
++libkttsd_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/pluginproc.cpp $(srcdir)/pluginconf.cpp $(srcdir)/testplayer.cpp $(srcdir)/stretcher.cpp $(srcdir)/talkercode.cpp $(srcdir)/filterproc.cpp $(srcdir)/filterconf.cpp $(srcdir)/utils.cpp $(srcdir)/selecttalkerdlg.cpp $(srcdir)/notify.cpp selecttalkerwidget.cpp player.moc.cpp pluginproc.moc filterproc.moc selecttalkerdlg.moc selecttalkerwidget.moc filterconf.moc stretcher.moc pluginconf.moc
+ @echo 'creating libkttsd_la.all_cpp.cpp ...'; \
+ rm -f libkttsd_la.all_cpp.files libkttsd_la.all_cpp.final; \
+ echo "#define KDE_USE_FINAL 1" >> libkttsd_la.all_cpp.final; \
+--- kttsd/Makefile.in
++++ kttsd/Makefile.in
+@@ -110,6 +110,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -194,6 +195,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -230,18 +234,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -262,8 +264,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -276,6 +281,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -342,12 +348,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -385,7 +394,7 @@
+ all: docs-am all-recursive
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -423,9 +432,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+@@ -718,7 +727,7 @@
+ .NOEXPORT:
+
+ #>+ 2
+-KDE_DIST=sample.polish TODO.french sample.ssml kttsd.lsm Makefile.in configure.in.bot cvs2dist clean_obsolete.sh configure.in.in README.kttsd Makefile.am
++KDE_DIST=sample.polish configure.in.bot TODO.french cvs2dist sample.ssml clean_obsolete.sh kttsd.lsm configure.in.in Makefile.in README.kttsd Makefile.am
+
+ #>+ 2
+ docs-am:
+--- kttsd/players/akodeplayer/Makefile.in
++++ kttsd/players/akodeplayer/Makefile.in
+@@ -145,6 +145,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -229,6 +230,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -265,18 +269,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -297,8 +299,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -311,6 +316,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -377,12 +383,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -438,7 +447,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -476,9 +485,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+--- kttsd/players/alsaplayer/Makefile.in
++++ kttsd/players/alsaplayer/Makefile.in
+@@ -142,6 +142,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -226,6 +227,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -262,18 +266,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -294,8 +296,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -308,6 +313,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -374,12 +380,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -437,7 +446,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -475,9 +484,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+--- kttsd/players/artsplayer/Makefile.in
++++ kttsd/players/artsplayer/Makefile.in
+@@ -142,6 +142,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -226,6 +227,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -262,18 +266,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -294,8 +296,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -308,6 +313,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -374,12 +380,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -438,7 +447,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -476,9 +485,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -776,7 +785,7 @@
+ -rm -f artsplayer.moc
+
+ #>+ 2
+-KDE_DIST=Makefile.in kttsd_artsplugin.desktop Makefile.am
++KDE_DIST=kttsd_artsplugin.desktop Makefile.in Makefile.am
+
+ #>+ 3
+ clean-closures:
+--- kttsd/players/gstplayer/Makefile.in
++++ kttsd/players/gstplayer/Makefile.in
+@@ -144,6 +144,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -228,6 +229,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -264,18 +268,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -296,8 +298,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -310,6 +315,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -376,12 +382,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -440,7 +449,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -478,9 +487,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -778,7 +787,7 @@
+ -rm -f gstreamerplayer.moc
+
+ #>+ 2
+-KDE_DIST=Makefile.in kttsd_gstplugin.desktop Makefile.am
++KDE_DIST=kttsd_gstplugin.desktop Makefile.in Makefile.am
+
+ #>+ 3
+ clean-closures:
+--- kttsd/players/Makefile.in
++++ kttsd/players/Makefile.in
+@@ -119,6 +119,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -203,6 +204,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -239,18 +243,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -271,8 +273,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -285,6 +290,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -351,12 +357,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -398,7 +407,7 @@
+ all: docs-am all-recursive
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -436,9 +445,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+--- kttsd/plugins/command/Makefile.in
++++ kttsd/plugins/command/Makefile.in
+@@ -142,6 +142,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -226,6 +227,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -262,18 +266,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -294,8 +296,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -308,6 +313,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -374,12 +380,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -425,7 +434,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -463,9 +472,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -771,7 +780,7 @@
+ -rm -f commandproc.moc commandconf.moc
+
+ #>+ 2
+-KDE_DIST=Makefile.in kttsd_commandplugin.desktop commandconfwidget.ui configure.in.in commandconf.h Makefile.am commandproc.h
++KDE_DIST=commandconfwidget.ui configure.in.in commandconf.h Makefile.in Makefile.am commandproc.h kttsd_commandplugin.desktop
+
+ #>+ 4
+ clean-ui:
+--- kttsd/plugins/epos/Makefile.in
++++ kttsd/plugins/epos/Makefile.in
+@@ -144,6 +144,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -228,6 +229,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -264,18 +268,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -296,8 +298,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -310,6 +315,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -376,12 +382,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -428,7 +437,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -466,9 +475,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -774,7 +783,7 @@
+ -rm -f eposproc.moc eposconf.moc
+
+ #>+ 2
+-KDE_DIST=Makefile.in configure.in.bot kttsd_eposplugin.desktop configure.in.in eposconfwidget.ui Makefile.am
++KDE_DIST=configure.in.bot kttsd_eposplugin.desktop configure.in.in Makefile.in eposconfwidget.ui Makefile.am
+
+ #>+ 4
+ clean-ui:
+--- kttsd/plugins/festivalint/Makefile.in
++++ kttsd/plugins/festivalint/Makefile.in
+@@ -150,6 +150,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -234,6 +235,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -270,18 +274,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -302,8 +304,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -316,6 +321,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -382,12 +388,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -440,7 +449,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -478,9 +487,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -827,7 +836,7 @@
+ -rm -f festivalintproc.moc festivalintconf.moc
+
+ #>+ 2
+-KDE_DIST=festivalintproc.h kttsd_festivalintplugin.desktop voices SSMLtoSable.xsl Makefile.in festivalintconf.h configure.in.bot sabletowave.scm configure.in.in festivalintconfwidget.ui Makefile.am
++KDE_DIST=configure.in.bot festivalintproc.h kttsd_festivalintplugin.desktop sabletowave.scm voices configure.in.in SSMLtoSable.xsl Makefile.in festivalintconfwidget.ui festivalintconf.h Makefile.am
+
+ #>+ 4
+ clean-ui:
+--- kttsd/plugins/flite/Makefile.in
++++ kttsd/plugins/flite/Makefile.in
+@@ -145,6 +145,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -229,6 +230,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -265,18 +269,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -297,8 +299,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -311,6 +316,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -377,12 +383,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -429,7 +438,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -467,9 +476,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -775,7 +784,7 @@
+ -rm -f fliteproc.moc fliteconf.moc
+
+ #>+ 2
+-KDE_DIST=fliteconfwidget.ui kttsd_fliteplugin.desktop Makefile.in configure.in.bot configure.in.in Makefile.am
++KDE_DIST=configure.in.bot fliteconfwidget.ui kttsd_fliteplugin.desktop configure.in.in Makefile.in Makefile.am
+
+ #>+ 4
+ clean-ui:
+--- kttsd/plugins/freetts/Makefile.in
++++ kttsd/plugins/freetts/Makefile.in
+@@ -142,6 +142,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -226,6 +227,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -262,18 +266,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -294,8 +296,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -308,6 +313,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -374,12 +380,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -425,7 +434,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -463,9 +472,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -771,7 +780,7 @@
+ -rm -f freettsproc.moc freettsconf.moc
+
+ #>+ 2
+-KDE_DIST=kttsd_freettsplugin.desktop freettsconfigwidget.ui Makefile.in freettsconf.h configure.in.bot configure.in.in freettsproc.h Makefile.am
++KDE_DIST=configure.in.bot kttsd_freettsplugin.desktop freettsconfigwidget.ui configure.in.in Makefile.in freettsproc.h freettsconf.h Makefile.am
+
+ #>+ 4
+ clean-ui:
+--- kttsd/plugins/hadifix/Makefile.in
++++ kttsd/plugins/hadifix/Makefile.in
+@@ -146,6 +146,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -230,6 +231,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -266,18 +270,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -298,8 +300,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -312,6 +317,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -378,12 +384,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -435,7 +444,7 @@
+
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -473,9 +482,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+@@ -801,7 +810,7 @@
+ -rm -f hadifixproc.moc hadifixconf.moc
+
+ #>+ 2
+-KDE_DIST=SSMLtoTxt2pho.xsl hadifixconfigui.ui.h hadifixconf.h voicefileui.ui.h kttsd_hadifixplugin.desktop hadifixconfigui.ui Makefile.in voicefileui.ui configure.in.bot hadifixproc.h configure.in.in initialconfig.h Makefile.am
++KDE_DIST=SSMLtoTxt2pho.xsl configure.in.bot hadifixproc.h hadifixconfigui.ui.h hadifixconf.h voicefileui.ui.h kttsd_hadifixplugin.desktop configure.in.in hadifixconfigui.ui Makefile.in voicefileui.ui initialconfig.h Makefile.am
+
+ #>+ 5
+ clean-ui:
+--- kttsd/plugins/Makefile.in
++++ kttsd/plugins/Makefile.in
+@@ -109,6 +109,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -193,6 +194,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -229,18 +233,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -261,8 +263,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -275,6 +280,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -341,12 +347,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -395,7 +404,7 @@
+ all: docs-am all-recursive
+
+ .SUFFIXES:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -433,9 +442,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+ mostlyclean-libtool:
+--- Makefile.in
++++ Makefile.in
+@@ -126,6 +126,7 @@
+ FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+ GMSGFMT = @GMSGFMT@
++GREP = @GREP@
+ GST_CFLAGS = @GST_CFLAGS@
+ GST_LIBS = @GST_LIBS@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
+@@ -210,6 +211,9 @@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -246,18 +250,16 @@
+ VERSION = @VERSION@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
++XMKMF = @XMKMF@
+ XMLLINT = @XMLLINT@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
+-ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_F77 = @ac_ct_F77@
+-ac_ct_RANLIB = @ac_ct_RANLIB@
+-ac_ct_STRIP = @ac_ct_STRIP@
+ akode_includes = @akode_includes@
+ akode_libs = @akode_libs@
+ all_includes = @all_includes@
+@@ -278,8 +280,11 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
+ doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++docdir = @docdir@
++dvidir = @dvidir@
+ epos_bindir = @epos_bindir@
+ exec_prefix = @exec_prefix@
+ festival_bindir = @festival_bindir@
+@@ -292,6 +297,7 @@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
++htmldir = @htmldir@
+ include_ARTS_FALSE = @include_ARTS_FALSE@
+ include_ARTS_TRUE = @include_ARTS_TRUE@
+ include_ksayit_audio_plugins_FALSE = @include_ksayit_audio_plugins_FALSE@
+@@ -358,12 +364,15 @@
+ kttsd_SUBDIR_included_TRUE = @kttsd_SUBDIR_included_TRUE@
+ libdir = @libdir@
+ libexecdir = @libexecdir@
++localedir = @localedir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
+ mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
++pdfdir = @pdfdir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
++psdir = @psdir@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
+ sbindir = @sbindir@
+@@ -393,7 +402,7 @@
+ .SUFFIXES:
+ am--refresh:
+ @:
+-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/admin/deps.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/admin/deps.am $(am__configure_deps)
+ #>- @for dep in $?; do \
+ #>- case '$(am__configure_deps)' in \
+ #>- *$$dep*) \
+@@ -435,12 +444,12 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ $(SHELL) ./config.status --recheck
+
+-$(top_srcdir)/configure: $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ #>- cd $(srcdir) && $(AUTOCONF)
+ #>+ 2
+ cd $(srcdir) && rm -f configure
+ cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+
+ config.h: stamp-h1
+@@ -452,7 +461,7 @@
+ stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
+ @rm -f stamp-h1
+ cd $(top_builddir) && $(SHELL) ./config.status config.h
+-$(srcdir)/config.h.in: $(am__configure_deps)
++$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_srcdir) && $(AUTOHEADER)
+ rm -f stamp-h1
+ touch $@
+@@ -868,7 +877,7 @@
+ .NOEXPORT:
+
+ #>+ 2
+-KDE_DIST=configure.in subdirs Makefile.cvs Makefile.in aclocal.m4 configure.files config.h.in configure.in.in Makefile.am kdeaccessibility.lsm acinclude.m4 Makefile.am.in
++KDE_DIST=stamp-h.in configure.in Makefile.cvs subdirs Makefile.in aclocal.m4 configure.files config.h.in configure.in.in acinclude.m4 kdeaccessibility.lsm configure Makefile.am Makefile.am.in
+
+ #>+ 2
+ docs-am:
More information about the pkg-kde-commits
mailing list