From 96b7ab93889c561df0283bf7b735affde5d4315f51538a4ad84caf74ea7e8660 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 15 Feb 2008 00:45:38 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaFirefox?expand=0&rev=30 --- MozillaFirefox.changes | 39 + MozillaFirefox.spec | 104 +- MozillaFirefox.xml | 7 + configure.patch | 3017 ++++++++--------- dbus.patch | 58 +- firefox-2.0.0.10-source.tar.bz2 | 3 - firefox-2.0.0.12-source.tar.bz2 | 3 + firefox-348446-empty-lists.patch | 13 + firefox-ui-lockdown.patch | 125 +- l10n-2.0.0.10.tar.bz2 | 3 - l10n-2.0.0.12.tar.bz2 | 3 + mozilla-canvas-1.8.1.10.patch | 26 - ...maxpathlen.patch => mozilla-path_len.patch | 6 + mozilla.sh.in | 4 +- proxy-dev.patch | 42 +- search-addons.tar.bz2 | 4 +- 16 files changed, 1822 insertions(+), 1635 deletions(-) create mode 100644 MozillaFirefox.xml delete mode 100644 firefox-2.0.0.10-source.tar.bz2 create mode 100644 firefox-2.0.0.12-source.tar.bz2 create mode 100644 firefox-348446-empty-lists.patch delete mode 100644 l10n-2.0.0.10.tar.bz2 create mode 100644 l10n-2.0.0.12.tar.bz2 delete mode 100644 mozilla-canvas-1.8.1.10.patch rename mozilla-maxpathlen.patch => mozilla-path_len.patch (97%) diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index f5c2a37..32bb766 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -1,8 +1,47 @@ +------------------------------------------------------------------- +Mon Feb 11 18:18:14 CET 2008 - maw@suse.de + +- Security update to version 2.0.0.12 (bnc#354469): + + MFSA 2008-11/CVE-2008-0594 Web forgery overwrite with div + overlay + + MFSA 2008-10/CVE-2008-0593 URL token stealing via stylesheet + redirect + + MFSA 2008-09/CVE-2008-0592 Mishandling of locally-saved plain + text files + + MFSA 2008-08/CVE-2008-0591 File action dialog tampering + + MFSA 2008-06/CVE-2008-0419 Web browsing history and forward + navigation stealing + + MFSA 2008-05/CVE-2008-0418 Directory traversal via chrome: URI + + MFSA 2008-04/CVE-2008-0417 Stored password corruption + + MFSA 2008-03/CVE-2008-0415 Privilege escalation, XSS, Remote + Code Execution + + MFSA 2008-02/CVE-2008-0414 Multiple file input focus stealing + vulnerabilities + + MFSA 2008-01/CVE-2008-0412 Crashes with evidence of memory + corruption (rv:1.8.1.12) +- Reference libaoss.so in start script (bnc#117079) +- Remove mozilla-canvas-1.8.1.10.patch, as it has been upstreamed +- Update firefox-ui-lockdown.patch (FATE#301534, FATE#302023, and + FATE#302024) +- Add application/x-xpinstall mime type to MozillaFirefox.desktop +- Add MozillaFirefox.xml to bind .xpi to application/x-xpinstall + in desktop. + ------------------------------------------------------------------- Thu Jan 17 17:52:47 CET 2008 - maw@suse.de - Add mozilla-maxpathlen.patch (#354150 and bmo #412610). +------------------------------------------------------------------- +Fri Dec 21 18:46:50 CET 2007 - maw@suse.de + +- Add firefox-348446-empty-lists.patch (bnc#348446). + +------------------------------------------------------------------- +Wed Dec 5 02:21:26 CET 2007 - maw@suse.de + +- Respin proxy-dev.patch (bnc#340678) -- thanks, Anders! + ------------------------------------------------------------------- Tue Nov 27 18:25:25 CET 2007 - maw@suse.de diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index 9e6d833..3718764 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -1,5 +1,5 @@ # -# spec file for package MozillaFirefox (Version 2.0.0.10) +# spec file for package MozillaFirefox (Version 2.0.0.12) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -10,7 +10,24 @@ # norootforbuild + Name: MozillaFirefox +# Checklist for updating: +# * Copy new sources (don't forget l10n-%{version}.tar.bz2) and patches +# to your package checkout. +# * Increment Version: as necessary +# * Update releasedate +# * Ensure patches are in sync among all releases +# * configure.patch should be the last patch applied against the mozilla +# source itself; the following patches apply to other tarballs. +# * configure.patch is regenerated (when necessary) by applying +# pango-cairo.patch, dbus.patch, startup.patch to an unpacked source, +# and then running autoconf 2.13. debian.suse.de used to have this +# version installed. For more info see +# http://developer.mozilla.org/en/docs/How_Mozilla's_build_system_works +# * Update the .changes file +# * Update this checklist if necessary and keep it in sync on all supported +# platforms. BuildRequires: gcc-c++ libgnomeui-devel libidl-devel mozilla-nss-devel orbit-devel startup-notification-devel unzip update-desktop-files zip %if %suse_version <= 1010 BuildRequires: dbus-1-devel @@ -28,8 +45,8 @@ Obsoletes: MozillaFirebird <= 1.0.7 %if %sles_version == 10 Obsoletes: mozilla %endif -Version: 2.0.0.10 -Release: 16 +Version: 2.0.0.12 +Release: 1 Summary: Mozilla Firefox Web Browser Url: http://www.mozilla.org/ Group: Productivity/Networking/Web/Browsers @@ -56,6 +73,7 @@ Source11: firefox48.png Source16: firefox.1 Source17: firefox-suse-default-prefs.js Source18: firefox.schemas +Source19: MozillaFirefox.xml Patch1: visibility.patch Patch2: rpath.patch Patch3: gcc-undefined-ops.patch @@ -79,6 +97,7 @@ Patch16: gnome-vfs-default.patch Patch17: firefox-appname.patch Patch18: firefox-no-update.patch Patch19: dbus.patch +Patch20: mozilla-path_len.patch # customization Patch22: cjk-postscript-fonts.dif Patch23: startup.patch @@ -92,14 +111,13 @@ Patch33: proxy-dev.patch # integration Patch34: skin-selection.patch Patch36: greasemonkey.patch -Patch37: mozilla-canvas-1.8.1.10.patch Patch38: tango-maxversion.patch Patch39: x11-session.patch -Patch40: mozilla-maxpathlen.patch +Patch40: firefox-348446-empty-lists.patch # gconf.patch dbus.patch startup.patch Patch100: configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -PreReq: libstdc++ fileutils textutils /bin/sh gconf2 +PreReq: libstdc++ fileutils textutils /bin/sh gconf2 shared-mime-info desktop-file-utils %if %suse_version < 1030 Requires: /usr/lib/libaoss.so %endif @@ -126,7 +144,7 @@ Requires: mozilla-nspr >= %( echo `rpm -q --queryformat '%{VERSION}' mozil Requires: mozilla-nss >= %( echo `rpm -q --queryformat '%{VERSION}' mozilla-nss`) %endif %define _unpackaged_files_terminate_build 0 -%define releasedate 2007073000 +%define releasedate 2008020300 %define progname firefox %if %suse_version < 1010 %define progdir /opt/MozillaFirefox/%_lib @@ -195,7 +213,7 @@ cd $RPM_BUILD_DIR/mozilla %patch6 %patch7 # lockdown stuff -%patch8 +%patch8 -p1 %patch9 %patch10 %patch11 @@ -206,6 +224,7 @@ cd $RPM_BUILD_DIR/mozilla %patch17 %patch18 %patch19 +%patch20 -p1 # system NSS %patch22 %patch23 @@ -216,10 +235,9 @@ cd $RPM_BUILD_DIR/mozilla %patch16 %endif %patch32 -%patch33 +%patch33 -p1 %patch34 %patch36 -%patch37 pushd $RPM_BUILD_DIR %patch38 popd @@ -362,6 +380,8 @@ install -m 644 %{SOURCE1} \ $RPM_BUILD_ROOT/usr/share/applications %endif %endif +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mime/packages +cp %{S:19} $RPM_BUILD_ROOT/%{_datadir}/mime/packages # SCHEMA File mkdir -p $RPM_BUILD_ROOT/%{gnome_confdir}/gconf/schemas install -m 644 %{SOURCE18} \ @@ -444,6 +464,18 @@ rm -f %{my_requires} %preun -f %{name}.schemas_preun %post +if [ -f usr/bin/update-mime-database ] ; then + usr/bin/update-mime-database %{_datadir}/mime >/dev/null || true +fi +%if %suse_version >= 1030 +if [ -f usr/bin/update-desktop-database ] ; then + usr/bin/update-desktop-database >/dev/null || true +fi +%else +if [ -f opt/gnome/bin/update-mime-database ] ; then + opt/gnome/bin/update-mime-database >/dev/null || true +fi +%endif %if %suse_version >= 1010 # move plugins to new location if [ "$1" = "2" ]; then @@ -469,6 +501,20 @@ exit 0 %if %suse_version <= 1000 %posttrans -f %{name}.schemas_posttrans +%postun +if [ -f usr/bin/update-mime-database ] ; then + usr/bin/update-mime-database %{_datadir}/mime >/dev/null || true +fi +%if %suse_version >= 1030 +if [ -f usr/bin/update-desktop-database ] ; then + usr/bin/update-desktop-database >/dev/null || true +fi +%else +if [ -f opt/gnome/bin/update-mime-database ] ; then + opt/gnome/bin/update-mime-database >/dev/null || true +fi +%endif + %triggerin -- IBMJava2-JRE, java2-jre, java2, IBMJava2-SDK, BlackdownJava2-JRE, java-1_4_2-sun-plugin, java-1_5_0-sun-plugin %{progdir}/add-plugins.sh > /dev/null 2>&1 exit 0 @@ -561,8 +607,38 @@ exit 0 %endif %changelog +* Mon Feb 11 2008 maw@suse.de +- Security update to version 2.0.0.12 (bnc#354469): + + MFSA 2008-11/CVE-2008-0594 Web forgery overwrite with div + overlay + + MFSA 2008-10/CVE-2008-0593 URL token stealing via stylesheet + redirect + + MFSA 2008-09/CVE-2008-0592 Mishandling of locally-saved plain + text files + + MFSA 2008-08/CVE-2008-0591 File action dialog tampering + + MFSA 2008-06/CVE-2008-0419 Web browsing history and forward + navigation stealing + + MFSA 2008-05/CVE-2008-0418 Directory traversal via chrome: URI + + MFSA 2008-04/CVE-2008-0417 Stored password corruption + + MFSA 2008-03/CVE-2008-0415 Privilege escalation, XSS, Remote + Code Execution + + MFSA 2008-02/CVE-2008-0414 Multiple file input focus stealing + vulnerabilities + + MFSA 2008-01/CVE-2008-0412 Crashes with evidence of memory + corruption (rv:1.8.1.12) +- Reference libaoss.so in start script (bnc#117079) +- Remove mozilla-canvas-1.8.1.10.patch, as it has been upstreamed +- Update firefox-ui-lockdown.patch (FATE#301534, FATE#302023, and + FATE#302024) +- Add application/x-xpinstall mime type to MozillaFirefox.desktop +- Add MozillaFirefox.xml to bind .xpi to application/x-xpinstall + in desktop. * Thu Jan 17 2008 maw@suse.de - Add mozilla-maxpathlen.patch (#354150 and bmo #412610). +* Fri Dec 21 2007 maw@suse.de +- Add firefox-348446-empty-lists.patch (bnc#348446). +* Wed Dec 05 2007 maw@suse.de +- Respin proxy-dev.patch (bnc#340678) -- thanks, Anders! * Tue Nov 27 2007 maw@suse.de - Security update to version 2.0.0.10 (#341905, #341591): + MFSA 2007-39 Referer-spoofing via window.location race condition @@ -589,7 +665,7 @@ exit 0 http://www.mozilla.org/projects/security/known-vulnerabilities.html * Sun Sep 23 2007 maw@suse.de - Don't explicitly require libaoss.so (#326751). -* Fri Sep 14 2007 maw@suse.de +* Sat Sep 15 2007 maw@suse.de - Update the Novell Support search plugin in search-addons.tar.bz2 (#297261) - Set the browser.tabs.loadFolderAndReplace preference to false @@ -653,7 +729,7 @@ exit 0 - Use mozilla.sh.in from the build service (#230681). * Tue Jun 05 2007 sbrabec@suse.cz - Removed invalid desktop category "Application" (#254654). -* Mon Jun 04 2007 maw@suse.de +* Tue Jun 05 2007 maw@suse.de - Security update to version 2.0.0.4 - Refresh configure.patch, startup.patch, and visibility.patch - Now use l10n-%%{version}.tar.bz2 instead of l10n.tar.bz2. @@ -665,7 +741,7 @@ exit 0 U+3099 U+309A (see bugzilla #262718 comment #29). * Mon Mar 12 2007 maw@suse.de - Package gconf stuff. -* Wed Feb 21 2007 maw@suse.de +* Thu Feb 22 2007 maw@suse.de - Security update to 2.0.0.2 (#244923), which covers: + mfsa2007-01 * CVE-2007-0775 - layout engine crashes @@ -1209,7 +1285,7 @@ exit 0 * Fri Oct 15 2004 stark@suse.de - inherit locale from system - fixed chrome registration -* Wed Oct 06 2004 joeshaw@suse.de +* Thu Oct 07 2004 joeshaw@suse.de - disable gconf settings as default (Ximian #67718) * Wed Oct 06 2004 stark@suse.de - fixed inclusion of RealPlayer plugin again diff --git a/MozillaFirefox.xml b/MozillaFirefox.xml new file mode 100644 index 0000000..59745c0 --- /dev/null +++ b/MozillaFirefox.xml @@ -0,0 +1,7 @@ + + + + Mozilla Cross-Platform Installer Module + + + diff --git a/configure.patch b/configure.patch index cafd534..55805e1 100644 --- a/configure.patch +++ b/configure.patch @@ -1,10 +1,10 @@ Index: configure =================================================================== RCS file: /cvsroot/mozilla/configure,v -retrieving revision 1.1492.2.127 -diff -u -r1.1492.2.127 configure ---- configure 8 Nov 2007 19:22:51 -0000 1.1492.2.127 -+++ configure 27 Nov 2007 11:57:04 -0000 +retrieving revision 1.1492.2.128 +diff -u -r1.1492.2.128 configure +--- configure 18 Dec 2007 21:42:55 -0000 1.1492.2.128 ++++ configure 5 Feb 2008 12:00:52 -0000 @@ -83,6 +83,8 @@ ac_help="$ac_help --with-qtdir=\$dir Specify Qt directory " @@ -1116,2876 +1116,2867 @@ diff -u -r1.1492.2.127 configure if eval "test \"`echo '$''{'ac_cv_path_SDP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -4029,7 +3932,7 @@ +@@ -4056,7 +3959,7 @@ fi echo $ac_n "checking for valid compiler/Mac OS X SDK combination""... $ac_c" 1>&6 --echo "configure:4033: checking for valid compiler/Mac OS X SDK combination" >&5 -+echo "configure:3936: checking for valid compiler/Mac OS X SDK combination" >&5 +-echo "configure:4060: checking for valid compiler/Mac OS X SDK combination" >&5 ++echo "configure:3963: checking for valid compiler/Mac OS X SDK combination" >&5 ac_ext=C # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. ac_cpp='$CXXCPP $CPPFLAGS' -@@ -4038,7 +3941,7 @@ +@@ -4065,7 +3968,7 @@ cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { return 0; } -@@ -4046,7 +3949,7 @@ +@@ -4073,7 +3976,7 @@ result=yes ; return 0; } EOF --if { (eval echo configure:4050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:3953: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:4077: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:3980: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* result=no else -@@ -4071,7 +3974,7 @@ +@@ -4098,7 +4001,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:4075: checking for $ac_word" >&5 -+echo "configure:3978: checking for $ac_word" >&5 +-echo "configure:4102: checking for $ac_word" >&5 ++echo "configure:4005: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MAKE'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -4114,7 +4017,7 @@ +@@ -4141,7 +4044,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:4118: checking for $ac_word" >&5 -+echo "configure:4021: checking for $ac_word" >&5 +-echo "configure:4145: checking for $ac_word" >&5 ++echo "configure:4048: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MAKE'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -4182,7 +4085,7 @@ +@@ -4209,7 +4112,7 @@ # Uses ac_ vars as temps to allow command line to override cache and checks. # --without-x overrides everything else, but does not touch the cache. echo $ac_n "checking for X""... $ac_c" 1>&6 --echo "configure:4186: checking for X" >&5 -+echo "configure:4089: checking for X" >&5 +-echo "configure:4213: checking for X" >&5 ++echo "configure:4116: checking for X" >&5 # Check whether --with-x or --without-x was given. if test "${with_x+set}" = set; then -@@ -4244,12 +4147,12 @@ +@@ -4271,12 +4174,12 @@ # First, try using that file with no special directory specified. cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:4253: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:4156: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:4280: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:4183: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -4318,14 +4221,14 @@ +@@ -4345,14 +4248,14 @@ ac_save_LIBS="$LIBS" LIBS="-l$x_direct_test_library $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* LIBS="$ac_save_LIBS" # We can link X programs with no special library path. -@@ -4431,17 +4334,17 @@ +@@ -4458,17 +4361,17 @@ case "`(uname -sr) 2>/dev/null`" in "SunOS 5"*) echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 --echo "configure:4435: checking whether -R must be followed by a space" >&5 -+echo "configure:4338: checking whether -R must be followed by a space" >&5 +-echo "configure:4462: checking whether -R must be followed by a space" >&5 ++echo "configure:4365: checking whether -R must be followed by a space" >&5 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4375: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_R_nospace=yes else -@@ -4457,14 +4360,14 @@ +@@ -4484,14 +4387,14 @@ else LIBS="$ac_xsave_LIBS -R $x_libraries" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_R_space=yes else -@@ -4496,7 +4399,7 @@ +@@ -4523,7 +4426,7 @@ # libraries were built with DECnet support. And karl@cs.umb.edu says # the Alpha needs dnet_stub (dnet does not exist). echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 --echo "configure:4500: checking for dnet_ntoa in -ldnet" >&5 -+echo "configure:4403: checking for dnet_ntoa in -ldnet" >&5 +-echo "configure:4527: checking for dnet_ntoa in -ldnet" >&5 ++echo "configure:4430: checking for dnet_ntoa in -ldnet" >&5 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -4504,7 +4407,7 @@ +@@ -4531,7 +4434,7 @@ ac_save_LIBS="$LIBS" LIBS="-ldnet $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4452: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -4540,7 +4443,7 @@ +@@ -4567,7 +4470,7 @@ if test $ac_cv_lib_dnet_dnet_ntoa = no; then echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 --echo "configure:4544: checking for dnet_ntoa in -ldnet_stub" >&5 -+echo "configure:4447: checking for dnet_ntoa in -ldnet_stub" >&5 +-echo "configure:4571: checking for dnet_ntoa in -ldnet_stub" >&5 ++echo "configure:4474: checking for dnet_ntoa in -ldnet_stub" >&5 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -4548,7 +4451,7 @@ +@@ -4575,7 +4478,7 @@ ac_save_LIBS="$LIBS" LIBS="-ldnet_stub $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -4591,12 +4494,12 @@ +@@ -4618,12 +4521,12 @@ # The nsl library prevents programs from opening the X display # on Irix 5.2, according to dickey@clark.net. echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 --echo "configure:4595: checking for gethostbyname" >&5 -+echo "configure:4498: checking for gethostbyname" >&5 +-echo "configure:4622: checking for gethostbyname" >&5 ++echo "configure:4525: checking for gethostbyname" >&5 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_gethostbyname=yes" else -@@ -4643,7 +4546,7 @@ +@@ -4670,7 +4573,7 @@ if test $ac_cv_func_gethostbyname = no; then echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 --echo "configure:4647: checking for gethostbyname in -lnsl" >&5 -+echo "configure:4550: checking for gethostbyname in -lnsl" >&5 +-echo "configure:4674: checking for gethostbyname in -lnsl" >&5 ++echo "configure:4577: checking for gethostbyname in -lnsl" >&5 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -4651,7 +4554,7 @@ +@@ -4678,7 +4581,7 @@ ac_save_LIBS="$LIBS" LIBS="-lnsl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4572: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4599: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -4695,12 +4598,12 @@ +@@ -4722,12 +4625,12 @@ # -lsocket must be given before -lnsl if both are needed. # We assume that if connect needs -lnsl, so does gethostbyname. echo $ac_n "checking for connect""... $ac_c" 1>&6 --echo "configure:4699: checking for connect" >&5 -+echo "configure:4602: checking for connect" >&5 +-echo "configure:4726: checking for connect" >&5 ++echo "configure:4629: checking for connect" >&5 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_connect=yes" else -@@ -4747,7 +4650,7 @@ +@@ -4774,7 +4677,7 @@ if test $ac_cv_func_connect = no; then echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 --echo "configure:4751: checking for connect in -lsocket" >&5 -+echo "configure:4654: checking for connect in -lsocket" >&5 +-echo "configure:4778: checking for connect in -lsocket" >&5 ++echo "configure:4681: checking for connect in -lsocket" >&5 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -4755,7 +4658,7 @@ +@@ -4782,7 +4685,7 @@ ac_save_LIBS="$LIBS" LIBS="-lsocket $X_EXTRA_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -4793,12 +4696,12 @@ +@@ -4820,12 +4723,12 @@ # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. echo $ac_n "checking for remove""... $ac_c" 1>&6 --echo "configure:4797: checking for remove" >&5 -+echo "configure:4700: checking for remove" >&5 +-echo "configure:4824: checking for remove" >&5 ++echo "configure:4727: checking for remove" >&5 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_remove=yes" else -@@ -4845,7 +4748,7 @@ +@@ -4872,7 +4775,7 @@ if test $ac_cv_func_remove = no; then echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 --echo "configure:4849: checking for remove in -lposix" >&5 -+echo "configure:4752: checking for remove in -lposix" >&5 +-echo "configure:4876: checking for remove in -lposix" >&5 ++echo "configure:4779: checking for remove in -lposix" >&5 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -4853,7 +4756,7 @@ +@@ -4880,7 +4783,7 @@ ac_save_LIBS="$LIBS" LIBS="-lposix $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -4891,12 +4794,12 @@ +@@ -4918,12 +4821,12 @@ # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. echo $ac_n "checking for shmat""... $ac_c" 1>&6 --echo "configure:4895: checking for shmat" >&5 -+echo "configure:4798: checking for shmat" >&5 +-echo "configure:4922: checking for shmat" >&5 ++echo "configure:4825: checking for shmat" >&5 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_shmat=yes" else -@@ -4943,7 +4846,7 @@ +@@ -4970,7 +4873,7 @@ if test $ac_cv_func_shmat = no; then echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 --echo "configure:4947: checking for shmat in -lipc" >&5 -+echo "configure:4850: checking for shmat in -lipc" >&5 +-echo "configure:4974: checking for shmat in -lipc" >&5 ++echo "configure:4877: checking for shmat in -lipc" >&5 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -4951,7 +4854,7 @@ +@@ -4978,7 +4881,7 @@ ac_save_LIBS="$LIBS" LIBS="-lipc $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4996: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -4998,7 +4901,7 @@ +@@ -5025,7 +4928,7 @@ # libraries we check for below, so use a different variable. # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 --echo "configure:5002: checking for IceConnectionNumber in -lICE" >&5 -+echo "configure:4905: checking for IceConnectionNumber in -lICE" >&5 +-echo "configure:5029: checking for IceConnectionNumber in -lICE" >&5 ++echo "configure:4932: checking for IceConnectionNumber in -lICE" >&5 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -5006,7 +4909,7 @@ +@@ -5033,7 +4936,7 @@ ac_save_LIBS="$LIBS" LIBS="-lICE $X_EXTRA_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:4927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:5051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -5458,7 +5361,7 @@ +@@ -5485,7 +5388,7 @@ if test "$COMPILE_ENVIRONMENT"; then if test "$GNU_CC"; then echo $ac_n "checking whether ld has archive extraction flags""... $ac_c" 1>&6 --echo "configure:5462: checking whether ld has archive extraction flags" >&5 -+echo "configure:5365: checking whether ld has archive extraction flags" >&5 +-echo "configure:5489: checking whether ld has archive extraction flags" >&5 ++echo "configure:5392: checking whether ld has archive extraction flags" >&5 if eval "test \"`echo '$''{'ac_cv_mkshlib_force_and_unforce'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -5475,14 +5378,14 @@ +@@ -5502,14 +5405,14 @@ LDFLAGS=$force LIBS=$unforce cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:5513: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:5416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_mkshlib_force_and_unforce=$line; break else -@@ -5515,7 +5418,7 @@ +@@ -5542,7 +5445,7 @@ ' echo $ac_n "checking that static assertion macros used in autoconf tests work""... $ac_c" 1>&6 --echo "configure:5519: checking that static assertion macros used in autoconf tests work" >&5 -+echo "configure:5422: checking that static assertion macros used in autoconf tests work" >&5 +-echo "configure:5546: checking that static assertion macros used in autoconf tests work" >&5 ++echo "configure:5449: checking that static assertion macros used in autoconf tests work" >&5 if eval "test \"`echo '$''{'ac_cv_static_assertion_macros_work'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -5529,14 +5432,14 @@ +@@ -5556,14 +5459,14 @@ ac_cv_static_assertion_macros_work="yes" cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:5443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:5567: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:5470: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 -@@ -5546,14 +5449,14 @@ +@@ -5573,14 +5476,14 @@ fi rm -f conftest* cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:5460: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:5584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:5487: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_static_assertion_macros_work="no" else -@@ -5569,14 +5472,14 @@ +@@ -5596,14 +5499,14 @@ cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:5483: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:5607: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:5510: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 -@@ -5586,14 +5489,14 @@ +@@ -5613,14 +5516,14 @@ fi rm -f conftest* cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:5500: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:5624: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:5527: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_static_assertion_macros_work="no" else -@@ -5628,16 +5531,16 @@ +@@ -5655,16 +5558,16 @@ cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking for 64-bit OS""... $ac_c" 1>&6 --echo "configure:5632: checking for 64-bit OS" >&5 -+echo "configure:5535: checking for 64-bit OS" >&5 +-echo "configure:5659: checking for 64-bit OS" >&5 ++echo "configure:5562: checking for 64-bit OS" >&5 cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:5544: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:5668: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:5571: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* result="yes" else -@@ -5795,9 +5698,9 @@ +@@ -5822,9 +5725,9 @@ cross_compiling=$ac_cv_prog_cxx_cross echo $ac_n "checking for VisualAge C++ compiler version >= 5.0.2.0""... $ac_c" 1>&6 --echo "configure:5799: checking for VisualAge C++ compiler version >= 5.0.2.0" >&5 -+echo "configure:5702: checking for VisualAge C++ compiler version >= 5.0.2.0" >&5 +-echo "configure:5826: checking for VisualAge C++ compiler version >= 5.0.2.0" >&5 ++echo "configure:5729: checking for VisualAge C++ compiler version >= 5.0.2.0" >&5 cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:5713: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:5837: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:5740: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* _BAD_COMPILER= else -@@ -5844,17 +5747,17 @@ +@@ -5871,17 +5774,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:5848: checking for $ac_hdr" >&5 -+echo "configure:5751: checking for $ac_hdr" >&5 +-echo "configure:5875: checking for $ac_hdr" >&5 ++echo "configure:5778: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:5858: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:5761: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:5885: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:5788: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -5896,7 +5799,7 @@ +@@ -5923,7 +5826,7 @@ LIBS="$LIBS -lbe" if test "$COMPILE_ENVIRONMENT"; then echo $ac_n "checking for main in -lbind""... $ac_c" 1>&6 --echo "configure:5900: checking for main in -lbind" >&5 -+echo "configure:5803: checking for main in -lbind" >&5 +-echo "configure:5927: checking for main in -lbind" >&5 ++echo "configure:5830: checking for main in -lbind" >&5 ac_lib_var=`echo bind'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -5904,14 +5807,14 @@ +@@ -5931,14 +5834,14 @@ ac_save_LIBS="$LIBS" LIBS="-lbind $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:5942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:5845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -5932,7 +5835,7 @@ +@@ -5959,7 +5862,7 @@ fi echo $ac_n "checking for main in -lzeta""... $ac_c" 1>&6 --echo "configure:5936: checking for main in -lzeta" >&5 -+echo "configure:5839: checking for main in -lzeta" >&5 +-echo "configure:5963: checking for main in -lzeta" >&5 ++echo "configure:5866: checking for main in -lzeta" >&5 ac_lib_var=`echo zeta'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -5940,14 +5843,14 @@ +@@ -5967,14 +5870,14 @@ ac_save_LIBS="$LIBS" LIBS="-lzeta $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:5978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:5881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -6015,18 +5918,18 @@ +@@ -6042,18 +5945,18 @@ MACOSX=1 echo $ac_n "checking for -dead_strip option to ld""... $ac_c" 1>&6 --echo "configure:6019: checking for -dead_strip option to ld" >&5 -+echo "configure:5922: checking for -dead_strip option to ld" >&5 +-echo "configure:6046: checking for -dead_strip option to ld" >&5 ++echo "configure:5949: checking for -dead_strip option to ld" >&5 _SAVE_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -Wl,-dead_strip" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:6057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:5960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* _HAVE_DEAD_STRIP=1 else -@@ -6894,14 +6797,14 @@ +@@ -6921,14 +6824,14 @@ _SAVE_LDFLAGS=$LDFLAGS LDFLAGS="-M /usr/lib/ld/map.noexstk $LDFLAGS" cat > conftest.$ac_ext < int main() { printf("Hello World\n"); ; return 0; } EOF --if { (eval echo configure:6905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:6808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:6932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:6835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then : else echo "configure: failed program was:" >&5 -@@ -6929,7 +6832,7 @@ +@@ -6956,7 +6859,7 @@ CC_VERSION=`$CC -V 2>&1 | grep '^cc:' 2>/dev/null | $AWK -F\: '{ print $2 }'` CXX_VERSION=`$CXX -V 2>&1 | grep '^CC:' 2>/dev/null | $AWK -F\: '{ print $2 }'` echo $ac_n "checking for Forte compiler version >= WS6U2""... $ac_c" 1>&6 --echo "configure:6933: checking for Forte compiler version >= WS6U2" >&5 -+echo "configure:6836: checking for Forte compiler version >= WS6U2" >&5 +-echo "configure:6960: checking for Forte compiler version >= WS6U2" >&5 ++echo "configure:6863: checking for Forte compiler version >= WS6U2" >&5 ac_ext=C # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -@@ -6939,7 +6842,7 @@ +@@ -6966,7 +6869,7 @@ cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:6855: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:6979: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:6882: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* _BAD_COMPILER= else -@@ -7077,7 +6980,7 @@ - ;; - *-darwin*) - echo $ac_n "checking for -exported_symbols_list option to ld""... $ac_c" 1>&6 --echo "configure:7081: checking for -exported_symbols_list option to ld" >&5 -+echo "configure:6984: checking for -exported_symbols_list option to ld" >&5 - if eval "test \"`echo '$''{'ac_cv_exported_symbols_list'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -7117,12 +7020,12 @@ +@@ -7125,12 +7028,12 @@ cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 --echo "configure:7121: checking for ANSI C header files" >&5 -+echo "configure:7024: checking for ANSI C header files" >&5 +-echo "configure:7129: checking for ANSI C header files" >&5 ++echo "configure:7032: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include -@@ -7130,7 +7033,7 @@ +@@ -7138,7 +7041,7 @@ #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:7134: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:7037: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:7142: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:7045: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -7147,7 +7050,7 @@ +@@ -7155,7 +7058,7 @@ if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext < EOF -@@ -7165,7 +7068,7 @@ +@@ -7173,7 +7076,7 @@ if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat > conftest.$ac_ext < EOF -@@ -7186,7 +7089,7 @@ +@@ -7194,7 +7097,7 @@ : else cat > conftest.$ac_ext < #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') -@@ -7197,7 +7100,7 @@ +@@ -7205,7 +7108,7 @@ exit (0); } EOF --if { (eval echo configure:7201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:7104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:7209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:7112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else -@@ -7221,12 +7124,12 @@ +@@ -7229,12 +7132,12 @@ fi echo $ac_n "checking for working const""... $ac_c" 1>&6 --echo "configure:7225: checking for working const" >&5 -+echo "configure:7128: checking for working const" >&5 +-echo "configure:7233: checking for working const" >&5 ++echo "configure:7136: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7182: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:7287: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:7190: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else -@@ -7296,12 +7199,12 @@ +@@ -7304,12 +7207,12 @@ fi echo $ac_n "checking for mode_t""... $ac_c" 1>&6 --echo "configure:7300: checking for mode_t" >&5 -+echo "configure:7203: checking for mode_t" >&5 +-echo "configure:7308: checking for mode_t" >&5 ++echo "configure:7211: checking for mode_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS -@@ -7329,12 +7232,12 @@ +@@ -7337,12 +7240,12 @@ fi echo $ac_n "checking for off_t""... $ac_c" 1>&6 --echo "configure:7333: checking for off_t" >&5 -+echo "configure:7236: checking for off_t" >&5 +-echo "configure:7341: checking for off_t" >&5 ++echo "configure:7244: checking for off_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS -@@ -7362,12 +7265,12 @@ +@@ -7370,12 +7273,12 @@ fi echo $ac_n "checking for pid_t""... $ac_c" 1>&6 --echo "configure:7366: checking for pid_t" >&5 -+echo "configure:7269: checking for pid_t" >&5 +-echo "configure:7374: checking for pid_t" >&5 ++echo "configure:7277: checking for pid_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS -@@ -7395,12 +7298,12 @@ +@@ -7403,12 +7306,12 @@ fi echo $ac_n "checking for size_t""... $ac_c" 1>&6 --echo "configure:7399: checking for size_t" >&5 -+echo "configure:7302: checking for size_t" >&5 +-echo "configure:7407: checking for size_t" >&5 ++echo "configure:7310: checking for size_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS -@@ -7428,12 +7331,12 @@ +@@ -7436,12 +7339,12 @@ fi echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6 --echo "configure:7432: checking for st_blksize in struct stat" >&5 -+echo "configure:7335: checking for st_blksize in struct stat" >&5 +-echo "configure:7440: checking for st_blksize in struct stat" >&5 ++echo "configure:7343: checking for st_blksize in struct stat" >&5 if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include -@@ -7441,7 +7344,7 @@ +@@ -7449,7 +7352,7 @@ struct stat s; s.st_blksize; ; return 0; } EOF --if { (eval echo configure:7445: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7348: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:7453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:7356: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_struct_st_blksize=yes else -@@ -7462,12 +7365,12 @@ +@@ -7470,12 +7373,12 @@ fi echo $ac_n "checking for siginfo_t""... $ac_c" 1>&6 --echo "configure:7466: checking for siginfo_t" >&5 -+echo "configure:7369: checking for siginfo_t" >&5 +-echo "configure:7474: checking for siginfo_t" >&5 ++echo "configure:7377: checking for siginfo_t" >&5 if eval "test \"`echo '$''{'ac_cv_siginfo_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < -@@ -7475,7 +7378,7 @@ +@@ -7483,7 +7386,7 @@ siginfo_t* info; ; return 0; } EOF --if { (eval echo configure:7479: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7382: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:7487: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:7390: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_siginfo_t=true else -@@ -7509,12 +7412,12 @@ +@@ -7517,12 +7420,12 @@ fi echo $ac_n "checking for int16_t""... $ac_c" 1>&6 --echo "configure:7513: checking for int16_t" >&5 -+echo "configure:7416: checking for int16_t" >&5 +-echo "configure:7521: checking for int16_t" >&5 ++echo "configure:7424: checking for int16_t" >&5 if eval "test \"`echo '$''{'ac_cv_int16_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include -@@ -7522,7 +7425,7 @@ +@@ -7530,7 +7433,7 @@ int16_t foo = 0; ; return 0; } EOF --if { (eval echo configure:7526: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7429: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:7534: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:7437: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_int16_t=true else -@@ -7544,12 +7447,12 @@ +@@ -7552,12 +7455,12 @@ echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for int32_t""... $ac_c" 1>&6 --echo "configure:7548: checking for int32_t" >&5 -+echo "configure:7451: checking for int32_t" >&5 +-echo "configure:7556: checking for int32_t" >&5 ++echo "configure:7459: checking for int32_t" >&5 if eval "test \"`echo '$''{'ac_cv_int32_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include -@@ -7557,7 +7460,7 @@ +@@ -7565,7 +7468,7 @@ int32_t foo = 0; ; return 0; } EOF --if { (eval echo configure:7561: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7464: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:7569: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:7472: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_int32_t=true else -@@ -7579,12 +7482,12 @@ +@@ -7587,12 +7490,12 @@ echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for int64_t""... $ac_c" 1>&6 --echo "configure:7583: checking for int64_t" >&5 -+echo "configure:7486: checking for int64_t" >&5 +-echo "configure:7591: checking for int64_t" >&5 ++echo "configure:7494: checking for int64_t" >&5 if eval "test \"`echo '$''{'ac_cv_int64_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include -@@ -7592,7 +7495,7 @@ +@@ -7600,7 +7503,7 @@ int64_t foo = 0; ; return 0; } EOF --if { (eval echo configure:7596: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7499: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:7604: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:7507: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_int64_t=true else -@@ -7614,12 +7517,12 @@ +@@ -7622,12 +7525,12 @@ echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for int64""... $ac_c" 1>&6 --echo "configure:7618: checking for int64" >&5 -+echo "configure:7521: checking for int64" >&5 +-echo "configure:7626: checking for int64" >&5 ++echo "configure:7529: checking for int64" >&5 if eval "test \"`echo '$''{'ac_cv_int64'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include -@@ -7627,7 +7530,7 @@ +@@ -7635,7 +7538,7 @@ int64 foo = 0; ; return 0; } EOF --if { (eval echo configure:7631: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7534: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:7639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:7542: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_int64=true else -@@ -7649,12 +7552,12 @@ +@@ -7657,12 +7560,12 @@ echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for uint""... $ac_c" 1>&6 --echo "configure:7653: checking for uint" >&5 -+echo "configure:7556: checking for uint" >&5 +-echo "configure:7661: checking for uint" >&5 ++echo "configure:7564: checking for uint" >&5 if eval "test \"`echo '$''{'ac_cv_uint'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include -@@ -7662,7 +7565,7 @@ +@@ -7670,7 +7573,7 @@ uint foo = 0; ; return 0; } EOF --if { (eval echo configure:7666: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7569: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:7674: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:7577: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_uint=true else -@@ -7684,12 +7587,12 @@ +@@ -7692,12 +7595,12 @@ echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for uint_t""... $ac_c" 1>&6 --echo "configure:7688: checking for uint_t" >&5 -+echo "configure:7591: checking for uint_t" >&5 +-echo "configure:7696: checking for uint_t" >&5 ++echo "configure:7599: checking for uint_t" >&5 if eval "test \"`echo '$''{'ac_cv_uint_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include -@@ -7697,7 +7600,7 @@ +@@ -7705,7 +7608,7 @@ uint_t foo = 0; ; return 0; } EOF --if { (eval echo configure:7701: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7604: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:7709: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:7612: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_uint_t=true else -@@ -7719,12 +7622,12 @@ +@@ -7727,12 +7630,12 @@ echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for uint16_t""... $ac_c" 1>&6 --echo "configure:7723: checking for uint16_t" >&5 -+echo "configure:7626: checking for uint16_t" >&5 +-echo "configure:7731: checking for uint16_t" >&5 ++echo "configure:7634: checking for uint16_t" >&5 if eval "test \"`echo '$''{'ac_cv_uint16_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include -@@ -7732,7 +7635,7 @@ +@@ -7740,7 +7643,7 @@ uint16_t foo = 0; ; return 0; } EOF --if { (eval echo configure:7736: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:7744: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:7647: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_uint16_t=true else -@@ -7763,12 +7666,12 @@ +@@ -7771,12 +7674,12 @@ echo $ac_n "checking for uname.domainname""... $ac_c" 1>&6 --echo "configure:7767: checking for uname.domainname" >&5 -+echo "configure:7670: checking for uname.domainname" >&5 +-echo "configure:7775: checking for uname.domainname" >&5 ++echo "configure:7678: checking for uname.domainname" >&5 if eval "test \"`echo '$''{'ac_cv_have_uname_domainname_field'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { -@@ -7776,7 +7679,7 @@ +@@ -7784,7 +7687,7 @@ (void)uname(res); if (res != 0) { domain = res->domainname; } ; return 0; } EOF --if { (eval echo configure:7780: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7683: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:7788: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:7691: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_uname_domainname_field=true else -@@ -7800,12 +7703,12 @@ +@@ -7808,12 +7711,12 @@ fi echo $ac_n "checking for uname.__domainname""... $ac_c" 1>&6 --echo "configure:7804: checking for uname.__domainname" >&5 -+echo "configure:7707: checking for uname.__domainname" >&5 +-echo "configure:7812: checking for uname.__domainname" >&5 ++echo "configure:7715: checking for uname.__domainname" >&5 if eval "test \"`echo '$''{'ac_cv_have_uname_us_domainname_field'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { -@@ -7813,7 +7716,7 @@ +@@ -7821,7 +7724,7 @@ (void)uname(res); if (res != 0) { domain = res->__domainname; } ; return 0; } EOF --if { (eval echo configure:7817: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7720: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:7825: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:7728: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_uname_us_domainname_field=true else -@@ -7846,12 +7749,12 @@ +@@ -7854,12 +7757,12 @@ echo $ac_n "checking for usable wchar_t (2 bytes, unsigned)""... $ac_c" 1>&6 --echo "configure:7850: checking for usable wchar_t (2 bytes, unsigned)" >&5 -+echo "configure:7753: checking for usable wchar_t (2 bytes, unsigned)" >&5 +-echo "configure:7858: checking for usable wchar_t (2 bytes, unsigned)" >&5 ++echo "configure:7761: checking for usable wchar_t (2 bytes, unsigned)" >&5 if eval "test \"`echo '$''{'ac_cv_have_usable_wchar_v2'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < $configure_static_assert_macros -@@ -7860,7 +7763,7 @@ +@@ -7868,7 +7771,7 @@ CONFIGURE_STATIC_ASSERT((wchar_t)-1 > (wchar_t) 0) ; return 0; } EOF --if { (eval echo configure:7864: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7767: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:7872: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:7775: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_usable_wchar_v2="yes" else -@@ -7893,12 +7796,12 @@ +@@ -7901,12 +7804,12 @@ CXXFLAGS="$CXXFLAGS -fshort-wchar" echo $ac_n "checking for compiler -fshort-wchar option""... $ac_c" 1>&6 --echo "configure:7897: checking for compiler -fshort-wchar option" >&5 -+echo "configure:7800: checking for compiler -fshort-wchar option" >&5 +-echo "configure:7905: checking for compiler -fshort-wchar option" >&5 ++echo "configure:7808: checking for compiler -fshort-wchar option" >&5 if eval "test \"`echo '$''{'ac_cv_have_usable_wchar_option_v2'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < $configure_static_assert_macros -@@ -7907,7 +7810,7 @@ +@@ -7915,7 +7818,7 @@ CONFIGURE_STATIC_ASSERT((wchar_t)-1 > (wchar_t) 0) ; return 0; } EOF --if { (eval echo configure:7911: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:7814: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:7919: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:7822: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_usable_wchar_option_v2="yes" else -@@ -7941,7 +7844,7 @@ +@@ -7949,7 +7852,7 @@ if test "$GNU_CC"; then echo $ac_n "checking for visibility(hidden) attribute""... $ac_c" 1>&6 --echo "configure:7945: checking for visibility(hidden) attribute" >&5 -+echo "configure:7848: checking for visibility(hidden) attribute" >&5 +-echo "configure:7953: checking for visibility(hidden) attribute" >&5 ++echo "configure:7856: checking for visibility(hidden) attribute" >&5 if eval "test \"`echo '$''{'ac_cv_visibility_hidden'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -7966,7 +7869,7 @@ +@@ -7974,7 +7877,7 @@ echo $ac_n "checking for visibility(default) attribute""... $ac_c" 1>&6 --echo "configure:7970: checking for visibility(default) attribute" >&5 -+echo "configure:7873: checking for visibility(default) attribute" >&5 +-echo "configure:7978: checking for visibility(default) attribute" >&5 ++echo "configure:7881: checking for visibility(default) attribute" >&5 if eval "test \"`echo '$''{'ac_cv_visibility_default'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -7991,7 +7894,7 @@ +@@ -7999,7 +7902,7 @@ echo $ac_n "checking for visibility pragma support""... $ac_c" 1>&6 --echo "configure:7995: checking for visibility pragma support" >&5 -+echo "configure:7898: checking for visibility pragma support" >&5 +-echo "configure:8003: checking for visibility pragma support" >&5 ++echo "configure:7906: checking for visibility pragma support" >&5 if eval "test \"`echo '$''{'ac_cv_visibility_pragma'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -8016,7 +7919,7 @@ +@@ -8024,7 +7927,7 @@ echo "$ac_t""$ac_cv_visibility_pragma" 1>&6 if test "$ac_cv_visibility_pragma" = "yes"; then echo $ac_n "checking For gcc visibility bug with class-level attributes (GCC bug 26905)""... $ac_c" 1>&6 --echo "configure:8020: checking For gcc visibility bug with class-level attributes (GCC bug 26905)" >&5 -+echo "configure:7923: checking For gcc visibility bug with class-level attributes (GCC bug 26905)" >&5 +-echo "configure:8028: checking For gcc visibility bug with class-level attributes (GCC bug 26905)" >&5 ++echo "configure:7931: checking For gcc visibility bug with class-level attributes (GCC bug 26905)" >&5 if eval "test \"`echo '$''{'ac_cv_have_visibility_class_bug'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -8044,7 +7947,7 @@ +@@ -8052,7 +7955,7 @@ echo "$ac_t""$ac_cv_have_visibility_class_bug" 1>&6 echo $ac_n "checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)""... $ac_c" 1>&6 --echo "configure:8048: checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)" >&5 -+echo "configure:7951: checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)" >&5 +-echo "configure:8056: checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)" >&5 ++echo "configure:7959: checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)" >&5 if eval "test \"`echo '$''{'ac_cv_have_visibility_builtin_bug'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -8092,12 +7995,12 @@ +@@ -8100,12 +8003,12 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 --echo "configure:8096: checking for $ac_hdr that defines DIR" >&5 -+echo "configure:7999: checking for $ac_hdr that defines DIR" >&5 +-echo "configure:8104: checking for $ac_hdr that defines DIR" >&5 ++echo "configure:8007: checking for $ac_hdr that defines DIR" >&5 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include <$ac_hdr> -@@ -8105,7 +8008,7 @@ +@@ -8113,7 +8016,7 @@ DIR *dirp = 0; ; return 0; } EOF --if { (eval echo configure:8109: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:8012: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:8117: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:8020: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* eval "ac_cv_header_dirent_$ac_safe=yes" else -@@ -8130,7 +8033,7 @@ +@@ -8138,7 +8041,7 @@ # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. if test $ac_header_dirent = dirent.h; then echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 --echo "configure:8134: checking for opendir in -ldir" >&5 -+echo "configure:8037: checking for opendir in -ldir" >&5 +-echo "configure:8142: checking for opendir in -ldir" >&5 ++echo "configure:8045: checking for opendir in -ldir" >&5 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -8138,7 +8041,7 @@ +@@ -8146,7 +8049,7 @@ ac_save_LIBS="$LIBS" LIBS="-ldir $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:8161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:8064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -8171,7 +8074,7 @@ +@@ -8179,7 +8082,7 @@ else echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 --echo "configure:8175: checking for opendir in -lx" >&5 -+echo "configure:8078: checking for opendir in -lx" >&5 +-echo "configure:8183: checking for opendir in -lx" >&5 ++echo "configure:8086: checking for opendir in -lx" >&5 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -8179,7 +8082,7 @@ +@@ -8187,7 +8090,7 @@ ac_save_LIBS="$LIBS" LIBS="-lx $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:8202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:8105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -8222,17 +8125,17 @@ +@@ -8230,17 +8133,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:8226: checking for $ac_hdr" >&5 -+echo "configure:8129: checking for $ac_hdr" >&5 +-echo "configure:8234: checking for $ac_hdr" >&5 ++echo "configure:8137: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:8236: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:8139: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:8244: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:8147: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -8262,17 +8165,17 @@ +@@ -8270,17 +8173,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:8266: checking for $ac_hdr" >&5 -+echo "configure:8169: checking for $ac_hdr" >&5 +-echo "configure:8274: checking for $ac_hdr" >&5 ++echo "configure:8177: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:8276: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:8179: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:8284: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:8187: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -8302,17 +8205,17 @@ +@@ -8310,17 +8213,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:8306: checking for $ac_hdr" >&5 -+echo "configure:8209: checking for $ac_hdr" >&5 +-echo "configure:8314: checking for $ac_hdr" >&5 ++echo "configure:8217: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:8316: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:8219: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:8324: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:8227: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -8342,17 +8245,17 @@ +@@ -8350,17 +8253,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:8346: checking for $ac_hdr" >&5 -+echo "configure:8249: checking for $ac_hdr" >&5 +-echo "configure:8354: checking for $ac_hdr" >&5 ++echo "configure:8257: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:8356: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:8259: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:8364: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:8267: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -8382,17 +8285,17 @@ +@@ -8390,17 +8293,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:8386: checking for $ac_hdr" >&5 -+echo "configure:8289: checking for $ac_hdr" >&5 +-echo "configure:8394: checking for $ac_hdr" >&5 ++echo "configure:8297: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:8396: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:8299: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:8404: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:8307: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -8423,17 +8326,17 @@ +@@ -8431,17 +8334,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:8427: checking for $ac_hdr" >&5 -+echo "configure:8330: checking for $ac_hdr" >&5 +-echo "configure:8435: checking for $ac_hdr" >&5 ++echo "configure:8338: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:8437: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:8340: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:8445: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:8348: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -8464,17 +8367,17 @@ +@@ -8472,17 +8375,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:8468: checking for $ac_hdr" >&5 -+echo "configure:8371: checking for $ac_hdr" >&5 +-echo "configure:8476: checking for $ac_hdr" >&5 ++echo "configure:8379: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:8478: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:8381: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:8486: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:8389: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -8511,17 +8414,17 @@ +@@ -8519,17 +8422,17 @@ NEW_H=new.h ac_safe=`echo "new" | sed 'y%./+-%__p_%'` echo $ac_n "checking for new""... $ac_c" 1>&6 --echo "configure:8515: checking for new" >&5 -+echo "configure:8418: checking for new" >&5 +-echo "configure:8523: checking for new" >&5 ++echo "configure:8426: checking for new" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:8525: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:8428: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:8533: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:8436: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -8562,17 +8465,17 @@ +@@ -8570,17 +8473,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:8566: checking for $ac_hdr" >&5 -+echo "configure:8469: checking for $ac_hdr" >&5 +-echo "configure:8574: checking for $ac_hdr" >&5 ++echo "configure:8477: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:8576: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:8479: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:8584: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:8487: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -8606,7 +8509,7 @@ +@@ -8614,7 +8517,7 @@ ;; *) echo $ac_n "checking for gethostbyname_r in -lc_r""... $ac_c" 1>&6 --echo "configure:8610: checking for gethostbyname_r in -lc_r" >&5 -+echo "configure:8513: checking for gethostbyname_r in -lc_r" >&5 +-echo "configure:8618: checking for gethostbyname_r in -lc_r" >&5 ++echo "configure:8521: checking for gethostbyname_r in -lc_r" >&5 ac_lib_var=`echo c_r'_'gethostbyname_r | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -8614,7 +8517,7 @@ +@@ -8622,7 +8525,7 @@ ac_save_LIBS="$LIBS" LIBS="-lc_r $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:8637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:8540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -8655,7 +8558,7 @@ +@@ -8663,7 +8566,7 @@ ;; esac echo $ac_n "checking for atan in -lm""... $ac_c" 1>&6 --echo "configure:8659: checking for atan in -lm" >&5 -+echo "configure:8562: checking for atan in -lm" >&5 +-echo "configure:8667: checking for atan in -lm" >&5 ++echo "configure:8570: checking for atan in -lm" >&5 ac_lib_var=`echo m'_'atan | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -8663,7 +8566,7 @@ +@@ -8671,7 +8574,7 @@ ac_save_LIBS="$LIBS" LIBS="-lm $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:8686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:8589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -8708,7 +8611,7 @@ +@@ -8716,7 +8619,7 @@ ;; *) echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 --echo "configure:8712: checking for dlopen in -ldl" >&5 -+echo "configure:8615: checking for dlopen in -ldl" >&5 +-echo "configure:8720: checking for dlopen in -ldl" >&5 ++echo "configure:8623: checking for dlopen in -ldl" >&5 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -8716,7 +8619,7 @@ +@@ -8724,7 +8627,7 @@ ac_save_LIBS="$LIBS" LIBS="-ldl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:8739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:8642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -8744,17 +8647,17 @@ +@@ -8752,17 +8655,17 @@ echo "$ac_t""yes" 1>&6 ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6 --echo "configure:8748: checking for dlfcn.h" >&5 -+echo "configure:8651: checking for dlfcn.h" >&5 +-echo "configure:8756: checking for dlfcn.h" >&5 ++echo "configure:8659: checking for dlfcn.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:8758: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:8661: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:8766: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:8669: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -8790,7 +8693,7 @@ +@@ -8798,7 +8701,7 @@ case $target in *-aix*) echo $ac_n "checking for demangle in -lC_r""... $ac_c" 1>&6 --echo "configure:8794: checking for demangle in -lC_r" >&5 -+echo "configure:8697: checking for demangle in -lC_r" >&5 +-echo "configure:8802: checking for demangle in -lC_r" >&5 ++echo "configure:8705: checking for demangle in -lC_r" >&5 ac_lib_var=`echo C_r'_'demangle | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -8798,7 +8701,7 @@ +@@ -8806,7 +8709,7 @@ ac_save_LIBS="$LIBS" LIBS="-lC_r $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:8821: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:8724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -8839,7 +8742,7 @@ +@@ -8847,7 +8750,7 @@ ;; *) echo $ac_n "checking for demangle in -lC""... $ac_c" 1>&6 --echo "configure:8843: checking for demangle in -lC" >&5 -+echo "configure:8746: checking for demangle in -lC" >&5 +-echo "configure:8851: checking for demangle in -lC" >&5 ++echo "configure:8754: checking for demangle in -lC" >&5 ac_lib_var=`echo C'_'demangle | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -8847,7 +8750,7 @@ +@@ -8855,7 +8758,7 @@ ac_save_LIBS="$LIBS" LIBS="-lC $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:8870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:8773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -8889,7 +8792,7 @@ +@@ -8897,7 +8800,7 @@ esac fi echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 --echo "configure:8893: checking for socket in -lsocket" >&5 -+echo "configure:8796: checking for socket in -lsocket" >&5 +-echo "configure:8901: checking for socket in -lsocket" >&5 ++echo "configure:8804: checking for socket in -lsocket" >&5 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -8897,7 +8800,7 @@ +@@ -8905,7 +8808,7 @@ ac_save_LIBS="$LIBS" LIBS="-lsocket $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:8920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:8823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -8953,7 +8856,7 @@ +@@ -8961,7 +8864,7 @@ _SAVE_LDFLAGS="$LDFLAGS" LDFLAGS="$XLDFLAGS $LDFLAGS" echo $ac_n "checking for XDrawLines in -lX11""... $ac_c" 1>&6 --echo "configure:8957: checking for XDrawLines in -lX11" >&5 -+echo "configure:8860: checking for XDrawLines in -lX11" >&5 +-echo "configure:8965: checking for XDrawLines in -lX11" >&5 ++echo "configure:8868: checking for XDrawLines in -lX11" >&5 ac_lib_var=`echo X11'_'XDrawLines | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -8961,7 +8864,7 @@ +@@ -8969,7 +8872,7 @@ ac_save_LIBS="$LIBS" LIBS="-lX11 $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:8984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:8887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -8994,7 +8897,7 @@ +@@ -9002,7 +8905,7 @@ fi echo $ac_n "checking for XextAddDisplay in -lXext""... $ac_c" 1>&6 --echo "configure:8998: checking for XextAddDisplay in -lXext" >&5 -+echo "configure:8901: checking for XextAddDisplay in -lXext" >&5 +-echo "configure:9006: checking for XextAddDisplay in -lXext" >&5 ++echo "configure:8909: checking for XextAddDisplay in -lXext" >&5 ac_lib_var=`echo Xext'_'XextAddDisplay | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -9002,7 +8905,7 @@ +@@ -9010,7 +8913,7 @@ ac_save_LIBS="$LIBS" LIBS="-lXext $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:9025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:8928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -9037,7 +8940,7 @@ +@@ -9045,7 +8948,7 @@ echo $ac_n "checking for XtFree in -lXt""... $ac_c" 1>&6 --echo "configure:9041: checking for XtFree in -lXt" >&5 -+echo "configure:8944: checking for XtFree in -lXt" >&5 +-echo "configure:9049: checking for XtFree in -lXt" >&5 ++echo "configure:8952: checking for XtFree in -lXt" >&5 ac_lib_var=`echo Xt'_'XtFree | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -9045,7 +8948,7 @@ +@@ -9053,7 +8956,7 @@ ac_save_LIBS="$LIBS" LIBS="-lXt $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:8963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:9068: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:8971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -9077,7 +8980,7 @@ +@@ -9085,7 +8988,7 @@ unset ac_cv_lib_Xt_XtFree echo $ac_n "checking for IceFlush in -lICE""... $ac_c" 1>&6 --echo "configure:9081: checking for IceFlush in -lICE" >&5 -+echo "configure:8984: checking for IceFlush in -lICE" >&5 +-echo "configure:9089: checking for IceFlush in -lICE" >&5 ++echo "configure:8992: checking for IceFlush in -lICE" >&5 ac_lib_var=`echo ICE'_'IceFlush | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -9085,7 +8988,7 @@ +@@ -9093,7 +8996,7 @@ ac_save_LIBS="$LIBS" LIBS="-lICE $XT_LIBS $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:9003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:9108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:9011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -9117,7 +9020,7 @@ +@@ -9125,7 +9028,7 @@ fi echo $ac_n "checking for SmcCloseConnection in -lSM""... $ac_c" 1>&6 --echo "configure:9121: checking for SmcCloseConnection in -lSM" >&5 -+echo "configure:9024: checking for SmcCloseConnection in -lSM" >&5 +-echo "configure:9129: checking for SmcCloseConnection in -lSM" >&5 ++echo "configure:9032: checking for SmcCloseConnection in -lSM" >&5 ac_lib_var=`echo SM'_'SmcCloseConnection | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -9125,7 +9028,7 @@ +@@ -9133,7 +9036,7 @@ ac_save_LIBS="$LIBS" LIBS="-lSM $XT_LIBS $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:9043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:9148: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:9051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -9157,7 +9060,7 @@ +@@ -9165,7 +9068,7 @@ fi echo $ac_n "checking for XtFree in -lXt""... $ac_c" 1>&6 --echo "configure:9161: checking for XtFree in -lXt" >&5 -+echo "configure:9064: checking for XtFree in -lXt" >&5 +-echo "configure:9169: checking for XtFree in -lXt" >&5 ++echo "configure:9072: checking for XtFree in -lXt" >&5 ac_lib_var=`echo Xt'_'XtFree | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -9165,7 +9068,7 @@ +@@ -9173,7 +9076,7 @@ ac_save_LIBS="$LIBS" LIBS="-lXt $X_PRE_LIBS $XT_LIBS $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:9083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:9188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:9091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -9210,7 +9113,7 @@ +@@ -9218,7 +9121,7 @@ esac echo $ac_n "checking for XineramaIsActive in -lXinerama""... $ac_c" 1>&6 --echo "configure:9214: checking for XineramaIsActive in -lXinerama" >&5 -+echo "configure:9117: checking for XineramaIsActive in -lXinerama" >&5 +-echo "configure:9222: checking for XineramaIsActive in -lXinerama" >&5 ++echo "configure:9125: checking for XineramaIsActive in -lXinerama" >&5 ac_lib_var=`echo Xinerama'_'XineramaIsActive | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -9218,7 +9121,7 @@ +@@ -9226,7 +9129,7 @@ ac_save_LIBS="$LIBS" LIBS="-lXinerama $XLIBS $XEXT_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:9136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:9241: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:9144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -9251,17 +9154,17 @@ +@@ -9259,17 +9162,17 @@ ac_safe=`echo "X11/extensions/Xinerama.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/extensions/Xinerama.h""... $ac_c" 1>&6 --echo "configure:9255: checking for X11/extensions/Xinerama.h" >&5 -+echo "configure:9158: checking for X11/extensions/Xinerama.h" >&5 +-echo "configure:9263: checking for X11/extensions/Xinerama.h" >&5 ++echo "configure:9166: checking for X11/extensions/Xinerama.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9265: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9168: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:9273: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:9176: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -9284,7 +9187,7 @@ +@@ -9292,7 +9195,7 @@ echo $ac_n "checking for XShmCreateImage in -lXext""... $ac_c" 1>&6 --echo "configure:9288: checking for XShmCreateImage in -lXext" >&5 -+echo "configure:9191: checking for XShmCreateImage in -lXext" >&5 +-echo "configure:9296: checking for XShmCreateImage in -lXext" >&5 ++echo "configure:9199: checking for XShmCreateImage in -lXext" >&5 ac_lib_var=`echo Xext'_'XShmCreateImage | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -9292,7 +9195,7 @@ +@@ -9300,7 +9203,7 @@ ac_save_LIBS="$LIBS" LIBS="-lXext $XLIBS $XEXT_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:9210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:9315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:9218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -9325,17 +9228,17 @@ +@@ -9333,17 +9236,17 @@ ac_safe=`echo "X11/extensions/XShm.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/extensions/XShm.h""... $ac_c" 1>&6 --echo "configure:9329: checking for X11/extensions/XShm.h" >&5 -+echo "configure:9232: checking for X11/extensions/XShm.h" >&5 +-echo "configure:9337: checking for X11/extensions/XShm.h" >&5 ++echo "configure:9240: checking for X11/extensions/XShm.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9339: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9242: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:9347: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:9250: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -9365,7 +9268,7 @@ +@@ -9373,7 +9276,7 @@ fi echo $ac_n "checking for XieFloGeometry in -lXIE""... $ac_c" 1>&6 --echo "configure:9369: checking for XieFloGeometry in -lXIE" >&5 -+echo "configure:9272: checking for XieFloGeometry in -lXIE" >&5 +-echo "configure:9377: checking for XieFloGeometry in -lXIE" >&5 ++echo "configure:9280: checking for XieFloGeometry in -lXIE" >&5 ac_lib_var=`echo XIE'_'XieFloGeometry | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -9373,7 +9276,7 @@ +@@ -9381,7 +9284,7 @@ ac_save_LIBS="$LIBS" LIBS="-lXIE $XLIBS $XEXT_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:9291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:9396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:9299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -9406,17 +9309,17 @@ +@@ -9414,17 +9317,17 @@ ac_safe=`echo "X11/extensions/XIElib.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/extensions/XIElib.h""... $ac_c" 1>&6 --echo "configure:9410: checking for X11/extensions/XIElib.h" >&5 -+echo "configure:9313: checking for X11/extensions/XIElib.h" >&5 +-echo "configure:9418: checking for X11/extensions/XIElib.h" >&5 ++echo "configure:9321: checking for X11/extensions/XIElib.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:9420: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:9323: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:9428: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:9331: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -9490,7 +9393,7 @@ +@@ -9498,7 +9401,7 @@ # Extract the first word of "freetype-config", so it can be a program name with args. set dummy freetype-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:9494: checking for $ac_word" >&5 -+echo "configure:9397: checking for $ac_word" >&5 +-echo "configure:9502: checking for $ac_word" >&5 ++echo "configure:9405: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_FT2_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -9526,7 +9429,7 @@ +@@ -9534,7 +9437,7 @@ min_ft_version=6.1.0 echo $ac_n "checking for FreeType - version >= $min_ft_version""... $ac_c" 1>&6 --echo "configure:9530: checking for FreeType - version >= $min_ft_version" >&5 -+echo "configure:9433: checking for FreeType - version >= $min_ft_version" >&5 +-echo "configure:9538: checking for FreeType - version >= $min_ft_version" >&5 ++echo "configure:9441: checking for FreeType - version >= $min_ft_version" >&5 no_ft="" if test "$FT2_CONFIG" = "no" ; then no_ft=yes -@@ -9574,7 +9477,7 @@ +@@ -9582,7 +9485,7 @@ echo $ac_n "cross compiling; assumed OK... $ac_c" else cat > conftest.$ac_ext < -@@ -9600,7 +9503,7 @@ +@@ -9608,7 +9511,7 @@ } EOF --if { (eval echo configure:9604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:9507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:9612: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:9515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else -@@ -9652,7 +9555,7 @@ +@@ -9660,7 +9563,7 @@ echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6 --echo "configure:9656: checking for pthread_create in -lpthreads" >&5 -+echo "configure:9559: checking for pthread_create in -lpthreads" >&5 +-echo "configure:9664: checking for pthread_create in -lpthreads" >&5 ++echo "configure:9567: checking for pthread_create in -lpthreads" >&5 echo " #include void *foo(void *v) { int a = 1; } -@@ -9674,7 +9577,7 @@ +@@ -9682,7 +9585,7 @@ echo "$ac_t""no" 1>&6 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 --echo "configure:9678: checking for pthread_create in -lpthread" >&5 -+echo "configure:9581: checking for pthread_create in -lpthread" >&5 +-echo "configure:9686: checking for pthread_create in -lpthread" >&5 ++echo "configure:9589: checking for pthread_create in -lpthread" >&5 echo " #include void *foo(void *v) { int a = 1; } -@@ -9696,7 +9599,7 @@ +@@ -9704,7 +9607,7 @@ echo "$ac_t""no" 1>&6 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 --echo "configure:9700: checking for pthread_create in -lc_r" >&5 -+echo "configure:9603: checking for pthread_create in -lc_r" >&5 +-echo "configure:9708: checking for pthread_create in -lc_r" >&5 ++echo "configure:9611: checking for pthread_create in -lc_r" >&5 echo " #include void *foo(void *v) { int a = 1; } -@@ -9718,7 +9621,7 @@ +@@ -9726,7 +9629,7 @@ echo "$ac_t""no" 1>&6 echo $ac_n "checking for pthread_create in -lc""... $ac_c" 1>&6 --echo "configure:9722: checking for pthread_create in -lc" >&5 -+echo "configure:9625: checking for pthread_create in -lc" >&5 +-echo "configure:9730: checking for pthread_create in -lc" >&5 ++echo "configure:9633: checking for pthread_create in -lc" >&5 echo " #include void *foo(void *v) { int a = 1; } -@@ -9774,7 +9677,7 @@ +@@ -9782,7 +9685,7 @@ rm -f conftest* ac_cv_have_dash_pthread=no echo $ac_n "checking whether ${CC-cc} accepts -pthread""... $ac_c" 1>&6 --echo "configure:9778: checking whether ${CC-cc} accepts -pthread" >&5 -+echo "configure:9681: checking whether ${CC-cc} accepts -pthread" >&5 +-echo "configure:9786: checking whether ${CC-cc} accepts -pthread" >&5 ++echo "configure:9689: checking whether ${CC-cc} accepts -pthread" >&5 echo 'int main() { return 0; }' | cat > conftest.c ${CC-cc} -pthread -o conftest conftest.c > conftest.out 2>&1 if test $? -eq 0; then -@@ -9797,7 +9700,7 @@ +@@ -9805,7 +9708,7 @@ ac_cv_have_dash_pthreads=no if test "$ac_cv_have_dash_pthread" = "no"; then echo $ac_n "checking whether ${CC-cc} accepts -pthreads""... $ac_c" 1>&6 --echo "configure:9801: checking whether ${CC-cc} accepts -pthreads" >&5 -+echo "configure:9704: checking whether ${CC-cc} accepts -pthreads" >&5 +-echo "configure:9809: checking whether ${CC-cc} accepts -pthreads" >&5 ++echo "configure:9712: checking whether ${CC-cc} accepts -pthreads" >&5 echo 'int main() { return 0; }' | cat > conftest.c ${CC-cc} -pthreads -o conftest conftest.c > conftest.out 2>&1 if test $? -eq 0; then -@@ -9919,7 +9822,7 @@ - +@@ -9900,7 +9803,7 @@ + fi echo $ac_n "checking whether mmap() sees write()s""... $ac_c" 1>&6 --echo "configure:9923: checking whether mmap() sees write()s" >&5 -+echo "configure:9826: checking whether mmap() sees write()s" >&5 +-echo "configure:9904: checking whether mmap() sees write()s" >&5 ++echo "configure:9807: checking whether mmap() sees write()s" >&5 mmap_test_prog=' -@@ -9958,11 +9861,11 @@ +@@ -9939,11 +9842,11 @@ result="yes" else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:9869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:9947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:9850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then result="yes" else -@@ -9987,13 +9890,13 @@ +@@ -9968,13 +9871,13 @@ if test $ac_cv_prog_gcc = yes; then echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 --echo "configure:9991: checking whether ${CC-cc} needs -traditional" >&5 -+echo "configure:9894: checking whether ${CC-cc} needs -traditional" >&5 +-echo "configure:9972: checking whether ${CC-cc} needs -traditional" >&5 ++echo "configure:9875: checking whether ${CC-cc} needs -traditional" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_pattern="Autoconf.*'x'" cat > conftest.$ac_ext < Autoconf TIOCGETP -@@ -10011,7 +9914,7 @@ +@@ -9992,7 +9895,7 @@ if test $ac_cv_prog_gcc_traditional = no; then cat > conftest.$ac_ext < Autoconf TCGETA -@@ -10033,7 +9936,7 @@ +@@ -10014,7 +9917,7 @@ fi echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6 --echo "configure:10037: checking for 8-bit clean memcmp" >&5 -+echo "configure:9940: checking for 8-bit clean memcmp" >&5 +-echo "configure:10018: checking for 8-bit clean memcmp" >&5 ++echo "configure:9921: checking for 8-bit clean memcmp" >&5 if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -10041,7 +9944,7 @@ +@@ -10022,7 +9925,7 @@ ac_cv_func_memcmp_clean=no else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:9958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:10036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:9939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_func_memcmp_clean=yes else -@@ -10071,12 +9974,12 @@ +@@ -10052,12 +9955,12 @@ for ac_func in random strerror lchown fchmod snprintf statvfs memmove rint stat64 lstat64 do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:10075: checking for $ac_func" >&5 -+echo "configure:9978: checking for $ac_func" >&5 +-echo "configure:10056: checking for $ac_func" >&5 ++echo "configure:9959: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:10084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:9987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else -@@ -10126,12 +10029,12 @@ +@@ -10107,12 +10010,12 @@ for ac_func in flockfile getpagesize do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:10130: checking for $ac_func" >&5 -+echo "configure:10033: checking for $ac_func" >&5 +-echo "configure:10111: checking for $ac_func" >&5 ++echo "configure:10014: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:10139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:10042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else -@@ -10183,12 +10086,12 @@ +@@ -10164,12 +10067,12 @@ for ac_func in localtime_r strtok_r do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:10187: checking for $ac_func" >&5 -+echo "configure:10090: checking for $ac_func" >&5 +-echo "configure:10168: checking for $ac_func" >&5 ++echo "configure:10071: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:10196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:10099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else -@@ -10247,19 +10150,19 @@ +@@ -10228,19 +10131,19 @@ cross_compiling=$ac_cv_prog_cxx_cross echo $ac_n "checking for wcrtomb""... $ac_c" 1>&6 --echo "configure:10251: checking for wcrtomb" >&5 -+echo "configure:10154: checking for wcrtomb" >&5 +-echo "configure:10232: checking for wcrtomb" >&5 ++echo "configure:10135: checking for wcrtomb" >&5 if eval "test \"`echo '$''{'ac_cv_have_wcrtomb'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { mbstate_t ps={0};wcrtomb(0,'f',&ps); ; return 0; } EOF --if { (eval echo configure:10263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:10244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:10147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_have_wcrtomb="yes" else -@@ -10279,19 +10182,19 @@ +@@ -10260,19 +10163,19 @@ fi echo $ac_n "checking for mbrtowc""... $ac_c" 1>&6 --echo "configure:10283: checking for mbrtowc" >&5 -+echo "configure:10186: checking for mbrtowc" >&5 +-echo "configure:10264: checking for mbrtowc" >&5 ++echo "configure:10167: checking for mbrtowc" >&5 if eval "test \"`echo '$''{'ac_cv_have_mbrtowc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { mbstate_t ps={0};mbrtowc(0,0,0,&ps); ; return 0; } EOF --if { (eval echo configure:10295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:10276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:10179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_have_mbrtowc="yes" else -@@ -10320,12 +10223,12 @@ +@@ -10301,12 +10204,12 @@ fi echo $ac_n "checking for res_ninit()""... $ac_c" 1>&6 --echo "configure:10324: checking for res_ninit()" >&5 -+echo "configure:10227: checking for res_ninit()" >&5 +-echo "configure:10305: checking for res_ninit()" >&5 ++echo "configure:10208: checking for res_ninit()" >&5 if eval "test \"`echo '$''{'ac_cv_func_res_ninit'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:10322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:10225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_res_ninit=yes else -@@ -10367,12 +10270,12 @@ +@@ -10348,12 +10251,12 @@ cross_compiling=$ac_cv_prog_cxx_cross echo $ac_n "checking for gnu_get_libc_version()""... $ac_c" 1>&6 --echo "configure:10371: checking for gnu_get_libc_version()" >&5 -+echo "configure:10274: checking for gnu_get_libc_version()" >&5 +-echo "configure:10352: checking for gnu_get_libc_version()" >&5 ++echo "configure:10255: checking for gnu_get_libc_version()" >&5 if eval "test \"`echo '$''{'ac_cv_func_gnu_get_libc_version'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:10368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:10271: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_gnu_get_libc_version=yes else -@@ -10412,7 +10315,7 @@ +@@ -10393,7 +10296,7 @@ *) echo $ac_n "checking for iconv in -lc""... $ac_c" 1>&6 --echo "configure:10416: checking for iconv in -lc" >&5 -+echo "configure:10319: checking for iconv in -lc" >&5 +-echo "configure:10397: checking for iconv in -lc" >&5 ++echo "configure:10300: checking for iconv in -lc" >&5 ac_lib_var=`echo c'_'iconv | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -10420,7 +10323,7 @@ +@@ -10401,7 +10304,7 @@ ac_save_LIBS="$LIBS" LIBS="-lc $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:10419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:10322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -10453,7 +10356,7 @@ +@@ -10434,7 +10337,7 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for iconv in -liconv""... $ac_c" 1>&6 --echo "configure:10457: checking for iconv in -liconv" >&5 -+echo "configure:10360: checking for iconv in -liconv" >&5 +-echo "configure:10438: checking for iconv in -liconv" >&5 ++echo "configure:10341: checking for iconv in -liconv" >&5 ac_lib_var=`echo iconv'_'iconv | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -10461,7 +10364,7 @@ +@@ -10442,7 +10345,7 @@ ac_save_LIBS="$LIBS" LIBS="-liconv $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:10460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:10363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -10494,7 +10397,7 @@ +@@ -10475,7 +10378,7 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for libiconv in -liconv""... $ac_c" 1>&6 --echo "configure:10498: checking for libiconv in -liconv" >&5 -+echo "configure:10401: checking for libiconv in -liconv" >&5 +-echo "configure:10479: checking for libiconv in -liconv" >&5 ++echo "configure:10382: checking for libiconv in -liconv" >&5 ac_lib_var=`echo iconv'_'libiconv | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -10502,7 +10405,7 @@ +@@ -10483,7 +10386,7 @@ ac_save_LIBS="$LIBS" LIBS="-liconv $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:10501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:10404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -10543,12 +10446,12 @@ +@@ -10524,12 +10427,12 @@ _SAVE_LIBS=$LIBS LIBS="$LIBS $_ICONV_LIBS" echo $ac_n "checking for iconv()""... $ac_c" 1>&6 --echo "configure:10547: checking for iconv()" >&5 -+echo "configure:10450: checking for iconv()" >&5 +-echo "configure:10528: checking for iconv()" >&5 ++echo "configure:10431: checking for iconv()" >&5 if eval "test \"`echo '$''{'ac_cv_func_iconv'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < -@@ -10562,7 +10465,7 @@ +@@ -10543,7 +10446,7 @@ ; return 0; } EOF --if { (eval echo configure:10566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:10547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:10450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_iconv=yes else -@@ -10586,12 +10489,12 @@ +@@ -10567,12 +10470,12 @@ LIBXUL_LIBS="$LIBXUL_LIBS $_ICONV_LIBS" LIBICONV="$_ICONV_LIBS" echo $ac_n "checking for iconv() with const input""... $ac_c" 1>&6 --echo "configure:10590: checking for iconv() with const input" >&5 -+echo "configure:10493: checking for iconv() with const input" >&5 +-echo "configure:10571: checking for iconv() with const input" >&5 ++echo "configure:10474: checking for iconv() with const input" >&5 if eval "test \"`echo '$''{'ac_cv_func_const_iconv'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < -@@ -10606,7 +10509,7 @@ +@@ -10587,7 +10490,7 @@ ; return 0; } EOF --if { (eval echo configure:10610: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:10513: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:10591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:10494: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_func_const_iconv=yes else -@@ -10635,19 +10538,19 @@ +@@ -10616,19 +10519,19 @@ echo $ac_n "checking for nl_langinfo and CODESET""... $ac_c" 1>&6 --echo "configure:10639: checking for nl_langinfo and CODESET" >&5 -+echo "configure:10542: checking for nl_langinfo and CODESET" >&5 +-echo "configure:10620: checking for nl_langinfo and CODESET" >&5 ++echo "configure:10523: checking for nl_langinfo and CODESET" >&5 if eval "test \"`echo '$''{'am_cv_langinfo_codeset'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { char* cs = nl_langinfo(CODESET); ; return 0; } EOF --if { (eval echo configure:10651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:10554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:10632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:10535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* am_cv_langinfo_codeset=yes else -@@ -10679,7 +10582,7 @@ +@@ -10660,7 +10563,7 @@ echo $ac_n "checking for an implementation of va_copy()""... $ac_c" 1>&6 --echo "configure:10683: checking for an implementation of va_copy()" >&5 -+echo "configure:10586: checking for an implementation of va_copy()" >&5 +-echo "configure:10664: checking for an implementation of va_copy()" >&5 ++echo "configure:10567: checking for an implementation of va_copy()" >&5 if eval "test \"`echo '$''{'ac_cv_va_copy'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -10689,7 +10592,7 @@ +@@ -10670,7 +10573,7 @@ else cat > conftest.$ac_ext < -@@ -10703,7 +10606,7 @@ +@@ -10684,7 +10587,7 @@ } int main() { f (0, 42); return 0; } EOF --if { (eval echo configure:10707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:10610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:10688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:10591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_va_copy=yes else -@@ -10720,7 +10623,7 @@ +@@ -10701,7 +10604,7 @@ echo "$ac_t""$ac_cv_va_copy" 1>&6 echo $ac_n "checking for an implementation of __va_copy()""... $ac_c" 1>&6 --echo "configure:10724: checking for an implementation of __va_copy()" >&5 -+echo "configure:10627: checking for an implementation of __va_copy()" >&5 +-echo "configure:10705: checking for an implementation of __va_copy()" >&5 ++echo "configure:10608: checking for an implementation of __va_copy()" >&5 if eval "test \"`echo '$''{'ac_cv___va_copy'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -10730,7 +10633,7 @@ +@@ -10711,7 +10614,7 @@ else cat > conftest.$ac_ext < -@@ -10744,7 +10647,7 @@ +@@ -10725,7 +10628,7 @@ } int main() { f (0, 42); return 0; } EOF --if { (eval echo configure:10748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:10651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:10729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:10632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv___va_copy=yes else -@@ -10761,7 +10664,7 @@ +@@ -10742,7 +10645,7 @@ echo "$ac_t""$ac_cv___va_copy" 1>&6 echo $ac_n "checking whether va_lists can be copied by value""... $ac_c" 1>&6 --echo "configure:10765: checking whether va_lists can be copied by value" >&5 -+echo "configure:10668: checking whether va_lists can be copied by value" >&5 +-echo "configure:10746: checking whether va_lists can be copied by value" >&5 ++echo "configure:10649: checking whether va_lists can be copied by value" >&5 if eval "test \"`echo '$''{'ac_cv_va_val_copy'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -10771,7 +10674,7 @@ +@@ -10752,7 +10655,7 @@ else cat > conftest.$ac_ext < -@@ -10785,7 +10688,7 @@ +@@ -10766,7 +10669,7 @@ } int main() { f (0, 42); return 0; } EOF --if { (eval echo configure:10789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:10692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:10770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:10673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_va_val_copy=yes else -@@ -10884,7 +10787,7 @@ +@@ -10865,7 +10768,7 @@ if test "$GNU_CXX"; then echo $ac_n "checking for C++ exceptions flag""... $ac_c" 1>&6 --echo "configure:10888: checking for C++ exceptions flag" >&5 -+echo "configure:10791: checking for C++ exceptions flag" >&5 +-echo "configure:10869: checking for C++ exceptions flag" >&5 ++echo "configure:10772: checking for C++ exceptions flag" >&5 if eval "test \"`echo '$''{'ac_cv_cxx_exceptions_flags'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -10919,12 +10822,12 @@ +@@ -10900,12 +10803,12 @@ HAVE_GCC3_ABI= if test "$GNU_CC"; then echo $ac_n "checking for gcc 3.0 ABI""... $ac_c" 1>&6 --echo "configure:10923: checking for gcc 3.0 ABI" >&5 -+echo "configure:10826: checking for gcc 3.0 ABI" >&5 +-echo "configure:10904: checking for gcc 3.0 ABI" >&5 ++echo "configure:10807: checking for gcc 3.0 ABI" >&5 if eval "test \"`echo '$''{'ac_cv_gcc_three_abi'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:10844: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:10922: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:10825: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_gcc_three_abi="yes" else -@@ -10961,12 +10864,12 @@ +@@ -10942,12 +10845,12 @@ echo $ac_n "checking for C++ \"explicit\" keyword""... $ac_c" 1>&6 --echo "configure:10965: checking for C++ \"explicit\" keyword" >&5 -+echo "configure:10868: checking for C++ \"explicit\" keyword" >&5 +-echo "configure:10946: checking for C++ \"explicit\" keyword" >&5 ++echo "configure:10849: checking for C++ \"explicit\" keyword" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_explicit'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:10883: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:10961: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:10864: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_explicit=yes else -@@ -10997,12 +10900,12 @@ +@@ -10978,12 +10881,12 @@ fi echo $ac_n "checking for C++ \"typename\" keyword""... $ac_c" 1>&6 --echo "configure:11001: checking for C++ \"typename\" keyword" >&5 -+echo "configure:10904: checking for C++ \"typename\" keyword" >&5 +-echo "configure:10982: checking for C++ \"typename\" keyword" >&5 ++echo "configure:10885: checking for C++ \"typename\" keyword" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_typename'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:10928: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:11006: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:10909: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_typename=yes else -@@ -11042,12 +10945,12 @@ +@@ -11023,12 +10926,12 @@ fi echo $ac_n "checking for modern C++ template specialization syntax support""... $ac_c" 1>&6 --echo "configure:11046: checking for modern C++ template specialization syntax support" >&5 -+echo "configure:10949: checking for modern C++ template specialization syntax support" >&5 +-echo "configure:11027: checking for modern C++ template specialization syntax support" >&5 ++echo "configure:10930: checking for modern C++ template specialization syntax support" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_modern_specialize_template_syntax'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < struct X { int a; }; class Y {}; -@@ -11057,7 +10960,7 @@ +@@ -11038,7 +10941,7 @@ X y_x; ; return 0; } EOF --if { (eval echo configure:11061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:10964: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:11042: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:10945: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_modern_specialize_template_syntax=yes else -@@ -11079,12 +10982,12 @@ +@@ -11060,12 +10963,12 @@ echo $ac_n "checking whether partial template specialization works""... $ac_c" 1>&6 --echo "configure:11083: checking whether partial template specialization works" >&5 -+echo "configure:10986: checking whether partial template specialization works" >&5 +-echo "configure:11064: checking whether partial template specialization works" >&5 ++echo "configure:10967: checking whether partial template specialization works" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_partial_specialization'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < class Foo {}; template class Foo {}; -@@ -11092,7 +10995,7 @@ +@@ -11073,7 +10976,7 @@ return 0; ; return 0; } EOF --if { (eval echo configure:11096: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:10999: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:11077: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:10980: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_partial_specialization=yes else -@@ -11113,12 +11016,12 @@ +@@ -11094,12 +10997,12 @@ fi echo $ac_n "checking whether operators must be re-defined for templates derived from templates""... $ac_c" 1>&6 --echo "configure:11117: checking whether operators must be re-defined for templates derived from templates" >&5 -+echo "configure:11020: checking whether operators must be re-defined for templates derived from templates" >&5 +-echo "configure:11098: checking whether operators must be re-defined for templates derived from templates" >&5 ++echo "configure:11001: checking whether operators must be re-defined for templates derived from templates" >&5 if eval "test \"`echo '$''{'ac_cv_need_derived_template_operators'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < class Base { }; template -@@ -11130,7 +11033,7 @@ +@@ -11111,7 +11014,7 @@ return 0; ; return 0; } EOF --if { (eval echo configure:11134: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:11037: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:11115: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:11018: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_need_derived_template_operators=no else -@@ -11152,12 +11055,12 @@ +@@ -11133,12 +11036,12 @@ echo $ac_n "checking whether we need to cast a derived template to pass as its base class""... $ac_c" 1>&6 --echo "configure:11156: checking whether we need to cast a derived template to pass as its base class" >&5 -+echo "configure:11059: checking whether we need to cast a derived template to pass as its base class" >&5 +-echo "configure:11137: checking whether we need to cast a derived template to pass as its base class" >&5 ++echo "configure:11040: checking whether we need to cast a derived template to pass as its base class" >&5 if eval "test \"`echo '$''{'ac_cv_need_cpp_template_cast_to_base'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < class Base { }; template class Derived : public Base { }; -@@ -11166,7 +11069,7 @@ +@@ -11147,7 +11050,7 @@ Derived bar; return foo(bar); ; return 0; } EOF --if { (eval echo configure:11170: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:11073: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:11151: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:11054: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_need_cpp_template_cast_to_base=no else -@@ -11187,12 +11090,12 @@ +@@ -11168,12 +11071,12 @@ fi echo $ac_n "checking whether the compiler can resolve const ambiguities for templates""... $ac_c" 1>&6 --echo "configure:11191: checking whether the compiler can resolve const ambiguities for templates" >&5 -+echo "configure:11094: checking whether the compiler can resolve const ambiguities for templates" >&5 +-echo "configure:11172: checking whether the compiler can resolve const ambiguities for templates" >&5 ++echo "configure:11075: checking whether the compiler can resolve const ambiguities for templates" >&5 if eval "test \"`echo '$''{'ac_cv_can_resolve_const_ambiguity'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < class ptrClass { -@@ -11213,7 +11116,7 @@ +@@ -11194,7 +11097,7 @@ a(&i); ; return 0; } EOF --if { (eval echo configure:11217: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:11120: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:11198: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:11101: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_can_resolve_const_ambiguity=yes else -@@ -11235,12 +11138,12 @@ +@@ -11216,12 +11119,12 @@ echo $ac_n "checking whether the C++ \"using\" keyword can change access""... $ac_c" 1>&6 --echo "configure:11239: checking whether the C++ \"using\" keyword can change access" >&5 -+echo "configure:11142: checking whether the C++ \"using\" keyword can change access" >&5 +-echo "configure:11220: checking whether the C++ \"using\" keyword can change access" >&5 ++echo "configure:11123: checking whether the C++ \"using\" keyword can change access" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_access_changing_using2'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:11155: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:11233: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:11136: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:11166: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:11244: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:11147: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_access_changing_using2=no else -@@ -11287,12 +11190,12 @@ +@@ -11268,12 +11171,12 @@ fi echo $ac_n "checking whether the C++ \"using\" keyword resolves ambiguity""... $ac_c" 1>&6 --echo "configure:11291: checking whether the C++ \"using\" keyword resolves ambiguity" >&5 -+echo "configure:11194: checking whether the C++ \"using\" keyword resolves ambiguity" >&5 +-echo "configure:11272: checking whether the C++ \"using\" keyword resolves ambiguity" >&5 ++echo "configure:11175: checking whether the C++ \"using\" keyword resolves ambiguity" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_ambiguity_resolving_using'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:11215: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:11293: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:11196: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_ambiguity_resolving_using=yes else -@@ -11329,19 +11232,19 @@ +@@ -11310,19 +11213,19 @@ fi echo $ac_n "checking for \"std::\" namespace""... $ac_c" 1>&6 --echo "configure:11333: checking for \"std::\" namespace" >&5 -+echo "configure:11236: checking for \"std::\" namespace" >&5 +-echo "configure:11314: checking for \"std::\" namespace" >&5 ++echo "configure:11217: checking for \"std::\" namespace" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_namespace_std'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return std::min(0, 1); ; return 0; } EOF --if { (eval echo configure:11345: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:11248: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:11326: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:11229: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_namespace_std=yes else -@@ -11362,12 +11265,12 @@ +@@ -11343,12 +11246,12 @@ fi echo $ac_n "checking whether standard template operator!=() is ambiguous""... $ac_c" 1>&6 --echo "configure:11366: checking whether standard template operator!=() is ambiguous" >&5 -+echo "configure:11269: checking whether standard template operator!=() is ambiguous" >&5 +-echo "configure:11347: checking whether standard template operator!=() is ambiguous" >&5 ++echo "configure:11250: checking whether standard template operator!=() is ambiguous" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_unambiguous_std_notequal'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < struct T1 {}; -@@ -11377,7 +11280,7 @@ +@@ -11358,7 +11261,7 @@ T1 a,b; return a != b; ; return 0; } EOF --if { (eval echo configure:11381: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:11284: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:11362: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:11265: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_unambiguous_std_notequal=unambiguous else -@@ -11399,12 +11302,12 @@ +@@ -11380,12 +11283,12 @@ echo $ac_n "checking for C++ reinterpret_cast""... $ac_c" 1>&6 --echo "configure:11403: checking for C++ reinterpret_cast" >&5 -+echo "configure:11306: checking for C++ reinterpret_cast" >&5 +-echo "configure:11384: checking for C++ reinterpret_cast" >&5 ++echo "configure:11287: checking for C++ reinterpret_cast" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_reinterpret_cast'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <(z); ; return 0; } EOF --if { (eval echo configure:11416: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:11319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:11397: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:11300: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_reinterpret_cast=yes else -@@ -11433,7 +11336,7 @@ +@@ -11414,7 +11317,7 @@ fi echo $ac_n "checking for C++ dynamic_cast to void*""... $ac_c" 1>&6 --echo "configure:11437: checking for C++ dynamic_cast to void*" >&5 -+echo "configure:11340: checking for C++ dynamic_cast to void*" >&5 +-echo "configure:11418: checking for C++ dynamic_cast to void*" >&5 ++echo "configure:11321: checking for C++ dynamic_cast to void*" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_dynamic_cast_void_ptr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -11441,8 +11344,11 @@ +@@ -11422,8 +11325,11 @@ ac_cv_cpp_dynamic_cast_void_ptr=no else cat > conftest.$ac_ext <(suby)))); } EOF --if { (eval echo configure:11461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:11367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:11442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:11348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_cpp_dynamic_cast_void_ptr=yes else -@@ -11481,19 +11387,19 @@ +@@ -11462,19 +11368,19 @@ echo $ac_n "checking whether C++ requires implementation of unused virtual methods""... $ac_c" 1>&6 --echo "configure:11485: checking whether C++ requires implementation of unused virtual methods" >&5 -+echo "configure:11391: checking whether C++ requires implementation of unused virtual methods" >&5 +-echo "configure:11466: checking whether C++ requires implementation of unused virtual methods" >&5 ++echo "configure:11372: checking whether C++ requires implementation of unused virtual methods" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_unused_required'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:11403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:11478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:11384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_cpp_unused_required=no else -@@ -11516,12 +11422,12 @@ +@@ -11497,12 +11403,12 @@ echo $ac_n "checking for trouble comparing to zero near std::operator!=()""... $ac_c" 1>&6 --echo "configure:11520: checking for trouble comparing to zero near std::operator!=()" >&5 -+echo "configure:11426: checking for trouble comparing to zero near std::operator!=()" >&5 +-echo "configure:11501: checking for trouble comparing to zero near std::operator!=()" >&5 ++echo "configure:11407: checking for trouble comparing to zero near std::operator!=()" >&5 if eval "test \"`echo '$''{'ac_cv_trouble_comparing_to_zero'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < template class Foo {}; -@@ -11532,7 +11438,7 @@ +@@ -11513,7 +11419,7 @@ Foo f; return (0 != f); ; return 0; } EOF --if { (eval echo configure:11536: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:11442: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:11517: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:11423: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_trouble_comparing_to_zero=no else -@@ -11564,19 +11470,19 @@ +@@ -11545,19 +11451,19 @@ echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 --echo "configure:11568: checking for LC_MESSAGES" >&5 -+echo "configure:11474: checking for LC_MESSAGES" >&5 +-echo "configure:11549: checking for LC_MESSAGES" >&5 ++echo "configure:11455: checking for LC_MESSAGES" >&5 if eval "test \"`echo '$''{'ac_cv_i18n_lc_messages'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { int category = LC_MESSAGES; ; return 0; } EOF --if { (eval echo configure:11580: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:11486: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:11561: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:11467: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_i18n_lc_messages=yes else -@@ -11657,7 +11563,7 @@ +@@ -11638,7 +11544,7 @@ # Extract the first word of "nspr-config", so it can be a program name with args. set dummy nspr-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:11661: checking for $ac_word" >&5 -+echo "configure:11567: checking for $ac_word" >&5 +-echo "configure:11642: checking for $ac_word" >&5 ++echo "configure:11548: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_NSPR_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -11692,7 +11598,7 @@ +@@ -11673,7 +11579,7 @@ min_nspr_version=4.0.0 echo $ac_n "checking for NSPR - version >= $min_nspr_version (skipping)""... $ac_c" 1>&6 --echo "configure:11696: checking for NSPR - version >= $min_nspr_version (skipping)" >&5 -+echo "configure:11602: checking for NSPR - version >= $min_nspr_version (skipping)" >&5 +-echo "configure:11677: checking for NSPR - version >= $min_nspr_version (skipping)" >&5 ++echo "configure:11583: checking for NSPR - version >= $min_nspr_version (skipping)" >&5 no_nspr="" if test "$NSPR_CONFIG" = "no"; then -@@ -11794,7 +11700,7 @@ +@@ -11775,7 +11681,7 @@ # Extract the first word of "nss-config", so it can be a program name with args. set dummy nss-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:11798: checking for $ac_word" >&5 -+echo "configure:11704: checking for $ac_word" >&5 +-echo "configure:11779: checking for $ac_word" >&5 ++echo "configure:11685: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_NSS_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -11829,7 +11735,7 @@ +@@ -11810,7 +11716,7 @@ min_nss_version=3.0.0 echo $ac_n "checking for NSS - version >= $min_nss_version (skipping)""... $ac_c" 1>&6 --echo "configure:11833: checking for NSS - version >= $min_nss_version (skipping)" >&5 -+echo "configure:11739: checking for NSS - version >= $min_nss_version (skipping)" >&5 +-echo "configure:11814: checking for NSS - version >= $min_nss_version (skipping)" >&5 ++echo "configure:11720: checking for NSS - version >= $min_nss_version (skipping)" >&5 no_nss="" if test "$NSS_CONFIG" = "no"; then -@@ -11902,7 +11808,7 @@ +@@ -11883,7 +11789,7 @@ SYSTEM_JPEG= else echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6 --echo "configure:11906: checking for jpeg_destroy_compress in -ljpeg" >&5 -+echo "configure:11812: checking for jpeg_destroy_compress in -ljpeg" >&5 +-echo "configure:11887: checking for jpeg_destroy_compress in -ljpeg" >&5 ++echo "configure:11793: checking for jpeg_destroy_compress in -ljpeg" >&5 ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -11910,7 +11816,7 @@ +@@ -11891,7 +11797,7 @@ ac_save_LIBS="$LIBS" LIBS="-ljpeg $JPEG_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:11831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:11906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:11812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -11950,7 +11856,7 @@ +@@ -11931,7 +11837,7 @@ SYSTEM_JPEG= else cat > conftest.$ac_ext < #include -@@ -11964,7 +11870,7 @@ +@@ -11945,7 +11851,7 @@ } EOF --if { (eval echo configure:11968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:11874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:11949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:11855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then SYSTEM_JPEG=1 else -@@ -12005,7 +11911,7 @@ +@@ -11986,7 +11892,7 @@ SYSTEM_ZLIB= else echo $ac_n "checking for gzread in -lz""... $ac_c" 1>&6 --echo "configure:12009: checking for gzread in -lz" >&5 -+echo "configure:11915: checking for gzread in -lz" >&5 +-echo "configure:11990: checking for gzread in -lz" >&5 ++echo "configure:11896: checking for gzread in -lz" >&5 ac_lib_var=`echo z'_'gzread | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -12013,7 +11919,7 @@ +@@ -11994,7 +11900,7 @@ ac_save_LIBS="$LIBS" LIBS="-lz $ZLIB_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:11934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:12009: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:11915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -12052,7 +11958,7 @@ +@@ -12033,7 +11939,7 @@ SYSTEM_ZLIB= else cat > conftest.$ac_ext < -@@ -12073,7 +11979,7 @@ +@@ -12054,7 +11960,7 @@ } EOF --if { (eval echo configure:12077: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:11983: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:12058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:11964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then SYSTEM_ZLIB=1 else -@@ -12116,7 +12022,7 @@ +@@ -12097,7 +12003,7 @@ SYSTEM_PNG= else echo $ac_n "checking for png_get_valid in -lpng""... $ac_c" 1>&6 --echo "configure:12120: checking for png_get_valid in -lpng" >&5 -+echo "configure:12026: checking for png_get_valid in -lpng" >&5 +-echo "configure:12101: checking for png_get_valid in -lpng" >&5 ++echo "configure:12007: checking for png_get_valid in -lpng" >&5 ac_lib_var=`echo png'_'png_get_valid | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -12124,7 +12030,7 @@ +@@ -12105,7 +12011,7 @@ ac_save_LIBS="$LIBS" LIBS="-lpng $PNG_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:12045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:12120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:12026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -12163,7 +12069,7 @@ +@@ -12144,7 +12050,7 @@ SYSTEM_PNG= else cat > conftest.$ac_ext < #include -@@ -12177,7 +12083,7 @@ +@@ -12158,7 +12064,7 @@ } EOF --if { (eval echo configure:12181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:12087: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:12162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:12068: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then SYSTEM_PNG=1 else -@@ -12427,7 +12333,7 @@ +@@ -12408,7 +12314,7 @@ # Extract the first word of "gtk-config", so it can be a program name with args. set dummy gtk-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:12431: checking for $ac_word" >&5 -+echo "configure:12337: checking for $ac_word" >&5 +-echo "configure:12412: checking for $ac_word" >&5 ++echo "configure:12318: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -12462,7 +12368,7 @@ +@@ -12443,7 +12349,7 @@ min_gtk_version=$GTK_VERSION echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 --echo "configure:12466: checking for GTK - version >= $min_gtk_version" >&5 -+echo "configure:12372: checking for GTK - version >= $min_gtk_version" >&5 +-echo "configure:12447: checking for GTK - version >= $min_gtk_version" >&5 ++echo "configure:12353: checking for GTK - version >= $min_gtk_version" >&5 no_gtk="" if test "$GTK_CONFIG" = "no" ; then no_gtk=yes -@@ -12485,7 +12391,7 @@ +@@ -12466,7 +12372,7 @@ echo $ac_n "cross compiling; assumed OK... $ac_c" else cat > conftest.$ac_ext < -@@ -12563,7 +12469,7 @@ +@@ -12544,7 +12450,7 @@ } EOF --if { (eval echo configure:12567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:12473: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:12548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:12454: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else -@@ -12598,7 +12504,7 @@ +@@ -12579,7 +12485,7 @@ CFLAGS="$CFLAGS $GTK_CFLAGS" LIBS="$LIBS $GTK_LIBS" cat > conftest.$ac_ext < -@@ -12608,7 +12514,7 @@ +@@ -12589,7 +12495,7 @@ return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); ; return 0; } EOF --if { (eval echo configure:12612: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:12518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:12593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:12499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GTK or finding the wrong" -@@ -12660,7 +12566,7 @@ +@@ -12641,7 +12547,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:12664: checking for $ac_word" >&5 -+echo "configure:12570: checking for $ac_word" >&5 +-echo "configure:12645: checking for $ac_word" >&5 ++echo "configure:12551: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -12704,19 +12610,19 @@ +@@ -12685,19 +12591,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for gtk+-2.0 >= 1.3.7""... $ac_c" 1>&6 --echo "configure:12708: checking for gtk+-2.0 >= 1.3.7" >&5 -+echo "configure:12614: checking for gtk+-2.0 >= 1.3.7" >&5 +-echo "configure:12689: checking for gtk+-2.0 >= 1.3.7" >&5 ++echo "configure:12595: checking for gtk+-2.0 >= 1.3.7" >&5 if $PKG_CONFIG --exists "gtk+-2.0 >= 1.3.7" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking MOZ_GTK2_CFLAGS""... $ac_c" 1>&6 --echo "configure:12715: checking MOZ_GTK2_CFLAGS" >&5 -+echo "configure:12621: checking MOZ_GTK2_CFLAGS" >&5 +-echo "configure:12696: checking MOZ_GTK2_CFLAGS" >&5 ++echo "configure:12602: checking MOZ_GTK2_CFLAGS" >&5 MOZ_GTK2_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 1.3.7"` echo "$ac_t""$MOZ_GTK2_CFLAGS" 1>&6 echo $ac_n "checking MOZ_GTK2_LIBS""... $ac_c" 1>&6 --echo "configure:12720: checking MOZ_GTK2_LIBS" >&5 -+echo "configure:12626: checking MOZ_GTK2_LIBS" >&5 +-echo "configure:12701: checking MOZ_GTK2_LIBS" >&5 ++echo "configure:12607: checking MOZ_GTK2_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic MOZ_GTK2_LIBS="`$PKG_CONFIG --libs-only-L \"gtk+-2.0 >= 1.3.7\"` `$PKG_CONFIG --libs-only-l \"gtk+-2.0 >= 1.3.7\"`" -@@ -12781,7 +12687,7 @@ +@@ -12762,7 +12668,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:12785: checking for $ac_word" >&5 -+echo "configure:12691: checking for $ac_word" >&5 +-echo "configure:12766: checking for $ac_word" >&5 ++echo "configure:12672: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_HOST_MOC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -12833,7 +12739,7 @@ +@@ -12814,7 +12720,7 @@ cross_compiling=$ac_cv_prog_cxx_cross echo $ac_n "checking for main in -lqt""... $ac_c" 1>&6 --echo "configure:12837: checking for main in -lqt" >&5 -+echo "configure:12743: checking for main in -lqt" >&5 +-echo "configure:12818: checking for main in -lqt" >&5 ++echo "configure:12724: checking for main in -lqt" >&5 ac_lib_var=`echo qt'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -12841,14 +12747,14 @@ +@@ -12822,14 +12728,14 @@ ac_save_LIBS="$LIBS" LIBS="-lqt $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:12758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:12833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:12739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -12867,7 +12773,7 @@ +@@ -12848,7 +12754,7 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for main in -lqt-mt""... $ac_c" 1>&6 --echo "configure:12871: checking for main in -lqt-mt" >&5 -+echo "configure:12777: checking for main in -lqt-mt" >&5 +-echo "configure:12852: checking for main in -lqt-mt" >&5 ++echo "configure:12758: checking for main in -lqt-mt" >&5 ac_lib_var=`echo qt-mt'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -12875,14 +12781,14 @@ +@@ -12856,14 +12762,14 @@ ac_save_LIBS="$LIBS" LIBS="-lqt-mt $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:12792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:12867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:12773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -12918,9 +12824,9 @@ +@@ -12899,9 +12805,9 @@ LIBS="$LIBS $QT_LIBS" echo $ac_n "checking Qt - version >= $QT_VERSION""... $ac_c" 1>&6 --echo "configure:12922: checking Qt - version >= $QT_VERSION" >&5 -+echo "configure:12828: checking Qt - version >= $QT_VERSION" >&5 +-echo "configure:12903: checking Qt - version >= $QT_VERSION" >&5 ++echo "configure:12809: checking Qt - version >= $QT_VERSION" >&5 cat > conftest.$ac_ext < int main() { -@@ -12931,7 +12837,7 @@ +@@ -12912,7 +12818,7 @@ ; return 0; } EOF --if { (eval echo configure:12935: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:12841: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:12916: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:12822: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* result="yes" else -@@ -12962,6 +12868,138 @@ +@@ -12943,6 +12849,138 @@ @@ -4441,7 +4432,7 @@ diff -u -r1.1492.2.127 configure + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -+echo "configure:12898: checking for $ac_word" >&5 ++echo "configure:12879: checking for $ac_word" >&5 +if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else @@ -4485,19 +4476,19 @@ diff -u -r1.1492.2.127 configure + PKG_CONFIG_MIN_VERSION=0.9.0 + if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then + echo $ac_n "checking for libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_VERSION""... $ac_c" 1>&6 -+echo "configure:12942: checking for libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_VERSION" >&5 ++echo "configure:12923: checking for libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_VERSION" >&5 + + if $PKG_CONFIG --exists "libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_VERSION" ; then + echo "$ac_t""yes" 1>&6 + succeeded=yes + + echo $ac_n "checking MOZ_STARTUP_NOTIFICATION_CFLAGS""... $ac_c" 1>&6 -+echo "configure:12949: checking MOZ_STARTUP_NOTIFICATION_CFLAGS" >&5 ++echo "configure:12930: checking MOZ_STARTUP_NOTIFICATION_CFLAGS" >&5 + MOZ_STARTUP_NOTIFICATION_CFLAGS=`$PKG_CONFIG --cflags "libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_VERSION"` + echo "$ac_t""$MOZ_STARTUP_NOTIFICATION_CFLAGS" 1>&6 + + echo $ac_n "checking MOZ_STARTUP_NOTIFICATION_LIBS""... $ac_c" 1>&6 -+echo "configure:12954: checking MOZ_STARTUP_NOTIFICATION_LIBS" >&5 ++echo "configure:12935: checking MOZ_STARTUP_NOTIFICATION_LIBS" >&5 + ## don't use --libs since that can do evil things like add + ## -Wl,--export-dynamic + MOZ_STARTUP_NOTIFICATION_LIBS="`$PKG_CONFIG --libs-only-L \"libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_VERSION\"` `$PKG_CONFIG --libs-only-l \"libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_VERSION\"`" @@ -4550,194 +4541,194 @@ diff -u -r1.1492.2.127 configure -@@ -13527,7 +13565,7 @@ +@@ -13508,7 +13546,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:13531: checking for $ac_word" >&5 -+echo "configure:13569: checking for $ac_word" >&5 +-echo "configure:13512: checking for $ac_word" >&5 ++echo "configure:13550: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -13571,19 +13609,19 @@ +@@ -13552,19 +13590,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for xft""... $ac_c" 1>&6 --echo "configure:13575: checking for xft" >&5 -+echo "configure:13613: checking for xft" >&5 +-echo "configure:13556: checking for xft" >&5 ++echo "configure:13594: checking for xft" >&5 if $PKG_CONFIG --exists "xft" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking MOZ_XFT_CFLAGS""... $ac_c" 1>&6 --echo "configure:13582: checking MOZ_XFT_CFLAGS" >&5 -+echo "configure:13620: checking MOZ_XFT_CFLAGS" >&5 +-echo "configure:13563: checking MOZ_XFT_CFLAGS" >&5 ++echo "configure:13601: checking MOZ_XFT_CFLAGS" >&5 MOZ_XFT_CFLAGS=`$PKG_CONFIG --cflags "xft"` echo "$ac_t""$MOZ_XFT_CFLAGS" 1>&6 echo $ac_n "checking MOZ_XFT_LIBS""... $ac_c" 1>&6 --echo "configure:13587: checking MOZ_XFT_LIBS" >&5 -+echo "configure:13625: checking MOZ_XFT_LIBS" >&5 +-echo "configure:13568: checking MOZ_XFT_LIBS" >&5 ++echo "configure:13606: checking MOZ_XFT_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic MOZ_XFT_LIBS="`$PKG_CONFIG --libs-only-L \"xft\"` `$PKG_CONFIG --libs-only-l \"xft\"`" -@@ -13618,7 +13656,7 @@ +@@ -13599,7 +13637,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:13622: checking for $ac_word" >&5 -+echo "configure:13660: checking for $ac_word" >&5 +-echo "configure:13603: checking for $ac_word" >&5 ++echo "configure:13641: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -13662,19 +13700,19 @@ +@@ -13643,19 +13681,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for pango >= 1.1.0""... $ac_c" 1>&6 --echo "configure:13666: checking for pango >= 1.1.0" >&5 -+echo "configure:13704: checking for pango >= 1.1.0" >&5 +-echo "configure:13647: checking for pango >= 1.1.0" >&5 ++echo "configure:13685: checking for pango >= 1.1.0" >&5 if $PKG_CONFIG --exists "pango >= 1.1.0" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking _PANGOCHK_CFLAGS""... $ac_c" 1>&6 --echo "configure:13673: checking _PANGOCHK_CFLAGS" >&5 -+echo "configure:13711: checking _PANGOCHK_CFLAGS" >&5 +-echo "configure:13654: checking _PANGOCHK_CFLAGS" >&5 ++echo "configure:13692: checking _PANGOCHK_CFLAGS" >&5 _PANGOCHK_CFLAGS=`$PKG_CONFIG --cflags "pango >= 1.1.0"` echo "$ac_t""$_PANGOCHK_CFLAGS" 1>&6 echo $ac_n "checking _PANGOCHK_LIBS""... $ac_c" 1>&6 --echo "configure:13678: checking _PANGOCHK_LIBS" >&5 -+echo "configure:13716: checking _PANGOCHK_LIBS" >&5 +-echo "configure:13659: checking _PANGOCHK_LIBS" >&5 ++echo "configure:13697: checking _PANGOCHK_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic _PANGOCHK_LIBS="`$PKG_CONFIG --libs-only-L \"pango >= 1.1.0\"` `$PKG_CONFIG --libs-only-l \"pango >= 1.1.0\"`" -@@ -13734,7 +13772,7 @@ +@@ -13715,7 +13753,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:13738: checking for $ac_word" >&5 -+echo "configure:13776: checking for $ac_word" >&5 +-echo "configure:13719: checking for $ac_word" >&5 ++echo "configure:13757: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -13778,19 +13816,19 @@ +@@ -13759,19 +13797,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for pango >= 1.6.0 pangoft2 >= 1.6.0""... $ac_c" 1>&6 --echo "configure:13782: checking for pango >= 1.6.0 pangoft2 >= 1.6.0" >&5 -+echo "configure:13820: checking for pango >= 1.6.0 pangoft2 >= 1.6.0" >&5 +-echo "configure:13763: checking for pango >= 1.6.0 pangoft2 >= 1.6.0" >&5 ++echo "configure:13801: checking for pango >= 1.6.0 pangoft2 >= 1.6.0" >&5 if $PKG_CONFIG --exists "pango >= 1.6.0 pangoft2 >= 1.6.0" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking MOZ_PANGO_CFLAGS""... $ac_c" 1>&6 --echo "configure:13789: checking MOZ_PANGO_CFLAGS" >&5 -+echo "configure:13827: checking MOZ_PANGO_CFLAGS" >&5 +-echo "configure:13770: checking MOZ_PANGO_CFLAGS" >&5 ++echo "configure:13808: checking MOZ_PANGO_CFLAGS" >&5 MOZ_PANGO_CFLAGS=`$PKG_CONFIG --cflags "pango >= 1.6.0 pangoft2 >= 1.6.0"` echo "$ac_t""$MOZ_PANGO_CFLAGS" 1>&6 echo $ac_n "checking MOZ_PANGO_LIBS""... $ac_c" 1>&6 --echo "configure:13794: checking MOZ_PANGO_LIBS" >&5 -+echo "configure:13832: checking MOZ_PANGO_LIBS" >&5 +-echo "configure:13775: checking MOZ_PANGO_LIBS" >&5 ++echo "configure:13813: checking MOZ_PANGO_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic MOZ_PANGO_LIBS="`$PKG_CONFIG --libs-only-L \"pango >= 1.6.0 pangoft2 >= 1.6.0\"` `$PKG_CONFIG --libs-only-l \"pango >= 1.6.0 pangoft2 >= 1.6.0\"`" -@@ -13858,7 +13896,7 @@ +@@ -13839,7 +13877,7 @@ _SAVE_LDFLAGS="$LDFLAGS" LDFLAGS="$XLDFLAGS $LDFLAGS" echo $ac_n "checking for XpGetPrinterList in -lXp""... $ac_c" 1>&6 --echo "configure:13862: checking for XpGetPrinterList in -lXp" >&5 -+echo "configure:13900: checking for XpGetPrinterList in -lXp" >&5 +-echo "configure:13843: checking for XpGetPrinterList in -lXp" >&5 ++echo "configure:13881: checking for XpGetPrinterList in -lXp" >&5 ac_lib_var=`echo Xp'_'XpGetPrinterList | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -13866,7 +13904,7 @@ +@@ -13847,7 +13885,7 @@ ac_save_LIBS="$LIBS" LIBS="-lXp $XEXT_LIBS $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:13919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:13862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:13900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -13950,7 +13988,7 @@ +@@ -13931,7 +13969,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:13954: checking for $ac_word" >&5 -+echo "configure:13992: checking for $ac_word" >&5 +-echo "configure:13935: checking for $ac_word" >&5 ++echo "configure:13973: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -13994,19 +14032,19 @@ +@@ -13975,19 +14013,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION""... $ac_c" 1>&6 --echo "configure:13998: checking for gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION" >&5 -+echo "configure:14036: checking for gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION" >&5 +-echo "configure:13979: checking for gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION" >&5 ++echo "configure:14017: checking for gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION" >&5 if $PKG_CONFIG --exists "gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking MOZ_GNOMEVFS_CFLAGS""... $ac_c" 1>&6 --echo "configure:14005: checking MOZ_GNOMEVFS_CFLAGS" >&5 -+echo "configure:14043: checking MOZ_GNOMEVFS_CFLAGS" >&5 +-echo "configure:13986: checking MOZ_GNOMEVFS_CFLAGS" >&5 ++echo "configure:14024: checking MOZ_GNOMEVFS_CFLAGS" >&5 MOZ_GNOMEVFS_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION"` echo "$ac_t""$MOZ_GNOMEVFS_CFLAGS" 1>&6 echo $ac_n "checking MOZ_GNOMEVFS_LIBS""... $ac_c" 1>&6 --echo "configure:14010: checking MOZ_GNOMEVFS_LIBS" >&5 -+echo "configure:14048: checking MOZ_GNOMEVFS_LIBS" >&5 +-echo "configure:13991: checking MOZ_GNOMEVFS_LIBS" >&5 ++echo "configure:14029: checking MOZ_GNOMEVFS_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic MOZ_GNOMEVFS_LIBS="`$PKG_CONFIG --libs-only-L \"gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION\"` `$PKG_CONFIG --libs-only-l \"gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION\"`" -@@ -14057,7 +14095,7 @@ +@@ -14038,7 +14076,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:14061: checking for $ac_word" >&5 -+echo "configure:14099: checking for $ac_word" >&5 +-echo "configure:14042: checking for $ac_word" >&5 ++echo "configure:14080: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -14101,19 +14139,19 @@ +@@ -14082,19 +14120,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for gconf-2.0 >= $GCONF_VERSION""... $ac_c" 1>&6 --echo "configure:14105: checking for gconf-2.0 >= $GCONF_VERSION" >&5 -+echo "configure:14143: checking for gconf-2.0 >= $GCONF_VERSION" >&5 +-echo "configure:14086: checking for gconf-2.0 >= $GCONF_VERSION" >&5 ++echo "configure:14124: checking for gconf-2.0 >= $GCONF_VERSION" >&5 if $PKG_CONFIG --exists "gconf-2.0 >= $GCONF_VERSION" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking MOZ_GCONF_CFLAGS""... $ac_c" 1>&6 --echo "configure:14112: checking MOZ_GCONF_CFLAGS" >&5 -+echo "configure:14150: checking MOZ_GCONF_CFLAGS" >&5 +-echo "configure:14093: checking MOZ_GCONF_CFLAGS" >&5 ++echo "configure:14131: checking MOZ_GCONF_CFLAGS" >&5 MOZ_GCONF_CFLAGS=`$PKG_CONFIG --cflags "gconf-2.0 >= $GCONF_VERSION"` echo "$ac_t""$MOZ_GCONF_CFLAGS" 1>&6 echo $ac_n "checking MOZ_GCONF_LIBS""... $ac_c" 1>&6 --echo "configure:14117: checking MOZ_GCONF_LIBS" >&5 -+echo "configure:14155: checking MOZ_GCONF_LIBS" >&5 +-echo "configure:14098: checking MOZ_GCONF_LIBS" >&5 ++echo "configure:14136: checking MOZ_GCONF_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic MOZ_GCONF_LIBS="`$PKG_CONFIG --libs-only-L \"gconf-2.0 >= $GCONF_VERSION\"` `$PKG_CONFIG --libs-only-l \"gconf-2.0 >= $GCONF_VERSION\"`" -@@ -14150,6 +14188,7 @@ +@@ -14131,6 +14169,7 @@ @@ -4745,71 +4736,71 @@ diff -u -r1.1492.2.127 configure if test "$MOZ_ENABLE_LIBGNOME" then -@@ -14160,7 +14199,7 @@ +@@ -14141,7 +14180,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:14164: checking for $ac_word" >&5 -+echo "configure:14203: checking for $ac_word" >&5 +-echo "configure:14145: checking for $ac_word" >&5 ++echo "configure:14184: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -14204,19 +14243,19 @@ +@@ -14185,19 +14224,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for libgnome-2.0 >= $LIBGNOME_VERSION""... $ac_c" 1>&6 --echo "configure:14208: checking for libgnome-2.0 >= $LIBGNOME_VERSION" >&5 -+echo "configure:14247: checking for libgnome-2.0 >= $LIBGNOME_VERSION" >&5 +-echo "configure:14189: checking for libgnome-2.0 >= $LIBGNOME_VERSION" >&5 ++echo "configure:14228: checking for libgnome-2.0 >= $LIBGNOME_VERSION" >&5 if $PKG_CONFIG --exists "libgnome-2.0 >= $LIBGNOME_VERSION" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking MOZ_LIBGNOME_CFLAGS""... $ac_c" 1>&6 --echo "configure:14215: checking MOZ_LIBGNOME_CFLAGS" >&5 -+echo "configure:14254: checking MOZ_LIBGNOME_CFLAGS" >&5 +-echo "configure:14196: checking MOZ_LIBGNOME_CFLAGS" >&5 ++echo "configure:14235: checking MOZ_LIBGNOME_CFLAGS" >&5 MOZ_LIBGNOME_CFLAGS=`$PKG_CONFIG --cflags "libgnome-2.0 >= $LIBGNOME_VERSION"` echo "$ac_t""$MOZ_LIBGNOME_CFLAGS" 1>&6 echo $ac_n "checking MOZ_LIBGNOME_LIBS""... $ac_c" 1>&6 --echo "configure:14220: checking MOZ_LIBGNOME_LIBS" >&5 -+echo "configure:14259: checking MOZ_LIBGNOME_LIBS" >&5 +-echo "configure:14201: checking MOZ_LIBGNOME_LIBS" >&5 ++echo "configure:14240: checking MOZ_LIBGNOME_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic MOZ_LIBGNOME_LIBS="`$PKG_CONFIG --libs-only-L \"libgnome-2.0 >= $LIBGNOME_VERSION\"` `$PKG_CONFIG --libs-only-l \"libgnome-2.0 >= $LIBGNOME_VERSION\"`" -@@ -14294,7 +14333,7 @@ +@@ -14275,7 +14314,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:14298: checking for $ac_word" >&5 -+echo "configure:14337: checking for $ac_word" >&5 +-echo "configure:14279: checking for $ac_word" >&5 ++echo "configure:14318: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -14338,19 +14377,19 @@ +@@ -14319,19 +14358,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for libgnomeui-2.0 >= $GNOMEUI_VERSION""... $ac_c" 1>&6 --echo "configure:14342: checking for libgnomeui-2.0 >= $GNOMEUI_VERSION" >&5 -+echo "configure:14381: checking for libgnomeui-2.0 >= $GNOMEUI_VERSION" >&5 +-echo "configure:14323: checking for libgnomeui-2.0 >= $GNOMEUI_VERSION" >&5 ++echo "configure:14362: checking for libgnomeui-2.0 >= $GNOMEUI_VERSION" >&5 if $PKG_CONFIG --exists "libgnomeui-2.0 >= $GNOMEUI_VERSION" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking MOZ_GNOMEUI_CFLAGS""... $ac_c" 1>&6 --echo "configure:14349: checking MOZ_GNOMEUI_CFLAGS" >&5 -+echo "configure:14388: checking MOZ_GNOMEUI_CFLAGS" >&5 +-echo "configure:14330: checking MOZ_GNOMEUI_CFLAGS" >&5 ++echo "configure:14369: checking MOZ_GNOMEUI_CFLAGS" >&5 MOZ_GNOMEUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeui-2.0 >= $GNOMEUI_VERSION"` echo "$ac_t""$MOZ_GNOMEUI_CFLAGS" 1>&6 echo $ac_n "checking MOZ_GNOMEUI_LIBS""... $ac_c" 1>&6 --echo "configure:14354: checking MOZ_GNOMEUI_LIBS" >&5 -+echo "configure:14393: checking MOZ_GNOMEUI_LIBS" >&5 +-echo "configure:14335: checking MOZ_GNOMEUI_LIBS" >&5 ++echo "configure:14374: checking MOZ_GNOMEUI_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic MOZ_GNOMEUI_LIBS="`$PKG_CONFIG --libs-only-L \"libgnomeui-2.0 >= $GNOMEUI_VERSION\"` `$PKG_CONFIG --libs-only-l \"libgnomeui-2.0 >= $GNOMEUI_VERSION\"`" -@@ -14401,6 +14440,221 @@ +@@ -14382,6 +14421,221 @@ @@ -4837,7 +4828,7 @@ diff -u -r1.1492.2.127 configure + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -+echo "configure:14468: checking for $ac_word" >&5 ++echo "configure:14449: checking for $ac_word" >&5 +if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else @@ -4881,19 +4872,19 @@ diff -u -r1.1492.2.127 configure + PKG_CONFIG_MIN_VERSION=0.9.0 + if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then + echo $ac_n "checking for dbus-glib-1""... $ac_c" 1>&6 -+echo "configure:14512: checking for dbus-glib-1" >&5 ++echo "configure:14493: checking for dbus-glib-1" >&5 + + if $PKG_CONFIG --exists "dbus-glib-1" ; then + echo "$ac_t""yes" 1>&6 + succeeded=yes + + echo $ac_n "checking MOZ_DBUS_GLIB_CFLAGS""... $ac_c" 1>&6 -+echo "configure:14519: checking MOZ_DBUS_GLIB_CFLAGS" >&5 ++echo "configure:14500: checking MOZ_DBUS_GLIB_CFLAGS" >&5 + MOZ_DBUS_GLIB_CFLAGS=`$PKG_CONFIG --cflags "dbus-glib-1"` + echo "$ac_t""$MOZ_DBUS_GLIB_CFLAGS" 1>&6 + + echo $ac_n "checking MOZ_DBUS_GLIB_LIBS""... $ac_c" 1>&6 -+echo "configure:14524: checking MOZ_DBUS_GLIB_LIBS" >&5 ++echo "configure:14505: checking MOZ_DBUS_GLIB_LIBS" >&5 + ## don't use --libs since that can do evil things like add + ## -Wl,--export-dynamic + MOZ_DBUS_GLIB_LIBS="`$PKG_CONFIG --libs-only-L \"dbus-glib-1\"` `$PKG_CONFIG --libs-only-l \"dbus-glib-1\"`" @@ -4928,7 +4919,7 @@ diff -u -r1.1492.2.127 configure + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -+echo "configure:14559: checking for $ac_word" >&5 ++echo "configure:14540: checking for $ac_word" >&5 +if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else @@ -4972,19 +4963,19 @@ diff -u -r1.1492.2.127 configure + PKG_CONFIG_MIN_VERSION=0.9.0 + if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then + echo $ac_n "checking for gthread-2.0""... $ac_c" 1>&6 -+echo "configure:14603: checking for gthread-2.0" >&5 ++echo "configure:14584: checking for gthread-2.0" >&5 + + if $PKG_CONFIG --exists "gthread-2.0" ; then + echo "$ac_t""yes" 1>&6 + succeeded=yes + + echo $ac_n "checking MOZ_GTHREAD_CFLAGS""... $ac_c" 1>&6 -+echo "configure:14610: checking MOZ_GTHREAD_CFLAGS" >&5 ++echo "configure:14591: checking MOZ_GTHREAD_CFLAGS" >&5 + MOZ_GTHREAD_CFLAGS=`$PKG_CONFIG --cflags "gthread-2.0"` + echo "$ac_t""$MOZ_GTHREAD_CFLAGS" 1>&6 + + echo $ac_n "checking MOZ_GTHREAD_LIBS""... $ac_c" 1>&6 -+echo "configure:14615: checking MOZ_GTHREAD_LIBS" >&5 ++echo "configure:14596: checking MOZ_GTHREAD_LIBS" >&5 + ## don't use --libs since that can do evil things like add + ## -Wl,--export-dynamic + MOZ_GTHREAD_LIBS="`$PKG_CONFIG --libs-only-L \"gthread-2.0\"` `$PKG_CONFIG --libs-only-l \"gthread-2.0\"`" @@ -5031,25 +5022,25 @@ diff -u -r1.1492.2.127 configure if (test "$MOZ_ENABLE_GTK" || test "$MOZ_ENABLE_GTK2") \ && test "$MOZ_ENABLE_COREXFONTS" \ || test "$MOZ_ENABLE_XLIB" \ -@@ -14836,7 +15090,7 @@ +@@ -14817,7 +15071,7 @@ # Extract the first word of "javac", so it can be a program name with args. set dummy javac; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:14840: checking for $ac_word" >&5 -+echo "configure:15094: checking for $ac_word" >&5 +-echo "configure:14821: checking for $ac_word" >&5 ++echo "configure:15075: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_JAVAC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -14872,7 +15126,7 @@ +@@ -14853,7 +15107,7 @@ # Extract the first word of "jar", so it can be a program name with args. set dummy jar; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:14876: checking for $ac_word" >&5 -+echo "configure:15130: checking for $ac_word" >&5 +-echo "configure:14857: checking for $ac_word" >&5 ++echo "configure:15111: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_JAR'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -14947,6 +15201,13 @@ +@@ -14928,6 +15182,13 @@ MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|gnomevfs||'` fi @@ -5063,304 +5054,304 @@ diff -u -r1.1492.2.127 configure if test -z "$MOZ_JSDEBUGGER" && test `echo "$MOZ_EXTENSIONS" | grep -c venkman` -ne 0; then echo "configure: warning: Cannot build venkman without JavaScript debug library. Removing venkman from MOZ_EXTENSIONS." 1>&2 MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|venkman||'` -@@ -15119,7 +15380,7 @@ +@@ -15100,7 +15361,7 @@ gdiplus) MOZ_SVG_RENDERER_GDIPLUS=1 echo $ac_n "checking for Gdiplus.h""... $ac_c" 1>&6 --echo "configure:15123: checking for Gdiplus.h" >&5 -+echo "configure:15384: checking for Gdiplus.h" >&5 +-echo "configure:15104: checking for Gdiplus.h" >&5 ++echo "configure:15365: checking for Gdiplus.h" >&5 ac_ext=C # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -@@ -15129,7 +15390,7 @@ +@@ -15110,7 +15371,7 @@ cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < #include -@@ -15138,7 +15399,7 @@ +@@ -15119,7 +15380,7 @@ ; return 0; } EOF --if { (eval echo configure:15142: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:15403: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:15123: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:15384: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* echo "$ac_t""yes" 1>&6 else -@@ -15218,7 +15479,7 @@ +@@ -15199,7 +15460,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:15222: checking for $ac_word" >&5 -+echo "configure:15483: checking for $ac_word" >&5 +-echo "configure:15203: checking for $ac_word" >&5 ++echo "configure:15464: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MAKENSIS'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -15263,7 +15524,7 @@ +@@ -15244,7 +15505,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:15267: checking for $ac_word" >&5 -+echo "configure:15528: checking for $ac_word" >&5 +-echo "configure:15248: checking for $ac_word" >&5 ++echo "configure:15509: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_HOST_ICONV'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -15332,13 +15593,13 @@ +@@ -15313,13 +15574,13 @@ msvc*|mks*|cygwin*|mingw*|wince*) if test -n "$MOZ_UPDATER"; then echo $ac_n "checking for iconv""... $ac_c" 1>&6 --echo "configure:15336: checking for iconv" >&5 -+echo "configure:15597: checking for iconv" >&5 +-echo "configure:15317: checking for iconv" >&5 ++echo "configure:15578: checking for iconv" >&5 for ac_prog in $HOST_ICONV "iconv" 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:15342: checking for $ac_word" >&5 -+echo "configure:15603: checking for $ac_word" >&5 +-echo "configure:15323: checking for $ac_word" >&5 ++echo "configure:15584: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_HOST_ICONV'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -15684,18 +15945,18 @@ +@@ -15665,18 +15926,18 @@ if test -n "$MOZ_DEBUG"; then echo $ac_n "checking for valid debug flags""... $ac_c" 1>&6 --echo "configure:15688: checking for valid debug flags" >&5 -+echo "configure:15949: checking for valid debug flags" >&5 +-echo "configure:15669: checking for valid debug flags" >&5 ++echo "configure:15930: checking for valid debug flags" >&5 _SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS $MOZ_DEBUG_FLAGS" cat > conftest.$ac_ext < int main() { printf("Hello World\n"); ; return 0; } EOF --if { (eval echo configure:15699: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:15960: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:15680: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:15941: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* _results=yes else -@@ -15736,18 +15997,18 @@ +@@ -15717,18 +15978,18 @@ if test "$COMPILE_ENVIRONMENT"; then if test -n "$MOZ_OPTIMIZE"; then echo $ac_n "checking for valid optimization flags""... $ac_c" 1>&6 --echo "configure:15740: checking for valid optimization flags" >&5 -+echo "configure:16001: checking for valid optimization flags" >&5 +-echo "configure:15721: checking for valid optimization flags" >&5 ++echo "configure:15982: checking for valid optimization flags" >&5 _SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS $MOZ_OPTIMIZE_FLAGS" cat > conftest.$ac_ext < int main() { printf("Hello World\n"); ; return 0; } EOF --if { (eval echo configure:15751: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:16012: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:15732: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:15993: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* _results=yes else -@@ -15964,7 +16225,7 @@ +@@ -15945,7 +16206,7 @@ if test -n "$_ENABLE_EFENCE"; then echo $ac_n "checking for malloc in -lefence""... $ac_c" 1>&6 --echo "configure:15968: checking for malloc in -lefence" >&5 -+echo "configure:16229: checking for malloc in -lefence" >&5 +-echo "configure:15949: checking for malloc in -lefence" >&5 ++echo "configure:16210: checking for malloc in -lefence" >&5 ac_lib_var=`echo efence'_'malloc | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -15972,7 +16233,7 @@ +@@ -15953,7 +16214,7 @@ ac_save_LIBS="$LIBS" LIBS="-lefence $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:16248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:15968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:16229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else -@@ -16084,12 +16345,12 @@ +@@ -16065,12 +16326,12 @@ for ac_func in __builtin_vec_new __builtin_vec_delete __builtin_new __builtin_delete __pure_virtual do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:16088: checking for $ac_func" >&5 -+echo "configure:16349: checking for $ac_func" >&5 +-echo "configure:16069: checking for $ac_func" >&5 ++echo "configure:16330: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:16380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:16100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:16361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else -@@ -16358,12 +16619,12 @@ +@@ -16339,12 +16600,12 @@ for ac_func in __cxa_demangle do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 --echo "configure:16362: checking for $ac_func" >&5 -+echo "configure:16623: checking for $ac_func" >&5 +-echo "configure:16343: checking for $ac_func" >&5 ++echo "configure:16604: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:16654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:16374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:16635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else -@@ -16527,7 +16788,7 @@ +@@ -16508,7 +16769,7 @@ # Compiler Options echo $ac_n "checking for gcc -pipe support""... $ac_c" 1>&6 --echo "configure:16531: checking for gcc -pipe support" >&5 -+echo "configure:16792: checking for gcc -pipe support" >&5 +-echo "configure:16512: checking for gcc -pipe support" >&5 ++echo "configure:16773: checking for gcc -pipe support" >&5 if test -n "$GNU_CC" && test -n "$GNU_CXX" && test -n "$GNU_AS"; then echo '#include ' > dummy-hello.c echo 'int main() { printf("Hello World\n"); exit(0); }' >> dummy-hello.c -@@ -16542,14 +16803,14 @@ +@@ -16523,14 +16784,14 @@ _SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -pipe" cat > conftest.$ac_ext < int main() { printf("Hello World\n"); ; return 0; } EOF --if { (eval echo configure:16553: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:16814: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:16534: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:16795: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* _res_gcc_pipe="yes" else -@@ -16591,16 +16852,16 @@ +@@ -16572,16 +16833,16 @@ _SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS ${_COMPILER_PREFIX}-Wno-long-long" echo $ac_n "checking whether compiler supports -Wno-long-long""... $ac_c" 1>&6 --echo "configure:16595: checking whether compiler supports -Wno-long-long" >&5 -+echo "configure:16856: checking whether compiler supports -Wno-long-long" >&5 +-echo "configure:16576: checking whether compiler supports -Wno-long-long" >&5 ++echo "configure:16837: checking whether compiler supports -Wno-long-long" >&5 cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:16865: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:16585: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:16846: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* _WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} ${_COMPILER_PREFIX}-Wno-long-long" _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} ${_COMPILER_PREFIX}-Wno-long-long" -@@ -16621,16 +16882,16 @@ +@@ -16602,16 +16863,16 @@ CFLAGS="$CFLAGS -fprofile-generate" echo $ac_n "checking whether C compiler supports -fprofile-generate""... $ac_c" 1>&6 --echo "configure:16625: checking whether C compiler supports -fprofile-generate" >&5 -+echo "configure:16886: checking whether C compiler supports -fprofile-generate" >&5 +-echo "configure:16606: checking whether C compiler supports -fprofile-generate" >&5 ++echo "configure:16867: checking whether C compiler supports -fprofile-generate" >&5 cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:16895: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:16615: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:16876: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* PROFILE_GEN_CFLAGS="-fprofile-generate" result="yes" -@@ -16648,16 +16909,16 @@ +@@ -16629,16 +16890,16 @@ else CFLAGS="$_SAVE_CFLAGS -fprofile-arcs" echo $ac_n "checking whether C compiler supports -fprofile-arcs""... $ac_c" 1>&6 --echo "configure:16652: checking whether C compiler supports -fprofile-arcs" >&5 -+echo "configure:16913: checking whether C compiler supports -fprofile-arcs" >&5 +-echo "configure:16633: checking whether C compiler supports -fprofile-arcs" >&5 ++echo "configure:16894: checking whether C compiler supports -fprofile-arcs" >&5 cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:16922: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:16642: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:16903: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* PROFILE_GEN_CFLAGS="-fprofile-arcs" result="yes" -@@ -16703,16 +16964,16 @@ +@@ -16684,16 +16945,16 @@ _SAVE_CXXFLAGS=$CXXFLAGS CXXFLAGS="$CXXFLAGS ${_WARNINGS_CXXFLAGS} ${_COMPILER_PREFIX}-pedantic" echo $ac_n "checking whether C++ compiler has -pedantic long long bug""... $ac_c" 1>&6 --echo "configure:16707: checking whether C++ compiler has -pedantic long long bug" >&5 -+echo "configure:16968: checking whether C++ compiler has -pedantic long long bug" >&5 +-echo "configure:16688: checking whether C++ compiler has -pedantic long long bug" >&5 ++echo "configure:16949: checking whether C++ compiler has -pedantic long long bug" >&5 cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:16977: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:16697: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:16958: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* result="no" else -@@ -16737,13 +16998,16 @@ +@@ -16718,13 +16979,16 @@ fi echo $ac_n "checking for correct temporary object destruction order""... $ac_c" 1>&6 --echo "configure:16741: checking for correct temporary object destruction order" >&5 -+echo "configure:17002: checking for correct temporary object destruction order" >&5 +-echo "configure:16722: checking for correct temporary object destruction order" >&5 ++echo "configure:16983: checking for correct temporary object destruction order" >&5 if test "$cross_compiling" = yes; then result="maybe" else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:17030: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:16747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:17011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then result="yes" else -@@ -16783,12 +17047,12 @@ +@@ -16764,12 +17028,12 @@ _SAVE_CXXFLAGS=$CXXFLAGS CXXFLAGS="$CXXFLAGS ${_WARNINGS_CXXFLAGS}" echo $ac_n "checking for correct overload resolution with const and templates""... $ac_c" 1>&6 --echo "configure:16787: checking for correct overload resolution with const and templates" >&5 -+echo "configure:17051: checking for correct overload resolution with const and templates" >&5 +-echo "configure:16768: checking for correct overload resolution with const and templates" >&5 ++echo "configure:17032: checking for correct overload resolution with const and templates" >&5 if eval "test \"`echo '$''{'ac_nscap_nonconst_opeq_bug'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < -@@ -16818,7 +17082,7 @@ +@@ -16799,7 +17063,7 @@ ; return 0; } EOF --if { (eval echo configure:16822: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:17086: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:16803: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:17067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_nscap_nonconst_opeq_bug="no" else -@@ -17110,7 +17374,7 @@ +@@ -17091,7 +17355,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:17114: checking for $ac_word" >&5 -+echo "configure:17378: checking for $ac_word" >&5 +-echo "configure:17095: checking for $ac_word" >&5 ++echo "configure:17359: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -17154,19 +17418,19 @@ +@@ -17135,19 +17399,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for libIDL-2.0 >= 0.8.0""... $ac_c" 1>&6 --echo "configure:17158: checking for libIDL-2.0 >= 0.8.0" >&5 -+echo "configure:17422: checking for libIDL-2.0 >= 0.8.0" >&5 +-echo "configure:17139: checking for libIDL-2.0 >= 0.8.0" >&5 ++echo "configure:17403: checking for libIDL-2.0 >= 0.8.0" >&5 if $PKG_CONFIG --exists "libIDL-2.0 >= 0.8.0" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking LIBIDL_CFLAGS""... $ac_c" 1>&6 --echo "configure:17165: checking LIBIDL_CFLAGS" >&5 -+echo "configure:17429: checking LIBIDL_CFLAGS" >&5 +-echo "configure:17146: checking LIBIDL_CFLAGS" >&5 ++echo "configure:17410: checking LIBIDL_CFLAGS" >&5 LIBIDL_CFLAGS=`$PKG_CONFIG --cflags "libIDL-2.0 >= 0.8.0"` echo "$ac_t""$LIBIDL_CFLAGS" 1>&6 echo $ac_n "checking LIBIDL_LIBS""... $ac_c" 1>&6 --echo "configure:17170: checking LIBIDL_LIBS" >&5 -+echo "configure:17434: checking LIBIDL_LIBS" >&5 +-echo "configure:17151: checking LIBIDL_LIBS" >&5 ++echo "configure:17415: checking LIBIDL_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic LIBIDL_LIBS="`$PKG_CONFIG --libs-only-L \"libIDL-2.0 >= 0.8.0\"` `$PKG_CONFIG --libs-only-l \"libIDL-2.0 >= 0.8.0\"`" -@@ -17289,7 +17553,7 @@ +@@ -17270,7 +17534,7 @@ # Extract the first word of "glib-config", so it can be a program name with args. set dummy glib-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:17293: checking for $ac_word" >&5 -+echo "configure:17557: checking for $ac_word" >&5 +-echo "configure:17274: checking for $ac_word" >&5 ++echo "configure:17538: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -17324,7 +17588,7 @@ +@@ -17305,7 +17569,7 @@ min_glib_version=1.2.0 echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6 --echo "configure:17328: checking for GLIB - version >= $min_glib_version" >&5 -+echo "configure:17592: checking for GLIB - version >= $min_glib_version" >&5 +-echo "configure:17309: checking for GLIB - version >= $min_glib_version" >&5 ++echo "configure:17573: checking for GLIB - version >= $min_glib_version" >&5 no_glib="" if test "$GLIB_CONFIG" = "no" ; then no_glib=yes -@@ -17347,7 +17611,7 @@ +@@ -17328,7 +17592,7 @@ echo $ac_n "cross compiling; assumed OK... $ac_c" else cat > conftest.$ac_ext < -@@ -17423,7 +17687,7 @@ +@@ -17404,7 +17668,7 @@ } EOF --if { (eval echo configure:17427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:17691: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:17408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:17672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else -@@ -17457,7 +17721,7 @@ +@@ -17438,7 +17702,7 @@ CFLAGS="$CFLAGS $GLIB_CFLAGS" LIBS="$LIBS $GLIB_LIBS" cat > conftest.$ac_ext < -@@ -17467,7 +17731,7 @@ +@@ -17448,7 +17712,7 @@ return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); ; return 0; } EOF --if { (eval echo configure:17471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:17735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:17452: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:17716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GLIB or finding the wrong" -@@ -17511,7 +17775,7 @@ +@@ -17492,7 +17756,7 @@ # Extract the first word of "libIDL-config", so it can be a program name with args. set dummy libIDL-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:17515: checking for $ac_word" >&5 -+echo "configure:17779: checking for $ac_word" >&5 +-echo "configure:17496: checking for $ac_word" >&5 ++echo "configure:17760: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_LIBIDL_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -17546,7 +17810,7 @@ +@@ -17527,7 +17791,7 @@ min_libIDL_version=$LIBIDL_VERSION echo $ac_n "checking for libIDL - version >= $min_libIDL_version""... $ac_c" 1>&6 --echo "configure:17550: checking for libIDL - version >= $min_libIDL_version" >&5 -+echo "configure:17814: checking for libIDL - version >= $min_libIDL_version" >&5 +-echo "configure:17531: checking for libIDL - version >= $min_libIDL_version" >&5 ++echo "configure:17795: checking for libIDL - version >= $min_libIDL_version" >&5 no_libIDL="" if test "$LIBIDL_CONFIG" = "no" ; then no_libIDL=yes -@@ -17573,7 +17837,7 @@ +@@ -17554,7 +17818,7 @@ echo $ac_n "cross compiling; assumed OK... $ac_c" else cat > conftest.$ac_ext < -@@ -17659,7 +17923,7 @@ +@@ -17640,7 +17904,7 @@ } EOF --if { (eval echo configure:17663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:17927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:17644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:17908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else -@@ -17693,7 +17957,7 @@ +@@ -17674,7 +17938,7 @@ CFLAGS="$CFLAGS $LIBIDL_CFLAGS" LIBS="$LIBS $LIBIDL_LIBS" cat > conftest.$ac_ext < -@@ -17704,7 +17968,7 @@ +@@ -17685,7 +17949,7 @@ return IDL_get_libver_string ? 1 : 0; ; return 0; } EOF --if { (eval echo configure:17708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:17972: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:17689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:17953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding libIDL or finding the wrong" -@@ -17832,7 +18096,7 @@ +@@ -17813,7 +18077,7 @@ # Extract the first word of "glib-config", so it can be a program name with args. set dummy glib-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:17836: checking for $ac_word" >&5 -+echo "configure:18100: checking for $ac_word" >&5 +-echo "configure:17817: checking for $ac_word" >&5 ++echo "configure:18081: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -17867,7 +18131,7 @@ +@@ -17848,7 +18112,7 @@ min_glib_version=1.2.0 echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6 --echo "configure:17871: checking for GLIB - version >= $min_glib_version" >&5 -+echo "configure:18135: checking for GLIB - version >= $min_glib_version" >&5 +-echo "configure:17852: checking for GLIB - version >= $min_glib_version" >&5 ++echo "configure:18116: checking for GLIB - version >= $min_glib_version" >&5 no_glib="" if test "$GLIB_CONFIG" = "no" ; then no_glib=yes -@@ -17890,7 +18154,7 @@ +@@ -17871,7 +18135,7 @@ echo $ac_n "cross compiling; assumed OK... $ac_c" else cat > conftest.$ac_ext < -@@ -17966,7 +18230,7 @@ +@@ -17947,7 +18211,7 @@ } EOF --if { (eval echo configure:17970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:18234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:17951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:18215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else -@@ -18000,7 +18264,7 @@ +@@ -17981,7 +18245,7 @@ CFLAGS="$CFLAGS $GLIB_CFLAGS" LIBS="$LIBS $GLIB_LIBS" cat > conftest.$ac_ext < -@@ -18010,7 +18274,7 @@ +@@ -17991,7 +18255,7 @@ return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); ; return 0; } EOF --if { (eval echo configure:18014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:18278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:17995: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:18259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GLIB or finding the wrong" -@@ -18054,7 +18318,7 @@ +@@ -18035,7 +18299,7 @@ # Extract the first word of "libIDL-config", so it can be a program name with args. set dummy libIDL-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18058: checking for $ac_word" >&5 -+echo "configure:18322: checking for $ac_word" >&5 +-echo "configure:18039: checking for $ac_word" >&5 ++echo "configure:18303: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_LIBIDL_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18089,7 +18353,7 @@ +@@ -18070,7 +18334,7 @@ min_libIDL_version=$LIBIDL_VERSION echo $ac_n "checking for libIDL - version >= $min_libIDL_version""... $ac_c" 1>&6 --echo "configure:18093: checking for libIDL - version >= $min_libIDL_version" >&5 -+echo "configure:18357: checking for libIDL - version >= $min_libIDL_version" >&5 +-echo "configure:18074: checking for libIDL - version >= $min_libIDL_version" >&5 ++echo "configure:18338: checking for libIDL - version >= $min_libIDL_version" >&5 no_libIDL="" if test "$LIBIDL_CONFIG" = "no" ; then no_libIDL=yes -@@ -18116,7 +18380,7 @@ +@@ -18097,7 +18361,7 @@ echo $ac_n "cross compiling; assumed OK... $ac_c" else cat > conftest.$ac_ext < -@@ -18202,7 +18466,7 @@ +@@ -18183,7 +18447,7 @@ } EOF --if { (eval echo configure:18206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:18470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:18187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:18451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else -@@ -18236,7 +18500,7 @@ +@@ -18217,7 +18481,7 @@ CFLAGS="$CFLAGS $LIBIDL_CFLAGS" LIBS="$LIBS $LIBIDL_LIBS" cat > conftest.$ac_ext < -@@ -18247,7 +18511,7 @@ +@@ -18228,7 +18492,7 @@ return IDL_get_libver_string ? 1 : 0; ; return 0; } EOF --if { (eval echo configure:18251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:18515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:18232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:18496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding libIDL or finding the wrong" -@@ -18288,7 +18552,7 @@ +@@ -18269,7 +18533,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18292: checking for $ac_word" >&5 -+echo "configure:18556: checking for $ac_word" >&5 +-echo "configure:18273: checking for $ac_word" >&5 ++echo "configure:18537: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18332,19 +18596,19 @@ +@@ -18313,19 +18577,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for libIDL-2.0 >= 0.8.0""... $ac_c" 1>&6 --echo "configure:18336: checking for libIDL-2.0 >= 0.8.0" >&5 -+echo "configure:18600: checking for libIDL-2.0 >= 0.8.0" >&5 +-echo "configure:18317: checking for libIDL-2.0 >= 0.8.0" >&5 ++echo "configure:18581: checking for libIDL-2.0 >= 0.8.0" >&5 if $PKG_CONFIG --exists "libIDL-2.0 >= 0.8.0" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking LIBIDL_CFLAGS""... $ac_c" 1>&6 --echo "configure:18343: checking LIBIDL_CFLAGS" >&5 -+echo "configure:18607: checking LIBIDL_CFLAGS" >&5 +-echo "configure:18324: checking LIBIDL_CFLAGS" >&5 ++echo "configure:18588: checking LIBIDL_CFLAGS" >&5 LIBIDL_CFLAGS=`$PKG_CONFIG --cflags "libIDL-2.0 >= 0.8.0"` echo "$ac_t""$LIBIDL_CFLAGS" 1>&6 echo $ac_n "checking LIBIDL_LIBS""... $ac_c" 1>&6 --echo "configure:18348: checking LIBIDL_LIBS" >&5 -+echo "configure:18612: checking LIBIDL_LIBS" >&5 +-echo "configure:18329: checking LIBIDL_LIBS" >&5 ++echo "configure:18593: checking LIBIDL_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic LIBIDL_LIBS="`$PKG_CONFIG --libs-only-L \"libIDL-2.0 >= 0.8.0\"` `$PKG_CONFIG --libs-only-l \"libIDL-2.0 >= 0.8.0\"`" -@@ -18380,7 +18644,7 @@ +@@ -18361,7 +18625,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18384: checking for $ac_word" >&5 -+echo "configure:18648: checking for $ac_word" >&5 +-echo "configure:18365: checking for $ac_word" >&5 ++echo "configure:18629: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_ORBIT_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18417,7 +18681,7 @@ +@@ -18398,7 +18662,7 @@ if test -n "$ORBIT_CONFIG"; then echo $ac_n "checking for ORBit libIDL usability""... $ac_c" 1>&6 --echo "configure:18421: checking for ORBit libIDL usability" >&5 -+echo "configure:18685: checking for ORBit libIDL usability" >&5 +-echo "configure:18402: checking for ORBit libIDL usability" >&5 ++echo "configure:18666: checking for ORBit libIDL usability" >&5 _ORBIT_CFLAGS=`${ORBIT_CONFIG} client --cflags` _ORBIT_LIBS=`${ORBIT_CONFIG} client --libs` _ORBIT_INC_PATH=`${PERL} -e '{ for $f (@ARGV) { print "$f " if ($f =~ m/^-I/); } }' -- ${_ORBIT_CFLAGS}` -@@ -18434,7 +18698,7 @@ +@@ -18415,7 +18679,7 @@ result="maybe" else cat > conftest.$ac_ext < -@@ -18449,7 +18713,7 @@ +@@ -18430,7 +18694,7 @@ } EOF --if { (eval echo configure:18453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:18717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:18434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:18698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then _LIBIDL_FOUND=1 result="yes" -@@ -18506,7 +18770,7 @@ +@@ -18487,7 +18751,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18510: checking for $ac_word" >&5 -+echo "configure:18774: checking for $ac_word" >&5 +-echo "configure:18491: checking for $ac_word" >&5 ++echo "configure:18755: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18550,19 +18814,19 @@ +@@ -18531,19 +18795,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for glib-2.0 >= 1.3.7""... $ac_c" 1>&6 --echo "configure:18554: checking for glib-2.0 >= 1.3.7" >&5 -+echo "configure:18818: checking for glib-2.0 >= 1.3.7" >&5 +-echo "configure:18535: checking for glib-2.0 >= 1.3.7" >&5 ++echo "configure:18799: checking for glib-2.0 >= 1.3.7" >&5 if $PKG_CONFIG --exists "glib-2.0 >= 1.3.7" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking GLIB_CFLAGS""... $ac_c" 1>&6 --echo "configure:18561: checking GLIB_CFLAGS" >&5 -+echo "configure:18825: checking GLIB_CFLAGS" >&5 +-echo "configure:18542: checking GLIB_CFLAGS" >&5 ++echo "configure:18806: checking GLIB_CFLAGS" >&5 GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 1.3.7"` echo "$ac_t""$GLIB_CFLAGS" 1>&6 echo $ac_n "checking GLIB_LIBS""... $ac_c" 1>&6 --echo "configure:18566: checking GLIB_LIBS" >&5 -+echo "configure:18830: checking GLIB_LIBS" >&5 +-echo "configure:18547: checking GLIB_LIBS" >&5 ++echo "configure:18811: checking GLIB_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic GLIB_LIBS="`$PKG_CONFIG --libs-only-L \"glib-2.0 >= 1.3.7\"` `$PKG_CONFIG --libs-only-l \"glib-2.0 >= 1.3.7\"`" -@@ -18646,7 +18910,7 @@ +@@ -18627,7 +18891,7 @@ # Extract the first word of "glib-config", so it can be a program name with args. set dummy glib-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18650: checking for $ac_word" >&5 -+echo "configure:18914: checking for $ac_word" >&5 +-echo "configure:18631: checking for $ac_word" >&5 ++echo "configure:18895: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18681,7 +18945,7 @@ +@@ -18662,7 +18926,7 @@ min_glib_version=${GLIB_VERSION} echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6 --echo "configure:18685: checking for GLIB - version >= $min_glib_version" >&5 -+echo "configure:18949: checking for GLIB - version >= $min_glib_version" >&5 +-echo "configure:18666: checking for GLIB - version >= $min_glib_version" >&5 ++echo "configure:18930: checking for GLIB - version >= $min_glib_version" >&5 no_glib="" if test "$GLIB_CONFIG" = "no" ; then no_glib=yes -@@ -18704,7 +18968,7 @@ +@@ -18685,7 +18949,7 @@ echo $ac_n "cross compiling; assumed OK... $ac_c" else cat > conftest.$ac_ext < -@@ -18780,7 +19044,7 @@ +@@ -18761,7 +19025,7 @@ } EOF --if { (eval echo configure:18784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:19048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:18765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:19029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else -@@ -18814,7 +19078,7 @@ +@@ -18795,7 +19059,7 @@ CFLAGS="$CFLAGS $GLIB_CFLAGS" LIBS="$LIBS $GLIB_LIBS" cat > conftest.$ac_ext < -@@ -18824,7 +19088,7 @@ +@@ -18805,7 +19069,7 @@ return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); ; return 0; } EOF --if { (eval echo configure:18828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:19092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:18809: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:19073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GLIB or finding the wrong" -@@ -18904,19 +19168,19 @@ +@@ -18885,19 +19149,19 @@ # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 --echo "configure:18908: checking for working alloca.h" >&5 -+echo "configure:19172: checking for working alloca.h" >&5 +-echo "configure:18889: checking for working alloca.h" >&5 ++echo "configure:19153: checking for working alloca.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF --if { (eval echo configure:18920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:19184: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:18901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:19165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_header_alloca_h=yes else -@@ -18937,12 +19201,12 @@ +@@ -18918,12 +19182,12 @@ fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 --echo "configure:18941: checking for alloca" >&5 -+echo "configure:19205: checking for alloca" >&5 +-echo "configure:18922: checking for alloca" >&5 ++echo "configure:19186: checking for alloca" >&5 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:19238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:18955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:19219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_alloca_works=yes else -@@ -19002,12 +19266,12 @@ +@@ -18983,12 +19247,12 @@ echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 --echo "configure:19006: checking whether alloca needs Cray hooks" >&5 -+echo "configure:19270: checking whether alloca needs Cray hooks" >&5 +-echo "configure:18987: checking whether alloca needs Cray hooks" >&5 ++echo "configure:19251: checking whether alloca needs Cray hooks" >&5 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 --echo "configure:19036: checking for $ac_func" >&5 -+echo "configure:19300: checking for $ac_func" >&5 +-echo "configure:19017: checking for $ac_func" >&5 ++echo "configure:19281: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:19328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:19045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:19309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else -@@ -19087,7 +19351,7 @@ +@@ -19068,7 +19332,7 @@ fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 --echo "configure:19091: checking stack direction for C alloca" >&5 -+echo "configure:19355: checking stack direction for C alloca" >&5 +-echo "configure:19072: checking stack direction for C alloca" >&5 ++echo "configure:19336: checking stack direction for C alloca" >&5 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -19095,7 +19359,7 @@ +@@ -19076,7 +19340,7 @@ ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:19382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:19099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:19363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else -@@ -19163,17 +19427,17 @@ +@@ -19144,17 +19408,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:19167: checking for $ac_hdr" >&5 -+echo "configure:19431: checking for $ac_hdr" >&5 +-echo "configure:19148: checking for $ac_hdr" >&5 ++echo "configure:19412: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:19177: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:19441: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:19158: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:19422: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -19264,7 +19528,7 @@ +@@ -19245,7 +19509,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:19268: checking for $ac_word" >&5 -+echo "configure:19532: checking for $ac_word" >&5 +-echo "configure:19249: checking for $ac_word" >&5 ++echo "configure:19513: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -19308,19 +19572,19 @@ +@@ -19289,19 +19553,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for cairo >= $CAIRO_VERSION""... $ac_c" 1>&6 --echo "configure:19312: checking for cairo >= $CAIRO_VERSION" >&5 -+echo "configure:19576: checking for cairo >= $CAIRO_VERSION" >&5 +-echo "configure:19293: checking for cairo >= $CAIRO_VERSION" >&5 ++echo "configure:19557: checking for cairo >= $CAIRO_VERSION" >&5 if $PKG_CONFIG --exists "cairo >= $CAIRO_VERSION" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking CAIRO_CFLAGS""... $ac_c" 1>&6 --echo "configure:19319: checking CAIRO_CFLAGS" >&5 -+echo "configure:19583: checking CAIRO_CFLAGS" >&5 +-echo "configure:19300: checking CAIRO_CFLAGS" >&5 ++echo "configure:19564: checking CAIRO_CFLAGS" >&5 CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= $CAIRO_VERSION"` echo "$ac_t""$CAIRO_CFLAGS" 1>&6 echo $ac_n "checking CAIRO_LIBS""... $ac_c" 1>&6 --echo "configure:19324: checking CAIRO_LIBS" >&5 -+echo "configure:19588: checking CAIRO_LIBS" >&5 +-echo "configure:19305: checking CAIRO_LIBS" >&5 ++echo "configure:19569: checking CAIRO_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic CAIRO_LIBS="`$PKG_CONFIG --libs-only-L \"cairo >= $CAIRO_VERSION\"` `$PKG_CONFIG --libs-only-l \"cairo >= $CAIRO_VERSION\"`" -@@ -19385,7 +19649,7 @@ +@@ -19366,7 +19630,7 @@ # Extract the first word of "python", so it can be a program name with args. set dummy python; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:19389: checking for $ac_word" >&5 -+echo "configure:19653: checking for $ac_word" >&5 +-echo "configure:19370: checking for $ac_word" >&5 ++echo "configure:19634: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -19661,14 +19925,14 @@ +@@ -19642,14 +19906,14 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext < int main() { int x = 1; x++; ; return 0; } EOF --if { (eval echo configure:19672: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:19936: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:19653: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:19917: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 -@@ -19975,7 +20239,7 @@ +@@ -19956,7 +20220,7 @@ _SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS $XCFLAGS" cat > conftest.$ac_ext < -@@ -19991,7 +20255,7 @@ +@@ -19972,7 +20236,7 @@ ; return 0; } EOF --if { (eval echo configure:19995: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:20259: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:19976: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:20240: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 -@@ -20209,34 +20473,15 @@ +@@ -20190,34 +20454,15 @@ # Transform confdefs.h into DEFS. # Protect against shell expansion while executing Makefile rules. # Protect against Makefile macro expansion. @@ -6057,7 +6048,7 @@ diff -u -r1.1492.2.127 configure MOZ_DEFINES=$DEFS -@@ -20484,6 +20729,9 @@ +@@ -20465,6 +20710,9 @@ s%@MOZ_GTK2_LIBS@%$MOZ_GTK2_LIBS%g s%@HOST_MOC@%$HOST_MOC%g s%@MOZ_DEFAULT_TOOLKIT@%$MOZ_DEFAULT_TOOLKIT%g @@ -6067,7 +6058,7 @@ diff -u -r1.1492.2.127 configure s%@TK_CFLAGS@%$TK_CFLAGS%g s%@TK_LIBS@%$TK_LIBS%g s%@MOZ_ENABLE_GTK@%$MOZ_ENABLE_GTK%g -@@ -20531,12 +20779,18 @@ +@@ -20512,12 +20760,18 @@ s%@MOZ_GNOMEVFS_LIBS@%$MOZ_GNOMEVFS_LIBS%g s%@MOZ_GCONF_CFLAGS@%$MOZ_GCONF_CFLAGS%g s%@MOZ_GCONF_LIBS@%$MOZ_GCONF_LIBS%g diff --git a/dbus.patch b/dbus.patch index d9019a3..342c08d 100644 --- a/dbus.patch +++ b/dbus.patch @@ -148,9 +148,26 @@ Index: configure.in + +CXXFLAGS += $(TK_CFLAGS) $(MOZ_DBUS_GLIB_CFLAGS) $(MOZ_GTHREAD_CFLAGS) +CXXFLAGS := $(subst -pedantic,,$(CXXFLAGS)) ---- extensions/dbus/nsDBusModule.cpp -+++ extensions/dbus/nsDBusModule.cpp -@@ -0,0 +1,414 @@ +Index: config/system-headers +=================================================================== +RCS file: /cvsroot/mozilla/config/system-headers,v +retrieving revision 3.4.4.3 +diff -u -r3.4.4.3 system-headers +--- config/system-headers 18 Dec 2006 23:48:58 -0000 3.4.4.3 ++++ config/system-headers 13 Nov 2007 23:04:10 -0000 +@@ -141,6 +141,9 @@ + curses.h + cxxabi.h + DateTimeUtils.h ++dbus/dbus.h ++dbus/dbus-glib.h ++dbus/dbus-glib-lowlevel.h + ddeml.h + Debug.h + dem.h +--- extensions/dbus/nsDBusModule.cpp.none 1970-01-01 01:00:00.000000000 +0100 ++++ extensions/dbus/nsDBusModule.cpp 2008-01-15 17:09:51.000000000 +0100 +@@ -0,0 +1,418 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* vim:expandtab:shiftwidth=4:tabstop=4: + */ @@ -346,15 +363,19 @@ Index: configure.in + // prefs are loaded, we'll get called again. + if (!mPrefsLoaded || !mGotNetworkStatus) + return; -+ ++ ++ // ignore set requests if special pref is set + nsCOMPtr prefs(do_GetService(NS_PREFSERVICE_CONTRACTID)); + if (prefs) { -+ prefs->SetBoolPref("browser.offline", !mNetworkOnline); -+ } -+ -+ nsCOMPtr ios(do_GetService(NS_IOSERVICE_CONTRACTID)); -+ if (ios) { -+ ios->SetOffline(!mNetworkOnline); ++ PRBool ignore = PR_FALSE; ++ prefs->GetBoolPref("browser.ignoreNM", &ignore); ++ if (!ignore) { ++ prefs->SetBoolPref("browser.offline", !mNetworkOnline); ++ nsCOMPtr ios(do_GetService(NS_IOSERVICE_CONTRACTID)); ++ if (ios) { ++ ios->SetOffline(!mNetworkOnline); ++ } ++ } + } +} + @@ -565,20 +586,3 @@ Index: configure.in +}; + +NS_IMPL_NSGETMODULE(nsDBusModule, components) -Index: config/system-headers -=================================================================== -RCS file: /cvsroot/mozilla/config/system-headers,v -retrieving revision 3.4.4.3 -diff -u -r3.4.4.3 system-headers ---- config/system-headers 18 Dec 2006 23:48:58 -0000 3.4.4.3 -+++ config/system-headers 13 Nov 2007 23:04:10 -0000 -@@ -141,6 +141,9 @@ - curses.h - cxxabi.h - DateTimeUtils.h -+dbus/dbus.h -+dbus/dbus-glib.h -+dbus/dbus-glib-lowlevel.h - ddeml.h - Debug.h - dem.h diff --git a/firefox-2.0.0.10-source.tar.bz2 b/firefox-2.0.0.10-source.tar.bz2 deleted file mode 100644 index d96fb3a..0000000 --- a/firefox-2.0.0.10-source.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c68728943863b7c7f7363c9446ec1e087198f67897cca58a3373e761a2f595ca -size 37474489 diff --git a/firefox-2.0.0.12-source.tar.bz2 b/firefox-2.0.0.12-source.tar.bz2 new file mode 100644 index 0000000..928556a --- /dev/null +++ b/firefox-2.0.0.12-source.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e693cdb4c76e985979bb913b5591bbd7406625ee1bb7fe6c373009ee502e7c77 +size 37730299 diff --git a/firefox-348446-empty-lists.patch b/firefox-348446-empty-lists.patch new file mode 100644 index 0000000..78b1f85 --- /dev/null +++ b/firefox-348446-empty-lists.patch @@ -0,0 +1,13 @@ +Index: mozilla/toolkit/components/printing/content/printdialog.js +=================================================================== +--- mozilla.orig/toolkit/components/printing/content/printdialog.js ++++ mozilla/toolkit/components/printing/content/printdialog.js +@@ -93,7 +93,7 @@ function initDialog() + gPrefService = Components.classes["@mozilla.org/preferences-service;1"] + .getService(Components.interfaces.nsIPrefService).getBranch(null); + if (gPrefService.getBoolPref("config.lockdown.savepage")) { +- dialog.fileRadio.setAttribute("disabled", "true"); ++ dialog.fileCheck.setAttribute("disabled", "true"); + } + if (gPrefService.getBoolPref("config.lockdown.printing")) { + dialog.printButton.setAttribute("disabled", "true"); diff --git a/firefox-ui-lockdown.patch b/firefox-ui-lockdown.patch index eddb934..1d5ec84 100644 --- a/firefox-ui-lockdown.patch +++ b/firefox-ui-lockdown.patch @@ -1,5 +1,21 @@ ---- browser/base/content/browser-menubar.inc -+++ browser/base/content/browser-menubar.inc +diff --git a/browser/base/content/browser-context.inc b/browser/base/content/browser-context.inc +index 72fd054..ea364fe 100644 +--- a/browser/base/content/browser-context.inc ++++ b/browser/base/content/browser-context.inc +@@ -206,7 +206,8 @@ + accesskey="&saveFrameCmd.accesskey;" + oncommand="saveDocument(gContextMenu.target.ownerDocument);"/> + +- +