r11810 - in /desktop/unstable/epiphany-browser/debian: changelog patches/02_ac_init.patch patches/11_useragent-weasel.patch patches/99_configure.patch patches/series
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Wed Jul 4 20:31:47 UTC 2007
Author: joss
Date: Wed Jul 4 20:31:46 2007
New Revision: 11810
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11810
Log:
* New upstream bugfix release.
+ Refresh patches.
* 11_useragent-weasel.patch: comment out the UA breakage that upstream
introduces for xulrunner users and explain why we do it.
Added:
desktop/unstable/epiphany-browser/debian/patches/11_useragent-weasel.patch
Modified:
desktop/unstable/epiphany-browser/debian/changelog
desktop/unstable/epiphany-browser/debian/patches/02_ac_init.patch
desktop/unstable/epiphany-browser/debian/patches/99_configure.patch
desktop/unstable/epiphany-browser/debian/patches/series
Modified: desktop/unstable/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/changelog?rev=11810&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog (original)
+++ desktop/unstable/epiphany-browser/debian/changelog Wed Jul 4 20:31:46 2007
@@ -1,9 +1,12 @@
-epiphany-browser (2.18.2-2) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
+epiphany-browser (2.18.3-1) unstable; urgency=low
+
* Fix copyright (closes: #428099).
-
- -- Josselin Mouette <joss at debian.org> Sat, 09 Jun 2007 09:50:47 +0200
+ * New upstream bugfix release.
+ + Refresh patches.
+ * 11_useragent-weasel.patch: comment out the UA breakage that upstream
+ introduces for xulrunner users and explain why we do it.
+
+ -- Josselin Mouette <joss at debian.org> Wed, 04 Jul 2007 22:23:31 +0200
epiphany-browser (2.18.2-1) unstable; urgency=low
Modified: desktop/unstable/epiphany-browser/debian/patches/02_ac_init.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/02_ac_init.patch?rev=11810&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/02_ac_init.patch (original)
+++ desktop/unstable/epiphany-browser/debian/patches/02_ac_init.patch Wed Jul 4 20:31:46 2007
@@ -6,8 +6,8 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
--AC_INIT([GNOME Web Browser],[2.18.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
-+AC_INIT([GNOME Web Browser],[2.18.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany-browser])
+-AC_INIT([GNOME Web Browser],[2.18.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
++AC_INIT([GNOME Web Browser],[2.18.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany-browser])
GNOME_COMMON_INIT
Added: desktop/unstable/epiphany-browser/debian/patches/11_useragent-weasel.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/11_useragent-weasel.patch?rev=11810&op=file
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/11_useragent-weasel.patch (added)
+++ desktop/unstable/epiphany-browser/debian/patches/11_useragent-weasel.patch Wed Jul 4 20:31:46 2007
@@ -1,0 +1,18 @@
+Index: epiphany-2.18.3/data/weasel-ua-pref.js.in
+===================================================================
+--- epiphany-2.18.3.orig/data/weasel-ua-pref.js.in 2007-07-04 22:20:08.250260516 +0200
++++ epiphany-2.18.3/data/weasel-ua-pref.js.in 2007-07-04 22:23:24.133423262 +0200
+@@ -1,6 +1,7 @@
+-// Add "Firefox/@WEASEL_UA_VERSION@" to the UA. This fixes
+-// [https://bugzilla.mozilla.org/show_bug.cgi?id=334967]
+-// Same as Camino [https://bugzilla.mozilla.org/show_bug.cgi?id=384721] and
+-// IceApe [https://bugzilla.mozilla.org/show_bug.cgi?id=386113] do.
+-// Also see discussion on [https://bugzilla.mozilla.org/show_bug.cgi?id=385999].
+-pref("general.useragent.extra.firefox", "Firefox/@WEASEL_UA_VERSION@");
++
++// The following breaks the UA by adding Firefox to it, but it also
++// fixes interaction with poorly written websites with broken UA checks.
++// See https://bugzilla.mozilla.org/show_bug.cgi?id=384721#c6 to
++// understand why this is a bad idea and isn't enabled in Debian.
++//
++// pref("general.useragent.extra.firefox", "Firefox/@WEASEL_UA_VERSION@");
Modified: desktop/unstable/epiphany-browser/debian/patches/99_configure.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/99_configure.patch?rev=11810&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/99_configure.patch (original)
+++ desktop/unstable/epiphany-browser/debian/patches/99_configure.patch Wed Jul 4 20:31:46 2007
@@ -1,12 +1,12 @@
-Index: epiphany-2.18.2/configure
+Index: epiphany-2.18.3/configure
===================================================================
---- epiphany-2.18.2.orig/configure 2007-05-28 19:54:58.000000000 +0200
-+++ epiphany-2.18.2/configure 2007-06-02 11:56:11.858405000 +0200
+--- epiphany-2.18.3.orig/configure 2007-07-01 15:02:24.000000000 +0200
++++ epiphany-2.18.3/configure 2007-07-04 22:06:11.234561710 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
--# Generated by GNU Autoconf 2.60 for GNOME Web Browser 2.18.2.
-+# Generated by GNU Autoconf 2.61 for GNOME Web Browser 2.18.2.
+-# Generated by GNU Autoconf 2.60 for GNOME Web Browser 2.18.3.
++# Generated by GNU Autoconf 2.61 for GNOME Web Browser 2.18.3.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany>.
#
@@ -140,8 +140,8 @@
PACKAGE_NAME='GNOME Web Browser'
-PACKAGE_TARNAME='epiphany'
+PACKAGE_TARNAME='epiphany-browser'
- PACKAGE_VERSION='2.18.2'
- PACKAGE_STRING='GNOME Web Browser 2.18.2'
+ PACKAGE_VERSION='2.18.3'
+ PACKAGE_STRING='GNOME Web Browser 2.18.3'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany'
@@ -721,36 +736,36 @@
# Factoring default headers for most tests.
@@ -190,7 +190,7 @@
# include <unistd.h>
#endif"
-@@ -1007,6 +1022,7 @@
+@@ -1010,6 +1025,7 @@
CC
CFLAGS
LDFLAGS
@@ -198,7 +198,7 @@
CPPFLAGS
CPP
CXX
-@@ -1135,10 +1151,10 @@
+@@ -1138,10 +1154,10 @@
-disable-* | --disable-*)
ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
# Reject names that are not valid shell variable names.
@@ -211,7 +211,7 @@
eval enable_$ac_feature=no ;;
-docdir | --docdir | --docdi | --doc | --do)
-@@ -1154,10 +1170,10 @@
+@@ -1157,10 +1173,10 @@
-enable-* | --enable-*)
ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
# Reject names that are not valid shell variable names.
@@ -224,7 +224,7 @@
eval enable_$ac_feature=\$ac_optarg ;;
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
-@@ -1351,19 +1367,19 @@
+@@ -1354,19 +1370,19 @@
-with-* | --with-*)
ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
# Reject names that are not valid shell variable names.
@@ -248,7 +248,7 @@
eval with_$ac_package=no ;;
--x)
-@@ -1580,7 +1596,7 @@
+@@ -1583,7 +1599,7 @@
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
@@ -257,7 +257,7 @@
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
-@@ -1670,6 +1686,7 @@
+@@ -1673,6 +1689,7 @@
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
@@ -265,25 +265,25 @@
CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
you have headers in a nonstandard directory <include dir>
CPP C preprocessor
-@@ -1771,7 +1788,7 @@
+@@ -1774,7 +1791,7 @@
if $ac_init_version; then
cat <<\_ACEOF
- GNOME Web Browser configure 2.18.2
+ GNOME Web Browser configure 2.18.3
-generated by GNU Autoconf 2.60
+generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
-@@ -1785,7 +1802,7 @@
+@@ -1788,7 +1805,7 @@
running configure, to aid debugging if configure makes a mistake.
- It was created by GNOME Web Browser $as_me 2.18.2, which was
+ It was created by GNOME Web Browser $as_me 2.18.3, which was
-generated by GNU Autoconf 2.60. Invocation command line was
+generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
-@@ -2151,14 +2168,6 @@
+@@ -2154,14 +2171,6 @@
@@ -298,7 +298,7 @@
ac_config_headers="$ac_config_headers config.h"
-@@ -2242,7 +2251,7 @@
+@@ -2245,7 +2254,7 @@
# by default.
for ac_prog in ginstall scoinst install; do
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -307,7 +307,7 @@
if test $ac_prog = install &&
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
# AIX install. It has an incompatible calling convention.
-@@ -2408,7 +2417,7 @@
+@@ -2411,7 +2420,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -316,16 +316,16 @@
ac_cv_prog_AWK="$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -2490,7 +2499,7 @@
+@@ -2493,7 +2502,7 @@
# Define the identity of the package.
- PACKAGE='epiphany'
+ PACKAGE='epiphany-browser'
- VERSION='2.18.2'
-
-
-@@ -2543,7 +2552,7 @@
+ VERSION='2.18.3'
+
+
+@@ -2546,7 +2555,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -334,7 +334,7 @@
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -2583,7 +2592,7 @@
+@@ -2586,7 +2595,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -343,7 +343,7 @@
ac_cv_prog_ac_ct_STRIP="strip"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -2883,7 +2892,7 @@
+@@ -2886,7 +2895,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -352,7 +352,7 @@
ac_cv_prog_CC="${ac_tool_prefix}gcc"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -2923,7 +2932,7 @@
+@@ -2926,7 +2935,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -361,7 +361,7 @@
ac_cv_prog_ac_ct_CC="gcc"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -2980,7 +2989,7 @@
+@@ -2983,7 +2992,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -370,7 +370,7 @@
ac_cv_prog_CC="${ac_tool_prefix}cc"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -3021,7 +3030,7 @@
+@@ -3024,7 +3033,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -379,7 +379,7 @@
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
ac_prog_rejected=yes
continue
-@@ -3079,7 +3088,7 @@
+@@ -3082,7 +3091,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -388,7 +388,7 @@
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -3123,7 +3132,7 @@
+@@ -3126,7 +3135,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -397,7 +397,7 @@
ac_cv_prog_ac_ct_CC="$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -3264,7 +3273,7 @@
+@@ -3267,7 +3276,7 @@
# in a Makefile. We should not override ac_cv_exeext if it was cached,
# so that the user can short-circuit this test for compilers unknown to
# Autoconf.
@@ -406,7 +406,7 @@
do
test -f "$ac_file" || continue
case $ac_file in
-@@ -3292,6 +3301,12 @@
+@@ -3295,6 +3304,12 @@
test "$ac_cv_exeext" = no && ac_cv_exeext=
else
@@ -419,7 +419,7 @@
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
-@@ -3303,8 +3318,6 @@
+@@ -3306,8 +3321,6 @@
fi
ac_exeext=$ac_cv_exeext
@@ -428,7 +428,7 @@
# Check that the compiler produces executables we can run. If not, either
# the compiler is broken, or we cross compile.
-@@ -3482,27 +3495,10 @@
+@@ -3485,27 +3498,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -460,7 +460,7 @@
ac_compiler_gnu=yes
else
echo "$as_me: failed program was:" >&5
-@@ -3557,27 +3553,10 @@
+@@ -3560,27 +3556,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -492,7 +492,7 @@
ac_cv_prog_cc_g=yes
else
echo "$as_me: failed program was:" >&5
-@@ -3612,27 +3591,10 @@
+@@ -3615,27 +3594,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -524,7 +524,7 @@
:
else
echo "$as_me: failed program was:" >&5
-@@ -3668,27 +3630,10 @@
+@@ -3671,27 +3633,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -556,7 +556,7 @@
ac_cv_prog_cc_g=yes
else
echo "$as_me: failed program was:" >&5
-@@ -3804,27 +3749,10 @@
+@@ -3807,27 +3752,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -588,7 +588,7 @@
ac_cv_prog_cc_c89=$ac_arg
else
echo "$as_me: failed program was:" >&5
-@@ -4048,7 +3976,7 @@
+@@ -4051,7 +3979,7 @@
for ac_prog in grep ggrep; do
for ac_exec_ext in '' $ac_executable_extensions; do
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
@@ -597,7 +597,7 @@
# Check for GNU ac_path_GREP and select it if it is found.
# Check for GNU $ac_path_GREP
case `"$ac_path_GREP" --version 2>&1` in
-@@ -4130,7 +4058,7 @@
+@@ -4133,7 +4061,7 @@
for ac_prog in egrep; do
for ac_exec_ext in '' $ac_executable_extensions; do
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
@@ -606,16 +606,16 @@
# Check for GNU ac_path_EGREP and select it if it is found.
# Check for GNU $ac_path_EGREP
case `"$ac_path_EGREP" --version 2>&1` in
-@@ -4611,7 +4539,7 @@
+@@ -4614,7 +4542,7 @@
;;
*-*-irix6*)
# Find out which ABI we are using.
-- echo '#line 4614 "configure"' > conftest.$ac_ext
-+ echo '#line 4542 "configure"' > conftest.$ac_ext
+- echo '#line 4617 "configure"' > conftest.$ac_ext
++ echo '#line 4545 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
-@@ -4735,27 +4663,11 @@
+@@ -4738,27 +4666,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -648,7 +648,7 @@
lt_cv_cc_needs_belf=yes
else
echo "$as_me: failed program was:" >&5
-@@ -4764,7 +4676,7 @@
+@@ -4767,7 +4679,7 @@
lt_cv_cc_needs_belf=no
fi
@@ -657,7 +657,7 @@
conftest$ac_exeext conftest.$ac_ext
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
-@@ -4858,17 +4770,10 @@
+@@ -4861,17 +4773,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -679,7 +679,7 @@
:
else
echo "$as_me: failed program was:" >&5
-@@ -4902,17 +4807,10 @@
+@@ -4905,17 +4810,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -701,7 +701,7 @@
# Broken: success on invalid input.
continue
else
-@@ -4977,17 +4875,10 @@
+@@ -4980,17 +4878,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -723,7 +723,7 @@
:
else
echo "$as_me: failed program was:" >&5
-@@ -5021,17 +4912,10 @@
+@@ -5024,17 +4915,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -745,7 +745,7 @@
# Broken: success on invalid input.
continue
else
-@@ -5102,27 +4986,10 @@
+@@ -5105,27 +4989,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -777,7 +777,7 @@
ac_cv_header_stdc=yes
else
echo "$as_me: failed program was:" >&5
-@@ -5298,27 +5165,10 @@
+@@ -5301,27 +5168,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -809,7 +809,7 @@
eval "$as_ac_Header=yes"
else
echo "$as_me: failed program was:" >&5
-@@ -5381,27 +5231,10 @@
+@@ -5384,27 +5234,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -841,7 +841,7 @@
ac_header_compiler=yes
else
echo "$as_me: failed program was:" >&5
-@@ -5437,17 +5270,10 @@
+@@ -5440,17 +5273,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -863,7 +863,7 @@
ac_header_preproc=yes
else
echo "$as_me: failed program was:" >&5
-@@ -5539,7 +5365,7 @@
+@@ -5542,7 +5368,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -872,7 +872,7 @@
ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -5583,7 +5409,7 @@
+@@ -5586,7 +5412,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -881,7 +881,7 @@
ac_cv_prog_ac_ct_CXX="$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -5696,27 +5522,10 @@
+@@ -5699,27 +5525,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -913,7 +913,7 @@
ac_compiler_gnu=yes
else
echo "$as_me: failed program was:" >&5
-@@ -5771,27 +5580,10 @@
+@@ -5774,27 +5583,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -945,7 +945,7 @@
ac_cv_prog_cxx_g=yes
else
echo "$as_me: failed program was:" >&5
-@@ -5826,27 +5618,10 @@
+@@ -5829,27 +5621,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -977,7 +977,7 @@
:
else
echo "$as_me: failed program was:" >&5
-@@ -5882,27 +5657,10 @@
+@@ -5885,27 +5660,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1009,7 +1009,7 @@
ac_cv_prog_cxx_g=yes
else
echo "$as_me: failed program was:" >&5
-@@ -6105,17 +5863,10 @@
+@@ -6108,17 +5866,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1031,7 +1031,7 @@
:
else
echo "$as_me: failed program was:" >&5
-@@ -6149,17 +5900,10 @@
+@@ -6152,17 +5903,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1053,7 +1053,7 @@
# Broken: success on invalid input.
continue
else
-@@ -6224,17 +5968,10 @@
+@@ -6227,17 +5971,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1075,7 +1075,7 @@
:
else
echo "$as_me: failed program was:" >&5
-@@ -6268,17 +6005,10 @@
+@@ -6271,17 +6008,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1097,7 +1097,7 @@
# Broken: success on invalid input.
continue
else
-@@ -6319,7 +6049,7 @@
+@@ -6322,7 +6052,7 @@
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
if test -n "$ac_tool_prefix"; then
@@ -1106,7 +1106,7 @@
do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-@@ -6337,7 +6067,7 @@
+@@ -6340,7 +6070,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -1115,7 +1115,7 @@
ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -6363,7 +6093,7 @@
+@@ -6366,7 +6096,7 @@
fi
if test -z "$F77"; then
ac_ct_F77=$F77
@@ -1124,7 +1124,7 @@
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-@@ -6381,7 +6111,7 @@
+@@ -6384,7 +6114,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -1133,7 +1133,7 @@
ac_cv_prog_ac_ct_F77="$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -6488,27 +6218,10 @@
+@@ -6491,27 +6221,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1165,7 +1165,7 @@
ac_compiler_gnu=yes
else
echo "$as_me: failed program was:" >&5
-@@ -6551,27 +6264,10 @@
+@@ -6554,27 +6267,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1197,7 +1197,7 @@
ac_cv_prog_f77_g=yes
else
echo "$as_me: failed program was:" >&5
-@@ -7026,7 +6722,7 @@
+@@ -7029,7 +6725,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -1206,7 +1206,7 @@
ac_cv_prog_AR="${ac_tool_prefix}ar"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -7066,7 +6762,7 @@
+@@ -7069,7 +6765,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -1215,7 +1215,7 @@
ac_cv_prog_ac_ct_AR="ar"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -7122,7 +6818,7 @@
+@@ -7125,7 +6821,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -1224,7 +1224,7 @@
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -7162,7 +6858,7 @@
+@@ -7165,7 +6861,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -1233,7 +1233,7 @@
ac_cv_prog_ac_ct_RANLIB="ranlib"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -7218,7 +6914,7 @@
+@@ -7221,7 +6917,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -1242,7 +1242,7 @@
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -7258,7 +6954,7 @@
+@@ -7261,7 +6957,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -1251,49 +1251,49 @@
ac_cv_prog_ac_ct_STRIP="strip"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -7575,11 +7271,11 @@
+@@ -7578,11 +7274,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:7578: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:7274: $lt_compile\"" >&5)
+- (eval echo "\"\$as_me:7581: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:7277: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
-- echo "$as_me:7582: \$? = $ac_status" >&5
-+ echo "$as_me:7278: \$? = $ac_status" >&5
+- echo "$as_me:7585: \$? = $ac_status" >&5
++ echo "$as_me:7281: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
-@@ -7843,11 +7539,11 @@
+@@ -7846,11 +7542,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:7846: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:7542: $lt_compile\"" >&5)
+- (eval echo "\"\$as_me:7849: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:7545: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
-- echo "$as_me:7850: \$? = $ac_status" >&5
-+ echo "$as_me:7546: \$? = $ac_status" >&5
+- echo "$as_me:7853: \$? = $ac_status" >&5
++ echo "$as_me:7549: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
-@@ -7947,11 +7643,11 @@
+@@ -7950,11 +7646,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:7950: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:7646: $lt_compile\"" >&5)
+- (eval echo "\"\$as_me:7953: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:7649: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
-- echo "$as_me:7954: \$? = $ac_status" >&5
-+ echo "$as_me:7650: \$? = $ac_status" >&5
+- echo "$as_me:7957: \$? = $ac_status" >&5
++ echo "$as_me:7653: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
-@@ -8428,27 +8124,11 @@
+@@ -8431,27 +8127,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1326,7 +1326,7 @@
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
}'`
-@@ -8462,7 +8142,7 @@
+@@ -8465,7 +8145,7 @@
fi
@@ -1335,7 +1335,7 @@
conftest$ac_exeext conftest.$ac_ext
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
-@@ -8503,27 +8183,11 @@
+@@ -8506,27 +8186,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1368,7 +1368,7 @@
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
}'`
-@@ -8537,7 +8201,7 @@
+@@ -8540,7 +8204,7 @@
fi
@@ -1377,7 +1377,7 @@
conftest$ac_exeext conftest.$ac_ext
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
-@@ -9773,27 +9437,11 @@
+@@ -9776,27 +9440,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1410,7 +1410,7 @@
ac_cv_lib_dl_dlopen=yes
else
echo "$as_me: failed program was:" >&5
-@@ -9802,7 +9450,7 @@
+@@ -9805,7 +9453,7 @@
ac_cv_lib_dl_dlopen=no
fi
@@ -1419,7 +1419,7 @@
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-@@ -9884,27 +9532,11 @@
+@@ -9887,27 +9535,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1452,7 +1452,7 @@
ac_cv_func_shl_load=yes
else
echo "$as_me: failed program was:" >&5
-@@ -9913,7 +9545,7 @@
+@@ -9916,7 +9548,7 @@
ac_cv_func_shl_load=no
fi
@@ -1461,7 +1461,7 @@
conftest$ac_exeext conftest.$ac_ext
fi
{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
-@@ -9963,27 +9595,11 @@
+@@ -9966,27 +9598,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1494,7 +1494,7 @@
ac_cv_lib_dld_shl_load=yes
else
echo "$as_me: failed program was:" >&5
-@@ -9992,7 +9608,7 @@
+@@ -9995,7 +9611,7 @@
ac_cv_lib_dld_shl_load=no
fi
@@ -1503,7 +1503,7 @@
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-@@ -10064,27 +9680,11 @@
+@@ -10067,27 +9683,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1536,7 +1536,7 @@
ac_cv_func_dlopen=yes
else
echo "$as_me: failed program was:" >&5
-@@ -10093,7 +9693,7 @@
+@@ -10096,7 +9696,7 @@
ac_cv_func_dlopen=no
fi
@@ -1545,7 +1545,7 @@
conftest$ac_exeext conftest.$ac_ext
fi
{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
-@@ -10143,27 +9743,11 @@
+@@ -10146,27 +9746,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1578,7 +1578,7 @@
ac_cv_lib_dl_dlopen=yes
else
echo "$as_me: failed program was:" >&5
-@@ -10172,7 +9756,7 @@
+@@ -10175,7 +9759,7 @@
ac_cv_lib_dl_dlopen=no
fi
@@ -1587,7 +1587,7 @@
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-@@ -10223,27 +9807,11 @@
+@@ -10226,27 +9810,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1620,7 +1620,7 @@
ac_cv_lib_svld_dlopen=yes
else
echo "$as_me: failed program was:" >&5
-@@ -10252,7 +9820,7 @@
+@@ -10255,7 +9823,7 @@
ac_cv_lib_svld_dlopen=no
fi
@@ -1629,7 +1629,7 @@
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-@@ -10303,27 +9871,11 @@
+@@ -10306,27 +9874,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1662,7 +1662,7 @@
ac_cv_lib_dld_dld_link=yes
else
echo "$as_me: failed program was:" >&5
-@@ -10332,7 +9884,7 @@
+@@ -10335,7 +9887,7 @@
ac_cv_lib_dld_dld_link=no
fi
@@ -1671,25 +1671,25 @@
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-@@ -10388,7 +9940,7 @@
+@@ -10391,7 +9943,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
--#line 10391 "configure"
-+#line 9943 "configure"
+-#line 10394 "configure"
++#line 9946 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
-@@ -10488,7 +10040,7 @@
+@@ -10491,7 +10043,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
--#line 10491 "configure"
-+#line 10043 "configure"
+-#line 10494 "configure"
++#line 10046 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
-@@ -11575,27 +11127,11 @@
+@@ -11578,27 +11130,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1722,7 +1722,7 @@
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
}'`
-@@ -11609,7 +11145,7 @@
+@@ -11612,7 +11148,7 @@
fi
@@ -1731,7 +1731,7 @@
conftest$ac_exeext conftest.$ac_ext
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
-@@ -11651,27 +11187,11 @@
+@@ -11654,27 +11190,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1764,7 +1764,7 @@
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
}'`
-@@ -11685,7 +11205,7 @@
+@@ -11688,7 +11208,7 @@
fi
@@ -1773,63 +1773,63 @@
conftest$ac_exeext conftest.$ac_ext
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
-@@ -12856,11 +12376,11 @@
+@@ -12859,11 +12379,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:12859: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:12379: $lt_compile\"" >&5)
+- (eval echo "\"\$as_me:12862: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:12382: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
-- echo "$as_me:12863: \$? = $ac_status" >&5
-+ echo "$as_me:12383: \$? = $ac_status" >&5
+- echo "$as_me:12866: \$? = $ac_status" >&5
++ echo "$as_me:12386: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
-@@ -12960,11 +12480,11 @@
+@@ -12963,11 +12483,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:12963: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:12483: $lt_compile\"" >&5)
+- (eval echo "\"\$as_me:12966: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:12486: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
-- echo "$as_me:12967: \$? = $ac_status" >&5
-+ echo "$as_me:12487: \$? = $ac_status" >&5
+- echo "$as_me:12970: \$? = $ac_status" >&5
++ echo "$as_me:12490: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
-@@ -14521,11 +14041,11 @@
+@@ -14524,11 +14044,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:14524: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:14044: $lt_compile\"" >&5)
+- (eval echo "\"\$as_me:14527: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:14047: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
-- echo "$as_me:14528: \$? = $ac_status" >&5
-+ echo "$as_me:14048: \$? = $ac_status" >&5
+- echo "$as_me:14531: \$? = $ac_status" >&5
++ echo "$as_me:14051: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
-@@ -14625,11 +14145,11 @@
+@@ -14628,11 +14148,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:14628: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:14148: $lt_compile\"" >&5)
+- (eval echo "\"\$as_me:14631: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:14151: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
-- echo "$as_me:14632: \$? = $ac_status" >&5
-+ echo "$as_me:14152: \$? = $ac_status" >&5
+- echo "$as_me:14635: \$? = $ac_status" >&5
++ echo "$as_me:14155: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
-@@ -15096,27 +14616,11 @@
+@@ -15099,27 +14619,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1862,7 +1862,7 @@
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
}'`
-@@ -15130,7 +14634,7 @@
+@@ -15133,7 +14637,7 @@
fi
@@ -1871,7 +1871,7 @@
conftest$ac_exeext conftest.$ac_ext
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
-@@ -15161,27 +14665,11 @@
+@@ -15164,27 +14668,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1904,7 +1904,7 @@
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
}'`
-@@ -15195,7 +14683,7 @@
+@@ -15198,7 +14686,7 @@
fi
@@ -1913,49 +1913,49 @@
conftest$ac_exeext conftest.$ac_ext
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
-@@ -16844,11 +16332,11 @@
+@@ -16847,11 +16335,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:16847: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:16335: $lt_compile\"" >&5)
+- (eval echo "\"\$as_me:16850: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:16338: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
-- echo "$as_me:16851: \$? = $ac_status" >&5
-+ echo "$as_me:16339: \$? = $ac_status" >&5
+- echo "$as_me:16854: \$? = $ac_status" >&5
++ echo "$as_me:16342: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
-@@ -17112,11 +16600,11 @@
+@@ -17115,11 +16603,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:17115: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:16603: $lt_compile\"" >&5)
+- (eval echo "\"\$as_me:17118: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:16606: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
-- echo "$as_me:17119: \$? = $ac_status" >&5
-+ echo "$as_me:16607: \$? = $ac_status" >&5
+- echo "$as_me:17122: \$? = $ac_status" >&5
++ echo "$as_me:16610: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
-@@ -17216,11 +16704,11 @@
+@@ -17219,11 +16707,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:17219: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:16707: $lt_compile\"" >&5)
+- (eval echo "\"\$as_me:17222: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:16710: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
-- echo "$as_me:17223: \$? = $ac_status" >&5
-+ echo "$as_me:16711: \$? = $ac_status" >&5
+- echo "$as_me:17226: \$? = $ac_status" >&5
++ echo "$as_me:16714: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
-@@ -17697,27 +17185,11 @@
+@@ -17700,27 +17188,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -1988,7 +1988,7 @@
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
}'`
-@@ -17731,7 +17203,7 @@
+@@ -17734,7 +17206,7 @@
fi
@@ -1997,7 +1997,7 @@
conftest$ac_exeext conftest.$ac_ext
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
-@@ -17772,27 +17244,11 @@
+@@ -17775,27 +17247,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2030,7 +2030,7 @@
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
}'`
-@@ -17806,7 +17262,7 @@
+@@ -17809,7 +17265,7 @@
fi
@@ -2039,7 +2039,7 @@
conftest$ac_exeext conftest.$ac_ext
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
-@@ -19948,27 +19404,11 @@
+@@ -19951,27 +19407,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2072,7 +2072,7 @@
ac_cv_search_strerror=$ac_res
else
echo "$as_me: failed program was:" >&5
-@@ -19977,7 +19417,7 @@
+@@ -19980,7 +19420,7 @@
fi
@@ -2081,7 +2081,7 @@
conftest$ac_exeext
if test "${ac_cv_search_strerror+set}" = set; then
break
-@@ -20021,7 +19461,7 @@
+@@ -20024,7 +19464,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2090,7 +2090,7 @@
ac_cv_prog_CC="${ac_tool_prefix}gcc"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -20061,7 +19501,7 @@
+@@ -20064,7 +19504,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2099,7 +2099,7 @@
ac_cv_prog_ac_ct_CC="gcc"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -20118,7 +19558,7 @@
+@@ -20121,7 +19561,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2108,7 +2108,7 @@
ac_cv_prog_CC="${ac_tool_prefix}cc"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -20159,7 +19599,7 @@
+@@ -20162,7 +19602,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2117,7 +2117,7 @@
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
ac_prog_rejected=yes
continue
-@@ -20217,7 +19657,7 @@
+@@ -20220,7 +19660,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2126,7 +2126,7 @@
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -20261,7 +19701,7 @@
+@@ -20264,7 +19704,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2135,7 +2135,7 @@
ac_cv_prog_ac_ct_CC="$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -20381,27 +19821,10 @@
+@@ -20384,27 +19824,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2167,7 +2167,7 @@
ac_compiler_gnu=yes
else
echo "$as_me: failed program was:" >&5
-@@ -20456,27 +19879,10 @@
+@@ -20459,27 +19882,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2199,7 +2199,7 @@
ac_cv_prog_cc_g=yes
else
echo "$as_me: failed program was:" >&5
-@@ -20511,27 +19917,10 @@
+@@ -20514,27 +19920,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2231,7 +2231,7 @@
:
else
echo "$as_me: failed program was:" >&5
-@@ -20567,27 +19956,10 @@
+@@ -20570,27 +19959,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2263,7 +2263,7 @@
ac_cv_prog_cc_g=yes
else
echo "$as_me: failed program was:" >&5
-@@ -20703,27 +20075,10 @@
+@@ -20706,27 +20078,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2295,7 +2295,7 @@
ac_cv_prog_cc_c89=$ac_arg
else
echo "$as_me: failed program was:" >&5
-@@ -20897,7 +20252,7 @@
+@@ -20900,7 +20255,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2304,7 +2304,7 @@
ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -20941,7 +20296,7 @@
+@@ -20944,7 +20299,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2313,7 +2313,7 @@
ac_cv_prog_ac_ct_CXX="$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -21054,27 +20409,10 @@
+@@ -21057,27 +20412,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2345,7 +2345,7 @@
ac_compiler_gnu=yes
else
echo "$as_me: failed program was:" >&5
-@@ -21129,27 +20467,10 @@
+@@ -21132,27 +20470,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2377,7 +2377,7 @@
ac_cv_prog_cxx_g=yes
else
echo "$as_me: failed program was:" >&5
-@@ -21184,27 +20505,10 @@
+@@ -21187,27 +20508,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2409,7 +2409,7 @@
:
else
echo "$as_me: failed program was:" >&5
-@@ -21240,27 +20544,10 @@
+@@ -21243,27 +20547,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2441,7 +2441,7 @@
ac_cv_prog_cxx_g=yes
else
echo "$as_me: failed program was:" >&5
-@@ -21432,7 +20719,7 @@
+@@ -21435,7 +20722,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2450,7 +2450,7 @@
ac_cv_prog_CC="${ac_tool_prefix}gcc"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -21472,7 +20759,7 @@
+@@ -21475,7 +20762,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2459,7 +2459,7 @@
ac_cv_prog_ac_ct_CC="gcc"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -21529,7 +20816,7 @@
+@@ -21532,7 +20819,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2468,7 +2468,7 @@
ac_cv_prog_CC="${ac_tool_prefix}cc"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -21570,7 +20857,7 @@
+@@ -21573,7 +20860,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2477,7 +2477,7 @@
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
ac_prog_rejected=yes
continue
-@@ -21628,7 +20915,7 @@
+@@ -21631,7 +20918,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2486,7 +2486,7 @@
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -21672,7 +20959,7 @@
+@@ -21675,7 +20962,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2495,7 +2495,7 @@
ac_cv_prog_ac_ct_CC="$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -21792,27 +21079,10 @@
+@@ -21795,27 +21082,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2527,7 +2527,7 @@
ac_compiler_gnu=yes
else
echo "$as_me: failed program was:" >&5
-@@ -21867,27 +21137,10 @@
+@@ -21870,27 +21140,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2559,7 +2559,7 @@
ac_cv_prog_cc_g=yes
else
echo "$as_me: failed program was:" >&5
-@@ -21922,27 +21175,10 @@
+@@ -21925,27 +21178,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2591,7 +2591,7 @@
:
else
echo "$as_me: failed program was:" >&5
-@@ -21978,27 +21214,10 @@
+@@ -21981,27 +21217,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2623,7 +2623,7 @@
ac_cv_prog_cc_g=yes
else
echo "$as_me: failed program was:" >&5
-@@ -22114,27 +21333,10 @@
+@@ -22117,27 +21336,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2655,7 +2655,7 @@
ac_cv_prog_cc_c89=$ac_arg
else
echo "$as_me: failed program was:" >&5
-@@ -22320,27 +21522,10 @@
+@@ -22323,27 +21525,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2687,7 +2687,7 @@
ac_cv_header_stdc=yes
else
echo "$as_me: failed program was:" >&5
-@@ -22492,7 +21677,7 @@
+@@ -22495,7 +21680,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2696,7 +2696,7 @@
ac_cv_path_GLIB_GENMARSHAL="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -22532,7 +21717,7 @@
+@@ -22535,7 +21720,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2705,7 +2705,7 @@
ac_cv_path_GLIB_MKENUMS="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -22646,7 +21831,7 @@
+@@ -22649,7 +21834,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2714,7 +2714,7 @@
ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -22709,7 +21894,7 @@
+@@ -22712,7 +21897,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2723,7 +2723,7 @@
ac_cv_path_INTLTOOL_ICONV="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -22750,7 +21935,7 @@
+@@ -22753,7 +21938,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2732,7 +2732,7 @@
ac_cv_path_INTLTOOL_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -22791,7 +21976,7 @@
+@@ -22794,7 +21979,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2741,7 +2741,7 @@
ac_cv_path_INTLTOOL_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -22832,7 +22017,7 @@
+@@ -22835,7 +22020,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2750,7 +2750,7 @@
ac_cv_path_INTLTOOL_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -22889,7 +22074,7 @@
+@@ -22892,7 +22077,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2759,7 +2759,7 @@
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -22932,7 +22117,7 @@
+@@ -22935,7 +22120,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2768,7 +2768,7 @@
ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -23069,27 +22254,10 @@
+@@ -23072,27 +22257,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2800,7 +2800,7 @@
has_option=yes
else
echo "$as_me: failed program was:" >&5
-@@ -23679,7 +22847,7 @@
+@@ -23682,7 +22850,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2809,7 +2809,7 @@
ac_cv_path_DBUS_BINDING_TOOL="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -23786,7 +22954,7 @@
+@@ -23789,7 +22957,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2818,7 +2818,7 @@
ac_cv_path_GCONFTOOL="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -23887,27 +23055,11 @@
+@@ -23890,27 +23058,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2851,7 +2851,7 @@
eval "$as_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-@@ -23916,7 +23068,7 @@
+@@ -23919,7 +23071,7 @@
eval "$as_ac_var=no"
fi
@@ -2860,7 +2860,7 @@
conftest$ac_exeext conftest.$ac_ext
fi
ac_res=`eval echo '${'$as_ac_var'}'`
-@@ -23971,27 +23123,10 @@
+@@ -23974,27 +23126,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2892,7 +2892,7 @@
ac_header_compiler=yes
else
echo "$as_me: failed program was:" >&5
-@@ -24027,17 +23162,10 @@
+@@ -24030,17 +23165,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2914,7 +2914,7 @@
ac_header_preproc=yes
else
echo "$as_me: failed program was:" >&5
-@@ -24142,27 +23270,10 @@
+@@ -24145,27 +23273,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2946,7 +2946,7 @@
ac_cv_have_declaration_after_statement="yes"
else
echo "$as_me: failed program was:" >&5
-@@ -24211,7 +23322,7 @@
+@@ -24214,7 +23325,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -2955,7 +2955,7 @@
ac_cv_prog_AWK="$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -24559,27 +23670,10 @@
+@@ -24562,27 +23673,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -2987,7 +2987,7 @@
gecko_cv_have_debug=yes
else
echo "$as_me: failed program was:" >&5
-@@ -25434,27 +24528,10 @@
+@@ -25464,27 +24558,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3019,7 +3019,7 @@
ac_header_compiler=yes
else
echo "$as_me: failed program was:" >&5
-@@ -25490,17 +24567,10 @@
+@@ -25520,17 +24597,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3041,7 +3041,7 @@
ac_header_preproc=yes
else
echo "$as_me: failed program was:" >&5
-@@ -25735,27 +24805,10 @@
+@@ -25765,27 +24835,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3073,7 +3073,7 @@
ac_header_compiler=yes
else
echo "$as_me: failed program was:" >&5
-@@ -25791,17 +24844,10 @@
+@@ -25821,17 +24874,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3095,7 +3095,7 @@
ac_header_preproc=yes
else
echo "$as_me: failed program was:" >&5
-@@ -25960,27 +25006,10 @@
+@@ -25990,27 +25036,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3127,7 +3127,7 @@
ac_header_compiler=yes
else
echo "$as_me: failed program was:" >&5
-@@ -26016,17 +25045,10 @@
+@@ -26046,17 +25075,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3149,7 +3149,7 @@
ac_header_preproc=yes
else
echo "$as_me: failed program was:" >&5
-@@ -26185,27 +25207,10 @@
+@@ -26215,27 +25237,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3181,7 +3181,7 @@
ac_header_compiler=yes
else
echo "$as_me: failed program was:" >&5
-@@ -26241,17 +25246,10 @@
+@@ -26271,17 +25276,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3203,7 +3203,7 @@
ac_header_preproc=yes
else
echo "$as_me: failed program was:" >&5
-@@ -26410,27 +25408,10 @@
+@@ -26440,27 +25438,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3235,7 +3235,7 @@
ac_header_compiler=yes
else
echo "$as_me: failed program was:" >&5
-@@ -26466,17 +25447,10 @@
+@@ -26496,17 +25477,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3257,7 +3257,7 @@
ac_header_preproc=yes
else
echo "$as_me: failed program was:" >&5
-@@ -26634,27 +25608,10 @@
+@@ -26664,27 +25638,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3289,7 +3289,7 @@
ac_header_compiler=yes
else
echo "$as_me: failed program was:" >&5
-@@ -26690,17 +25647,10 @@
+@@ -26720,17 +25677,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3311,7 +3311,7 @@
ac_header_preproc=yes
else
echo "$as_me: failed program was:" >&5
-@@ -27037,27 +25987,10 @@
+@@ -27067,27 +26017,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3343,7 +3343,7 @@
ac_header_compiler=yes
else
echo "$as_me: failed program was:" >&5
-@@ -27093,17 +26026,10 @@
+@@ -27123,17 +26056,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3365,7 +3365,7 @@
ac_header_preproc=yes
else
echo "$as_me: failed program was:" >&5
-@@ -27270,7 +26196,7 @@
+@@ -27300,7 +26226,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -3374,7 +3374,7 @@
ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -27412,17 +26338,10 @@
+@@ -27442,17 +26368,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3396,7 +3396,7 @@
{ echo "$as_me:$LINENO: result: found" >&5
echo "${ECHO_T}found" >&6; }
-@@ -27617,27 +26536,10 @@
+@@ -27647,27 +26566,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3428,7 +3428,7 @@
compiler_has_option=yes
else
echo "$as_me: failed program was:" >&5
-@@ -27971,27 +26873,10 @@
+@@ -28001,27 +26903,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3460,7 +3460,7 @@
ac_header_compiler=yes
else
echo "$as_me: failed program was:" >&5
-@@ -28027,17 +26912,10 @@
+@@ -28057,17 +26942,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3482,7 +3482,7 @@
ac_header_preproc=yes
else
echo "$as_me: failed program was:" >&5
-@@ -28415,27 +27293,10 @@
+@@ -28445,27 +27323,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3514,7 +3514,7 @@
ac_header_compiler=yes
else
echo "$as_me: failed program was:" >&5
-@@ -28471,17 +27332,10 @@
+@@ -28501,17 +27362,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3536,7 +3536,7 @@
ac_header_preproc=yes
else
echo "$as_me: failed program was:" >&5
-@@ -28579,27 +27433,11 @@
+@@ -28609,27 +27463,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3569,7 +3569,7 @@
am_cv_val_LC_MESSAGES=yes
else
echo "$as_me: failed program was:" >&5
-@@ -28608,7 +27446,7 @@
+@@ -28638,7 +27476,7 @@
am_cv_val_LC_MESSAGES=no
fi
@@ -3578,7 +3578,7 @@
conftest$ac_exeext conftest.$ac_ext
fi
{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
-@@ -28664,27 +27502,10 @@
+@@ -28694,27 +27532,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3610,7 +3610,7 @@
ac_header_compiler=yes
else
echo "$as_me: failed program was:" >&5
-@@ -28720,17 +27541,10 @@
+@@ -28750,17 +27571,10 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3632,7 +3632,7 @@
ac_header_preproc=yes
else
echo "$as_me: failed program was:" >&5
-@@ -28826,27 +27640,11 @@
+@@ -28856,27 +27670,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3665,7 +3665,7 @@
gt_cv_func_ngettext_libc=yes
else
echo "$as_me: failed program was:" >&5
-@@ -28855,7 +27653,7 @@
+@@ -28885,7 +27683,7 @@
gt_cv_func_ngettext_libc=no
fi
@@ -3674,7 +3674,7 @@
conftest$ac_exeext conftest.$ac_ext
fi
-@@ -28898,27 +27696,11 @@
+@@ -28928,27 +27726,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3707,7 +3707,7 @@
gt_cv_func_dgettext_libc=yes
else
echo "$as_me: failed program was:" >&5
-@@ -28927,7 +27709,7 @@
+@@ -28957,7 +27739,7 @@
gt_cv_func_dgettext_libc=no
fi
@@ -3716,7 +3716,7 @@
conftest$ac_exeext conftest.$ac_ext
fi
-@@ -29003,27 +27785,11 @@
+@@ -29033,27 +27815,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3749,7 +3749,7 @@
eval "$as_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-@@ -29032,7 +27798,7 @@
+@@ -29062,7 +27828,7 @@
eval "$as_ac_var=no"
fi
@@ -3758,7 +3758,7 @@
conftest$ac_exeext conftest.$ac_ext
fi
ac_res=`eval echo '${'$as_ac_var'}'`
-@@ -29097,27 +27863,11 @@
+@@ -29127,27 +27893,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3791,7 +3791,7 @@
ac_cv_lib_intl_bindtextdomain=yes
else
echo "$as_me: failed program was:" >&5
-@@ -29126,7 +27876,7 @@
+@@ -29156,7 +27906,7 @@
ac_cv_lib_intl_bindtextdomain=no
fi
@@ -3800,7 +3800,7 @@
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-@@ -29175,27 +27925,11 @@
+@@ -29205,27 +27955,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3833,7 +3833,7 @@
ac_cv_lib_intl_ngettext=yes
else
echo "$as_me: failed program was:" >&5
-@@ -29204,7 +27938,7 @@
+@@ -29234,7 +27968,7 @@
ac_cv_lib_intl_ngettext=no
fi
@@ -3842,7 +3842,7 @@
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-@@ -29253,27 +27987,11 @@
+@@ -29283,27 +28017,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3875,7 +3875,7 @@
ac_cv_lib_intl_dgettext=yes
else
echo "$as_me: failed program was:" >&5
-@@ -29282,7 +28000,7 @@
+@@ -29312,7 +28030,7 @@
ac_cv_lib_intl_dgettext=no
fi
@@ -3884,7 +3884,7 @@
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-@@ -29344,27 +28062,11 @@
+@@ -29374,27 +28092,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3917,7 +3917,7 @@
ac_cv_lib_intl_ngettext=yes
else
echo "$as_me: failed program was:" >&5
-@@ -29373,7 +28075,7 @@
+@@ -29403,7 +28105,7 @@
ac_cv_lib_intl_ngettext=no
fi
@@ -3926,7 +3926,7 @@
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-@@ -29422,27 +28124,11 @@
+@@ -29452,27 +28154,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -3959,7 +3959,7 @@
ac_cv_lib_intl_dcgettext=yes
else
echo "$as_me: failed program was:" >&5
-@@ -29451,7 +28137,7 @@
+@@ -29481,7 +28167,7 @@
ac_cv_lib_intl_dcgettext=no
fi
@@ -3968,7 +3968,7 @@
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-@@ -29546,27 +28232,11 @@
+@@ -29576,27 +28262,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -4001,7 +4001,7 @@
eval "$as_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-@@ -29575,7 +28245,7 @@
+@@ -29605,7 +28275,7 @@
eval "$as_ac_var=no"
fi
@@ -4010,7 +4010,7 @@
conftest$ac_exeext conftest.$ac_ext
fi
ac_res=`eval echo '${'$as_ac_var'}'`
-@@ -29722,27 +28392,11 @@
+@@ -29752,27 +28422,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -4043,7 +4043,7 @@
eval "$as_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-@@ -29751,7 +28405,7 @@
+@@ -29781,7 +28435,7 @@
eval "$as_ac_var=no"
fi
@@ -4052,7 +4052,7 @@
conftest$ac_exeext conftest.$ac_ext
fi
ac_res=`eval echo '${'$as_ac_var'}'`
-@@ -29783,7 +28437,7 @@
+@@ -29813,7 +28467,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -4061,7 +4061,7 @@
ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -29871,27 +28525,11 @@
+@@ -29901,27 +28555,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -4094,7 +4094,7 @@
CATOBJEXT=.gmo
DATADIRNAME=share
else
-@@ -29963,27 +28601,11 @@
+@@ -29993,27 +28631,11 @@
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@@ -4127,7 +4127,7 @@
ac_cv_func_bind_textdomain_codeset=yes
else
echo "$as_me: failed program was:" >&5
-@@ -29992,7 +28614,7 @@
+@@ -30022,7 +28644,7 @@
ac_cv_func_bind_textdomain_codeset=no
fi
@@ -4136,7 +4136,7 @@
conftest$ac_exeext conftest.$ac_ext
fi
{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
-@@ -30013,7 +28635,7 @@
+@@ -30043,7 +28665,7 @@
esac
fi
@@ -4145,7 +4145,7 @@
conftest$ac_exeext conftest.$ac_ext
LIBS="$glib_save_LIBS"
INSTOBJEXT=.mo
-@@ -30353,7 +28975,7 @@
+@@ -30383,7 +29005,7 @@
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
@@ -4154,7 +4154,7 @@
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
-@@ -30728,7 +29350,8 @@
+@@ -30765,7 +29387,8 @@
## M4sh Initialization. ##
## --------------------- ##
@@ -4164,7 +4164,7 @@
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
-@@ -30737,10 +29360,13 @@
+@@ -30774,10 +29397,13 @@
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
else
@@ -4181,7 +4181,7 @@
# PATH needs CR
-@@ -30964,19 +29590,28 @@
+@@ -31001,19 +29627,28 @@
as_mkdir_p=false
fi
@@ -4221,16 +4221,16 @@
# Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-@@ -30992,7 +29627,7 @@
+@@ -31029,7 +29664,7 @@
# values after options handling.
ac_log="
- This file was extended by GNOME Web Browser $as_me 2.18.2, which was
+ This file was extended by GNOME Web Browser $as_me 2.18.3, which was
-generated by GNU Autoconf 2.60. Invocation command line was
+generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
-@@ -31021,7 +29656,7 @@
+@@ -31058,7 +29693,7 @@
Usage: $0 [OPTIONS] [FILE]...
-h, --help print this help, then exit
@@ -4239,10 +4239,10 @@
-q, --quiet do not print progress messages
-d, --debug don't remove temporary files
--recheck update $as_me by reconfiguring in the same conditions
-@@ -31045,7 +29680,7 @@
+@@ -31082,7 +29717,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
- GNOME Web Browser config.status 2.18.2
+ GNOME Web Browser config.status 2.18.3
-configured by $0, generated by GNU Autoconf 2.60,
+configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Modified: desktop/unstable/epiphany-browser/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/series?rev=11810&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/series (original)
+++ desktop/unstable/epiphany-browser/debian/patches/series Wed Jul 4 20:31:46 2007
@@ -8,4 +8,5 @@
#08_load_on_new_tab.patch
09_download_dialog.patch -p0
10_url_double-click.patch
+11_useragent-weasel.patch
99_configure.patch
More information about the pkg-gnome-commits
mailing list