~ubuntu-branches/ubuntu/lucid/epiphany-browser/lucid

« back to all changes in this revision

Viewing changes to debian/patches/99_autoreconf.patch

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette, Gustavo Noronha Silva, Josselin Mouette
  • Date: 2009-11-13 19:28:48 UTC
  • mfrom: (1.3.10 sid)
  • Revision ID: james.westby@ubuntu.com-20091113192848-l1ktaulwcdb1cd2i
Tags: 2.29.1-2
[ Gustavo Noronha Silva ]
* debian/patches/04_set_prgname.patch:
- New patch, to make sure GNOME Shell is able to match the application
  windows to the .desktop file, and app well favourite.

[ Josselin Mouette ]
* Add a conflict with swfdec-mozilla, the plugin makes the browser 
  completely unusable on any website with Flash content.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
libtoolize --force --copy
2
 
aclocal-1.10 -I m4
3
 
automake-1.10
4
 
autoconf
5
 
Index: epiphany-browser-2.28.0/configure
6
 
===================================================================
7
 
--- epiphany-browser-2.28.0.orig/configure      2009-09-24 18:15:07.340447944 -0300
8
 
+++ epiphany-browser-2.28.0/configure   2009-09-24 18:20:03.584440260 -0300
 
1
Index: epiphany-browser-2.29.1/aclocal.m4
 
2
===================================================================
 
3
--- epiphany-browser-2.29.1.orig/aclocal.m4     2009-10-26 17:15:25.000000000 -0200
 
4
+++ epiphany-browser-2.29.1/aclocal.m4  2009-10-30 10:55:28.156331533 -0200
 
5
@@ -13,8 +13,8 @@
 
6
 
 
7
 m4_ifndef([AC_AUTOCONF_VERSION],
 
8
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
9
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
 
10
-[m4_warning([this file was generated for autoconf 2.63.
 
11
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
 
12
+[m4_warning([this file was generated for autoconf 2.64.
 
13
 You have another version of autoconf.  It may work, but is not guaranteed to.
 
14
 If you have problems, you may need to regenerate the build system entirely.
 
15
 To do so, use the procedure documented by the package, typically `autoreconf'.])])
 
16
@@ -55,10 +55,11 @@
 
17
   AC_MSG_RESULT([Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files])
 
18
 
 
19
   AC_ARG_ENABLE(schemas-install,
 
20
-     [  --disable-schemas-install      Disable the schemas installation],
 
21
+       AC_HELP_STRING([--disable-schemas-install],
 
22
+                      [Disable the schemas installation]),
 
23
      [case ${enableval} in
 
24
        yes|no) ;;
 
25
-       *) AC_MSG_ERROR(bad value ${enableval} for --enable-schemas-install) ;;
 
26
+       *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-install]) ;;
 
27
       esac])
 
28
   AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], [test "$enable_schemas_install" != no])
 
29
 ])
 
30
@@ -536,11 +537,14 @@
 
31
 [
 
32
        AC_REQUIRE([AM_MAINTAINER_MODE])
 
33
 
 
34
+       DISABLE_DEPRECATED=""
 
35
        if test $USE_MAINTAINER_MODE = yes; then
 
36
-               DISABLE_DEPRECATED="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGCONF_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -DWNCK_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_DEPRECATED"
 
37
-       else
 
38
-               DISABLE_DEPRECATED=""
 
39
+               DOMAINS="G ATK PANGO GDK GDK_PIXBUF GTK GCONF BONOBO BONOBO_UI GNOME LIBGLADE VTE GNOME_VFS WNCK LIBSOUP"
 
40
+               for DOMAIN in $DOMAINS; do
 
41
+                      DISABLE_DEPRECATED="$DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_SINGLE_INCLUDES"
 
42
+               done
 
43
        fi
 
44
+
 
45
        AC_SUBST(DISABLE_DEPRECATED)
 
46
 ])
 
47
 
 
48
@@ -786,14 +790,16 @@
 
49
 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
 
50
 # ---------------------------------------------
 
51
 m4_define([_PKG_CONFIG],
 
52
-[if test -n "$$1"; then
 
53
-    pkg_cv_[]$1="$$1"
 
54
- elif test -n "$PKG_CONFIG"; then
 
55
-    PKG_CHECK_EXISTS([$3],
 
56
-                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
 
57
-                    [pkg_failed=yes])
 
58
- else
 
59
-    pkg_failed=untried
 
60
+[if test -n "$PKG_CONFIG"; then
 
61
+    if test -n "$$1"; then
 
62
+        pkg_cv_[]$1="$$1"
 
63
+    else
 
64
+        PKG_CHECK_EXISTS([$3],
 
65
+                         [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
 
66
+                        [pkg_failed=yes])
 
67
+    fi
 
68
+else
 
69
+       pkg_failed=untried
 
70
 fi[]dnl
 
71
 ])# _PKG_CONFIG
 
72
 
 
73
@@ -837,9 +843,9 @@
 
74
 if test $pkg_failed = yes; then
 
75
         _PKG_SHORT_ERRORS_SUPPORTED
 
76
         if test $_pkg_short_errors_supported = yes; then
 
77
-               $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
 
78
+               $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
 
79
         else 
 
80
-               $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
 
81
+               $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
 
82
         fi
 
83
        # Put the nasty error message in config.log where it belongs
 
84
        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
 
85
Index: epiphany-browser-2.29.1/config.h.in
 
86
===================================================================
 
87
--- epiphany-browser-2.29.1.orig/config.h.in    2009-10-26 17:15:52.000000000 -0200
 
88
+++ epiphany-browser-2.29.1/config.h.in 2009-10-30 10:55:17.268299969 -0200
 
89
@@ -169,6 +169,9 @@
 
90
 /* Define to the one symbol short name of this package. */
 
91
 #undef PACKAGE_TARNAME
 
92
 
 
93
+/* Define to the home page for this package. */
 
94
+#undef PACKAGE_URL
 
95
+
 
96
 /* Define to the version of this package. */
 
97
 #undef PACKAGE_VERSION
 
98
 
 
99
Index: epiphany-browser-2.29.1/configure
 
100
===================================================================
 
101
--- epiphany-browser-2.29.1.orig/configure      2009-10-26 17:15:33.000000000 -0200
 
102
+++ epiphany-browser-2.29.1/configure   2009-10-30 10:55:29.928299197 -0200
9
103
@@ -1,20 +1,22 @@
10
104
 #! /bin/sh
11
105
 # Guess values for system-dependent variables and create Makefiles.
12
 
-# Generated by GNU Autoconf 2.63 for GNOME Web Browser 2.28.0.
13
 
+# Generated by GNU Autoconf 2.64 for GNOME Web Browser 2.28.0.
 
106
-# Generated by GNU Autoconf 2.63 for GNOME Web Browser 2.29.1.
 
107
+# Generated by GNU Autoconf 2.64 for GNOME Web Browser 2.29.1.
14
108
 #
15
109
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany>.
16
110
 #
478
572
+# Unset more variables known to interfere with behavior of common tools.
479
573
+CLICOLOR_FORCE= GREP_OPTIONS=
480
574
+unset CLICOLOR_FORCE GREP_OPTIONS
481
 
+
 
575
 
482
576
+## --------------------- ##
483
577
+## M4sh Shell Functions. ##
484
578
+## --------------------- ##
554
648
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
555
649
+  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
556
650
 
557
 
 
558
651
-(eval "as_func_return () {
559
652
-  (exit \$1)
560
653
-}
570
663
-as_func_ret_failure () {
571
664
-  return 1
572
665
-}
 
666
 
 
667
-exitcode=0
 
668
-if as_func_success; then
 
669
-  :
573
670
+} # as_fn_mkdir_p
574
671
+# as_fn_append VAR VALUE
575
672
+# ----------------------
582
679
+  {
583
680
+    eval $1+=\$2
584
681
+  }'
585
 
+else
 
682
 else
 
683
-  exitcode=1
 
684
-  echo as_func_success failed.
 
685
-fi
586
686
+  as_fn_append ()
587
687
+  {
588
688
+    eval $1=\$$1\$2
589
689
+  }
590
690
+fi # as_fn_append
591
691
 
592
 
-exitcode=0
593
 
-if as_func_success; then
594
 
-  :
 
692
-if as_func_failure; then
 
693
-  exitcode=1
 
694
-  echo as_func_failure succeeded.
 
695
-fi
595
696
+# as_fn_arith ARG...
596
697
+# ------------------
597
698
+# Perform arithmetic evaluation on the ARGs, and store the result in the
602
703
+  {
603
704
+    as_val=$(( $* ))
604
705
+  }'
605
 
 else
606
 
-  exitcode=1
607
 
-  echo as_func_success failed.
608
 
-fi
 
706
+else
609
707
+  as_fn_arith ()
610
708
+  {
611
709
+    as_val=`expr "$@" || test $? -eq 1`
612
710
+  }
613
711
+fi # as_fn_arith
614
712
 
615
 
-if as_func_failure; then
616
 
-  exitcode=1
617
 
-  echo as_func_failure succeeded.
618
 
-fi
619
 
 
620
713
-if as_func_ret_success; then
621
714
-  :
 
715
+
622
716
+# as_fn_error ERROR [LINENO LOG_FD]
623
717
+# ---------------------------------
624
718
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
805
899
 PACKAGE_NAME='GNOME Web Browser'
806
900
-PACKAGE_TARNAME='epiphany'
807
901
+PACKAGE_TARNAME='epiphany-browser'
808
 
 PACKAGE_VERSION='2.28.0'
809
 
 PACKAGE_STRING='GNOME Web Browser 2.28.0'
 
902
 PACKAGE_VERSION='2.29.1'
 
903
 PACKAGE_STRING='GNOME Web Browser 2.29.1'
810
904
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany'
811
905
+PACKAGE_URL=''
812
906
 
813
907
 ac_unique_file="configure.ac"
814
908
 # Factoring default headers for most tests.
815
 
@@ -1023,6 +978,7 @@
 
909
@@ -794,20 +749,12 @@
 
910
 SVN_BRANCH
 
911
 SVN_MODULE
 
912
 SVN_ROOT
 
913
-GTK_DOC_USE_REBASE_FALSE
 
914
-GTK_DOC_USE_REBASE_TRUE
 
915
 GTK_DOC_USE_LIBTOOL_FALSE
 
916
 GTK_DOC_USE_LIBTOOL_TRUE
 
917
-GTK_DOC_BUILD_PDF_FALSE
 
918
-GTK_DOC_BUILD_PDF_TRUE
 
919
-GTK_DOC_BUILD_HTML_FALSE
 
920
-GTK_DOC_BUILD_HTML_TRUE
 
921
 ENABLE_GTK_DOC_FALSE
 
922
 ENABLE_GTK_DOC_TRUE
 
923
-HTML_DIR
 
924
-GTKDOC_MKPDF
 
925
-GTKDOC_REBASE
 
926
 GTKDOC_CHECK
 
927
+HTML_DIR
 
928
 HAVE_GNOME_DOC_UTILS_FALSE
 
929
 HAVE_GNOME_DOC_UTILS_TRUE
 
930
 DISTCHECK_CONFIGURE_FLAGS
 
931
@@ -1019,6 +966,7 @@
816
932
 program_transform_name
817
933
 prefix
818
934
 exec_prefix
820
936
 PACKAGE_BUGREPORT
821
937
 PACKAGE_STRING
822
938
 PACKAGE_VERSION
823
 
@@ -1197,8 +1153,7 @@
 
939
@@ -1058,8 +1006,6 @@
 
940
 enable_scrollkeeper
 
941
 with_html_dir
 
942
 enable_gtk_doc
 
943
-enable_gtk_doc_html
 
944
-enable_gtk_doc_pdf
 
945
 '
 
946
       ac_precious_vars='build_alias
 
947
 host_alias
 
948
@@ -1193,8 +1139,7 @@
824
949
     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
825
950
     # Reject names that are not valid shell variable names.
826
951
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
830
955
     ac_useropt_orig=$ac_useropt
831
956
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
832
957
     case $ac_user_opts in
833
 
@@ -1224,8 +1179,7 @@
 
958
@@ -1220,8 +1165,7 @@
834
959
     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
835
960
     # Reject names that are not valid shell variable names.
836
961
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
840
965
     ac_useropt_orig=$ac_useropt
841
966
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
842
967
     case $ac_user_opts in
843
 
@@ -1429,8 +1383,7 @@
 
968
@@ -1425,8 +1369,7 @@
844
969
     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
845
970
     # Reject names that are not valid shell variable names.
846
971
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
850
975
     ac_useropt_orig=$ac_useropt
851
976
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
852
977
     case $ac_user_opts in
853
 
@@ -1446,8 +1399,7 @@
 
978
@@ -1442,8 +1385,7 @@
854
979
     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
855
980
     # Reject names that are not valid shell variable names.
856
981
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
860
985
     ac_useropt_orig=$ac_useropt
861
986
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
862
987
     case $ac_user_opts in
863
 
@@ -1477,17 +1429,17 @@
 
988
@@ -1473,17 +1415,17 @@
864
989
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
865
990
     x_libraries=$ac_optarg ;;
866
991
 
884
1009
     eval $ac_envvar=\$ac_optarg
885
1010
     export $ac_envvar ;;
886
1011
 
887
 
@@ -1504,15 +1456,13 @@
 
1012
@@ -1500,15 +1442,13 @@
888
1013
 
889
1014
 if test -n "$ac_prev"; then
890
1015
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
902
1027
     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
903
1028
   esac
904
1029
 fi
905
 
@@ -1535,8 +1485,7 @@
 
1030
@@ -1531,8 +1471,7 @@
906
1031
     [\\/$]* | ?:[\\/]* )  continue;;
907
1032
     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
908
1033
   esac
912
1037
 done
913
1038
 
914
1039
 # There might be people who depend on the old broken behavior: `$host'
915
 
@@ -1566,11 +1515,9 @@
 
1040
@@ -1562,11 +1501,9 @@
916
1041
 ac_pwd=`pwd` && test -n "$ac_pwd" &&
917
1042
 ac_ls_di=`ls -di .` &&
918
1043
 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
926
1051
 
927
1052
 
928
1053
 # Find the source files, if location was not specified.
929
 
@@ -1609,13 +1556,11 @@
 
1054
@@ -1605,13 +1542,11 @@
930
1055
 fi
931
1056
 if test ! -r "$srcdir/$ac_unique_file"; then
932
1057
   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
942
1067
        pwd)`
943
1068
 # When building in place, set srcdir=.
944
1069
 if test "$ac_abs_confdir" = "$ac_pwd"; then
945
 
@@ -1689,7 +1634,8 @@
 
1070
@@ -1685,7 +1620,8 @@
946
1071
   --infodir=DIR           info documentation [DATAROOTDIR/info]
947
1072
   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
948
1073
   --mandir=DIR            man documentation [DATAROOTDIR/man]
952
1077
   --htmldir=DIR           html documentation [DOCDIR]
953
1078
   --dvidir=DIR            dvi documentation [DOCDIR]
954
1079
   --pdfdir=DIR            pdf documentation [DOCDIR]
955
 
@@ -1736,7 +1682,8 @@
 
1080
@@ -1732,7 +1668,8 @@
956
1081
                           Turn on compiler warnings
957
1082
   --enable-iso-c          Try to warn if code is not ISO C
958
1083
   --enable-tests          Wheter to build tests (default: yes)
962
1087
   --enable-introspection  Enable GObject introspection (default: disabled)
963
1088
   --enable-seed           Enable Seed support (default: disabled)
964
1089
   --enable-nss            Enable NSS support (default: enabled)
965
 
@@ -1867,21 +1814,432 @@
966
 
 if $ac_init_version; then
967
 
   cat <<\_ACEOF
968
 
 GNOME Web Browser configure 2.28.0
969
 
-generated by GNU Autoconf 2.63
 
1090
@@ -1743,8 +1680,6 @@
 
1091
                           NetworkManager (default: disabled)
 
1092
   --disable-scrollkeeper  do not make updates to the scrollkeeper database
 
1093
   --enable-gtk-doc        use gtk-doc to build documentation [default=no]
 
1094
-  --enable-gtk-doc-html   build documentation in html format [default=yes]
 
1095
-  --enable-gtk-doc-pdf    build documentation in pdf format [default=no]
 
1096
 
 
1097
 Optional Packages:
 
1098
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
 
1099
@@ -1844,40 +1779,451 @@
 
1100
 esac
 
1101
 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
1102
 
 
1103
-    cd "$ac_dir" || { ac_status=$?; continue; }
 
1104
-    # Check for guested configure.
 
1105
-    if test -f "$ac_srcdir/configure.gnu"; then
 
1106
-      echo &&
 
1107
-      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
 
1108
-    elif test -f "$ac_srcdir/configure"; then
 
1109
-      echo &&
 
1110
-      $SHELL "$ac_srcdir/configure" --help=recursive
 
1111
-    else
 
1112
-      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 
1113
-    fi || ac_status=$?
 
1114
-    cd "$ac_pwd" || { ac_status=$?; break; }
 
1115
-  done
 
1116
+    cd "$ac_dir" || { ac_status=$?; continue; }
 
1117
+    # Check for guested configure.
 
1118
+    if test -f "$ac_srcdir/configure.gnu"; then
 
1119
+      echo &&
 
1120
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
 
1121
+    elif test -f "$ac_srcdir/configure"; then
 
1122
+      echo &&
 
1123
+      $SHELL "$ac_srcdir/configure" --help=recursive
 
1124
+    else
 
1125
+      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 
1126
+    fi || ac_status=$?
 
1127
+    cd "$ac_pwd" || { ac_status=$?; break; }
 
1128
+  done
 
1129
+fi
 
1130
+
 
1131
+test -n "$ac_init_help" && exit $ac_status
 
1132
+if $ac_init_version; then
 
1133
+  cat <<\_ACEOF
 
1134
+GNOME Web Browser configure 2.29.1
970
1135
+generated by GNU Autoconf 2.64
971
 
 
972
 
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
973
 
-2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
1136
+
974
1137
+Copyright (C) 2009 Free Software Foundation, Inc.
975
 
 This configure script is free software; the Free Software Foundation
976
 
 gives unlimited permission to copy, distribute and modify it.
977
 
 _ACEOF
978
 
   exit
979
 
 fi
 
1138
+This configure script is free software; the Free Software Foundation
 
1139
+gives unlimited permission to copy, distribute and modify it.
 
1140
+_ACEOF
 
1141
+  exit
 
1142
+fi
980
1143
+
981
1144
+## ------------------------ ##
982
1145
+## Autoconf initialization. ##
1289
1452
+  ac_header_preproc=yes
1290
1453
+else
1291
1454
+  ac_header_preproc=no
1292
 
+fi
 
1455
 fi
1293
1456
+rm -f conftest.err conftest.$ac_ext
1294
1457
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1295
1458
+$as_echo "$ac_header_preproc" >&6; }
1296
 
+
 
1459
 
 
1460
-test -n "$ac_init_help" && exit $ac_status
 
1461
-if $ac_init_version; then
 
1462
-  cat <<\_ACEOF
 
1463
-GNOME Web Browser configure 2.29.1
 
1464
-generated by GNU Autoconf 2.63
1297
1465
+# So?  What about this header?
1298
1466
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1299
1467
+  yes:no: )
1333
1501
+$as_echo "$ac_res" >&6; }
1334
1502
+fi
1335
1503
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1336
 
+
 
1504
 
 
1505
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
1506
-2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
1507
-This configure script is free software; the Free Software Foundation
 
1508
-gives unlimited permission to copy, distribute and modify it.
1337
1509
+} # ac_fn_c_check_header_mongrel
1338
1510
+
1339
1511
+# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1360
1532
+  ;
1361
1533
+  return 0;
1362
1534
+}
1363
 
+_ACEOF
 
1535
 _ACEOF
 
1536
-  exit
1364
1537
+if ac_fn_c_try_compile "$LINENO"; then :
1365
1538
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1366
1539
+/* end confdefs.h.  */
1382
1555
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1383
1556
+fi
1384
1557
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1385
 
+fi
 
1558
 fi
1386
1559
+eval ac_res=\$$3
1387
1560
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1388
1561
+$as_echo "$ac_res" >&6; }
1393
1566
 This file contains any messages produced by compilers while
1394
1567
 running configure, to aid debugging if configure makes a mistake.
1395
1568
 
1396
 
 It was created by GNOME Web Browser $as_me 2.28.0, which was
 
1569
 It was created by GNOME Web Browser $as_me 2.29.1, which was
1397
1570
-generated by GNU Autoconf 2.63.  Invocation command line was
1398
1571
+generated by GNU Autoconf 2.64.  Invocation command line was
1399
1572
 
1400
1573
   $ $0 $@
1401
1574
 
1402
 
@@ -1917,8 +2275,8 @@
 
1575
@@ -1913,8 +2259,8 @@
1403
1576
 do
1404
1577
   IFS=$as_save_IFS
1405
1578
   test -z "$as_dir" && as_dir=.
1410
1583
 IFS=$as_save_IFS
1411
1584
 
1412
1585
 } >&5
1413
 
@@ -1955,9 +2313,9 @@
 
1586
@@ -1951,9 +2297,9 @@
1414
1587
       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1415
1588
     esac
1416
1589
     case $ac_pass in
1422
1595
       if test $ac_must_keep_next = true; then
1423
1596
        ac_must_keep_next=false # Got value, back to normal.
1424
1597
       else
1425
 
@@ -1973,13 +2331,13 @@
 
1598
@@ -1969,13 +2315,13 @@
1426
1599
          -* ) ac_must_keep_next=true ;;
1427
1600
        esac
1428
1601
       fi
1439
1612
 
1440
1613
 # When interrupted or exit'd, cleanup temporary files, and complete
1441
1614
 # config.log.  We remove comments because anyway the quotes in there
1442
 
@@ -2004,13 +2362,13 @@
 
1615
@@ -2000,13 +2346,13 @@
1443
1616
     case $ac_val in #(
1444
1617
     *${as_nl}*)
1445
1618
       case $ac_var in #(
1455
1628
       esac ;;
1456
1629
     esac
1457
1630
   done
1458
 
@@ -2082,39 +2440,41 @@
 
1631
@@ -2078,39 +2424,41 @@
1459
1632
     exit $exit_status
1460
1633
 ' 0
1461
1634
 for ac_signal in 1 2 13 15; do
1502
1675
 
1503
1676
 # Let the site file select an alternate cache file if it wants to.
1504
1677
 # Prefer an explicitly selected file to automatically selected ones.
1505
 
@@ -2133,7 +2493,7 @@
 
1678
@@ -2129,7 +2477,7 @@
1506
1679
 do
1507
1680
   test "x$ac_site_file" = xNONE && continue
1508
1681
   if test -r "$ac_site_file"; then
1511
1684
 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1512
1685
     sed 's/^/| /' "$ac_site_file" >&5
1513
1686
     . "$ac_site_file"
1514
 
@@ -2144,7 +2504,7 @@
 
1687
@@ -2140,7 +2488,7 @@
1515
1688
   # Some versions of bash will fail to source /dev/null (special
1516
1689
   # files actually), so we avoid doing that.
1517
1690
   if test -f "$cache_file"; then
1520
1693
 $as_echo "$as_me: loading cache $cache_file" >&6;}
1521
1694
     case $cache_file in
1522
1695
       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1523
 
@@ -2152,14 +2512,14 @@
 
1696
@@ -2148,14 +2496,14 @@
1524
1697
     esac
1525
1698
   fi
1526
1699
 else
1539
1712
 # Check that the precious variables saved in the cache have kept the same
1540
1713
 # value.
1541
1714
 ac_cache_corrupted=false
1542
 
@@ -2170,11 +2530,11 @@
 
1715
@@ -2166,11 +2514,11 @@
1543
1716
   eval ac_new_val=\$ac_env_${ac_var}_value
1544
1717
   case $ac_old_set,$ac_new_set in
1545
1718
     set,)
1553
1726
 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1554
1727
       ac_cache_corrupted=: ;;
1555
1728
     ,);;
1556
 
@@ -2184,17 +2544,17 @@
 
1729
@@ -2180,17 +2528,17 @@
1557
1730
        ac_old_val_w=`echo x $ac_old_val`
1558
1731
        ac_new_val_w=`echo x $ac_new_val`
1559
1732
        if test "$ac_old_val_w" != "$ac_new_val_w"; then
1575
1748
 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1576
1749
       fi;;
1577
1750
   esac
1578
 
@@ -2206,43 +2566,20 @@
 
1751
@@ -2202,43 +2550,20 @@
1579
1752
     esac
1580
1753
     case " $ac_configure_args " in
1581
1754
       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1626
1799
 
1627
1800
 ac_ext=c
1628
1801
 ac_cpp='$CPP $CPPFLAGS'
1629
 
@@ -2296,24 +2633,16 @@
 
1802
@@ -2292,24 +2617,16 @@
1630
1803
 
1631
1804
 ac_aux_dir=
1632
1805
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1659
1832
 fi
1660
1833
 
1661
1834
 # These three variables are undocumented and unsupported,
1662
 
@@ -2339,10 +2668,10 @@
 
1835
@@ -2335,10 +2652,10 @@
1663
1836
 # OS/2's system install, which has a completely different semantic
1664
1837
 # ./install, which can be erroneously created by make from ./install.sh.
1665
1838
 # Reject install programs that cannot install multiple files.
1672
1845
   $as_echo_n "(cached) " >&6
1673
1846
 else
1674
1847
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675
 
@@ -2350,11 +2679,11 @@
 
1848
@@ -2346,11 +2663,11 @@
1676
1849
 do
1677
1850
   IFS=$as_save_IFS
1678
1851
   test -z "$as_dir" && as_dir=.
1688
1861
   /usr/ucb/* ) ;;
1689
1862
   *)
1690
1863
     # OSF1 and SCO ODT 3.0 have their own names for install.
1691
 
@@ -2391,7 +2720,7 @@
 
1864
@@ -2387,7 +2704,7 @@
1692
1865
     ;;
1693
1866
 esac
1694
1867
 
1697
1870
 IFS=$as_save_IFS
1698
1871
 
1699
1872
 rm -rf conftest.one conftest.two conftest.dir
1700
 
@@ -2407,7 +2736,7 @@
 
1873
@@ -2403,7 +2720,7 @@
1701
1874
     INSTALL=$ac_install_sh
1702
1875
   fi
1703
1876
 fi
1706
1879
 $as_echo "$INSTALL" >&6; }
1707
1880
 
1708
1881
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1709
 
@@ -2418,7 +2747,7 @@
 
1882
@@ -2414,7 +2731,7 @@
1710
1883
 
1711
1884
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1712
1885
 
1715
1888
 $as_echo_n "checking whether build environment is sane... " >&6; }
1716
1889
 # Just in case
1717
1890
 sleep 1
1718
 
@@ -2429,15 +2758,11 @@
 
1891
@@ -2425,15 +2742,11 @@
1719
1892
 '
1720
1893
 case `pwd` in
1721
1894
   *[\\\"\#\$\&\'\`$am_lf]*)
1733
1906
 esac
1734
1907
 
1735
1908
 # Do `set' in a subshell so we don't clobber the current shell's
1736
 
@@ -2459,11 +2784,8 @@
 
1909
@@ -2455,11 +2768,8 @@
1737
1910
       # if, for instance, CONFIG_SHELL is bash and it inherits a
1738
1911
       # broken ls alias from the environment.  This has actually
1739
1912
       # happened.  Such a system could not be considered "sane".
1747
1920
    fi
1748
1921
 
1749
1922
    test "$2" = conftest.file
1750
 
@@ -2472,13 +2794,10 @@
 
1923
@@ -2468,13 +2778,10 @@
1751
1924
    # Ok.
1752
1925
    :
1753
1926
 else
1764
1937
 $as_echo "yes" >&6; }
1765
1938
 test "$program_prefix" != NONE &&
1766
1939
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
1767
 
@@ -2506,7 +2825,7 @@
 
1940
@@ -2502,7 +2809,7 @@
1768
1941
   am_missing_run="$MISSING --run "
1769
1942
 else
1770
1943
   am_missing_run=
1773
1946
 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1774
1947
 fi
1775
1948
 
1776
 
@@ -2527,9 +2846,9 @@
 
1949
@@ -2523,9 +2830,9 @@
1777
1950
   if test -n "$ac_tool_prefix"; then
1778
1951
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1779
1952
 set dummy ${ac_tool_prefix}strip; ac_word=$2
1785
1958
   $as_echo_n "(cached) " >&6
1786
1959
 else
1787
1960
   if test -n "$STRIP"; then
1788
 
@@ -2540,24 +2859,24 @@
 
1961
@@ -2536,24 +2843,24 @@
1789
1962
 do
1790
1963
   IFS=$as_save_IFS
1791
1964
   test -z "$as_dir" && as_dir=.
1815
1988
 $as_echo "no" >&6; }
1816
1989
 fi
1817
1990
 
1818
 
@@ -2567,9 +2886,9 @@
 
1991
@@ -2563,9 +2870,9 @@
1819
1992
   ac_ct_STRIP=$STRIP
1820
1993
   # Extract the first word of "strip", so it can be a program name with args.
1821
1994
 set dummy strip; ac_word=$2
1827
2000
   $as_echo_n "(cached) " >&6
1828
2001
 else
1829
2002
   if test -n "$ac_ct_STRIP"; then
1830
 
@@ -2580,24 +2899,24 @@
 
2003
@@ -2576,24 +2883,24 @@
1831
2004
 do
1832
2005
   IFS=$as_save_IFS
1833
2006
   test -z "$as_dir" && as_dir=.
1857
2030
 $as_echo "no" >&6; }
1858
2031
 fi
1859
2032
 
1860
 
@@ -2606,7 +2925,7 @@
 
2033
@@ -2602,7 +2909,7 @@
1861
2034
   else
1862
2035
     case $cross_compiling:$ac_tool_warned in
1863
2036
 yes:)
1866
2039
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1867
2040
 ac_tool_warned=yes ;;
1868
2041
 esac
1869
 
@@ -2619,10 +2938,10 @@
 
2042
@@ -2615,10 +2922,10 @@
1870
2043
 fi
1871
2044
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1872
2045
 
1879
2052
   $as_echo_n "(cached) " >&6
1880
2053
 else
1881
2054
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1882
 
@@ -2630,7 +2949,7 @@
 
2055
@@ -2626,7 +2933,7 @@
1883
2056
 do
1884
2057
   IFS=$as_save_IFS
1885
2058
   test -z "$as_dir" && as_dir=.
1888
2061
         for ac_exec_ext in '' $ac_executable_extensions; do
1889
2062
           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
1890
2063
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
1891
 
@@ -2642,7 +2961,7 @@
 
2064
@@ -2638,7 +2945,7 @@
1892
2065
           esac
1893
2066
         done
1894
2067
        done
1897
2070
 IFS=$as_save_IFS
1898
2071
 
1899
2072
 fi
1900
 
@@ -2658,7 +2977,7 @@
 
2073
@@ -2654,7 +2961,7 @@
1901
2074
     MKDIR_P="$ac_install_sh -d"
1902
2075
   fi
1903
2076
 fi
1906
2079
 $as_echo "$MKDIR_P" >&6; }
1907
2080
 
1908
2081
 mkdir_p="$MKDIR_P"
1909
 
@@ -2671,9 +2990,9 @@
 
2082
@@ -2667,9 +2974,9 @@
1910
2083
 do
1911
2084
   # Extract the first word of "$ac_prog", so it can be a program name with args.
1912
2085
 set dummy $ac_prog; ac_word=$2
1918
2091
   $as_echo_n "(cached) " >&6
1919
2092
 else
1920
2093
   if test -n "$AWK"; then
1921
 
@@ -2684,24 +3003,24 @@
 
2094
@@ -2680,24 +2987,24 @@
1922
2095
 do
1923
2096
   IFS=$as_save_IFS
1924
2097
   test -z "$as_dir" && as_dir=.
1948
2121
 $as_echo "no" >&6; }
1949
2122
 fi
1950
2123
 
1951
 
@@ -2709,11 +3028,11 @@
 
2124
@@ -2705,11 +3012,11 @@
1952
2125
   test -n "$AWK" && break
1953
2126
 done
1954
2127
 
1962
2135
   $as_echo_n "(cached) " >&6
1963
2136
 else
1964
2137
   cat >conftest.make <<\_ACEOF
1965
 
@@ -2731,11 +3050,11 @@
 
2138
@@ -2727,11 +3034,11 @@
1966
2139
 rm -f conftest.make
1967
2140
 fi
1968
2141
 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
1976
2149
 $as_echo "no" >&6; }
1977
2150
   SET_MAKE="MAKE=${MAKE-make}"
1978
2151
 fi
1979
 
@@ -2755,9 +3074,7 @@
 
2152
@@ -2751,9 +3058,7 @@
1980
2153
   am__isrc=' -I$(srcdir)'
1981
2154
   # test to see if srcdir already configured
1982
2155
   if test -f $srcdir/config.status; then
1987
2160
   fi
1988
2161
 fi
1989
2162
 
1990
 
@@ -2772,7 +3089,7 @@
 
2163
@@ -2768,7 +3073,7 @@
1991
2164
 
1992
2165
 
1993
2166
 # Define the identity of the package.
1994
2167
- PACKAGE='epiphany'
1995
2168
+ PACKAGE='epiphany-browser'
1996
 
  VERSION='2.28.0'
1997
 
 
1998
 
 
1999
 
@@ -2808,7 +3125,7 @@
 
2169
  VERSION='2.29.1'
 
2170
 
 
2171
 
 
2172
@@ -2804,7 +3109,7 @@
2000
2173
 AMTAR=${AMTAR-"${am_missing_run}tar"}
2001
2174
 
2002
2175
 
2005
2178
 $as_echo_n "checking how to create a ustar tar archive... " >&6; }
2006
2179
 # Loop over all known methods to create a tar archive until one works.
2007
2180
 _am_tools='gnutar plaintar pax cpio none'
2008
 
@@ -2881,13 +3198,13 @@
 
2181
@@ -2877,13 +3182,13 @@
2009
2182
 done
2010
2183
 rm -rf conftest.dir
2011
2184
 
2021
2194
 $as_echo "$am_cv_prog_tar_ustar" >&6; }
2022
2195
 
2023
2196
 
2024
 
@@ -2897,7 +3214,7 @@
 
2197
@@ -2893,7 +3198,7 @@
2025
2198
 
2026
2199
 # Use AM_SILENT_RULES if present
2027
2200
 # Check whether --enable-silent-rules was given.
2030
2203
   enableval=$enable_silent_rules;
2031
2204
 fi
2032
2205
 
2033
 
@@ -2913,16 +3230,16 @@
 
2206
@@ -2909,16 +3214,16 @@
2034
2207
   enable_maintainer_mode=yes
2035
2208
 fi
2036
2209
 
2050
2223
 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2051
2224
    if test $USE_MAINTAINER_MODE = yes; then
2052
2225
   MAINTAINER_MODE_TRUE=
2053
 
@@ -2937,7 +3254,7 @@
 
2226
@@ -2933,7 +3238,7 @@
2054
2227
 
2055
2228
 
2056
2229
 # Check whether --enable-shared was given.
2059
2232
   enableval=$enable_shared; p=${PACKAGE-default}
2060
2233
     case $enableval in
2061
2234
     yes) enable_shared=yes ;;
2062
 
@@ -2968,7 +3285,7 @@
 
2235
@@ -2964,7 +3269,7 @@
2063
2236
 
2064
2237
 
2065
2238
 # Check whether --enable-static was given.
2068
2241
   enableval=$enable_static; p=${PACKAGE-default}
2069
2242
     case $enableval in
2070
2243
     yes) enable_static=yes ;;
2071
 
@@ -3005,7 +3322,7 @@
 
2244
@@ -3002,7 +3307,7 @@
2072
2245
 
2073
2246
 case `pwd` in
2074
2247
   *\ * | *\    *)
2077
2250
 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
2078
2251
 esac
2079
2252
 
2080
 
@@ -3030,35 +3347,27 @@
 
2253
@@ -3027,35 +3332,27 @@
2081
2254
 
2082
2255
 # Make sure we can run config.sub.
2083
2256
 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2120
2293
 esac
2121
2294
 build=$ac_cv_build
2122
2295
 ac_save_IFS=$IFS; IFS='-'
2123
 
@@ -3074,28 +3383,24 @@
 
2296
@@ -3071,28 +3368,24 @@
2124
2297
 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2125
2298
 
2126
2299
 
2154
2327
 esac
2155
2328
 host=$ac_cv_host
2156
2329
 ac_save_IFS=$IFS; IFS='-'
2157
 
@@ -3123,7 +3428,7 @@
 
2330
@@ -3120,7 +3413,7 @@
2158
2331
 .PHONY: am__doit
2159
2332
 END
2160
2333
 # If we don't find an include directive, just comment out the code.
2163
2336
 $as_echo_n "checking for style of include used by $am_make... " >&6; }
2164
2337
 am__include="#"
2165
2338
 am__quote=
2166
 
@@ -3151,12 +3456,12 @@
 
2339
@@ -3148,12 +3441,12 @@
2167
2340
 fi
2168
2341
 
2169
2342
 
2178
2351
   enableval=$enable_dependency_tracking;
2179
2352
 fi
2180
2353
 
2181
 
@@ -3181,9 +3486,9 @@
 
2354
@@ -3178,9 +3471,9 @@
2182
2355
 if test -n "$ac_tool_prefix"; then
2183
2356
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2184
2357
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2190
2363
   $as_echo_n "(cached) " >&6
2191
2364
 else
2192
2365
   if test -n "$CC"; then
2193
 
@@ -3194,24 +3499,24 @@
 
2366
@@ -3191,24 +3484,24 @@
2194
2367
 do
2195
2368
   IFS=$as_save_IFS
2196
2369
   test -z "$as_dir" && as_dir=.
2220
2393
 $as_echo "no" >&6; }
2221
2394
 fi
2222
2395
 
2223
 
@@ -3221,9 +3526,9 @@
 
2396
@@ -3218,9 +3511,9 @@
2224
2397
   ac_ct_CC=$CC
2225
2398
   # Extract the first word of "gcc", so it can be a program name with args.
2226
2399
 set dummy gcc; ac_word=$2
2232
2405
   $as_echo_n "(cached) " >&6
2233
2406
 else
2234
2407
   if test -n "$ac_ct_CC"; then
2235
 
@@ -3234,24 +3539,24 @@
 
2408
@@ -3231,24 +3524,24 @@
2236
2409
 do
2237
2410
   IFS=$as_save_IFS
2238
2411
   test -z "$as_dir" && as_dir=.
2262
2435
 $as_echo "no" >&6; }
2263
2436
 fi
2264
2437
 
2265
 
@@ -3260,7 +3565,7 @@
 
2438
@@ -3257,7 +3550,7 @@
2266
2439
   else
2267
2440
     case $cross_compiling:$ac_tool_warned in
2268
2441
 yes:)
2271
2444
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2272
2445
 ac_tool_warned=yes ;;
2273
2446
 esac
2274
 
@@ -3274,9 +3579,9 @@
 
2447
@@ -3271,9 +3564,9 @@
2275
2448
           if test -n "$ac_tool_prefix"; then
2276
2449
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2277
2450
 set dummy ${ac_tool_prefix}cc; ac_word=$2
2283
2456
   $as_echo_n "(cached) " >&6
2284
2457
 else
2285
2458
   if test -n "$CC"; then
2286
 
@@ -3287,24 +3592,24 @@
 
2459
@@ -3284,24 +3577,24 @@
2287
2460
 do
2288
2461
   IFS=$as_save_IFS
2289
2462
   test -z "$as_dir" && as_dir=.
2313
2486
 $as_echo "no" >&6; }
2314
2487
 fi
2315
2488
 
2316
 
@@ -3314,9 +3619,9 @@
 
2489
@@ -3311,9 +3604,9 @@
2317
2490
 if test -z "$CC"; then
2318
2491
   # Extract the first word of "cc", so it can be a program name with args.
2319
2492
 set dummy cc; ac_word=$2
2325
2498
   $as_echo_n "(cached) " >&6
2326
2499
 else
2327
2500
   if test -n "$CC"; then
2328
 
@@ -3328,18 +3633,18 @@
 
2501
@@ -3325,18 +3618,18 @@
2329
2502
 do
2330
2503
   IFS=$as_save_IFS
2331
2504
   test -z "$as_dir" && as_dir=.
2347
2520
 IFS=$as_save_IFS
2348
2521
 
2349
2522
 if test $ac_prog_rejected = yes; then
2350
 
@@ -3358,10 +3663,10 @@
 
2523
@@ -3355,10 +3648,10 @@
2351
2524
 fi
2352
2525
 CC=$ac_cv_prog_CC
2353
2526
 if test -n "$CC"; then
2360
2533
 $as_echo "no" >&6; }
2361
2534
 fi
2362
2535
 
2363
 
@@ -3373,9 +3678,9 @@
 
2536
@@ -3370,9 +3663,9 @@
2364
2537
   do
2365
2538
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2366
2539
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2372
2545
   $as_echo_n "(cached) " >&6
2373
2546
 else
2374
2547
   if test -n "$CC"; then
2375
 
@@ -3386,24 +3691,24 @@
 
2548
@@ -3383,24 +3676,24 @@
2376
2549
 do
2377
2550
   IFS=$as_save_IFS
2378
2551
   test -z "$as_dir" && as_dir=.
2402
2575
 $as_echo "no" >&6; }
2403
2576
 fi
2404
2577
 
2405
 
@@ -3417,9 +3722,9 @@
 
2578
@@ -3414,9 +3707,9 @@
2406
2579
 do
2407
2580
   # Extract the first word of "$ac_prog", so it can be a program name with args.
2408
2581
 set dummy $ac_prog; ac_word=$2
2414
2587
   $as_echo_n "(cached) " >&6
2415
2588
 else
2416
2589
   if test -n "$ac_ct_CC"; then
2417
 
@@ -3430,24 +3735,24 @@
 
2590
@@ -3427,24 +3720,24 @@
2418
2591
 do
2419
2592
   IFS=$as_save_IFS
2420
2593
   test -z "$as_dir" && as_dir=.
2444
2617
 $as_echo "no" >&6; }
2445
2618
 fi
2446
2619
 
2447
 
@@ -3460,7 +3765,7 @@
 
2620
@@ -3457,7 +3750,7 @@
2448
2621
   else
2449
2622
     case $cross_compiling:$ac_tool_warned in
2450
2623
 yes:)
2453
2626
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2454
2627
 ac_tool_warned=yes ;;
2455
2628
 esac
2456
 
@@ -3471,73 +3776,55 @@
 
2629
@@ -3468,73 +3761,55 @@
2457
2630
 fi
2458
2631
 
2459
2632
 
2552
2725
 $as_echo_n "checking for C compiler default output file name... " >&6; }
2553
2726
 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2554
2727
 
2555
 
@@ -3554,17 +3841,17 @@
 
2728
@@ -3551,17 +3826,17 @@
2556
2729
 done
2557
2730
 rm -f $ac_rmfiles
2558
2731
 
2575
2748
   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2576
2749
 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2577
2750
 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2578
 
@@ -3581,7 +3868,7 @@
 
2751
@@ -3578,7 +3853,7 @@
2579
2752
        # certainly right.
2580
2753
        break;;
2581
2754
     *.* )
2584
2757
        then :; else
2585
2758
           ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2586
2759
        fi
2587
 
@@ -3600,84 +3887,75 @@
 
2760
@@ -3597,84 +3872,75 @@
2588
2761
 else
2589
2762
   ac_file=''
2590
2763
 fi
2645
2818
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2646
2819
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2647
2820
-{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2648
 
-If you meant to cross compile, use \`--host'.
2649
 
-See \`config.log' for more details." >&5
2650
 
-$as_echo "$as_me: error: cannot run C compiled programs.
2651
2821
+as_fn_error "cannot run C compiled programs.
2652
2822
 If you meant to cross compile, use \`--host'.
 
2823
-See \`config.log' for more details." >&5
 
2824
-$as_echo "$as_me: error: cannot run C compiled programs.
 
2825
-If you meant to cross compile, use \`--host'.
2653
2826
-See \`config.log' for more details." >&2;}
2654
2827
-   { (exit 1); exit 1; }; }; }
2655
2828
+See \`config.log' for more details." "$LINENO" 5; }
2694
2867
   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2695
2868
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2696
2869
 # work properly (i.e., refer to `conftest.exe'), while it won't with
2697
 
@@ -3692,32 +3970,24 @@
 
2870
@@ -3689,32 +3955,24 @@
2698
2871
   esac
2699
2872
 done
2700
2873
 else
2734
2907
 /* end confdefs.h.  */
2735
2908
 
2736
2909
 int
2737
 
@@ -3729,17 +3999,17 @@
 
2910
@@ -3726,17 +3984,17 @@
2738
2911
 }
2739
2912
 _ACEOF
2740
2913
 rm -f conftest.o conftest.obj
2757
2930
   for ac_file in conftest.o conftest.obj conftest.*; do
2758
2931
   test -f "$ac_file" || continue;
2759
2932
   case $ac_file in
2760
 
@@ -3752,31 +4022,23 @@
 
2933
@@ -3749,31 +4007,23 @@
2761
2934
   $as_echo "$as_me: failed program was:" >&5
2762
2935
 sed 's/^/| /' conftest.$ac_ext >&5
2763
2936
 
2796
2969
 /* end confdefs.h.  */
2797
2970
 
2798
2971
 int
2799
 
@@ -3790,37 +4052,16 @@
 
2972
@@ -3787,37 +4037,16 @@
2800
2973
   return 0;
2801
2974
 }
2802
2975
 _ACEOF
2837
3010
 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2838
3011
 if test $ac_compiler_gnu = yes; then
2839
3012
   GCC=yes
2840
 
@@ -3829,20 +4070,16 @@
 
3013
@@ -3826,20 +4055,16 @@
2841
3014
 fi
2842
3015
 ac_test_CFLAGS=${CFLAGS+set}
2843
3016
 ac_save_CFLAGS=$CFLAGS
2861
3034
 /* end confdefs.h.  */
2862
3035
 
2863
3036
 int
2864
 
@@ -3853,35 +4090,11 @@
 
3037
@@ -3850,35 +4075,11 @@
2865
3038
   return 0;
2866
3039
 }
2867
3040
 _ACEOF
2900
3073
 /* end confdefs.h.  */
2901
3074
 
2902
3075
 int
2903
 
@@ -3892,36 +4105,12 @@
 
3076
@@ -3889,36 +4090,12 @@
2904
3077
   return 0;
2905
3078
 }
2906
3079
 _ACEOF
2941
3114
 /* end confdefs.h.  */
2942
3115
 
2943
3116
 int
2944
 
@@ -3932,42 +4121,17 @@
 
3117
@@ -3929,42 +4106,17 @@
2945
3118
   return 0;
2946
3119
 }
2947
3120
 _ACEOF
2986
3159
 $as_echo "$ac_cv_prog_cc_g" >&6; }
2987
3160
 if test "$ac_test_CFLAGS" = set; then
2988
3161
   CFLAGS=$ac_save_CFLAGS
2989
 
@@ -3984,18 +4148,14 @@
 
3162
@@ -3981,18 +4133,14 @@
2990
3163
     CFLAGS=
2991
3164
   fi
2992
3165
 fi
3008
3181
 /* end confdefs.h.  */
3009
3182
 #include <stdarg.h>
3010
3183
 #include <stdio.h>
3011
 
@@ -4052,32 +4212,9 @@
 
3184
@@ -4049,32 +4197,9 @@
3012
3185
        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3013
3186
 do
3014
3187
   CC="$ac_save_CC $ac_arg"
3042
3215
 rm -f core conftest.err conftest.$ac_objext
3043
3216
   test "x$ac_cv_prog_cc_c89" != "xno" && break
3044
3217
 done
3045
 
@@ -4088,17 +4225,19 @@
 
3218
@@ -4085,17 +4210,19 @@
3046
3219
 # AC_CACHE_VAL
3047
3220
 case "x$ac_cv_prog_cc_c89" in
3048
3221
   x)
3065
3238
 
3066
3239
 ac_ext=c
3067
3240
 ac_cpp='$CPP $CPPFLAGS'
3068
 
@@ -4108,9 +4247,9 @@
 
3241
@@ -4105,9 +4232,9 @@
3069
3242
 
3070
3243
 depcc="$CC"   am_compiler_list=
3071
3244
 
3077
3250
   $as_echo_n "(cached) " >&6
3078
3251
 else
3079
3252
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3080
 
@@ -4218,7 +4357,7 @@
 
3253
@@ -4215,7 +4342,7 @@
3081
3254
 fi
3082
3255
 
3083
3256
 fi
3086
3259
 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3087
3260
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3088
3261
 
3089
 
@@ -4233,9 +4372,9 @@
 
3262
@@ -4230,9 +4357,9 @@
3090
3263
 fi
3091
3264
 
3092
3265
 
3098
3271
   $as_echo_n "(cached) " >&6
3099
3272
 else
3100
3273
             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3101
 
@@ -4243,7 +4382,7 @@
 
3274
@@ -4240,7 +4367,7 @@
3102
3275
        ac_script="$ac_script$as_nl$ac_script"
3103
3276
      done
3104
3277
      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3107
3280
      if test -z "$SED"; then
3108
3281
   ac_path_SED_found=false
3109
3282
   # Loop through the user's path and test for each of PROGNAME-LIST
3110
 
@@ -4252,7 +4391,7 @@
 
3283
@@ -4249,7 +4376,7 @@
3111
3284
 do
3112
3285
   IFS=$as_save_IFS
3113
3286
   test -z "$as_dir" && as_dir=.
3116
3289
     for ac_exec_ext in '' $ac_executable_extensions; do
3117
3290
       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3118
3291
       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
3119
 
@@ -4272,7 +4411,7 @@
 
3292
@@ -4269,7 +4396,7 @@
3120
3293
     $as_echo '' >> "conftest.nl"
3121
3294
     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3122
3295
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3125
3298
     if test $ac_count -gt ${ac_path_SED_max-0}; then
3126
3299
       # Best one so far, save it but keep looking for a better one
3127
3300
       ac_cv_path_SED="$ac_path_SED"
3128
 
@@ -4287,19 +4426,17 @@
 
3301
@@ -4284,19 +4411,17 @@
3129
3302
       $ac_path_SED_found && break 3
3130
3303
     done
3131
3304
   done
3148
3321
 $as_echo "$ac_cv_path_SED" >&6; }
3149
3322
  SED="$ac_cv_path_SED"
3150
3323
   rm -f conftest.sed
3151
 
@@ -4317,9 +4454,9 @@
 
3324
@@ -4314,9 +4439,9 @@
3152
3325
 
3153
3326
 
3154
3327
 
3160
3333
   $as_echo_n "(cached) " >&6
3161
3334
 else
3162
3335
   if test -z "$GREP"; then
3163
 
@@ -4330,7 +4467,7 @@
 
3336
@@ -4327,7 +4452,7 @@
3164
3337
 do
3165
3338
   IFS=$as_save_IFS
3166
3339
   test -z "$as_dir" && as_dir=.
3169
3342
     for ac_exec_ext in '' $ac_executable_extensions; do
3170
3343
       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3171
3344
       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3172
 
@@ -4350,7 +4487,7 @@
 
3345
@@ -4347,7 +4472,7 @@
3173
3346
     $as_echo 'GREP' >> "conftest.nl"
3174
3347
     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3175
3348
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3178
3351
     if test $ac_count -gt ${ac_path_GREP_max-0}; then
3179
3352
       # Best one so far, save it but keep looking for a better one
3180
3353
       ac_cv_path_GREP="$ac_path_GREP"
3181
 
@@ -4365,26 +4502,24 @@
 
3354
@@ -4362,26 +4487,24 @@
3182
3355
       $ac_path_GREP_found && break 3
3183
3356
     done
3184
3357
   done
3210
3383
   $as_echo_n "(cached) " >&6
3211
3384
 else
3212
3385
   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3213
 
@@ -4398,7 +4533,7 @@
 
3386
@@ -4395,7 +4518,7 @@
3214
3387
 do
3215
3388
   IFS=$as_save_IFS
3216
3389
   test -z "$as_dir" && as_dir=.
3219
3392
     for ac_exec_ext in '' $ac_executable_extensions; do
3220
3393
       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3221
3394
       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3222
 
@@ -4418,7 +4553,7 @@
 
3395
@@ -4415,7 +4538,7 @@
3223
3396
     $as_echo 'EGREP' >> "conftest.nl"
3224
3397
     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3225
3398
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3228
3401
     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3229
3402
       # Best one so far, save it but keep looking for a better one
3230
3403
       ac_cv_path_EGREP="$ac_path_EGREP"
3231
 
@@ -4433,12 +4568,10 @@
 
3404
@@ -4430,12 +4553,10 @@
3232
3405
       $ac_path_EGREP_found && break 3
3233
3406
     done
3234
3407
   done
3243
3416
   fi
3244
3417
 else
3245
3418
   ac_cv_path_EGREP=$EGREP
3246
 
@@ -4446,14 +4579,14 @@
 
3419
@@ -4443,14 +4564,14 @@
3247
3420
 
3248
3421
    fi
3249
3422
 fi
3261
3434
   $as_echo_n "(cached) " >&6
3262
3435
 else
3263
3436
   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3264
 
@@ -4467,7 +4600,7 @@
 
3437
@@ -4464,7 +4585,7 @@
3265
3438
 do
3266
3439
   IFS=$as_save_IFS
3267
3440
   test -z "$as_dir" && as_dir=.
3270
3443
     for ac_exec_ext in '' $ac_executable_extensions; do
3271
3444
       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
3272
3445
       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
3273
 
@@ -4487,7 +4620,7 @@
 
3446
@@ -4484,7 +4605,7 @@
3274
3447
     $as_echo 'FGREP' >> "conftest.nl"
3275
3448
     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3276
3449
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3279
3452
     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3280
3453
       # Best one so far, save it but keep looking for a better one
3281
3454
       ac_cv_path_FGREP="$ac_path_FGREP"
3282
 
@@ -4502,12 +4635,10 @@
 
3455
@@ -4499,12 +4620,10 @@
3283
3456
       $ac_path_FGREP_found && break 3
3284
3457
     done
3285
3458
   done
3294
3467
   fi
3295
3468
 else
3296
3469
   ac_cv_path_FGREP=$FGREP
3297
 
@@ -4515,7 +4646,7 @@
 
3470
@@ -4512,7 +4631,7 @@
3298
3471
 
3299
3472
    fi
3300
3473
 fi
3303
3476
 $as_echo "$ac_cv_path_FGREP" >&6; }
3304
3477
  FGREP="$ac_cv_path_FGREP"
3305
3478
 
3306
 
@@ -4541,7 +4672,7 @@
 
3479
@@ -4538,7 +4657,7 @@
3307
3480
 
3308
3481
 
3309
3482
 # Check whether --with-gnu-ld was given.
3312
3485
   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3313
3486
 else
3314
3487
   with_gnu_ld=no
3315
 
@@ -4550,7 +4681,7 @@
 
3488
@@ -4547,7 +4666,7 @@
3316
3489
 ac_prog=ld
3317
3490
 if test "$GCC" = yes; then
3318
3491
   # Check if gcc -print-prog-name=ld gives a path.
3321
3494
 $as_echo_n "checking for ld used by $CC... " >&6; }
3322
3495
   case $host in
3323
3496
   *-*-mingw*)
3324
 
@@ -4580,13 +4711,13 @@
 
3497
@@ -4577,13 +4696,13 @@
3325
3498
     ;;
3326
3499
   esac
3327
3500
 elif test "$with_gnu_ld" = yes; then
3338
3511
   $as_echo_n "(cached) " >&6
3339
3512
 else
3340
3513
   if test -z "$LD"; then
3341
 
@@ -4617,18 +4748,16 @@
 
3514
@@ -4614,18 +4733,16 @@
3342
3515
 
3343
3516
 LD="$lt_cv_path_LD"
3344
3517
 if test -n "$LD"; then
3362
3535
   $as_echo_n "(cached) " >&6
3363
3536
 else
3364
3537
   # I'd rather use --version here, but apparently some GNU lds only accept -v.
3365
 
@@ -4641,7 +4770,7 @@
 
3538
@@ -4638,7 +4755,7 @@
3366
3539
   ;;
3367
3540
 esac
3368
3541
 fi
3371
3544
 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
3372
3545
 with_gnu_ld=$lt_cv_prog_gnu_ld
3373
3546
 
3374
 
@@ -4653,9 +4782,9 @@
 
3547
@@ -4650,9 +4767,9 @@
3375
3548
 
3376
3549
 
3377
3550
 
3383
3556
   $as_echo_n "(cached) " >&6
3384
3557
 else
3385
3558
   if test -n "$NM"; then
3386
 
@@ -4702,7 +4831,7 @@
 
3559
@@ -4699,7 +4816,7 @@
3387
3560
   : ${lt_cv_path_NM=no}
3388
3561
 fi
3389
3562
 fi
3392
3565
 $as_echo "$lt_cv_path_NM" >&6; }
3393
3566
 if test "$lt_cv_path_NM" != "no"; then
3394
3567
   NM="$lt_cv_path_NM"
3395
 
@@ -4713,9 +4842,9 @@
 
3568
@@ -4710,9 +4827,9 @@
3396
3569
   do
3397
3570
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3398
3571
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3404
3577
   $as_echo_n "(cached) " >&6
3405
3578
 else
3406
3579
   if test -n "$DUMPBIN"; then
3407
 
@@ -4726,24 +4855,24 @@
 
3580
@@ -4723,24 +4840,24 @@
3408
3581
 do
3409
3582
   IFS=$as_save_IFS
3410
3583
   test -z "$as_dir" && as_dir=.
3434
3607
 $as_echo "no" >&6; }
3435
3608
 fi
3436
3609
 
3437
 
@@ -4757,9 +4886,9 @@
 
3610
@@ -4754,9 +4871,9 @@
3438
3611
 do
3439
3612
   # Extract the first word of "$ac_prog", so it can be a program name with args.
3440
3613
 set dummy $ac_prog; ac_word=$2
3446
3619
   $as_echo_n "(cached) " >&6
3447
3620
 else
3448
3621
   if test -n "$ac_ct_DUMPBIN"; then
3449
 
@@ -4770,24 +4899,24 @@
 
3622
@@ -4767,24 +4884,24 @@
3450
3623
 do
3451
3624
   IFS=$as_save_IFS
3452
3625
   test -z "$as_dir" && as_dir=.
3476
3649
 $as_echo "no" >&6; }
3477
3650
 fi
3478
3651
 
3479
 
@@ -4800,7 +4929,7 @@
 
3652
@@ -4797,7 +4914,7 @@
3480
3653
   else
3481
3654
     case $cross_compiling:$ac_tool_warned in
3482
3655
 yes:)
3485
3658
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3486
3659
 ac_tool_warned=yes ;;
3487
3660
 esac
3488
 
@@ -4820,44 +4949,44 @@
 
3661
@@ -4817,44 +4934,44 @@
3489
3662
 
3490
3663
 
3491
3664
 
3498
3671
 else
3499
3672
   lt_cv_nm_interface="BSD nm"
3500
3673
   echo "int some_variable = 0;" > conftest.$ac_ext
3501
 
-  (eval echo "\"\$as_me:4830: $ac_compile\"" >&5)
3502
 
+  (eval echo "\"\$as_me:4959: $ac_compile\"" >&5)
 
3674
-  (eval echo "\"\$as_me:4827: $ac_compile\"" >&5)
 
3675
+  (eval echo "\"\$as_me:4944: $ac_compile\"" >&5)
3503
3676
   (eval "$ac_compile" 2>conftest.err)
3504
3677
   cat conftest.err >&5
3505
 
-  (eval echo "\"\$as_me:4833: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
3506
 
+  (eval echo "\"\$as_me:4962: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
3678
-  (eval echo "\"\$as_me:4830: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
3679
+  (eval echo "\"\$as_me:4947: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
3507
3680
   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
3508
3681
   cat conftest.err >&5
3509
 
-  (eval echo "\"\$as_me:4836: output\"" >&5)
3510
 
+  (eval echo "\"\$as_me:4965: output\"" >&5)
 
3682
-  (eval echo "\"\$as_me:4833: output\"" >&5)
 
3683
+  (eval echo "\"\$as_me:4950: output\"" >&5)
3511
3684
   cat conftest.out >&5
3512
3685
   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
3513
3686
     lt_cv_nm_interface="MS dumpbin"
3541
3714
   $as_echo_n "(cached) " >&6
3542
3715
 else
3543
3716
     i=0
3544
 
@@ -4975,10 +5104,10 @@
 
3717
@@ -4972,10 +5089,10 @@
3545
3718
 fi
3546
3719
 
3547
3720
 if test -n $lt_cv_sys_max_cmd_len ; then
3554
3727
 $as_echo "none" >&6; }
3555
3728
 fi
3556
3729
 max_cmd_len=$lt_cv_sys_max_cmd_len
3557
 
@@ -4992,7 +5121,7 @@
 
3730
@@ -4989,7 +5106,7 @@
3558
3731
 : ${MV="mv -f"}
3559
3732
 : ${RM="rm -f"}
3560
3733
 
3563
3736
 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
3564
3737
 # Try some XSI features
3565
3738
 xsi_shell=no
3566
 
@@ -5002,17 +5131,17 @@
 
3739
@@ -4999,17 +5116,17 @@
3567
3740
     && eval 'test $(( 1 + 1 )) -eq 2 \
3568
3741
     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
3569
3742
   && xsi_shell=yes
3584
3757
 $as_echo "$lt_shell_append" >&6; }
3585
3758
 
3586
3759
 
3587
 
@@ -5047,14 +5176,14 @@
 
3760
@@ -5044,14 +5161,14 @@
3588
3761
 
3589
3762
 
3590
3763
 
3602
3775
 $as_echo "$lt_cv_ld_reload_flag" >&6; }
3603
3776
 reload_flag=$lt_cv_ld_reload_flag
3604
3777
 case $reload_flag in
3605
 
@@ -5083,9 +5212,9 @@
 
3778
@@ -5080,9 +5197,9 @@
3606
3779
 if test -n "$ac_tool_prefix"; then
3607
3780
   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
3608
3781
 set dummy ${ac_tool_prefix}objdump; ac_word=$2
3614
3787
   $as_echo_n "(cached) " >&6
3615
3788
 else
3616
3789
   if test -n "$OBJDUMP"; then
3617
 
@@ -5096,24 +5225,24 @@
 
3790
@@ -5093,24 +5210,24 @@
3618
3791
 do
3619
3792
   IFS=$as_save_IFS
3620
3793
   test -z "$as_dir" && as_dir=.
3644
3817
 $as_echo "no" >&6; }
3645
3818
 fi
3646
3819
 
3647
 
@@ -5123,9 +5252,9 @@
 
3820
@@ -5120,9 +5237,9 @@
3648
3821
   ac_ct_OBJDUMP=$OBJDUMP
3649
3822
   # Extract the first word of "objdump", so it can be a program name with args.
3650
3823
 set dummy objdump; ac_word=$2
3656
3829
   $as_echo_n "(cached) " >&6
3657
3830
 else
3658
3831
   if test -n "$ac_ct_OBJDUMP"; then
3659
 
@@ -5136,24 +5265,24 @@
 
3832
@@ -5133,24 +5250,24 @@
3660
3833
 do
3661
3834
   IFS=$as_save_IFS
3662
3835
   test -z "$as_dir" && as_dir=.
3686
3859
 $as_echo "no" >&6; }
3687
3860
 fi
3688
3861
 
3689
 
@@ -5162,7 +5291,7 @@
 
3862
@@ -5159,7 +5276,7 @@
3690
3863
   else
3691
3864
     case $cross_compiling:$ac_tool_warned in
3692
3865
 yes:)
3695
3868
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3696
3869
 ac_tool_warned=yes ;;
3697
3870
 esac
3698
 
@@ -5182,9 +5311,9 @@
 
3871
@@ -5179,9 +5296,9 @@
3699
3872
 
3700
3873
 
3701
3874
 
3707
3880
   $as_echo_n "(cached) " >&6
3708
3881
 else
3709
3882
   lt_cv_file_magic_cmd='$MAGIC_CMD'
3710
 
@@ -5378,7 +5507,7 @@
 
3883
@@ -5300,7 +5417,7 @@
 
3884
   lt_cv_deplibs_check_method=pass_all
 
3885
   ;;
 
3886
 
 
3887
-netbsd*)
 
3888
+netbsd* | netbsdelf*-gnu)
 
3889
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
 
3890
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
 
3891
   else
 
3892
@@ -5375,7 +5492,7 @@
3711
3893
 esac
3712
3894
 
3713
3895
 fi
3716
3898
 $as_echo "$lt_cv_deplibs_check_method" >&6; }
3717
3899
 file_magic_cmd=$lt_cv_file_magic_cmd
3718
3900
 deplibs_check_method=$lt_cv_deplibs_check_method
3719
 
@@ -5398,9 +5527,9 @@
 
3901
@@ -5395,9 +5512,9 @@
3720
3902
 if test -n "$ac_tool_prefix"; then
3721
3903
   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3722
3904
 set dummy ${ac_tool_prefix}ar; ac_word=$2
3728
3910
   $as_echo_n "(cached) " >&6
3729
3911
 else
3730
3912
   if test -n "$AR"; then
3731
 
@@ -5411,24 +5540,24 @@
 
3913
@@ -5408,24 +5525,24 @@
3732
3914
 do
3733
3915
   IFS=$as_save_IFS
3734
3916
   test -z "$as_dir" && as_dir=.
3758
3940
 $as_echo "no" >&6; }
3759
3941
 fi
3760
3942
 
3761
 
@@ -5438,9 +5567,9 @@
 
3943
@@ -5435,9 +5552,9 @@
3762
3944
   ac_ct_AR=$AR
3763
3945
   # Extract the first word of "ar", so it can be a program name with args.
3764
3946
 set dummy ar; ac_word=$2
3770
3952
   $as_echo_n "(cached) " >&6
3771
3953
 else
3772
3954
   if test -n "$ac_ct_AR"; then
3773
 
@@ -5451,24 +5580,24 @@
 
3955
@@ -5448,24 +5565,24 @@
3774
3956
 do
3775
3957
   IFS=$as_save_IFS
3776
3958
   test -z "$as_dir" && as_dir=.
3800
3982
 $as_echo "no" >&6; }
3801
3983
 fi
3802
3984
 
3803
 
@@ -5477,7 +5606,7 @@
 
3985
@@ -5474,7 +5591,7 @@
3804
3986
   else
3805
3987
     case $cross_compiling:$ac_tool_warned in
3806
3988
 yes:)
3809
3991
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3810
3992
 ac_tool_warned=yes ;;
3811
3993
 esac
3812
 
@@ -5503,9 +5632,9 @@
 
3994
@@ -5500,9 +5617,9 @@
3813
3995
 if test -n "$ac_tool_prefix"; then
3814
3996
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3815
3997
 set dummy ${ac_tool_prefix}strip; ac_word=$2
3821
4003
   $as_echo_n "(cached) " >&6
3822
4004
 else
3823
4005
   if test -n "$STRIP"; then
3824
 
@@ -5516,24 +5645,24 @@
 
4006
@@ -5513,24 +5630,24 @@
3825
4007
 do
3826
4008
   IFS=$as_save_IFS
3827
4009
   test -z "$as_dir" && as_dir=.
3851
4033
 $as_echo "no" >&6; }
3852
4034
 fi
3853
4035
 
3854
 
@@ -5543,9 +5672,9 @@
 
4036
@@ -5540,9 +5657,9 @@
3855
4037
   ac_ct_STRIP=$STRIP
3856
4038
   # Extract the first word of "strip", so it can be a program name with args.
3857
4039
 set dummy strip; ac_word=$2
3863
4045
   $as_echo_n "(cached) " >&6
3864
4046
 else
3865
4047
   if test -n "$ac_ct_STRIP"; then
3866
 
@@ -5556,24 +5685,24 @@
 
4048
@@ -5553,24 +5670,24 @@
3867
4049
 do
3868
4050
   IFS=$as_save_IFS
3869
4051
   test -z "$as_dir" && as_dir=.
3893
4075
 $as_echo "no" >&6; }
3894
4076
 fi
3895
4077
 
3896
 
@@ -5582,7 +5711,7 @@
 
4078
@@ -5579,7 +5696,7 @@
3897
4079
   else
3898
4080
     case $cross_compiling:$ac_tool_warned in
3899
4081
 yes:)
3902
4084
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3903
4085
 ac_tool_warned=yes ;;
3904
4086
 esac
3905
 
@@ -5602,9 +5731,9 @@
 
4087
@@ -5599,9 +5716,9 @@
3906
4088
 if test -n "$ac_tool_prefix"; then
3907
4089
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3908
4090
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3914
4096
   $as_echo_n "(cached) " >&6
3915
4097
 else
3916
4098
   if test -n "$RANLIB"; then
3917
 
@@ -5615,24 +5744,24 @@
 
4099
@@ -5612,24 +5729,24 @@
3918
4100
 do
3919
4101
   IFS=$as_save_IFS
3920
4102
   test -z "$as_dir" && as_dir=.
3944
4126
 $as_echo "no" >&6; }
3945
4127
 fi
3946
4128
 
3947
 
@@ -5642,9 +5771,9 @@
 
4129
@@ -5639,9 +5756,9 @@
3948
4130
   ac_ct_RANLIB=$RANLIB
3949
4131
   # Extract the first word of "ranlib", so it can be a program name with args.
3950
4132
 set dummy ranlib; ac_word=$2
3956
4138
   $as_echo_n "(cached) " >&6
3957
4139
 else
3958
4140
   if test -n "$ac_ct_RANLIB"; then
3959
 
@@ -5655,24 +5784,24 @@
 
4141
@@ -5652,24 +5769,24 @@
3960
4142
 do
3961
4143
   IFS=$as_save_IFS
3962
4144
   test -z "$as_dir" && as_dir=.
3986
4168
 $as_echo "no" >&6; }
3987
4169
 fi
3988
4170
 
3989
 
@@ -5681,7 +5810,7 @@
 
4171
@@ -5678,7 +5795,7 @@
3990
4172
   else
3991
4173
     case $cross_compiling:$ac_tool_warned in
3992
4174
 yes:)
3995
4177
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3996
4178
 ac_tool_warned=yes ;;
3997
4179
 esac
3998
 
@@ -5759,9 +5888,9 @@
 
4180
@@ -5756,9 +5873,9 @@
3999
4181
 
4000
4182
 
4001
4183
 # Check for command to grab the raw symbol name followed by C symbol from nm.
4007
4189
   $as_echo_n "(cached) " >&6
4008
4190
 else
4009
4191
 
4010
 
@@ -5877,18 +6006,18 @@
 
4192
@@ -5874,18 +5991,18 @@
4011
4193
 int main(){nm_test_var='a';nm_test_func();return(0);}
4012
4194
 _LT_EOF
4013
4195
 
4032
4214
       # Try sorting and uniquifying the output.
4033
4215
       if sort "$nlist" | uniq > "$nlist"T; then
4034
4216
        mv -f "$nlist"T "$nlist"
4035
 
@@ -5941,11 +6070,11 @@
 
4217
@@ -5938,11 +6055,11 @@
4036
4218
          lt_save_CFLAGS="$CFLAGS"
4037
4219
          LIBS="conftstm.$ac_objext"
4038
4220
          CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
4047
4229
            pipe_works=yes
4048
4230
          fi
4049
4231
          LIBS="$lt_save_LIBS"
4050
 
@@ -5979,10 +6108,10 @@
 
4232
@@ -5976,10 +6093,10 @@
4051
4233
   lt_cv_sys_global_symbol_to_cdecl=
4052
4234
 fi
4053
4235
 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4060
4242
 $as_echo "ok" >&6; }
4061
4243
 fi
4062
4244
 
4063
 
@@ -6009,7 +6138,7 @@
 
4245
@@ -6006,7 +6123,7 @@
4064
4246
 
4065
4247
 
4066
4248
 # Check whether --enable-libtool-lock was given.
4069
4251
   enableval=$enable_libtool_lock;
4070
4252
 fi
4071
4253
 
4072
 
@@ -6021,11 +6150,11 @@
 
4254
@@ -6018,11 +6135,11 @@
4073
4255
 ia64-*-hpux*)
4074
4256
   # Find out which ABI we are using.
4075
4257
   echo 'int i;' > conftest.$ac_ext
4084
4266
     case `/usr/bin/file conftest.$ac_objext` in
4085
4267
       *ELF-32*)
4086
4268
        HPUX_IA64_MODE="32"
4087
 
@@ -6039,12 +6168,12 @@
 
4269
@@ -6036,12 +6153,12 @@
4088
4270
   ;;
4089
4271
 *-*-irix6*)
4090
4272
   # Find out which ABI we are using.
4091
 
-  echo '#line 6042 "configure"' > conftest.$ac_ext
 
4273
-  echo '#line 6039 "configure"' > conftest.$ac_ext
4092
4274
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4093
 
+  echo '#line 6171 "configure"' > conftest.$ac_ext
 
4275
+  echo '#line 6156 "configure"' > conftest.$ac_ext
4094
4276
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
4095
4277
   (eval $ac_compile) 2>&5
4096
4278
   ac_status=$?
4101
4283
     if test "$lt_cv_prog_gnu_ld" = yes; then
4102
4284
       case `/usr/bin/file conftest.$ac_objext` in
4103
4285
        *32-bit*)
4104
 
@@ -6078,11 +6207,11 @@
 
4286
@@ -6075,11 +6192,11 @@
4105
4287
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
4106
4288
   # Find out which ABI we are using.
4107
4289
   echo 'int i;' > conftest.$ac_ext
4116
4298
     case `/usr/bin/file conftest.o` in
4117
4299
       *32-bit*)
4118
4300
        case $host in
4119
 
@@ -6131,9 +6260,9 @@
 
4301
@@ -6128,9 +6245,9 @@
4120
4302
   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4121
4303
   SAVE_CFLAGS="$CFLAGS"
4122
4304
   CFLAGS="$CFLAGS -belf"
4128
4310
   $as_echo_n "(cached) " >&6
4129
4311
 else
4130
4312
   ac_ext=c
4131
 
@@ -6142,11 +6271,7 @@
 
4313
@@ -6139,11 +6256,7 @@
4132
4314
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4133
4315
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4134
4316
 
4141
4323
 /* end confdefs.h.  */
4142
4324
 
4143
4325
 int
4144
 
@@ -6157,38 +6282,13 @@
 
4326
@@ -6154,38 +6267,13 @@
4145
4327
   return 0;
4146
4328
 }
4147
4329
 _ACEOF
4184
4366
      ac_ext=c
4185
4367
 ac_cpp='$CPP $CPPFLAGS'
4186
4368
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4187
 
@@ -6196,7 +6296,7 @@
 
4369
@@ -6193,7 +6281,7 @@
4188
4370
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4189
4371
 
4190
4372
 fi
4193
4375
 $as_echo "$lt_cv_cc_needs_belf" >&6; }
4194
4376
   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
4195
4377
     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4196
 
@@ -6206,11 +6306,11 @@
 
4378
@@ -6203,11 +6291,11 @@
4197
4379
 sparc*-*solaris*)
4198
4380
   # Find out which ABI we are using.
4199
4381
   echo 'int i;' > conftest.$ac_ext
4208
4390
     case `/usr/bin/file conftest.o` in
4209
4391
     *64-bit*)
4210
4392
       case $lt_cv_prog_gnu_ld in
4211
 
@@ -6236,9 +6336,9 @@
 
4393
@@ -6233,9 +6321,9 @@
4212
4394
     if test -n "$ac_tool_prefix"; then
4213
4395
   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
4214
4396
 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
4220
4402
   $as_echo_n "(cached) " >&6
4221
4403
 else
4222
4404
   if test -n "$DSYMUTIL"; then
4223
 
@@ -6249,24 +6349,24 @@
 
4405
@@ -6246,24 +6334,24 @@
4224
4406
 do
4225
4407
   IFS=$as_save_IFS
4226
4408
   test -z "$as_dir" && as_dir=.
4250
4432
 $as_echo "no" >&6; }
4251
4433
 fi
4252
4434
 
4253
 
@@ -6276,9 +6376,9 @@
 
4435
@@ -6273,9 +6361,9 @@
4254
4436
   ac_ct_DSYMUTIL=$DSYMUTIL
4255
4437
   # Extract the first word of "dsymutil", so it can be a program name with args.
4256
4438
 set dummy dsymutil; ac_word=$2
4262
4444
   $as_echo_n "(cached) " >&6
4263
4445
 else
4264
4446
   if test -n "$ac_ct_DSYMUTIL"; then
4265
 
@@ -6289,24 +6389,24 @@
 
4447
@@ -6286,24 +6374,24 @@
4266
4448
 do
4267
4449
   IFS=$as_save_IFS
4268
4450
   test -z "$as_dir" && as_dir=.
4292
4474
 $as_echo "no" >&6; }
4293
4475
 fi
4294
4476
 
4295
 
@@ -6315,7 +6415,7 @@
 
4477
@@ -6312,7 +6400,7 @@
4296
4478
   else
4297
4479
     case $cross_compiling:$ac_tool_warned in
4298
4480
 yes:)
4301
4483
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4302
4484
 ac_tool_warned=yes ;;
4303
4485
 esac
4304
 
@@ -6328,9 +6428,9 @@
 
4486
@@ -6325,9 +6413,9 @@
4305
4487
     if test -n "$ac_tool_prefix"; then
4306
4488
   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
4307
4489
 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
4313
4495
   $as_echo_n "(cached) " >&6
4314
4496
 else
4315
4497
   if test -n "$NMEDIT"; then
4316
 
@@ -6341,24 +6441,24 @@
 
4498
@@ -6338,24 +6426,24 @@
4317
4499
 do
4318
4500
   IFS=$as_save_IFS
4319
4501
   test -z "$as_dir" && as_dir=.
4343
4525
 $as_echo "no" >&6; }
4344
4526
 fi
4345
4527
 
4346
 
@@ -6368,9 +6468,9 @@
 
4528
@@ -6365,9 +6453,9 @@
4347
4529
   ac_ct_NMEDIT=$NMEDIT
4348
4530
   # Extract the first word of "nmedit", so it can be a program name with args.
4349
4531
 set dummy nmedit; ac_word=$2
4355
4537
   $as_echo_n "(cached) " >&6
4356
4538
 else
4357
4539
   if test -n "$ac_ct_NMEDIT"; then
4358
 
@@ -6381,24 +6481,24 @@
 
4540
@@ -6378,24 +6466,24 @@
4359
4541
 do
4360
4542
   IFS=$as_save_IFS
4361
4543
   test -z "$as_dir" && as_dir=.
4385
4567
 $as_echo "no" >&6; }
4386
4568
 fi
4387
4569
 
4388
 
@@ -6407,7 +6507,7 @@
 
4570
@@ -6404,7 +6492,7 @@
4389
4571
   else
4390
4572
     case $cross_compiling:$ac_tool_warned in
4391
4573
 yes:)
4394
4576
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4395
4577
 ac_tool_warned=yes ;;
4396
4578
 esac
4397
 
@@ -6420,9 +6520,9 @@
 
4579
@@ -6417,9 +6505,9 @@
4398
4580
     if test -n "$ac_tool_prefix"; then
4399
4581
   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
4400
4582
 set dummy ${ac_tool_prefix}lipo; ac_word=$2
4406
4588
   $as_echo_n "(cached) " >&6
4407
4589
 else
4408
4590
   if test -n "$LIPO"; then
4409
 
@@ -6433,24 +6533,24 @@
 
4591
@@ -6430,24 +6518,24 @@
4410
4592
 do
4411
4593
   IFS=$as_save_IFS
4412
4594
   test -z "$as_dir" && as_dir=.
4436
4618
 $as_echo "no" >&6; }
4437
4619
 fi
4438
4620
 
4439
 
@@ -6460,9 +6560,9 @@
 
4621
@@ -6457,9 +6545,9 @@
4440
4622
   ac_ct_LIPO=$LIPO
4441
4623
   # Extract the first word of "lipo", so it can be a program name with args.
4442
4624
 set dummy lipo; ac_word=$2
4448
4630
   $as_echo_n "(cached) " >&6
4449
4631
 else
4450
4632
   if test -n "$ac_ct_LIPO"; then
4451
 
@@ -6473,24 +6573,24 @@
 
4633
@@ -6470,24 +6558,24 @@
4452
4634
 do
4453
4635
   IFS=$as_save_IFS
4454
4636
   test -z "$as_dir" && as_dir=.
4478
4660
 $as_echo "no" >&6; }
4479
4661
 fi
4480
4662
 
4481
 
@@ -6499,7 +6599,7 @@
 
4663
@@ -6496,7 +6584,7 @@
4482
4664
   else
4483
4665
     case $cross_compiling:$ac_tool_warned in
4484
4666
 yes:)
4487
4669
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4488
4670
 ac_tool_warned=yes ;;
4489
4671
 esac
4490
 
@@ -6512,9 +6612,9 @@
 
4672
@@ -6509,9 +6597,9 @@
4491
4673
     if test -n "$ac_tool_prefix"; then
4492
4674
   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
4493
4675
 set dummy ${ac_tool_prefix}otool; ac_word=$2
4499
4681
   $as_echo_n "(cached) " >&6
4500
4682
 else
4501
4683
   if test -n "$OTOOL"; then
4502
 
@@ -6525,24 +6625,24 @@
 
4684
@@ -6522,24 +6610,24 @@
4503
4685
 do
4504
4686
   IFS=$as_save_IFS
4505
4687
   test -z "$as_dir" && as_dir=.
4529
4711
 $as_echo "no" >&6; }
4530
4712
 fi
4531
4713
 
4532
 
@@ -6552,9 +6652,9 @@
 
4714
@@ -6549,9 +6637,9 @@
4533
4715
   ac_ct_OTOOL=$OTOOL
4534
4716
   # Extract the first word of "otool", so it can be a program name with args.
4535
4717
 set dummy otool; ac_word=$2
4541
4723
   $as_echo_n "(cached) " >&6
4542
4724
 else
4543
4725
   if test -n "$ac_ct_OTOOL"; then
4544
 
@@ -6565,24 +6665,24 @@
 
4726
@@ -6562,24 +6650,24 @@
4545
4727
 do
4546
4728
   IFS=$as_save_IFS
4547
4729
   test -z "$as_dir" && as_dir=.
4571
4753
 $as_echo "no" >&6; }
4572
4754
 fi
4573
4755
 
4574
 
@@ -6591,7 +6691,7 @@
 
4756
@@ -6588,7 +6676,7 @@
4575
4757
   else
4576
4758
     case $cross_compiling:$ac_tool_warned in
4577
4759
 yes:)
4580
4762
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4581
4763
 ac_tool_warned=yes ;;
4582
4764
 esac
4583
 
@@ -6604,9 +6704,9 @@
 
4765
@@ -6601,9 +6689,9 @@
4584
4766
     if test -n "$ac_tool_prefix"; then
4585
4767
   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
4586
4768
 set dummy ${ac_tool_prefix}otool64; ac_word=$2
4592
4774
   $as_echo_n "(cached) " >&6
4593
4775
 else
4594
4776
   if test -n "$OTOOL64"; then
4595
 
@@ -6617,24 +6717,24 @@
 
4777
@@ -6614,24 +6702,24 @@
4596
4778
 do
4597
4779
   IFS=$as_save_IFS
4598
4780
   test -z "$as_dir" && as_dir=.
4622
4804
 $as_echo "no" >&6; }
4623
4805
 fi
4624
4806
 
4625
 
@@ -6644,9 +6744,9 @@
 
4807
@@ -6641,9 +6729,9 @@
4626
4808
   ac_ct_OTOOL64=$OTOOL64
4627
4809
   # Extract the first word of "otool64", so it can be a program name with args.
4628
4810
 set dummy otool64; ac_word=$2
4634
4816
   $as_echo_n "(cached) " >&6
4635
4817
 else
4636
4818
   if test -n "$ac_ct_OTOOL64"; then
4637
 
@@ -6657,24 +6757,24 @@
 
4819
@@ -6654,24 +6742,24 @@
4638
4820
 do
4639
4821
   IFS=$as_save_IFS
4640
4822
   test -z "$as_dir" && as_dir=.
4664
4846
 $as_echo "no" >&6; }
4665
4847
 fi
4666
4848
 
4667
 
@@ -6683,7 +6783,7 @@
 
4849
@@ -6680,7 +6768,7 @@
4668
4850
   else
4669
4851
     case $cross_compiling:$ac_tool_warned in
4670
4852
 yes:)
4673
4855
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4674
4856
 ac_tool_warned=yes ;;
4675
4857
 esac
4676
 
@@ -6719,9 +6819,9 @@
 
4858
@@ -6716,9 +6804,9 @@
4677
4859
 
4678
4860
 
4679
4861
 
4685
4867
   $as_echo_n "(cached) " >&6
4686
4868
 else
4687
4869
   lt_cv_apple_cc_single_mod=no
4688
 
@@ -6746,22 +6846,18 @@
 
4870
@@ -6743,22 +6831,18 @@
4689
4871
        rm -f conftest.*
4690
4872
       fi
4691
4873
 fi
4712
4894
 /* end confdefs.h.  */
4713
4895
 
4714
4896
 int
4715
 
@@ -6772,42 +6868,17 @@
 
4897
@@ -6769,42 +6853,17 @@
4716
4898
   return 0;
4717
4899
 }
4718
4900
 _ACEOF
4760
4942
 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
4761
4943
     case $host_os in
4762
4944
     rhapsody* | darwin1.[012])
4763
 
@@ -6849,14 +6920,14 @@
 
4945
@@ -6846,14 +6905,14 @@
4764
4946
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4765
4947
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4766
4948
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4777
4959
   $as_echo_n "(cached) " >&6
4778
4960
 else
4779
4961
       # Double quotes because CPP needs to be expanded
4780
 
@@ -6871,11 +6942,7 @@
 
4962
@@ -6868,11 +6927,7 @@
4781
4963
   # <limits.h> exists even on freestanding compilers.
4782
4964
   # On the NeXT, cc -E runs the code through the compiler's parser,
4783
4965
   # not just through cpp. "Syntax error" is here to catch this case.
4790
4972
 /* end confdefs.h.  */
4791
4973
 #ifdef __STDC__
4792
4974
 # include <limits.h>
4793
 
@@ -6884,78 +6951,34 @@
 
4975
@@ -6881,78 +6936,34 @@
4794
4976
 #endif
4795
4977
                     Syntax error
4796
4978
 _ACEOF
4874
5056
   break
4875
5057
 fi
4876
5058
 
4877
 
@@ -6967,7 +6990,7 @@
 
5059
@@ -6964,7 +6975,7 @@
4878
5060
 else
4879
5061
   ac_cv_prog_CPP=$CPP
4880
5062
 fi
4883
5065
 $as_echo "$CPP" >&6; }
4884
5066
 ac_preproc_ok=false
4885
5067
 for ac_c_preproc_warn_flag in '' yes
4886
 
@@ -6978,11 +7001,7 @@
 
5068
@@ -6975,11 +6986,7 @@
4887
5069
   # <limits.h> exists even on freestanding compilers.
4888
5070
   # On the NeXT, cc -E runs the code through the compiler's parser,
4889
5071
   # not just through cpp. "Syntax error" is here to catch this case.
4896
5078
 /* end confdefs.h.  */
4897
5079
 #ifdef __STDC__
4898
5080
 # include <limits.h>
4899
 
@@ -6991,87 +7010,40 @@
 
5081
@@ -6988,87 +6995,40 @@
4900
5082
 #endif
4901
5083
                     Syntax error
4902
5084
 _ACEOF
4993
5175
 fi
4994
5176
 
4995
5177
 ac_ext=c
4996
 
@@ -7081,16 +7053,12 @@
 
5178
@@ -7078,16 +7038,12 @@
4997
5179
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4998
5180
 
4999
5181
 
5013
5195
 /* end confdefs.h.  */
5014
5196
 #include <stdlib.h>
5015
5197
 #include <stdarg.h>
5016
 
@@ -7105,48 +7073,23 @@
 
5198
@@ -7102,48 +7058,23 @@
5017
5199
   return 0;
5018
5200
 }
5019
5201
 _ACEOF
5067
5249
 else
5068
5250
   ac_cv_header_stdc=no
5069
5251
 fi
5070
 
@@ -7156,18 +7099,14 @@
 
5252
@@ -7153,18 +7084,14 @@
5071
5253
 
5072
5254
 if test $ac_cv_header_stdc = yes; then
5073
5255
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5089
5271
 else
5090
5272
   ac_cv_header_stdc=no
5091
5273
 fi
5092
 
@@ -7177,14 +7116,10 @@
 
5274
@@ -7174,14 +7101,10 @@
5093
5275
 
5094
5276
 if test $ac_cv_header_stdc = yes; then
5095
5277
   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5106
5288
 /* end confdefs.h.  */
5107
5289
 #include <ctype.h>
5108
5290
 #include <stdlib.h>
5109
 
@@ -7211,118 +7146,34 @@
 
5291
@@ -7208,181 +7131,34 @@
5110
5292
   return 0;
5111
5293
 }
5112
5294
 _ACEOF
5137
5319
-  $as_echo "$as_me: program exited with status $ac_status" >&5
5138
5320
-$as_echo "$as_me: failed program was:" >&5
5139
5321
-sed 's/^/| /' conftest.$ac_ext >&5
5140
 
+if ac_fn_c_try_run "$LINENO"; then :
5141
 
 
 
5322
-
5142
5323
-( exit $ac_status )
5143
5324
-ac_cv_header_stdc=no
5144
 
+else
5145
 
+  ac_cv_header_stdc=no
5146
 
 fi
 
5325
-fi
5147
5326
-rm -rf conftest.dSYM
5148
5327
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
5328
-fi
 
5329
-
 
5330
-
 
5331
-fi
 
5332
-fi
 
5333
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
5334
-$as_echo "$ac_cv_header_stdc" >&6; }
 
5335
-if test $ac_cv_header_stdc = yes; then
 
5336
-
 
5337
-cat >>confdefs.h <<\_ACEOF
 
5338
-#define STDC_HEADERS 1
 
5339
-_ACEOF
 
5340
-
 
5341
-fi
 
5342
-
 
5343
-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
 
5344
-
 
5345
-
 
5346
-
 
5347
-
 
5348
-
 
5349
-
 
5350
-
 
5351
-
 
5352
-
 
5353
-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
 
5354
-                 inttypes.h stdint.h unistd.h
 
5355
-do
 
5356
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
5357
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
5358
-$as_echo_n "checking for $ac_header... " >&6; }
 
5359
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
5360
-  $as_echo_n "(cached) " >&6
 
5361
-else
 
5362
-  cat >conftest.$ac_ext <<_ACEOF
 
5363
-/* confdefs.h.  */
 
5364
-_ACEOF
 
5365
-cat confdefs.h >>conftest.$ac_ext
 
5366
-cat >>conftest.$ac_ext <<_ACEOF
 
5367
-/* end confdefs.h.  */
 
5368
-$ac_includes_default
 
5369
-
 
5370
-#include <$ac_header>
 
5371
-_ACEOF
 
5372
-rm -f conftest.$ac_objext
 
5373
-if { (ac_try="$ac_compile"
 
5374
-case "(($ac_try" in
 
5375
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5376
-  *) ac_try_echo=$ac_try;;
 
5377
-esac
 
5378
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5379
-$as_echo "$ac_try_echo") >&5
 
5380
-  (eval "$ac_compile") 2>conftest.er1
 
5381
-  ac_status=$?
 
5382
-  grep -v '^ *+' conftest.er1 >conftest.err
 
5383
-  rm -f conftest.er1
 
5384
-  cat conftest.err >&5
 
5385
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5386
-  (exit $ac_status); } && {
 
5387
-        test -z "$ac_c_werror_flag" ||
 
5388
-        test ! -s conftest.err
 
5389
-       } && test -s conftest.$ac_objext; then
 
5390
-  eval "$as_ac_Header=yes"
 
5391
-else
 
5392
-  $as_echo "$as_me: failed program was:" >&5
 
5393
-sed 's/^/| /' conftest.$ac_ext >&5
 
5394
-
 
5395
-       eval "$as_ac_Header=no"
 
5396
-fi
 
5397
-
 
5398
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
5399
-fi
 
5400
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
5401
-                $as_echo "$as_val"'`
 
5402
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
5403
-$as_echo "$ac_res" >&6; }
 
5404
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
5405
-                $as_echo "$as_val"'`
 
5406
-   if test "x$as_val" = x""yes; then
 
5407
-  cat >>confdefs.h <<_ACEOF
 
5408
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
5409
-_ACEOF
 
5410
-
 
5411
-fi
 
5412
-
 
5413
-done
 
5414
-
 
5415
-
 
5416
-
 
5417
-for ac_header in dlfcn.h
 
5418
-do
 
5419
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
5420
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
5421
-$as_echo_n "checking for $ac_header... " >&6; }
 
5422
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
5423
-  $as_echo_n "(cached) " >&6
 
5424
-else
 
5425
-  cat >conftest.$ac_ext <<_ACEOF
 
5426
-/* confdefs.h.  */
 
5427
-_ACEOF
 
5428
-cat confdefs.h >>conftest.$ac_ext
 
5429
-cat >>conftest.$ac_ext <<_ACEOF
 
5430
-/* end confdefs.h.  */
 
5431
-$ac_includes_default
 
5432
+if ac_fn_c_try_run "$LINENO"; then :
 
5433
 
 
5434
-#include <$ac_header>
 
5435
-_ACEOF
 
5436
-rm -f conftest.$ac_objext
 
5437
-if { (ac_try="$ac_compile"
 
5438
-case "(($ac_try" in
 
5439
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5440
-  *) ac_try_echo=$ac_try;;
 
5441
-esac
 
5442
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5443
-$as_echo "$ac_try_echo") >&5
 
5444
-  (eval "$ac_compile") 2>conftest.er1
 
5445
-  ac_status=$?
 
5446
-  grep -v '^ *+' conftest.er1 >conftest.err
 
5447
-  rm -f conftest.er1
 
5448
-  cat conftest.err >&5
 
5449
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5450
-  (exit $ac_status); } && {
 
5451
-        test -z "$ac_c_werror_flag" ||
 
5452
-        test ! -s conftest.err
 
5453
-       } && test -s conftest.$ac_objext; then
 
5454
-  eval "$as_ac_Header=yes"
 
5455
 else
 
5456
-  $as_echo "$as_me: failed program was:" >&5
 
5457
-sed 's/^/| /' conftest.$ac_ext >&5
 
5458
+  ac_cv_header_stdc=no
 
5459
+fi
5149
5460
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5150
5461
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
5151
 
 fi
 
5462
+fi
5152
5463
 
5153
 
-
5154
 
 fi
5155
 
 fi
5156
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
5464
-       eval "$as_ac_Header=no"
 
5465
 fi
 
5466
+fi
5157
5467
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5158
 
 $as_echo "$ac_cv_header_stdc" >&6; }
5159
 
 if test $ac_cv_header_stdc = yes; then
5160
 
 
5161
 
-cat >>confdefs.h <<\_ACEOF
5162
 
-#define STDC_HEADERS 1
5163
 
-_ACEOF
 
5468
+$as_echo "$ac_cv_header_stdc" >&6; }
 
5469
+if test $ac_cv_header_stdc = yes; then
 
5470
+
5164
5471
+$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5165
5472
 
 
5473
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5166
5474
 fi
5167
 
 
5168
 
 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5169
 
-
5170
 
-
5171
 
-
5172
 
-
5173
 
-
5174
 
-
5175
 
-
5176
 
-
5177
 
-
5178
 
 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5179
 
                  inttypes.h stdint.h unistd.h
5180
 
-do
5181
 
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5182
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5183
 
-$as_echo_n "checking for $ac_header... " >&6; }
5184
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5185
 
-  $as_echo_n "(cached) " >&6
5186
 
-else
5187
 
-  cat >conftest.$ac_ext <<_ACEOF
5188
 
-/* confdefs.h.  */
5189
 
-_ACEOF
5190
 
-cat confdefs.h >>conftest.$ac_ext
5191
 
-cat >>conftest.$ac_ext <<_ACEOF
5192
 
-/* end confdefs.h.  */
5193
 
-$ac_includes_default
5194
 
-
5195
 
-#include <$ac_header>
5196
 
-_ACEOF
5197
 
-rm -f conftest.$ac_objext
5198
 
-if { (ac_try="$ac_compile"
5199
 
-case "(($ac_try" in
5200
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5201
 
-  *) ac_try_echo=$ac_try;;
5202
 
-esac
5203
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5204
 
-$as_echo "$ac_try_echo") >&5
5205
 
-  (eval "$ac_compile") 2>conftest.er1
5206
 
-  ac_status=$?
5207
 
-  grep -v '^ *+' conftest.er1 >conftest.err
5208
 
-  rm -f conftest.er1
5209
 
-  cat conftest.err >&5
5210
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5211
 
-  (exit $ac_status); } && {
5212
 
-        test -z "$ac_c_werror_flag" ||
5213
 
-        test ! -s conftest.err
5214
 
-       } && test -s conftest.$ac_objext; then
5215
 
-  eval "$as_ac_Header=yes"
5216
 
-else
5217
 
-  $as_echo "$as_me: failed program was:" >&5
5218
 
-sed 's/^/| /' conftest.$ac_ext >&5
5219
 
-
5220
 
-       eval "$as_ac_Header=no"
5221
 
-fi
5222
 
-
5223
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5224
 
-fi
5225
5475
-ac_res=`eval 'as_val=${'$as_ac_Header'}
5226
5476
-                $as_echo "$as_val"'`
5227
5477
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5229
5479
-as_val=`eval 'as_val=${'$as_ac_Header'}
5230
5480
-                $as_echo "$as_val"'`
5231
5481
-   if test "x$as_val" = x""yes; then
 
5482
+
 
5483
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
 
5484
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
 
5485
+                 inttypes.h stdint.h unistd.h
5232
5486
+do :
5233
5487
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5234
5488
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5238
5492
   cat >>confdefs.h <<_ACEOF
5239
5493
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5240
5494
 _ACEOF
5241
 
@@ -7332,62 +7183,13 @@
 
5495
@@ -7392,6 +7168,20 @@
5242
5496
 done
5243
5497
 
5244
5498
 
5245
 
-
5246
 
 for ac_header in dlfcn.h
5247
 
-do
5248
 
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5249
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5250
 
-$as_echo_n "checking for $ac_header... " >&6; }
5251
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5252
 
-  $as_echo_n "(cached) " >&6
5253
 
-else
5254
 
-  cat >conftest.$ac_ext <<_ACEOF
5255
 
-/* confdefs.h.  */
5256
 
-_ACEOF
5257
 
-cat confdefs.h >>conftest.$ac_ext
5258
 
-cat >>conftest.$ac_ext <<_ACEOF
5259
 
-/* end confdefs.h.  */
5260
 
-$ac_includes_default
5261
 
-
5262
 
-#include <$ac_header>
5263
 
-_ACEOF
5264
 
-rm -f conftest.$ac_objext
5265
 
-if { (ac_try="$ac_compile"
5266
 
-case "(($ac_try" in
5267
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5268
 
-  *) ac_try_echo=$ac_try;;
5269
 
-esac
5270
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5271
 
-$as_echo "$ac_try_echo") >&5
5272
 
-  (eval "$ac_compile") 2>conftest.er1
5273
 
-  ac_status=$?
5274
 
-  grep -v '^ *+' conftest.er1 >conftest.err
5275
 
-  rm -f conftest.er1
5276
 
-  cat conftest.err >&5
5277
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5278
 
-  (exit $ac_status); } && {
5279
 
-        test -z "$ac_c_werror_flag" ||
5280
 
-        test ! -s conftest.err
5281
 
-       } && test -s conftest.$ac_objext; then
5282
 
-  eval "$as_ac_Header=yes"
5283
 
-else
5284
 
-  $as_echo "$as_me: failed program was:" >&5
5285
 
-sed 's/^/| /' conftest.$ac_ext >&5
5286
 
-
5287
 
-       eval "$as_ac_Header=no"
5288
 
-fi
5289
 
-
5290
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5291
 
-fi
5292
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
5293
 
-                $as_echo "$as_val"'`
5294
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5295
 
-$as_echo "$ac_res" >&6; }
5296
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
5297
 
-                $as_echo "$as_val"'`
5298
 
-   if test "x$as_val" = x""yes; then
 
5499
+for ac_header in dlfcn.h
5299
5500
+do :
5300
5501
+  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
5301
5502
+"
5302
5503
+if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
5303
 
   cat >>confdefs.h <<_ACEOF
5304
 
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
5504
+  cat >>confdefs.h <<_ACEOF
5305
5505
+#define HAVE_DLFCN_H 1
5306
 
 _ACEOF
5307
 
 
5308
 
 fi
5309
 
@@ -7408,7 +7210,7 @@
 
5506
+_ACEOF
 
5507
+
 
5508
+fi
 
5509
+
 
5510
+done
 
5511
+
 
5512
+
 
5513
 
 
5514
 # Set options
 
5515
 
 
5516
@@ -7405,7 +7195,7 @@
5310
5517
 
5311
5518
 
5312
5519
 # Check whether --with-pic was given.
5315
5522
   withval=$with_pic; pic_mode="$withval"
5316
5523
 else
5317
5524
   pic_mode=default
5318
 
@@ -7424,7 +7226,7 @@
 
5525
@@ -7421,7 +7211,7 @@
5319
5526
 
5320
5527
 
5321
5528
   # Check whether --enable-fast-install was given.
5324
5531
   enableval=$enable_fast_install; p=${PACKAGE-default}
5325
5532
     case $enableval in
5326
5533
     yes) enable_fast_install=yes ;;
5327
 
@@ -7505,9 +7307,9 @@
 
5534
@@ -7502,9 +7292,9 @@
5328
5535
    setopt NO_GLOB_SUBST
5329
5536
 fi
5330
5537
 
5336
5543
   $as_echo_n "(cached) " >&6
5337
5544
 else
5338
5545
   rm -f .libs 2>/dev/null
5339
 
@@ -7520,7 +7322,7 @@
 
5546
@@ -7517,7 +7307,7 @@
5340
5547
 fi
5341
5548
 rmdir .libs 2>/dev/null
5342
5549
 fi
5345
5552
 $as_echo "$lt_cv_objdir" >&6; }
5346
5553
 objdir=$lt_cv_objdir
5347
5554
 
5348
 
@@ -7613,9 +7415,9 @@
 
5555
@@ -7610,9 +7400,9 @@
5349
5556
 case $deplibs_check_method in
5350
5557
 file_magic*)
5351
5558
   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
5357
5564
   $as_echo_n "(cached) " >&6
5358
5565
 else
5359
5566
   case $MAGIC_CMD in
5360
 
@@ -7666,10 +7468,10 @@
 
5567
@@ -7663,10 +7453,10 @@
5361
5568
 
5362
5569
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5363
5570
 if test -n "$MAGIC_CMD"; then
5370
5577
 $as_echo "no" >&6; }
5371
5578
 fi
5372
5579
 
5373
 
@@ -7679,9 +7481,9 @@
 
5580
@@ -7676,9 +7466,9 @@
5374
5581
 
5375
5582
 if test -z "$lt_cv_path_MAGIC_CMD"; then
5376
5583
   if test -n "$ac_tool_prefix"; then
5382
5589
   $as_echo_n "(cached) " >&6
5383
5590
 else
5384
5591
   case $MAGIC_CMD in
5385
 
@@ -7732,10 +7534,10 @@
 
5592
@@ -7729,10 +7519,10 @@
5386
5593
 
5387
5594
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5388
5595
 if test -n "$MAGIC_CMD"; then
5395
5602
 $as_echo "no" >&6; }
5396
5603
 fi
5397
5604
 
5398
 
@@ -7816,9 +7618,9 @@
 
5605
@@ -7813,9 +7603,9 @@
5399
5606
 if test "$GCC" = yes; then
5400
5607
   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
5401
5608
 
5407
5614
   $as_echo_n "(cached) " >&6
5408
5615
 else
5409
5616
   lt_cv_prog_compiler_rtti_exceptions=no
5410
 
@@ -7834,11 +7636,11 @@
 
5617
@@ -7831,11 +7621,11 @@
5411
5618
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
5412
5619
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
5413
5620
    -e 's:$: $lt_compiler_flag:'`
5414
 
-   (eval echo "\"\$as_me:7837: $lt_compile\"" >&5)
5415
 
+   (eval echo "\"\$as_me:7639: $lt_compile\"" >&5)
 
5621
-   (eval echo "\"\$as_me:7834: $lt_compile\"" >&5)
 
5622
+   (eval echo "\"\$as_me:7624: $lt_compile\"" >&5)
5416
5623
    (eval "$lt_compile" 2>conftest.err)
5417
5624
    ac_status=$?
5418
5625
    cat conftest.err >&5
5419
 
-   echo "$as_me:7841: \$? = $ac_status" >&5
5420
 
+   echo "$as_me:7643: \$? = $ac_status" >&5
 
5626
-   echo "$as_me:7838: \$? = $ac_status" >&5
 
5627
+   echo "$as_me:7628: \$? = $ac_status" >&5
5421
5628
    if (exit $ac_status) && test -s "$ac_outfile"; then
5422
5629
      # The compiler can only warn and ignore the option if not recognized
5423
5630
      # So say no if there are warnings other than the usual output.
5424
 
@@ -7851,7 +7653,7 @@
 
5631
@@ -7848,7 +7638,7 @@
5425
5632
    $RM conftest*
5426
5633
 
5427
5634
 fi
5430
5637
 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
5431
5638
 
5432
5639
 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
5433
 
@@ -7871,7 +7673,7 @@
 
5640
@@ -7868,7 +7658,7 @@
5434
5641
 lt_prog_compiler_pic=
5435
5642
 lt_prog_compiler_static=
5436
5643
 
5439
5646
 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
5440
5647
 
5441
5648
   if test "$GCC" = yes; then
5442
 
@@ -8143,7 +7945,7 @@
 
5649
@@ -8140,7 +7930,7 @@
5443
5650
     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
5444
5651
     ;;
5445
5652
 esac
5448
5655
 $as_echo "$lt_prog_compiler_pic" >&6; }
5449
5656
 
5450
5657
 
5451
 
@@ -8155,9 +7957,9 @@
 
5658
@@ -8152,9 +7942,9 @@
5452
5659
 # Check to make sure the PIC flag actually works.
5453
5660
 #
5454
5661
 if test -n "$lt_prog_compiler_pic"; then
5460
5667
   $as_echo_n "(cached) " >&6
5461
5668
 else
5462
5669
   lt_cv_prog_compiler_pic_works=no
5463
 
@@ -8173,11 +7975,11 @@
 
5670
@@ -8170,11 +7960,11 @@
5464
5671
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
5465
5672
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
5466
5673
    -e 's:$: $lt_compiler_flag:'`
5467
 
-   (eval echo "\"\$as_me:8176: $lt_compile\"" >&5)
5468
 
+   (eval echo "\"\$as_me:7978: $lt_compile\"" >&5)
 
5674
-   (eval echo "\"\$as_me:8173: $lt_compile\"" >&5)
 
5675
+   (eval echo "\"\$as_me:7963: $lt_compile\"" >&5)
5469
5676
    (eval "$lt_compile" 2>conftest.err)
5470
5677
    ac_status=$?
5471
5678
    cat conftest.err >&5
5472
 
-   echo "$as_me:8180: \$? = $ac_status" >&5
5473
 
+   echo "$as_me:7982: \$? = $ac_status" >&5
 
5679
-   echo "$as_me:8177: \$? = $ac_status" >&5
 
5680
+   echo "$as_me:7967: \$? = $ac_status" >&5
5474
5681
    if (exit $ac_status) && test -s "$ac_outfile"; then
5475
5682
      # The compiler can only warn and ignore the option if not recognized
5476
5683
      # So say no if there are warnings other than the usual output.
5477
 
@@ -8190,7 +7992,7 @@
 
5684
@@ -8187,7 +7977,7 @@
5478
5685
    $RM conftest*
5479
5686
 
5480
5687
 fi
5483
5690
 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
5484
5691
 
5485
5692
 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
5486
 
@@ -8214,9 +8016,9 @@
 
5693
@@ -8211,9 +8001,9 @@
5487
5694
 # Check to make sure the static flag actually works.
5488
5695
 #
5489
5696
 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
5495
5702
   $as_echo_n "(cached) " >&6
5496
5703
 else
5497
5704
   lt_cv_prog_compiler_static_works=no
5498
 
@@ -8242,7 +8044,7 @@
 
5705
@@ -8239,7 +8029,7 @@
5499
5706
    LDFLAGS="$save_LDFLAGS"
5500
5707
 
5501
5708
 fi
5504
5711
 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
5505
5712
 
5506
5713
 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
5507
 
@@ -8257,9 +8059,9 @@
5508
 
 
5509
 
 
5510
 
 
5511
 
-  { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
5512
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
5513
 
 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
5514
 
-if test "${lt_cv_prog_compiler_c_o+set}" = set; then
5515
 
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
5516
 
   $as_echo_n "(cached) " >&6
5517
 
 else
5518
 
   lt_cv_prog_compiler_c_o=no
5519
 
@@ -8278,11 +8080,11 @@
5520
 
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
5521
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
5522
 
    -e 's:$: $lt_compiler_flag:'`
5523
 
-   (eval echo "\"\$as_me:8281: $lt_compile\"" >&5)
5524
 
+   (eval echo "\"\$as_me:8083: $lt_compile\"" >&5)
5525
 
    (eval "$lt_compile" 2>out/conftest.err)
5526
 
    ac_status=$?
5527
 
    cat out/conftest.err >&5
5528
 
-   echo "$as_me:8285: \$? = $ac_status" >&5
5529
 
+   echo "$as_me:8087: \$? = $ac_status" >&5
5530
 
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
5531
 
    then
5532
 
      # The compiler can only warn and ignore the option if not recognized
5533
 
@@ -8304,7 +8106,7 @@
5534
 
    $RM conftest*
5535
 
 
5536
 
 fi
5537
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
5538
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
5539
 
 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
5540
 
 
5541
 
 
5542
 
@@ -8312,9 +8114,9 @@
5543
 
 
5544
 
 
5545
 
 
5546
 
-  { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
5547
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
5548
 
 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
5549
 
-if test "${lt_cv_prog_compiler_c_o+set}" = set; then
5550
 
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
5551
 
   $as_echo_n "(cached) " >&6
5552
 
 else
5553
 
   lt_cv_prog_compiler_c_o=no
5554
 
@@ -8333,11 +8135,11 @@
5555
 
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
5556
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
5557
 
    -e 's:$: $lt_compiler_flag:'`
5558
 
-   (eval echo "\"\$as_me:8336: $lt_compile\"" >&5)
5559
 
+   (eval echo "\"\$as_me:8138: $lt_compile\"" >&5)
5560
 
    (eval "$lt_compile" 2>out/conftest.err)
5561
 
    ac_status=$?
5562
 
    cat out/conftest.err >&5
5563
 
-   echo "$as_me:8340: \$? = $ac_status" >&5
5564
 
+   echo "$as_me:8142: \$? = $ac_status" >&5
5565
 
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
5566
 
    then
5567
 
      # The compiler can only warn and ignore the option if not recognized
5568
 
@@ -8359,7 +8161,7 @@
5569
 
    $RM conftest*
5570
 
 
5571
 
 fi
5572
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
5573
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
5574
 
 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
5575
 
 
5576
 
 
5577
 
@@ -8368,7 +8170,7 @@
 
5714
@@ -8254,9 +8044,9 @@
 
5715
 
 
5716
 
 
5717
 
 
5718
-  { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
5719
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
 
5720
 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 
5721
-if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 
5722
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
 
5723
   $as_echo_n "(cached) " >&6
 
5724
 else
 
5725
   lt_cv_prog_compiler_c_o=no
 
5726
@@ -8275,11 +8065,11 @@
 
5727
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
5728
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
5729
    -e 's:$: $lt_compiler_flag:'`
 
5730
-   (eval echo "\"\$as_me:8278: $lt_compile\"" >&5)
 
5731
+   (eval echo "\"\$as_me:8068: $lt_compile\"" >&5)
 
5732
    (eval "$lt_compile" 2>out/conftest.err)
 
5733
    ac_status=$?
 
5734
    cat out/conftest.err >&5
 
5735
-   echo "$as_me:8282: \$? = $ac_status" >&5
 
5736
+   echo "$as_me:8072: \$? = $ac_status" >&5
 
5737
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
5738
    then
 
5739
      # The compiler can only warn and ignore the option if not recognized
 
5740
@@ -8301,7 +8091,7 @@
 
5741
    $RM conftest*
 
5742
 
 
5743
 fi
 
5744
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 
5745
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
 
5746
 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
 
5747
 
 
5748
 
 
5749
@@ -8309,9 +8099,9 @@
 
5750
 
 
5751
 
 
5752
 
 
5753
-  { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
5754
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
 
5755
 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 
5756
-if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 
5757
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
 
5758
   $as_echo_n "(cached) " >&6
 
5759
 else
 
5760
   lt_cv_prog_compiler_c_o=no
 
5761
@@ -8330,11 +8120,11 @@
 
5762
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
5763
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
5764
    -e 's:$: $lt_compiler_flag:'`
 
5765
-   (eval echo "\"\$as_me:8333: $lt_compile\"" >&5)
 
5766
+   (eval echo "\"\$as_me:8123: $lt_compile\"" >&5)
 
5767
    (eval "$lt_compile" 2>out/conftest.err)
 
5768
    ac_status=$?
 
5769
    cat out/conftest.err >&5
 
5770
-   echo "$as_me:8337: \$? = $ac_status" >&5
 
5771
+   echo "$as_me:8127: \$? = $ac_status" >&5
 
5772
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
5773
    then
 
5774
      # The compiler can only warn and ignore the option if not recognized
 
5775
@@ -8356,7 +8146,7 @@
 
5776
    $RM conftest*
 
5777
 
 
5778
 fi
 
5779
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 
5780
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
 
5781
 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
 
5782
 
 
5783
 
 
5784
@@ -8365,7 +8155,7 @@
5578
5785
 hard_links="nottested"
5579
5786
 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
5580
5787
   # do not overwrite the value of need_locks provided by the user
5583
5790
 $as_echo_n "checking if we can lock with hard links... " >&6; }
5584
5791
   hard_links=yes
5585
5792
   $RM conftest*
5586
 
@@ -8376,10 +8178,10 @@
 
5793
@@ -8373,10 +8163,10 @@
5587
5794
   touch conftest.a
5588
5795
   ln conftest.a conftest.b 2>&5 || hard_links=no
5589
5796
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
5596
5803
 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
5597
5804
     need_locks=warn
5598
5805
   fi
5599
 
@@ -8392,7 +8194,7 @@
 
5806
@@ -8389,7 +8179,7 @@
5600
5807
 
5601
5808
 
5602
5809
 
5605
5812
 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
5606
5813
 
5607
5814
   runpath_var=
5608
 
@@ -8834,11 +8636,7 @@
 
5815
@@ -8449,6 +8239,9 @@
 
5816
   openbsd*)
 
5817
     with_gnu_ld=no
 
5818
     ;;
 
5819
+  linux* | k*bsd*-gnu)
 
5820
+    link_all_deplibs=no
 
5821
+    ;;
 
5822
   esac
 
5823
 
 
5824
   ld_shlibs=yes
 
5825
@@ -8631,7 +8424,7 @@
 
5826
       fi
 
5827
       ;;
 
5828
 
 
5829
-    netbsd*)
 
5830
+    netbsd* | netbsdelf*-gnu)
 
5831
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
5832
        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
5833
        wlarc=
 
5834
@@ -8806,6 +8599,7 @@
 
5835
        if test "$aix_use_runtimelinking" = yes; then
 
5836
          shared_flag="$shared_flag "'${wl}-G'
 
5837
        fi
 
5838
+       link_all_deplibs=no
 
5839
       else
 
5840
        # not using gcc
 
5841
        if test "$host_cpu" = ia64; then
 
5842
@@ -8831,11 +8625,7 @@
5609
5843
        allow_undefined_flag='-berok'
5610
5844
         # Determine the default libpath from the value encoded in an
5611
5845
         # empty executable.
5618
5852
 /* end confdefs.h.  */
5619
5853
 
5620
5854
 int
5621
 
@@ -8849,27 +8647,7 @@
 
5855
@@ -8846,27 +8636,7 @@
5622
5856
   return 0;
5623
5857
 }
5624
5858
 _ACEOF
5647
5881
 
5648
5882
 lt_aix_libpath_sed='
5649
5883
     /Import File Strings/,/^$/ {
5650
 
@@ -8883,16 +8661,9 @@
 
5884
@@ -8880,16 +8650,9 @@
5651
5885
 if test -z "$aix_libpath"; then
5652
5886
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
5653
5887
 fi
5666
5900
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
5667
5901
 
5668
5902
         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
5669
 
@@ -8905,11 +8676,7 @@
 
5903
@@ -8902,11 +8665,7 @@
5670
5904
        else
5671
5905
         # Determine the default libpath from the value encoded in an
5672
5906
         # empty executable.
5679
5913
 /* end confdefs.h.  */
5680
5914
 
5681
5915
 int
5682
 
@@ -8920,27 +8687,7 @@
 
5916
@@ -8917,27 +8676,7 @@
5683
5917
   return 0;
5684
5918
 }
5685
5919
 _ACEOF
5708
5942
 
5709
5943
 lt_aix_libpath_sed='
5710
5944
     /Import File Strings/,/^$/ {
5711
 
@@ -8954,16 +8701,9 @@
 
5945
@@ -8951,16 +8690,9 @@
5712
5946
 if test -z "$aix_libpath"; then
5713
5947
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
5714
5948
 fi
5727
5961
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
5728
5962
 
5729
5963
         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
5730
 
@@ -9175,42 +8915,16 @@
 
5964
@@ -9172,42 +8904,16 @@
5731
5965
        # implicitly export all symbols.
5732
5966
         save_LDFLAGS="$LDFLAGS"
5733
5967
         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
5775
6009
         LDFLAGS="$save_LDFLAGS"
5776
6010
       else
5777
6011
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
5778
 
@@ -9466,7 +9180,7 @@
 
6012
@@ -9220,7 +8926,7 @@
 
6013
       link_all_deplibs=yes
 
6014
       ;;
 
6015
 
 
6016
-    netbsd*)
 
6017
+    netbsd* | netbsdelf*-gnu)
 
6018
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
6019
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
6020
       else
 
6021
@@ -9463,7 +9169,7 @@
5779
6022
     fi
5780
6023
   fi
5781
6024
 
5784
6027
 $as_echo "$ld_shlibs" >&6; }
5785
6028
 test "$ld_shlibs" = no && can_build_shared=no
5786
6029
 
5787
 
@@ -9503,16 +9217,16 @@
 
6030
@@ -9500,16 +9206,16 @@
5788
6031
       # Test whether the compiler implicitly links with -lc since on some
5789
6032
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
5790
6033
       # to ld, don't add -lc before -lgcc.
5805
6048
         soname=conftest
5806
6049
         lib=conftest
5807
6050
         libobjs=conftest.$ac_objext
5808
 
@@ -9526,11 +9240,11 @@
 
6051
@@ -9523,11 +9229,11 @@
5809
6052
         libname=conftest
5810
6053
         lt_save_allow_undefined_flag=$allow_undefined_flag
5811
6054
         allow_undefined_flag=
5820
6063
         then
5821
6064
          archive_cmds_need_lc=no
5822
6065
         else
5823
 
@@ -9541,7 +9255,7 @@
 
6066
@@ -9538,7 +9244,7 @@
5824
6067
         cat conftest.err 1>&5
5825
6068
       fi
5826
6069
       $RM conftest*
5829
6072
 $as_echo "$archive_cmds_need_lc" >&6; }
5830
6073
       ;;
5831
6074
     esac
5832
 
@@ -9705,7 +9419,7 @@
 
6075
@@ -9702,7 +9408,7 @@
5833
6076
 
5834
6077
 
5835
6078
 
5838
6081
 $as_echo_n "checking dynamic linker characteristics... " >&6; }
5839
6082
 
5840
6083
 if test "$GCC" = yes; then
5841
 
@@ -10127,11 +9841,7 @@
 
6084
@@ -10124,11 +9830,7 @@
5842
6085
   save_libdir=$libdir
5843
6086
   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
5844
6087
        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
5851
6094
 /* end confdefs.h.  */
5852
6095
 
5853
6096
 int
5854
 
@@ -10142,41 +9852,13 @@
 
6097
@@ -10139,41 +9841,13 @@
5855
6098
   return 0;
5856
6099
 }
5857
6100
 _ACEOF
5897
6140
   LDFLAGS=$save_LDFLAGS
5898
6141
   libdir=$save_libdir
5899
6142
 
5900
 
@@ -10391,7 +10073,7 @@
 
6143
@@ -10182,13 +9856,10 @@
 
6144
   # before this can be enabled.
 
6145
   hardcode_into_libs=yes
 
6146
 
 
6147
-  # Add ABI-specific directories to the system library path.
 
6148
-  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
 
6149
-
 
6150
   # Append ld.so.conf contents to the search path
 
6151
   if test -f /etc/ld.so.conf; then
 
6152
     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[      ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
 
6153
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
6154
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
6155
   fi
 
6156
 
 
6157
   # We used to test for /lib/ld.so.1 and disable shared libraries on
 
6158
@@ -10200,6 +9871,18 @@
 
6159
   dynamic_linker='GNU/Linux ld.so'
 
6160
   ;;
 
6161
 
 
6162
+netbsdelf*-gnu)
 
6163
+  version_type=linux
 
6164
+  need_lib_prefix=no
 
6165
+  need_version=no
 
6166
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
6167
+  soname_spec='${libname}${release}${shared_ext}$major'
 
6168
+  shlibpath_var=LD_LIBRARY_PATH
 
6169
+  shlibpath_overrides_runpath=no
 
6170
+  hardcode_into_libs=yes
 
6171
+  dynamic_linker='NetBSD ld.elf_so'
 
6172
+  ;;
 
6173
+
 
6174
 netbsd*)
 
6175
   version_type=sunos
 
6176
   need_lib_prefix=no
 
6177
@@ -10388,7 +10071,7 @@
5901
6178
   dynamic_linker=no
5902
6179
   ;;
5903
6180
 esac
5906
6183
 $as_echo "$dynamic_linker" >&6; }
5907
6184
 test "$dynamic_linker" = no && can_build_shared=no
5908
6185
 
5909
 
@@ -10493,7 +10175,7 @@
 
6186
@@ -10490,7 +10173,7 @@
5910
6187
 
5911
6188
 
5912
6189
 
5915
6192
 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
5916
6193
 hardcode_action=
5917
6194
 if test -n "$hardcode_libdir_flag_spec" ||
5918
 
@@ -10518,7 +10200,7 @@
 
6195
@@ -10515,7 +10198,7 @@
5919
6196
   # directories.
5920
6197
   hardcode_action=unsupported
5921
6198
 fi
5924
6201
 $as_echo "$hardcode_action" >&6; }
5925
6202
 
5926
6203
 if test "$hardcode_action" = relink ||
5927
 
@@ -10563,18 +10245,14 @@
 
6204
@@ -10560,18 +10243,14 @@
5928
6205
 
5929
6206
   darwin*)
5930
6207
   # if libdl is installed we need to link against it
5946
6223
 /* end confdefs.h.  */
5947
6224
 
5948
6225
 /* Override any GCC internal prototype to avoid an error.
5949
 
@@ -10592,43 +10270,18 @@
 
6226
@@ -10589,43 +10268,18 @@
5950
6227
   return 0;
5951
6228
 }
5952
6229
 _ACEOF
5996
6273
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
5997
6274
 else
5998
6275
 
5999
 
@@ -10641,33 +10294,19 @@
 
6276
@@ -10638,106 +10292,18 @@
6000
6277
     ;;
6001
6278
 
6002
6279
   *)
6003
6280
-    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
6004
6281
-$as_echo_n "checking for shl_load... " >&6; }
6005
6282
-if test "${ac_cv_func_shl_load+set}" = set; then
6006
 
+    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
6007
 
+if test "x$ac_cv_func_shl_load" = x""yes; then :
6008
 
+  lt_cv_dlopen="shl_load"
6009
 
+else
6010
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
6011
 
+$as_echo_n "checking for shl_load in -ldld... " >&6; }
6012
 
+if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
6013
 
   $as_echo_n "(cached) " >&6
6014
 
 else
 
6283
-  $as_echo_n "(cached) " >&6
 
6284
-else
6015
6285
-  cat >conftest.$ac_ext <<_ACEOF
6016
6286
-/* confdefs.h.  */
6017
6287
-_ACEOF
6018
6288
-cat confdefs.h >>conftest.$ac_ext
6019
6289
-cat >>conftest.$ac_ext <<_ACEOF
6020
 
+  ac_check_lib_save_LIBS=$LIBS
6021
 
+LIBS="-ldld  $LIBS"
6022
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6023
 
 /* end confdefs.h.  */
 
6290
-/* end confdefs.h.  */
6024
6291
-/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
6025
6292
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6026
6293
-#define shl_load innocuous_shl_load
6037
6304
-#endif
6038
6305
-
6039
6306
-#undef shl_load
6040
 
 
6041
 
 /* Override any GCC internal prototype to avoid an error.
6042
 
    Use char because int might match the return type of a GCC
6043
 
@@ -10676,13 +10315,6 @@
6044
 
 extern "C"
6045
 
 #endif
6046
 
 char shl_load ();
 
6307
-
 
6308
-/* Override any GCC internal prototype to avoid an error.
 
6309
-   Use char because int might match the return type of a GCC
 
6310
-   builtin and then its argument prototype would still apply.  */
 
6311
-#ifdef __cplusplus
 
6312
-extern "C"
 
6313
-#endif
 
6314
-char shl_load ();
6047
6315
-/* The GNU C library defines this for functions which it implements
6048
6316
-    to always fail with ENOSYS.  Some functions are actually named
6049
6317
-    something starting with __ and the normal name is an alias.  */
6051
6319
-choke me
6052
6320
-#endif
6053
6321
-
6054
 
 int
6055
 
 main ()
6056
 
 {
6057
 
@@ -10691,212 +10323,32 @@
6058
 
   return 0;
6059
 
 }
6060
 
 _ACEOF
 
6322
-int
 
6323
-main ()
 
6324
-{
 
6325
-return shl_load ();
 
6326
-  ;
 
6327
-  return 0;
 
6328
-}
 
6329
-_ACEOF
6061
6330
-rm -f conftest.$ac_objext conftest$ac_exeext
6062
6331
-if { (ac_try="$ac_link"
6063
6332
-case "(($ac_try" in
6080
6349
-        $as_test_x conftest$ac_exeext
6081
6350
-       }; then
6082
6351
-  ac_cv_func_shl_load=yes
6083
 
+if ac_fn_c_try_link "$LINENO"; then :
6084
 
+  ac_cv_lib_dld_shl_load=yes
6085
 
 else
 
6352
-else
6086
6353
-  $as_echo "$as_me: failed program was:" >&5
6087
6354
-sed 's/^/| /' conftest.$ac_ext >&5
6088
6355
-
6089
6356
-       ac_cv_func_shl_load=no
6090
 
+  ac_cv_lib_dld_shl_load=no
6091
 
 fi
 
6357
-fi
6092
6358
-
6093
6359
-rm -rf conftest.dSYM
6094
6360
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6095
6361
-      conftest$ac_exeext conftest.$ac_ext
6096
 
+rm -f core conftest.err conftest.$ac_objext \
6097
 
+    conftest$ac_exeext conftest.$ac_ext
6098
 
+LIBS=$ac_check_lib_save_LIBS
6099
 
 fi
 
6362
-fi
6100
6363
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
6101
6364
-$as_echo "$ac_cv_func_shl_load" >&6; }
6102
6365
-if test "x$ac_cv_func_shl_load" = x""yes; then
6103
 
-  lt_cv_dlopen="shl_load"
6104
 
-else
 
6366
+    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
 
6367
+if test "x$ac_cv_func_shl_load" = x""yes; then :
 
6368
   lt_cv_dlopen="shl_load"
 
6369
 else
6105
6370
-  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
6106
 
-$as_echo_n "checking for shl_load in -ldld... " >&6; }
 
6371
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
 
6372
 $as_echo_n "checking for shl_load in -ldld... " >&6; }
6107
6373
-if test "${ac_cv_lib_dld_shl_load+set}" = set; then
6108
 
-  $as_echo_n "(cached) " >&6
6109
 
-else
6110
 
-  ac_check_lib_save_LIBS=$LIBS
6111
 
-LIBS="-ldld  $LIBS"
 
6374
+if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
 
6375
   $as_echo_n "(cached) " >&6
 
6376
 else
 
6377
   ac_check_lib_save_LIBS=$LIBS
 
6378
 LIBS="-ldld  $LIBS"
6112
6379
-cat >conftest.$ac_ext <<_ACEOF
6113
6380
-/* confdefs.h.  */
6114
6381
-_ACEOF
6115
6382
-cat confdefs.h >>conftest.$ac_ext
6116
6383
-cat >>conftest.$ac_ext <<_ACEOF
6117
 
-/* end confdefs.h.  */
6118
 
-
6119
 
-/* Override any GCC internal prototype to avoid an error.
6120
 
-   Use char because int might match the return type of a GCC
6121
 
-   builtin and then its argument prototype would still apply.  */
6122
 
-#ifdef __cplusplus
6123
 
-extern "C"
6124
 
-#endif
6125
 
-char shl_load ();
6126
 
-int
6127
 
-main ()
6128
 
-{
6129
 
-return shl_load ();
6130
 
-  ;
6131
 
-  return 0;
6132
 
-}
6133
 
-_ACEOF
 
6384
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
6385
 /* end confdefs.h.  */
 
6386
 
 
6387
 /* Override any GCC internal prototype to avoid an error.
 
6388
@@ -10755,145 +10321,32 @@
 
6389
   return 0;
 
6390
 }
 
6391
 _ACEOF
6134
6392
-rm -f conftest.$ac_objext conftest$ac_exeext
6135
6393
-if { (ac_try="$ac_link"
6136
6394
-case "(($ac_try" in
6152
6410
-        test "$cross_compiling" = yes ||
6153
6411
-        $as_test_x conftest$ac_exeext
6154
6412
-       }; then
6155
 
-  ac_cv_lib_dld_shl_load=yes
6156
 
-else
 
6413
+if ac_fn_c_try_link "$LINENO"; then :
 
6414
   ac_cv_lib_dld_shl_load=yes
 
6415
 else
6157
6416
-  $as_echo "$as_me: failed program was:" >&5
6158
6417
-sed 's/^/| /' conftest.$ac_ext >&5
6159
6418
-
6160
6419
-       ac_cv_lib_dld_shl_load=no
6161
 
-fi
 
6420
+  ac_cv_lib_dld_shl_load=no
 
6421
 fi
6162
6422
-
6163
6423
-rm -rf conftest.dSYM
6164
6424
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6165
6425
-      conftest$ac_exeext conftest.$ac_ext
6166
 
-LIBS=$ac_check_lib_save_LIBS
6167
 
-fi
 
6426
+rm -f core conftest.err conftest.$ac_objext \
 
6427
+    conftest$ac_exeext conftest.$ac_ext
 
6428
 LIBS=$ac_check_lib_save_LIBS
 
6429
 fi
6168
6430
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
6169
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
6170
 
 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
 
6431
-$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
6171
6432
-if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
6172
 
+if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
6173
 
   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
6174
 
 else
 
6433
-  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
 
6434
-else
6175
6435
-  { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
6176
6436
-$as_echo_n "checking for dlopen... " >&6; }
6177
6437
-if test "${ac_cv_func_dlopen+set}" = set; then
6258
6518
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
6259
6519
-$as_echo "$ac_cv_func_dlopen" >&6; }
6260
6520
-if test "x$ac_cv_func_dlopen" = x""yes; then
 
6521
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
 
6522
+$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
 
6523
+if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
 
6524
+  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
 
6525
+else
6261
6526
+  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
6262
6527
+if test "x$ac_cv_func_dlopen" = x""yes; then :
6263
6528
   lt_cv_dlopen="dlopen"
6280
6545
 /* end confdefs.h.  */
6281
6546
 
6282
6547
 /* Override any GCC internal prototype to avoid an error.
6283
 
@@ -10914,57 +10366,28 @@
 
6548
@@ -10911,57 +10364,28 @@
6284
6549
   return 0;
6285
6550
 }
6286
6551
 _ACEOF
6347
6612
 /* end confdefs.h.  */
6348
6613
 
6349
6614
 /* Override any GCC internal prototype to avoid an error.
6350
 
@@ -10982,57 +10405,28 @@
 
6615
@@ -10979,57 +10403,28 @@
6351
6616
   return 0;
6352
6617
 }
6353
6618
 _ACEOF
6414
6679
 /* end confdefs.h.  */
6415
6680
 
6416
6681
 /* Override any GCC internal prototype to avoid an error.
6417
 
@@ -11050,43 +10444,18 @@
 
6682
@@ -11047,43 +10442,18 @@
6418
6683
   return 0;
6419
6684
 }
6420
6685
 _ACEOF
6464
6729
   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
6465
6730
 fi
6466
6731
 
6467
 
@@ -11125,9 +10494,9 @@
 
6732
@@ -11122,9 +10492,9 @@
6468
6733
     save_LIBS="$LIBS"
6469
6734
     LIBS="$lt_cv_dlopen_libs $LIBS"
6470
6735
 
6476
6741
   $as_echo_n "(cached) " >&6
6477
6742
 else
6478
6743
          if test "$cross_compiling" = yes; then :
6479
 
@@ -11136,7 +10505,7 @@
 
6744
@@ -11133,7 +10503,7 @@
6480
6745
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6481
6746
   lt_status=$lt_dlunknown
6482
6747
   cat > conftest.$ac_ext <<_LT_EOF
6483
 
-#line 11139 "configure"
6484
 
+#line 10508 "configure"
 
6748
-#line 11136 "configure"
 
6749
+#line 10506 "configure"
6485
6750
 #include "confdefs.h"
6486
6751
 
6487
6752
 #if HAVE_DLFCN_H
6488
 
@@ -11195,11 +10564,11 @@
 
6753
@@ -11192,11 +10562,11 @@
6489
6754
   return status;
6490
6755
 }
6491
6756
 _LT_EOF
6500
6765
     (./conftest; exit; ) >&5 2>/dev/null
6501
6766
     lt_status=$?
6502
6767
     case x$lt_status in
6503
 
@@ -11216,14 +10585,14 @@
 
6768
@@ -11213,14 +10583,14 @@
6504
6769
 
6505
6770
 
6506
6771
 fi
6518
6783
   $as_echo_n "(cached) " >&6
6519
6784
 else
6520
6785
          if test "$cross_compiling" = yes; then :
6521
 
@@ -11232,7 +10601,7 @@
 
6786
@@ -11229,7 +10599,7 @@
6522
6787
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6523
6788
   lt_status=$lt_dlunknown
6524
6789
   cat > conftest.$ac_ext <<_LT_EOF
6525
 
-#line 11235 "configure"
6526
 
+#line 10604 "configure"
 
6790
-#line 11232 "configure"
 
6791
+#line 10602 "configure"
6527
6792
 #include "confdefs.h"
6528
6793
 
6529
6794
 #if HAVE_DLFCN_H
6530
 
@@ -11291,11 +10660,11 @@
 
6795
@@ -11288,11 +10658,11 @@
6531
6796
   return status;
6532
6797
 }
6533
6798
 _LT_EOF
6542
6807
     (./conftest; exit; ) >&5 2>/dev/null
6543
6808
     lt_status=$?
6544
6809
     case x$lt_status in
6545
 
@@ -11312,7 +10681,7 @@
 
6810
@@ -11309,7 +10679,7 @@
6546
6811
 
6547
6812
 
6548
6813
 fi
6551
6816
 $as_echo "$lt_cv_dlopen_self_static" >&6; }
6552
6817
     fi
6553
6818
 
6554
 
@@ -11351,12 +10720,12 @@
 
6819
@@ -11348,12 +10718,12 @@
6555
6820
 
6556
6821
 striplib=
6557
6822
 old_striplib=
6566
6831
 $as_echo "yes" >&6; }
6567
6832
 else
6568
6833
 # FIXME - insert some real tests, host_os isn't really good enough
6569
 
@@ -11365,15 +10734,15 @@
 
6834
@@ -11362,15 +10732,15 @@
6570
6835
     if test -n "$STRIP" ; then
6571
6836
       striplib="$STRIP -x"
6572
6837
       old_striplib="$STRIP -S"
6585
6850
 $as_echo "no" >&6; }
6586
6851
     ;;
6587
6852
   esac
6588
 
@@ -11391,12 +10760,12 @@
 
6853
@@ -11388,12 +10758,12 @@
6589
6854
 
6590
6855
 
6591
6856
   # Report which library types will actually be built
6601
6866
 $as_echo_n "checking whether to build shared libraries... " >&6; }
6602
6867
   test "$can_build_shared" = "no" && enable_shared=no
6603
6868
 
6604
 
@@ -11417,14 +10786,14 @@
 
6869
@@ -11414,14 +10784,14 @@
6605
6870
     fi
6606
6871
     ;;
6607
6872
   esac
6619
6884
 $as_echo "$enable_static" >&6; }
6620
6885
 
6621
6886
 
6622
 
@@ -11465,9 +10834,9 @@
6623
 
 # Josh Triplett <josh@freedesktop.org>
6624
 
 # Extract the first word of "bash", so it can be a program name with args.
6625
 
 set dummy bash; ac_word=$2
6626
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6627
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6628
 
 $as_echo_n "checking for $ac_word... " >&6; }
6629
 
-if test "${ac_cv_path_DOLT_BASH+set}" = set; then
6630
 
+if test "${ac_cv_path_DOLT_BASH+set}" = set; then :
6631
 
   $as_echo_n "(cached) " >&6
6632
 
 else
6633
 
   case $DOLT_BASH in
6634
 
@@ -11480,14 +10849,14 @@
6635
 
 do
6636
 
   IFS=$as_save_IFS
6637
 
   test -z "$as_dir" && as_dir=.
6638
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
6639
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
6640
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6641
 
     ac_cv_path_DOLT_BASH="$as_dir/$ac_word$ac_exec_ext"
6642
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6643
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6644
 
     break 2
6645
 
   fi
6646
 
 done
6647
 
-done
6648
 
+  done
6649
 
 IFS=$as_save_IFS
6650
 
 
6651
 
   ;;
6652
 
@@ -11495,15 +10864,15 @@
6653
 
 fi
6654
 
 DOLT_BASH=$ac_cv_path_DOLT_BASH
6655
 
 if test -n "$DOLT_BASH"; then
6656
 
-  { $as_echo "$as_me:$LINENO: result: $DOLT_BASH" >&5
6657
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DOLT_BASH" >&5
6658
 
 $as_echo "$DOLT_BASH" >&6; }
6659
 
 else
6660
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
6661
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6662
 
 $as_echo "no" >&6; }
6663
 
 fi
6664
 
 
6665
 
 
6666
 
-{ $as_echo "$as_me:$LINENO: checking if dolt supports this host" >&5
6667
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if dolt supports this host" >&5
6668
 
 $as_echo_n "checking if dolt supports this host... " >&6; }
6669
 
 dolt_supported=yes
6670
 
 if test x$DOLT_BASH = x; then
6671
 
@@ -11525,12 +10894,12 @@
6672
 
     ;;
6673
 
 esac
6674
 
 if test x$dolt_supported = xno ; then
6675
 
-    { $as_echo "$as_me:$LINENO: result: no, falling back to libtool" >&5
6676
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, falling back to libtool" >&5
6677
 
 $as_echo "no, falling back to libtool" >&6; }
6678
 
     LTCOMPILE='$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(COMPILE)'
6679
 
     LTCXXCOMPILE='$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXXCOMPILE)'
6680
 
 else
6681
 
-    { $as_echo "$as_me:$LINENO: result: yes, replacing libtool" >&5
6682
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, replacing libtool" >&5
6683
 
 $as_echo "yes, replacing libtool" >&6; }
6684
 
 
6685
 
     cat <<__DOLTCOMPILE__EOF__ >doltcompile
6686
 
@@ -11658,17 +11027,13 @@
6687
 
 # end dolt
 
6887
@@ -11457,17 +10827,13 @@
 
6888
 
6688
6889
 
6689
6890
 
6690
6891
-{ $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5
6704
6905
 /* end confdefs.h.  */
6705
6906
 
6706
6907
 /* Override any GCC internal prototype to avoid an error.
6707
 
@@ -11693,54 +11058,27 @@
 
6908
@@ -11492,54 +10858,27 @@
6708
6909
     ac_res=-l$ac_lib
6709
6910
     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
6710
6911
   fi
6767
6968
   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6768
6969
 
6769
6970
 fi
6770
 
@@ -11753,9 +11091,9 @@
6771
 
 if test -n "$ac_tool_prefix"; then
6772
 
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
6773
 
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
6774
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6775
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6776
 
 $as_echo_n "checking for $ac_word... " >&6; }
6777
 
-if test "${ac_cv_prog_CC+set}" = set; then
6778
 
+if test "${ac_cv_prog_CC+set}" = set; then :
6779
 
   $as_echo_n "(cached) " >&6
6780
 
 else
6781
 
   if test -n "$CC"; then
6782
 
@@ -11766,24 +11104,24 @@
6783
 
 do
6784
 
   IFS=$as_save_IFS
6785
 
   test -z "$as_dir" && as_dir=.
6786
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
6787
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
6788
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6789
 
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
6790
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6791
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6792
 
     break 2
6793
 
   fi
6794
 
 done
6795
 
-done
6796
 
+  done
6797
 
 IFS=$as_save_IFS
6798
 
 
6799
 
 fi
6800
 
 fi
6801
 
 CC=$ac_cv_prog_CC
6802
 
 if test -n "$CC"; then
6803
 
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
6804
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
6805
 
 $as_echo "$CC" >&6; }
6806
 
 else
6807
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
6808
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6809
 
 $as_echo "no" >&6; }
6810
 
 fi
6811
 
 
6812
 
@@ -11793,9 +11131,9 @@
6813
 
   ac_ct_CC=$CC
6814
 
   # Extract the first word of "gcc", so it can be a program name with args.
6815
 
 set dummy gcc; ac_word=$2
6816
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6817
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6818
 
 $as_echo_n "checking for $ac_word... " >&6; }
6819
 
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
6820
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
6821
 
   $as_echo_n "(cached) " >&6
6822
 
 else
6823
 
   if test -n "$ac_ct_CC"; then
6824
 
@@ -11806,24 +11144,24 @@
6825
 
 do
6826
 
   IFS=$as_save_IFS
6827
 
   test -z "$as_dir" && as_dir=.
6828
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
6829
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
6830
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6831
 
     ac_cv_prog_ac_ct_CC="gcc"
6832
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6833
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6834
 
     break 2
6835
 
   fi
6836
 
 done
6837
 
-done
6838
 
+  done
6839
 
 IFS=$as_save_IFS
6840
 
 
6841
 
 fi
6842
 
 fi
6843
 
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
6844
 
 if test -n "$ac_ct_CC"; then
6845
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
6846
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
6847
 
 $as_echo "$ac_ct_CC" >&6; }
6848
 
 else
6849
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
6850
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6851
 
 $as_echo "no" >&6; }
6852
 
 fi
6853
 
 
6854
 
@@ -11832,7 +11170,7 @@
6855
 
   else
6856
 
     case $cross_compiling:$ac_tool_warned in
6857
 
 yes:)
6858
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6859
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6860
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6861
 
 ac_tool_warned=yes ;;
6862
 
 esac
6863
 
@@ -11846,9 +11184,9 @@
6864
 
           if test -n "$ac_tool_prefix"; then
6865
 
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
6866
 
 set dummy ${ac_tool_prefix}cc; ac_word=$2
6867
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6868
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6869
 
 $as_echo_n "checking for $ac_word... " >&6; }
6870
 
-if test "${ac_cv_prog_CC+set}" = set; then
6871
 
+if test "${ac_cv_prog_CC+set}" = set; then :
6872
 
   $as_echo_n "(cached) " >&6
6873
 
 else
6874
 
   if test -n "$CC"; then
6875
 
@@ -11859,24 +11197,24 @@
6876
 
 do
6877
 
   IFS=$as_save_IFS
6878
 
   test -z "$as_dir" && as_dir=.
6879
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
6880
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
6881
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6882
 
     ac_cv_prog_CC="${ac_tool_prefix}cc"
6883
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6884
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6885
 
     break 2
6886
 
   fi
6887
 
 done
6888
 
-done
6889
 
+  done
6890
 
 IFS=$as_save_IFS
6891
 
 
6892
 
 fi
6893
 
 fi
6894
 
 CC=$ac_cv_prog_CC
6895
 
 if test -n "$CC"; then
6896
 
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
6897
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
6898
 
 $as_echo "$CC" >&6; }
6899
 
 else
6900
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
6901
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6902
 
 $as_echo "no" >&6; }
6903
 
 fi
6904
 
 
6905
 
@@ -11886,9 +11224,9 @@
6906
 
 if test -z "$CC"; then
6907
 
   # Extract the first word of "cc", so it can be a program name with args.
6908
 
 set dummy cc; ac_word=$2
6909
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6910
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6911
 
 $as_echo_n "checking for $ac_word... " >&6; }
6912
 
-if test "${ac_cv_prog_CC+set}" = set; then
6913
 
+if test "${ac_cv_prog_CC+set}" = set; then :
6914
 
   $as_echo_n "(cached) " >&6
6915
 
 else
6916
 
   if test -n "$CC"; then
6917
 
@@ -11900,18 +11238,18 @@
6918
 
 do
6919
 
   IFS=$as_save_IFS
6920
 
   test -z "$as_dir" && as_dir=.
6921
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
6922
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
6923
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6924
 
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
6925
 
        ac_prog_rejected=yes
6926
 
        continue
6927
 
      fi
6928
 
     ac_cv_prog_CC="cc"
6929
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6930
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6931
 
     break 2
6932
 
   fi
6933
 
 done
6934
 
-done
6935
 
+  done
6936
 
 IFS=$as_save_IFS
6937
 
 
6938
 
 if test $ac_prog_rejected = yes; then
6939
 
@@ -11930,10 +11268,10 @@
6940
 
 fi
6941
 
 CC=$ac_cv_prog_CC
6942
 
 if test -n "$CC"; then
6943
 
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
6944
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
6945
 
 $as_echo "$CC" >&6; }
6946
 
 else
6947
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
6948
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6949
 
 $as_echo "no" >&6; }
6950
 
 fi
6951
 
 
6952
 
@@ -11945,9 +11283,9 @@
6953
 
   do
6954
 
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6955
 
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6956
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6957
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6958
 
 $as_echo_n "checking for $ac_word... " >&6; }
6959
 
-if test "${ac_cv_prog_CC+set}" = set; then
6960
 
+if test "${ac_cv_prog_CC+set}" = set; then :
6961
 
   $as_echo_n "(cached) " >&6
6962
 
 else
6963
 
   if test -n "$CC"; then
6964
 
@@ -11958,24 +11296,24 @@
6965
 
 do
6966
 
   IFS=$as_save_IFS
6967
 
   test -z "$as_dir" && as_dir=.
6968
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
6969
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
6970
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6971
 
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
6972
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6973
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6974
 
     break 2
6975
 
   fi
6976
 
 done
6977
 
-done
6978
 
+  done
6979
 
 IFS=$as_save_IFS
6980
 
 
6981
 
 fi
6982
 
 fi
6983
 
 CC=$ac_cv_prog_CC
6984
 
 if test -n "$CC"; then
6985
 
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
6986
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
6987
 
 $as_echo "$CC" >&6; }
6988
 
 else
6989
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
6990
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6991
 
 $as_echo "no" >&6; }
6992
 
 fi
6993
 
 
6994
 
@@ -11989,9 +11327,9 @@
6995
 
 do
6996
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
6997
 
 set dummy $ac_prog; ac_word=$2
6998
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6999
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7000
 
 $as_echo_n "checking for $ac_word... " >&6; }
7001
 
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
7002
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
7003
 
   $as_echo_n "(cached) " >&6
7004
 
 else
7005
 
   if test -n "$ac_ct_CC"; then
7006
 
@@ -12002,24 +11340,24 @@
7007
 
 do
7008
 
   IFS=$as_save_IFS
7009
 
   test -z "$as_dir" && as_dir=.
7010
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
7011
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
7012
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7013
 
     ac_cv_prog_ac_ct_CC="$ac_prog"
7014
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7015
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7016
 
     break 2
7017
 
   fi
7018
 
 done
7019
 
-done
7020
 
+  done
7021
 
 IFS=$as_save_IFS
7022
 
 
7023
 
 fi
7024
 
 fi
7025
 
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
7026
 
 if test -n "$ac_ct_CC"; then
7027
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
7028
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
7029
 
 $as_echo "$ac_ct_CC" >&6; }
7030
 
 else
7031
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
7032
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7033
 
 $as_echo "no" >&6; }
7034
 
 fi
7035
 
 
7036
 
@@ -12032,7 +11370,7 @@
7037
 
   else
7038
 
     case $cross_compiling:$ac_tool_warned in
7039
 
 yes:)
7040
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7041
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7042
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7043
 
 ac_tool_warned=yes ;;
7044
 
 esac
7045
 
@@ -12043,62 +11381,42 @@
7046
 
 fi
7047
 
 
7048
 
 
7049
 
-test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
7050
 
+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7051
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7052
 
-{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
7053
 
-See \`config.log' for more details." >&5
7054
 
-$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
7055
 
-See \`config.log' for more details." >&2;}
7056
 
-   { (exit 1); exit 1; }; }; }
7057
 
+as_fn_error "no acceptable C compiler found in \$PATH
7058
 
+See \`config.log' for more details." "$LINENO" 5; }
7059
 
 
7060
 
 # Provide some information about the compiler.
7061
 
-$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
7062
 
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
7063
 
 set X $ac_compile
7064
 
 ac_compiler=$2
7065
 
-{ (ac_try="$ac_compiler --version >&5"
7066
 
-case "(($ac_try" in
7067
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7068
 
-  *) ac_try_echo=$ac_try;;
7069
 
-esac
7070
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7071
 
-$as_echo "$ac_try_echo") >&5
7072
 
-  (eval "$ac_compiler --version >&5") 2>&5
7073
 
-  ac_status=$?
7074
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7075
 
-  (exit $ac_status); }
7076
 
-{ (ac_try="$ac_compiler -v >&5"
7077
 
-case "(($ac_try" in
7078
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7079
 
-  *) ac_try_echo=$ac_try;;
7080
 
-esac
7081
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7082
 
-$as_echo "$ac_try_echo") >&5
7083
 
-  (eval "$ac_compiler -v >&5") 2>&5
7084
 
-  ac_status=$?
7085
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7086
 
-  (exit $ac_status); }
7087
 
-{ (ac_try="$ac_compiler -V >&5"
7088
 
+for ac_option in --version -v -V -qversion; do
7089
 
+  { { ac_try="$ac_compiler $ac_option >&5"
7090
 
 case "(($ac_try" in
7091
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7092
 
   *) ac_try_echo=$ac_try;;
7093
 
 esac
7094
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7095
 
-$as_echo "$ac_try_echo") >&5
7096
 
-  (eval "$ac_compiler -V >&5") 2>&5
7097
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
7098
 
+$as_echo "$ac_try_echo"; } >&5
7099
 
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
7100
 
   ac_status=$?
7101
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7102
 
-  (exit $ac_status); }
7103
 
+  if test -s conftest.err; then
7104
 
+    sed '10a\
7105
 
+... rest of stderr output deleted ...
7106
 
+         10q' conftest.err >conftest.er1
7107
 
+    cat conftest.er1 >&5
7108
 
+    rm -f conftest.er1 conftest.err
7109
 
+  fi
7110
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7111
 
+  test $ac_status = 0; }
7112
 
+done
7113
 
 
7114
 
-{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
7115
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
7116
 
 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
7117
 
-if test "${ac_cv_c_compiler_gnu+set}" = set; then
7118
 
+if test "${ac_cv_c_compiler_gnu+set}" = set; then :
7119
 
   $as_echo_n "(cached) " >&6
7120
 
 else
7121
 
-  cat >conftest.$ac_ext <<_ACEOF
7122
 
-/* confdefs.h.  */
7123
 
-_ACEOF
7124
 
-cat confdefs.h >>conftest.$ac_ext
7125
 
-cat >>conftest.$ac_ext <<_ACEOF
7126
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7127
 
 /* end confdefs.h.  */
7128
 
 
7129
 
 int
7130
 
@@ -12112,37 +11430,16 @@
7131
 
   return 0;
7132
 
 }
7133
 
 _ACEOF
7134
 
-rm -f conftest.$ac_objext
7135
 
-if { (ac_try="$ac_compile"
7136
 
-case "(($ac_try" in
7137
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7138
 
-  *) ac_try_echo=$ac_try;;
7139
 
-esac
7140
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7141
 
-$as_echo "$ac_try_echo") >&5
7142
 
-  (eval "$ac_compile") 2>conftest.er1
7143
 
-  ac_status=$?
7144
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7145
 
-  rm -f conftest.er1
7146
 
-  cat conftest.err >&5
7147
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7148
 
-  (exit $ac_status); } && {
7149
 
-        test -z "$ac_c_werror_flag" ||
7150
 
-        test ! -s conftest.err
7151
 
-       } && test -s conftest.$ac_objext; then
7152
 
+if ac_fn_c_try_compile "$LINENO"; then :
7153
 
   ac_compiler_gnu=yes
7154
 
 else
7155
 
-  $as_echo "$as_me: failed program was:" >&5
7156
 
-sed 's/^/| /' conftest.$ac_ext >&5
7157
 
-
7158
 
-       ac_compiler_gnu=no
7159
 
+  ac_compiler_gnu=no
7160
 
 fi
7161
 
-
7162
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7163
 
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
7164
 
 
7165
 
 fi
7166
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
7167
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
7168
 
 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
7169
 
 if test $ac_compiler_gnu = yes; then
7170
 
   GCC=yes
7171
 
@@ -12151,20 +11448,16 @@
7172
 
 fi
7173
 
 ac_test_CFLAGS=${CFLAGS+set}
7174
 
 ac_save_CFLAGS=$CFLAGS
7175
 
-{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
7176
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
7177
 
 $as_echo_n "checking whether $CC accepts -g... " >&6; }
7178
 
-if test "${ac_cv_prog_cc_g+set}" = set; then
7179
 
+if test "${ac_cv_prog_cc_g+set}" = set; then :
7180
 
   $as_echo_n "(cached) " >&6
7181
 
 else
7182
 
   ac_save_c_werror_flag=$ac_c_werror_flag
7183
 
    ac_c_werror_flag=yes
7184
 
    ac_cv_prog_cc_g=no
7185
 
    CFLAGS="-g"
7186
 
-   cat >conftest.$ac_ext <<_ACEOF
7187
 
-/* confdefs.h.  */
7188
 
-_ACEOF
7189
 
-cat confdefs.h >>conftest.$ac_ext
7190
 
-cat >>conftest.$ac_ext <<_ACEOF
7191
 
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7192
 
 /* end confdefs.h.  */
7193
 
 
7194
 
 int
7195
 
@@ -12175,35 +11468,11 @@
7196
 
   return 0;
7197
 
 }
7198
 
 _ACEOF
7199
 
-rm -f conftest.$ac_objext
7200
 
-if { (ac_try="$ac_compile"
7201
 
-case "(($ac_try" in
7202
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7203
 
-  *) ac_try_echo=$ac_try;;
7204
 
-esac
7205
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7206
 
-$as_echo "$ac_try_echo") >&5
7207
 
-  (eval "$ac_compile") 2>conftest.er1
7208
 
-  ac_status=$?
7209
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7210
 
-  rm -f conftest.er1
7211
 
-  cat conftest.err >&5
7212
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7213
 
-  (exit $ac_status); } && {
7214
 
-        test -z "$ac_c_werror_flag" ||
7215
 
-        test ! -s conftest.err
7216
 
-       } && test -s conftest.$ac_objext; then
7217
 
+if ac_fn_c_try_compile "$LINENO"; then :
7218
 
   ac_cv_prog_cc_g=yes
7219
 
 else
7220
 
-  $as_echo "$as_me: failed program was:" >&5
7221
 
-sed 's/^/| /' conftest.$ac_ext >&5
7222
 
-
7223
 
-       CFLAGS=""
7224
 
-      cat >conftest.$ac_ext <<_ACEOF
7225
 
-/* confdefs.h.  */
7226
 
-_ACEOF
7227
 
-cat confdefs.h >>conftest.$ac_ext
7228
 
-cat >>conftest.$ac_ext <<_ACEOF
7229
 
+  CFLAGS=""
7230
 
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7231
 
 /* end confdefs.h.  */
7232
 
 
7233
 
 int
7234
 
@@ -12214,36 +11483,12 @@
7235
 
   return 0;
7236
 
 }
7237
 
 _ACEOF
7238
 
-rm -f conftest.$ac_objext
7239
 
-if { (ac_try="$ac_compile"
7240
 
-case "(($ac_try" in
7241
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7242
 
-  *) ac_try_echo=$ac_try;;
7243
 
-esac
7244
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7245
 
-$as_echo "$ac_try_echo") >&5
7246
 
-  (eval "$ac_compile") 2>conftest.er1
7247
 
-  ac_status=$?
7248
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7249
 
-  rm -f conftest.er1
7250
 
-  cat conftest.err >&5
7251
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7252
 
-  (exit $ac_status); } && {
7253
 
-        test -z "$ac_c_werror_flag" ||
7254
 
-        test ! -s conftest.err
7255
 
-       } && test -s conftest.$ac_objext; then
7256
 
-  :
7257
 
-else
7258
 
-  $as_echo "$as_me: failed program was:" >&5
7259
 
-sed 's/^/| /' conftest.$ac_ext >&5
7260
 
+if ac_fn_c_try_compile "$LINENO"; then :
7261
 
 
7262
 
-       ac_c_werror_flag=$ac_save_c_werror_flag
7263
 
+else
7264
 
+  ac_c_werror_flag=$ac_save_c_werror_flag
7265
 
         CFLAGS="-g"
7266
 
-        cat >conftest.$ac_ext <<_ACEOF
7267
 
-/* confdefs.h.  */
7268
 
-_ACEOF
7269
 
-cat confdefs.h >>conftest.$ac_ext
7270
 
-cat >>conftest.$ac_ext <<_ACEOF
7271
 
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7272
 
 /* end confdefs.h.  */
7273
 
 
7274
 
 int
7275
 
@@ -12254,42 +11499,17 @@
7276
 
   return 0;
7277
 
 }
7278
 
 _ACEOF
7279
 
-rm -f conftest.$ac_objext
7280
 
-if { (ac_try="$ac_compile"
7281
 
-case "(($ac_try" in
7282
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7283
 
-  *) ac_try_echo=$ac_try;;
7284
 
-esac
7285
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7286
 
-$as_echo "$ac_try_echo") >&5
7287
 
-  (eval "$ac_compile") 2>conftest.er1
7288
 
-  ac_status=$?
7289
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7290
 
-  rm -f conftest.er1
7291
 
-  cat conftest.err >&5
7292
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7293
 
-  (exit $ac_status); } && {
7294
 
-        test -z "$ac_c_werror_flag" ||
7295
 
-        test ! -s conftest.err
7296
 
-       } && test -s conftest.$ac_objext; then
7297
 
+if ac_fn_c_try_compile "$LINENO"; then :
7298
 
   ac_cv_prog_cc_g=yes
7299
 
-else
7300
 
-  $as_echo "$as_me: failed program was:" >&5
7301
 
-sed 's/^/| /' conftest.$ac_ext >&5
7302
 
-
7303
 
-
7304
 
 fi
7305
 
-
7306
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7307
 
 fi
7308
 
-
7309
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7310
 
 fi
7311
 
-
7312
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7313
 
    ac_c_werror_flag=$ac_save_c_werror_flag
7314
 
 fi
7315
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
7316
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
7317
 
 $as_echo "$ac_cv_prog_cc_g" >&6; }
7318
 
 if test "$ac_test_CFLAGS" = set; then
7319
 
   CFLAGS=$ac_save_CFLAGS
7320
 
@@ -12306,18 +11526,14 @@
7321
 
     CFLAGS=
7322
 
   fi
7323
 
 fi
7324
 
-{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
7325
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
7326
 
 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
7327
 
-if test "${ac_cv_prog_cc_c89+set}" = set; then
7328
 
+if test "${ac_cv_prog_cc_c89+set}" = set; then :
7329
 
   $as_echo_n "(cached) " >&6
7330
 
 else
7331
 
   ac_cv_prog_cc_c89=no
7332
 
 ac_save_CC=$CC
7333
 
-cat >conftest.$ac_ext <<_ACEOF
7334
 
-/* confdefs.h.  */
7335
 
-_ACEOF
7336
 
-cat confdefs.h >>conftest.$ac_ext
7337
 
-cat >>conftest.$ac_ext <<_ACEOF
7338
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7339
 
 /* end confdefs.h.  */
7340
 
 #include <stdarg.h>
7341
 
 #include <stdio.h>
7342
 
@@ -12374,32 +11590,9 @@
7343
 
        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
7344
 
 do
7345
 
   CC="$ac_save_CC $ac_arg"
7346
 
-  rm -f conftest.$ac_objext
7347
 
-if { (ac_try="$ac_compile"
7348
 
-case "(($ac_try" in
7349
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7350
 
-  *) ac_try_echo=$ac_try;;
7351
 
-esac
7352
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7353
 
-$as_echo "$ac_try_echo") >&5
7354
 
-  (eval "$ac_compile") 2>conftest.er1
7355
 
-  ac_status=$?
7356
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7357
 
-  rm -f conftest.er1
7358
 
-  cat conftest.err >&5
7359
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7360
 
-  (exit $ac_status); } && {
7361
 
-        test -z "$ac_c_werror_flag" ||
7362
 
-        test ! -s conftest.err
7363
 
-       } && test -s conftest.$ac_objext; then
7364
 
+  if ac_fn_c_try_compile "$LINENO"; then :
7365
 
   ac_cv_prog_cc_c89=$ac_arg
7366
 
-else
7367
 
-  $as_echo "$as_me: failed program was:" >&5
7368
 
-sed 's/^/| /' conftest.$ac_ext >&5
7369
 
-
7370
 
-
7371
 
 fi
7372
 
-
7373
 
 rm -f core conftest.err conftest.$ac_objext
7374
 
   test "x$ac_cv_prog_cc_c89" != "xno" && break
7375
 
 done
7376
 
@@ -12410,17 +11603,19 @@
7377
 
 # AC_CACHE_VAL
7378
 
 case "x$ac_cv_prog_cc_c89" in
7379
 
   x)
7380
 
-    { $as_echo "$as_me:$LINENO: result: none needed" >&5
7381
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
7382
 
 $as_echo "none needed" >&6; } ;;
7383
 
   xno)
7384
 
-    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
7385
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
7386
 
 $as_echo "unsupported" >&6; } ;;
7387
 
   *)
7388
 
     CC="$CC $ac_cv_prog_cc_c89"
7389
 
-    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
7390
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
7391
 
 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
7392
 
 esac
7393
 
+if test "x$ac_cv_prog_cc_c89" != xno; then :
7394
 
 
7395
 
+fi
7396
 
 
7397
 
 ac_ext=c
7398
 
 ac_cpp='$CPP $CPPFLAGS'
7399
 
@@ -12430,9 +11625,9 @@
7400
 
 
7401
 
 depcc="$CC"   am_compiler_list=
7402
 
 
7403
 
-{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
7404
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
7405
 
 $as_echo_n "checking dependency style of $depcc... " >&6; }
7406
 
-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
7407
 
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
7408
 
   $as_echo_n "(cached) " >&6
7409
 
 else
7410
 
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
7411
 
@@ -12540,7 +11735,7 @@
7412
 
 fi
7413
 
 
7414
 
 fi
7415
 
-{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
7416
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7417
 
 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7418
 
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7419
 
 
7420
 
@@ -12563,9 +11758,9 @@
7421
 
 if test -n "$ac_tool_prefix"; then
7422
 
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
7423
 
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
7424
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7425
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7426
 
 $as_echo_n "checking for $ac_word... " >&6; }
7427
 
-if test "${ac_cv_prog_CC+set}" = set; then
7428
 
+if test "${ac_cv_prog_CC+set}" = set; then :
7429
 
   $as_echo_n "(cached) " >&6
7430
 
 else
7431
 
   if test -n "$CC"; then
7432
 
@@ -12576,24 +11771,24 @@
7433
 
 do
7434
 
   IFS=$as_save_IFS
7435
 
   test -z "$as_dir" && as_dir=.
7436
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
7437
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
7438
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7439
 
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
7440
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7441
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7442
 
     break 2
7443
 
   fi
7444
 
 done
7445
 
-done
7446
 
+  done
7447
 
 IFS=$as_save_IFS
7448
 
 
7449
 
 fi
7450
 
 fi
7451
 
 CC=$ac_cv_prog_CC
7452
 
 if test -n "$CC"; then
7453
 
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
7454
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
7455
 
 $as_echo "$CC" >&6; }
7456
 
 else
7457
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
7458
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7459
 
 $as_echo "no" >&6; }
7460
 
 fi
7461
 
 
7462
 
@@ -12603,9 +11798,9 @@
7463
 
   ac_ct_CC=$CC
7464
 
   # Extract the first word of "gcc", so it can be a program name with args.
7465
 
 set dummy gcc; ac_word=$2
7466
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7467
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7468
 
 $as_echo_n "checking for $ac_word... " >&6; }
7469
 
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
7470
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
7471
 
   $as_echo_n "(cached) " >&6
7472
 
 else
7473
 
   if test -n "$ac_ct_CC"; then
7474
 
@@ -12616,24 +11811,24 @@
7475
 
 do
7476
 
   IFS=$as_save_IFS
7477
 
   test -z "$as_dir" && as_dir=.
7478
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
7479
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
7480
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7481
 
     ac_cv_prog_ac_ct_CC="gcc"
7482
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7483
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7484
 
     break 2
7485
 
   fi
7486
 
 done
7487
 
-done
7488
 
+  done
7489
 
 IFS=$as_save_IFS
7490
 
 
7491
 
 fi
7492
 
 fi
7493
 
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
7494
 
 if test -n "$ac_ct_CC"; then
7495
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
7496
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
7497
 
 $as_echo "$ac_ct_CC" >&6; }
7498
 
 else
7499
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
7500
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7501
 
 $as_echo "no" >&6; }
7502
 
 fi
7503
 
 
7504
 
@@ -12642,7 +11837,7 @@
7505
 
   else
7506
 
     case $cross_compiling:$ac_tool_warned in
7507
 
 yes:)
7508
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7509
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7510
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7511
 
 ac_tool_warned=yes ;;
7512
 
 esac
7513
 
@@ -12656,9 +11851,9 @@
7514
 
           if test -n "$ac_tool_prefix"; then
7515
 
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
7516
 
 set dummy ${ac_tool_prefix}cc; ac_word=$2
7517
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7518
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7519
 
 $as_echo_n "checking for $ac_word... " >&6; }
7520
 
-if test "${ac_cv_prog_CC+set}" = set; then
7521
 
+if test "${ac_cv_prog_CC+set}" = set; then :
7522
 
   $as_echo_n "(cached) " >&6
7523
 
 else
7524
 
   if test -n "$CC"; then
7525
 
@@ -12669,24 +11864,24 @@
7526
 
 do
7527
 
   IFS=$as_save_IFS
7528
 
   test -z "$as_dir" && as_dir=.
7529
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
7530
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
7531
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7532
 
     ac_cv_prog_CC="${ac_tool_prefix}cc"
7533
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7534
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7535
 
     break 2
7536
 
   fi
7537
 
 done
7538
 
-done
7539
 
+  done
7540
 
 IFS=$as_save_IFS
7541
 
 
7542
 
 fi
7543
 
 fi
7544
 
 CC=$ac_cv_prog_CC
7545
 
 if test -n "$CC"; then
7546
 
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
7547
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
7548
 
 $as_echo "$CC" >&6; }
7549
 
 else
7550
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
7551
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7552
 
 $as_echo "no" >&6; }
7553
 
 fi
7554
 
 
7555
 
@@ -12696,9 +11891,9 @@
7556
 
 if test -z "$CC"; then
7557
 
   # Extract the first word of "cc", so it can be a program name with args.
7558
 
 set dummy cc; ac_word=$2
7559
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7560
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7561
 
 $as_echo_n "checking for $ac_word... " >&6; }
7562
 
-if test "${ac_cv_prog_CC+set}" = set; then
7563
 
+if test "${ac_cv_prog_CC+set}" = set; then :
7564
 
   $as_echo_n "(cached) " >&6
7565
 
 else
7566
 
   if test -n "$CC"; then
7567
 
@@ -12710,18 +11905,18 @@
7568
 
 do
7569
 
   IFS=$as_save_IFS
7570
 
   test -z "$as_dir" && as_dir=.
7571
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
7572
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
7573
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7574
 
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
7575
 
        ac_prog_rejected=yes
7576
 
        continue
7577
 
      fi
7578
 
     ac_cv_prog_CC="cc"
7579
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7580
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7581
 
     break 2
7582
 
   fi
7583
 
 done
7584
 
-done
7585
 
+  done
7586
 
 IFS=$as_save_IFS
7587
 
 
7588
 
 if test $ac_prog_rejected = yes; then
7589
 
@@ -12740,10 +11935,10 @@
7590
 
 fi
7591
 
 CC=$ac_cv_prog_CC
7592
 
 if test -n "$CC"; then
7593
 
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
7594
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
7595
 
 $as_echo "$CC" >&6; }
7596
 
 else
7597
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
7598
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7599
 
 $as_echo "no" >&6; }
7600
 
 fi
7601
 
 
7602
 
@@ -12755,9 +11950,9 @@
7603
 
   do
7604
 
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
7605
 
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
7606
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7607
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7608
 
 $as_echo_n "checking for $ac_word... " >&6; }
7609
 
-if test "${ac_cv_prog_CC+set}" = set; then
7610
 
+if test "${ac_cv_prog_CC+set}" = set; then :
7611
 
   $as_echo_n "(cached) " >&6
7612
 
 else
7613
 
   if test -n "$CC"; then
7614
 
@@ -12768,24 +11963,24 @@
7615
 
 do
7616
 
   IFS=$as_save_IFS
7617
 
   test -z "$as_dir" && as_dir=.
7618
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
7619
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
7620
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7621
 
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
7622
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7623
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7624
 
     break 2
7625
 
   fi
7626
 
 done
7627
 
-done
7628
 
+  done
7629
 
 IFS=$as_save_IFS
7630
 
 
7631
 
 fi
7632
 
 fi
7633
 
 CC=$ac_cv_prog_CC
7634
 
 if test -n "$CC"; then
7635
 
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
7636
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
7637
 
 $as_echo "$CC" >&6; }
7638
 
 else
7639
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
7640
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7641
 
 $as_echo "no" >&6; }
7642
 
 fi
7643
 
 
7644
 
@@ -12799,9 +11994,9 @@
7645
 
 do
7646
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
7647
 
 set dummy $ac_prog; ac_word=$2
7648
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7649
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7650
 
 $as_echo_n "checking for $ac_word... " >&6; }
7651
 
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
7652
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
7653
 
   $as_echo_n "(cached) " >&6
7654
 
 else
7655
 
   if test -n "$ac_ct_CC"; then
7656
 
@@ -12812,24 +12007,24 @@
7657
 
 do
7658
 
   IFS=$as_save_IFS
7659
 
   test -z "$as_dir" && as_dir=.
7660
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
7661
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
7662
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7663
 
     ac_cv_prog_ac_ct_CC="$ac_prog"
7664
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7665
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7666
 
     break 2
7667
 
   fi
7668
 
 done
7669
 
-done
7670
 
+  done
7671
 
 IFS=$as_save_IFS
7672
 
 
7673
 
 fi
7674
 
 fi
7675
 
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
7676
 
 if test -n "$ac_ct_CC"; then
7677
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
7678
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
7679
 
 $as_echo "$ac_ct_CC" >&6; }
7680
 
 else
7681
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
7682
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7683
 
 $as_echo "no" >&6; }
7684
 
 fi
7685
 
 
7686
 
@@ -12842,7 +12037,7 @@
7687
 
   else
7688
 
     case $cross_compiling:$ac_tool_warned in
7689
 
 yes:)
7690
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7691
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7692
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7693
 
 ac_tool_warned=yes ;;
7694
 
 esac
7695
 
@@ -12853,62 +12048,42 @@
7696
 
 fi
7697
 
 
7698
 
 
7699
 
-test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
7700
 
+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7701
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7702
 
-{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
7703
 
-See \`config.log' for more details." >&5
7704
 
-$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
7705
 
-See \`config.log' for more details." >&2;}
7706
 
-   { (exit 1); exit 1; }; }; }
7707
 
+as_fn_error "no acceptable C compiler found in \$PATH
7708
 
+See \`config.log' for more details." "$LINENO" 5; }
7709
 
 
7710
 
 # Provide some information about the compiler.
7711
 
-$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
7712
 
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
7713
 
 set X $ac_compile
7714
 
 ac_compiler=$2
7715
 
-{ (ac_try="$ac_compiler --version >&5"
7716
 
-case "(($ac_try" in
7717
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7718
 
-  *) ac_try_echo=$ac_try;;
7719
 
-esac
7720
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7721
 
-$as_echo "$ac_try_echo") >&5
7722
 
-  (eval "$ac_compiler --version >&5") 2>&5
7723
 
-  ac_status=$?
7724
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7725
 
-  (exit $ac_status); }
7726
 
-{ (ac_try="$ac_compiler -v >&5"
7727
 
-case "(($ac_try" in
7728
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7729
 
-  *) ac_try_echo=$ac_try;;
7730
 
-esac
7731
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7732
 
-$as_echo "$ac_try_echo") >&5
7733
 
-  (eval "$ac_compiler -v >&5") 2>&5
7734
 
-  ac_status=$?
7735
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7736
 
-  (exit $ac_status); }
7737
 
-{ (ac_try="$ac_compiler -V >&5"
7738
 
+for ac_option in --version -v -V -qversion; do
7739
 
+  { { ac_try="$ac_compiler $ac_option >&5"
7740
 
 case "(($ac_try" in
7741
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7742
 
   *) ac_try_echo=$ac_try;;
7743
 
 esac
7744
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7745
 
-$as_echo "$ac_try_echo") >&5
7746
 
-  (eval "$ac_compiler -V >&5") 2>&5
7747
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
7748
 
+$as_echo "$ac_try_echo"; } >&5
7749
 
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
7750
 
   ac_status=$?
7751
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7752
 
-  (exit $ac_status); }
7753
 
+  if test -s conftest.err; then
7754
 
+    sed '10a\
7755
 
+... rest of stderr output deleted ...
7756
 
+         10q' conftest.err >conftest.er1
7757
 
+    cat conftest.er1 >&5
7758
 
+    rm -f conftest.er1 conftest.err
7759
 
+  fi
7760
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7761
 
+  test $ac_status = 0; }
7762
 
+done
7763
 
 
7764
 
-{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
7765
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
7766
 
 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
7767
 
-if test "${ac_cv_c_compiler_gnu+set}" = set; then
7768
 
+if test "${ac_cv_c_compiler_gnu+set}" = set; then :
7769
 
   $as_echo_n "(cached) " >&6
7770
 
 else
7771
 
-  cat >conftest.$ac_ext <<_ACEOF
7772
 
-/* confdefs.h.  */
7773
 
-_ACEOF
7774
 
-cat confdefs.h >>conftest.$ac_ext
7775
 
-cat >>conftest.$ac_ext <<_ACEOF
7776
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7777
 
 /* end confdefs.h.  */
7778
 
 
7779
 
 int
7780
 
@@ -12922,37 +12097,16 @@
7781
 
   return 0;
7782
 
 }
7783
 
 _ACEOF
7784
 
-rm -f conftest.$ac_objext
7785
 
-if { (ac_try="$ac_compile"
7786
 
-case "(($ac_try" in
7787
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7788
 
-  *) ac_try_echo=$ac_try;;
7789
 
-esac
7790
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7791
 
-$as_echo "$ac_try_echo") >&5
7792
 
-  (eval "$ac_compile") 2>conftest.er1
7793
 
-  ac_status=$?
7794
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7795
 
-  rm -f conftest.er1
7796
 
-  cat conftest.err >&5
7797
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7798
 
-  (exit $ac_status); } && {
7799
 
-        test -z "$ac_c_werror_flag" ||
7800
 
-        test ! -s conftest.err
7801
 
-       } && test -s conftest.$ac_objext; then
7802
 
+if ac_fn_c_try_compile "$LINENO"; then :
7803
 
   ac_compiler_gnu=yes
7804
 
 else
7805
 
-  $as_echo "$as_me: failed program was:" >&5
7806
 
-sed 's/^/| /' conftest.$ac_ext >&5
7807
 
-
7808
 
-       ac_compiler_gnu=no
7809
 
+  ac_compiler_gnu=no
7810
 
 fi
7811
 
-
7812
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7813
 
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
7814
 
 
7815
 
 fi
7816
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
7817
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
7818
 
 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
7819
 
 if test $ac_compiler_gnu = yes; then
7820
 
   GCC=yes
7821
 
@@ -12961,20 +12115,16 @@
7822
 
 fi
7823
 
 ac_test_CFLAGS=${CFLAGS+set}
7824
 
 ac_save_CFLAGS=$CFLAGS
7825
 
-{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
7826
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
7827
 
 $as_echo_n "checking whether $CC accepts -g... " >&6; }
7828
 
-if test "${ac_cv_prog_cc_g+set}" = set; then
7829
 
+if test "${ac_cv_prog_cc_g+set}" = set; then :
7830
 
   $as_echo_n "(cached) " >&6
7831
 
 else
7832
 
   ac_save_c_werror_flag=$ac_c_werror_flag
7833
 
    ac_c_werror_flag=yes
7834
 
    ac_cv_prog_cc_g=no
7835
 
    CFLAGS="-g"
7836
 
-   cat >conftest.$ac_ext <<_ACEOF
7837
 
-/* confdefs.h.  */
7838
 
-_ACEOF
7839
 
-cat confdefs.h >>conftest.$ac_ext
7840
 
-cat >>conftest.$ac_ext <<_ACEOF
7841
 
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7842
 
 /* end confdefs.h.  */
7843
 
 
7844
 
 int
7845
 
@@ -12985,35 +12135,11 @@
7846
 
   return 0;
7847
 
 }
7848
 
 _ACEOF
7849
 
-rm -f conftest.$ac_objext
7850
 
-if { (ac_try="$ac_compile"
7851
 
-case "(($ac_try" in
7852
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7853
 
-  *) ac_try_echo=$ac_try;;
7854
 
-esac
7855
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7856
 
-$as_echo "$ac_try_echo") >&5
7857
 
-  (eval "$ac_compile") 2>conftest.er1
7858
 
-  ac_status=$?
7859
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7860
 
-  rm -f conftest.er1
7861
 
-  cat conftest.err >&5
7862
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7863
 
-  (exit $ac_status); } && {
7864
 
-        test -z "$ac_c_werror_flag" ||
7865
 
-        test ! -s conftest.err
7866
 
-       } && test -s conftest.$ac_objext; then
7867
 
+if ac_fn_c_try_compile "$LINENO"; then :
7868
 
   ac_cv_prog_cc_g=yes
7869
 
 else
7870
 
-  $as_echo "$as_me: failed program was:" >&5
7871
 
-sed 's/^/| /' conftest.$ac_ext >&5
7872
 
-
7873
 
-       CFLAGS=""
7874
 
-      cat >conftest.$ac_ext <<_ACEOF
7875
 
-/* confdefs.h.  */
7876
 
-_ACEOF
7877
 
-cat confdefs.h >>conftest.$ac_ext
7878
 
-cat >>conftest.$ac_ext <<_ACEOF
7879
 
+  CFLAGS=""
7880
 
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7881
 
 /* end confdefs.h.  */
7882
 
 
7883
 
 int
7884
 
@@ -13024,36 +12150,12 @@
7885
 
   return 0;
7886
 
 }
7887
 
 _ACEOF
7888
 
-rm -f conftest.$ac_objext
7889
 
-if { (ac_try="$ac_compile"
7890
 
-case "(($ac_try" in
7891
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7892
 
-  *) ac_try_echo=$ac_try;;
7893
 
-esac
7894
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7895
 
-$as_echo "$ac_try_echo") >&5
7896
 
-  (eval "$ac_compile") 2>conftest.er1
7897
 
-  ac_status=$?
7898
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7899
 
-  rm -f conftest.er1
7900
 
-  cat conftest.err >&5
7901
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7902
 
-  (exit $ac_status); } && {
7903
 
-        test -z "$ac_c_werror_flag" ||
7904
 
-        test ! -s conftest.err
7905
 
-       } && test -s conftest.$ac_objext; then
7906
 
-  :
7907
 
-else
7908
 
-  $as_echo "$as_me: failed program was:" >&5
7909
 
-sed 's/^/| /' conftest.$ac_ext >&5
7910
 
+if ac_fn_c_try_compile "$LINENO"; then :
7911
 
 
7912
 
-       ac_c_werror_flag=$ac_save_c_werror_flag
7913
 
+else
7914
 
+  ac_c_werror_flag=$ac_save_c_werror_flag
7915
 
         CFLAGS="-g"
7916
 
-        cat >conftest.$ac_ext <<_ACEOF
7917
 
-/* confdefs.h.  */
7918
 
-_ACEOF
7919
 
-cat confdefs.h >>conftest.$ac_ext
7920
 
-cat >>conftest.$ac_ext <<_ACEOF
7921
 
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7922
 
 /* end confdefs.h.  */
7923
 
 
7924
 
 int
7925
 
@@ -13064,42 +12166,17 @@
7926
 
   return 0;
7927
 
 }
7928
 
 _ACEOF
7929
 
-rm -f conftest.$ac_objext
7930
 
-if { (ac_try="$ac_compile"
7931
 
-case "(($ac_try" in
7932
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7933
 
-  *) ac_try_echo=$ac_try;;
7934
 
-esac
7935
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7936
 
-$as_echo "$ac_try_echo") >&5
7937
 
-  (eval "$ac_compile") 2>conftest.er1
7938
 
-  ac_status=$?
7939
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7940
 
-  rm -f conftest.er1
7941
 
-  cat conftest.err >&5
7942
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7943
 
-  (exit $ac_status); } && {
7944
 
-        test -z "$ac_c_werror_flag" ||
7945
 
-        test ! -s conftest.err
7946
 
-       } && test -s conftest.$ac_objext; then
7947
 
+if ac_fn_c_try_compile "$LINENO"; then :
7948
 
   ac_cv_prog_cc_g=yes
7949
 
-else
7950
 
-  $as_echo "$as_me: failed program was:" >&5
7951
 
-sed 's/^/| /' conftest.$ac_ext >&5
7952
 
-
7953
 
-
7954
 
 fi
7955
 
-
7956
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7957
 
 fi
7958
 
-
7959
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7960
 
 fi
7961
 
-
7962
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7963
 
    ac_c_werror_flag=$ac_save_c_werror_flag
7964
 
 fi
7965
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
7966
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
7967
 
 $as_echo "$ac_cv_prog_cc_g" >&6; }
7968
 
 if test "$ac_test_CFLAGS" = set; then
7969
 
   CFLAGS=$ac_save_CFLAGS
7970
 
@@ -13116,18 +12193,14 @@
7971
 
     CFLAGS=
7972
 
   fi
7973
 
 fi
7974
 
-{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
7975
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
7976
 
 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
7977
 
-if test "${ac_cv_prog_cc_c89+set}" = set; then
7978
 
+if test "${ac_cv_prog_cc_c89+set}" = set; then :
7979
 
   $as_echo_n "(cached) " >&6
7980
 
 else
7981
 
   ac_cv_prog_cc_c89=no
7982
 
 ac_save_CC=$CC
7983
 
-cat >conftest.$ac_ext <<_ACEOF
7984
 
-/* confdefs.h.  */
7985
 
-_ACEOF
7986
 
-cat confdefs.h >>conftest.$ac_ext
7987
 
-cat >>conftest.$ac_ext <<_ACEOF
7988
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7989
 
 /* end confdefs.h.  */
7990
 
 #include <stdarg.h>
7991
 
 #include <stdio.h>
7992
 
@@ -13184,32 +12257,9 @@
7993
 
        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
7994
 
 do
7995
 
   CC="$ac_save_CC $ac_arg"
7996
 
-  rm -f conftest.$ac_objext
7997
 
-if { (ac_try="$ac_compile"
7998
 
-case "(($ac_try" in
7999
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8000
 
-  *) ac_try_echo=$ac_try;;
8001
 
-esac
8002
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8003
 
-$as_echo "$ac_try_echo") >&5
8004
 
-  (eval "$ac_compile") 2>conftest.er1
8005
 
-  ac_status=$?
8006
 
-  grep -v '^ *+' conftest.er1 >conftest.err
8007
 
-  rm -f conftest.er1
8008
 
-  cat conftest.err >&5
8009
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8010
 
-  (exit $ac_status); } && {
8011
 
-        test -z "$ac_c_werror_flag" ||
8012
 
-        test ! -s conftest.err
8013
 
-       } && test -s conftest.$ac_objext; then
8014
 
+  if ac_fn_c_try_compile "$LINENO"; then :
8015
 
   ac_cv_prog_cc_c89=$ac_arg
8016
 
-else
8017
 
-  $as_echo "$as_me: failed program was:" >&5
8018
 
-sed 's/^/| /' conftest.$ac_ext >&5
8019
 
-
8020
 
-
8021
 
 fi
8022
 
-
8023
 
 rm -f core conftest.err conftest.$ac_objext
8024
 
   test "x$ac_cv_prog_cc_c89" != "xno" && break
8025
 
 done
8026
 
@@ -13220,17 +12270,19 @@
8027
 
 # AC_CACHE_VAL
8028
 
 case "x$ac_cv_prog_cc_c89" in
8029
 
   x)
8030
 
-    { $as_echo "$as_me:$LINENO: result: none needed" >&5
8031
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
8032
 
 $as_echo "none needed" >&6; } ;;
8033
 
   xno)
8034
 
-    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
8035
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
8036
 
 $as_echo "unsupported" >&6; } ;;
8037
 
   *)
8038
 
     CC="$CC $ac_cv_prog_cc_c89"
8039
 
-    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
8040
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
8041
 
 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
8042
 
 esac
8043
 
+if test "x$ac_cv_prog_cc_c89" != xno; then :
8044
 
 
8045
 
+fi
8046
 
 
8047
 
 ac_ext=c
8048
 
 ac_cpp='$CPP $CPPFLAGS'
8049
 
@@ -13240,9 +12292,9 @@
8050
 
 
8051
 
 depcc="$CC"   am_compiler_list=
8052
 
 
8053
 
-{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
8054
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8055
 
 $as_echo_n "checking dependency style of $depcc... " >&6; }
8056
 
-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
8057
 
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8058
 
   $as_echo_n "(cached) " >&6
8059
 
 else
8060
 
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
8061
 
@@ -13350,7 +12402,7 @@
8062
 
 fi
8063
 
 
8064
 
 fi
8065
 
-{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
8066
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8067
 
 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8068
 
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8069
 
 
8070
 
@@ -13368,16 +12420,12 @@
 
6971
@@ -11552,9 +10891,9 @@
 
6972
 if test -n "$ac_tool_prefix"; then
 
6973
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 
6974
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
 
6975
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
6976
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
6977
 $as_echo_n "checking for $ac_word... " >&6; }
 
6978
-if test "${ac_cv_prog_CC+set}" = set; then
 
6979
+if test "${ac_cv_prog_CC+set}" = set; then :
 
6980
   $as_echo_n "(cached) " >&6
 
6981
 else
 
6982
   if test -n "$CC"; then
 
6983
@@ -11565,24 +10904,24 @@
 
6984
 do
 
6985
   IFS=$as_save_IFS
 
6986
   test -z "$as_dir" && as_dir=.
 
6987
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
6988
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
6989
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
6990
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
 
6991
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
6992
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
6993
     break 2
 
6994
   fi
 
6995
 done
 
6996
-done
 
6997
+  done
 
6998
 IFS=$as_save_IFS
 
6999
 
 
7000
 fi
 
7001
 fi
 
7002
 CC=$ac_cv_prog_CC
 
7003
 if test -n "$CC"; then
 
7004
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
7005
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
 
7006
 $as_echo "$CC" >&6; }
 
7007
 else
 
7008
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7009
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7010
 $as_echo "no" >&6; }
 
7011
 fi
 
7012
 
 
7013
@@ -11592,9 +10931,9 @@
 
7014
   ac_ct_CC=$CC
 
7015
   # Extract the first word of "gcc", so it can be a program name with args.
 
7016
 set dummy gcc; ac_word=$2
 
7017
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7018
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
7019
 $as_echo_n "checking for $ac_word... " >&6; }
 
7020
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
7021
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
 
7022
   $as_echo_n "(cached) " >&6
 
7023
 else
 
7024
   if test -n "$ac_ct_CC"; then
 
7025
@@ -11605,24 +10944,24 @@
 
7026
 do
 
7027
   IFS=$as_save_IFS
 
7028
   test -z "$as_dir" && as_dir=.
 
7029
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
7030
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
7031
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7032
     ac_cv_prog_ac_ct_CC="gcc"
 
7033
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7034
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7035
     break 2
 
7036
   fi
 
7037
 done
 
7038
-done
 
7039
+  done
 
7040
 IFS=$as_save_IFS
 
7041
 
 
7042
 fi
 
7043
 fi
 
7044
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
7045
 if test -n "$ac_ct_CC"; then
 
7046
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
7047
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
 
7048
 $as_echo "$ac_ct_CC" >&6; }
 
7049
 else
 
7050
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7051
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7052
 $as_echo "no" >&6; }
 
7053
 fi
 
7054
 
 
7055
@@ -11631,7 +10970,7 @@
 
7056
   else
 
7057
     case $cross_compiling:$ac_tool_warned in
 
7058
 yes:)
 
7059
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
7060
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
7061
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
7062
 ac_tool_warned=yes ;;
 
7063
 esac
 
7064
@@ -11645,9 +10984,9 @@
 
7065
           if test -n "$ac_tool_prefix"; then
 
7066
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 
7067
 set dummy ${ac_tool_prefix}cc; ac_word=$2
 
7068
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7069
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
7070
 $as_echo_n "checking for $ac_word... " >&6; }
 
7071
-if test "${ac_cv_prog_CC+set}" = set; then
 
7072
+if test "${ac_cv_prog_CC+set}" = set; then :
 
7073
   $as_echo_n "(cached) " >&6
 
7074
 else
 
7075
   if test -n "$CC"; then
 
7076
@@ -11658,24 +10997,24 @@
 
7077
 do
 
7078
   IFS=$as_save_IFS
 
7079
   test -z "$as_dir" && as_dir=.
 
7080
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
7081
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
7082
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7083
     ac_cv_prog_CC="${ac_tool_prefix}cc"
 
7084
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7085
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7086
     break 2
 
7087
   fi
 
7088
 done
 
7089
-done
 
7090
+  done
 
7091
 IFS=$as_save_IFS
 
7092
 
 
7093
 fi
 
7094
 fi
 
7095
 CC=$ac_cv_prog_CC
 
7096
 if test -n "$CC"; then
 
7097
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
7098
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
 
7099
 $as_echo "$CC" >&6; }
 
7100
 else
 
7101
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7102
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7103
 $as_echo "no" >&6; }
 
7104
 fi
 
7105
 
 
7106
@@ -11685,9 +11024,9 @@
 
7107
 if test -z "$CC"; then
 
7108
   # Extract the first word of "cc", so it can be a program name with args.
 
7109
 set dummy cc; ac_word=$2
 
7110
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7111
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
7112
 $as_echo_n "checking for $ac_word... " >&6; }
 
7113
-if test "${ac_cv_prog_CC+set}" = set; then
 
7114
+if test "${ac_cv_prog_CC+set}" = set; then :
 
7115
   $as_echo_n "(cached) " >&6
 
7116
 else
 
7117
   if test -n "$CC"; then
 
7118
@@ -11699,18 +11038,18 @@
 
7119
 do
 
7120
   IFS=$as_save_IFS
 
7121
   test -z "$as_dir" && as_dir=.
 
7122
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
7123
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
7124
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7125
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 
7126
        ac_prog_rejected=yes
 
7127
        continue
 
7128
      fi
 
7129
     ac_cv_prog_CC="cc"
 
7130
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7131
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7132
     break 2
 
7133
   fi
 
7134
 done
 
7135
-done
 
7136
+  done
 
7137
 IFS=$as_save_IFS
 
7138
 
 
7139
 if test $ac_prog_rejected = yes; then
 
7140
@@ -11729,10 +11068,10 @@
 
7141
 fi
 
7142
 CC=$ac_cv_prog_CC
 
7143
 if test -n "$CC"; then
 
7144
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
7145
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
 
7146
 $as_echo "$CC" >&6; }
 
7147
 else
 
7148
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7149
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7150
 $as_echo "no" >&6; }
 
7151
 fi
 
7152
 
 
7153
@@ -11744,9 +11083,9 @@
 
7154
   do
 
7155
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
7156
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
7157
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7158
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
7159
 $as_echo_n "checking for $ac_word... " >&6; }
 
7160
-if test "${ac_cv_prog_CC+set}" = set; then
 
7161
+if test "${ac_cv_prog_CC+set}" = set; then :
 
7162
   $as_echo_n "(cached) " >&6
 
7163
 else
 
7164
   if test -n "$CC"; then
 
7165
@@ -11757,24 +11096,24 @@
 
7166
 do
 
7167
   IFS=$as_save_IFS
 
7168
   test -z "$as_dir" && as_dir=.
 
7169
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
7170
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
7171
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7172
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 
7173
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7174
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7175
     break 2
 
7176
   fi
 
7177
 done
 
7178
-done
 
7179
+  done
 
7180
 IFS=$as_save_IFS
 
7181
 
 
7182
 fi
 
7183
 fi
 
7184
 CC=$ac_cv_prog_CC
 
7185
 if test -n "$CC"; then
 
7186
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
7187
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
 
7188
 $as_echo "$CC" >&6; }
 
7189
 else
 
7190
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7191
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7192
 $as_echo "no" >&6; }
 
7193
 fi
 
7194
 
 
7195
@@ -11788,9 +11127,9 @@
 
7196
 do
 
7197
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
7198
 set dummy $ac_prog; ac_word=$2
 
7199
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7200
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
7201
 $as_echo_n "checking for $ac_word... " >&6; }
 
7202
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
7203
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
 
7204
   $as_echo_n "(cached) " >&6
 
7205
 else
 
7206
   if test -n "$ac_ct_CC"; then
 
7207
@@ -11801,24 +11140,24 @@
 
7208
 do
 
7209
   IFS=$as_save_IFS
 
7210
   test -z "$as_dir" && as_dir=.
 
7211
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
7212
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
7213
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7214
     ac_cv_prog_ac_ct_CC="$ac_prog"
 
7215
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7216
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7217
     break 2
 
7218
   fi
 
7219
 done
 
7220
-done
 
7221
+  done
 
7222
 IFS=$as_save_IFS
 
7223
 
 
7224
 fi
 
7225
 fi
 
7226
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
7227
 if test -n "$ac_ct_CC"; then
 
7228
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
7229
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
 
7230
 $as_echo "$ac_ct_CC" >&6; }
 
7231
 else
 
7232
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7233
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7234
 $as_echo "no" >&6; }
 
7235
 fi
 
7236
 
 
7237
@@ -11831,7 +11170,7 @@
 
7238
   else
 
7239
     case $cross_compiling:$ac_tool_warned in
 
7240
 yes:)
 
7241
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
7242
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
7243
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
7244
 ac_tool_warned=yes ;;
 
7245
 esac
 
7246
@@ -11842,62 +11181,42 @@
 
7247
 fi
 
7248
 
 
7249
 
 
7250
-test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
7251
+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
7252
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
7253
-{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
7254
-See \`config.log' for more details." >&5
 
7255
-$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
 
7256
-See \`config.log' for more details." >&2;}
 
7257
-   { (exit 1); exit 1; }; }; }
 
7258
+as_fn_error "no acceptable C compiler found in \$PATH
 
7259
+See \`config.log' for more details." "$LINENO" 5; }
 
7260
 
 
7261
 # Provide some information about the compiler.
 
7262
-$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
 
7263
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
 
7264
 set X $ac_compile
 
7265
 ac_compiler=$2
 
7266
-{ (ac_try="$ac_compiler --version >&5"
 
7267
-case "(($ac_try" in
 
7268
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7269
-  *) ac_try_echo=$ac_try;;
 
7270
-esac
 
7271
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7272
-$as_echo "$ac_try_echo") >&5
 
7273
-  (eval "$ac_compiler --version >&5") 2>&5
 
7274
-  ac_status=$?
 
7275
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7276
-  (exit $ac_status); }
 
7277
-{ (ac_try="$ac_compiler -v >&5"
 
7278
-case "(($ac_try" in
 
7279
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7280
-  *) ac_try_echo=$ac_try;;
 
7281
-esac
 
7282
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7283
-$as_echo "$ac_try_echo") >&5
 
7284
-  (eval "$ac_compiler -v >&5") 2>&5
 
7285
-  ac_status=$?
 
7286
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7287
-  (exit $ac_status); }
 
7288
-{ (ac_try="$ac_compiler -V >&5"
 
7289
+for ac_option in --version -v -V -qversion; do
 
7290
+  { { ac_try="$ac_compiler $ac_option >&5"
 
7291
 case "(($ac_try" in
 
7292
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7293
   *) ac_try_echo=$ac_try;;
 
7294
 esac
 
7295
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7296
-$as_echo "$ac_try_echo") >&5
 
7297
-  (eval "$ac_compiler -V >&5") 2>&5
 
7298
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
7299
+$as_echo "$ac_try_echo"; } >&5
 
7300
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
 
7301
   ac_status=$?
 
7302
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7303
-  (exit $ac_status); }
 
7304
+  if test -s conftest.err; then
 
7305
+    sed '10a\
 
7306
+... rest of stderr output deleted ...
 
7307
+         10q' conftest.err >conftest.er1
 
7308
+    cat conftest.er1 >&5
 
7309
+    rm -f conftest.er1 conftest.err
 
7310
+  fi
 
7311
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
7312
+  test $ac_status = 0; }
 
7313
+done
 
7314
 
 
7315
-{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
7316
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
 
7317
 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
 
7318
-if test "${ac_cv_c_compiler_gnu+set}" = set; then
 
7319
+if test "${ac_cv_c_compiler_gnu+set}" = set; then :
 
7320
   $as_echo_n "(cached) " >&6
 
7321
 else
 
7322
-  cat >conftest.$ac_ext <<_ACEOF
 
7323
-/* confdefs.h.  */
 
7324
-_ACEOF
 
7325
-cat confdefs.h >>conftest.$ac_ext
 
7326
-cat >>conftest.$ac_ext <<_ACEOF
 
7327
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
7328
 /* end confdefs.h.  */
 
7329
 
 
7330
 int
 
7331
@@ -11911,37 +11230,16 @@
 
7332
   return 0;
 
7333
 }
 
7334
 _ACEOF
 
7335
-rm -f conftest.$ac_objext
 
7336
-if { (ac_try="$ac_compile"
 
7337
-case "(($ac_try" in
 
7338
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7339
-  *) ac_try_echo=$ac_try;;
 
7340
-esac
 
7341
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7342
-$as_echo "$ac_try_echo") >&5
 
7343
-  (eval "$ac_compile") 2>conftest.er1
 
7344
-  ac_status=$?
 
7345
-  grep -v '^ *+' conftest.er1 >conftest.err
 
7346
-  rm -f conftest.er1
 
7347
-  cat conftest.err >&5
 
7348
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7349
-  (exit $ac_status); } && {
 
7350
-        test -z "$ac_c_werror_flag" ||
 
7351
-        test ! -s conftest.err
 
7352
-       } && test -s conftest.$ac_objext; then
 
7353
+if ac_fn_c_try_compile "$LINENO"; then :
 
7354
   ac_compiler_gnu=yes
 
7355
 else
 
7356
-  $as_echo "$as_me: failed program was:" >&5
 
7357
-sed 's/^/| /' conftest.$ac_ext >&5
 
7358
-
 
7359
-       ac_compiler_gnu=no
 
7360
+  ac_compiler_gnu=no
 
7361
 fi
 
7362
-
 
7363
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
7364
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
7365
 
 
7366
 fi
 
7367
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
7368
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
 
7369
 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
 
7370
 if test $ac_compiler_gnu = yes; then
 
7371
   GCC=yes
 
7372
@@ -11950,20 +11248,16 @@
 
7373
 fi
 
7374
 ac_test_CFLAGS=${CFLAGS+set}
 
7375
 ac_save_CFLAGS=$CFLAGS
 
7376
-{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
7377
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
 
7378
 $as_echo_n "checking whether $CC accepts -g... " >&6; }
 
7379
-if test "${ac_cv_prog_cc_g+set}" = set; then
 
7380
+if test "${ac_cv_prog_cc_g+set}" = set; then :
 
7381
   $as_echo_n "(cached) " >&6
 
7382
 else
 
7383
   ac_save_c_werror_flag=$ac_c_werror_flag
 
7384
    ac_c_werror_flag=yes
 
7385
    ac_cv_prog_cc_g=no
 
7386
    CFLAGS="-g"
 
7387
-   cat >conftest.$ac_ext <<_ACEOF
 
7388
-/* confdefs.h.  */
 
7389
-_ACEOF
 
7390
-cat confdefs.h >>conftest.$ac_ext
 
7391
-cat >>conftest.$ac_ext <<_ACEOF
 
7392
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
7393
 /* end confdefs.h.  */
 
7394
 
 
7395
 int
 
7396
@@ -11974,35 +11268,11 @@
 
7397
   return 0;
 
7398
 }
 
7399
 _ACEOF
 
7400
-rm -f conftest.$ac_objext
 
7401
-if { (ac_try="$ac_compile"
 
7402
-case "(($ac_try" in
 
7403
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7404
-  *) ac_try_echo=$ac_try;;
 
7405
-esac
 
7406
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7407
-$as_echo "$ac_try_echo") >&5
 
7408
-  (eval "$ac_compile") 2>conftest.er1
 
7409
-  ac_status=$?
 
7410
-  grep -v '^ *+' conftest.er1 >conftest.err
 
7411
-  rm -f conftest.er1
 
7412
-  cat conftest.err >&5
 
7413
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7414
-  (exit $ac_status); } && {
 
7415
-        test -z "$ac_c_werror_flag" ||
 
7416
-        test ! -s conftest.err
 
7417
-       } && test -s conftest.$ac_objext; then
 
7418
+if ac_fn_c_try_compile "$LINENO"; then :
 
7419
   ac_cv_prog_cc_g=yes
 
7420
 else
 
7421
-  $as_echo "$as_me: failed program was:" >&5
 
7422
-sed 's/^/| /' conftest.$ac_ext >&5
 
7423
-
 
7424
-       CFLAGS=""
 
7425
-      cat >conftest.$ac_ext <<_ACEOF
 
7426
-/* confdefs.h.  */
 
7427
-_ACEOF
 
7428
-cat confdefs.h >>conftest.$ac_ext
 
7429
-cat >>conftest.$ac_ext <<_ACEOF
 
7430
+  CFLAGS=""
 
7431
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
7432
 /* end confdefs.h.  */
 
7433
 
 
7434
 int
 
7435
@@ -12013,36 +11283,12 @@
 
7436
   return 0;
 
7437
 }
 
7438
 _ACEOF
 
7439
-rm -f conftest.$ac_objext
 
7440
-if { (ac_try="$ac_compile"
 
7441
-case "(($ac_try" in
 
7442
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7443
-  *) ac_try_echo=$ac_try;;
 
7444
-esac
 
7445
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7446
-$as_echo "$ac_try_echo") >&5
 
7447
-  (eval "$ac_compile") 2>conftest.er1
 
7448
-  ac_status=$?
 
7449
-  grep -v '^ *+' conftest.er1 >conftest.err
 
7450
-  rm -f conftest.er1
 
7451
-  cat conftest.err >&5
 
7452
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7453
-  (exit $ac_status); } && {
 
7454
-        test -z "$ac_c_werror_flag" ||
 
7455
-        test ! -s conftest.err
 
7456
-       } && test -s conftest.$ac_objext; then
 
7457
-  :
 
7458
-else
 
7459
-  $as_echo "$as_me: failed program was:" >&5
 
7460
-sed 's/^/| /' conftest.$ac_ext >&5
 
7461
+if ac_fn_c_try_compile "$LINENO"; then :
 
7462
 
 
7463
-       ac_c_werror_flag=$ac_save_c_werror_flag
 
7464
+else
 
7465
+  ac_c_werror_flag=$ac_save_c_werror_flag
 
7466
         CFLAGS="-g"
 
7467
-        cat >conftest.$ac_ext <<_ACEOF
 
7468
-/* confdefs.h.  */
 
7469
-_ACEOF
 
7470
-cat confdefs.h >>conftest.$ac_ext
 
7471
-cat >>conftest.$ac_ext <<_ACEOF
 
7472
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
7473
 /* end confdefs.h.  */
 
7474
 
 
7475
 int
 
7476
@@ -12053,42 +11299,17 @@
 
7477
   return 0;
 
7478
 }
 
7479
 _ACEOF
 
7480
-rm -f conftest.$ac_objext
 
7481
-if { (ac_try="$ac_compile"
 
7482
-case "(($ac_try" in
 
7483
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7484
-  *) ac_try_echo=$ac_try;;
 
7485
-esac
 
7486
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7487
-$as_echo "$ac_try_echo") >&5
 
7488
-  (eval "$ac_compile") 2>conftest.er1
 
7489
-  ac_status=$?
 
7490
-  grep -v '^ *+' conftest.er1 >conftest.err
 
7491
-  rm -f conftest.er1
 
7492
-  cat conftest.err >&5
 
7493
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7494
-  (exit $ac_status); } && {
 
7495
-        test -z "$ac_c_werror_flag" ||
 
7496
-        test ! -s conftest.err
 
7497
-       } && test -s conftest.$ac_objext; then
 
7498
+if ac_fn_c_try_compile "$LINENO"; then :
 
7499
   ac_cv_prog_cc_g=yes
 
7500
-else
 
7501
-  $as_echo "$as_me: failed program was:" >&5
 
7502
-sed 's/^/| /' conftest.$ac_ext >&5
 
7503
-
 
7504
-
 
7505
 fi
 
7506
-
 
7507
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
7508
 fi
 
7509
-
 
7510
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
7511
 fi
 
7512
-
 
7513
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
7514
    ac_c_werror_flag=$ac_save_c_werror_flag
 
7515
 fi
 
7516
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
7517
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
 
7518
 $as_echo "$ac_cv_prog_cc_g" >&6; }
 
7519
 if test "$ac_test_CFLAGS" = set; then
 
7520
   CFLAGS=$ac_save_CFLAGS
 
7521
@@ -12105,18 +11326,14 @@
 
7522
     CFLAGS=
 
7523
   fi
 
7524
 fi
 
7525
-{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
7526
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
 
7527
 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
 
7528
-if test "${ac_cv_prog_cc_c89+set}" = set; then
 
7529
+if test "${ac_cv_prog_cc_c89+set}" = set; then :
 
7530
   $as_echo_n "(cached) " >&6
 
7531
 else
 
7532
   ac_cv_prog_cc_c89=no
 
7533
 ac_save_CC=$CC
 
7534
-cat >conftest.$ac_ext <<_ACEOF
 
7535
-/* confdefs.h.  */
 
7536
-_ACEOF
 
7537
-cat confdefs.h >>conftest.$ac_ext
 
7538
-cat >>conftest.$ac_ext <<_ACEOF
 
7539
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
7540
 /* end confdefs.h.  */
 
7541
 #include <stdarg.h>
 
7542
 #include <stdio.h>
 
7543
@@ -12173,32 +11390,9 @@
 
7544
        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
 
7545
 do
 
7546
   CC="$ac_save_CC $ac_arg"
 
7547
-  rm -f conftest.$ac_objext
 
7548
-if { (ac_try="$ac_compile"
 
7549
-case "(($ac_try" in
 
7550
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7551
-  *) ac_try_echo=$ac_try;;
 
7552
-esac
 
7553
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7554
-$as_echo "$ac_try_echo") >&5
 
7555
-  (eval "$ac_compile") 2>conftest.er1
 
7556
-  ac_status=$?
 
7557
-  grep -v '^ *+' conftest.er1 >conftest.err
 
7558
-  rm -f conftest.er1
 
7559
-  cat conftest.err >&5
 
7560
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7561
-  (exit $ac_status); } && {
 
7562
-        test -z "$ac_c_werror_flag" ||
 
7563
-        test ! -s conftest.err
 
7564
-       } && test -s conftest.$ac_objext; then
 
7565
+  if ac_fn_c_try_compile "$LINENO"; then :
 
7566
   ac_cv_prog_cc_c89=$ac_arg
 
7567
-else
 
7568
-  $as_echo "$as_me: failed program was:" >&5
 
7569
-sed 's/^/| /' conftest.$ac_ext >&5
 
7570
-
 
7571
-
 
7572
 fi
 
7573
-
 
7574
 rm -f core conftest.err conftest.$ac_objext
 
7575
   test "x$ac_cv_prog_cc_c89" != "xno" && break
 
7576
 done
 
7577
@@ -12209,17 +11403,19 @@
 
7578
 # AC_CACHE_VAL
 
7579
 case "x$ac_cv_prog_cc_c89" in
 
7580
   x)
 
7581
-    { $as_echo "$as_me:$LINENO: result: none needed" >&5
 
7582
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
 
7583
 $as_echo "none needed" >&6; } ;;
 
7584
   xno)
 
7585
-    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
 
7586
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
 
7587
 $as_echo "unsupported" >&6; } ;;
 
7588
   *)
 
7589
     CC="$CC $ac_cv_prog_cc_c89"
 
7590
-    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
7591
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
 
7592
 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
 
7593
 esac
 
7594
+if test "x$ac_cv_prog_cc_c89" != xno; then :
 
7595
 
 
7596
+fi
 
7597
 
 
7598
 ac_ext=c
 
7599
 ac_cpp='$CPP $CPPFLAGS'
 
7600
@@ -12229,9 +11425,9 @@
 
7601
 
 
7602
 depcc="$CC"   am_compiler_list=
 
7603
 
 
7604
-{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
7605
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
 
7606
 $as_echo_n "checking dependency style of $depcc... " >&6; }
 
7607
-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 
7608
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
 
7609
   $as_echo_n "(cached) " >&6
 
7610
 else
 
7611
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
7612
@@ -12339,7 +11535,7 @@
 
7613
 fi
 
7614
 
 
7615
 fi
 
7616
-{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
7617
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
 
7618
 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
 
7619
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 
7620
 
 
7621
@@ -12362,9 +11558,9 @@
 
7622
 if test -n "$ac_tool_prefix"; then
 
7623
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 
7624
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
 
7625
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7626
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
7627
 $as_echo_n "checking for $ac_word... " >&6; }
 
7628
-if test "${ac_cv_prog_CC+set}" = set; then
 
7629
+if test "${ac_cv_prog_CC+set}" = set; then :
 
7630
   $as_echo_n "(cached) " >&6
 
7631
 else
 
7632
   if test -n "$CC"; then
 
7633
@@ -12375,24 +11571,24 @@
 
7634
 do
 
7635
   IFS=$as_save_IFS
 
7636
   test -z "$as_dir" && as_dir=.
 
7637
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
7638
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
7639
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7640
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
 
7641
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7642
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7643
     break 2
 
7644
   fi
 
7645
 done
 
7646
-done
 
7647
+  done
 
7648
 IFS=$as_save_IFS
 
7649
 
 
7650
 fi
 
7651
 fi
 
7652
 CC=$ac_cv_prog_CC
 
7653
 if test -n "$CC"; then
 
7654
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
7655
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
 
7656
 $as_echo "$CC" >&6; }
 
7657
 else
 
7658
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7659
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7660
 $as_echo "no" >&6; }
 
7661
 fi
 
7662
 
 
7663
@@ -12402,9 +11598,9 @@
 
7664
   ac_ct_CC=$CC
 
7665
   # Extract the first word of "gcc", so it can be a program name with args.
 
7666
 set dummy gcc; ac_word=$2
 
7667
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7668
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
7669
 $as_echo_n "checking for $ac_word... " >&6; }
 
7670
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
7671
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
 
7672
   $as_echo_n "(cached) " >&6
 
7673
 else
 
7674
   if test -n "$ac_ct_CC"; then
 
7675
@@ -12415,24 +11611,24 @@
 
7676
 do
 
7677
   IFS=$as_save_IFS
 
7678
   test -z "$as_dir" && as_dir=.
 
7679
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
7680
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
7681
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7682
     ac_cv_prog_ac_ct_CC="gcc"
 
7683
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7684
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7685
     break 2
 
7686
   fi
 
7687
 done
 
7688
-done
 
7689
+  done
 
7690
 IFS=$as_save_IFS
 
7691
 
 
7692
 fi
 
7693
 fi
 
7694
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
7695
 if test -n "$ac_ct_CC"; then
 
7696
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
7697
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
 
7698
 $as_echo "$ac_ct_CC" >&6; }
 
7699
 else
 
7700
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7701
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7702
 $as_echo "no" >&6; }
 
7703
 fi
 
7704
 
 
7705
@@ -12441,7 +11637,7 @@
 
7706
   else
 
7707
     case $cross_compiling:$ac_tool_warned in
 
7708
 yes:)
 
7709
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
7710
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
7711
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
7712
 ac_tool_warned=yes ;;
 
7713
 esac
 
7714
@@ -12455,9 +11651,9 @@
 
7715
           if test -n "$ac_tool_prefix"; then
 
7716
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 
7717
 set dummy ${ac_tool_prefix}cc; ac_word=$2
 
7718
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7719
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
7720
 $as_echo_n "checking for $ac_word... " >&6; }
 
7721
-if test "${ac_cv_prog_CC+set}" = set; then
 
7722
+if test "${ac_cv_prog_CC+set}" = set; then :
 
7723
   $as_echo_n "(cached) " >&6
 
7724
 else
 
7725
   if test -n "$CC"; then
 
7726
@@ -12468,24 +11664,24 @@
 
7727
 do
 
7728
   IFS=$as_save_IFS
 
7729
   test -z "$as_dir" && as_dir=.
 
7730
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
7731
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
7732
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7733
     ac_cv_prog_CC="${ac_tool_prefix}cc"
 
7734
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7735
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7736
     break 2
 
7737
   fi
 
7738
 done
 
7739
-done
 
7740
+  done
 
7741
 IFS=$as_save_IFS
 
7742
 
 
7743
 fi
 
7744
 fi
 
7745
 CC=$ac_cv_prog_CC
 
7746
 if test -n "$CC"; then
 
7747
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
7748
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
 
7749
 $as_echo "$CC" >&6; }
 
7750
 else
 
7751
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7752
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7753
 $as_echo "no" >&6; }
 
7754
 fi
 
7755
 
 
7756
@@ -12495,9 +11691,9 @@
 
7757
 if test -z "$CC"; then
 
7758
   # Extract the first word of "cc", so it can be a program name with args.
 
7759
 set dummy cc; ac_word=$2
 
7760
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7761
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
7762
 $as_echo_n "checking for $ac_word... " >&6; }
 
7763
-if test "${ac_cv_prog_CC+set}" = set; then
 
7764
+if test "${ac_cv_prog_CC+set}" = set; then :
 
7765
   $as_echo_n "(cached) " >&6
 
7766
 else
 
7767
   if test -n "$CC"; then
 
7768
@@ -12509,18 +11705,18 @@
 
7769
 do
 
7770
   IFS=$as_save_IFS
 
7771
   test -z "$as_dir" && as_dir=.
 
7772
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
7773
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
7774
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7775
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 
7776
        ac_prog_rejected=yes
 
7777
        continue
 
7778
      fi
 
7779
     ac_cv_prog_CC="cc"
 
7780
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7781
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7782
     break 2
 
7783
   fi
 
7784
 done
 
7785
-done
 
7786
+  done
 
7787
 IFS=$as_save_IFS
 
7788
 
 
7789
 if test $ac_prog_rejected = yes; then
 
7790
@@ -12539,10 +11735,10 @@
 
7791
 fi
 
7792
 CC=$ac_cv_prog_CC
 
7793
 if test -n "$CC"; then
 
7794
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
7795
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
 
7796
 $as_echo "$CC" >&6; }
 
7797
 else
 
7798
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7799
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7800
 $as_echo "no" >&6; }
 
7801
 fi
 
7802
 
 
7803
@@ -12554,9 +11750,9 @@
 
7804
   do
 
7805
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
7806
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
7807
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7808
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
7809
 $as_echo_n "checking for $ac_word... " >&6; }
 
7810
-if test "${ac_cv_prog_CC+set}" = set; then
 
7811
+if test "${ac_cv_prog_CC+set}" = set; then :
 
7812
   $as_echo_n "(cached) " >&6
 
7813
 else
 
7814
   if test -n "$CC"; then
 
7815
@@ -12567,24 +11763,24 @@
 
7816
 do
 
7817
   IFS=$as_save_IFS
 
7818
   test -z "$as_dir" && as_dir=.
 
7819
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
7820
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
7821
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7822
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 
7823
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7824
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7825
     break 2
 
7826
   fi
 
7827
 done
 
7828
-done
 
7829
+  done
 
7830
 IFS=$as_save_IFS
 
7831
 
 
7832
 fi
 
7833
 fi
 
7834
 CC=$ac_cv_prog_CC
 
7835
 if test -n "$CC"; then
 
7836
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
7837
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
 
7838
 $as_echo "$CC" >&6; }
 
7839
 else
 
7840
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7841
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7842
 $as_echo "no" >&6; }
 
7843
 fi
 
7844
 
 
7845
@@ -12598,9 +11794,9 @@
 
7846
 do
 
7847
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
7848
 set dummy $ac_prog; ac_word=$2
 
7849
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7850
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
7851
 $as_echo_n "checking for $ac_word... " >&6; }
 
7852
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
7853
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
 
7854
   $as_echo_n "(cached) " >&6
 
7855
 else
 
7856
   if test -n "$ac_ct_CC"; then
 
7857
@@ -12611,24 +11807,24 @@
 
7858
 do
 
7859
   IFS=$as_save_IFS
 
7860
   test -z "$as_dir" && as_dir=.
 
7861
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
7862
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
7863
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7864
     ac_cv_prog_ac_ct_CC="$ac_prog"
 
7865
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7866
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7867
     break 2
 
7868
   fi
 
7869
 done
 
7870
-done
 
7871
+  done
 
7872
 IFS=$as_save_IFS
 
7873
 
 
7874
 fi
 
7875
 fi
 
7876
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
7877
 if test -n "$ac_ct_CC"; then
 
7878
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
7879
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
 
7880
 $as_echo "$ac_ct_CC" >&6; }
 
7881
 else
 
7882
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7883
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7884
 $as_echo "no" >&6; }
 
7885
 fi
 
7886
 
 
7887
@@ -12641,7 +11837,7 @@
 
7888
   else
 
7889
     case $cross_compiling:$ac_tool_warned in
 
7890
 yes:)
 
7891
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
7892
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
7893
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
7894
 ac_tool_warned=yes ;;
 
7895
 esac
 
7896
@@ -12652,62 +11848,42 @@
 
7897
 fi
 
7898
 
 
7899
 
 
7900
-test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
7901
+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
7902
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
7903
-{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
7904
-See \`config.log' for more details." >&5
 
7905
-$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
 
7906
-See \`config.log' for more details." >&2;}
 
7907
-   { (exit 1); exit 1; }; }; }
 
7908
+as_fn_error "no acceptable C compiler found in \$PATH
 
7909
+See \`config.log' for more details." "$LINENO" 5; }
 
7910
 
 
7911
 # Provide some information about the compiler.
 
7912
-$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
 
7913
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
 
7914
 set X $ac_compile
 
7915
 ac_compiler=$2
 
7916
-{ (ac_try="$ac_compiler --version >&5"
 
7917
-case "(($ac_try" in
 
7918
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7919
-  *) ac_try_echo=$ac_try;;
 
7920
-esac
 
7921
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7922
-$as_echo "$ac_try_echo") >&5
 
7923
-  (eval "$ac_compiler --version >&5") 2>&5
 
7924
-  ac_status=$?
 
7925
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7926
-  (exit $ac_status); }
 
7927
-{ (ac_try="$ac_compiler -v >&5"
 
7928
-case "(($ac_try" in
 
7929
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7930
-  *) ac_try_echo=$ac_try;;
 
7931
-esac
 
7932
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7933
-$as_echo "$ac_try_echo") >&5
 
7934
-  (eval "$ac_compiler -v >&5") 2>&5
 
7935
-  ac_status=$?
 
7936
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7937
-  (exit $ac_status); }
 
7938
-{ (ac_try="$ac_compiler -V >&5"
 
7939
+for ac_option in --version -v -V -qversion; do
 
7940
+  { { ac_try="$ac_compiler $ac_option >&5"
 
7941
 case "(($ac_try" in
 
7942
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7943
   *) ac_try_echo=$ac_try;;
 
7944
 esac
 
7945
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7946
-$as_echo "$ac_try_echo") >&5
 
7947
-  (eval "$ac_compiler -V >&5") 2>&5
 
7948
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
7949
+$as_echo "$ac_try_echo"; } >&5
 
7950
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
 
7951
   ac_status=$?
 
7952
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7953
-  (exit $ac_status); }
 
7954
+  if test -s conftest.err; then
 
7955
+    sed '10a\
 
7956
+... rest of stderr output deleted ...
 
7957
+         10q' conftest.err >conftest.er1
 
7958
+    cat conftest.er1 >&5
 
7959
+    rm -f conftest.er1 conftest.err
 
7960
+  fi
 
7961
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
7962
+  test $ac_status = 0; }
 
7963
+done
 
7964
 
 
7965
-{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
7966
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
 
7967
 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
 
7968
-if test "${ac_cv_c_compiler_gnu+set}" = set; then
 
7969
+if test "${ac_cv_c_compiler_gnu+set}" = set; then :
 
7970
   $as_echo_n "(cached) " >&6
 
7971
 else
 
7972
-  cat >conftest.$ac_ext <<_ACEOF
 
7973
-/* confdefs.h.  */
 
7974
-_ACEOF
 
7975
-cat confdefs.h >>conftest.$ac_ext
 
7976
-cat >>conftest.$ac_ext <<_ACEOF
 
7977
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
7978
 /* end confdefs.h.  */
 
7979
 
 
7980
 int
 
7981
@@ -12721,37 +11897,16 @@
 
7982
   return 0;
 
7983
 }
 
7984
 _ACEOF
 
7985
-rm -f conftest.$ac_objext
 
7986
-if { (ac_try="$ac_compile"
 
7987
-case "(($ac_try" in
 
7988
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7989
-  *) ac_try_echo=$ac_try;;
 
7990
-esac
 
7991
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7992
-$as_echo "$ac_try_echo") >&5
 
7993
-  (eval "$ac_compile") 2>conftest.er1
 
7994
-  ac_status=$?
 
7995
-  grep -v '^ *+' conftest.er1 >conftest.err
 
7996
-  rm -f conftest.er1
 
7997
-  cat conftest.err >&5
 
7998
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7999
-  (exit $ac_status); } && {
 
8000
-        test -z "$ac_c_werror_flag" ||
 
8001
-        test ! -s conftest.err
 
8002
-       } && test -s conftest.$ac_objext; then
 
8003
+if ac_fn_c_try_compile "$LINENO"; then :
 
8004
   ac_compiler_gnu=yes
 
8005
 else
 
8006
-  $as_echo "$as_me: failed program was:" >&5
 
8007
-sed 's/^/| /' conftest.$ac_ext >&5
 
8008
-
 
8009
-       ac_compiler_gnu=no
 
8010
+  ac_compiler_gnu=no
 
8011
 fi
 
8012
-
 
8013
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8014
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
8015
 
 
8016
 fi
 
8017
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
8018
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
 
8019
 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
 
8020
 if test $ac_compiler_gnu = yes; then
 
8021
   GCC=yes
 
8022
@@ -12760,20 +11915,16 @@
 
8023
 fi
 
8024
 ac_test_CFLAGS=${CFLAGS+set}
 
8025
 ac_save_CFLAGS=$CFLAGS
 
8026
-{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
8027
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
 
8028
 $as_echo_n "checking whether $CC accepts -g... " >&6; }
 
8029
-if test "${ac_cv_prog_cc_g+set}" = set; then
 
8030
+if test "${ac_cv_prog_cc_g+set}" = set; then :
 
8031
   $as_echo_n "(cached) " >&6
 
8032
 else
 
8033
   ac_save_c_werror_flag=$ac_c_werror_flag
 
8034
    ac_c_werror_flag=yes
 
8035
    ac_cv_prog_cc_g=no
 
8036
    CFLAGS="-g"
 
8037
-   cat >conftest.$ac_ext <<_ACEOF
 
8038
-/* confdefs.h.  */
 
8039
-_ACEOF
 
8040
-cat confdefs.h >>conftest.$ac_ext
 
8041
-cat >>conftest.$ac_ext <<_ACEOF
 
8042
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
8043
 /* end confdefs.h.  */
 
8044
 
 
8045
 int
 
8046
@@ -12784,75 +11935,11 @@
 
8047
   return 0;
 
8048
 }
 
8049
 _ACEOF
 
8050
-rm -f conftest.$ac_objext
 
8051
-if { (ac_try="$ac_compile"
 
8052
-case "(($ac_try" in
 
8053
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8054
-  *) ac_try_echo=$ac_try;;
 
8055
-esac
 
8056
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8057
-$as_echo "$ac_try_echo") >&5
 
8058
-  (eval "$ac_compile") 2>conftest.er1
 
8059
-  ac_status=$?
 
8060
-  grep -v '^ *+' conftest.er1 >conftest.err
 
8061
-  rm -f conftest.er1
 
8062
-  cat conftest.err >&5
 
8063
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8064
-  (exit $ac_status); } && {
 
8065
-        test -z "$ac_c_werror_flag" ||
 
8066
-        test ! -s conftest.err
 
8067
-       } && test -s conftest.$ac_objext; then
 
8068
+if ac_fn_c_try_compile "$LINENO"; then :
 
8069
   ac_cv_prog_cc_g=yes
 
8070
 else
 
8071
-  $as_echo "$as_me: failed program was:" >&5
 
8072
-sed 's/^/| /' conftest.$ac_ext >&5
 
8073
-
 
8074
-       CFLAGS=""
 
8075
-      cat >conftest.$ac_ext <<_ACEOF
 
8076
-/* confdefs.h.  */
 
8077
-_ACEOF
 
8078
-cat confdefs.h >>conftest.$ac_ext
 
8079
-cat >>conftest.$ac_ext <<_ACEOF
 
8080
-/* end confdefs.h.  */
 
8081
-
 
8082
-int
 
8083
-main ()
 
8084
-{
 
8085
-
 
8086
-  ;
 
8087
-  return 0;
 
8088
-}
 
8089
-_ACEOF
 
8090
-rm -f conftest.$ac_objext
 
8091
-if { (ac_try="$ac_compile"
 
8092
-case "(($ac_try" in
 
8093
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8094
-  *) ac_try_echo=$ac_try;;
 
8095
-esac
 
8096
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8097
-$as_echo "$ac_try_echo") >&5
 
8098
-  (eval "$ac_compile") 2>conftest.er1
 
8099
-  ac_status=$?
 
8100
-  grep -v '^ *+' conftest.er1 >conftest.err
 
8101
-  rm -f conftest.er1
 
8102
-  cat conftest.err >&5
 
8103
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8104
-  (exit $ac_status); } && {
 
8105
-        test -z "$ac_c_werror_flag" ||
 
8106
-        test ! -s conftest.err
 
8107
-       } && test -s conftest.$ac_objext; then
 
8108
-  :
 
8109
-else
 
8110
-  $as_echo "$as_me: failed program was:" >&5
 
8111
-sed 's/^/| /' conftest.$ac_ext >&5
 
8112
-
 
8113
-       ac_c_werror_flag=$ac_save_c_werror_flag
 
8114
-        CFLAGS="-g"
 
8115
-        cat >conftest.$ac_ext <<_ACEOF
 
8116
-/* confdefs.h.  */
 
8117
-_ACEOF
 
8118
-cat confdefs.h >>conftest.$ac_ext
 
8119
-cat >>conftest.$ac_ext <<_ACEOF
 
8120
+  CFLAGS=""
 
8121
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
8122
 /* end confdefs.h.  */
 
8123
 
 
8124
 int
 
8125
@@ -12863,42 +11950,33 @@
 
8126
   return 0;
 
8127
 }
 
8128
 _ACEOF
 
8129
-rm -f conftest.$ac_objext
 
8130
-if { (ac_try="$ac_compile"
 
8131
-case "(($ac_try" in
 
8132
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8133
-  *) ac_try_echo=$ac_try;;
 
8134
-esac
 
8135
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8136
-$as_echo "$ac_try_echo") >&5
 
8137
-  (eval "$ac_compile") 2>conftest.er1
 
8138
-  ac_status=$?
 
8139
-  grep -v '^ *+' conftest.er1 >conftest.err
 
8140
-  rm -f conftest.er1
 
8141
-  cat conftest.err >&5
 
8142
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8143
-  (exit $ac_status); } && {
 
8144
-        test -z "$ac_c_werror_flag" ||
 
8145
-        test ! -s conftest.err
 
8146
-       } && test -s conftest.$ac_objext; then
 
8147
-  ac_cv_prog_cc_g=yes
 
8148
+if ac_fn_c_try_compile "$LINENO"; then :
 
8149
+
 
8150
 else
 
8151
-  $as_echo "$as_me: failed program was:" >&5
 
8152
-sed 's/^/| /' conftest.$ac_ext >&5
 
8153
+  ac_c_werror_flag=$ac_save_c_werror_flag
 
8154
+        CFLAGS="-g"
 
8155
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
8156
+/* end confdefs.h.  */
 
8157
 
 
8158
+int
 
8159
+main ()
 
8160
+{
 
8161
 
 
8162
+  ;
 
8163
+  return 0;
 
8164
+}
 
8165
+_ACEOF
 
8166
+if ac_fn_c_try_compile "$LINENO"; then :
 
8167
+  ac_cv_prog_cc_g=yes
 
8168
 fi
 
8169
-
 
8170
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8171
 fi
 
8172
-
 
8173
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8174
 fi
 
8175
-
 
8176
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8177
    ac_c_werror_flag=$ac_save_c_werror_flag
 
8178
 fi
 
8179
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
8180
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
 
8181
 $as_echo "$ac_cv_prog_cc_g" >&6; }
 
8182
 if test "$ac_test_CFLAGS" = set; then
 
8183
   CFLAGS=$ac_save_CFLAGS
 
8184
@@ -12915,18 +11993,14 @@
 
8185
     CFLAGS=
 
8186
   fi
 
8187
 fi
 
8188
-{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
8189
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
 
8190
 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
 
8191
-if test "${ac_cv_prog_cc_c89+set}" = set; then
 
8192
+if test "${ac_cv_prog_cc_c89+set}" = set; then :
 
8193
   $as_echo_n "(cached) " >&6
 
8194
 else
 
8195
   ac_cv_prog_cc_c89=no
 
8196
 ac_save_CC=$CC
 
8197
-cat >conftest.$ac_ext <<_ACEOF
 
8198
-/* confdefs.h.  */
 
8199
-_ACEOF
 
8200
-cat confdefs.h >>conftest.$ac_ext
 
8201
-cat >>conftest.$ac_ext <<_ACEOF
 
8202
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
8203
 /* end confdefs.h.  */
 
8204
 #include <stdarg.h>
 
8205
 #include <stdio.h>
 
8206
@@ -12983,32 +12057,9 @@
 
8207
        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
 
8208
 do
 
8209
   CC="$ac_save_CC $ac_arg"
 
8210
-  rm -f conftest.$ac_objext
 
8211
-if { (ac_try="$ac_compile"
 
8212
-case "(($ac_try" in
 
8213
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8214
-  *) ac_try_echo=$ac_try;;
 
8215
-esac
 
8216
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8217
-$as_echo "$ac_try_echo") >&5
 
8218
-  (eval "$ac_compile") 2>conftest.er1
 
8219
-  ac_status=$?
 
8220
-  grep -v '^ *+' conftest.er1 >conftest.err
 
8221
-  rm -f conftest.er1
 
8222
-  cat conftest.err >&5
 
8223
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8224
-  (exit $ac_status); } && {
 
8225
-        test -z "$ac_c_werror_flag" ||
 
8226
-        test ! -s conftest.err
 
8227
-       } && test -s conftest.$ac_objext; then
 
8228
+  if ac_fn_c_try_compile "$LINENO"; then :
 
8229
   ac_cv_prog_cc_c89=$ac_arg
 
8230
-else
 
8231
-  $as_echo "$as_me: failed program was:" >&5
 
8232
-sed 's/^/| /' conftest.$ac_ext >&5
 
8233
-
 
8234
-
 
8235
 fi
 
8236
-
 
8237
 rm -f core conftest.err conftest.$ac_objext
 
8238
   test "x$ac_cv_prog_cc_c89" != "xno" && break
 
8239
 done
 
8240
@@ -13019,17 +12070,19 @@
 
8241
 # AC_CACHE_VAL
 
8242
 case "x$ac_cv_prog_cc_c89" in
 
8243
   x)
 
8244
-    { $as_echo "$as_me:$LINENO: result: none needed" >&5
 
8245
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
 
8246
 $as_echo "none needed" >&6; } ;;
 
8247
   xno)
 
8248
-    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
 
8249
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
 
8250
 $as_echo "unsupported" >&6; } ;;
 
8251
   *)
 
8252
     CC="$CC $ac_cv_prog_cc_c89"
 
8253
-    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
8254
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
 
8255
 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
 
8256
 esac
 
8257
+if test "x$ac_cv_prog_cc_c89" != xno; then :
 
8258
 
 
8259
+fi
 
8260
 
 
8261
 ac_ext=c
 
8262
 ac_cpp='$CPP $CPPFLAGS'
 
8263
@@ -13039,9 +12092,9 @@
 
8264
 
 
8265
 depcc="$CC"   am_compiler_list=
 
8266
 
 
8267
-{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
8268
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
 
8269
 $as_echo_n "checking dependency style of $depcc... " >&6; }
 
8270
-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 
8271
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
 
8272
   $as_echo_n "(cached) " >&6
 
8273
 else
 
8274
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
8275
@@ -13149,7 +12202,7 @@
 
8276
 fi
 
8277
 
 
8278
 fi
 
8279
-{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
8280
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
 
8281
 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
 
8282
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 
8283
 
 
8284
@@ -13167,16 +12220,12 @@
8071
8285
 
8072
8286
 am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
8073
8287
 
8087
8301
 /* end confdefs.h.  */
8088
8302
 #include <stdlib.h>
8089
8303
 #include <stdarg.h>
8090
 
@@ -13392,48 +12440,23 @@
 
8304
@@ -13191,48 +12240,23 @@
8091
8305
   return 0;
8092
8306
 }
8093
8307
 _ACEOF
8141
8355
 else
8142
8356
   ac_cv_header_stdc=no
8143
8357
 fi
8144
 
@@ -13443,18 +12466,14 @@
 
8358
@@ -13242,18 +12266,14 @@
8145
8359
 
8146
8360
 if test $ac_cv_header_stdc = yes; then
8147
8361
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8163
8377
 else
8164
8378
   ac_cv_header_stdc=no
8165
8379
 fi
8166
 
@@ -13464,14 +12483,10 @@
 
8380
@@ -13263,14 +12283,10 @@
8167
8381
 
8168
8382
 if test $ac_cv_header_stdc = yes; then
8169
8383
   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8180
8394
 /* end confdefs.h.  */
8181
8395
 #include <ctype.h>
8182
8396
 #include <stdlib.h>
8183
 
@@ -13498,60 +12513,31 @@
 
8397
@@ -13297,60 +12313,31 @@
8184
8398
   return 0;
8185
8399
 }
8186
8400
 _ACEOF
8250
8464
   $as_echo_n "(cached) " >&6
8251
8465
 else
8252
8466
   case $GLIB_GENMARSHAL in
8253
 
@@ -13564,14 +12550,14 @@
 
8467
@@ -13363,14 +12350,14 @@
8254
8468
 do
8255
8469
   IFS=$as_save_IFS
8256
8470
   test -z "$as_dir" && as_dir=.
8268
8482
 IFS=$as_save_IFS
8269
8483
 
8270
8484
   ;;
8271
 
@@ -13579,19 +12565,19 @@
 
8485
@@ -13378,19 +12365,19 @@
8272
8486
 fi
8273
8487
 GLIB_GENMARSHAL=$ac_cv_path_GLIB_GENMARSHAL
8274
8488
 if test -n "$GLIB_GENMARSHAL"; then
8292
8506
   $as_echo_n "(cached) " >&6
8293
8507
 else
8294
8508
   case $GLIB_MKENUMS in
8295
 
@@ -13604,14 +12590,14 @@
 
8509
@@ -13403,14 +12390,14 @@
8296
8510
 do
8297
8511
   IFS=$as_save_IFS
8298
8512
   test -z "$as_dir" && as_dir=.
8310
8524
 IFS=$as_save_IFS
8311
8525
 
8312
8526
   ;;
8313
 
@@ -13619,26 +12605,26 @@
 
8527
@@ -13418,26 +12405,26 @@
8314
8528
 fi
8315
8529
 GLIB_MKENUMS=$ac_cv_path_GLIB_MKENUMS
8316
8530
 if test -n "$GLIB_MKENUMS"; then
8342
8556
 $as_echo "$USE_NLS" >&6; }
8343
8557
 
8344
8558
 
8345
 
@@ -13646,35 +12632,31 @@
 
8559
@@ -13445,35 +12432,31 @@
8346
8560
 
8347
8561
 case "$am__api_version" in
8348
8562
     1.01234)
8384
8598
   $as_echo_n "(cached) " >&6
8385
8599
 else
8386
8600
   case $INTLTOOL_UPDATE in
8387
 
@@ -13687,14 +12669,14 @@
 
8601
@@ -13486,14 +12469,14 @@
8388
8602
 do
8389
8603
   IFS=$as_save_IFS
8390
8604
   test -z "$as_dir" && as_dir=.
8402
8616
 IFS=$as_save_IFS
8403
8617
 
8404
8618
   ;;
8405
 
@@ -13702,19 +12684,19 @@
 
8619
@@ -13501,19 +12484,19 @@
8406
8620
 fi
8407
8621
 INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE
8408
8622
 if test -n "$INTLTOOL_UPDATE"; then
8426
8640
   $as_echo_n "(cached) " >&6
8427
8641
 else
8428
8642
   case $INTLTOOL_MERGE in
8429
 
@@ -13727,14 +12709,14 @@
 
8643
@@ -13526,14 +12509,14 @@
8430
8644
 do
8431
8645
   IFS=$as_save_IFS
8432
8646
   test -z "$as_dir" && as_dir=.
8444
8658
 IFS=$as_save_IFS
8445
8659
 
8446
8660
   ;;
8447
 
@@ -13742,19 +12724,19 @@
 
8661
@@ -13541,19 +12524,19 @@
8448
8662
 fi
8449
8663
 INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE
8450
8664
 if test -n "$INTLTOOL_MERGE"; then
8468
8682
   $as_echo_n "(cached) " >&6
8469
8683
 else
8470
8684
   case $INTLTOOL_EXTRACT in
8471
 
@@ -13767,14 +12749,14 @@
 
8685
@@ -13566,14 +12549,14 @@
8472
8686
 do
8473
8687
   IFS=$as_save_IFS
8474
8688
   test -z "$as_dir" && as_dir=.
8486
8700
 IFS=$as_save_IFS
8487
8701
 
8488
8702
   ;;
8489
 
@@ -13782,18 +12764,16 @@
 
8703
@@ -13581,18 +12564,16 @@
8490
8704
 fi
8491
8705
 INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT
8492
8706
 if test -n "$INTLTOOL_EXTRACT"; then
8508
8722
 fi
8509
8723
 
8510
8724
   INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
8511
 
@@ -13839,9 +12819,9 @@
 
8725
@@ -13635,12 +12616,88 @@
 
8726
 
 
8727
 
 
8728
 
 
8729
+
 
8730
+
 
8731
+
 
8732
+
 
8733
+
 
8734
+
 
8735
+
 
8736
+
 
8737
+
 
8738
+
 
8739
+
 
8740
+
 
8741
+
 
8742
+
 
8743
+
 
8744
+
 
8745
+
 
8746
+
 
8747
+
 
8748
+
 
8749
+
 
8750
+
 
8751
+
 
8752
+
 
8753
+
 
8754
+
 
8755
+
 
8756
+
 
8757
+
 
8758
+
 
8759
+
 
8760
+
 
8761
+
 
8762
+
 
8763
+
 
8764
+
 
8765
+
 
8766
+
 
8767
+
 
8768
+
 
8769
+
 
8770
+
 
8771
+
 
8772
+
 
8773
+
 
8774
+
 
8775
+
 
8776
+
 
8777
+
 
8778
+
 
8779
+
 
8780
+
 
8781
+
 
8782
+
 
8783
+
 
8784
+
 
8785
+
 
8786
+
 
8787
+
 
8788
+
 
8789
+
 
8790
+
 
8791
+
 
8792
+
 
8793
+
 
8794
+
 
8795
+
 
8796
+
 
8797
+
 
8798
+
 
8799
+
 
8800
+
 
8801
+
 
8802
+
 
8803
+
 
8804
+
8512
8805
 # Check the gettext tools to make sure they are GNU
8513
8806
 # Extract the first word of "xgettext", so it can be a program name with args.
8514
8807
 set dummy xgettext; ac_word=$2
8520
8813
   $as_echo_n "(cached) " >&6
8521
8814
 else
8522
8815
   case $XGETTEXT in
8523
 
@@ -13854,14 +12834,14 @@
 
8816
@@ -13653,14 +12710,14 @@
8524
8817
 do
8525
8818
   IFS=$as_save_IFS
8526
8819
   test -z "$as_dir" && as_dir=.
8538
8831
 IFS=$as_save_IFS
8539
8832
 
8540
8833
   ;;
8541
 
@@ -13869,19 +12849,19 @@
 
8834
@@ -13668,19 +12725,19 @@
8542
8835
 fi
8543
8836
 XGETTEXT=$ac_cv_path_XGETTEXT
8544
8837
 if test -n "$XGETTEXT"; then
8562
8855
   $as_echo_n "(cached) " >&6
8563
8856
 else
8564
8857
   case $MSGMERGE in
8565
 
@@ -13894,14 +12874,14 @@
 
8858
@@ -13693,14 +12750,14 @@
8566
8859
 do
8567
8860
   IFS=$as_save_IFS
8568
8861
   test -z "$as_dir" && as_dir=.
8580
8873
 IFS=$as_save_IFS
8581
8874
 
8582
8875
   ;;
8583
 
@@ -13909,19 +12889,19 @@
 
8876
@@ -13708,19 +12765,19 @@
8584
8877
 fi
8585
8878
 MSGMERGE=$ac_cv_path_MSGMERGE
8586
8879
 if test -n "$MSGMERGE"; then
8604
8897
   $as_echo_n "(cached) " >&6
8605
8898
 else
8606
8899
   case $MSGFMT in
8607
 
@@ -13934,14 +12914,14 @@
 
8900
@@ -13733,14 +12790,14 @@
8608
8901
 do
8609
8902
   IFS=$as_save_IFS
8610
8903
   test -z "$as_dir" && as_dir=.
8622
8915
 IFS=$as_save_IFS
8623
8916
 
8624
8917
   ;;
8625
 
@@ -13949,19 +12929,19 @@
 
8918
@@ -13748,19 +12805,19 @@
8626
8919
 fi
8627
8920
 MSGFMT=$ac_cv_path_MSGFMT
8628
8921
 if test -n "$MSGFMT"; then
8646
8939
   $as_echo_n "(cached) " >&6
8647
8940
 else
8648
8941
   case $GMSGFMT in
8649
 
@@ -13974,14 +12954,14 @@
 
8942
@@ -13773,14 +12830,14 @@
8650
8943
 do
8651
8944
   IFS=$as_save_IFS
8652
8945
   test -z "$as_dir" && as_dir=.
8664
8957
 IFS=$as_save_IFS
8665
8958
 
8666
8959
   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
8667
 
@@ -13990,33 +12970,29 @@
 
8960
@@ -13789,33 +12846,29 @@
8668
8961
 fi
8669
8962
 GMSGFMT=$ac_cv_path_GMSGFMT
8670
8963
 if test -n "$GMSGFMT"; then
8704
8997
   $as_echo_n "(cached) " >&6
8705
8998
 else
8706
8999
   case $INTLTOOL_PERL in
8707
 
@@ -14029,14 +13005,14 @@
 
9000
@@ -13828,14 +12881,14 @@
8708
9001
 do
8709
9002
   IFS=$as_save_IFS
8710
9003
   test -z "$as_dir" && as_dir=.
8722
9015
 IFS=$as_save_IFS
8723
9016
 
8724
9017
   ;;
8725
 
@@ -14044,34 +13020,28 @@
 
9018
@@ -13843,173 +12896,63 @@
8726
9019
 fi
8727
9020
 INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
8728
9021
 if test -n "$INTLTOOL_PERL"; then
8740
9033
-   { { $as_echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5
8741
9034
-$as_echo "$as_me: error: perl not found; required for intltool" >&2;}
8742
9035
-   { (exit 1); exit 1; }; }
8743
 
+   as_fn_error "perl not found; required for intltool" "$LINENO" 5
8744
 
 fi
8745
 
 if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
 
9036
-fi
 
9037
-if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
8746
9038
-   { { $as_echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
8747
9039
-$as_echo "$as_me: error: perl 5.x required for intltool" >&2;}
8748
9040
-   { (exit 1); exit 1; }; }
8749
 
+   as_fn_error "perl 5.x required for intltool" "$LINENO" 5
 
9041
+   as_fn_error "perl not found" "$LINENO" 5
 
9042
+fi
 
9043
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5
 
9044
+$as_echo_n "checking for perl >= 5.8.1... " >&6; }
 
9045
+$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
 
9046
+if test $? -ne 0; then
 
9047
+   as_fn_error "perl 5.8.1 is required for intltool" "$LINENO" 5
 
9048
+else
 
9049
+   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
 
9050
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
 
9051
+$as_echo "$IT_PERL_VERSION" >&6; }
8750
9052
 fi
8751
9053
 if test "x" != "xno-xml"; then
8752
9054
-   { $as_echo "$as_me:$LINENO: checking for XML::Parser" >&5
8760
9062
-       { { $as_echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
8761
9063
-$as_echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
8762
9064
-   { (exit 1); exit 1; }; }
 
9065
-   fi
 
9066
-fi
 
9067
-
 
9068
-# Substitute ALL_LINGUAS so we can use it in po/Makefile
 
9069
-
 
9070
-
 
9071
-# Set DATADIRNAME correctly if it is not set yet
 
9072
-# (copied from glib-gettext.m4)
 
9073
-if test -z "$DATADIRNAME"; then
 
9074
-  cat >conftest.$ac_ext <<_ACEOF
 
9075
-/* confdefs.h.  */
 
9076
-_ACEOF
 
9077
-cat confdefs.h >>conftest.$ac_ext
 
9078
-cat >>conftest.$ac_ext <<_ACEOF
 
9079
-/* end confdefs.h.  */
 
9080
-
 
9081
-int
 
9082
-main ()
 
9083
-{
 
9084
-extern int _nl_msg_cat_cntr;
 
9085
-                       return _nl_msg_cat_cntr
 
9086
-  ;
 
9087
-  return 0;
 
9088
-}
 
9089
-_ACEOF
 
9090
-rm -f conftest.$ac_objext conftest$ac_exeext
 
9091
-if { (ac_try="$ac_link"
 
9092
-case "(($ac_try" in
 
9093
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9094
-  *) ac_try_echo=$ac_try;;
 
9095
-esac
 
9096
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9097
-$as_echo "$ac_try_echo") >&5
 
9098
-  (eval "$ac_link") 2>conftest.er1
 
9099
-  ac_status=$?
 
9100
-  grep -v '^ *+' conftest.er1 >conftest.err
 
9101
-  rm -f conftest.er1
 
9102
-  cat conftest.err >&5
 
9103
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9104
-  (exit $ac_status); } && {
 
9105
-        test -z "$ac_c_werror_flag" ||
 
9106
-        test ! -s conftest.err
 
9107
-       } && test -s conftest$ac_exeext && {
 
9108
-        test "$cross_compiling" = yes ||
 
9109
-        $as_test_x conftest$ac_exeext
 
9110
-       }; then
 
9111
-  DATADIRNAME=share
 
9112
-else
 
9113
-  $as_echo "$as_me: failed program was:" >&5
 
9114
-sed 's/^/| /' conftest.$ac_ext >&5
 
9115
-
 
9116
-       case $host in
 
9117
-    *-*-solaris*)
 
9118
-                        { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
9119
-$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
 
9120
-if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
 
9121
-  $as_echo_n "(cached) " >&6
 
9122
-else
 
9123
-  cat >conftest.$ac_ext <<_ACEOF
 
9124
-/* confdefs.h.  */
 
9125
-_ACEOF
 
9126
-cat confdefs.h >>conftest.$ac_ext
 
9127
-cat >>conftest.$ac_ext <<_ACEOF
 
9128
-/* end confdefs.h.  */
 
9129
-/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
 
9130
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
9131
-#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
 
9132
-
 
9133
-/* System header to define __stub macros and hopefully few prototypes,
 
9134
-    which can conflict with char bind_textdomain_codeset (); below.
 
9135
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
9136
-    <limits.h> exists even on freestanding compilers.  */
 
9137
-
 
9138
-#ifdef __STDC__
 
9139
-# include <limits.h>
 
9140
-#else
 
9141
-# include <assert.h>
 
9142
-#endif
 
9143
-
 
9144
-#undef bind_textdomain_codeset
 
9145
-
 
9146
-/* Override any GCC internal prototype to avoid an error.
 
9147
-   Use char because int might match the return type of a GCC
 
9148
-   builtin and then its argument prototype would still apply.  */
 
9149
-#ifdef __cplusplus
 
9150
-extern "C"
 
9151
-#endif
 
9152
-char bind_textdomain_codeset ();
 
9153
-/* The GNU C library defines this for functions which it implements
 
9154
-    to always fail with ENOSYS.  Some functions are actually named
 
9155
-    something starting with __ and the normal name is an alias.  */
 
9156
-#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
 
9157
-choke me
 
9158
-#endif
8763
9159
+       as_fn_error "XML::Parser perl module is required for intltool" "$LINENO" 5
8764
 
    fi
8765
 
 fi
8766
 
 
8767
 
@@ -14081,11 +13051,7 @@
8768
 
 # Set DATADIRNAME correctly if it is not set yet
8769
 
 # (copied from glib-gettext.m4)
8770
 
 if test -z "$DATADIRNAME"; then
8771
 
-  cat >conftest.$ac_ext <<_ACEOF
8772
 
-/* confdefs.h.  */
8773
 
-_ACEOF
8774
 
-cat confdefs.h >>conftest.$ac_ext
8775
 
-cat >>conftest.$ac_ext <<_ACEOF
 
9160
+   fi
 
9161
+fi
 
9162
+
 
9163
+# Substitute ALL_LINGUAS so we can use it in po/Makefile
 
9164
+
 
9165
+
 
9166
+# Set DATADIRNAME correctly if it is not set yet
 
9167
+# (copied from glib-gettext.m4)
 
9168
+if test -z "$DATADIRNAME"; then
8776
9169
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8777
 
 /* end confdefs.h.  */
 
9170
+/* end confdefs.h.  */
8778
9171
 
8779
9172
 int
8780
 
@@ -14097,136 +13063,27 @@
 
9173
 main ()
 
9174
 {
 
9175
-return bind_textdomain_codeset ();
 
9176
+extern int _nl_msg_cat_cntr;
 
9177
+                       return _nl_msg_cat_cntr
 
9178
   ;
8781
9179
   return 0;
8782
9180
 }
8783
9181
 _ACEOF
8802
9200
-        test "$cross_compiling" = yes ||
8803
9201
-        $as_test_x conftest$ac_exeext
8804
9202
-       }; then
 
9203
-  ac_cv_func_bind_textdomain_codeset=yes
8805
9204
+if ac_fn_c_try_link "$LINENO"; then :
 
9205
+  DATADIRNAME=share
 
9206
 else
 
9207
-  $as_echo "$as_me: failed program was:" >&5
 
9208
-sed 's/^/| /' conftest.$ac_ext >&5
 
9209
-
 
9210
-       ac_cv_func_bind_textdomain_codeset=no
 
9211
-fi
 
9212
-
 
9213
-rm -rf conftest.dSYM
 
9214
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9215
-      conftest$ac_exeext conftest.$ac_ext
 
9216
-fi
 
9217
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
9218
-$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
 
9219
-if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
 
9220
+  case $host in
 
9221
+    *-*-solaris*)
 
9222
+                        ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
 
9223
+if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
8806
9224
   DATADIRNAME=share
8807
9225
 else
8808
 
-  $as_echo "$as_me: failed program was:" >&5
8809
 
-sed 's/^/| /' conftest.$ac_ext >&5
8810
 
-
8811
 
-       case $host in
8812
 
+  case $host in
8813
 
     *-*-solaris*)
8814
 
-                        { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
8815
 
-$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
8816
 
-if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
8817
 
-  $as_echo_n "(cached) " >&6
8818
 
+                        ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
8819
 
+if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
8820
 
+  DATADIRNAME=share
8821
 
 else
8822
 
-  cat >conftest.$ac_ext <<_ACEOF
8823
 
-/* confdefs.h.  */
8824
 
-_ACEOF
8825
 
-cat confdefs.h >>conftest.$ac_ext
8826
 
-cat >>conftest.$ac_ext <<_ACEOF
8827
 
-/* end confdefs.h.  */
8828
 
-/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
8829
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8830
 
-#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
8831
 
+  DATADIRNAME=lib
8832
 
+fi
8833
 
 
8834
 
-/* System header to define __stub macros and hopefully few prototypes,
8835
 
-    which can conflict with char bind_textdomain_codeset (); below.
8836
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8837
 
-    <limits.h> exists even on freestanding compilers.  */
8838
 
-
8839
 
-#ifdef __STDC__
8840
 
-# include <limits.h>
8841
 
-#else
8842
 
-# include <assert.h>
8843
 
-#endif
8844
 
-
8845
 
-#undef bind_textdomain_codeset
8846
 
-
8847
 
-/* Override any GCC internal prototype to avoid an error.
8848
 
-   Use char because int might match the return type of a GCC
8849
 
-   builtin and then its argument prototype would still apply.  */
8850
 
-#ifdef __cplusplus
8851
 
-extern "C"
8852
 
-#endif
8853
 
-char bind_textdomain_codeset ();
8854
 
-/* The GNU C library defines this for functions which it implements
8855
 
-    to always fail with ENOSYS.  Some functions are actually named
8856
 
-    something starting with __ and the normal name is an alias.  */
8857
 
-#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
8858
 
-choke me
8859
 
-#endif
8860
 
-
8861
 
-int
8862
 
-main ()
8863
 
-{
8864
 
-return bind_textdomain_codeset ();
8865
 
-  ;
8866
 
-  return 0;
8867
 
-}
8868
 
-_ACEOF
8869
 
-rm -f conftest.$ac_objext conftest$ac_exeext
8870
 
-if { (ac_try="$ac_link"
8871
 
-case "(($ac_try" in
8872
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8873
 
-  *) ac_try_echo=$ac_try;;
8874
 
-esac
8875
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8876
 
-$as_echo "$ac_try_echo") >&5
8877
 
-  (eval "$ac_link") 2>conftest.er1
8878
 
-  ac_status=$?
8879
 
-  grep -v '^ *+' conftest.er1 >conftest.err
8880
 
-  rm -f conftest.er1
8881
 
-  cat conftest.err >&5
8882
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8883
 
-  (exit $ac_status); } && {
8884
 
-        test -z "$ac_c_werror_flag" ||
8885
 
-        test ! -s conftest.err
8886
 
-       } && test -s conftest$ac_exeext && {
8887
 
-        test "$cross_compiling" = yes ||
8888
 
-        $as_test_x conftest$ac_exeext
8889
 
-       }; then
8890
 
-  ac_cv_func_bind_textdomain_codeset=yes
8891
 
-else
8892
 
-  $as_echo "$as_me: failed program was:" >&5
8893
 
-sed 's/^/| /' conftest.$ac_ext >&5
8894
 
-
8895
 
-       ac_cv_func_bind_textdomain_codeset=no
8896
 
-fi
8897
 
-
8898
 
-rm -rf conftest.dSYM
8899
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8900
 
-      conftest$ac_exeext conftest.$ac_ext
8901
 
-fi
8902
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
8903
 
-$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
8904
 
-if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
8905
 
-  DATADIRNAME=share
8906
 
-else
8907
 
-  DATADIRNAME=lib
8908
 
-fi
8909
 
-
8910
 
-    ;;
8911
 
-    *)
8912
 
-    DATADIRNAME=lib
8913
 
-    ;;
8914
 
-    esac
8915
 
-fi
8916
 
-
8917
 
-rm -rf conftest.dSYM
8918
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8919
 
-      conftest$ac_exeext conftest.$ac_ext
8920
 
-fi
8921
 
+    ;;
8922
 
+    *)
8923
 
+    DATADIRNAME=lib
8924
 
+    ;;
8925
 
+    esac
8926
 
+fi
 
9226
   DATADIRNAME=lib
 
9227
@@ -14021,10 +12964,8 @@
 
9228
     ;;
 
9229
     esac
 
9230
 fi
 
9231
-
 
9232
-rm -rf conftest.dSYM
 
9233
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9234
-      conftest$ac_exeext conftest.$ac_ext
8927
9235
+rm -f core conftest.err conftest.$ac_objext \
8928
9236
+    conftest$ac_exeext conftest.$ac_ext
8929
 
+fi
8930
 
 
8931
 
 
8932
 
 
8933
 
@@ -14239,9 +13096,9 @@
 
9237
 fi
 
9238
 
 
9239
 
 
9240
@@ -14038,9 +12979,9 @@
8934
9241
        if test -n "$ac_tool_prefix"; then
8935
9242
   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
8936
9243
 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
8942
9249
   $as_echo_n "(cached) " >&6
8943
9250
 else
8944
9251
   case $PKG_CONFIG in
8945
 
@@ -14254,14 +13111,14 @@
 
9252
@@ -14053,14 +12994,14 @@
8946
9253
 do
8947
9254
   IFS=$as_save_IFS
8948
9255
   test -z "$as_dir" && as_dir=.
8960
9267
 IFS=$as_save_IFS
8961
9268
 
8962
9269
   ;;
8963
 
@@ -14269,10 +13126,10 @@
 
9270
@@ -14068,10 +13009,10 @@
8964
9271
 fi
8965
9272
 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
8966
9273
 if test -n "$PKG_CONFIG"; then
8973
9280
 $as_echo "no" >&6; }
8974
9281
 fi
8975
9282
 
8976
 
@@ -14282,9 +13139,9 @@
 
9283
@@ -14081,9 +13022,9 @@
8977
9284
   ac_pt_PKG_CONFIG=$PKG_CONFIG
8978
9285
   # Extract the first word of "pkg-config", so it can be a program name with args.
8979
9286
 set dummy pkg-config; ac_word=$2
8985
9292
   $as_echo_n "(cached) " >&6
8986
9293
 else
8987
9294
   case $ac_pt_PKG_CONFIG in
8988
 
@@ -14297,14 +13154,14 @@
 
9295
@@ -14096,14 +13037,14 @@
8989
9296
 do
8990
9297
   IFS=$as_save_IFS
8991
9298
   test -z "$as_dir" && as_dir=.
9003
9310
 IFS=$as_save_IFS
9004
9311
 
9005
9312
   ;;
9006
 
@@ -14312,10 +13169,10 @@
 
9313
@@ -14111,10 +13052,10 @@
9007
9314
 fi
9008
9315
 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
9009
9316
 if test -n "$ac_pt_PKG_CONFIG"; then
9016
9323
 $as_echo "no" >&6; }
9017
9324
 fi
9018
9325
 
9019
 
@@ -14324,7 +13181,7 @@
 
9326
@@ -14123,7 +13064,7 @@
9020
9327
   else
9021
9328
     case $cross_compiling:$ac_tool_warned in
9022
9329
 yes:)
9025
9332
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9026
9333
 ac_tool_warned=yes ;;
9027
9334
 esac
9028
 
@@ -14337,13 +13194,13 @@
 
9335
@@ -14136,13 +13077,13 @@
9029
9336
 fi
9030
9337
 if test -n "$PKG_CONFIG"; then
9031
9338
        _pkg_min_version=0.9.0
9042
9349
 $as_echo "no" >&6; }
9043
9350
                PKG_CONFIG=""
9044
9351
        fi
9045
 
@@ -14352,7 +13209,7 @@
 
9352
@@ -14151,7 +13092,7 @@
9046
9353
 
9047
9354
 
9048
9355
        # Check whether --enable-debug was given.
9051
9358
   enableval=$enable_debug;
9052
9359
 else
9053
9360
   enable_debug=no
9054
 
@@ -14361,16 +13218,14 @@
 
9361
@@ -14160,16 +13101,14 @@
9055
9362
 
9056
9363
        if test x$enable_debug = xyes ; then
9057
9364
 
9070
9377
   enableval=$enable_compile_warnings;
9071
9378
 else
9072
9379
   enable_compile_warnings="maximum"
9073
 
@@ -14401,13 +13256,9 @@
 
9380
@@ -14200,13 +13139,9 @@
9074
9381
        for option in -Wno-sign-compare; do
9075
9382
                SAVE_CFLAGS="$CFLAGS"
9076
9383
                CFLAGS="$CFLAGS $option"
9086
9393
 /* end confdefs.h.  */
9087
9394
 
9088
9395
 int
9089
 
@@ -14418,35 +13269,14 @@
 
9396
@@ -14217,35 +13152,14 @@
9090
9397
   return 0;
9091
9398
 }
9092
9399
 _ACEOF
9125
9432
 $as_echo "$has_option" >&6; }
9126
9433
                if test $has_option = yes; then
9127
9434
                  warning_flags="$warning_flags $option"
9128
 
@@ -14460,26 +13290,24 @@
 
9435
@@ -14259,26 +13173,24 @@
9129
9436
        fi
9130
9437
        ;;
9131
9438
     *)
9157
9464
 $as_echo_n "checking what language compliance flags to pass to the C compiler... " >&6; }
9158
9465
     complCFLAGS=
9159
9466
     if test "x$enable_iso_c" != "xno"; then
9160
 
@@ -14494,7 +13322,7 @@
 
9467
@@ -14293,7 +13205,7 @@
9161
9468
        esac
9162
9469
        fi
9163
9470
     fi
9166
9473
 $as_echo "$complCFLAGS" >&6; }
9167
9474
 
9168
9475
     WARN_CFLAGS="$warning_flags $complCFLAGS"
9169
 
@@ -14516,9 +13344,7 @@
 
9476
@@ -14302,22 +13214,23 @@
 
9477
 
 
9478
 
 
9479
 
 
9480
+       DISABLE_DEPRECATED=""
 
9481
        if test $USE_MAINTAINER_MODE = yes; then
 
9482
-               DISABLE_DEPRECATED="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGCONF_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -DWNCK_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_DEPRECATED"
 
9483
-       else
 
9484
-               DISABLE_DEPRECATED=""
 
9485
+               DOMAINS="G ATK PANGO GDK GDK_PIXBUF GTK GCONF BONOBO BONOBO_UI GNOME LIBGLADE VTE GNOME_VFS WNCK LIBSOUP"
 
9486
+               for DOMAIN in $DOMAINS; do
 
9487
+                      DISABLE_DEPRECATED="$DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_SINGLE_INCLUDES"
 
9488
+               done
 
9489
        fi
 
9490
 
 
9491
 
 
9492
 
 
9493
+
 
9494
 MORE_WARN_FLAGS=
 
9495
 DEPRECATION_FLAGS=
9170
9496
 
9171
9497
 if test "$enable_maintainer_mode" = "yes"; then
9172
9498
 
9177
9503
 
9178
9504
        enable_debug=yes
9179
9505
        DEPRECATION_FLAGS="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGCONF_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
9180
 
@@ -14536,11 +13362,11 @@
 
9506
@@ -14335,11 +13248,11 @@
9181
9507
 GNOME_KEYRING_REQUIRED=2.26.0
9182
9508
 
9183
9509
 if test -n "$PKG_CONFIG" && \
9192
9518
   have_libnotify=yes
9193
9519
 else
9194
9520
   have_libnotify=no
9195
 
@@ -14550,24 +13376,22 @@
 
9521
@@ -14349,24 +13262,22 @@
9196
9522
 if test "$have_libnotify" = "yes"; then
9197
9523
   LIBNOTIFY_PACKAGE="libnotify >= $LIBNOTIFY_REQUIRED"
9198
9524
 
9221
9547
 $as_echo "$enable_tests" >&6; }
9222
9548
 
9223
9549
  if test "$enable_tests" = "yes"; then
9224
 
@@ -14581,14 +13405,15 @@
 
9550
@@ -14380,14 +13291,15 @@
9225
9551
 
9226
9552
 
9227
9553
 pkg_failed=no
9243
9569
                  glib-2.0 >= \$GLIB_REQUIRED
9244
9570
                  gmodule-2.0
9245
9571
                  gthread-2.0
9246
 
@@ -14606,7 +13431,7 @@
 
9572
@@ -14405,7 +13317,7 @@
9247
9573
                  webkit-1.0 >= \$WEBKIT_GTK_REQUIRED
9248
9574
                  libsoup-gnome-2.4 >= \$LIBSOUP_GNOME_REQUIRED
9249
9575
                  gnome-keyring-1 >= \$GNOME_KEYRING_REQUIRED
9252
9578
   ($PKG_CONFIG --exists --print-errors "
9253
9579
                  glib-2.0 >= $GLIB_REQUIRED
9254
9580
                  gmodule-2.0
9255
 
@@ -14627,8 +13452,8 @@
 
9581
@@ -14426,8 +13338,8 @@
9256
9582
                  gnome-keyring-1 >= $GNOME_KEYRING_REQUIRED
9257
9583
                  ") 2>&5
9258
9584
   ac_status=$?
9263
9589
   pkg_cv_DEPENDENCIES_CFLAGS=`$PKG_CONFIG --cflags "
9264
9590
                  glib-2.0 >= $GLIB_REQUIRED
9265
9591
                  gmodule-2.0
9266
 
@@ -14651,14 +13476,16 @@
 
9592
@@ -14450,14 +13362,16 @@
9267
9593
 else
9268
9594
   pkg_failed=yes
9269
9595
 fi
9287
9613
                  glib-2.0 >= \$GLIB_REQUIRED
9288
9614
                  gmodule-2.0
9289
9615
                  gthread-2.0
9290
 
@@ -14676,7 +13503,7 @@
 
9616
@@ -14475,7 +13389,7 @@
9291
9617
                  webkit-1.0 >= \$WEBKIT_GTK_REQUIRED
9292
9618
                  libsoup-gnome-2.4 >= \$LIBSOUP_GNOME_REQUIRED
9293
9619
                  gnome-keyring-1 >= \$GNOME_KEYRING_REQUIRED
9296
9622
   ($PKG_CONFIG --exists --print-errors "
9297
9623
                  glib-2.0 >= $GLIB_REQUIRED
9298
9624
                  gmodule-2.0
9299
 
@@ -14697,8 +13524,8 @@
 
9625
@@ -14496,8 +13410,8 @@
9300
9626
                  gnome-keyring-1 >= $GNOME_KEYRING_REQUIRED
9301
9627
                  ") 2>&5
9302
9628
   ac_status=$?
9307
9633
   pkg_cv_DEPENDENCIES_LIBS=`$PKG_CONFIG --libs "
9308
9634
                  glib-2.0 >= $GLIB_REQUIRED
9309
9635
                  gmodule-2.0
9310
 
@@ -14721,8 +13548,9 @@
 
9636
@@ -14520,8 +13434,9 @@
9311
9637
 else
9312
9638
   pkg_failed=yes
9313
9639
 fi
9319
9645
 fi
9320
9646
 
9321
9647
 
9322
 
@@ -14735,7 +13563,7 @@
 
9648
@@ -14534,7 +13449,7 @@
9323
9649
         _pkg_short_errors_supported=no
9324
9650
 fi
9325
9651
         if test $_pkg_short_errors_supported = yes; then
9328
9654
                  glib-2.0 >= $GLIB_REQUIRED
9329
9655
                  gmodule-2.0
9330
9656
                  gthread-2.0
9331
 
@@ -14753,9 +13581,9 @@
 
9657
@@ -14552,9 +13467,9 @@
9332
9658
                  webkit-1.0 >= $WEBKIT_GTK_REQUIRED
9333
9659
                  libsoup-gnome-2.4 >= $LIBSOUP_GNOME_REQUIRED
9334
9660
                  gnome-keyring-1 >= $GNOME_KEYRING_REQUIRED
9340
9666
                  glib-2.0 >= $GLIB_REQUIRED
9341
9667
                  gmodule-2.0
9342
9668
                  gthread-2.0
9343
 
@@ -14773,41 +13601,12 @@
 
9669
@@ -14572,41 +13487,12 @@
9344
9670
                  webkit-1.0 >= $WEBKIT_GTK_REQUIRED
9345
9671
                  libsoup-gnome-2.4 >= $LIBSOUP_GNOME_REQUIRED
9346
9672
                  gnome-keyring-1 >= $GNOME_KEYRING_REQUIRED
9384
9710
                  glib-2.0 >= $GLIB_REQUIRED
9385
9711
                  gmodule-2.0
9386
9712
                  gthread-2.0
9387
 
@@ -14835,22 +13634,11 @@
 
9713
@@ -14634,22 +13520,11 @@
9388
9714
 Alternatively, you may set the environment variables DEPENDENCIES_CFLAGS
9389
9715
 and DEPENDENCIES_LIBS to avoid the need to call pkg-config.
9390
9716
 See the pkg-config man page for more details.
9410
9736
 is in your PATH or set the PKG_CONFIG environment variable to the full
9411
9737
 path to pkg-config.
9412
9738
 
9413
 
@@ -14859,12 +13647,11 @@
 
9739
@@ -14658,12 +13533,11 @@
9414
9740
 See the pkg-config man page for more details.
9415
9741
 
9416
9742
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
9425
9751
 $as_echo "yes" >&6; }
9426
9752
        :
9427
9753
 fi
9428
 
@@ -14875,40 +13662,44 @@
 
9754
@@ -14674,40 +13548,44 @@
9429
9755
 
9430
9756
 
9431
9757
 pkg_failed=no
9489
9815
 fi
9490
9816
 
9491
9817
 
9492
 
@@ -14921,25 +13712,14 @@
 
9818
@@ -14720,14 +13598,14 @@
9493
9819
         _pkg_short_errors_supported=no
9494
9820
 fi
9495
9821
         if test $_pkg_short_errors_supported = yes; then
9503
9829
        echo "$DBUS_PKG_ERRORS" >&5
9504
9830
 
9505
9831
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (dbus-glib-1 >= $DBUS_GLIB_REQUIRED) were not met:
9506
 
-
9507
 
-$DBUS_PKG_ERRORS
9508
 
-
9509
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
9510
 
-installed software in a non-standard prefix.
9511
 
-
9512
 
-Alternatively, you may set the environment variables DBUS_CFLAGS
9513
 
-and DBUS_LIBS to avoid the need to call pkg-config.
9514
 
-See the pkg-config man page for more details.
9515
 
-" >&5
9516
 
-$as_echo "$as_me: error: Package requirements (dbus-glib-1 >= $DBUS_GLIB_REQUIRED) were not met:
9517
9832
+       as_fn_error "Package requirements (dbus-glib-1 >= $DBUS_GLIB_REQUIRED) were not met:
9518
9833
 
9519
9834
 $DBUS_PKG_ERRORS
9520
9835
 
9521
 
@@ -14949,22 +13729,11 @@
 
9836
@@ -14737,33 +13615,11 @@
9522
9837
 Alternatively, you may set the environment variables DBUS_CFLAGS
9523
9838
 and DBUS_LIBS to avoid the need to call pkg-config.
9524
9839
 See the pkg-config man page for more details.
 
9840
-" >&5
 
9841
-$as_echo "$as_me: error: Package requirements (dbus-glib-1 >= $DBUS_GLIB_REQUIRED) were not met:
 
9842
-
 
9843
-$DBUS_PKG_ERRORS
 
9844
-
 
9845
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
9846
-installed software in a non-standard prefix.
 
9847
-
 
9848
-Alternatively, you may set the environment variables DBUS_CFLAGS
 
9849
-and DBUS_LIBS to avoid the need to call pkg-config.
 
9850
-See the pkg-config man page for more details.
9525
9851
-" >&2;}
9526
9852
-   { (exit 1); exit 1; }; }
9527
9853
+" "$LINENO" 5
9544
9870
 is in your PATH or set the PKG_CONFIG environment variable to the full
9545
9871
 path to pkg-config.
9546
9872
 
9547
 
@@ -14973,21 +13742,20 @@
 
9873
@@ -14772,21 +13628,20 @@
9548
9874
 See the pkg-config man page for more details.
9549
9875
 
9550
9876
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
9570
9896
   $as_echo_n "(cached) " >&6
9571
9897
 else
9572
9898
   case $DBUS_BINDING_TOOL in
9573
 
@@ -15000,14 +13768,14 @@
 
9899
@@ -14799,14 +13654,14 @@
9574
9900
 do
9575
9901
   IFS=$as_save_IFS
9576
9902
   test -z "$as_dir" && as_dir=.
9588
9914
 IFS=$as_save_IFS
9589
9915
 
9590
9916
   test -z "$ac_cv_path_DBUS_BINDING_TOOL" && ac_cv_path_DBUS_BINDING_TOOL="no"
9591
 
@@ -15016,19 +13784,17 @@
 
9917
@@ -14815,19 +13670,17 @@
9592
9918
 fi
9593
9919
 DBUS_BINDING_TOOL=$ac_cv_path_DBUS_BINDING_TOOL
9594
9920
 if test -n "$DBUS_BINDING_TOOL"; then
9611
9937
 fi
9612
9938
 
9613
9939
 # *****
9614
 
@@ -15044,13 +13810,13 @@
 
9940
@@ -14843,13 +13696,13 @@
9615
9941
 
9616
9942
 
9617
9943
 # Check whether --with-gconf-source was given.
9627
9953
 $as_echo "Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&6; }
9628
9954
 
9629
9955
   if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
9630
 
@@ -15059,22 +13825,20 @@
 
9956
@@ -14858,22 +13711,20 @@
9631
9957
 
9632
9958
 
9633
9959
 # Check whether --with-gconf-schema-file-dir was given.
9654
9980
       esac
9655
9981
 fi
9656
9982
 
9657
 
@@ -15090,9 +13854,9 @@
 
9983
@@ -14889,9 +13740,9 @@
9658
9984
 
9659
9985
 # Extract the first word of "gconftool-2", so it can be a program name with args.
9660
9986
 set dummy gconftool-2; ac_word=$2
9666
9992
   $as_echo_n "(cached) " >&6
9667
9993
 else
9668
9994
   case $GCONFTOOL in
9669
 
@@ -15105,14 +13869,14 @@
 
9995
@@ -14904,303 +13755,60 @@
9670
9996
 do
9671
9997
   IFS=$as_save_IFS
9672
9998
   test -z "$as_dir" && as_dir=.
9677
10003
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9678
10004
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9679
10005
     break 2
9680
 
   fi
9681
 
 done
9682
 
-done
9683
 
+  done
9684
 
 IFS=$as_save_IFS
9685
 
 
9686
 
   test -z "$ac_cv_path_GCONFTOOL" && ac_cv_path_GCONFTOOL="no"
9687
 
@@ -15121,134 +13885,160 @@
9688
 
 fi
9689
 
 GCONFTOOL=$ac_cv_path_GCONFTOOL
9690
 
 if test -n "$GCONFTOOL"; then
 
10006
-  fi
 
10007
-done
 
10008
-done
 
10009
-IFS=$as_save_IFS
 
10010
-
 
10011
-  test -z "$ac_cv_path_GCONFTOOL" && ac_cv_path_GCONFTOOL="no"
 
10012
-  ;;
 
10013
-esac
 
10014
-fi
 
10015
-GCONFTOOL=$ac_cv_path_GCONFTOOL
 
10016
-if test -n "$GCONFTOOL"; then
9691
10017
-  { $as_echo "$as_me:$LINENO: result: $GCONFTOOL" >&5
9692
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCONFTOOL" >&5
9693
 
 $as_echo "$GCONFTOOL" >&6; }
9694
 
 else
 
10018
-$as_echo "$GCONFTOOL" >&6; }
 
10019
-else
9695
10020
-  { $as_echo "$as_me:$LINENO: result: no" >&5
9696
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9697
 
 $as_echo "no" >&6; }
9698
 
 fi
9699
 
 
9700
 
 
9701
 
 
9702
 
 if test "$GCONFTOOL" = "no"; then
 
10021
-$as_echo "no" >&6; }
 
10022
-fi
 
10023
-
 
10024
-
 
10025
-
 
10026
-if test "$GCONFTOOL" = "no"; then
9703
10027
-       { { $as_echo "$as_me:$LINENO: error: gconftool-2 not found" >&5
9704
10028
-$as_echo "$as_me: error: gconftool-2 not found" >&2;}
9705
10029
-   { (exit 1); exit 1; }; }
 
10030
-fi
 
10031
-
 
10032
-# ******************
 
10033
-# Portability checks
 
10034
-# ******************
 
10035
-
 
10036
-
 
10037
-
 
10038
-
 
10039
-
 
10040
-
 
10041
-
 
10042
-
 
10043
-
 
10044
-
 
10045
-
 
10046
-
 
10047
-
 
10048
-
 
10049
-
 
10050
-
 
10051
-
 
10052
-for ac_func in localtime_r memchr memmove memset mkdir mkdtemp realpath sqrt strchr strcspn strdup strerror strrchr strtol strtoul strstr
 
10053
-do
 
10054
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
10055
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
10056
-$as_echo_n "checking for $ac_func... " >&6; }
 
10057
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
10058
-  $as_echo_n "(cached) " >&6
 
10059
-else
 
10060
-  cat >conftest.$ac_ext <<_ACEOF
 
10061
-/* confdefs.h.  */
 
10062
-_ACEOF
 
10063
-cat confdefs.h >>conftest.$ac_ext
 
10064
-cat >>conftest.$ac_ext <<_ACEOF
 
10065
-/* end confdefs.h.  */
 
10066
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
10067
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
10068
-#define $ac_func innocuous_$ac_func
 
10069
-
 
10070
-/* System header to define __stub macros and hopefully few prototypes,
 
10071
-    which can conflict with char $ac_func (); below.
 
10072
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
10073
-    <limits.h> exists even on freestanding compilers.  */
 
10074
-
 
10075
-#ifdef __STDC__
 
10076
-# include <limits.h>
 
10077
-#else
 
10078
-# include <assert.h>
 
10079
-#endif
 
10080
-
 
10081
-#undef $ac_func
 
10082
-
 
10083
-/* Override any GCC internal prototype to avoid an error.
 
10084
-   Use char because int might match the return type of a GCC
 
10085
-   builtin and then its argument prototype would still apply.  */
 
10086
-#ifdef __cplusplus
 
10087
-extern "C"
 
10088
-#endif
 
10089
-char $ac_func ();
 
10090
-/* The GNU C library defines this for functions which it implements
 
10091
-    to always fail with ENOSYS.  Some functions are actually named
 
10092
-    something starting with __ and the normal name is an alias.  */
 
10093
-#if defined __stub_$ac_func || defined __stub___$ac_func
 
10094
-choke me
 
10095
-#endif
 
10096
-
 
10097
-int
 
10098
-main ()
 
10099
-{
 
10100
-return $ac_func ();
 
10101
-  ;
 
10102
-  return 0;
 
10103
-}
 
10104
-_ACEOF
 
10105
-rm -f conftest.$ac_objext conftest$ac_exeext
 
10106
-if { (ac_try="$ac_link"
 
10107
-case "(($ac_try" in
 
10108
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10109
-  *) ac_try_echo=$ac_try;;
 
10110
-esac
 
10111
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10112
-$as_echo "$ac_try_echo") >&5
 
10113
-  (eval "$ac_link") 2>conftest.er1
 
10114
-  ac_status=$?
 
10115
-  grep -v '^ *+' conftest.er1 >conftest.err
 
10116
-  rm -f conftest.er1
 
10117
-  cat conftest.err >&5
 
10118
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10119
-  (exit $ac_status); } && {
 
10120
-        test -z "$ac_c_werror_flag" ||
 
10121
-        test ! -s conftest.err
 
10122
-       } && test -s conftest$ac_exeext && {
 
10123
-        test "$cross_compiling" = yes ||
 
10124
-        $as_test_x conftest$ac_exeext
 
10125
-       }; then
 
10126
-  eval "$as_ac_var=yes"
 
10127
-else
 
10128
-  $as_echo "$as_me: failed program was:" >&5
 
10129
-sed 's/^/| /' conftest.$ac_ext >&5
 
10130
-
 
10131
-       eval "$as_ac_var=no"
 
10132
-fi
 
10133
-
 
10134
-rm -rf conftest.dSYM
 
10135
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10136
-      conftest$ac_exeext conftest.$ac_ext
 
10137
-fi
 
10138
-ac_res=`eval 'as_val=${'$as_ac_var'}
 
10139
-                $as_echo "$as_val"'`
 
10140
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
10141
-$as_echo "$ac_res" >&6; }
 
10142
-as_val=`eval 'as_val=${'$as_ac_var'}
 
10143
-                $as_echo "$as_val"'`
 
10144
-   if test "x$as_val" = x""yes; then
 
10145
-  cat >>confdefs.h <<_ACEOF
 
10146
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
10147
-_ACEOF
 
10148
-
 
10149
-fi
 
10150
-done
 
10151
-
 
10152
-
 
10153
-# for backtrace()
 
10154
-
 
10155
-
 
10156
-for ac_header in execinfo.h fcntl.h
 
10157
-do
 
10158
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
10159
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
10160
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
10161
-$as_echo_n "checking for $ac_header... " >&6; }
 
10162
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
10163
-  $as_echo_n "(cached) " >&6
 
10164
-fi
 
10165
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
10166
-                $as_echo "$as_val"'`
 
10167
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
10168
-$as_echo "$ac_res" >&6; }
 
10169
-else
 
10170
-  # Is the header compilable?
 
10171
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
10172
-$as_echo_n "checking $ac_header usability... " >&6; }
 
10173
-cat >conftest.$ac_ext <<_ACEOF
 
10174
-/* confdefs.h.  */
 
10175
-_ACEOF
 
10176
-cat confdefs.h >>conftest.$ac_ext
 
10177
-cat >>conftest.$ac_ext <<_ACEOF
 
10178
-/* end confdefs.h.  */
 
10179
-$ac_includes_default
 
10180
-#include <$ac_header>
 
10181
-_ACEOF
 
10182
-rm -f conftest.$ac_objext
 
10183
-if { (ac_try="$ac_compile"
 
10184
-case "(($ac_try" in
 
10185
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10186
-  *) ac_try_echo=$ac_try;;
 
10187
+  fi
 
10188
+done
 
10189
+  done
 
10190
+IFS=$as_save_IFS
 
10191
+
 
10192
+  test -z "$ac_cv_path_GCONFTOOL" && ac_cv_path_GCONFTOOL="no"
 
10193
+  ;;
 
10194
 esac
 
10195
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10196
-$as_echo "$ac_try_echo") >&5
 
10197
-  (eval "$ac_compile") 2>conftest.er1
 
10198
-  ac_status=$?
 
10199
-  grep -v '^ *+' conftest.er1 >conftest.err
 
10200
-  rm -f conftest.er1
 
10201
-  cat conftest.err >&5
 
10202
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10203
-  (exit $ac_status); } && {
 
10204
-        test -z "$ac_c_werror_flag" ||
 
10205
-        test ! -s conftest.err
 
10206
-       } && test -s conftest.$ac_objext; then
 
10207
-  ac_header_compiler=yes
 
10208
+fi
 
10209
+GCONFTOOL=$ac_cv_path_GCONFTOOL
 
10210
+if test -n "$GCONFTOOL"; then
 
10211
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCONFTOOL" >&5
 
10212
+$as_echo "$GCONFTOOL" >&6; }
 
10213
 else
 
10214
-  $as_echo "$as_me: failed program was:" >&5
 
10215
-sed 's/^/| /' conftest.$ac_ext >&5
 
10216
-
 
10217
-       ac_header_compiler=no
 
10218
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
10219
+$as_echo "no" >&6; }
 
10220
 fi
 
10221
 
 
10222
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
10223
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
10224
-$as_echo "$ac_header_compiler" >&6; }
 
10225
 
 
10226
-# Is the header present?
 
10227
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
10228
-$as_echo_n "checking $ac_header presence... " >&6; }
 
10229
-cat >conftest.$ac_ext <<_ACEOF
 
10230
-/* confdefs.h.  */
 
10231
-_ACEOF
 
10232
-cat confdefs.h >>conftest.$ac_ext
 
10233
-cat >>conftest.$ac_ext <<_ACEOF
 
10234
-/* end confdefs.h.  */
 
10235
-#include <$ac_header>
 
10236
-_ACEOF
 
10237
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
10238
-case "(($ac_try" in
 
10239
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10240
-  *) ac_try_echo=$ac_try;;
 
10241
-esac
 
10242
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10243
-$as_echo "$ac_try_echo") >&5
 
10244
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
10245
-  ac_status=$?
 
10246
-  grep -v '^ *+' conftest.er1 >conftest.err
 
10247
-  rm -f conftest.er1
 
10248
-  cat conftest.err >&5
 
10249
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10250
-  (exit $ac_status); } >/dev/null && {
 
10251
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
10252
-        test ! -s conftest.err
 
10253
-       }; then
 
10254
-  ac_header_preproc=yes
 
10255
-else
 
10256
-  $as_echo "$as_me: failed program was:" >&5
 
10257
-sed 's/^/| /' conftest.$ac_ext >&5
 
10258
 
 
10259
-  ac_header_preproc=no
 
10260
+if test "$GCONFTOOL" = "no"; then
9706
10261
+       as_fn_error "gconftool-2 not found" "$LINENO" 5
9707
10262
 fi
9708
10263
 
9709
 
 # ******************
9710
 
 # Portability checks
9711
 
 # ******************
 
10264
-rm -f conftest.err conftest.$ac_ext
 
10265
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
10266
-$as_echo "$ac_header_preproc" >&6; }
 
10267
+# ******************
 
10268
+# Portability checks
 
10269
+# ******************
9712
10270
 
 
10271
-# So?  What about this header?
 
10272
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
10273
-  yes:no: )
 
10274
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
10275
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
10276
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
10277
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
10278
-    ac_header_preproc=yes
 
10279
-    ;;
 
10280
-  no:yes:* )
 
10281
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
10282
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
10283
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
10284
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
10285
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
10286
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
10287
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
10288
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
10289
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
10290
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
10291
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
10292
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
10293
-    ( cat <<\_ASBOX
 
10294
-## ----------------------------------------------------------------------- ##
 
10295
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany ##
 
10296
-## ----------------------------------------------------------------------- ##
 
10297
-_ASBOX
 
10298
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
10299
-    ;;
 
10300
-esac
 
10301
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
10302
-$as_echo_n "checking for $ac_header... " >&6; }
 
10303
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
10304
-  $as_echo_n "(cached) " >&6
 
10305
-else
 
10306
-  eval "$as_ac_Header=\$ac_header_preproc"
 
10307
-fi
 
10308
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
10309
-                $as_echo "$as_val"'`
 
10310
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
10311
-$as_echo "$ac_res" >&6; }
9713
10312
+for ac_func in localtime_r memchr memmove memset mkdir mkdtemp realpath sqrt strchr strcspn strdup strerror strrchr strtol strtoul strstr
9714
10313
+do :
9715
10314
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9720
10319
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9721
10320
+_ACEOF
9722
10321
 
9723
 
+fi
 
10322
 fi
 
10323
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
10324
-                $as_echo "$as_val"'`
 
10325
-   if test "x$as_val" = x""yes; then
9724
10326
+done
9725
 
 
9726
 
 
 
10327
+
 
10328
+
9727
10329
+# for backtrace()
9728
10330
+for ac_header in execinfo.h fcntl.h
9729
10331
+do :
9731
10333
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9732
10334
+eval as_val=\$$as_ac_Header
9733
10335
+   if test "x$as_val" = x""yes; then :
9734
 
+  cat >>confdefs.h <<_ACEOF
9735
 
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9736
 
+_ACEOF
9737
 
 
9738
 
+fi
9739
 
 
9740
 
+done
9741
 
 
9742
 
-
9743
 
-
9744
 
-
9745
 
-
9746
 
-
9747
 
-
9748
 
-
9749
 
-
9750
 
-
9751
 
-
9752
 
-for ac_func in localtime_r memchr memmove memset mkdir mkdtemp realpath sqrt strchr strcspn strdup strerror strrchr strtol strtoul strstr
9753
 
-do
9754
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9755
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
9756
 
-$as_echo_n "checking for $ac_func... " >&6; }
9757
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
10336
   cat >>confdefs.h <<_ACEOF
 
10337
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
10338
 _ACEOF
 
10339
@@ -15209,18 +13817,14 @@
 
10340
 
 
10341
 done
 
10342
 
 
10343
-{ $as_echo "$as_me:$LINENO: checking for inline" >&5
9758
10344
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
9759
 
+$as_echo_n "checking for inline... " >&6; }
 
10345
 $as_echo_n "checking for inline... " >&6; }
 
10346
-if test "${ac_cv_c_inline+set}" = set; then
9760
10347
+if test "${ac_cv_c_inline+set}" = set; then :
9761
10348
   $as_echo_n "(cached) " >&6
9762
10349
 else
 
10350
   ac_cv_c_inline=no
 
10351
 for ac_kw in inline __inline__ __inline; do
9763
10352
-  cat >conftest.$ac_ext <<_ACEOF
9764
10353
-/* confdefs.h.  */
9765
10354
-_ACEOF
9766
10355
-cat confdefs.h >>conftest.$ac_ext
9767
10356
-cat >>conftest.$ac_ext <<_ACEOF
9768
 
+  ac_cv_c_inline=no
9769
 
+for ac_kw in inline __inline__ __inline; do
9770
10357
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9771
10358
 /* end confdefs.h.  */
9772
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9773
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9774
 
-#define $ac_func innocuous_$ac_func
9775
 
-
9776
 
-/* System header to define __stub macros and hopefully few prototypes,
9777
 
-    which can conflict with char $ac_func (); below.
9778
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9779
 
-    <limits.h> exists even on freestanding compilers.  */
9780
 
-
9781
 
-#ifdef __STDC__
9782
 
-# include <limits.h>
9783
 
-#else
9784
 
-# include <assert.h>
9785
 
+#ifndef __cplusplus
9786
 
+typedef int foo_t;
9787
 
+static $ac_kw foo_t static_foo () {return 0; }
9788
 
+$ac_kw foo_t foo () {return 0; }
 
10359
 #ifndef __cplusplus
 
10360
 typedef int foo_t;
 
10361
@@ -15229,41 +13833,17 @@
9789
10362
 #endif
9790
10363
 
9791
 
-#undef $ac_func
9792
 
+_ACEOF
 
10364
 _ACEOF
 
10365
-rm -f conftest.$ac_objext
 
10366
-if { (ac_try="$ac_compile"
 
10367
-case "(($ac_try" in
 
10368
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10369
-  *) ac_try_echo=$ac_try;;
 
10370
-esac
 
10371
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10372
-$as_echo "$ac_try_echo") >&5
 
10373
-  (eval "$ac_compile") 2>conftest.er1
 
10374
-  ac_status=$?
 
10375
-  grep -v '^ *+' conftest.er1 >conftest.err
 
10376
-  rm -f conftest.er1
 
10377
-  cat conftest.err >&5
 
10378
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10379
-  (exit $ac_status); } && {
 
10380
-        test -z "$ac_c_werror_flag" ||
 
10381
-        test ! -s conftest.err
 
10382
-       } && test -s conftest.$ac_objext; then
9793
10383
+if ac_fn_c_try_compile "$LINENO"; then :
9794
 
+  ac_cv_c_inline=$ac_kw
9795
 
+fi
9796
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9797
 
+  test "$ac_cv_c_inline" != no && break
9798
 
+done
9799
 
+
9800
 
+fi
 
10384
   ac_cv_c_inline=$ac_kw
 
10385
-else
 
10386
-  $as_echo "$as_me: failed program was:" >&5
 
10387
-sed 's/^/| /' conftest.$ac_ext >&5
 
10388
-
 
10389
-
 
10390
 fi
 
10391
-
 
10392
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
10393
   test "$ac_cv_c_inline" != no && break
 
10394
 done
 
10395
 
 
10396
 fi
 
10397
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
9801
10398
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
9802
 
+$as_echo "$ac_cv_c_inline" >&6; }
9803
 
 
9804
 
-/* Override any GCC internal prototype to avoid an error.
9805
 
-   Use char because int might match the return type of a GCC
9806
 
-   builtin and then its argument prototype would still apply.  */
9807
 
-#ifdef __cplusplus
9808
 
-extern "C"
9809
 
-#endif
9810
 
-char $ac_func ();
9811
 
-/* The GNU C library defines this for functions which it implements
9812
 
-    to always fail with ENOSYS.  Some functions are actually named
9813
 
-    something starting with __ and the normal name is an alias.  */
9814
 
-#if defined __stub_$ac_func || defined __stub___$ac_func
9815
 
-choke me
9816
 
+case $ac_cv_c_inline in
9817
 
+  inline | yes) ;;
9818
 
+  *)
9819
 
+    case $ac_cv_c_inline in
9820
 
+      no) ac_val=;;
9821
 
+      *) ac_val=$ac_cv_c_inline;;
9822
 
+    esac
9823
 
+    cat >>confdefs.h <<_ACEOF
9824
 
+#ifndef __cplusplus
9825
 
+#define inline $ac_val
9826
 
 #endif
9827
 
+_ACEOF
9828
 
+    ;;
9829
 
+esac
9830
 
+
 
10399
 $as_echo "$ac_cv_c_inline" >&6; }
 
10400
 
 
10401
-
 
10402
 case $ac_cv_c_inline in
 
10403
   inline | yes) ;;
 
10404
   *)
 
10405
@@ -15279,16 +13859,12 @@
 
10406
     ;;
 
10407
 esac
 
10408
 
 
10409
-{ $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
9831
10410
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
9832
 
+$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
 
10411
 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
 
10412
-if test "${ac_cv_header_time+set}" = set; then
9833
10413
+if test "${ac_cv_header_time+set}" = set; then :
9834
 
+  $as_echo_n "(cached) " >&6
9835
 
+else
 
10414
   $as_echo_n "(cached) " >&6
 
10415
 else
 
10416
-  cat >conftest.$ac_ext <<_ACEOF
 
10417
-/* confdefs.h.  */
 
10418
-_ACEOF
 
10419
-cat confdefs.h >>conftest.$ac_ext
 
10420
-cat >>conftest.$ac_ext <<_ACEOF
9836
10421
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9837
 
+/* end confdefs.h.  */
9838
 
+#include <sys/types.h>
9839
 
+#include <sys/time.h>
9840
 
+#include <time.h>
9841
 
 
9842
 
 int
9843
 
 main ()
9844
 
 {
9845
 
-return $ac_func ();
9846
 
+if ((struct tm *) 0)
9847
 
+return 0;
9848
 
   ;
 
10422
 /* end confdefs.h.  */
 
10423
 #include <sys/types.h>
 
10424
 #include <sys/time.h>
 
10425
@@ -15303,190 +13879,31 @@
9849
10426
   return 0;
9850
10427
 }
9851
10428
 _ACEOF
9852
 
-rm -f conftest.$ac_objext conftest$ac_exeext
9853
 
-if { (ac_try="$ac_link"
 
10429
-rm -f conftest.$ac_objext
 
10430
-if { (ac_try="$ac_compile"
9854
10431
-case "(($ac_try" in
9855
10432
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9856
10433
-  *) ac_try_echo=$ac_try;;
9857
10434
-esac
9858
10435
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9859
10436
-$as_echo "$ac_try_echo") >&5
9860
 
-  (eval "$ac_link") 2>conftest.er1
 
10437
-  (eval "$ac_compile") 2>conftest.er1
9861
10438
-  ac_status=$?
9862
10439
-  grep -v '^ *+' conftest.er1 >conftest.err
9863
10440
-  rm -f conftest.er1
9866
10443
-  (exit $ac_status); } && {
9867
10444
-        test -z "$ac_c_werror_flag" ||
9868
10445
-        test ! -s conftest.err
9869
 
-       } && test -s conftest$ac_exeext && {
9870
 
-        test "$cross_compiling" = yes ||
9871
 
-        $as_test_x conftest$ac_exeext
9872
 
-       }; then
9873
 
-  eval "$as_ac_var=yes"
 
10446
-       } && test -s conftest.$ac_objext; then
9874
10447
+if ac_fn_c_try_compile "$LINENO"; then :
9875
 
+  ac_cv_header_time=yes
 
10448
   ac_cv_header_time=yes
9876
10449
 else
9877
10450
-  $as_echo "$as_me: failed program was:" >&5
9878
10451
-sed 's/^/| /' conftest.$ac_ext >&5
 
10452
-
 
10453
-       ac_cv_header_time=no
9879
10454
+  ac_cv_header_time=no
9880
 
+fi
9881
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9882
 
+fi
 
10455
 fi
 
10456
-
 
10457
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
10458
 fi
 
10459
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
9883
10460
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
9884
 
+$as_echo "$ac_cv_header_time" >&6; }
9885
 
+if test $ac_cv_header_time = yes; then
9886
 
+
 
10461
 $as_echo "$ac_cv_header_time" >&6; }
 
10462
 if test $ac_cv_header_time = yes; then
 
10463
 
 
10464
-cat >>confdefs.h <<\_ACEOF
 
10465
-#define TIME_WITH_SYS_TIME 1
 
10466
-_ACEOF
 
10467
-
 
10468
-fi
 
10469
-
 
10470
-
 
10471
-
 
10472
-
 
10473
-
 
10474
-for ac_header in $ac_header_list
 
10475
-do
 
10476
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
10477
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
10478
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
10479
-$as_echo_n "checking for $ac_header... " >&6; }
 
10480
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
10481
-  $as_echo_n "(cached) " >&6
 
10482
-fi
 
10483
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
10484
-                $as_echo "$as_val"'`
 
10485
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
10486
-$as_echo "$ac_res" >&6; }
 
10487
-else
 
10488
-  # Is the header compilable?
 
10489
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
10490
-$as_echo_n "checking $ac_header usability... " >&6; }
 
10491
-cat >conftest.$ac_ext <<_ACEOF
 
10492
-/* confdefs.h.  */
 
10493
-_ACEOF
 
10494
-cat confdefs.h >>conftest.$ac_ext
 
10495
-cat >>conftest.$ac_ext <<_ACEOF
 
10496
-/* end confdefs.h.  */
 
10497
-$ac_includes_default
 
10498
-#include <$ac_header>
 
10499
-_ACEOF
 
10500
-rm -f conftest.$ac_objext
 
10501
-if { (ac_try="$ac_compile"
 
10502
-case "(($ac_try" in
 
10503
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10504
-  *) ac_try_echo=$ac_try;;
 
10505
-esac
 
10506
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10507
-$as_echo "$ac_try_echo") >&5
 
10508
-  (eval "$ac_compile") 2>conftest.er1
 
10509
-  ac_status=$?
 
10510
-  grep -v '^ *+' conftest.er1 >conftest.err
 
10511
-  rm -f conftest.er1
 
10512
-  cat conftest.err >&5
 
10513
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10514
-  (exit $ac_status); } && {
 
10515
-        test -z "$ac_c_werror_flag" ||
 
10516
-        test ! -s conftest.err
 
10517
-       } && test -s conftest.$ac_objext; then
 
10518
-  ac_header_compiler=yes
 
10519
-else
 
10520
-  $as_echo "$as_me: failed program was:" >&5
 
10521
-sed 's/^/| /' conftest.$ac_ext >&5
9887
10522
+$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
9888
10523
 
9889
 
-       eval "$as_ac_var=no"
 
10524
-       ac_header_compiler=no
9890
10525
 fi
9891
10526
 
9892
 
-rm -rf conftest.dSYM
9893
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9894
 
-      conftest$ac_exeext conftest.$ac_ext
9895
 
+
9896
 
+
9897
 
+
 
10527
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
10528
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
10529
-$as_echo "$ac_header_compiler" >&6; }
 
10530
-
 
10531
-# Is the header present?
 
10532
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
10533
-$as_echo_n "checking $ac_header presence... " >&6; }
 
10534
-cat >conftest.$ac_ext <<_ACEOF
 
10535
-/* confdefs.h.  */
 
10536
-_ACEOF
 
10537
-cat confdefs.h >>conftest.$ac_ext
 
10538
-cat >>conftest.$ac_ext <<_ACEOF
 
10539
-/* end confdefs.h.  */
 
10540
-#include <$ac_header>
 
10541
-_ACEOF
 
10542
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
10543
-case "(($ac_try" in
 
10544
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10545
-  *) ac_try_echo=$ac_try;;
 
10546
-esac
 
10547
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10548
-$as_echo "$ac_try_echo") >&5
 
10549
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
10550
-  ac_status=$?
 
10551
-  grep -v '^ *+' conftest.er1 >conftest.err
 
10552
-  rm -f conftest.er1
 
10553
-  cat conftest.err >&5
 
10554
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10555
-  (exit $ac_status); } >/dev/null && {
 
10556
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
10557
-        test ! -s conftest.err
 
10558
-       }; then
 
10559
-  ac_header_preproc=yes
 
10560
-else
 
10561
-  $as_echo "$as_me: failed program was:" >&5
 
10562
-sed 's/^/| /' conftest.$ac_ext >&5
 
10563
-
 
10564
-  ac_header_preproc=no
 
10565
-fi
 
10566
 
 
10567
-rm -f conftest.err conftest.$ac_ext
 
10568
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
10569
-$as_echo "$ac_header_preproc" >&6; }
 
10570
 
 
10571
-# So?  What about this header?
 
10572
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
10573
-  yes:no: )
 
10574
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
10575
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
10576
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
10577
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
10578
-    ac_header_preproc=yes
 
10579
-    ;;
 
10580
-  no:yes:* )
 
10581
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
10582
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
10583
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
10584
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
10585
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
10586
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
10587
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
10588
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
10589
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
10590
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
10591
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
10592
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
10593
-    ( cat <<\_ASBOX
 
10594
-## ----------------------------------------------------------------------- ##
 
10595
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany ##
 
10596
-## ----------------------------------------------------------------------- ##
 
10597
-_ASBOX
 
10598
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
10599
-    ;;
 
10600
-esac
 
10601
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
10602
-$as_echo_n "checking for $ac_header... " >&6; }
 
10603
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
10604
-  $as_echo_n "(cached) " >&6
 
10605
-else
 
10606
-  eval "$as_ac_Header=\$ac_header_preproc"
 
10607
-fi
 
10608
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
10609
-                $as_echo "$as_val"'`
 
10610
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
10611
-$as_echo "$ac_res" >&6; }
 
10612
 
 
10613
-fi
 
10614
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
10615
-                $as_echo "$as_val"'`
 
10616
-   if test "x$as_val" = x""yes; then
9898
10617
+  for ac_header in $ac_header_list
9899
10618
+do :
9900
10619
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9902
10621
+"
9903
10622
+eval as_val=\$$as_ac_Header
9904
10623
+   if test "x$as_val" = x""yes; then :
9905
 
+  cat >>confdefs.h <<_ACEOF
9906
 
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9907
 
+_ACEOF
9908
 
+
9909
 
 fi
 
10624
   cat >>confdefs.h <<_ACEOF
 
10625
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
10626
 _ACEOF
 
10627
@@ -15502,100 +13919,12 @@
 
10628
 
 
10629
 
 
10630
 
 
10631
-
 
10632
-for ac_func in $ac_func_list
 
10633
-do
 
10634
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
10635
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
10636
-$as_echo_n "checking for $ac_func... " >&6; }
 
10637
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
10638
-  $as_echo_n "(cached) " >&6
 
10639
-else
 
10640
-  cat >conftest.$ac_ext <<_ACEOF
 
10641
-/* confdefs.h.  */
 
10642
-_ACEOF
 
10643
-cat confdefs.h >>conftest.$ac_ext
 
10644
-cat >>conftest.$ac_ext <<_ACEOF
 
10645
-/* end confdefs.h.  */
 
10646
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
10647
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
10648
-#define $ac_func innocuous_$ac_func
 
10649
-
 
10650
-/* System header to define __stub macros and hopefully few prototypes,
 
10651
-    which can conflict with char $ac_func (); below.
 
10652
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
10653
-    <limits.h> exists even on freestanding compilers.  */
 
10654
-
 
10655
-#ifdef __STDC__
 
10656
-# include <limits.h>
 
10657
-#else
 
10658
-# include <assert.h>
 
10659
-#endif
 
10660
-
 
10661
-#undef $ac_func
 
10662
-
 
10663
-/* Override any GCC internal prototype to avoid an error.
 
10664
-   Use char because int might match the return type of a GCC
 
10665
-   builtin and then its argument prototype would still apply.  */
 
10666
-#ifdef __cplusplus
 
10667
-extern "C"
 
10668
-#endif
 
10669
-char $ac_func ();
 
10670
-/* The GNU C library defines this for functions which it implements
 
10671
-    to always fail with ENOSYS.  Some functions are actually named
 
10672
-    something starting with __ and the normal name is an alias.  */
 
10673
-#if defined __stub_$ac_func || defined __stub___$ac_func
 
10674
-choke me
 
10675
-#endif
 
10676
-
 
10677
-int
 
10678
-main ()
 
10679
-{
 
10680
-return $ac_func ();
 
10681
-  ;
 
10682
-  return 0;
 
10683
-}
 
10684
-_ACEOF
 
10685
-rm -f conftest.$ac_objext conftest$ac_exeext
 
10686
-if { (ac_try="$ac_link"
 
10687
-case "(($ac_try" in
 
10688
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10689
-  *) ac_try_echo=$ac_try;;
 
10690
-esac
 
10691
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10692
-$as_echo "$ac_try_echo") >&5
 
10693
-  (eval "$ac_link") 2>conftest.er1
 
10694
-  ac_status=$?
 
10695
-  grep -v '^ *+' conftest.er1 >conftest.err
 
10696
-  rm -f conftest.er1
 
10697
-  cat conftest.err >&5
 
10698
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10699
-  (exit $ac_status); } && {
 
10700
-        test -z "$ac_c_werror_flag" ||
 
10701
-        test ! -s conftest.err
 
10702
-       } && test -s conftest$ac_exeext && {
 
10703
-        test "$cross_compiling" = yes ||
 
10704
-        $as_test_x conftest$ac_exeext
 
10705
-       }; then
 
10706
-  eval "$as_ac_var=yes"
 
10707
-else
 
10708
-  $as_echo "$as_me: failed program was:" >&5
 
10709
-sed 's/^/| /' conftest.$ac_ext >&5
 
10710
-
 
10711
-       eval "$as_ac_var=no"
 
10712
-fi
 
10713
-
 
10714
-rm -rf conftest.dSYM
 
10715
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10716
-      conftest$ac_exeext conftest.$ac_ext
 
10717
-fi
9910
10718
-ac_res=`eval 'as_val=${'$as_ac_var'}
9911
10719
-                $as_echo "$as_val"'`
9912
10720
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9914
10722
-as_val=`eval 'as_val=${'$as_ac_var'}
9915
10723
-                $as_echo "$as_val"'`
9916
10724
-   if test "x$as_val" = x""yes; then
9917
 
+
9918
 
+done
9919
 
+
9920
 
+
9921
 
+
9922
 
+
9923
 
+
9924
 
+
9925
 
+
9926
 
+
9927
10725
+  for ac_func in $ac_func_list
9928
10726
+do :
9929
10727
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9933
10731
   cat >>confdefs.h <<_ACEOF
9934
10732
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9935
10733
 _ACEOF
9936
 
@@ -15257,582 +14047,18 @@
9937
 
 done
9938
 
 
9939
 
 
9940
 
-# for backtrace()
9941
 
 
9942
 
 
9943
 
-for ac_header in execinfo.h fcntl.h
9944
 
-do
9945
 
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9946
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9947
 
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
9948
 
-$as_echo_n "checking for $ac_header... " >&6; }
9949
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9950
 
-  $as_echo_n "(cached) " >&6
9951
 
-fi
9952
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
9953
 
-                $as_echo "$as_val"'`
9954
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9955
 
-$as_echo "$ac_res" >&6; }
9956
 
-else
9957
 
-  # Is the header compilable?
9958
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
9959
 
-$as_echo_n "checking $ac_header usability... " >&6; }
9960
 
-cat >conftest.$ac_ext <<_ACEOF
9961
 
-/* confdefs.h.  */
9962
 
-_ACEOF
9963
 
-cat confdefs.h >>conftest.$ac_ext
9964
 
-cat >>conftest.$ac_ext <<_ACEOF
9965
 
-/* end confdefs.h.  */
9966
 
-$ac_includes_default
9967
 
-#include <$ac_header>
9968
 
-_ACEOF
9969
 
-rm -f conftest.$ac_objext
9970
 
-if { (ac_try="$ac_compile"
9971
 
-case "(($ac_try" in
9972
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9973
 
-  *) ac_try_echo=$ac_try;;
9974
 
-esac
9975
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9976
 
-$as_echo "$ac_try_echo") >&5
9977
 
-  (eval "$ac_compile") 2>conftest.er1
9978
 
-  ac_status=$?
9979
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9980
 
-  rm -f conftest.er1
9981
 
-  cat conftest.err >&5
9982
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9983
 
-  (exit $ac_status); } && {
9984
 
-        test -z "$ac_c_werror_flag" ||
9985
 
-        test ! -s conftest.err
9986
 
-       } && test -s conftest.$ac_objext; then
9987
 
-  ac_header_compiler=yes
9988
 
-else
9989
 
-  $as_echo "$as_me: failed program was:" >&5
9990
 
-sed 's/^/| /' conftest.$ac_ext >&5
9991
 
-
9992
 
-       ac_header_compiler=no
9993
 
-fi
9994
 
-
9995
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9996
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9997
 
-$as_echo "$ac_header_compiler" >&6; }
9998
 
-
9999
 
-# Is the header present?
10000
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
10001
 
-$as_echo_n "checking $ac_header presence... " >&6; }
10002
 
-cat >conftest.$ac_ext <<_ACEOF
10003
 
-/* confdefs.h.  */
10004
 
-_ACEOF
10005
 
-cat confdefs.h >>conftest.$ac_ext
10006
 
-cat >>conftest.$ac_ext <<_ACEOF
10007
 
-/* end confdefs.h.  */
10008
 
-#include <$ac_header>
10009
 
-_ACEOF
10010
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
10011
 
-case "(($ac_try" in
10012
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10013
 
-  *) ac_try_echo=$ac_try;;
10014
 
-esac
10015
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10016
 
-$as_echo "$ac_try_echo") >&5
10017
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10018
 
-  ac_status=$?
10019
 
-  grep -v '^ *+' conftest.er1 >conftest.err
10020
 
-  rm -f conftest.er1
10021
 
-  cat conftest.err >&5
10022
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10023
 
-  (exit $ac_status); } >/dev/null && {
10024
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10025
 
-        test ! -s conftest.err
10026
 
-       }; then
10027
 
-  ac_header_preproc=yes
10028
 
-else
10029
 
-  $as_echo "$as_me: failed program was:" >&5
10030
 
-sed 's/^/| /' conftest.$ac_ext >&5
10031
 
-
10032
 
-  ac_header_preproc=no
10033
 
-fi
10034
 
-
10035
 
-rm -f conftest.err conftest.$ac_ext
10036
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10037
 
-$as_echo "$ac_header_preproc" >&6; }
10038
 
-
10039
 
-# So?  What about this header?
10040
 
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10041
 
-  yes:no: )
10042
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10043
 
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10044
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10045
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10046
 
-    ac_header_preproc=yes
10047
 
-    ;;
10048
 
-  no:yes:* )
10049
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10050
 
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10051
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10052
 
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10053
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10054
 
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10055
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10056
 
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10057
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10058
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10059
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10060
 
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10061
 
-    ( cat <<\_ASBOX
10062
 
-## ----------------------------------------------------------------------- ##
10063
 
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany ##
10064
 
-## ----------------------------------------------------------------------- ##
10065
 
-_ASBOX
10066
 
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
10067
 
-    ;;
10068
 
-esac
10069
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10070
 
-$as_echo_n "checking for $ac_header... " >&6; }
10071
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10072
 
-  $as_echo_n "(cached) " >&6
10073
 
-else
10074
 
-  eval "$as_ac_Header=\$ac_header_preproc"
10075
 
-fi
10076
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
10077
 
-                $as_echo "$as_val"'`
10078
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10079
 
-$as_echo "$ac_res" >&6; }
10080
 
-
10081
 
-fi
10082
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
10083
 
-                $as_echo "$as_val"'`
10084
 
-   if test "x$as_val" = x""yes; then
10085
 
-  cat >>confdefs.h <<_ACEOF
10086
 
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10087
 
-_ACEOF
10088
 
-
10089
 
-fi
10090
 
-
10091
 
-done
10092
 
-
10093
 
-{ $as_echo "$as_me:$LINENO: checking for inline" >&5
10094
 
-$as_echo_n "checking for inline... " >&6; }
10095
 
-if test "${ac_cv_c_inline+set}" = set; then
10096
 
-  $as_echo_n "(cached) " >&6
10097
 
-else
10098
 
-  ac_cv_c_inline=no
10099
 
-for ac_kw in inline __inline__ __inline; do
10100
 
-  cat >conftest.$ac_ext <<_ACEOF
10101
 
-/* confdefs.h.  */
10102
 
-_ACEOF
10103
 
-cat confdefs.h >>conftest.$ac_ext
10104
 
-cat >>conftest.$ac_ext <<_ACEOF
10105
 
-/* end confdefs.h.  */
10106
 
-#ifndef __cplusplus
10107
 
-typedef int foo_t;
10108
 
-static $ac_kw foo_t static_foo () {return 0; }
10109
 
-$ac_kw foo_t foo () {return 0; }
10110
 
-#endif
10111
 
-
10112
 
-_ACEOF
10113
 
-rm -f conftest.$ac_objext
10114
 
-if { (ac_try="$ac_compile"
10115
 
-case "(($ac_try" in
10116
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10117
 
-  *) ac_try_echo=$ac_try;;
10118
 
-esac
10119
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10120
 
-$as_echo "$ac_try_echo") >&5
10121
 
-  (eval "$ac_compile") 2>conftest.er1
10122
 
-  ac_status=$?
10123
 
-  grep -v '^ *+' conftest.er1 >conftest.err
10124
 
-  rm -f conftest.er1
10125
 
-  cat conftest.err >&5
10126
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10127
 
-  (exit $ac_status); } && {
10128
 
-        test -z "$ac_c_werror_flag" ||
10129
 
-        test ! -s conftest.err
10130
 
-       } && test -s conftest.$ac_objext; then
10131
 
-  ac_cv_c_inline=$ac_kw
10132
 
-else
10133
 
-  $as_echo "$as_me: failed program was:" >&5
10134
 
-sed 's/^/| /' conftest.$ac_ext >&5
10135
 
-
10136
 
-
10137
 
-fi
10138
 
-
10139
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10140
 
-  test "$ac_cv_c_inline" != no && break
10141
 
-done
10142
 
-
10143
 
-fi
10144
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
10145
 
-$as_echo "$ac_cv_c_inline" >&6; }
10146
 
-
10147
 
-
10148
 
-case $ac_cv_c_inline in
10149
 
-  inline | yes) ;;
10150
 
-  *)
10151
 
-    case $ac_cv_c_inline in
10152
 
-      no) ac_val=;;
10153
 
-      *) ac_val=$ac_cv_c_inline;;
10154
 
-    esac
10155
 
-    cat >>confdefs.h <<_ACEOF
10156
 
-#ifndef __cplusplus
10157
 
-#define inline $ac_val
10158
 
-#endif
10159
 
-_ACEOF
10160
 
-    ;;
10161
 
-esac
10162
 
-
10163
 
-{ $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
10164
 
-$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
10165
 
-if test "${ac_cv_header_time+set}" = set; then
10166
 
-  $as_echo_n "(cached) " >&6
10167
 
-else
10168
 
-  cat >conftest.$ac_ext <<_ACEOF
10169
 
-/* confdefs.h.  */
10170
 
-_ACEOF
10171
 
-cat confdefs.h >>conftest.$ac_ext
10172
 
-cat >>conftest.$ac_ext <<_ACEOF
10173
 
-/* end confdefs.h.  */
10174
 
-#include <sys/types.h>
10175
 
-#include <sys/time.h>
10176
 
-#include <time.h>
10177
 
-
10178
 
-int
10179
 
-main ()
10180
 
-{
10181
 
-if ((struct tm *) 0)
10182
 
-return 0;
10183
 
-  ;
10184
 
-  return 0;
10185
 
-}
10186
 
-_ACEOF
10187
 
-rm -f conftest.$ac_objext
10188
 
-if { (ac_try="$ac_compile"
10189
 
-case "(($ac_try" in
10190
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10191
 
-  *) ac_try_echo=$ac_try;;
10192
 
-esac
10193
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10194
 
-$as_echo "$ac_try_echo") >&5
10195
 
-  (eval "$ac_compile") 2>conftest.er1
10196
 
-  ac_status=$?
10197
 
-  grep -v '^ *+' conftest.er1 >conftest.err
10198
 
-  rm -f conftest.er1
10199
 
-  cat conftest.err >&5
10200
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10201
 
-  (exit $ac_status); } && {
10202
 
-        test -z "$ac_c_werror_flag" ||
10203
 
-        test ! -s conftest.err
10204
 
-       } && test -s conftest.$ac_objext; then
10205
 
-  ac_cv_header_time=yes
10206
 
-else
10207
 
-  $as_echo "$as_me: failed program was:" >&5
10208
 
-sed 's/^/| /' conftest.$ac_ext >&5
10209
 
-
10210
 
-       ac_cv_header_time=no
10211
 
-fi
10212
 
-
10213
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10214
 
-fi
10215
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
10216
 
-$as_echo "$ac_cv_header_time" >&6; }
10217
 
-if test $ac_cv_header_time = yes; then
10218
 
-
10219
 
-cat >>confdefs.h <<\_ACEOF
10220
 
-#define TIME_WITH_SYS_TIME 1
10221
 
-_ACEOF
10222
 
-
10223
 
-fi
10224
 
-
10225
 
-
10226
 
-
10227
 
-
10228
 
-
10229
 
-for ac_header in $ac_header_list
10230
 
-do
10231
 
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10232
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10233
 
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10234
 
-$as_echo_n "checking for $ac_header... " >&6; }
10235
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10236
 
-  $as_echo_n "(cached) " >&6
10237
 
-fi
10238
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
10239
 
-                $as_echo "$as_val"'`
10240
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10241
 
-$as_echo "$ac_res" >&6; }
10242
 
-else
10243
 
-  # Is the header compilable?
10244
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
10245
 
-$as_echo_n "checking $ac_header usability... " >&6; }
10246
 
-cat >conftest.$ac_ext <<_ACEOF
10247
 
-/* confdefs.h.  */
10248
 
-_ACEOF
10249
 
-cat confdefs.h >>conftest.$ac_ext
10250
 
-cat >>conftest.$ac_ext <<_ACEOF
10251
 
-/* end confdefs.h.  */
10252
 
-$ac_includes_default
10253
 
-#include <$ac_header>
10254
 
-_ACEOF
10255
 
-rm -f conftest.$ac_objext
10256
 
-if { (ac_try="$ac_compile"
10257
 
-case "(($ac_try" in
10258
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10259
 
-  *) ac_try_echo=$ac_try;;
10260
 
-esac
10261
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10262
 
-$as_echo "$ac_try_echo") >&5
10263
 
-  (eval "$ac_compile") 2>conftest.er1
10264
 
-  ac_status=$?
10265
 
-  grep -v '^ *+' conftest.er1 >conftest.err
10266
 
-  rm -f conftest.er1
10267
 
-  cat conftest.err >&5
10268
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10269
 
-  (exit $ac_status); } && {
10270
 
-        test -z "$ac_c_werror_flag" ||
10271
 
-        test ! -s conftest.err
10272
 
-       } && test -s conftest.$ac_objext; then
10273
 
-  ac_header_compiler=yes
10274
 
-else
10275
 
-  $as_echo "$as_me: failed program was:" >&5
10276
 
-sed 's/^/| /' conftest.$ac_ext >&5
10277
 
-
10278
 
-       ac_header_compiler=no
10279
 
-fi
10280
 
-
10281
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10282
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10283
 
-$as_echo "$ac_header_compiler" >&6; }
10284
 
-
10285
 
-# Is the header present?
10286
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
10287
 
-$as_echo_n "checking $ac_header presence... " >&6; }
10288
 
-cat >conftest.$ac_ext <<_ACEOF
10289
 
-/* confdefs.h.  */
10290
 
-_ACEOF
10291
 
-cat confdefs.h >>conftest.$ac_ext
10292
 
-cat >>conftest.$ac_ext <<_ACEOF
10293
 
-/* end confdefs.h.  */
10294
 
-#include <$ac_header>
10295
 
-_ACEOF
10296
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
10297
 
-case "(($ac_try" in
10298
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10299
 
-  *) ac_try_echo=$ac_try;;
10300
 
-esac
10301
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10302
 
-$as_echo "$ac_try_echo") >&5
10303
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10304
 
-  ac_status=$?
10305
 
-  grep -v '^ *+' conftest.er1 >conftest.err
10306
 
-  rm -f conftest.er1
10307
 
-  cat conftest.err >&5
10308
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10309
 
-  (exit $ac_status); } >/dev/null && {
10310
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10311
 
-        test ! -s conftest.err
10312
 
-       }; then
10313
 
-  ac_header_preproc=yes
10314
 
-else
10315
 
-  $as_echo "$as_me: failed program was:" >&5
10316
 
-sed 's/^/| /' conftest.$ac_ext >&5
10317
 
-
10318
 
-  ac_header_preproc=no
10319
 
-fi
10320
 
-
10321
 
-rm -f conftest.err conftest.$ac_ext
10322
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10323
 
-$as_echo "$ac_header_preproc" >&6; }
10324
 
-
10325
 
-# So?  What about this header?
10326
 
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10327
 
-  yes:no: )
10328
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10329
 
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10330
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10331
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10332
 
-    ac_header_preproc=yes
10333
 
-    ;;
10334
 
-  no:yes:* )
10335
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10336
 
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10337
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10338
 
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10339
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10340
 
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10341
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10342
 
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10343
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10344
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10345
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10346
 
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10347
 
-    ( cat <<\_ASBOX
10348
 
-## ----------------------------------------------------------------------- ##
10349
 
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany ##
10350
 
-## ----------------------------------------------------------------------- ##
10351
 
-_ASBOX
10352
 
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
10353
 
-    ;;
10354
 
-esac
10355
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10356
 
-$as_echo_n "checking for $ac_header... " >&6; }
10357
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10358
 
-  $as_echo_n "(cached) " >&6
10359
 
-else
10360
 
-  eval "$as_ac_Header=\$ac_header_preproc"
10361
 
-fi
10362
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
10363
 
-                $as_echo "$as_val"'`
10364
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10365
 
-$as_echo "$ac_res" >&6; }
10366
 
-
10367
 
-fi
10368
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
10369
 
-                $as_echo "$as_val"'`
10370
 
-   if test "x$as_val" = x""yes; then
10371
 
-  cat >>confdefs.h <<_ACEOF
10372
 
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10373
 
-_ACEOF
10374
 
-
10375
 
-fi
10376
 
-
10377
 
-done
10378
 
-
10379
 
 
10380
 
-
10381
 
-
10382
 
-
10383
 
-
10384
 
-
10385
 
-
10386
 
-
10387
 
-for ac_func in $ac_func_list
10388
 
-do
10389
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10390
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
10391
 
-$as_echo_n "checking for $ac_func... " >&6; }
10392
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
10393
 
-  $as_echo_n "(cached) " >&6
10394
 
-else
10395
 
-  cat >conftest.$ac_ext <<_ACEOF
10396
 
-/* confdefs.h.  */
10397
 
-_ACEOF
10398
 
-cat confdefs.h >>conftest.$ac_ext
10399
 
-cat >>conftest.$ac_ext <<_ACEOF
10400
 
-/* end confdefs.h.  */
10401
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10402
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10403
 
-#define $ac_func innocuous_$ac_func
10404
 
-
10405
 
-/* System header to define __stub macros and hopefully few prototypes,
10406
 
-    which can conflict with char $ac_func (); below.
10407
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10408
 
-    <limits.h> exists even on freestanding compilers.  */
10409
 
-
10410
 
-#ifdef __STDC__
10411
 
-# include <limits.h>
10412
 
-#else
10413
 
-# include <assert.h>
10414
 
-#endif
10415
 
-
10416
 
-#undef $ac_func
10417
 
-
10418
 
-/* Override any GCC internal prototype to avoid an error.
10419
 
-   Use char because int might match the return type of a GCC
10420
 
-   builtin and then its argument prototype would still apply.  */
10421
 
-#ifdef __cplusplus
10422
 
-extern "C"
10423
 
-#endif
10424
 
-char $ac_func ();
10425
 
-/* The GNU C library defines this for functions which it implements
10426
 
-    to always fail with ENOSYS.  Some functions are actually named
10427
 
-    something starting with __ and the normal name is an alias.  */
10428
 
-#if defined __stub_$ac_func || defined __stub___$ac_func
10429
 
-choke me
10430
 
-#endif
10431
 
-
10432
 
-int
10433
 
-main ()
10434
 
-{
10435
 
-return $ac_func ();
10436
 
-  ;
10437
 
-  return 0;
10438
 
-}
10439
 
-_ACEOF
10440
 
-rm -f conftest.$ac_objext conftest$ac_exeext
10441
 
-if { (ac_try="$ac_link"
10442
 
-case "(($ac_try" in
10443
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10444
 
-  *) ac_try_echo=$ac_try;;
10445
 
-esac
10446
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10447
 
-$as_echo "$ac_try_echo") >&5
10448
 
-  (eval "$ac_link") 2>conftest.er1
10449
 
-  ac_status=$?
10450
 
-  grep -v '^ *+' conftest.er1 >conftest.err
10451
 
-  rm -f conftest.er1
10452
 
-  cat conftest.err >&5
10453
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10454
 
-  (exit $ac_status); } && {
10455
 
-        test -z "$ac_c_werror_flag" ||
10456
 
-        test ! -s conftest.err
10457
 
-       } && test -s conftest$ac_exeext && {
10458
 
-        test "$cross_compiling" = yes ||
10459
 
-        $as_test_x conftest$ac_exeext
10460
 
-       }; then
10461
 
-  eval "$as_ac_var=yes"
10462
 
-else
10463
 
-  $as_echo "$as_me: failed program was:" >&5
10464
 
-sed 's/^/| /' conftest.$ac_ext >&5
10465
 
-
10466
 
-       eval "$as_ac_var=no"
10467
 
-fi
10468
 
-
10469
 
-rm -rf conftest.dSYM
10470
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10471
 
-      conftest$ac_exeext conftest.$ac_ext
10472
 
-fi
10473
 
-ac_res=`eval 'as_val=${'$as_ac_var'}
10474
 
-                $as_echo "$as_val"'`
10475
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10476
 
-$as_echo "$ac_res" >&6; }
10477
 
-as_val=`eval 'as_val=${'$as_ac_var'}
10478
 
-                $as_echo "$as_val"'`
10479
 
-   if test "x$as_val" = x""yes; then
10480
 
-  cat >>confdefs.h <<_ACEOF
10481
 
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10482
 
-_ACEOF
10483
 
-
10484
 
-fi
10485
 
-done
10486
 
-
10487
 
-
10488
 
-
10489
 
-
10490
 
-
 
10734
@@ -15607,31 +13936,15 @@
 
10735
 
 
10736
 
 
10737
 
10491
10738
-
10492
10739
-
10493
10740
-
10520
10767
 /* end confdefs.h.  */
10521
10768
 /* Test program from Paul Eggert and Tony Leneis.  */
10522
10769
 #ifdef TIME_WITH_SYS_TIME
10523
 
@@ -16029,44 +14255,17 @@
10524
 
   return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
10525
 
 }
10526
 
 _ACEOF
 
10770
@@ -15822,50 +14135,23 @@
 
10771
          return 1;
 
10772
        else if (INT_MAX / 2 < j)
 
10773
          break;
 
10774
-      if (! bigtime_test (INT_MAX))
 
10775
-       return 1;
 
10776
-    }
 
10777
-  return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
 
10778
-}
 
10779
-_ACEOF
10527
10780
-rm -f conftest$ac_exeext
10528
10781
-if { (ac_try="$ac_link"
10529
10782
-case "(($ac_try" in
10546
10799
-  ac_status=$?
10547
10800
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10548
10801
-  (exit $ac_status); }; }; then
 
10802
+      if (! bigtime_test (INT_MAX))
 
10803
+       return 1;
 
10804
+    }
 
10805
+  return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
 
10806
+}
 
10807
+_ACEOF
10549
10808
+if ac_fn_c_try_run "$LINENO"; then :
10550
10809
   ac_cv_func_working_mktime=yes
10551
10810
 else
10570
10829
 $as_echo "$ac_cv_func_working_mktime" >&6; }
10571
10830
 if test $ac_cv_func_working_mktime = no; then
10572
10831
   case " $LIBOBJS " in
10573
 
@@ -16077,19 +14276,15 @@
 
10832
@@ -15876,19 +14162,15 @@
10574
10833
 
10575
10834
 fi
10576
10835
 
10594
10853
 /* end confdefs.h.  */
10595
10854
 
10596
10855
 $ac_includes_default
10597
 
@@ -16122,44 +14317,17 @@
 
10856
@@ -15921,44 +14203,17 @@
10598
10857
 }
10599
10858
 
10600
10859
 _ACEOF
10644
10903
 $as_echo "$ac_cv_func_strtod" >&6; }
10645
10904
 if test $ac_cv_func_strtod = no; then
10646
10905
   case " $LIBOBJS " in
10647
 
@@ -16168,105 +14336,20 @@
 
10906
@@ -15967,105 +14222,20 @@
10648
10907
  ;;
10649
10908
 esac
10650
10909
 
10662
10921
-/* Define pow to an innocuous variant, in case <limits.h> declares pow.
10663
10922
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10664
10923
-#define pow innocuous_pow
10665
 
+ac_fn_c_check_func "$LINENO" "pow" "ac_cv_func_pow"
10666
 
+if test "x$ac_cv_func_pow" = x""yes; then :
10667
 
 
 
10924
-
10668
10925
-/* System header to define __stub macros and hopefully few prototypes,
10669
10926
-    which can conflict with char pow (); below.
10670
10927
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10727
10984
-sed 's/^/| /' conftest.$ac_ext >&5
10728
10985
-
10729
10986
-       ac_cv_func_pow=no
10730
 
 fi
 
10987
-fi
 
10988
+ac_fn_c_check_func "$LINENO" "pow" "ac_cv_func_pow"
 
10989
+if test "x$ac_cv_func_pow" = x""yes; then :
10731
10990
 
10732
10991
-rm -rf conftest.dSYM
10733
10992
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10734
10993
-      conftest$ac_exeext conftest.$ac_ext
10735
 
-fi
 
10994
 fi
10736
10995
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_pow" >&5
10737
10996
-$as_echo "$ac_cv_func_pow" >&6; }
10738
 
-
 
10997
 
10739
10998
 if test $ac_cv_func_pow = no; then
10740
10999
-  { $as_echo "$as_me:$LINENO: checking for pow in -lm" >&5
10741
11000
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pow in -lm" >&5
10755
11014
 /* end confdefs.h.  */
10756
11015
 
10757
11016
 /* Override any GCC internal prototype to avoid an error.
10758
 
@@ -16284,149 +14367,31 @@
 
11017
@@ -16083,46 +14253,21 @@
10759
11018
   return 0;
10760
11019
 }
10761
11020
 _ACEOF
10801
11060
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_pow" >&5
10802
11061
 $as_echo "$ac_cv_lib_m_pow" >&6; }
10803
11062
-if test "x$ac_cv_lib_m_pow" = x""yes; then
10804
 
-  POW_LIB=-lm
10805
 
-else
 
11063
+if test "x$ac_cv_lib_m_pow" = x""yes; then :
 
11064
   POW_LIB=-lm
 
11065
 else
10806
11066
-  { $as_echo "$as_me:$LINENO: WARNING: cannot find library containing definition of pow" >&5
10807
 
-$as_echo "$as_me: WARNING: cannot find library containing definition of pow" >&2;}
10808
 
-fi
10809
 
-
10810
 
-fi
10811
 
-
10812
 
-fi
10813
 
-
 
11067
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot find library containing definition of pow" >&5
 
11068
 $as_echo "$as_me: WARNING: cannot find library containing definition of pow" >&2;}
 
11069
 fi
 
11070
 
 
11071
@@ -16130,102 +14275,9 @@
 
11072
 
 
11073
 fi
 
11074
 
10814
11075
-{ $as_echo "$as_me:$LINENO: checking for size_t" >&5
10815
11076
-$as_echo_n "checking for size_t... " >&6; }
10816
11077
-if test "${ac_cv_type_size_t+set}" = set; then
10898
11159
-  $as_echo "$as_me: failed program was:" >&5
10899
11160
-sed 's/^/| /' conftest.$ac_ext >&5
10900
11161
-
10901
 
+if test "x$ac_cv_lib_m_pow" = x""yes; then :
10902
 
+  POW_LIB=-lm
10903
 
+else
10904
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot find library containing definition of pow" >&5
10905
 
+$as_echo "$as_me: WARNING: cannot find library containing definition of pow" >&2;}
10906
 
+fi
10907
 
 
10908
 
 fi
10909
 
 
 
11162
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
 
11163
+if test "x$ac_cv_type_size_t" = x""yes; then :
 
11164
 
 
11165
-fi
 
11166
-
10910
11167
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10911
 
 fi
 
11168
-fi
10912
11169
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
10913
11170
-$as_echo "$ac_cv_type_size_t" >&6; }
10914
11171
-if test "x$ac_cv_type_size_t" = x""yes; then
10915
11172
-  :
10916
 
+
10917
 
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
10918
 
+if test "x$ac_cv_type_size_t" = x""yes; then :
10919
 
+
10920
11173
 else
10921
11174
 
10922
11175
 cat >>confdefs.h <<_ACEOF
10923
 
@@ -16450,48 +14415,23 @@
 
11176
@@ -16249,48 +14301,23 @@
10924
11177
        _SAVE_CFLAGS=$CFLAGS
10925
11178
        CFLAGS="$CFLAGS $_FLAGS"
10926
11179
 
10975
11228
 $as_echo "$ac_cv_have_declaration_after_statement" >&6; }
10976
11229
 
10977
11230
        if test "$ac_cv_have_declaration_after_statement" = "yes"; then
10978
 
@@ -16510,151 +14450,12 @@
 
11231
@@ -16309,151 +14336,12 @@
10979
11232
 # Multimedia keys
10980
11233
 # ***************
10981
11234
 
11131
11384
 _ACEOF
11132
11385
 
11133
11386
 fi
11134
 
@@ -16668,16 +14469,16 @@
 
11387
@@ -16467,16 +14355,16 @@
11135
11388
 # GObject Introspection
11136
11389
 # *********************
11137
11390
 
11151
11404
 $as_echo "$enable_introspection" >&6; }
11152
11405
 
11153
11406
 G_IR_SCANNER=
11154
 
@@ -16692,40 +14493,44 @@
 
11407
@@ -16491,40 +14379,44 @@
11155
11408
   GOBJECT_INTROSPECTION_REQUIRED=0.6.2
11156
11409
 
11157
11410
 pkg_failed=no
11215
11468
 fi
11216
11469
 
11217
11470
 
11218
 
@@ -16738,25 +14543,14 @@
 
11471
@@ -16537,26 +14429,15 @@
11219
11472
         _pkg_short_errors_supported=no
11220
11473
 fi
11221
11474
         if test $_pkg_short_errors_supported = yes; then
11240
11493
-See the pkg-config man page for more details.
11241
11494
-" >&5
11242
11495
-$as_echo "$as_me: error: Package requirements (gobject-introspection-1.0 >= $GOBJECT_INTROSPECTION_REQUIRED) were not met:
 
11496
-
11243
11497
+       as_fn_error "Package requirements (gobject-introspection-1.0 >= $GOBJECT_INTROSPECTION_REQUIRED) were not met:
11244
 
 
 
11498
+
11245
11499
 $INTROSPECTION_PKG_ERRORS
11246
11500
 
11247
 
@@ -16766,22 +14560,11 @@
 
11501
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
11502
@@ -16565,22 +14446,11 @@
11248
11503
 Alternatively, you may set the environment variables INTROSPECTION_CFLAGS
11249
11504
 and INTROSPECTION_LIBS to avoid the need to call pkg-config.
11250
11505
 See the pkg-config man page for more details.
11270
11525
 is in your PATH or set the PKG_CONFIG environment variable to the full
11271
11526
 path to pkg-config.
11272
11527
 
11273
 
@@ -16790,12 +14573,11 @@
 
11528
@@ -16589,12 +14459,11 @@
11274
11529
 See the pkg-config man page for more details.
11275
11530
 
11276
11531
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11285
11540
 $as_echo "yes" >&6; }
11286
11541
        :
11287
11542
 fi
11288
 
@@ -16807,9 +14589,7 @@
 
11543
@@ -16606,9 +14475,7 @@
11289
11544
   GIRTYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
11290
11545
 
11291
11546
 
11296
11551
 
11297
11552
 fi
11298
11553
 
11299
 
@@ -16832,22 +14612,20 @@
 
11554
@@ -16631,22 +14498,20 @@
11300
11555
 # Seed
11301
11556
 # ****
11302
11557
 
11323
11578
 fi
11324
11579
 
11325
11580
 if test "$enable_seed" = "yes"; then
11326
 
@@ -16856,40 +14634,44 @@
 
11581
@@ -16655,40 +14520,44 @@
11327
11582
   SEED_REQUIRED=2.27.91
11328
11583
 
11329
11584
 pkg_failed=no
11387
11642
 fi
11388
11643
 
11389
11644
 
11390
 
@@ -16902,25 +14684,14 @@
 
11645
@@ -16701,25 +14570,14 @@
11391
11646
         _pkg_short_errors_supported=no
11392
11647
 fi
11393
11648
         if test $_pkg_short_errors_supported = yes; then
11416
11671
 
11417
11672
 $SEED_PKG_ERRORS
11418
11673
 
11419
 
@@ -16930,22 +14701,11 @@
 
11674
@@ -16729,22 +14587,11 @@
11420
11675
 Alternatively, you may set the environment variables SEED_CFLAGS
11421
11676
 and SEED_LIBS to avoid the need to call pkg-config.
11422
11677
 See the pkg-config man page for more details.
11442
11697
 is in your PATH or set the PKG_CONFIG environment variable to the full
11443
11698
 path to pkg-config.
11444
11699
 
11445
 
@@ -16954,20 +14714,17 @@
 
11700
@@ -16753,20 +14600,17 @@
11446
11701
 See the pkg-config man page for more details.
11447
11702
 
11448
11703
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11466
11721
 
11467
11722
 fi
11468
11723
 
11469
 
@@ -16986,56 +14743,60 @@
 
11724
@@ -16785,56 +14629,60 @@
11470
11725
 # NSS
11471
11726
 # ***
11472
11727
 
11549
11804
 fi
11550
11805
 
11551
11806
 
11552
 
@@ -17048,25 +14809,14 @@
 
11807
@@ -16847,14 +14695,14 @@
11553
11808
         _pkg_short_errors_supported=no
11554
11809
 fi
11555
11810
         if test $_pkg_short_errors_supported = yes; then
11563
11818
        echo "$NSS_PKG_ERRORS" >&5
11564
11819
 
11565
11820
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (nss) were not met:
11566
 
-
11567
 
-$NSS_PKG_ERRORS
11568
 
-
11569
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
11570
 
-installed software in a non-standard prefix.
11571
 
-
11572
 
-Alternatively, you may set the environment variables NSS_CFLAGS
11573
 
-and NSS_LIBS to avoid the need to call pkg-config.
11574
 
-See the pkg-config man page for more details.
11575
 
-" >&5
11576
 
-$as_echo "$as_me: error: Package requirements (nss) were not met:
11577
11821
+       as_fn_error "Package requirements (nss) were not met:
11578
11822
 
11579
11823
 $NSS_PKG_ERRORS
11580
11824
 
11581
 
@@ -17076,22 +14826,11 @@
 
11825
@@ -16864,33 +14712,11 @@
11582
11826
 Alternatively, you may set the environment variables NSS_CFLAGS
11583
11827
 and NSS_LIBS to avoid the need to call pkg-config.
11584
11828
 See the pkg-config man page for more details.
 
11829
-" >&5
 
11830
-$as_echo "$as_me: error: Package requirements (nss) were not met:
 
11831
-
 
11832
-$NSS_PKG_ERRORS
 
11833
-
 
11834
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
11835
-installed software in a non-standard prefix.
 
11836
-
 
11837
-Alternatively, you may set the environment variables NSS_CFLAGS
 
11838
-and NSS_LIBS to avoid the need to call pkg-config.
 
11839
-See the pkg-config man page for more details.
11585
11840
-" >&2;}
11586
11841
-   { (exit 1); exit 1; }; }
11587
11842
+" "$LINENO" 5
11604
11859
 is in your PATH or set the PKG_CONFIG environment variable to the full
11605
11860
 path to pkg-config.
11606
11861
 
11607
 
@@ -17100,20 +14839,17 @@
 
11862
@@ -16899,20 +14725,17 @@
11608
11863
 See the pkg-config man page for more details.
11609
11864
 
11610
11865
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11628
11883
 
11629
11884
 fi
11630
11885
 
11631
 
@@ -17133,16 +14869,16 @@
 
11886
@@ -16932,16 +14755,16 @@
11632
11887
 
11633
11888
 # Zeroconf bookmarks sites
11634
11889
 
11648
11903
 $as_echo "$enable_zeroconf" >&6; }
11649
11904
 
11650
11905
 if test "$enable_zeroconf" != "no"; then
11651
 
@@ -17150,52 +14886,56 @@
 
11906
@@ -16949,52 +14772,56 @@
11652
11907
 
11653
11908
 
11654
11909
 pkg_failed=no
11726
11981
 fi
11727
11982
 
11728
11983
 
11729
 
@@ -17208,18 +14948,18 @@
 
11984
@@ -17007,18 +14834,18 @@
11730
11985
         _pkg_short_errors_supported=no
11731
11986
 fi
11732
11987
         if test $_pkg_short_errors_supported = yes; then
11750
12005
 $as_echo "no" >&6; }
11751
12006
                 have_avahi=no
11752
12007
 elif test $pkg_failed = untried; then
11753
 
@@ -17227,15 +14967,13 @@
 
12008
@@ -17026,15 +14853,13 @@
11754
12009
 else
11755
12010
        AVAHI_CFLAGS=$pkg_cv_AVAHI_CFLAGS
11756
12011
        AVAHI_LIBS=$pkg_cv_AVAHI_LIBS
11768
12023
         elif test "$have_avahi" = "yes"; then
11769
12024
                 enable_zeroconf=yes
11770
12025
         else
11771
 
@@ -17245,9 +14983,7 @@
 
12026
@@ -17044,9 +14869,7 @@
11772
12027
 
11773
12028
 if test "$enable_zeroconf" = "yes"; then
11774
12029
 
11779
12034
 
11780
12035
 fi
11781
12036
 
11782
 
@@ -17262,55 +14998,59 @@
 
12037
@@ -17061,55 +14884,59 @@
11783
12038
 
11784
12039
 # NetworkManager
11785
12040
 
11861
12116
 fi
11862
12117
 
11863
12118
 
11864
 
@@ -17323,14 +15063,14 @@
 
12119
@@ -17122,14 +14949,14 @@
11865
12120
         _pkg_short_errors_supported=no
11866
12121
 fi
11867
12122
         if test $_pkg_short_errors_supported = yes; then
11879
12134
 $as_echo "no" >&6; }
11880
12135
                 have_network_manager=no
11881
12136
 elif test $pkg_failed = untried; then
11882
 
@@ -17338,26 +15078,22 @@
 
12137
@@ -17137,26 +14964,22 @@
11883
12138
 else
11884
12139
        NETWORK_MANAGER_CFLAGS=$pkg_cv_NETWORK_MANAGER_CFLAGS
11885
12140
        NETWORK_MANAGER_LIBS=$pkg_cv_NETWORK_MANAGER_LIBS
11910
12165
 
11911
12166
 fi
11912
12167
 
11913
 
@@ -17398,200 +15134,57 @@
 
12168
@@ -17197,18 +15020,18 @@
11914
12169
 ISO_CODES_REQUIRED=0.35
11915
12170
 
11916
12171
 if test -n "$PKG_CONFIG" && \
11917
12172
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"iso-codes >= \$ISO_CODES_REQUIRED\"") >&5
11918
 
-  ($PKG_CONFIG --exists --print-errors "iso-codes >= $ISO_CODES_REQUIRED") 2>&5
11919
 
-  ac_status=$?
 
12173
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"iso-codes >= \$ISO_CODES_REQUIRED\""; } >&5
 
12174
   ($PKG_CONFIG --exists --print-errors "iso-codes >= $ISO_CODES_REQUIRED") 2>&5
 
12175
   ac_status=$?
11920
12176
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11921
12177
-  (exit $ac_status); }; then
11922
 
-  have_iso_codes=yes
11923
 
-else
11924
 
-  have_iso_codes=no
11925
 
-fi
11926
 
-
11927
 
-if test "$have_iso_codes" = "yes"; then
 
12178
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
12179
+  test $ac_status = 0; }; then
 
12180
   have_iso_codes=yes
 
12181
 else
 
12182
   have_iso_codes=no
 
12183
 fi
 
12184
 
 
12185
 if test "$have_iso_codes" = "yes"; then
11928
12186
-       { $as_echo "$as_me:$LINENO: checking whether iso-codes has iso-639 and iso-3166 domains" >&5
11929
 
-$as_echo_n "checking whether iso-codes has iso-639 and iso-3166 domains... " >&6; }
11930
 
-       if $PKG_CONFIG --variable=domains iso-codes | grep -q 639 && \
11931
 
-          $PKG_CONFIG --variable=domains iso-codes | grep -q 3166 ; then
11932
 
-               result=yes
11933
 
-       else
11934
 
-               result=no
11935
 
-               have_iso_codes=no
11936
 
-       fi
 
12187
+       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iso-codes has iso-639 and iso-3166 domains" >&5
 
12188
 $as_echo_n "checking whether iso-codes has iso-639 and iso-3166 domains... " >&6; }
 
12189
        if $PKG_CONFIG --variable=domains iso-codes | grep -q 639 && \
 
12190
           $PKG_CONFIG --variable=domains iso-codes | grep -q 3166 ; then
 
12191
@@ -17217,7 +15040,7 @@
 
12192
                result=no
 
12193
                have_iso_codes=no
 
12194
        fi
11937
12195
-       { $as_echo "$as_me:$LINENO: result: $result" >&5
11938
 
-$as_echo "$result" >&6; }
11939
 
-fi
11940
 
-
11941
 
-if test "$have_iso_codes" = "yes"; then
11942
 
-
11943
 
-cat >>confdefs.h <<_ACEOF
11944
 
-#define ISO_CODES_PREFIX "`$PKG_CONFIG --variable=prefix iso-codes`"
11945
 
-_ACEOF
11946
 
-
11947
 
-
 
12196
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
 
12197
 $as_echo "$result" >&6; }
 
12198
 fi
 
12199
 
 
12200
@@ -17228,14 +15051,10 @@
 
12201
 _ACEOF
 
12202
 
 
12203
 
11948
12204
-cat >>confdefs.h <<\_ACEOF
11949
12205
-#define HAVE_ISO_CODES 1
11950
12206
-_ACEOF
11951
 
-
11952
 
-else
 
12207
+$as_echo "#define HAVE_ISO_CODES 1" >>confdefs.h
 
12208
 
 
12209
 else
11953
12210
-       { { $as_echo "$as_me:$LINENO: error: iso-codes is required" >&5
11954
12211
-$as_echo "$as_me: error: iso-codes is required" >&2;}
11955
12212
-   { (exit 1); exit 1; }; }
11956
 
-fi
11957
 
-
11958
 
-GETTEXT_PACKAGE=epiphany
11959
 
-
11960
 
-
11961
 
-cat >>confdefs.h <<_ACEOF
11962
 
-#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
11963
 
-_ACEOF
11964
 
-
11965
 
-
 
12213
+       as_fn_error "iso-codes is required" "$LINENO" 5
 
12214
 fi
 
12215
 
 
12216
 GETTEXT_PACKAGE=epiphany
 
12217
@@ -17246,151 +15065,12 @@
 
12218
 _ACEOF
 
12219
 
 
12220
 
11966
12221
-
11967
12222
-for ac_header in locale.h
11968
12223
-do
12009
12264
-        test ! -s conftest.err
12010
12265
-       } && test -s conftest.$ac_objext; then
12011
12266
-  ac_header_compiler=yes
12012
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"iso-codes >= \$ISO_CODES_REQUIRED\""; } >&5
12013
 
+  ($PKG_CONFIG --exists --print-errors "iso-codes >= $ISO_CODES_REQUIRED") 2>&5
12014
 
+  ac_status=$?
12015
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12016
 
+  test $ac_status = 0; }; then
12017
 
+  have_iso_codes=yes
12018
 
 else
 
12267
-else
12019
12268
-  $as_echo "$as_me: failed program was:" >&5
12020
12269
-sed 's/^/| /' conftest.$ac_ext >&5
12021
 
+  have_iso_codes=no
12022
 
+fi
12023
 
 
 
12270
-
12024
12271
-       ac_header_compiler=no
12025
 
+if test "$have_iso_codes" = "yes"; then
12026
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iso-codes has iso-639 and iso-3166 domains" >&5
12027
 
+$as_echo_n "checking whether iso-codes has iso-639 and iso-3166 domains... " >&6; }
12028
 
+       if $PKG_CONFIG --variable=domains iso-codes | grep -q 639 && \
12029
 
+          $PKG_CONFIG --variable=domains iso-codes | grep -q 3166 ; then
12030
 
+               result=yes
12031
 
+       else
12032
 
+               result=no
12033
 
+               have_iso_codes=no
12034
 
+       fi
12035
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12036
 
+$as_echo "$result" >&6; }
12037
 
 fi
12038
 
 
 
12272
-fi
 
12273
-
12039
12274
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12040
12275
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12041
12276
-$as_echo "$ac_header_compiler" >&6; }
12042
 
+if test "$have_iso_codes" = "yes"; then
12043
 
 
 
12277
-
12044
12278
-# Is the header present?
12045
12279
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12046
12280
-$as_echo_n "checking $ac_header presence... " >&6; }
12051
12285
-cat >>conftest.$ac_ext <<_ACEOF
12052
12286
-/* end confdefs.h.  */
12053
12287
-#include <$ac_header>
12054
 
+cat >>confdefs.h <<_ACEOF
12055
 
+#define ISO_CODES_PREFIX "`$PKG_CONFIG --variable=prefix iso-codes`"
12056
 
 _ACEOF
 
12288
-_ACEOF
12057
12289
-if { (ac_try="$ac_cpp conftest.$ac_ext"
12058
12290
-case "(($ac_try" in
12059
12291
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12075
12307
-else
12076
12308
-  $as_echo "$as_me: failed program was:" >&5
12077
12309
-sed 's/^/| /' conftest.$ac_ext >&5
12078
 
 
 
12310
-
12079
12311
-  ac_header_preproc=no
12080
12312
-fi
12081
 
 
 
12313
-
12082
12314
-rm -f conftest.err conftest.$ac_ext
12083
12315
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12084
12316
-$as_echo "$ac_header_preproc" >&6; }
12085
 
+$as_echo "#define HAVE_ISO_CODES 1" >>confdefs.h
12086
 
 
 
12317
-
12087
12318
-# So?  What about this header?
12088
12319
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12089
12320
-  yes:no: )
12118
12349
-$as_echo_n "checking for $ac_header... " >&6; }
12119
12350
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12120
12351
-  $as_echo_n "(cached) " >&6
12121
 
 else
 
12352
-else
12122
12353
-  eval "$as_ac_Header=\$ac_header_preproc"
12123
 
+       as_fn_error "iso-codes is required" "$LINENO" 5
12124
 
 fi
 
12354
-fi
12125
12355
-ac_res=`eval 'as_val=${'$as_ac_Header'}
12126
12356
-                $as_echo "$as_val"'`
12127
12357
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12128
12358
-$as_echo "$ac_res" >&6; }
12129
 
 
 
12359
-
12130
12360
-fi
12131
12361
-as_val=`eval 'as_val=${'$as_ac_Header'}
12132
12362
-                $as_echo "$as_val"'`
12133
12363
-   if test "x$as_val" = x""yes; then
12134
 
+GETTEXT_PACKAGE=epiphany
12135
 
+
12136
 
+
12137
 
+cat >>confdefs.h <<_ACEOF
12138
 
+#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
12139
 
+_ACEOF
12140
 
+
12141
 
+
12142
12364
+   for ac_header in locale.h
12143
12365
+do :
12144
12366
+  ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
12149
12371
 _ACEOF
12150
12372
 
12151
12373
 fi
12152
 
@@ -17599,16 +15192,12 @@
 
12374
@@ -17398,16 +15078,12 @@
12153
12375
 done
12154
12376
 
12155
12377
     if test $ac_cv_header_locale_h = yes; then
12169
12391
 /* end confdefs.h.  */
12170
12392
 #include <locale.h>
12171
12393
 int
12172
 
@@ -17619,46 +15208,19 @@
 
12394
@@ -17418,207 +15094,45 @@
12173
12395
   return 0;
12174
12396
 }
12175
12397
 _ACEOF
12201
12423
-sed 's/^/| /' conftest.$ac_ext >&5
12202
12424
-
12203
12425
-       am_cv_val_LC_MESSAGES=no
12204
 
+  am_cv_val_LC_MESSAGES=no
12205
 
 fi
 
12426
-fi
12206
12427
-
12207
12428
-rm -rf conftest.dSYM
12208
12429
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12209
12430
-      conftest$ac_exeext conftest.$ac_ext
12210
 
+rm -f core conftest.err conftest.$ac_objext \
12211
 
+    conftest$ac_exeext conftest.$ac_ext
12212
 
 fi
 
12431
-fi
12213
12432
-{ $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
12214
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
12215
 
 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
12216
 
     if test $am_cv_val_LC_MESSAGES = yes; then
12217
 
 
 
12433
-$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
 
12434
-    if test $am_cv_val_LC_MESSAGES = yes; then
 
12435
-
12218
12436
-cat >>confdefs.h <<\_ACEOF
12219
12437
-#define HAVE_LC_MESSAGES 1
12220
12438
-_ACEOF
12221
 
+$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
12222
 
 
12223
 
     fi
12224
 
   fi
12225
 
@@ -17671,155 +15233,20 @@
12226
 
     XGETTEXT=:
12227
 
     INTLLIBS=
12228
 
 
 
12439
-
 
12440
-    fi
 
12441
-  fi
 
12442
-     USE_NLS=yes
 
12443
-
 
12444
-
 
12445
-    gt_cv_have_gettext=no
 
12446
-
 
12447
-    CATOBJEXT=NONE
 
12448
-    XGETTEXT=:
 
12449
-    INTLLIBS=
 
12450
-
12229
12451
-    if test "${ac_cv_header_libintl_h+set}" = set; then
12230
12452
-  { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
12231
12453
-$as_echo_n "checking for libintl.h... " >&6; }
12311
12533
-sed 's/^/| /' conftest.$ac_ext >&5
12312
12534
-
12313
12535
-  ac_header_preproc=no
12314
 
-fi
 
12536
+  am_cv_val_LC_MESSAGES=no
 
12537
 fi
12315
12538
-
12316
12539
-rm -f conftest.err conftest.$ac_ext
12317
12540
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12353
12576
-  $as_echo_n "(cached) " >&6
12354
12577
-else
12355
12578
-  ac_cv_header_libintl_h=$ac_header_preproc
12356
 
-fi
 
12579
+rm -f core conftest.err conftest.$ac_objext \
 
12580
+    conftest$ac_exeext conftest.$ac_ext
 
12581
 fi
12357
12582
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
12358
12583
-$as_echo "$ac_cv_header_libintl_h" >&6; }
12359
 
-
 
12584
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
 
12585
+$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
 
12586
+    if test $am_cv_val_LC_MESSAGES = yes; then
 
12587
 
12360
12588
-fi
12361
12589
-if test "x$ac_cv_header_libintl_h" = x""yes; then
 
12590
+$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
 
12591
+
 
12592
+    fi
 
12593
+  fi
 
12594
+     USE_NLS=yes
 
12595
+
 
12596
+
 
12597
+    gt_cv_have_gettext=no
 
12598
+
 
12599
+    CATOBJEXT=NONE
 
12600
+    XGETTEXT=:
 
12601
+    INTLLIBS=
 
12602
+
12362
12603
+    ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default"
12363
12604
+if test "x$ac_cv_header_libintl_h" = x""yes; then :
12364
12605
   gt_cv_func_dgettext_libintl="no"
12383
12624
 /* end confdefs.h.  */
12384
12625
 
12385
12626
 #include <libintl.h>
12386
 
@@ -17832,54 +15259,25 @@
 
12627
@@ -17631,54 +15145,25 @@
12387
12628
   return 0;
12388
12629
 }
12389
12630
 _ACEOF
12446
12687
 /* end confdefs.h.  */
12447
12688
 
12448
12689
 #include <libintl.h>
12449
 
@@ -17892,141 +15290,26 @@
 
12690
@@ -17691,141 +15176,26 @@
12450
12691
   return 0;
12451
12692
 }
12452
12693
 _ACEOF
12598
12839
 _ACEOF
12599
12840
 
12600
12841
 fi
12601
 
@@ -18041,18 +15324,14 @@
 
12842
@@ -17840,18 +15210,14 @@
12602
12843
         || test "$gt_cv_func_ngettext_libc" != "yes" \
12603
12844
          || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
12604
12845
 
12620
12861
 /* end confdefs.h.  */
12621
12862
 
12622
12863
 /* Override any GCC internal prototype to avoid an error.
12623
 
@@ -18064,61 +15343,32 @@
12624
 
 char bindtextdomain ();
12625
 
 int
12626
 
 main ()
12627
 
-{
12628
 
-return bindtextdomain ();
12629
 
-  ;
12630
 
-  return 0;
12631
 
-}
12632
 
-_ACEOF
 
12864
@@ -17869,55 +15235,26 @@
 
12865
   return 0;
 
12866
 }
 
12867
 _ACEOF
12633
12868
-rm -f conftest.$ac_objext conftest$ac_exeext
12634
12869
-if { (ac_try="$ac_link"
12635
12870
-case "(($ac_try" in
12651
12886
-        test "$cross_compiling" = yes ||
12652
12887
-        $as_test_x conftest$ac_exeext
12653
12888
-       }; then
12654
 
+{
12655
 
+return bindtextdomain ();
12656
 
+  ;
12657
 
+  return 0;
12658
 
+}
12659
 
+_ACEOF
12660
12889
+if ac_fn_c_try_link "$LINENO"; then :
12661
12890
   ac_cv_lib_intl_bindtextdomain=yes
12662
12891
 else
12697
12926
 /* end confdefs.h.  */
12698
12927
 
12699
12928
 /* Override any GCC internal prototype to avoid an error.
12700
 
@@ -18136,55 +15386,26 @@
 
12929
@@ -17935,55 +15272,26 @@
12701
12930
   return 0;
12702
12931
 }
12703
12932
 _ACEOF
12762
12991
 /* end confdefs.h.  */
12763
12992
 
12764
12993
 /* Override any GCC internal prototype to avoid an error.
12765
 
@@ -18202,43 +15423,18 @@
 
12994
@@ -18001,43 +15309,18 @@
12766
12995
   return 0;
12767
12996
 }
12768
12997
 _ACEOF
12812
13041
   gt_cv_func_dgettext_libintl=yes
12813
13042
 fi
12814
13043
 
12815
 
@@ -18248,22 +15444,18 @@
 
13044
@@ -18047,22 +15330,18 @@
12816
13045
 
12817
13046
 
12818
13047
        if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
12840
13069
 /* end confdefs.h.  */
12841
13070
 
12842
13071
 /* Override any GCC internal prototype to avoid an error.
12843
 
@@ -18281,55 +15473,26 @@
 
13072
@@ -18080,55 +15359,26 @@
12844
13073
   return 0;
12845
13074
 }
12846
13075
 _ACEOF
12905
13134
 /* end confdefs.h.  */
12906
13135
 
12907
13136
 /* Override any GCC internal prototype to avoid an error.
12908
 
@@ -18347,43 +15510,18 @@
 
13137
@@ -18146,160 +15396,45 @@
12909
13138
   return 0;
12910
13139
 }
12911
13140
 _ACEOF
12948
13177
 LIBS=$ac_check_lib_save_LIBS
12949
13178
 fi
12950
13179
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
 
13180
-$as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
 
13181
-if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then
 
13182
-  gt_cv_func_dgettext_libintl=yes
 
13183
-                       libintl_extra_libs=-liconv
 
13184
-else
 
13185
-  :
 
13186
-fi
 
13187
-
 
13188
-else
 
13189
-  :
 
13190
-fi
 
13191
-
 
13192
-        fi
 
13193
-
 
13194
-        #
 
13195
-        # If we found libintl, then check in it for bind_textdomain_codeset();
 
13196
-        # we'll prefer libc if neither have bind_textdomain_codeset(),
 
13197
-        # and both have dgettext and ngettext
 
13198
-        #
 
13199
-        if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
 
13200
-          glib_save_LIBS="$LIBS"
 
13201
-          LIBS="$LIBS -lintl $libintl_extra_libs"
 
13202
-          unset ac_cv_func_bind_textdomain_codeset
 
13203
-
 
13204
-for ac_func in bind_textdomain_codeset
 
13205
-do
 
13206
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
13207
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
13208
-$as_echo_n "checking for $ac_func... " >&6; }
 
13209
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
13210
-  $as_echo_n "(cached) " >&6
 
13211
-else
 
13212
-  cat >conftest.$ac_ext <<_ACEOF
 
13213
-/* confdefs.h.  */
 
13214
-_ACEOF
 
13215
-cat confdefs.h >>conftest.$ac_ext
 
13216
-cat >>conftest.$ac_ext <<_ACEOF
 
13217
-/* end confdefs.h.  */
 
13218
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
13219
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
13220
-#define $ac_func innocuous_$ac_func
 
13221
-
 
13222
-/* System header to define __stub macros and hopefully few prototypes,
 
13223
-    which can conflict with char $ac_func (); below.
 
13224
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
13225
-    <limits.h> exists even on freestanding compilers.  */
 
13226
-
 
13227
-#ifdef __STDC__
 
13228
-# include <limits.h>
 
13229
-#else
 
13230
-# include <assert.h>
 
13231
-#endif
 
13232
-
 
13233
-#undef $ac_func
 
13234
-
 
13235
-/* Override any GCC internal prototype to avoid an error.
 
13236
-   Use char because int might match the return type of a GCC
 
13237
-   builtin and then its argument prototype would still apply.  */
 
13238
-#ifdef __cplusplus
 
13239
-extern "C"
 
13240
-#endif
 
13241
-char $ac_func ();
 
13242
-/* The GNU C library defines this for functions which it implements
 
13243
-    to always fail with ENOSYS.  Some functions are actually named
 
13244
-    something starting with __ and the normal name is an alias.  */
 
13245
-#if defined __stub_$ac_func || defined __stub___$ac_func
 
13246
-choke me
 
13247
-#endif
 
13248
-
 
13249
-int
 
13250
-main ()
 
13251
-{
 
13252
-return $ac_func ();
 
13253
-  ;
 
13254
-  return 0;
 
13255
-}
 
13256
-_ACEOF
 
13257
-rm -f conftest.$ac_objext conftest$ac_exeext
 
13258
-if { (ac_try="$ac_link"
 
13259
-case "(($ac_try" in
 
13260
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
13261
-  *) ac_try_echo=$ac_try;;
 
13262
-esac
 
13263
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
13264
-$as_echo "$ac_try_echo") >&5
 
13265
-  (eval "$ac_link") 2>conftest.er1
 
13266
-  ac_status=$?
 
13267
-  grep -v '^ *+' conftest.er1 >conftest.err
 
13268
-  rm -f conftest.er1
 
13269
-  cat conftest.err >&5
 
13270
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13271
-  (exit $ac_status); } && {
 
13272
-        test -z "$ac_c_werror_flag" ||
 
13273
-        test ! -s conftest.err
 
13274
-       } && test -s conftest$ac_exeext && {
 
13275
-        test "$cross_compiling" = yes ||
 
13276
-        $as_test_x conftest$ac_exeext
 
13277
-       }; then
 
13278
-  eval "$as_ac_var=yes"
12951
13279
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dcgettext" >&5
12952
 
 $as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
12953
 
-if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then
 
13280
+$as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
12954
13281
+if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then :
12955
 
   gt_cv_func_dgettext_libintl=yes
12956
 
                        libintl_extra_libs=-liconv
 
13282
+  gt_cv_func_dgettext_libintl=yes
 
13283
+                       libintl_extra_libs=-liconv
12957
13284
 else
12958
 
@@ -18405,102 +15543,12 @@
12959
 
           glib_save_LIBS="$LIBS"
12960
 
           LIBS="$LIBS -lintl $libintl_extra_libs"
12961
 
           unset ac_cv_func_bind_textdomain_codeset
12962
 
-
12963
 
-for ac_func in bind_textdomain_codeset
12964
 
-do
12965
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12966
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
12967
 
-$as_echo_n "checking for $ac_func... " >&6; }
12968
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12969
 
-  $as_echo_n "(cached) " >&6
12970
 
-else
12971
 
-  cat >conftest.$ac_ext <<_ACEOF
12972
 
-/* confdefs.h.  */
12973
 
-_ACEOF
12974
 
-cat confdefs.h >>conftest.$ac_ext
12975
 
-cat >>conftest.$ac_ext <<_ACEOF
12976
 
-/* end confdefs.h.  */
12977
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12978
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12979
 
-#define $ac_func innocuous_$ac_func
12980
 
-
12981
 
-/* System header to define __stub macros and hopefully few prototypes,
12982
 
-    which can conflict with char $ac_func (); below.
12983
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12984
 
-    <limits.h> exists even on freestanding compilers.  */
12985
 
-
12986
 
-#ifdef __STDC__
12987
 
-# include <limits.h>
12988
 
-#else
12989
 
-# include <assert.h>
12990
 
-#endif
12991
 
-
12992
 
-#undef $ac_func
12993
 
-
12994
 
-/* Override any GCC internal prototype to avoid an error.
12995
 
-   Use char because int might match the return type of a GCC
12996
 
-   builtin and then its argument prototype would still apply.  */
12997
 
-#ifdef __cplusplus
12998
 
-extern "C"
12999
 
-#endif
13000
 
-char $ac_func ();
13001
 
-/* The GNU C library defines this for functions which it implements
13002
 
-    to always fail with ENOSYS.  Some functions are actually named
13003
 
-    something starting with __ and the normal name is an alias.  */
13004
 
-#if defined __stub_$ac_func || defined __stub___$ac_func
13005
 
-choke me
13006
 
-#endif
13007
 
-
13008
 
-int
13009
 
-main ()
13010
 
-{
13011
 
-return $ac_func ();
13012
 
-  ;
13013
 
-  return 0;
13014
 
-}
13015
 
-_ACEOF
13016
 
-rm -f conftest.$ac_objext conftest$ac_exeext
13017
 
-if { (ac_try="$ac_link"
13018
 
-case "(($ac_try" in
13019
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13020
 
-  *) ac_try_echo=$ac_try;;
13021
 
-esac
13022
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13023
 
-$as_echo "$ac_try_echo") >&5
13024
 
-  (eval "$ac_link") 2>conftest.er1
13025
 
-  ac_status=$?
13026
 
-  grep -v '^ *+' conftest.er1 >conftest.err
13027
 
-  rm -f conftest.er1
13028
 
-  cat conftest.err >&5
13029
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13030
 
-  (exit $ac_status); } && {
13031
 
-        test -z "$ac_c_werror_flag" ||
13032
 
-        test ! -s conftest.err
13033
 
-       } && test -s conftest$ac_exeext && {
13034
 
-        test "$cross_compiling" = yes ||
13035
 
-        $as_test_x conftest$ac_exeext
13036
 
-       }; then
13037
 
-  eval "$as_ac_var=yes"
13038
 
-else
13039
13285
-  $as_echo "$as_me: failed program was:" >&5
13040
13286
-sed 's/^/| /' conftest.$ac_ext >&5
13041
13287
-
13042
13288
-       eval "$as_ac_var=no"
13043
 
-fi
13044
 
-
 
13289
+  :
 
13290
 fi
 
13291
 
13045
13292
-rm -rf conftest.dSYM
13046
13293
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13047
13294
-      conftest$ac_exeext conftest.$ac_ext
13048
 
-fi
 
13295
+else
 
13296
+  :
 
13297
 fi
13049
13298
-ac_res=`eval 'as_val=${'$as_ac_var'}
13050
13299
-                $as_echo "$as_val"'`
13051
13300
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13053
13302
-as_val=`eval 'as_val=${'$as_ac_var'}
13054
13303
-                $as_echo "$as_val"'`
13055
13304
-   if test "x$as_val" = x""yes; then
 
13305
+
 
13306
+        fi
 
13307
+
 
13308
+        #
 
13309
+        # If we found libintl, then check in it for bind_textdomain_codeset();
 
13310
+        # we'll prefer libc if neither have bind_textdomain_codeset(),
 
13311
+        # and both have dgettext and ngettext
 
13312
+        #
 
13313
+        if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
 
13314
+          glib_save_LIBS="$LIBS"
 
13315
+          LIBS="$LIBS -lintl $libintl_extra_libs"
 
13316
+          unset ac_cv_func_bind_textdomain_codeset
13056
13317
+          for ac_func in bind_textdomain_codeset
13057
13318
+do :
13058
13319
+  ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
13063
13324
 _ACEOF
13064
13325
 
13065
13326
 fi
13066
 
@@ -18530,15 +15578,13 @@
 
13327
@@ -18329,15 +15464,13 @@
13067
13328
 
13068
13329
       if test "$gt_cv_have_gettext" = "yes"; then
13069
13330
 
13082
13343
   $as_echo_n "(cached) " >&6
13083
13344
 else
13084
13345
   case "$MSGFMT" in
13085
 
@@ -18563,118 +15609,28 @@
 
13346
@@ -18362,118 +15495,28 @@
13086
13347
 fi
13087
13348
 MSGFMT="$ac_cv_path_MSGFMT"
13088
13349
 if test "$MSGFMT" != "no"; then
13209
13470
 $as_echo_n "checking if msgfmt accepts -c... " >&6; }
13210
13471
          cat >conftest.foo <<_ACEOF
13211
13472
 
13212
 
@@ -18689,14 +15645,14 @@
 
13473
@@ -18488,14 +15531,14 @@
13213
13474
 "Content-Transfer-Encoding: 8bit\n"
13214
13475
 
13215
13476
 _ACEOF
13229
13490
 $as_echo "no" >&6; }
13230
13491
 echo "$as_me: failed input was:" >&5
13231
13492
 sed 's/^/| /' conftest.foo >&5
13232
 
@@ -18704,9 +15660,9 @@
 
13493
@@ -18503,9 +15546,9 @@
13233
13494
 
13234
13495
          # Extract the first word of "gmsgfmt", so it can be a program name with args.
13235
13496
 set dummy gmsgfmt; ac_word=$2
13241
13502
   $as_echo_n "(cached) " >&6
13242
13503
 else
13243
13504
   case $GMSGFMT in
13244
 
@@ -18719,14 +15675,14 @@
 
13505
@@ -18518,14 +15561,14 @@
13245
13506
 do
13246
13507
   IFS=$as_save_IFS
13247
13508
   test -z "$as_dir" && as_dir=.
13259
13520
 IFS=$as_save_IFS
13260
13521
 
13261
13522
   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13262
 
@@ -18735,19 +15691,19 @@
 
13523
@@ -18534,19 +15577,19 @@
13263
13524
 fi
13264
13525
 GMSGFMT=$ac_cv_path_GMSGFMT
13265
13526
 if test -n "$GMSGFMT"; then
13283
13544
   $as_echo_n "(cached) " >&6
13284
13545
 else
13285
13546
   case "$XGETTEXT" in
13286
 
@@ -18772,144 +15728,33 @@
 
13547
@@ -18571,18 +15614,14 @@
13287
13548
 fi
13288
13549
 XGETTEXT="$ac_cv_path_XGETTEXT"
13289
13550
 if test "$XGETTEXT" != ":"; then
13292
13553
 $as_echo "$XGETTEXT" >&6; }
13293
13554
 else
13294
13555
-  { $as_echo "$as_me:$LINENO: result: no" >&5
13295
 
-$as_echo "no" >&6; }
13296
 
-fi
13297
 
-
 
13556
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
13557
 $as_echo "no" >&6; }
 
13558
 fi
 
13559
 
13298
13560
-         cat >conftest.$ac_ext <<_ACEOF
13299
13561
-/* confdefs.h.  */
13300
13562
-_ACEOF
13301
13563
-cat confdefs.h >>conftest.$ac_ext
13302
13564
-cat >>conftest.$ac_ext <<_ACEOF
13303
 
-/* end confdefs.h.  */
13304
 
-
13305
 
-int
13306
 
-main ()
13307
 
-{
13308
 
-extern int _nl_msg_cat_cntr;
13309
 
-                        return _nl_msg_cat_cntr
13310
 
-  ;
13311
 
-  return 0;
13312
 
-}
13313
 
-_ACEOF
 
13565
+         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
13566
 /* end confdefs.h.  */
 
13567
 
 
13568
 int
 
13569
@@ -18594,121 +15633,14 @@
 
13570
   return 0;
 
13571
 }
 
13572
 _ACEOF
13314
13573
-rm -f conftest.$ac_objext conftest$ac_exeext
13315
13574
-if { (ac_try="$ac_link"
13316
13575
-case "(($ac_try" in
13332
13591
-        test "$cross_compiling" = yes ||
13333
13592
-        $as_test_x conftest$ac_exeext
13334
13593
-       }; then
13335
 
-  CATOBJEXT=.gmo
13336
 
-             DATADIRNAME=share
13337
 
-else
 
13594
+if ac_fn_c_try_link "$LINENO"; then :
 
13595
   CATOBJEXT=.gmo
 
13596
              DATADIRNAME=share
 
13597
 else
13338
13598
-  $as_echo "$as_me: failed program was:" >&5
13339
13599
-sed 's/^/| /' conftest.$ac_ext >&5
13340
13600
-
13341
13601
-       case $host in
13342
 
-           *-*-solaris*)
 
13602
+  case $host in
 
13603
            *-*-solaris*)
13343
13604
-                                                               { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
13344
13605
-$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
13345
13606
-if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
13381
13642
-#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
13382
13643
-choke me
13383
13644
-#endif
13384
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13385
 
+$as_echo "no" >&6; }
13386
 
+fi
13387
 
+
13388
 
+         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13389
 
+/* end confdefs.h.  */
13390
 
 
13391
 
 int
13392
 
 main ()
13393
 
 {
 
13645
-
 
13646
-int
 
13647
-main ()
 
13648
-{
13394
13649
-return bind_textdomain_codeset ();
13395
 
+extern int _nl_msg_cat_cntr;
13396
 
+                        return _nl_msg_cat_cntr
13397
 
   ;
13398
 
   return 0;
13399
 
 }
13400
 
 _ACEOF
 
13650
-  ;
 
13651
-  return 0;
 
13652
-}
 
13653
-_ACEOF
13401
13654
-rm -f conftest.$ac_objext conftest$ac_exeext
13402
13655
-if { (ac_try="$ac_link"
13403
13656
-case "(($ac_try" in
13420
13673
-        $as_test_x conftest$ac_exeext
13421
13674
-       }; then
13422
13675
-  ac_cv_func_bind_textdomain_codeset=yes
13423
 
+if ac_fn_c_try_link "$LINENO"; then :
13424
 
+  CATOBJEXT=.gmo
13425
 
+             DATADIRNAME=share
13426
 
 else
 
13676
-else
13427
13677
-  $as_echo "$as_me: failed program was:" >&5
13428
13678
-sed 's/^/| /' conftest.$ac_ext >&5
13429
13679
-
13437
13687
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
13438
13688
-$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
13439
13689
-if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
13440
 
+  case $host in
13441
 
+           *-*-solaris*)
13442
13690
+                                                               ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
13443
13691
+if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
13444
13692
   CATOBJEXT=.gmo
13445
13693
                DATADIRNAME=share
13446
13694
 else
13447
 
@@ -18924,10 +15769,8 @@
 
13695
@@ -18723,10 +15655,8 @@
13448
13696
            ;;
13449
13697
            esac
13450
13698
 fi
13457
13705
           LIBS="$glib_save_LIBS"
13458
13706
          INSTOBJEXT=.mo
13459
13707
        else
13460
 
@@ -18941,9 +15784,7 @@
 
13708
@@ -18740,9 +15670,7 @@
13461
13709
 
13462
13710
     if test "$gt_cv_have_gettext" = "yes" ; then
13463
13711
 
13468
13716
 
13469
13717
     fi
13470
13718
 
13471
 
@@ -18951,7 +15792,7 @@
 
13719
@@ -18750,7 +15678,7 @@
13472
13720
                   if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
13473
13721
         : ;
13474
13722
       else
13477
13725
 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13478
13726
         XGETTEXT=":"
13479
13727
       fi
13480
 
@@ -18984,7 +15825,7 @@
 
13728
@@ -18783,7 +15711,7 @@
13481
13729
      if test "x$ALL_LINGUAS" = "x"; then
13482
13730
        LINGUAS=
13483
13731
      else
13486
13734
 $as_echo_n "checking for catalogs to be installed... " >&6; }
13487
13735
        NEW_LINGUAS=
13488
13736
        for presentlang in $ALL_LINGUAS; do
13489
 
@@ -19009,7 +15850,7 @@
 
13737
@@ -18808,7 +15736,7 @@
13490
13738
          fi
13491
13739
        done
13492
13740
        LINGUAS=$NEW_LINGUAS
13495
13743
 $as_echo "$LINGUAS" >&6; }
13496
13744
      fi
13497
13745
 
13498
 
@@ -19057,7 +15898,7 @@
 
13746
@@ -18856,7 +15784,7 @@
13499
13747
 
13500
13748
 
13501
13749
 # Check whether --with-distributor-name was given.
13504
13752
   withval=$with_distributor_name; LSB_DISTRIBUTOR="$withval"
13505
13753
 fi
13506
13754
 
13507
 
@@ -19067,9 +15908,9 @@
 
13755
@@ -18866,9 +15794,9 @@
13508
13756
 do
13509
13757
   # Extract the first word of "$ac_prog", so it can be a program name with args.
13510
13758
 set dummy $ac_prog; ac_word=$2
13516
13764
   $as_echo_n "(cached) " >&6
13517
13765
 else
13518
13766
   if test -n "$LSB_RELEASE"; then
13519
 
@@ -19080,24 +15921,24 @@
 
13767
@@ -18879,24 +15807,24 @@
13520
13768
 do
13521
13769
   IFS=$as_save_IFS
13522
13770
   test -z "$as_dir" && as_dir=.
13546
13794
 $as_echo "no" >&6; }
13547
13795
 fi
13548
13796
 
13549
 
@@ -19128,11 +15969,11 @@
 
13797
@@ -18926,29 +15854,33 @@
 
13798
 
13550
13799
 gdu_cv_version_required=0.3.2
13551
13800
 
 
13801
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking gnome-doc-utils >= $gdu_cv_version_required" >&5
 
13802
+$as_echo_n "checking gnome-doc-utils >= $gdu_cv_version_required... " >&6; }
13552
13803
 if test -n "$PKG_CONFIG" && \
13553
13804
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\"") >&5
13554
13805
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\""; } >&5
13561
13812
   gdu_cv_have_gdu=yes
13562
13813
 else
13563
13814
   gdu_cv_have_gdu=no
13564
 
@@ -19141,15 +15982,13 @@
 
13815
 fi
 
13816
 
13565
13817
 if test "$gdu_cv_have_gdu" = "yes"; then
 
13818
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
13819
+$as_echo "yes" >&6; }
13566
13820
        :
13567
13821
 else
13568
13822
-       { { $as_echo "$as_me:$LINENO: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&5
13569
13823
-$as_echo "$as_me: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&2;}
13570
13824
-   { (exit 1); exit 1; }; }
 
13825
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
13826
+$as_echo "no" >&6; }
13571
13827
+       as_fn_error "gnome-doc-utils >= $gdu_cv_version_required not found" "$LINENO" 5
13572
13828
 fi
13573
13829
 
13579
13835
   withval=$with_help_dir;
13580
13836
 else
13581
13837
   with_help_dir='${datadir}/gnome/help'
13582
 
@@ -19160,7 +15999,7 @@
 
13838
@@ -18959,7 +15891,7 @@
13583
13839
 
13584
13840
 
13585
13841
 # Check whether --with-omf-dir was given.
13588
13844
   withval=$with_omf_dir;
13589
13845
 else
13590
13846
   with_omf_dir='${datadir}/omf'
13591
 
@@ -19171,7 +16010,7 @@
 
13847
@@ -18970,7 +15902,7 @@
13592
13848
 
13593
13849
 
13594
13850
 # Check whether --with-help-formats was given.
13597
13853
   withval=$with_help_formats;
13598
13854
 else
13599
13855
   with_help_formats=''
13600
 
@@ -19181,7 +16020,7 @@
 
13856
@@ -18980,7 +15912,7 @@
13601
13857
 
13602
13858
 
13603
13859
 # Check whether --enable-scrollkeeper was given.
13606
13862
   enableval=$enable_scrollkeeper;
13607
13863
 else
13608
13864
   enable_scrollkeeper=yes
13609
 
@@ -19213,9 +16052,9 @@
13610
 
 
13611
 
     # Extract the first word of "gtkdoc-check", so it can be a program name with args.
13612
 
 set dummy gtkdoc-check; ac_word=$2
 
13865
@@ -19003,143 +15935,15 @@
 
13866
   HAVE_GNOME_DOC_UTILS_FALSE='#'
 
13867
 else
 
13868
   HAVE_GNOME_DOC_UTILS_TRUE='#'
 
13869
-  HAVE_GNOME_DOC_UTILS_FALSE=
 
13870
-fi
 
13871
-
 
13872
-
 
13873
-
 
13874
-
 
13875
-
 
13876
-    # Extract the first word of "gtkdoc-check", so it can be a program name with args.
 
13877
-set dummy gtkdoc-check; ac_word=$2
13613
13878
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13614
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13615
 
 $as_echo_n "checking for $ac_word... " >&6; }
 
13879
-$as_echo_n "checking for $ac_word... " >&6; }
13616
13880
-if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then
13617
 
+if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then :
13618
 
   $as_echo_n "(cached) " >&6
13619
 
 else
13620
 
   case $GTKDOC_CHECK in
13621
 
@@ -19228,14 +16067,14 @@
13622
 
 do
13623
 
   IFS=$as_save_IFS
13624
 
   test -z "$as_dir" && as_dir=.
 
13881
-  $as_echo_n "(cached) " >&6
 
13882
-else
 
13883
-  case $GTKDOC_CHECK in
 
13884
-  [\\/]* | ?:[\\/]*)
 
13885
-  ac_cv_path_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test with a path.
 
13886
-  ;;
 
13887
-  *)
 
13888
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
13889
-for as_dir in $PATH
 
13890
-do
 
13891
-  IFS=$as_save_IFS
 
13892
-  test -z "$as_dir" && as_dir=.
13625
13893
-  for ac_exec_ext in '' $ac_executable_extensions; do
13626
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
13627
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13628
 
     ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext"
 
13894
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
13895
-    ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext"
13629
13896
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13630
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13631
 
     break 2
13632
 
   fi
13633
 
 done
13634
 
-done
13635
 
+  done
13636
 
 IFS=$as_save_IFS
13637
 
 
13638
 
   ;;
13639
 
@@ -19243,10 +16082,10 @@
13640
 
 fi
13641
 
 GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK
13642
 
 if test -n "$GTKDOC_CHECK"; then
 
13897
-    break 2
 
13898
-  fi
 
13899
-done
 
13900
-done
 
13901
-IFS=$as_save_IFS
 
13902
-
 
13903
-  ;;
 
13904
-esac
 
13905
-fi
 
13906
-GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK
 
13907
-if test -n "$GTKDOC_CHECK"; then
13643
13908
-  { $as_echo "$as_me:$LINENO: result: $GTKDOC_CHECK" >&5
13644
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5
13645
 
 $as_echo "$GTKDOC_CHECK" >&6; }
13646
 
 else
 
13909
-$as_echo "$GTKDOC_CHECK" >&6; }
 
13910
-else
13647
13911
-  { $as_echo "$as_me:$LINENO: result: no" >&5
13648
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13649
 
 $as_echo "no" >&6; }
13650
 
 fi
13651
 
 
13652
 
@@ -19255,9 +16094,9 @@
13653
 
 do
13654
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
13655
 
 set dummy $ac_prog; ac_word=$2
 
13912
-$as_echo "no" >&6; }
 
13913
-fi
 
13914
-
 
13915
-
 
13916
-  for ac_prog in gtkdoc-rebase
 
13917
-do
 
13918
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
 
13919
-set dummy $ac_prog; ac_word=$2
13656
13920
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13657
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13658
 
 $as_echo_n "checking for $ac_word... " >&6; }
 
13921
-$as_echo_n "checking for $ac_word... " >&6; }
13659
13922
-if test "${ac_cv_path_GTKDOC_REBASE+set}" = set; then
13660
 
+if test "${ac_cv_path_GTKDOC_REBASE+set}" = set; then :
13661
 
   $as_echo_n "(cached) " >&6
13662
 
 else
13663
 
   case $GTKDOC_REBASE in
13664
 
@@ -19270,14 +16109,14 @@
13665
 
 do
13666
 
   IFS=$as_save_IFS
13667
 
   test -z "$as_dir" && as_dir=.
 
13923
-  $as_echo_n "(cached) " >&6
 
13924
-else
 
13925
-  case $GTKDOC_REBASE in
 
13926
-  [\\/]* | ?:[\\/]*)
 
13927
-  ac_cv_path_GTKDOC_REBASE="$GTKDOC_REBASE" # Let the user override the test with a path.
 
13928
-  ;;
 
13929
-  *)
 
13930
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
13931
-for as_dir in $PATH
 
13932
-do
 
13933
-  IFS=$as_save_IFS
 
13934
-  test -z "$as_dir" && as_dir=.
13668
13935
-  for ac_exec_ext in '' $ac_executable_extensions; do
13669
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
13670
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13671
 
     ac_cv_path_GTKDOC_REBASE="$as_dir/$ac_word$ac_exec_ext"
 
13936
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
13937
-    ac_cv_path_GTKDOC_REBASE="$as_dir/$ac_word$ac_exec_ext"
13672
13938
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13673
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13674
 
     break 2
13675
 
   fi
13676
 
 done
13677
 
-done
13678
 
+  done
13679
 
 IFS=$as_save_IFS
13680
 
 
13681
 
   ;;
13682
 
@@ -19285,10 +16124,10 @@
13683
 
 fi
13684
 
 GTKDOC_REBASE=$ac_cv_path_GTKDOC_REBASE
13685
 
 if test -n "$GTKDOC_REBASE"; then
 
13939
-    break 2
 
13940
-  fi
 
13941
-done
 
13942
-done
 
13943
-IFS=$as_save_IFS
 
13944
-
 
13945
-  ;;
 
13946
-esac
 
13947
-fi
 
13948
-GTKDOC_REBASE=$ac_cv_path_GTKDOC_REBASE
 
13949
-if test -n "$GTKDOC_REBASE"; then
13686
13950
-  { $as_echo "$as_me:$LINENO: result: $GTKDOC_REBASE" >&5
13687
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_REBASE" >&5
13688
 
 $as_echo "$GTKDOC_REBASE" >&6; }
13689
 
 else
 
13951
-$as_echo "$GTKDOC_REBASE" >&6; }
 
13952
-else
13690
13953
-  { $as_echo "$as_me:$LINENO: result: no" >&5
13691
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13692
 
 $as_echo "no" >&6; }
13693
 
 fi
13694
 
 
13695
 
@@ -19299,9 +16138,9 @@
13696
 
 
13697
 
   # Extract the first word of "gtkdoc-mkpdf", so it can be a program name with args.
13698
 
 set dummy gtkdoc-mkpdf; ac_word=$2
 
13954
-$as_echo "no" >&6; }
 
13955
-fi
 
13956
-
 
13957
-
 
13958
-  test -n "$GTKDOC_REBASE" && break
 
13959
-done
 
13960
-test -n "$GTKDOC_REBASE" || GTKDOC_REBASE="true"
 
13961
-
 
13962
-  # Extract the first word of "gtkdoc-mkpdf", so it can be a program name with args.
 
13963
-set dummy gtkdoc-mkpdf; ac_word=$2
13699
13964
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13700
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13701
 
 $as_echo_n "checking for $ac_word... " >&6; }
 
13965
-$as_echo_n "checking for $ac_word... " >&6; }
13702
13966
-if test "${ac_cv_path_GTKDOC_MKPDF+set}" = set; then
13703
 
+if test "${ac_cv_path_GTKDOC_MKPDF+set}" = set; then :
13704
 
   $as_echo_n "(cached) " >&6
13705
 
 else
13706
 
   case $GTKDOC_MKPDF in
13707
 
@@ -19314,14 +16153,14 @@
13708
 
 do
13709
 
   IFS=$as_save_IFS
13710
 
   test -z "$as_dir" && as_dir=.
 
13967
-  $as_echo_n "(cached) " >&6
 
13968
-else
 
13969
-  case $GTKDOC_MKPDF in
 
13970
-  [\\/]* | ?:[\\/]*)
 
13971
-  ac_cv_path_GTKDOC_MKPDF="$GTKDOC_MKPDF" # Let the user override the test with a path.
 
13972
-  ;;
 
13973
-  *)
 
13974
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
13975
-for as_dir in $PATH
 
13976
-do
 
13977
-  IFS=$as_save_IFS
 
13978
-  test -z "$as_dir" && as_dir=.
13711
13979
-  for ac_exec_ext in '' $ac_executable_extensions; do
13712
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
13713
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13714
 
     ac_cv_path_GTKDOC_MKPDF="$as_dir/$ac_word$ac_exec_ext"
 
13980
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
13981
-    ac_cv_path_GTKDOC_MKPDF="$as_dir/$ac_word$ac_exec_ext"
13715
13982
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13716
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13717
 
     break 2
13718
 
   fi
13719
 
 done
13720
 
-done
13721
 
+  done
13722
 
 IFS=$as_save_IFS
13723
 
 
13724
 
   ;;
13725
 
@@ -19329,10 +16168,10 @@
13726
 
 fi
13727
 
 GTKDOC_MKPDF=$ac_cv_path_GTKDOC_MKPDF
13728
 
 if test -n "$GTKDOC_MKPDF"; then
 
13983
-    break 2
 
13984
-  fi
 
13985
-done
 
13986
-done
 
13987
-IFS=$as_save_IFS
 
13988
-
 
13989
-  ;;
 
13990
-esac
 
13991
-fi
 
13992
-GTKDOC_MKPDF=$ac_cv_path_GTKDOC_MKPDF
 
13993
-if test -n "$GTKDOC_MKPDF"; then
13729
13994
-  { $as_echo "$as_me:$LINENO: result: $GTKDOC_MKPDF" >&5
13730
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_MKPDF" >&5
13731
 
 $as_echo "$GTKDOC_MKPDF" >&6; }
13732
 
 else
 
13995
-$as_echo "$GTKDOC_MKPDF" >&6; }
 
13996
-else
13733
13997
-  { $as_echo "$as_me:$LINENO: result: no" >&5
13734
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13735
 
 $as_echo "no" >&6; }
 
13998
-$as_echo "no" >&6; }
 
13999
+  HAVE_GNOME_DOC_UTILS_FALSE=
13736
14000
 fi
13737
14001
 
13738
 
@@ -19340,7 +16179,7 @@
13739
 
 
13740
 
 
 
14002
 
 
14003
 
 
14004
 
 
14005
+
13741
14006
 # Check whether --with-html-dir was given.
13742
14007
-if test "${with_html_dir+set}" = set; then
13743
14008
+if test "${with_html_dir+set}" = set; then :
13744
14009
   withval=$with_html_dir;
13745
14010
 else
13746
14011
   with_html_dir='${datadir}/gtk-doc/html'
13747
 
@@ -19350,7 +16189,7 @@
 
14012
@@ -19149,7 +15953,7 @@
13748
14013
 
13749
14014
 
13750
14015
     # Check whether --enable-gtk-doc was given.
13753
14018
   enableval=$enable_gtk_doc;
13754
14019
 else
13755
14020
   enable_gtk_doc=no
13756
 
@@ -19359,33 +16198,31 @@
 
14021
@@ -19158,42 +15962,66 @@
13757
14022
 
13758
14023
   if test x$enable_gtk_doc = xyes; then
13759
14024
     if test -n "$PKG_CONFIG" && \
13770
14035
-  { { $as_echo "$as_me:$LINENO: error: You need to have gtk-doc >= 1.0 installed to build $PACKAGE_NAME" >&5
13771
14036
-$as_echo "$as_me: error: You need to have gtk-doc >= 1.0 installed to build $PACKAGE_NAME" >&2;}
13772
14037
-   { (exit 1); exit 1; }; }
13773
 
+  as_fn_error "You need to have gtk-doc >= 1.0 installed to build $PACKAGE_NAME" "$LINENO" 5
 
14038
+  as_fn_error "You need to have gtk-doc >= 1.0 installed to build gtk-doc" "$LINENO" 5
13774
14039
 fi
13775
14040
   fi
13776
14041
 
13781
14046
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5
13782
14047
 $as_echo "$enable_gtk_doc" >&6; }
13783
14048
 
13784
 
     # Check whether --enable-gtk-doc-html was given.
 
14049
-    # Check whether --enable-gtk-doc-html was given.
13785
14050
-if test "${enable_gtk_doc_html+set}" = set; then
13786
 
+if test "${enable_gtk_doc_html+set}" = set; then :
13787
 
   enableval=$enable_gtk_doc_html;
 
14051
-  enableval=$enable_gtk_doc_html;
 
14052
+  for ac_prog in gtkdoc-check
 
14053
+do
 
14054
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
 
14055
+set dummy $ac_prog; ac_word=$2
 
14056
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
14057
+$as_echo_n "checking for $ac_word... " >&6; }
 
14058
+if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then :
 
14059
+  $as_echo_n "(cached) " >&6
13788
14060
 else
13789
 
   enable_gtk_doc_html=yes
13790
 
 fi
 
14061
-  enable_gtk_doc_html=yes
 
14062
-fi
 
14063
+  case $GTKDOC_CHECK in
 
14064
+  [\\/]* | ?:[\\/]*)
 
14065
+  ac_cv_path_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test with a path.
 
14066
+  ;;
 
14067
+  *)
 
14068
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
14069
+for as_dir in $PATH
 
14070
+do
 
14071
+  IFS=$as_save_IFS
 
14072
+  test -z "$as_dir" && as_dir=.
 
14073
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
14074
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
14075
+    ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext"
 
14076
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14077
+    break 2
 
14078
+  fi
 
14079
+done
 
14080
+  done
 
14081
+IFS=$as_save_IFS
13791
14082
 
13792
 
     # Check whether --enable-gtk-doc-pdf was given.
 
14083
-    # Check whether --enable-gtk-doc-pdf was given.
13793
14084
-if test "${enable_gtk_doc_pdf+set}" = set; then
13794
 
+if test "${enable_gtk_doc_pdf+set}" = set; then :
13795
 
   enableval=$enable_gtk_doc_pdf;
13796
 
 else
13797
 
   enable_gtk_doc_pdf=no
13798
 
@@ -19456,9 +16293,9 @@
13799
 
 
13800
 
 # Extract the first word of "gtk-builder-convert", so it can be a program name with args.
13801
 
 set dummy gtk-builder-convert; ac_word=$2
13802
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13803
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13804
 
 $as_echo_n "checking for $ac_word... " >&6; }
13805
 
-if test "${ac_cv_path_GTK_BUILDER_CONVERT+set}" = set; then
13806
 
+if test "${ac_cv_path_GTK_BUILDER_CONVERT+set}" = set; then :
13807
 
   $as_echo_n "(cached) " >&6
13808
 
 else
13809
 
   case $GTK_BUILDER_CONVERT in
13810
 
@@ -19471,14 +16308,14 @@
13811
 
 do
13812
 
   IFS=$as_save_IFS
13813
 
   test -z "$as_dir" && as_dir=.
13814
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
13815
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
13816
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13817
 
     ac_cv_path_GTK_BUILDER_CONVERT="$as_dir/$ac_word$ac_exec_ext"
13818
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13819
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13820
 
     break 2
13821
 
   fi
13822
 
 done
13823
 
-done
13824
 
+  done
13825
 
 IFS=$as_save_IFS
13826
 
 
13827
 
   test -z "$ac_cv_path_GTK_BUILDER_CONVERT" && ac_cv_path_GTK_BUILDER_CONVERT="false"
13828
 
@@ -19487,18 +16324,16 @@
13829
 
 fi
13830
 
 GTK_BUILDER_CONVERT=$ac_cv_path_GTK_BUILDER_CONVERT
13831
 
 if test -n "$GTK_BUILDER_CONVERT"; then
13832
 
-  { $as_echo "$as_me:$LINENO: result: $GTK_BUILDER_CONVERT" >&5
13833
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_BUILDER_CONVERT" >&5
13834
 
 $as_echo "$GTK_BUILDER_CONVERT" >&6; }
13835
 
 else
13836
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
14085
-  enableval=$enable_gtk_doc_pdf;
 
14086
+  ;;
 
14087
+esac
 
14088
+fi
 
14089
+GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK
 
14090
+if test -n "$GTKDOC_CHECK"; then
 
14091
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5
 
14092
+$as_echo "$GTKDOC_CHECK" >&6; }
 
14093
 else
 
14094
-  enable_gtk_doc_pdf=no
13837
14095
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13838
 
 $as_echo "no" >&6; }
13839
 
 fi
13840
 
 
13841
 
 
13842
 
 if test "$GTK_BUILDER_CONVERT" = "false"; then
13843
 
-  { { $as_echo "$as_me:$LINENO: error: gtk-builder-convert not found" >&5
13844
 
-$as_echo "$as_me: error: gtk-builder-convert not found" >&2;}
13845
 
-   { (exit 1); exit 1; }; }
13846
 
+  as_fn_error "gtk-builder-convert not found" "$LINENO" 5
13847
 
 fi
13848
 
 
13849
 
 # ************
13850
 
@@ -19506,9 +16341,7 @@
 
14096
+$as_echo "no" >&6; }
 
14097
 fi
 
14098
 
 
14099
 
 
14100
-  if test -n "$GTKDOC_MKPDF"; then
 
14101
-    enable_gtk_doc_pdf=no
 
14102
-  fi
 
14103
+  test -n "$GTKDOC_CHECK" && break
 
14104
+done
 
14105
 
 
14106
 
 
14107
    if test x$enable_gtk_doc = xyes; then
 
14108
@@ -19204,22 +16032,6 @@
 
14109
   ENABLE_GTK_DOC_FALSE=
 
14110
 fi
 
14111
 
 
14112
-   if test x$enable_gtk_doc_html = xyes; then
 
14113
-  GTK_DOC_BUILD_HTML_TRUE=
 
14114
-  GTK_DOC_BUILD_HTML_FALSE='#'
 
14115
-else
 
14116
-  GTK_DOC_BUILD_HTML_TRUE='#'
 
14117
-  GTK_DOC_BUILD_HTML_FALSE=
 
14118
-fi
 
14119
-
 
14120
-   if test x$enable_gtk_doc_pdf = xyes; then
 
14121
-  GTK_DOC_BUILD_PDF_TRUE=
 
14122
-  GTK_DOC_BUILD_PDF_FALSE='#'
 
14123
-else
 
14124
-  GTK_DOC_BUILD_PDF_TRUE='#'
 
14125
-  GTK_DOC_BUILD_PDF_FALSE=
 
14126
-fi
 
14127
-
 
14128
    if test -n "$LIBTOOL"; then
 
14129
   GTK_DOC_USE_LIBTOOL_TRUE=
 
14130
   GTK_DOC_USE_LIBTOOL_FALSE='#'
 
14131
@@ -19228,14 +16040,6 @@
 
14132
   GTK_DOC_USE_LIBTOOL_FALSE=
 
14133
 fi
 
14134
 
 
14135
-   if test -n "$GTKDOC_REBASE"; then
 
14136
-  GTK_DOC_USE_REBASE_TRUE=
 
14137
-  GTK_DOC_USE_REBASE_FALSE='#'
 
14138
-else
 
14139
-  GTK_DOC_USE_REBASE_TRUE='#'
 
14140
-  GTK_DOC_USE_REBASE_FALSE=
 
14141
-fi
 
14142
-
 
14143
 
 
14144
 
 
14145
 # ****************************
 
14146
@@ -19254,9 +16058,7 @@
13851
14147
 # ************
13852
14148
 
13853
14149
 
13858
14154
 
13859
14155
 
13860
14156
 ac_config_files="$ac_config_files Makefile data/Makefile data/epiphany-${EPIPHANY_API_VERSION}.pc:data/epiphany.pc.in data/epiphany.desktop.in data/bme.desktop.in data/glade/Makefile data/icons/Makefile data/art/Makefile data/ui/Makefile doc/Makefile doc/reference/Makefile lib/Makefile lib/egg/Makefile lib/widgets/Makefile embed/Makefile src/Makefile src/bookmarks/Makefile src/epiphany.h help/Makefile po/Makefile.in tests/Makefile"
13861
 
@@ -19541,13 +16374,13 @@
 
14157
@@ -19289,13 +16091,13 @@
13862
14158
     case $ac_val in #(
13863
14159
     *${as_nl}*)
13864
14160
       case $ac_var in #(
13874
14170
       esac ;;
13875
14171
     esac
13876
14172
   done
13877
 
@@ -19555,8 +16388,8 @@
 
14173
@@ -19303,8 +16105,8 @@
13878
14174
   (set) 2>&1 |
13879
14175
     case $as_nl`(ac_space=' '; set) 2>&1` in #(
13880
14176
     *${as_nl}ac_space=\ *)
13885
14181
       sed -n \
13886
14182
        "s/'/'\\\\''/g;
13887
14183
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13888
 
@@ -19579,11 +16412,11 @@
 
14184
@@ -19327,11 +16129,11 @@
13889
14185
 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13890
14186
   if test -w "$cache_file"; then
13891
14187
     test "x$cache_file" != "x/dev/null" &&
13899
14195
 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13900
14196
   fi
13901
14197
 fi
13902
 
@@ -19603,8 +16436,8 @@
 
14198
@@ -19351,8 +16153,8 @@
13903
14199
   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13904
14200
   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
13905
14201
   #    will be set to the directory where LIBOBJS objects are built.
13910
14206
 done
13911
14207
 LIBOBJS=$ac_libobjs
13912
14208
 
13913
 
@@ -19620,157 +16453,98 @@
 
14209
@@ -19368,157 +16170,86 @@
13914
14210
 fi
13915
14211
 
13916
14212
 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14058
14354
-$as_echo "$as_me: error: conditional \"ENABLE_GTK_DOC\" was never defined.
14059
14355
-Usually this means the macro was only invoked conditionally." >&2;}
14060
14356
-   { (exit 1); exit 1; }; }
14061
 
+  as_fn_error "conditional \"ENABLE_GTK_DOC\" was never defined.
14062
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
14063
 
 fi
14064
 
 if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then
 
14357
-fi
 
14358
-if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then
14065
14359
-  { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_BUILD_HTML\" was never defined.
14066
14360
-Usually this means the macro was only invoked conditionally." >&5
14067
14361
-$as_echo "$as_me: error: conditional \"GTK_DOC_BUILD_HTML\" was never defined.
14068
14362
-Usually this means the macro was only invoked conditionally." >&2;}
14069
14363
-   { (exit 1); exit 1; }; }
14070
 
+  as_fn_error "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
14071
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
14072
 
 fi
14073
 
 if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then
 
14364
-fi
 
14365
-if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then
14074
14366
-  { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_BUILD_PDF\" was never defined.
14075
14367
-Usually this means the macro was only invoked conditionally." >&5
14076
14368
-$as_echo "$as_me: error: conditional \"GTK_DOC_BUILD_PDF\" was never defined.
14077
14369
-Usually this means the macro was only invoked conditionally." >&2;}
14078
14370
-   { (exit 1); exit 1; }; }
14079
 
+  as_fn_error "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
 
14371
+  as_fn_error "conditional \"ENABLE_GTK_DOC\" was never defined.
14080
14372
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
14081
14373
 fi
14082
14374
 if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then
14085
14377
-$as_echo "$as_me: error: conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
14086
14378
-Usually this means the macro was only invoked conditionally." >&2;}
14087
14379
-   { (exit 1); exit 1; }; }
14088
 
+  as_fn_error "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
14089
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
14090
 
 fi
14091
 
 if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then
 
14380
-fi
 
14381
-if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then
14092
14382
-  { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_USE_REBASE\" was never defined.
14093
14383
-Usually this means the macro was only invoked conditionally." >&5
14094
14384
-$as_echo "$as_me: error: conditional \"GTK_DOC_USE_REBASE\" was never defined.
14095
14385
-Usually this means the macro was only invoked conditionally." >&2;}
14096
14386
-   { (exit 1); exit 1; }; }
14097
 
+  as_fn_error "conditional \"GTK_DOC_USE_REBASE\" was never defined.
 
14387
+  as_fn_error "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
14098
14388
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
14099
14389
 fi
14100
14390
 
14111
14401
 #! $SHELL
14112
14402
 # Generated by $as_me.
14113
14403
 # Run this file to recreate the current configuration.
14114
 
@@ -19780,17 +16554,18 @@
 
14404
@@ -19528,17 +16259,18 @@
14115
14405
 debug=false
14116
14406
 ac_cs_recheck=false
14117
14407
 ac_cs_silent=false
14137
14427
   emulate sh
14138
14428
   NULLCMD=:
14139
14429
   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14140
 
@@ -19798,23 +16573,15 @@
 
14430
@@ -19546,23 +16278,15 @@
14141
14431
   alias -g '${1+"$@"}'='"$@"'
14142
14432
   setopt NO_GLOB_SUBST
14143
14433
 else
14166
14456
 as_nl='
14167
14457
 '
14168
14458
 export as_nl
14169
 
@@ -19822,7 +16589,13 @@
 
14459
@@ -19570,7 +16294,13 @@
14170
14460
 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14171
14461
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14172
14462
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14181
14471
   as_echo='printf %s\n'
14182
14472
   as_echo_n='printf %s'
14183
14473
 else
14184
 
@@ -19833,7 +16606,7 @@
 
14474
@@ -19581,7 +16311,7 @@
14185
14475
     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14186
14476
     as_echo_n_body='eval
14187
14477
       arg=$1;
14190
14480
       *"$as_nl"*)
14191
14481
        expr "X$arg" : "X\\(.*\\)$as_nl";
14192
14482
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14193
 
@@ -19856,13 +16629,6 @@
 
14483
@@ -19604,13 +16334,6 @@
14194
14484
   }
14195
14485
 fi
14196
14486
 
14204
14494
 
14205
14495
 # IFS
14206
14496
 # We need space, tab and new line, in precisely that order.  Quoting is
14207
 
@@ -19872,15 +16638,15 @@
 
14497
@@ -19620,15 +16343,15 @@
14208
14498
 IFS=" ""       $as_nl"
14209
14499
 
14210
14500
 # Find who we are.  Look in the path if we contain no directory separator.
14223
14513
 IFS=$as_save_IFS
14224
14514
 
14225
14515
      ;;
14226
 
@@ -19892,12 +16658,16 @@
 
14516
@@ -19640,12 +16363,16 @@
14227
14517
 fi
14228
14518
 if test ! -f "$as_myself"; then
14229
14519
   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14244
14534
 done
14245
14535
 PS1='$ '
14246
14536
 PS2='> '
14247
 
@@ -19909,7 +16679,89 @@
 
14537
@@ -19657,7 +16384,89 @@
14248
14538
 LANGUAGE=C
14249
14539
 export LANGUAGE
14250
14540
 
14335
14625
 if expr a : '\(a\)' >/dev/null 2>&1 &&
14336
14626
    test "X`expr 00001 : '.*\(...\)'`" = X001; then
14337
14627
   as_expr=expr
14338
 
@@ -19923,8 +16775,12 @@
 
14628
@@ -19671,8 +16480,12 @@
14339
14629
   as_basename=false
14340
14630
 fi
14341
14631
 
14349
14639
 as_me=`$as_basename -- "$0" ||
14350
14640
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14351
14641
         X"$0" : 'X\(//\)$' \| \
14352
 
@@ -19944,76 +16800,25 @@
 
14642
@@ -19692,76 +16505,25 @@
14353
14643
          }
14354
14644
          s/.*/./; q'`
14355
14645
 
14437
14727
 
14438
14728
 rm -f conf$$ conf$$.exe conf$$.file
14439
14729
 if test -d conf$$.dir; then
14440
 
@@ -20042,8 +16847,56 @@
 
14730
@@ -19790,8 +16552,56 @@
14441
14731
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14442
14732
 rmdir conf$$.dir 2>/dev/null
14443
14733
 
14495
14785
 else
14496
14786
   test -d ./-p && rmdir ./-p
14497
14787
   as_mkdir_p=false
14498
 
@@ -20062,10 +16915,10 @@
 
14788
@@ -19810,10 +16620,10 @@
14499
14789
       if test -d "$1"; then
14500
14790
        test -d "$1/.";
14501
14791
       else
14508
14798
        ???[sx]*):;;*)false;;esac;fi
14509
14799
     '\'' sh
14510
14800
   '
14511
 
@@ -20080,13 +16933,19 @@
 
14801
@@ -19828,13 +16638,19 @@
14512
14802
 
14513
14803
 
14514
14804
 exec 6>&1
14524
14814
 # report actual input values of CONFIG_FILES etc. instead of their
14525
14815
 # values after options handling.
14526
14816
 ac_log="
14527
 
 This file was extended by GNOME Web Browser $as_me 2.28.0, which was
 
14817
 This file was extended by GNOME Web Browser $as_me 2.29.1, which was
14528
14818
-generated by GNU Autoconf 2.63.  Invocation command line was
14529
14819
+generated by GNU Autoconf 2.64.  Invocation command line was
14530
14820
 
14531
14821
   CONFIG_FILES    = $CONFIG_FILES
14532
14822
   CONFIG_HEADERS  = $CONFIG_HEADERS
14533
 
@@ -20118,10 +16977,11 @@
 
14823
@@ -19866,10 +16682,11 @@
14534
14824
 
14535
14825
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14536
14826
 ac_cs_usage="\
14545
14835
 
14546
14836
   -h, --help       print this help, then exit
14547
14837
   -V, --version    print version number and configuration settings, then exit
14548
 
@@ -20143,16 +17003,16 @@
 
14838
@@ -19891,16 +16708,16 @@
14549
14839
 Configuration commands:
14550
14840
 $config_commands
14551
14841
 
14555
14845
 _ACEOF
14556
14846
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14557
14847
 ac_cs_version="\\
14558
 
 GNOME Web Browser config.status 2.28.0
 
14848
 GNOME Web Browser config.status 2.29.1
14559
14849
-configured by $0, generated by GNU Autoconf 2.63,
14560
14850
+configured by $0, generated by GNU Autoconf 2.64,
14561
14851
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14565
14855
 This config.status script is free software; the Free Software Foundation
14566
14856
 gives unlimited permission to copy, distribute and modify it."
14567
14857
 
14568
 
@@ -20195,20 +17055,19 @@
 
14858
@@ -19943,20 +16760,19 @@
14569
14859
     case $ac_optarg in
14570
14860
     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14571
14861
     esac
14590
14880
   --help | --hel | -h )
14591
14881
     $as_echo "$ac_cs_usage"; exit ;;
14592
14882
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14593
 
@@ -20216,11 +17075,10 @@
 
14883
@@ -19964,11 +16780,10 @@
14594
14884
     ac_cs_silent=: ;;
14595
14885
 
14596
14886
   # This is an error.
14605
14895
      ac_need_defaults=false ;;
14606
14896
 
14607
14897
   esac
14608
 
@@ -20555,9 +17413,7 @@
 
14898
@@ -20303,9 +17118,7 @@
14609
14899
     "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
14610
14900
     "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
14611
14901
 
14616
14906
   esac
14617
14907
 done
14618
14908
 
14619
 
@@ -20584,7 +17440,7 @@
 
14909
@@ -20332,7 +17145,7 @@
14620
14910
   trap 'exit_status=$?
14621
14911
   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14622
14912
 ' 0
14625
14915
 }
14626
14916
 # Create a (secure) tmp directory for tmp files.
14627
14917
 
14628
 
@@ -20595,11 +17451,7 @@
 
14918
@@ -20343,11 +17156,7 @@
14629
14919
 {
14630
14920
   tmp=./conf$$-$RANDOM
14631
14921
   (umask 077 && mkdir "$tmp")
14638
14928
 
14639
14929
 # Set up the scripts for CONFIG_FILES section.
14640
14930
 # No need to generate them if there are no CONFIG_FILES.
14641
 
@@ -20607,10 +17459,16 @@
 
14931
@@ -20355,10 +17164,16 @@
14642
14932
 if test -n "$CONFIG_FILES"; then
14643
14933
 
14644
14934
 
14657
14947
 else
14658
14948
   ac_cs_awk_cr=$ac_cr
14659
14949
 fi
14660
 
@@ -20624,24 +17482,18 @@
 
14950
@@ -20372,24 +17187,18 @@
14661
14951
   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14662
14952
   echo "_ACEOF"
14663
14953
 } >conf$$subs.sh ||
14685
14975
   else
14686
14976
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14687
14977
   fi
14688
 
@@ -20730,9 +17582,7 @@
 
14978
@@ -20478,9 +17287,7 @@
14689
14979
 else
14690
14980
   cat
14691
14981
 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14696
14986
 _ACEOF
14697
14987
 
14698
14988
 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14699
 
@@ -20773,9 +17623,7 @@
 
14989
@@ -20521,9 +17328,7 @@
14700
14990
   if test -z "$ac_t"; then
14701
14991
     break
14702
14992
   elif $ac_last_try; then
14707
14997
   else
14708
14998
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14709
14999
   fi
14710
 
@@ -20860,9 +17708,7 @@
 
15000
@@ -20608,9 +17413,7 @@
14711
15001
 _ACAWK
14712
15002
 _ACEOF
14713
15003
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14718
15008
 fi # test -n "$CONFIG_HEADERS"
14719
15009
 
14720
15010
 
14721
 
@@ -20875,9 +17721,7 @@
 
15011
@@ -20623,9 +17426,7 @@
14722
15012
   esac
14723
15013
   case $ac_mode$ac_tag in
14724
15014
   :[FHL]*:*);;
14729
15019
   :[FH]-) ac_tag=-:-;;
14730
15020
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14731
15021
   esac
14732
 
@@ -20905,12 +17749,10 @@
 
15022
@@ -20653,12 +17454,10 @@
14733
15023
           [\\/$]*) false;;
14734
15024
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14735
15025
           esac ||
14744
15034
     done
14745
15035
 
14746
15036
     # Let's still pretend it is `configure' which instantiates (i.e., don't
14747
 
@@ -20921,7 +17763,7 @@
 
15037
@@ -20669,7 +17468,7 @@
14748
15038
        `' by configure.'
14749
15039
     if test x"$ac_file" != x-; then
14750
15040
       configure_input="$ac_file.  $configure_input"
14753
15043
 $as_echo "$as_me: creating $ac_file" >&6;}
14754
15044
     fi
14755
15045
     # Neutralize special characters interpreted by sed in replacement strings.
14756
 
@@ -20934,9 +17776,7 @@
 
15046
@@ -20682,9 +17481,7 @@
14757
15047
 
14758
15048
     case $ac_tag in
14759
15049
     *:-:* | *:-) cat >"$tmp/stdin" \
14764
15054
     esac
14765
15055
     ;;
14766
15056
   esac
14767
 
@@ -20964,47 +17804,7 @@
 
15057
@@ -20712,47 +17509,7 @@
14768
15058
            q
14769
15059
          }
14770
15060
          s/.*/./; q'`
14813
15103
   ac_builddir=.
14814
15104
 
14815
15105
 case "$ac_dir" in
14816
 
@@ -21061,7 +17861,6 @@
 
15106
@@ -20809,7 +17566,6 @@
14817
15107
 # If the template does not know about datarootdir, expand it.
14818
15108
 # FIXME: This hack should be removed a few years after 2.60.
14819
15109
 ac_datarootdir_hack=; ac_datarootdir_seen=
14821
15111
 ac_sed_dataroot='
14822
15112
 /datarootdir/ {
14823
15113
   p
14824
 
@@ -21071,12 +17870,11 @@
 
15114
@@ -20819,12 +17575,11 @@
14825
15115
 /@docdir@/p
14826
15116
 /@infodir@/p
14827
15117
 /@localedir@/p
14836
15126
 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14837
15127
 _ACEOF
14838
15128
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14839
 
@@ -21086,7 +17884,7 @@
 
15129
@@ -20834,7 +17589,7 @@
14840
15130
   s&@infodir@&$infodir&g
14841
15131
   s&@localedir@&$localedir&g
14842
15132
   s&@mandir@&$mandir&g
14845
15135
 esac
14846
15136
 _ACEOF
14847
15137
 
14848
 
@@ -21115,14 +17913,12 @@
 
15138
@@ -20863,14 +17618,12 @@
14849
15139
 $ac_datarootdir_hack
14850
15140
 "
14851
15141
 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14862
15152
 which seems to be undefined.  Please make sure it is defined." >&5
14863
15153
 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14864
15154
 which seems to be undefined.  Please make sure it is defined." >&2;}
14865
 
@@ -21132,9 +17928,7 @@
 
15155
@@ -20880,9 +17633,7 @@
14866
15156
   -) cat "$tmp/out" && rm -f "$tmp/out";;
14867
15157
   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14868
15158
   esac \
14873
15163
  ;;
14874
15164
   :H)
14875
15165
   #
14876
 
@@ -21145,25 +17939,19 @@
 
15166
@@ -20893,25 +17644,19 @@
14877
15167
       $as_echo "/* $configure_input  */" \
14878
15168
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14879
15169
     } >"$tmp/config.h" \
14903
15193
   fi
14904
15194
 # Compute "$ac_file"'s index in $config_headers.
14905
15195
 _am_arg="$ac_file"
14906
 
@@ -21201,7 +17989,7 @@
 
15196
@@ -20949,7 +17694,7 @@
14907
15197
          s/.*/./; q'`/stamp-h$_am_stamp_count
14908
15198
  ;;
14909
15199
 
14912
15202
 $as_echo "$as_me: executing $ac_file commands" >&6;}
14913
15203
  ;;
14914
15204
   esac
14915
 
@@ -21296,47 +18084,7 @@
 
15205
@@ -21044,47 +17789,7 @@
14916
15206
            q
14917
15207
          }
14918
15208
          s/.*/./; q'`
14961
15251
       # echo "creating $dirpart/$file"
14962
15252
       echo '# dummy' > "$dirpart/$file"
14963
15253
     done
14964
 
@@ -21983,9 +18731,7 @@
 
15254
@@ -21730,10 +18435,8 @@
 
15255
         sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
14965
15256
       esac ;;
14966
15257
     "po/stamp-it":C)
14967
 
     if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" ; then
 
15258
-    if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" ; then
14968
15259
-       { { $as_echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
14969
15260
-$as_echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
14970
15261
-   { (exit 1); exit 1; }; }
 
15262
+    if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
14971
15263
+       as_fn_error "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
14972
15264
     fi
14973
15265
     rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
14974
15266
     >"po/stamp-it.tmp"
14975
 
@@ -22008,15 +18754,12 @@
 
15267
@@ -21756,15 +18459,12 @@
14976
15268
 done # for ac_tag
14977
15269
 
14978
15270
 
14990
15282
 
14991
15283
 
14992
15284
 # configure is writing to config.log, and then calls config.status.
14993
 
@@ -22037,10 +18780,10 @@
 
15285
@@ -21785,10 +18485,10 @@
14994
15286
   exec 5>>config.log
14995
15287
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14996
15288
   # would make configure fail if this is the last instruction.
15003
15295
 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15004
15296
 fi
15005
15297
 
15006
 
Index: epiphany-browser-2.28.0/lib/Makefile.in
15007
 
===================================================================
15008
 
--- epiphany-browser-2.28.0.orig/lib/Makefile.in        2009-09-24 18:15:07.380440552 -0300
15009
 
+++ epiphany-browser-2.28.0/lib/Makefile.in     2009-09-24 18:20:09.016939583 -0300
15010
 
@@ -336,6 +336,7 @@
15011
 
 PACKAGE_NAME = @PACKAGE_NAME@
15012
 
 PACKAGE_STRING = @PACKAGE_STRING@
15013
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
15014
 
+PACKAGE_URL = @PACKAGE_URL@
15015
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
15016
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
15017
 
 PKG_CONFIG = @PKG_CONFIG@
15018
 
@@ -467,7 +468,7 @@
 
15298
Index: epiphany-browser-2.29.1/data/art/Makefile.in
 
15299
===================================================================
 
15300
--- epiphany-browser-2.29.1.orig/data/art/Makefile.in   2009-10-26 17:15:28.000000000 -0200
 
15301
+++ epiphany-browser-2.29.1/data/art/Makefile.in        2009-10-30 10:55:31.468302394 -0200
 
15302
@@ -142,8 +142,6 @@
 
15303
 GMSGFMT = @GMSGFMT@
 
15304
 GREP = @GREP@
 
15305
 GTKDOC_CHECK = @GTKDOC_CHECK@
 
15306
-GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
15307
-GTKDOC_REBASE = @GTKDOC_REBASE@
 
15308
 G_IR_COMPILER = @G_IR_COMPILER@
 
15309
 G_IR_GENERATE = @G_IR_GENERATE@
 
15310
 G_IR_SCANNER = @G_IR_SCANNER@
 
15311
@@ -156,29 +154,10 @@
 
15312
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
15313
 INSTOBJEXT = @INSTOBJEXT@
 
15314
 INTLLIBS = @INTLLIBS@
 
15315
-INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
15316
-INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
15317
-INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
15318
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
15319
-INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
15320
-INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
15321
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
15322
-INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
15323
 INTLTOOL_PERL = @INTLTOOL_PERL@
 
15324
-INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
15325
-INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
15326
-INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
15327
-INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
15328
-INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
15329
-INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
15330
-INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
15331
-INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
15332
-INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
15333
-INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
15334
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
15335
-INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
15336
-INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
15337
-INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
15338
 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
15339
 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
15340
 LD = @LD@
 
15341
@@ -213,6 +192,7 @@
 
15342
 PACKAGE_NAME = @PACKAGE_NAME@
 
15343
 PACKAGE_STRING = @PACKAGE_STRING@
 
15344
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
15345
+PACKAGE_URL = @PACKAGE_URL@
 
15346
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
15347
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
15348
 PKG_CONFIG = @PKG_CONFIG@
 
15349
Index: epiphany-browser-2.29.1/data/glade/Makefile.in
 
15350
===================================================================
 
15351
--- epiphany-browser-2.29.1.orig/data/glade/Makefile.in 2009-10-26 17:33:18.000000000 -0200
 
15352
+++ epiphany-browser-2.29.1/data/glade/Makefile.in      2009-10-30 10:55:31.540298438 -0200
 
15353
@@ -142,8 +142,6 @@
 
15354
 GMSGFMT = @GMSGFMT@
 
15355
 GREP = @GREP@
 
15356
 GTKDOC_CHECK = @GTKDOC_CHECK@
 
15357
-GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
15358
-GTKDOC_REBASE = @GTKDOC_REBASE@
 
15359
 G_IR_COMPILER = @G_IR_COMPILER@
 
15360
 G_IR_GENERATE = @G_IR_GENERATE@
 
15361
 G_IR_SCANNER = @G_IR_SCANNER@
 
15362
@@ -156,29 +154,10 @@
 
15363
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
15364
 INSTOBJEXT = @INSTOBJEXT@
 
15365
 INTLLIBS = @INTLLIBS@
 
15366
-INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
15367
-INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
15368
-INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
15369
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
15370
-INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
15371
-INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
15372
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
15373
-INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
15374
 INTLTOOL_PERL = @INTLTOOL_PERL@
 
15375
-INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
15376
-INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
15377
-INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
15378
-INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
15379
-INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
15380
-INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
15381
-INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
15382
-INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
15383
-INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
15384
-INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
15385
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
15386
-INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
15387
-INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
15388
-INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
15389
 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
15390
 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
15391
 LD = @LD@
 
15392
@@ -213,6 +192,7 @@
 
15393
 PACKAGE_NAME = @PACKAGE_NAME@
 
15394
 PACKAGE_STRING = @PACKAGE_STRING@
 
15395
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
15396
+PACKAGE_URL = @PACKAGE_URL@
 
15397
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
15398
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
15399
 PKG_CONFIG = @PKG_CONFIG@
 
15400
Index: epiphany-browser-2.29.1/data/icons/Makefile.in
 
15401
===================================================================
 
15402
--- epiphany-browser-2.29.1.orig/data/icons/Makefile.in 2009-10-26 17:15:29.000000000 -0200
 
15403
+++ epiphany-browser-2.29.1/data/icons/Makefile.in      2009-10-30 10:55:31.616298083 -0200
 
15404
@@ -120,8 +120,6 @@
 
15405
 GMSGFMT = @GMSGFMT@
 
15406
 GREP = @GREP@
 
15407
 GTKDOC_CHECK = @GTKDOC_CHECK@
 
15408
-GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
15409
-GTKDOC_REBASE = @GTKDOC_REBASE@
 
15410
 G_IR_COMPILER = @G_IR_COMPILER@
 
15411
 G_IR_GENERATE = @G_IR_GENERATE@
 
15412
 G_IR_SCANNER = @G_IR_SCANNER@
 
15413
@@ -134,29 +132,10 @@
 
15414
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
15415
 INSTOBJEXT = @INSTOBJEXT@
 
15416
 INTLLIBS = @INTLLIBS@
 
15417
-INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
15418
-INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
15419
-INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
15420
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
15421
-INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
15422
-INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
15423
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
15424
-INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
15425
 INTLTOOL_PERL = @INTLTOOL_PERL@
 
15426
-INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
15427
-INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
15428
-INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
15429
-INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
15430
-INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
15431
-INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
15432
-INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
15433
-INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
15434
-INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
15435
-INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
15436
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
15437
-INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
15438
-INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
15439
-INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
15440
 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
15441
 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
15442
 LD = @LD@
 
15443
@@ -191,6 +170,7 @@
 
15444
 PACKAGE_NAME = @PACKAGE_NAME@
 
15445
 PACKAGE_STRING = @PACKAGE_STRING@
 
15446
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
15447
+PACKAGE_URL = @PACKAGE_URL@
 
15448
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
15449
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
15450
 PKG_CONFIG = @PKG_CONFIG@
 
15451
Index: epiphany-browser-2.29.1/data/Makefile.in
 
15452
===================================================================
 
15453
--- epiphany-browser-2.29.1.orig/data/Makefile.in       2009-10-26 17:15:28.000000000 -0200
 
15454
+++ epiphany-browser-2.29.1/data/Makefile.in    2009-10-30 10:55:31.392298692 -0200
 
15455
@@ -192,8 +192,6 @@
 
15456
 GMSGFMT = @GMSGFMT@
 
15457
 GREP = @GREP@
 
15458
 GTKDOC_CHECK = @GTKDOC_CHECK@
 
15459
-GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
15460
-GTKDOC_REBASE = @GTKDOC_REBASE@
 
15461
 G_IR_COMPILER = @G_IR_COMPILER@
 
15462
 G_IR_GENERATE = @G_IR_GENERATE@
 
15463
 G_IR_SCANNER = @G_IR_SCANNER@
 
15464
@@ -206,29 +204,10 @@
 
15465
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
15466
 INSTOBJEXT = @INSTOBJEXT@
 
15467
 INTLLIBS = @INTLLIBS@
 
15468
-INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
15469
-INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
15470
-INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
15471
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
15472
-INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
15473
-INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
15474
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
15475
-INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
15476
 INTLTOOL_PERL = @INTLTOOL_PERL@
 
15477
-INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
15478
-INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
15479
-INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
15480
-INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
15481
-INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
15482
-INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
15483
-INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
15484
-INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
15485
-INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
15486
-INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
15487
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
15488
-INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
15489
-INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
15490
-INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
15491
 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
15492
 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
15493
 LD = @LD@
 
15494
@@ -263,6 +242,7 @@
 
15495
 PACKAGE_NAME = @PACKAGE_NAME@
 
15496
 PACKAGE_STRING = @PACKAGE_STRING@
 
15497
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
15498
+PACKAGE_URL = @PACKAGE_URL@
 
15499
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
15500
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
15501
 PKG_CONFIG = @PKG_CONFIG@
 
15502
Index: epiphany-browser-2.29.1/data/ui/Makefile.in
 
15503
===================================================================
 
15504
--- epiphany-browser-2.29.1.orig/data/ui/Makefile.in    2009-10-26 17:15:29.000000000 -0200
 
15505
+++ epiphany-browser-2.29.1/data/ui/Makefile.in 2009-10-30 10:55:31.688298027 -0200
 
15506
@@ -142,8 +142,6 @@
 
15507
 GMSGFMT = @GMSGFMT@
 
15508
 GREP = @GREP@
 
15509
 GTKDOC_CHECK = @GTKDOC_CHECK@
 
15510
-GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
15511
-GTKDOC_REBASE = @GTKDOC_REBASE@
 
15512
 G_IR_COMPILER = @G_IR_COMPILER@
 
15513
 G_IR_GENERATE = @G_IR_GENERATE@
 
15514
 G_IR_SCANNER = @G_IR_SCANNER@
 
15515
@@ -156,29 +154,10 @@
 
15516
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
15517
 INSTOBJEXT = @INSTOBJEXT@
 
15518
 INTLLIBS = @INTLLIBS@
 
15519
-INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
15520
-INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
15521
-INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
15522
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
15523
-INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
15524
-INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
15525
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
15526
-INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
15527
 INTLTOOL_PERL = @INTLTOOL_PERL@
 
15528
-INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
15529
-INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
15530
-INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
15531
-INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
15532
-INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
15533
-INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
15534
-INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
15535
-INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
15536
-INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
15537
-INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
15538
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
15539
-INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
15540
-INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
15541
-INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
15542
 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
15543
 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
15544
 LD = @LD@
 
15545
@@ -213,6 +192,7 @@
 
15546
 PACKAGE_NAME = @PACKAGE_NAME@
 
15547
 PACKAGE_STRING = @PACKAGE_STRING@
 
15548
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
15549
+PACKAGE_URL = @PACKAGE_URL@
 
15550
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
15551
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
15552
 PKG_CONFIG = @PKG_CONFIG@
 
15553
Index: epiphany-browser-2.29.1/doc/Makefile.in
 
15554
===================================================================
 
15555
--- epiphany-browser-2.29.1.orig/doc/Makefile.in        2009-10-26 17:15:29.000000000 -0200
 
15556
+++ epiphany-browser-2.29.1/doc/Makefile.in     2009-10-30 10:55:31.768298129 -0200
 
15557
@@ -183,8 +183,6 @@
 
15558
 GMSGFMT = @GMSGFMT@
 
15559
 GREP = @GREP@
 
15560
 GTKDOC_CHECK = @GTKDOC_CHECK@
 
15561
-GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
15562
-GTKDOC_REBASE = @GTKDOC_REBASE@
 
15563
 G_IR_COMPILER = @G_IR_COMPILER@
 
15564
 G_IR_GENERATE = @G_IR_GENERATE@
 
15565
 G_IR_SCANNER = @G_IR_SCANNER@
 
15566
@@ -197,29 +195,10 @@
 
15567
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
15568
 INSTOBJEXT = @INSTOBJEXT@
 
15569
 INTLLIBS = @INTLLIBS@
 
15570
-INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
15571
-INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
15572
-INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
15573
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
15574
-INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
15575
-INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
15576
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
15577
-INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
15578
 INTLTOOL_PERL = @INTLTOOL_PERL@
 
15579
-INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
15580
-INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
15581
-INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
15582
-INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
15583
-INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
15584
-INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
15585
-INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
15586
-INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
15587
-INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
15588
-INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
15589
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
15590
-INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
15591
-INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
15592
-INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
15593
 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
15594
 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
15595
 LD = @LD@
 
15596
@@ -254,6 +233,7 @@
 
15597
 PACKAGE_NAME = @PACKAGE_NAME@
 
15598
 PACKAGE_STRING = @PACKAGE_STRING@
 
15599
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
15600
+PACKAGE_URL = @PACKAGE_URL@
 
15601
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
15602
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
15603
 PKG_CONFIG = @PKG_CONFIG@
 
15604
Index: epiphany-browser-2.29.1/doc/reference/Makefile.in
 
15605
===================================================================
 
15606
--- epiphany-browser-2.29.1.orig/doc/reference/Makefile.in      2009-10-26 17:15:29.000000000 -0200
 
15607
+++ epiphany-browser-2.29.1/doc/reference/Makefile.in   2009-10-30 10:55:31.856299587 -0200
 
15608
@@ -121,8 +121,6 @@
 
15609
 GMSGFMT = @GMSGFMT@
 
15610
 GREP = @GREP@
 
15611
 GTKDOC_CHECK = @GTKDOC_CHECK@
 
15612
-GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
15613
-GTKDOC_REBASE = @GTKDOC_REBASE@
 
15614
 G_IR_COMPILER = @G_IR_COMPILER@
 
15615
 G_IR_GENERATE = @G_IR_GENERATE@
 
15616
 G_IR_SCANNER = @G_IR_SCANNER@
 
15617
@@ -135,29 +133,10 @@
 
15618
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
15619
 INSTOBJEXT = @INSTOBJEXT@
 
15620
 INTLLIBS = @INTLLIBS@
 
15621
-INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
15622
-INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
15623
-INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
15624
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
15625
-INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
15626
-INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
15627
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
15628
-INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
15629
 INTLTOOL_PERL = @INTLTOOL_PERL@
 
15630
-INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
15631
-INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
15632
-INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
15633
-INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
15634
-INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
15635
-INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
15636
-INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
15637
-INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
15638
-INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
15639
-INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
15640
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
15641
-INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
15642
-INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
15643
-INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
15644
 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
15645
 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
15646
 LD = @LD@
 
15647
@@ -192,6 +171,7 @@
 
15648
 PACKAGE_NAME = @PACKAGE_NAME@
 
15649
 PACKAGE_STRING = @PACKAGE_STRING@
 
15650
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
15651
+PACKAGE_URL = @PACKAGE_URL@
 
15652
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
15653
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
15654
 PKG_CONFIG = @PKG_CONFIG@
 
15655
Index: epiphany-browser-2.29.1/embed/Makefile.in
 
15656
===================================================================
 
15657
--- epiphany-browser-2.29.1.orig/embed/Makefile.in      2009-10-26 17:15:29.000000000 -0200
 
15658
+++ epiphany-browser-2.29.1/embed/Makefile.in   2009-10-30 10:55:32.064298943 -0200
 
15659
@@ -197,8 +197,6 @@
 
15660
 GMSGFMT = @GMSGFMT@
 
15661
 GREP = @GREP@
 
15662
 GTKDOC_CHECK = @GTKDOC_CHECK@
 
15663
-GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
15664
-GTKDOC_REBASE = @GTKDOC_REBASE@
 
15665
 G_IR_COMPILER = @G_IR_COMPILER@
 
15666
 G_IR_GENERATE = @G_IR_GENERATE@
 
15667
 G_IR_SCANNER = @G_IR_SCANNER@
 
15668
@@ -211,29 +209,10 @@
 
15669
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
15670
 INSTOBJEXT = @INSTOBJEXT@
 
15671
 INTLLIBS = @INTLLIBS@
 
15672
-INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
15673
-INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
15674
-INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
15675
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
15676
-INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
15677
-INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
15678
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
15679
-INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
15680
 INTLTOOL_PERL = @INTLTOOL_PERL@
 
15681
-INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
15682
-INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
15683
-INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
15684
-INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
15685
-INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
15686
-INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
15687
-INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
15688
-INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
15689
-INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
15690
-INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
15691
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
15692
-INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
15693
-INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
15694
-INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
15695
 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
15696
 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
15697
 LD = @LD@
 
15698
@@ -268,6 +247,7 @@
 
15699
 PACKAGE_NAME = @PACKAGE_NAME@
 
15700
 PACKAGE_STRING = @PACKAGE_STRING@
 
15701
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
15702
+PACKAGE_URL = @PACKAGE_URL@
 
15703
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
15704
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
15705
 PKG_CONFIG = @PKG_CONFIG@
 
15706
Index: epiphany-browser-2.29.1/gnome-doc-utils.make
 
15707
===================================================================
 
15708
--- epiphany-browser-2.29.1.orig/gnome-doc-utils.make   2009-10-22 13:24:10.000000000 -0200
 
15709
+++ epiphany-browser-2.29.1/gnome-doc-utils.make        2009-10-30 10:55:17.332304166 -0200
 
15710
@@ -92,6 +92,14 @@
 
15711
 ## The name of the document being built
 
15712
 DOC_MODULE ?=
 
15713
 
 
15714
+## @ DOC_ID
 
15715
+## The unique identifier for a Mallard document
 
15716
+DOC_ID ?=
 
15717
+
 
15718
+## @ DOC_PAGES
 
15719
+## Page files in a Mallard document
 
15720
+DOC_PAGES ?=
 
15721
+
 
15722
 ## @ DOC_ENTITIES
 
15723
 ## Files included with a SYSTEM entity
 
15724
 DOC_ENTITIES ?=
 
15725
@@ -123,9 +131,11 @@
 
15726
 ## Variables for Bootstrapping
 
15727
 
 
15728
 _xml2po ?= `which xml2po`
 
15729
+_xml2po_mode = $(if $(DOC_ID),mallard,docbook)
 
15730
 
 
15731
 _db2html ?= `$(PKG_CONFIG) --variable db2html gnome-doc-utils`
 
15732
 _db2omf  ?= `$(PKG_CONFIG) --variable db2omf gnome-doc-utils`
 
15733
+_malrng  ?= `$(PKG_CONFIG) --variable malrng gnome-doc-utils`
 
15734
 _chunks  ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/chunks.xsl
 
15735
 _credits ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/credits.xsl
 
15736
 _ids ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/ids.xsl
 
15737
@@ -205,6 +215,10 @@
 
15738
 ## The top-level documentation file in the C locale
 
15739
 _DOC_C_MODULE = $(if $(DOC_MODULE),C/$(DOC_MODULE).xml)
 
15740
 
 
15741
+## @ _DOC_C_PAGES
 
15742
+## Page files in a Mallard document in the C locale
 
15743
+_DOC_C_PAGES = $(foreach page,$(DOC_PAGES),C/$(page))
 
15744
+
 
15745
 ## @ _DOC_C_ENTITIES
 
15746
 ## Files included with a SYSTEM entity in the C locale
 
15747
 _DOC_C_ENTITIES = $(foreach ent,$(DOC_ENTITIES),C/$(ent))
 
15748
@@ -217,13 +231,14 @@
 
15749
 ## All documentation files in the C locale
 
15750
 _DOC_C_DOCS =                                                          \
 
15751
        $(_DOC_C_ENTITIES)      $(_DOC_C_INCLUDES)                      \
 
15752
-       $(_DOC_C_MODULE)
 
15753
+       $(_DOC_C_PAGES)         $(_DOC_C_MODULE)
 
15754
 
 
15755
 ## @ _DOC_C_DOCS_NOENT
 
15756
 ## All documentation files in the C locale,
 
15757
 ## except files included with a SYSTEM entity
 
15758
 _DOC_C_DOCS_NOENT =                                                    \
 
15759
-       $(_DOC_C_MODULE)        $(_DOC_C_INCLUDES)
 
15760
+       $(_DOC_C_MODULE)        $(_DOC_C_INCLUDES)                      \
 
15761
+       $(_DOC_C_PAGES)
 
15762
 
 
15763
 ## @ _DOC_C_FIGURES
 
15764
 ## All figures and other external data in the C locale
 
15765
@@ -245,7 +260,7 @@
 
15766
 
 
15767
 ## @ _DOC_POFILES
 
15768
 ## The .po files used for translating the document
 
15769
-_DOC_POFILES = $(if $(DOC_MODULE),                                             \
 
15770
+_DOC_POFILES = $(if $(DOC_MODULE)$(DOC_ID),                                    \
 
15771
        $(foreach lc,$(_DOC_REAL_LINGUAS),$(lc)/$(lc).po))
 
15772
 
 
15773
 .PHONY: po
 
15774
@@ -256,6 +271,12 @@
 
15775
 _DOC_LC_MODULES = $(if $(DOC_MODULE),                                          \
 
15776
        $(foreach lc,$(_DOC_REAL_LINGUAS),$(lc)/$(DOC_MODULE).xml))
 
15777
 
 
15778
+## @ _DOC_LC_PAGES
 
15779
+## Page files in a Mallard document in all other locales
 
15780
+_DOC_LC_PAGES =                                                                        \
 
15781
+       $(foreach lc,$(_DOC_REAL_LINGUAS),$(foreach page,$(_DOC_C_PAGES),       \
 
15782
+               $(lc)/$(notdir $(page)) ))
 
15783
+
 
15784
 ## @ _DOC_LC_XINCLUDES
 
15785
 ## Files included with XInclude in all other locales
 
15786
 _DOC_LC_INCLUDES =                                                             \
 
15787
@@ -272,7 +293,7 @@
 
15788
 ## @ _DOC_LC_DOCS
 
15789
 ## All documentation files in all other locales
 
15790
 _DOC_LC_DOCS =                                                                 \
 
15791
-       $(_DOC_LC_MODULES)      $(_DOC_LC_INCLUDES)                             \
 
15792
+       $(_DOC_LC_MODULES)      $(_DOC_LC_INCLUDES)     $(_DOC_LC_PAGES)        \
 
15793
        $(if $(filter html HTML,$(_DOC_REAL_FORMATS)),$(_DOC_LC_HTML))
 
15794
 
 
15795
 ## @ _DOC_LC_FIGURES
 
15796
@@ -299,16 +320,16 @@
 
15797
        done; \
 
15798
        if ! test -f $@; then \
 
15799
          echo "(cd $(dir $@) && \
 
15800
-           $(_xml2po) -e $$docs > $(notdir $@).tmp && \
 
15801
+           $(_xml2po) -m $(_xml2po_mode) -e $$docs > $(notdir $@).tmp && \
 
15802
            cp $(notdir $@).tmp $(notdir $@) && rm -f $(notdir $@).tmp)"; \
 
15803
          (cd $(dir $@) && \
 
15804
-           $(_xml2po) -e $$docs > $(notdir $@).tmp && \
 
15805
+           $(_xml2po) -m $(_xml2po_mode) -e $$docs > $(notdir $@).tmp && \
 
15806
            cp $(notdir $@).tmp $(notdir $@) && rm -f $(notdir $@).tmp); \
 
15807
        else \
 
15808
          echo "(cd $(dir $@) && \
 
15809
-           $(_xml2po) -e -u $(notdir $@) $$docs)"; \
 
15810
+           $(_xml2po) -m $(_xml2po_mode) -e -u $(notdir $@) $$docs)"; \
 
15811
          (cd $(dir $@) && \
 
15812
-           $(_xml2po) -e -u $(notdir $@) $$docs); \
 
15813
+           $(_xml2po) -m $(_xml2po_mode) -e -u $(notdir $@) $$docs); \
 
15814
        fi
 
15815
 
 
15816
 # FIXME: fix the dependancy
 
15817
@@ -317,9 +338,10 @@
 
15818
 $(_DOC_LC_DOCS) : $(_DOC_C_DOCS)
 
15819
        if ! test -d $(dir $@); then mkdir $(dir $@); fi
 
15820
        if [ -f "C/$(notdir $@)" ]; then d="../"; else d="$(_DOC_ABS_SRCDIR)/"; fi; \
 
15821
+       po="$(dir $@)$(patsubst %/$(notdir $@),%,$@).po"; \
 
15822
+       if [ -f "$${po}" ]; then po="../$${po}"; else po="$(_DOC_ABS_SRCDIR)/$${po}"; fi; \
 
15823
        (cd $(dir $@) && \
 
15824
-         $(_xml2po) -e -p \
 
15825
-           "$${d}$(dir $@)$(patsubst %/$(notdir $@),%,$@).po" \
 
15826
+         $(_xml2po) -m $(_xml2po_mode) -e -p "$${po}" \
 
15827
            "$${d}C/$(notdir $@)" > $(notdir $@).tmp && \
 
15828
            cp $(notdir $@).tmp $(notdir $@) && rm -f $(notdir $@).tmp)
 
15829
 
 
15830
@@ -329,7 +351,7 @@
 
15831
 .PHONY: pot
 
15832
 pot: $(_DOC_POT)
 
15833
 $(_DOC_POT): $(_DOC_C_DOCS_NOENT)
 
15834
-       $(_xml2po) -e -o $@ $^
 
15835
+       $(_xml2po) -m $(_xml2po_mode) -e -o $@ $^
 
15836
 
 
15837
 
 
15838
 ################################################################################
 
15839
@@ -347,6 +369,7 @@
 
15840
 
 
15841
 
 
15842
 ################################################################################
 
15843
+## All
 
15844
 
 
15845
 all:                                                   \
 
15846
        $(_DOC_C_DOCS)          $(_DOC_LC_DOCS)         \
 
15847
@@ -354,6 +377,9 @@
 
15848
        $(_DOC_HTML_ALL)        $(_DOC_POFILES)
 
15849
 
 
15850
 
 
15851
+################################################################################
 
15852
+## Clean
 
15853
+
 
15854
 .PHONY: clean-doc-omf clean-doc-dsk clean-doc-lc clean-doc-dir
 
15855
 
 
15856
 clean-doc-omf: ; rm -f $(_DOC_OMF_DB) $(_DOC_OMF_HTML)
 
15857
@@ -372,7 +398,7 @@
 
15858
            rm -f "$$lc/.xml2po.mo"; \
 
15859
          fi; \
 
15860
        done
 
15861
-clean-doc-dir:
 
15862
+clean-doc-dir: clean-doc-lc
 
15863
        @for lc in C $(_DOC_REAL_LINGUAS); do \
 
15864
          for dir in `find $$lc -depth -type d`; do \
 
15865
            if ! test $$dir -ef $(srcdir)/$$dir; then \
 
15866
@@ -385,7 +411,7 @@
 
15867
 _clean_omf = $(if $(_DOC_OMF_IN),clean-doc-omf)
 
15868
 _clean_dsk = $(if $(_DOC_DSK_IN),clean-doc-dsk)
 
15869
 _clean_lc  = $(if $(_DOC_REAL_LINGUAS),clean-doc-lc)
 
15870
-_clean_dir = $(if $(DOC_MODULE),clean-doc-dir)
 
15871
+_clean_dir = $(if $(DOC_MODULE)$(DOC_ID),clean-doc-dir)
 
15872
 
 
15873
 clean-local:                                           \
 
15874
        $(_clean_omf)           $(_clean_dsk)           \
 
15875
@@ -401,10 +427,14 @@
 
15876
        $(_clean_lc)            $(_clean_dir)
 
15877
 
 
15878
 
 
15879
-.PHONY: dist-doc-docs dist-doc-figs dist-doc-omf dist-doc-dsk
 
15880
-doc-dist-hook:                                         \
 
15881
-       $(if $(DOC_MODULE),dist-doc-docs)       \
 
15882
-       $(if $(_DOC_C_FIGURES),dist-doc-figs)   \
 
15883
+
 
15884
+################################################################################
 
15885
+## Dist
 
15886
+
 
15887
+.PHONY: dist-doc-docs dist-doc-pages dist-doc-figs dist-doc-omf dist-doc-dsk
 
15888
+doc-dist-hook:                                                 \
 
15889
+       $(if $(DOC_MODULE)$(DOC_ID),dist-doc-docs)      \
 
15890
+       $(if $(_DOC_C_FIGURES),dist-doc-figs)           \
 
15891
        $(if $(_DOC_OMF_IN),dist-doc-omf)
 
15892
 #      $(if $(_DOC_DSK_IN),dist-doc-dsk)
 
15893
 
 
15894
@@ -451,9 +481,14 @@
 
15895
        $(INSTALL_DATA) "$$d$(_DOC_DSK_IN)" "$(distdir)/$(notdir $(_DOC_DSK_IN))"
 
15896
 
 
15897
 
 
15898
+
 
15899
+################################################################################
 
15900
+## Check
 
15901
+
 
15902
 .PHONY: check-doc-docs check-doc-omf
 
15903
 check:                                                 \
 
15904
        $(if $(DOC_MODULE),check-doc-docs)              \
 
15905
+       $(if $(DOC_ID),check-doc-pages)                 \
 
15906
        $(if $(_DOC_OMF_IN),check-doc-omf)
 
15907
 
 
15908
 check-doc-docs: $(_DOC_C_DOCS) $(_DOC_LC_DOCS)
 
15909
@@ -469,6 +504,21 @@
 
15910
          xmllint --noout --noent --path "$$xmlpath" --xinclude --postvalid "$$d$$lc/$(DOC_MODULE).xml"; \
 
15911
        done
 
15912
 
 
15913
+check-doc-pages: $(_DOC_C_PAGES) $(_DOC_LC_PAGES)
 
15914
+       for lc in C $(_DOC_REAL_LINGUAS); do \
 
15915
+         if test -f "$$lc"; \
 
15916
+           then d=; \
 
15917
+           xmlpath="$$lc"; \
 
15918
+         else \
 
15919
+           d="$(srcdir)/"; \
 
15920
+           xmlpath="$$lc:$(srcdir)/$$lc"; \
 
15921
+         fi; \
 
15922
+         for page in $(DOC_PAGES); do \
 
15923
+           echo "xmllint --noout --noent --path $$xmlpath --xinclude --relaxng $(_malrng) $$d$$lc/$$page"; \
 
15924
+           xmllint --noout --noent --path "$$xmlpath" --xinclude --relaxng "$(_malrng)" "$$d$$lc/$$page"; \
 
15925
+         done; \
 
15926
+       done
 
15927
+
 
15928
 check-doc-omf: $(_DOC_OMF_ALL)
 
15929
        @list='$(_DOC_OMF_ALL)'; for omf in $$list; do \
 
15930
          echo "xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' $$omf"; \
 
15931
@@ -476,9 +526,16 @@
 
15932
        done
 
15933
 
 
15934
 
 
15935
+
 
15936
+################################################################################
 
15937
+## Install
 
15938
+
 
15939
 .PHONY: install-doc-docs install-doc-html install-doc-figs install-doc-omf install-doc-dsk
 
15940
+
 
15941
+_doc_install_dir = $(if $(DOC_ID),$(DOC_ID),$(DOC_MODULE))
 
15942
+
 
15943
 install-data-local:                                    \
 
15944
-       $(if $(DOC_MODULE),install-doc-docs)            \
 
15945
+       $(if $(DOC_MODULE)$(DOC_ID),install-doc-docs)   \
 
15946
        $(if $(_DOC_HTML_ALL),install-doc-html)         \
 
15947
        $(if $(_DOC_C_FIGURES),install-doc-figs)        \
 
15948
        $(if $(_DOC_OMF_IN),install-doc-omf)
 
15949
@@ -486,42 +543,46 @@
 
15950
 
 
15951
 install-doc-docs:
 
15952
        @for lc in C $(_DOC_REAL_LINGUAS); do \
 
15953
-         echo "$(mkinstalldirs) $(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$lc"; \
 
15954
-         $(mkinstalldirs) $(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$lc; \
 
15955
+         echo "$(mkinstalldirs) $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$lc"; \
 
15956
+         $(mkinstalldirs) $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$lc; \
 
15957
        done
 
15958
        @list='$(_DOC_C_DOCS) $(_DOC_LC_DOCS)'; for doc in $$list; do \
 
15959
          if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
 
15960
          docdir="$$lc/"`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
 
15961
-         docdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$docdir"; \
 
15962
+         docdir="$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$docdir"; \
 
15963
          if ! test -d "$$docdir"; then \
 
15964
            echo "$(mkinstalldirs) $$docdir"; \
 
15965
            $(mkinstalldirs) "$$docdir"; \
 
15966
          fi; \
 
15967
-         echo "$(INSTALL_DATA) $$d$$doc $(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$doc"; \
 
15968
-         $(INSTALL_DATA) $$d$$doc $(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$doc; \
 
15969
+         echo "$(INSTALL_DATA) $$d$$doc $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$doc"; \
 
15970
+         $(INSTALL_DATA) $$d$$doc $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$doc; \
 
15971
        done
 
15972
 
 
15973
 install-doc-figs:
 
15974
        @list='$(patsubst C/%,%,$(_DOC_C_FIGURES))'; for fig in $$list; do \
 
15975
          for lc in C $(_DOC_REAL_LINGUAS); do \
 
15976
+           figsymlink=false; \
 
15977
            if test -f "$$lc/$$fig"; then \
 
15978
              figfile="$$lc/$$fig"; \
 
15979
            elif test -f "$(srcdir)/$$lc/$$fig"; then \
 
15980
              figfile="$(srcdir)/$$lc/$$fig"; \
 
15981
-           elif test -f "C/$$fig"; then \
 
15982
-             figfile="C/$$fig"; \
 
15983
            else \
 
15984
-             figfile="$(srcdir)/C/$$fig"; \
 
15985
+             figsymlink=true; \
 
15986
            fi; \
 
15987
            figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
 
15988
-           figdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$figdir"; \
 
15989
+           figdir="$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$figdir"; \
 
15990
            if ! test -d "$$figdir"; then \
 
15991
              echo "$(mkinstalldirs) $$figdir"; \
 
15992
              $(mkinstalldirs) "$$figdir"; \
 
15993
            fi; \
 
15994
            figbase=`echo $$fig | sed -e 's/^.*\///'`; \
 
15995
-           echo "$(INSTALL_DATA) $$figfile $$figdir$$figbase"; \
 
15996
-           $(INSTALL_DATA) "$$figfile" "$$figdir$$figbase"; \
 
15997
+           if $$figsymlink; then \
 
15998
+             echo "cd $$figdir && $(LN_S) -f ../../C/$$fig $$figbase"; \
 
15999
+             ( cd "$$figdir" && $(LN_S) -f "../../C/$$fig" "$$figbase" ); \
 
16000
+           else \
 
16001
+             echo "$(INSTALL_DATA) $$figfile $$figdir$$figbase"; \
 
16002
+             $(INSTALL_DATA) "$$figfile" "$$figdir$$figbase"; \
 
16003
+           fi; \
 
16004
          done; \
 
16005
        done
 
16006
 
 
16007
@@ -529,23 +590,27 @@
 
16008
        echo install-html
 
16009
 
 
16010
 install-doc-omf:
 
16011
-       $(mkinstalldirs) $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)
 
16012
+       $(mkinstalldirs) $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)
 
16013
        @list='$(_DOC_OMF_ALL)'; for omf in $$list; do \
 
16014
-         echo "$(INSTALL_DATA) $$omf $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf"; \
 
16015
-         $(INSTALL_DATA) $$omf $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf; \
 
16016
+         echo "$(INSTALL_DATA) $$omf $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
 
16017
+         $(INSTALL_DATA) $$omf $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf; \
 
16018
        done
 
16019
        @if test "x$(_ENABLE_SK)" = "xtrue"; then \
 
16020
-         echo "scrollkeeper-update -p $(DESTDIR)$(_sklocalstatedir) -o $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)"; \
 
16021
-         scrollkeeper-update -p "$(DESTDIR)$(_sklocalstatedir)" -o "$(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)"; \
 
16022
+         echo "scrollkeeper-update -p $(DESTDIR)$(_sklocalstatedir) -o $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)"; \
 
16023
+         scrollkeeper-update -p "$(DESTDIR)$(_sklocalstatedir)" -o "$(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)"; \
 
16024
        fi;
 
16025
 
 
16026
 install-doc-dsk:
 
16027
        echo install-dsk
 
16028
 
 
16029
 
 
16030
+
 
16031
+################################################################################
 
16032
+## Uninstall
 
16033
+
 
16034
 .PHONY: uninstall-doc-docs uninstall-doc-html uninstall-doc-figs uninstall-doc-omf uninstall-doc-dsk
 
16035
 uninstall-local:                                       \
 
16036
-       $(if $(DOC_MODULE),uninstall-doc-docs)          \
 
16037
+       $(if $(DOC_MODULE)$(DOC_ID),uninstall-doc-docs) \
 
16038
        $(if $(_DOC_HTML_ALL),uninstall-doc-html)       \
 
16039
        $(if $(_DOC_C_FIGURES),uninstall-doc-figs)      \
 
16040
        $(if $(_DOC_OMF_IN),uninstall-doc-omf)
 
16041
@@ -553,22 +618,22 @@
 
16042
 
 
16043
 uninstall-doc-docs:
 
16044
        @list='$(_DOC_C_DOCS) $(_DOC_LC_DOCS)'; for doc in $$list; do \
 
16045
-         echo " rm -f $(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$doc"; \
 
16046
-         rm -f "$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$doc"; \
 
16047
+         echo " rm -f $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$doc"; \
 
16048
+         rm -f "$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$doc"; \
 
16049
        done
 
16050
 
 
16051
 uninstall-doc-figs:
 
16052
        @list='$(_DOC_C_FIGURES) $(_DOC_LC_FIGURES)'; for fig in $$list; do \
 
16053
-         echo "rm -f $(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$fig"; \
 
16054
-         rm -f "$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$fig"; \
 
16055
+         echo "rm -f $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$fig"; \
 
16056
+         rm -f "$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$fig"; \
 
16057
        done;
 
16058
 
 
16059
 uninstall-doc-omf:
 
16060
        @list='$(_DOC_OMF_ALL)'; for omf in $$list; do \
 
16061
          if test "x$(_ENABLE_SK)" = "xtrue"; then \
 
16062
-           echo "scrollkeeper-uninstall -p $(_sklocalstatedir) $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf"; \
 
16063
-           scrollkeeper-uninstall -p "$(_sklocalstatedir)" "$(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf"; \
 
16064
+           echo "scrollkeeper-uninstall -p $(_sklocalstatedir) $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
 
16065
+           scrollkeeper-uninstall -p "$(_sklocalstatedir)" "$(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
 
16066
          fi; \
 
16067
-         echo "rm -f $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf"; \
 
16068
-         rm -f "$(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf"; \
 
16069
+         echo "rm -f $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
 
16070
+         rm -f "$(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
 
16071
        done
 
16072
Index: epiphany-browser-2.29.1/gtk-doc.make
 
16073
===================================================================
 
16074
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
 
16075
+++ epiphany-browser-2.29.1/gtk-doc.make        2009-10-30 10:55:17.332304166 -0200
 
16076
@@ -0,0 +1,196 @@
 
16077
+# -*- mode: makefile -*-
 
16078
+
 
16079
+####################################
 
16080
+# Everything below here is generic #
 
16081
+####################################
 
16082
+
 
16083
+if GTK_DOC_USE_LIBTOOL
 
16084
+GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
16085
+GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
 
16086
+GTKDOC_RUN = $(LIBTOOL) --mode=execute
 
16087
+else
 
16088
+GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
16089
+GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
 
16090
+GTKDOC_RUN = sh -c
 
16091
+endif
 
16092
+
 
16093
+# We set GPATH here; this gives us semantics for GNU make
 
16094
+# which are more like other make's VPATH, when it comes to
 
16095
+# whether a source that is a target of one rule is then
 
16096
+# searched for in VPATH/GPATH.
 
16097
+#
 
16098
+GPATH = $(srcdir)
 
16099
+
 
16100
+TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
 
16101
+
 
16102
+EXTRA_DIST =                           \
 
16103
+       $(content_files)                \
 
16104
+       $(HTML_IMAGES)                  \
 
16105
+       $(DOC_MAIN_SGML_FILE)           \
 
16106
+       $(DOC_MODULE)-sections.txt      \
 
16107
+       $(DOC_MODULE)-overrides.txt
 
16108
+
 
16109
+DOC_STAMPS=scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
 
16110
+          $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
 
16111
+
 
16112
+SCANOBJ_FILES =                 \
 
16113
+       $(DOC_MODULE).args       \
 
16114
+       $(DOC_MODULE).hierarchy  \
 
16115
+       $(DOC_MODULE).interfaces \
 
16116
+       $(DOC_MODULE).prerequisites \
 
16117
+       $(DOC_MODULE).signals
 
16118
+
 
16119
+REPORT_FILES = \
 
16120
+       $(DOC_MODULE)-undocumented.txt \
 
16121
+       $(DOC_MODULE)-undeclared.txt \
 
16122
+       $(DOC_MODULE)-unused.txt
 
16123
+
 
16124
+CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS)
 
16125
+
 
16126
+if ENABLE_GTK_DOC
 
16127
+all-local: html-build.stamp
 
16128
+else
 
16129
+all-local:
 
16130
+endif
 
16131
+
 
16132
+docs: html-build.stamp
 
16133
+
 
16134
+$(REPORT_FILES): sgml-build.stamp
 
16135
+
 
16136
+#### scan ####
 
16137
+
 
16138
+scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
 
16139
+       @echo 'gtk-doc: Scanning header files'
 
16140
+       @-chmod -R u+w $(srcdir)
 
16141
+       cd $(srcdir) && \
 
16142
+         gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
 
16143
+       if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
 
16144
+           CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
 
16145
+       else \
 
16146
+           cd $(srcdir) ; \
 
16147
+           for i in $(SCANOBJ_FILES) ; do \
 
16148
+               test -f $$i || touch $$i ; \
 
16149
+           done \
 
16150
+       fi
 
16151
+       touch scan-build.stamp
 
16152
+
 
16153
+$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
 
16154
+       @true
 
16155
+
 
16156
+#### templates ####
 
16157
+
 
16158
+tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
 
16159
+       @echo 'gtk-doc: Rebuilding template files'
 
16160
+       @-chmod -R u+w $(srcdir)
 
16161
+       cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
 
16162
+       touch tmpl-build.stamp
 
16163
+
 
16164
+tmpl.stamp: tmpl-build.stamp
 
16165
+       @true
 
16166
+
 
16167
+tmpl/*.sgml:
 
16168
+       @true
 
16169
+
 
16170
+
 
16171
+#### xml ####
 
16172
+
 
16173
+sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
 
16174
+       @echo 'gtk-doc: Building XML'
 
16175
+       @-chmod -R u+w $(srcdir)
 
16176
+       cd $(srcdir) && \
 
16177
+       gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS)
 
16178
+       touch sgml-build.stamp
 
16179
+
 
16180
+sgml.stamp: sgml-build.stamp
 
16181
+       @true
 
16182
+
 
16183
+#### html ####
 
16184
+
 
16185
+html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
 
16186
+       @echo 'gtk-doc: Building HTML'
 
16187
+       @-chmod -R u+w $(srcdir)
 
16188
+       rm -rf $(srcdir)/html
 
16189
+       mkdir $(srcdir)/html
 
16190
+       mkhtml_options=""; \
 
16191
+       gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-path"; \
 
16192
+       if test "$(?)" = "0"; then \
 
16193
+         mkhtml_options=--path="$(srcdir)"; \
 
16194
+       fi
 
16195
+       cd $(srcdir)/html && gtkdoc-mkhtml $(mkhtml_options) $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
 
16196
+       test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
 
16197
+       @echo 'gtk-doc: Fixing cross-references'
 
16198
+       cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
 
16199
+       touch html-build.stamp
 
16200
+
 
16201
+##############
 
16202
+
 
16203
+clean-local:
 
16204
+       rm -f *~ *.bak
 
16205
+       rm -rf .libs
 
16206
+
 
16207
+distclean-local:
 
16208
+       cd $(srcdir) && \
 
16209
+         rm -rf xml $(REPORT_FILES) \
 
16210
+                $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
 
16211
+
 
16212
+maintainer-clean-local: clean
 
16213
+       cd $(srcdir) && rm -rf xml html
 
16214
+
 
16215
+install-data-local:
 
16216
+       installfiles=`echo $(srcdir)/html/*`; \
 
16217
+       if test "$$installfiles" = '$(srcdir)/html/*'; \
 
16218
+       then echo '-- Nothing to install' ; \
 
16219
+       else \
 
16220
+         if test -n "$(DOC_MODULE_VERSION)"; then \
 
16221
+           installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
 
16222
+         else \
 
16223
+           installdir="$(DESTDIR)$(TARGET_DIR)"; \
 
16224
+         fi; \
 
16225
+         $(mkinstalldirs) $${installdir} ; \
 
16226
+         for i in $$installfiles; do \
 
16227
+           echo '-- Installing '$$i ; \
 
16228
+           $(INSTALL_DATA) $$i $${installdir}; \
 
16229
+         done; \
 
16230
+         if test -n "$(DOC_MODULE_VERSION)"; then \
 
16231
+           mv -f $${installdir}/$(DOC_MODULE).devhelp2 \
 
16232
+             $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \
 
16233
+           mv -f $${installdir}/$(DOC_MODULE).devhelp \
 
16234
+             $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \
 
16235
+         fi; \
 
16236
+         ! which gtkdoc-rebase >/dev/null 2>&1 || \
 
16237
+           gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir} ; \
 
16238
+       fi
 
16239
+
 
16240
+uninstall-local:
 
16241
+       if test -n "$(DOC_MODULE_VERSION)"; then \
 
16242
+         installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
 
16243
+       else \
 
16244
+         installdir="$(DESTDIR)$(TARGET_DIR)"; \
 
16245
+       fi; \
 
16246
+       rm -rf $${installdir}
 
16247
+
 
16248
+#
 
16249
+# Require gtk-doc when making dist
 
16250
+#
 
16251
+if ENABLE_GTK_DOC
 
16252
+dist-check-gtkdoc:
 
16253
+else
 
16254
+dist-check-gtkdoc:
 
16255
+       @echo "*** gtk-doc must be installed and enabled in order to make dist"
 
16256
+       @false
 
16257
+endif
 
16258
+
 
16259
+dist-hook: dist-check-gtkdoc dist-hook-local
 
16260
+       mkdir $(distdir)/tmpl
 
16261
+       mkdir $(distdir)/xml
 
16262
+       mkdir $(distdir)/html
 
16263
+       -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
 
16264
+       -cp $(srcdir)/xml/*.xml $(distdir)/xml
 
16265
+       cp $(srcdir)/html/* $(distdir)/html
 
16266
+       -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
 
16267
+       -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
 
16268
+       cd $(distdir) && rm -f $(DISTCLEANFILES)
 
16269
+       ! which gtkdoc-rebase >/dev/null 2>&1 || \
 
16270
+         gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
 
16271
+
 
16272
+.PHONY : dist-hook-local docs
 
16273
Index: epiphany-browser-2.29.1/help/Makefile.in
 
16274
===================================================================
 
16275
--- epiphany-browser-2.29.1.orig/help/Makefile.in       2009-10-26 17:15:30.000000000 -0200
 
16276
+++ epiphany-browser-2.29.1/help/Makefile.in    2009-10-30 10:55:32.184299483 -0200
 
16277
@@ -143,8 +143,6 @@
 
16278
 GMSGFMT = @GMSGFMT@
 
16279
 GREP = @GREP@
 
16280
 GTKDOC_CHECK = @GTKDOC_CHECK@
 
16281
-GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
16282
-GTKDOC_REBASE = @GTKDOC_REBASE@
 
16283
 G_IR_COMPILER = @G_IR_COMPILER@
 
16284
 G_IR_GENERATE = @G_IR_GENERATE@
 
16285
 G_IR_SCANNER = @G_IR_SCANNER@
 
16286
@@ -157,29 +155,10 @@
 
16287
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
16288
 INSTOBJEXT = @INSTOBJEXT@
 
16289
 INTLLIBS = @INTLLIBS@
 
16290
-INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
16291
-INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
16292
-INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
16293
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
16294
-INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
16295
-INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
16296
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
16297
-INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
16298
 INTLTOOL_PERL = @INTLTOOL_PERL@
 
16299
-INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
16300
-INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
16301
-INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
16302
-INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
16303
-INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
16304
-INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
16305
-INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
16306
-INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
16307
-INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
16308
-INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
16309
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
16310
-INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
16311
-INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
16312
-INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
16313
 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
16314
 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
16315
 LD = @LD@
 
16316
@@ -214,6 +193,7 @@
 
16317
 PACKAGE_NAME = @PACKAGE_NAME@
 
16318
 PACKAGE_STRING = @PACKAGE_STRING@
 
16319
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
16320
+PACKAGE_URL = @PACKAGE_URL@
 
16321
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
16322
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
16323
 PKG_CONFIG = @PKG_CONFIG@
 
16324
@@ -295,6 +275,7 @@
 
16325
        $(DOC_LINGUAS))
 
16326
 
 
16327
 _DOC_ABS_SRCDIR = @abs_srcdir@
 
16328
+_xml2po_mode = $(if $(DOC_ID),mallard,docbook)
 
16329
 @ENABLE_SK_TRUE@_ENABLE_SK = true
 
16330
 
 
16331
 ################################################################################
 
16332
@@ -328,14 +309,16 @@
 
16333
 
 
16334
 ################################################################################
 
16335
 _DOC_C_MODULE = $(if $(DOC_MODULE),C/$(DOC_MODULE).xml)
 
16336
+_DOC_C_PAGES = $(foreach page,$(DOC_PAGES),C/$(page))
 
16337
 _DOC_C_ENTITIES = $(foreach ent,$(DOC_ENTITIES),C/$(ent))
 
16338
 _DOC_C_INCLUDES = $(foreach inc,$(DOC_INCLUDES),C/$(inc))
 
16339
 _DOC_C_DOCS = \
 
16340
        $(_DOC_C_ENTITIES)      $(_DOC_C_INCLUDES)                      \
 
16341
-       $(_DOC_C_MODULE)
 
16342
+       $(_DOC_C_PAGES)         $(_DOC_C_MODULE)
 
16343
 
 
16344
 _DOC_C_DOCS_NOENT = \
 
16345
-       $(_DOC_C_MODULE)        $(_DOC_C_INCLUDES)
 
16346
+       $(_DOC_C_MODULE)        $(_DOC_C_INCLUDES)                      \
 
16347
+       $(_DOC_C_PAGES)
 
16348
 
 
16349
 _DOC_C_FIGURES = $(if $(DOC_FIGURES),                                  \
 
16350
        $(foreach fig,$(DOC_FIGURES),C/$(fig)),                         \
 
16351
@@ -351,12 +334,16 @@
 
16352
 
 
16353
 
 
16354
 ###############################################################################
 
16355
-_DOC_POFILES = $(if $(DOC_MODULE),                                             \
 
16356
+_DOC_POFILES = $(if $(DOC_MODULE)$(DOC_ID),                                    \
 
16357
        $(foreach lc,$(_DOC_REAL_LINGUAS),$(lc)/$(lc).po))
 
16358
 
 
16359
 _DOC_LC_MODULES = $(if $(DOC_MODULE),                                          \
 
16360
        $(foreach lc,$(_DOC_REAL_LINGUAS),$(lc)/$(DOC_MODULE).xml))
 
16361
 
 
16362
+_DOC_LC_PAGES = \
 
16363
+       $(foreach lc,$(_DOC_REAL_LINGUAS),$(foreach page,$(_DOC_C_PAGES),       \
 
16364
+               $(lc)/$(notdir $(page)) ))
 
16365
+
 
16366
 _DOC_LC_INCLUDES = \
 
16367
        $(foreach lc,$(_DOC_REAL_LINGUAS),$(foreach inc,$(_DOC_C_INCLUDES),     \
 
16368
                $(lc)/$(notdir $(inc)) ))
 
16369
@@ -368,7 +355,7 @@
 
16370
                $(lc)/$(notdir $(doc)) ))
 
16371
 
 
16372
 _DOC_LC_DOCS = \
 
16373
-       $(_DOC_LC_MODULES)      $(_DOC_LC_INCLUDES)                             \
 
16374
+       $(_DOC_LC_MODULES)      $(_DOC_LC_INCLUDES)     $(_DOC_LC_PAGES)        \
 
16375
        $(if $(filter html HTML,$(_DOC_REAL_FORMATS)),$(_DOC_LC_HTML))
 
16376
 
 
16377
 _DOC_LC_FIGURES = $(foreach lc,$(_DOC_REAL_LINGUAS),                           \
 
16378
@@ -388,7 +375,8 @@
 
16379
 _clean_omf = $(if $(_DOC_OMF_IN),clean-doc-omf)
 
16380
 _clean_dsk = $(if $(_DOC_DSK_IN),clean-doc-dsk)
 
16381
 _clean_lc = $(if $(_DOC_REAL_LINGUAS),clean-doc-lc)
 
16382
-_clean_dir = $(if $(DOC_MODULE),clean-doc-dir)
 
16383
+_clean_dir = $(if $(DOC_MODULE)$(DOC_ID),clean-doc-dir)
 
16384
+_doc_install_dir = $(if $(DOC_ID),$(DOC_ID),$(DOC_MODULE))
 
16385
 DOC_MODULE = epiphany
 
16386
 DOC_ENTITIES = legal.xml
 
16387
 DOC_LINGUAS = ca cs bg de el en_GB es eu fi fr it ja oc nl ru sv uk
 
16388
@@ -648,6 +636,10 @@
 
16389
 
 
16390
 DOC_MODULE ?=
 
16391
 
 
16392
+DOC_ID ?=
 
16393
+
 
16394
+DOC_PAGES ?=
 
16395
+
 
16396
 DOC_ENTITIES ?=
 
16397
 
 
16398
 DOC_INCLUDES ?=
 
16399
@@ -664,6 +656,7 @@
 
16400
 
 
16401
 _db2html ?= `$(PKG_CONFIG) --variable db2html gnome-doc-utils`
 
16402
 _db2omf  ?= `$(PKG_CONFIG) --variable db2omf gnome-doc-utils`
 
16403
+_malrng  ?= `$(PKG_CONFIG) --variable malrng gnome-doc-utils`
 
16404
 _chunks  ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/chunks.xsl
 
16405
 _credits ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/credits.xsl
 
16406
 _ids ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/ids.xsl
 
16407
@@ -708,16 +701,16 @@
 
16408
        done; \
 
16409
        if ! test -f $@; then \
 
16410
          echo "(cd $(dir $@) && \
 
16411
-           $(_xml2po) -e $$docs > $(notdir $@).tmp && \
 
16412
+           $(_xml2po) -m $(_xml2po_mode) -e $$docs > $(notdir $@).tmp && \
 
16413
            cp $(notdir $@).tmp $(notdir $@) && rm -f $(notdir $@).tmp)"; \
 
16414
          (cd $(dir $@) && \
 
16415
-           $(_xml2po) -e $$docs > $(notdir $@).tmp && \
 
16416
+           $(_xml2po) -m $(_xml2po_mode) -e $$docs > $(notdir $@).tmp && \
 
16417
            cp $(notdir $@).tmp $(notdir $@) && rm -f $(notdir $@).tmp); \
 
16418
        else \
 
16419
          echo "(cd $(dir $@) && \
 
16420
-           $(_xml2po) -e -u $(notdir $@) $$docs)"; \
 
16421
+           $(_xml2po) -m $(_xml2po_mode) -e -u $(notdir $@) $$docs)"; \
 
16422
          (cd $(dir $@) && \
 
16423
-           $(_xml2po) -e -u $(notdir $@) $$docs); \
 
16424
+           $(_xml2po) -m $(_xml2po_mode) -e -u $(notdir $@) $$docs); \
 
16425
        fi
 
16426
 
 
16427
 # FIXME: fix the dependancy
 
16428
@@ -726,15 +719,16 @@
 
16429
 $(_DOC_LC_DOCS) : $(_DOC_C_DOCS)
 
16430
        if ! test -d $(dir $@); then mkdir $(dir $@); fi
 
16431
        if [ -f "C/$(notdir $@)" ]; then d="../"; else d="$(_DOC_ABS_SRCDIR)/"; fi; \
 
16432
+       po="$(dir $@)$(patsubst %/$(notdir $@),%,$@).po"; \
 
16433
+       if [ -f "$${po}" ]; then po="../$${po}"; else po="$(_DOC_ABS_SRCDIR)/$${po}"; fi; \
 
16434
        (cd $(dir $@) && \
 
16435
-         $(_xml2po) -e -p \
 
16436
-           "$${d}$(dir $@)$(patsubst %/$(notdir $@),%,$@).po" \
 
16437
+         $(_xml2po) -m $(_xml2po_mode) -e -p "$${po}" \
 
16438
            "$${d}C/$(notdir $@)" > $(notdir $@).tmp && \
 
16439
            cp $(notdir $@).tmp $(notdir $@) && rm -f $(notdir $@).tmp)
 
16440
 .PHONY: pot
 
16441
 pot: $(_DOC_POT)
 
16442
 $(_DOC_POT): $(_DOC_C_DOCS_NOENT)
 
16443
-       $(_xml2po) -e -o $@ $^
 
16444
+       $(_xml2po) -m $(_xml2po_mode) -e -o $@ $^
 
16445
 
 
16446
 $(_DOC_HTML_TOPS): $(_DOC_C_DOCS) $(_DOC_LC_DOCS)
 
16447
        xsltproc -o $@ --xinclude --param db.chunk.chunk_top "false()" --stringparam db.chunk.basename "$(DOC_MODULE)" --stringparam db.chunk.extension ".xhtml" $(_db2html) $(patsubst %.xhtml,%.xml,$@)
 
16448
@@ -746,6 +740,8 @@
 
16449
        $(_DOC_OMF_ALL)         $(_DOC_DSK_ALL)         \
 
16450
        $(_DOC_HTML_ALL)        $(_DOC_POFILES)
 
16451
 
 
16452
+################################################################################
 
16453
+
 
16454
 .PHONY: clean-doc-omf clean-doc-dsk clean-doc-lc clean-doc-dir
 
16455
 
 
16456
 clean-doc-omf: ; rm -f $(_DOC_OMF_DB) $(_DOC_OMF_HTML)
 
16457
@@ -764,7 +760,7 @@
 
16458
            rm -f "$$lc/.xml2po.mo"; \
 
16459
          fi; \
 
16460
        done
 
16461
-clean-doc-dir:
 
16462
+clean-doc-dir: clean-doc-lc
 
16463
        @for lc in C $(_DOC_REAL_LINGUAS); do \
 
16464
          for dir in `find $$lc -depth -type d`; do \
 
16465
            if ! test $$dir -ef $(srcdir)/$$dir; then \
 
16466
@@ -787,10 +783,12 @@
 
16467
        $(_clean_omf)           $(_clean_dsk)           \
 
16468
        $(_clean_lc)            $(_clean_dir)
 
16469
 
 
16470
-.PHONY: dist-doc-docs dist-doc-figs dist-doc-omf dist-doc-dsk
 
16471
-doc-dist-hook:                                         \
 
16472
-       $(if $(DOC_MODULE),dist-doc-docs)       \
 
16473
-       $(if $(_DOC_C_FIGURES),dist-doc-figs)   \
 
16474
+################################################################################
 
16475
+
 
16476
+.PHONY: dist-doc-docs dist-doc-pages dist-doc-figs dist-doc-omf dist-doc-dsk
 
16477
+doc-dist-hook:                                                 \
 
16478
+       $(if $(DOC_MODULE)$(DOC_ID),dist-doc-docs)      \
 
16479
+       $(if $(_DOC_C_FIGURES),dist-doc-figs)           \
 
16480
        $(if $(_DOC_OMF_IN),dist-doc-omf)
 
16481
 #      $(if $(_DOC_DSK_IN),dist-doc-dsk)
 
16482
 
 
16483
@@ -836,9 +834,12 @@
 
16484
        echo "$(INSTALL_DATA) $$d$(_DOC_DSK_IN) $(distdir)/$(notdir $(_DOC_DSK_IN))"; \
 
16485
        $(INSTALL_DATA) "$$d$(_DOC_DSK_IN)" "$(distdir)/$(notdir $(_DOC_DSK_IN))"
 
16486
 
 
16487
+################################################################################
 
16488
+
 
16489
 .PHONY: check-doc-docs check-doc-omf
 
16490
 check:                                                 \
 
16491
        $(if $(DOC_MODULE),check-doc-docs)              \
 
16492
+       $(if $(DOC_ID),check-doc-pages)                 \
 
16493
        $(if $(_DOC_OMF_IN),check-doc-omf)
 
16494
 
 
16495
 check-doc-docs: $(_DOC_C_DOCS) $(_DOC_LC_DOCS)
 
16496
@@ -854,15 +855,33 @@
 
16497
          xmllint --noout --noent --path "$$xmlpath" --xinclude --postvalid "$$d$$lc/$(DOC_MODULE).xml"; \
 
16498
        done
 
16499
 
 
16500
+check-doc-pages: $(_DOC_C_PAGES) $(_DOC_LC_PAGES)
 
16501
+       for lc in C $(_DOC_REAL_LINGUAS); do \
 
16502
+         if test -f "$$lc"; \
 
16503
+           then d=; \
 
16504
+           xmlpath="$$lc"; \
 
16505
+         else \
 
16506
+           d="$(srcdir)/"; \
 
16507
+           xmlpath="$$lc:$(srcdir)/$$lc"; \
 
16508
+         fi; \
 
16509
+         for page in $(DOC_PAGES); do \
 
16510
+           echo "xmllint --noout --noent --path $$xmlpath --xinclude --relaxng $(_malrng) $$d$$lc/$$page"; \
 
16511
+           xmllint --noout --noent --path "$$xmlpath" --xinclude --relaxng "$(_malrng)" "$$d$$lc/$$page"; \
 
16512
+         done; \
 
16513
+       done
 
16514
+
 
16515
 check-doc-omf: $(_DOC_OMF_ALL)
 
16516
        @list='$(_DOC_OMF_ALL)'; for omf in $$list; do \
 
16517
          echo "xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' $$omf"; \
 
16518
          xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' $$omf; \
 
16519
        done
 
16520
 
 
16521
+################################################################################
 
16522
+
 
16523
 .PHONY: install-doc-docs install-doc-html install-doc-figs install-doc-omf install-doc-dsk
 
16524
+
 
16525
 install-data-local:                                    \
 
16526
-       $(if $(DOC_MODULE),install-doc-docs)            \
 
16527
+       $(if $(DOC_MODULE)$(DOC_ID),install-doc-docs)   \
 
16528
        $(if $(_DOC_HTML_ALL),install-doc-html)         \
 
16529
        $(if $(_DOC_C_FIGURES),install-doc-figs)        \
 
16530
        $(if $(_DOC_OMF_IN),install-doc-omf)
 
16531
@@ -870,42 +889,46 @@
 
16532
 
 
16533
 install-doc-docs:
 
16534
        @for lc in C $(_DOC_REAL_LINGUAS); do \
 
16535
-         echo "$(mkinstalldirs) $(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$lc"; \
 
16536
-         $(mkinstalldirs) $(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$lc; \
 
16537
+         echo "$(mkinstalldirs) $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$lc"; \
 
16538
+         $(mkinstalldirs) $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$lc; \
 
16539
        done
 
16540
        @list='$(_DOC_C_DOCS) $(_DOC_LC_DOCS)'; for doc in $$list; do \
 
16541
          if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
 
16542
          docdir="$$lc/"`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
 
16543
-         docdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$docdir"; \
 
16544
+         docdir="$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$docdir"; \
 
16545
          if ! test -d "$$docdir"; then \
 
16546
            echo "$(mkinstalldirs) $$docdir"; \
 
16547
            $(mkinstalldirs) "$$docdir"; \
 
16548
          fi; \
 
16549
-         echo "$(INSTALL_DATA) $$d$$doc $(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$doc"; \
 
16550
-         $(INSTALL_DATA) $$d$$doc $(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$doc; \
 
16551
+         echo "$(INSTALL_DATA) $$d$$doc $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$doc"; \
 
16552
+         $(INSTALL_DATA) $$d$$doc $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$doc; \
 
16553
        done
 
16554
 
 
16555
 install-doc-figs:
 
16556
        @list='$(patsubst C/%,%,$(_DOC_C_FIGURES))'; for fig in $$list; do \
 
16557
          for lc in C $(_DOC_REAL_LINGUAS); do \
 
16558
+           figsymlink=false; \
 
16559
            if test -f "$$lc/$$fig"; then \
 
16560
              figfile="$$lc/$$fig"; \
 
16561
            elif test -f "$(srcdir)/$$lc/$$fig"; then \
 
16562
              figfile="$(srcdir)/$$lc/$$fig"; \
 
16563
-           elif test -f "C/$$fig"; then \
 
16564
-             figfile="C/$$fig"; \
 
16565
            else \
 
16566
-             figfile="$(srcdir)/C/$$fig"; \
 
16567
+             figsymlink=true; \
 
16568
            fi; \
 
16569
            figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
 
16570
-           figdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$figdir"; \
 
16571
+           figdir="$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$figdir"; \
 
16572
            if ! test -d "$$figdir"; then \
 
16573
              echo "$(mkinstalldirs) $$figdir"; \
 
16574
              $(mkinstalldirs) "$$figdir"; \
 
16575
            fi; \
 
16576
            figbase=`echo $$fig | sed -e 's/^.*\///'`; \
 
16577
-           echo "$(INSTALL_DATA) $$figfile $$figdir$$figbase"; \
 
16578
-           $(INSTALL_DATA) "$$figfile" "$$figdir$$figbase"; \
 
16579
+           if $$figsymlink; then \
 
16580
+             echo "cd $$figdir && $(LN_S) -f ../../C/$$fig $$figbase"; \
 
16581
+             ( cd "$$figdir" && $(LN_S) -f "../../C/$$fig" "$$figbase" ); \
 
16582
+           else \
 
16583
+             echo "$(INSTALL_DATA) $$figfile $$figdir$$figbase"; \
 
16584
+             $(INSTALL_DATA) "$$figfile" "$$figdir$$figbase"; \
 
16585
+           fi; \
 
16586
          done; \
 
16587
        done
 
16588
 
 
16589
@@ -913,22 +936,24 @@
 
16590
        echo install-html
 
16591
 
 
16592
 install-doc-omf:
 
16593
-       $(mkinstalldirs) $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)
 
16594
+       $(mkinstalldirs) $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)
 
16595
        @list='$(_DOC_OMF_ALL)'; for omf in $$list; do \
 
16596
-         echo "$(INSTALL_DATA) $$omf $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf"; \
 
16597
-         $(INSTALL_DATA) $$omf $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf; \
 
16598
+         echo "$(INSTALL_DATA) $$omf $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
 
16599
+         $(INSTALL_DATA) $$omf $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf; \
 
16600
        done
 
16601
        @if test "x$(_ENABLE_SK)" = "xtrue"; then \
 
16602
-         echo "scrollkeeper-update -p $(DESTDIR)$(_sklocalstatedir) -o $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)"; \
 
16603
-         scrollkeeper-update -p "$(DESTDIR)$(_sklocalstatedir)" -o "$(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)"; \
 
16604
+         echo "scrollkeeper-update -p $(DESTDIR)$(_sklocalstatedir) -o $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)"; \
 
16605
+         scrollkeeper-update -p "$(DESTDIR)$(_sklocalstatedir)" -o "$(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)"; \
 
16606
        fi;
 
16607
 
 
16608
 install-doc-dsk:
 
16609
        echo install-dsk
 
16610
 
 
16611
+################################################################################
 
16612
+
 
16613
 .PHONY: uninstall-doc-docs uninstall-doc-html uninstall-doc-figs uninstall-doc-omf uninstall-doc-dsk
 
16614
 uninstall-local:                                       \
 
16615
-       $(if $(DOC_MODULE),uninstall-doc-docs)          \
 
16616
+       $(if $(DOC_MODULE)$(DOC_ID),uninstall-doc-docs) \
 
16617
        $(if $(_DOC_HTML_ALL),uninstall-doc-html)       \
 
16618
        $(if $(_DOC_C_FIGURES),uninstall-doc-figs)      \
 
16619
        $(if $(_DOC_OMF_IN),uninstall-doc-omf)
 
16620
@@ -936,24 +961,24 @@
 
16621
 
 
16622
 uninstall-doc-docs:
 
16623
        @list='$(_DOC_C_DOCS) $(_DOC_LC_DOCS)'; for doc in $$list; do \
 
16624
-         echo " rm -f $(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$doc"; \
 
16625
-         rm -f "$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$doc"; \
 
16626
+         echo " rm -f $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$doc"; \
 
16627
+         rm -f "$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$doc"; \
 
16628
        done
 
16629
 
 
16630
 uninstall-doc-figs:
 
16631
        @list='$(_DOC_C_FIGURES) $(_DOC_LC_FIGURES)'; for fig in $$list; do \
 
16632
-         echo "rm -f $(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$fig"; \
 
16633
-         rm -f "$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$fig"; \
 
16634
+         echo "rm -f $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$fig"; \
 
16635
+         rm -f "$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$fig"; \
 
16636
        done;
 
16637
 
 
16638
 uninstall-doc-omf:
 
16639
        @list='$(_DOC_OMF_ALL)'; for omf in $$list; do \
 
16640
          if test "x$(_ENABLE_SK)" = "xtrue"; then \
 
16641
-           echo "scrollkeeper-uninstall -p $(_sklocalstatedir) $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf"; \
 
16642
-           scrollkeeper-uninstall -p "$(_sklocalstatedir)" "$(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf"; \
 
16643
+           echo "scrollkeeper-uninstall -p $(_sklocalstatedir) $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
 
16644
+           scrollkeeper-uninstall -p "$(_sklocalstatedir)" "$(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
 
16645
          fi; \
 
16646
-         echo "rm -f $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf"; \
 
16647
-         rm -f "$(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf"; \
 
16648
+         echo "rm -f $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
 
16649
+         rm -f "$(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
 
16650
        done
 
16651
 
 
16652
 dist-hook: doc-dist-hook
 
16653
Index: epiphany-browser-2.29.1/lib/egg/Makefile.in
 
16654
===================================================================
 
16655
--- epiphany-browser-2.29.1.orig/lib/egg/Makefile.in    2009-10-26 17:15:30.000000000 -0200
 
16656
+++ epiphany-browser-2.29.1/lib/egg/Makefile.in 2009-10-30 10:55:32.596798983 -0200
 
16657
@@ -166,8 +166,6 @@
 
16658
 GMSGFMT = @GMSGFMT@
 
16659
 GREP = @GREP@
 
16660
 GTKDOC_CHECK = @GTKDOC_CHECK@
 
16661
-GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
16662
-GTKDOC_REBASE = @GTKDOC_REBASE@
 
16663
 G_IR_COMPILER = @G_IR_COMPILER@
 
16664
 G_IR_GENERATE = @G_IR_GENERATE@
 
16665
 G_IR_SCANNER = @G_IR_SCANNER@
 
16666
@@ -180,29 +178,10 @@
 
16667
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
16668
 INSTOBJEXT = @INSTOBJEXT@
 
16669
 INTLLIBS = @INTLLIBS@
 
16670
-INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
16671
-INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
16672
-INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
16673
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
16674
-INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
16675
-INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
16676
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
16677
-INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
16678
 INTLTOOL_PERL = @INTLTOOL_PERL@
 
16679
-INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
16680
-INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
16681
-INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
16682
-INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
16683
-INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
16684
-INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
16685
-INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
16686
-INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
16687
-INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
16688
-INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
16689
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
16690
-INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
16691
-INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
16692
-INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
16693
 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
16694
 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
16695
 LD = @LD@
 
16696
@@ -237,6 +216,7 @@
 
16697
 PACKAGE_NAME = @PACKAGE_NAME@
 
16698
 PACKAGE_STRING = @PACKAGE_STRING@
 
16699
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
16700
+PACKAGE_URL = @PACKAGE_URL@
 
16701
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
16702
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
16703
 PKG_CONFIG = @PKG_CONFIG@
 
16704
Index: epiphany-browser-2.29.1/lib/Makefile.in
 
16705
===================================================================
 
16706
--- epiphany-browser-2.29.1.orig/lib/Makefile.in        2009-10-26 17:15:30.000000000 -0200
 
16707
+++ epiphany-browser-2.29.1/lib/Makefile.in     2009-10-30 10:55:32.408300471 -0200
 
16708
@@ -264,8 +264,6 @@
 
16709
 GMSGFMT = @GMSGFMT@
 
16710
 GREP = @GREP@
 
16711
 GTKDOC_CHECK = @GTKDOC_CHECK@
 
16712
-GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
16713
-GTKDOC_REBASE = @GTKDOC_REBASE@
 
16714
 G_IR_COMPILER = @G_IR_COMPILER@
 
16715
 G_IR_GENERATE = @G_IR_GENERATE@
 
16716
 G_IR_SCANNER = @G_IR_SCANNER@
 
16717
@@ -278,29 +276,10 @@
 
16718
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
16719
 INSTOBJEXT = @INSTOBJEXT@
 
16720
 INTLLIBS = @INTLLIBS@
 
16721
-INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
16722
-INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
16723
-INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
16724
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
16725
-INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
16726
-INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
16727
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
16728
-INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
16729
 INTLTOOL_PERL = @INTLTOOL_PERL@
 
16730
-INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
16731
-INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
16732
-INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
16733
-INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
16734
-INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
16735
-INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
16736
-INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
16737
-INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
16738
-INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
16739
-INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
16740
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
16741
-INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
16742
-INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
16743
-INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
16744
 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
16745
 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
16746
 LD = @LD@
 
16747
@@ -335,6 +314,7 @@
 
16748
 PACKAGE_NAME = @PACKAGE_NAME@
 
16749
 PACKAGE_STRING = @PACKAGE_STRING@
 
16750
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
16751
+PACKAGE_URL = @PACKAGE_URL@
 
16752
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
16753
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
16754
 PKG_CONFIG = @PKG_CONFIG@
 
16755
@@ -466,7 +446,7 @@
15019
16756
        -I$(top_srcdir)/lib/egg                 \
15020
16757
        -DDATADIR="\"$(datadir)\""              \
15021
16758
        -DSHARE_DIR=\"$(pkgdatadir)\"           \
15024
16761
        $(AM_CPPFLAGS)
15025
16762
 
15026
16763
 libephymisc_la_CFLAGS = $(DEPENDENCIES_CFLAGS) $(AM_CFLAGS) \
15027
 
Index: epiphany-browser-2.28.0/ltmain.sh
15028
 
===================================================================
15029
 
--- epiphany-browser-2.28.0.orig/ltmain.sh      2009-09-24 18:15:07.332439994 -0300
15030
 
+++ epiphany-browser-2.28.0/ltmain.sh   2009-09-24 18:19:47.344440568 -0300
15031
 
@@ -4202,6 +4202,11 @@
15032
 
            prev=
15033
 
            continue
 
16764
Index: epiphany-browser-2.29.1/lib/widgets/Makefile.in
 
16765
===================================================================
 
16766
--- epiphany-browser-2.29.1.orig/lib/widgets/Makefile.in        2009-10-26 17:15:31.000000000 -0200
 
16767
+++ epiphany-browser-2.29.1/lib/widgets/Makefile.in     2009-10-30 10:55:32.740328202 -0200
 
16768
@@ -161,8 +161,6 @@
 
16769
 GMSGFMT = @GMSGFMT@
 
16770
 GREP = @GREP@
 
16771
 GTKDOC_CHECK = @GTKDOC_CHECK@
 
16772
-GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
16773
-GTKDOC_REBASE = @GTKDOC_REBASE@
 
16774
 G_IR_COMPILER = @G_IR_COMPILER@
 
16775
 G_IR_GENERATE = @G_IR_GENERATE@
 
16776
 G_IR_SCANNER = @G_IR_SCANNER@
 
16777
@@ -175,29 +173,10 @@
 
16778
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
16779
 INSTOBJEXT = @INSTOBJEXT@
 
16780
 INTLLIBS = @INTLLIBS@
 
16781
-INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
16782
-INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
16783
-INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
16784
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
16785
-INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
16786
-INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
16787
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
16788
-INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
16789
 INTLTOOL_PERL = @INTLTOOL_PERL@
 
16790
-INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
16791
-INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
16792
-INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
16793
-INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
16794
-INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
16795
-INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
16796
-INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
16797
-INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
16798
-INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
16799
-INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
16800
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
16801
-INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
16802
-INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
16803
-INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
16804
 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
16805
 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
16806
 LD = @LD@
 
16807
@@ -232,6 +211,7 @@
 
16808
 PACKAGE_NAME = @PACKAGE_NAME@
 
16809
 PACKAGE_STRING = @PACKAGE_STRING@
 
16810
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
16811
+PACKAGE_URL = @PACKAGE_URL@
 
16812
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
16813
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
16814
 PKG_CONFIG = @PKG_CONFIG@
 
16815
Index: epiphany-browser-2.29.1/ltmain.sh
 
16816
===================================================================
 
16817
--- epiphany-browser-2.29.1.orig/ltmain.sh      2009-10-22 13:24:09.000000000 -0200
 
16818
+++ epiphany-browser-2.29.1/ltmain.sh   2009-10-30 10:55:17.344299129 -0200
 
16819
@@ -65,7 +65,7 @@
 
16820
 #       compiler:              $LTCC
 
16821
 #       compiler flags:                $LTCFLAGS
 
16822
 #       linker:                $LD (gnu? $with_gnu_ld)
 
16823
-#       $progname:             (GNU libtool) 2.2.6
 
16824
+#       $progname:             (GNU libtool) 2.2.6 Debian-2.2.6a-4
 
16825
 #       automake:              $automake_version
 
16826
 #       autoconf:              $autoconf_version
 
16827
 #
 
16828
@@ -73,7 +73,7 @@
 
16829
 
 
16830
 PROGRAM=ltmain.sh
 
16831
 PACKAGE=libtool
 
16832
-VERSION=2.2.6
 
16833
+VERSION="2.2.6 Debian-2.2.6a-4"
 
16834
 TIMESTAMP=""
 
16835
 package_revision=1.3012
 
16836
 
 
16837
@@ -5033,7 +5033,10 @@
 
16838
        case $pass in
 
16839
        dlopen) libs="$dlfiles" ;;
 
16840
        dlpreopen) libs="$dlprefiles" ;;
 
16841
-       link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
 
16842
+       link)
 
16843
+         libs="$deplibs %DEPLIBS%"
 
16844
+         test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
 
16845
+         ;;
 
16846
        esac
 
16847
       fi
 
16848
       if test "$linkmode,$pass" = "lib,dlpreopen"; then
 
16849
@@ -5344,19 +5347,19 @@
 
16850
            # It is a libtool convenience library, so add in its objects.
 
16851
            convenience="$convenience $ladir/$objdir/$old_library"
 
16852
            old_convenience="$old_convenience $ladir/$objdir/$old_library"
 
16853
+           tmp_libs=
 
16854
+           for deplib in $dependency_libs; do
 
16855
+             deplibs="$deplib $deplibs"
 
16856
+             if $opt_duplicate_deps ; then
 
16857
+               case "$tmp_libs " in
 
16858
+               *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
16859
+               esac
 
16860
+             fi
 
16861
+             tmp_libs="$tmp_libs $deplib"
 
16862
+           done
 
16863
          elif test "$linkmode" != prog && test "$linkmode" != lib; then
 
16864
            func_fatal_error "\`$lib' is not a convenience library"
 
16865
          fi
 
16866
-         tmp_libs=
 
16867
-         for deplib in $dependency_libs; do
 
16868
-           deplibs="$deplib $deplibs"
 
16869
-           if $opt_duplicate_deps ; then
 
16870
-             case "$tmp_libs " in
 
16871
-             *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
16872
-             esac
 
16873
-           fi
 
16874
-           tmp_libs="$tmp_libs $deplib"
 
16875
-         done
 
16876
          continue
 
16877
        fi # $pass = conv
 
16878
 
 
16879
@@ -5893,6 +5896,7 @@
 
16880
          if test "$link_all_deplibs" != no; then
 
16881
            # Add the search paths of all dependency libraries
 
16882
            for deplib in $dependency_libs; do
 
16883
+             path=
 
16884
              case $deplib in
 
16885
              -L*) path="$deplib" ;;
 
16886
              *.la)
 
16887
@@ -6206,6 +6210,9 @@
 
16888
            revision="$number_minor"
 
16889
            lt_irix_increment=no
15034
16890
            ;;
15035
16891
+         *)
15036
 
+           $echo "$modename: unknown library version type \`$version_type'" 1>&2
15037
 
+           $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
15038
 
+           exit $EXIT_FAILURE
 
16892
+           func_fatal_configuration "$modename: unknown library version type \`$version_type'"
15039
16893
+           ;;
15040
16894
          esac
15041
16895
          ;;
15042
 
        expsyms)
15043
 
Index: epiphany-browser-2.28.0/src/Makefile.in
15044
 
===================================================================
15045
 
--- epiphany-browser-2.28.0.orig/src/Makefile.in        2009-09-24 18:15:07.368448392 -0300
15046
 
+++ epiphany-browser-2.28.0/src/Makefile.in     2009-09-24 18:20:09.744940497 -0300
15047
 
@@ -418,6 +418,7 @@
15048
 
 PACKAGE_NAME = @PACKAGE_NAME@
15049
 
 PACKAGE_STRING = @PACKAGE_STRING@
15050
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
15051
 
+PACKAGE_URL = @PACKAGE_URL@
15052
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
15053
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
15054
 
 PKG_CONFIG = @PKG_CONFIG@
15055
 
@@ -551,8 +552,8 @@
 
16896
        no)
 
16897
Index: epiphany-browser-2.29.1/m4/gnome-doc-utils.m4
 
16898
===================================================================
 
16899
--- epiphany-browser-2.29.1.orig/m4/gnome-doc-utils.m4  2009-10-22 13:24:10.000000000 -0200
 
16900
+++ epiphany-browser-2.29.1/m4/gnome-doc-utils.m4       2009-10-30 10:55:17.344299129 -0200
 
16901
@@ -36,15 +36,19 @@
 
16902
 # GNOME_DOC_INIT ([MINIMUM-VERSION],[ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND])
 
16903
 #
 
16904
 AC_DEFUN([GNOME_DOC_INIT],
 
16905
-[
 
16906
+[AC_REQUIRE([AC_PROG_LN_S])dnl
 
16907
+
 
16908
 ifelse([$1],,[gdu_cv_version_required=0.3.2],[gdu_cv_version_required=$1])
 
16909
 
 
16910
+AC_MSG_CHECKING([gnome-doc-utils >= $gdu_cv_version_required])
 
16911
 PKG_CHECK_EXISTS([gnome-doc-utils >= $gdu_cv_version_required],
 
16912
        [gdu_cv_have_gdu=yes],[gdu_cv_have_gdu=no])
 
16913
 
 
16914
 if test "$gdu_cv_have_gdu" = "yes"; then
 
16915
+       AC_MSG_RESULT([yes])
 
16916
        ifelse([$2],,[:],[$2])
 
16917
 else
 
16918
+       AC_MSG_RESULT([no])
 
16919
        ifelse([$3],,[AC_MSG_ERROR([gnome-doc-utils >= $gdu_cv_version_required not found])],[$3])
 
16920
 fi
 
16921
 
 
16922
Index: epiphany-browser-2.29.1/m4/gtk-doc.m4
 
16923
===================================================================
 
16924
--- epiphany-browser-2.29.1.orig/m4/gtk-doc.m4  2009-10-22 13:24:10.000000000 -0200
 
16925
+++ epiphany-browser-2.29.1/m4/gtk-doc.m4       2009-10-30 10:55:17.344299129 -0200
 
16926
@@ -8,12 +8,6 @@
 
16927
 [
 
16928
   AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
 
16929
   AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
 
16930
-
 
16931
-  dnl check for tools we added during development
 
16932
-  AC_PATH_PROG([GTKDOC_CHECK],[gtkdoc-check])
 
16933
-  AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true])
 
16934
-  AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf])
 
16935
-
 
16936
   dnl for overriding the documentation installation directory
 
16937
   AC_ARG_WITH([html-dir],
 
16938
     AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),,
 
16939
@@ -32,30 +26,14 @@
 
16940
       [PKG_CHECK_EXISTS([gtk-doc],,
 
16941
                         AC_MSG_ERROR([gtk-doc not installed and --enable-gtk-doc requested]))],
 
16942
       [PKG_CHECK_EXISTS([gtk-doc >= $1],,
 
16943
-                        AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build $PACKAGE_NAME]))])
 
16944
+                        AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build gtk-doc]))])
 
16945
   fi
 
16946
 
 
16947
   AC_MSG_CHECKING([whether to build gtk-doc documentation])
 
16948
   AC_MSG_RESULT($enable_gtk_doc)
 
16949
 
 
16950
-  dnl enable/disable output formats
 
16951
-  AC_ARG_ENABLE([gtk-doc-html],
 
16952
-    AS_HELP_STRING([--enable-gtk-doc-html],
 
16953
-                   [build documentation in html format [[default=yes]]]),,
 
16954
-    [enable_gtk_doc_html=yes])
 
16955
-    AC_ARG_ENABLE([gtk-doc-pdf],
 
16956
-      AS_HELP_STRING([--enable-gtk-doc-pdf],
 
16957
-                     [build documentation in pdf format [[default=no]]]),,
 
16958
-      [enable_gtk_doc_pdf=no])
 
16959
-
 
16960
-  if test -n "$GTKDOC_MKPDF"; then
 
16961
-    enable_gtk_doc_pdf=no
 
16962
-  fi
 
16963
-
 
16964
+  AC_PATH_PROGS(GTKDOC_CHECK,gtkdoc-check,)
 
16965
 
 
16966
   AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes])
 
16967
-  AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes])
 
16968
-  AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes])
 
16969
   AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"])
 
16970
-  AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"])
 
16971
 ])
 
16972
Index: epiphany-browser-2.29.1/m4/intltool.m4
 
16973
===================================================================
 
16974
--- epiphany-browser-2.29.1.orig/m4/intltool.m4 2009-10-22 13:24:10.000000000 -0200
 
16975
+++ epiphany-browser-2.29.1/m4/intltool.m4      2009-10-30 10:55:17.344299129 -0200
 
16976
@@ -75,25 +75,25 @@
 
16977
     INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
 
16978
    INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
 
16979
 
 
16980
-AC_SUBST(INTLTOOL_DESKTOP_RULE)
 
16981
-AC_SUBST(INTLTOOL_DIRECTORY_RULE)
 
16982
-AC_SUBST(INTLTOOL_KEYS_RULE)
 
16983
-AC_SUBST(INTLTOOL_PROP_RULE)
 
16984
-AC_SUBST(INTLTOOL_OAF_RULE)
 
16985
-AC_SUBST(INTLTOOL_PONG_RULE)
 
16986
-AC_SUBST(INTLTOOL_SERVER_RULE)
 
16987
-AC_SUBST(INTLTOOL_SHEET_RULE)
 
16988
-AC_SUBST(INTLTOOL_SOUNDLIST_RULE)
 
16989
-AC_SUBST(INTLTOOL_UI_RULE)
 
16990
-AC_SUBST(INTLTOOL_XAM_RULE)
 
16991
-AC_SUBST(INTLTOOL_KBD_RULE)
 
16992
-AC_SUBST(INTLTOOL_XML_RULE)
 
16993
-AC_SUBST(INTLTOOL_XML_NOMERGE_RULE)
 
16994
-AC_SUBST(INTLTOOL_CAVES_RULE)
 
16995
-AC_SUBST(INTLTOOL_SCHEMAS_RULE)
 
16996
-AC_SUBST(INTLTOOL_THEME_RULE)
 
16997
-AC_SUBST(INTLTOOL_SERVICE_RULE)
 
16998
-AC_SUBST(INTLTOOL_POLICY_RULE)
 
16999
+_IT_SUBST(INTLTOOL_DESKTOP_RULE)
 
17000
+_IT_SUBST(INTLTOOL_DIRECTORY_RULE)
 
17001
+_IT_SUBST(INTLTOOL_KEYS_RULE)
 
17002
+_IT_SUBST(INTLTOOL_PROP_RULE)
 
17003
+_IT_SUBST(INTLTOOL_OAF_RULE)
 
17004
+_IT_SUBST(INTLTOOL_PONG_RULE)
 
17005
+_IT_SUBST(INTLTOOL_SERVER_RULE)
 
17006
+_IT_SUBST(INTLTOOL_SHEET_RULE)
 
17007
+_IT_SUBST(INTLTOOL_SOUNDLIST_RULE)
 
17008
+_IT_SUBST(INTLTOOL_UI_RULE)
 
17009
+_IT_SUBST(INTLTOOL_XAM_RULE)
 
17010
+_IT_SUBST(INTLTOOL_KBD_RULE)
 
17011
+_IT_SUBST(INTLTOOL_XML_RULE)
 
17012
+_IT_SUBST(INTLTOOL_XML_NOMERGE_RULE)
 
17013
+_IT_SUBST(INTLTOOL_CAVES_RULE)
 
17014
+_IT_SUBST(INTLTOOL_SCHEMAS_RULE)
 
17015
+_IT_SUBST(INTLTOOL_THEME_RULE)
 
17016
+_IT_SUBST(INTLTOOL_SERVICE_RULE)
 
17017
+_IT_SUBST(INTLTOOL_POLICY_RULE)
 
17018
 
 
17019
 # Check the gettext tools to make sure they are GNU
 
17020
 AC_PATH_PROG(XGETTEXT, xgettext)
 
17021
@@ -110,12 +110,17 @@
 
17022
     AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
 
17023
 fi
 
17024
 
 
17025
-AC_PATH_PROG(INTLTOOL_PERL, [perl])
 
17026
+AC_PATH_PROG(INTLTOOL_PERL, perl)
 
17027
 if test -z "$INTLTOOL_PERL"; then
 
17028
-   AC_MSG_ERROR([perl not found; required for intltool])
 
17029
+   AC_MSG_ERROR([perl not found])
 
17030
 fi
 
17031
-if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
 
17032
-   AC_MSG_ERROR([perl 5.x required for intltool])
 
17033
+AC_MSG_CHECKING([for perl >= 5.8.1])
 
17034
+$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
 
17035
+if test $? -ne 0; then
 
17036
+   AC_MSG_ERROR([perl 5.8.1 is required for intltool])
 
17037
+else
 
17038
+   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
 
17039
+   AC_MSG_RESULT([$IT_PERL_VERSION])
 
17040
 fi
 
17041
 if test "x$2" != "xno-xml"; then
 
17042
    AC_MSG_CHECKING([for XML::Parser])
 
17043
@@ -171,7 +176,7 @@
 
17044
 dnl of config.status.
 
17045
 AC_CONFIG_COMMANDS_PRE([
 
17046
   AC_CONFIG_COMMANDS([$1/stamp-it], [
 
17047
-    if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" ]; then
 
17048
+    if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then
 
17049
        AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.])
 
17050
     fi
 
17051
     rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp"
 
17052
@@ -193,6 +198,17 @@
 
17053
 ])dnl
 
17054
 ])
 
17055
 
 
17056
+# _IT_SUBST(VARIABLE)
 
17057
+# -------------------
 
17058
+# Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST
 
17059
+#
 
17060
+AC_DEFUN([_IT_SUBST],
 
17061
+[
 
17062
+AC_SUBST([$1])
 
17063
+m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])])
 
17064
+]
 
17065
+)
 
17066
+
 
17067
 # deprecated macros
 
17068
 AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL])
 
17069
 # A hint is needed for aclocal from Automake <= 1.9.4:
 
17070
Index: epiphany-browser-2.29.1/m4/libtool.m4
 
17071
===================================================================
 
17072
--- epiphany-browser-2.29.1.orig/m4/libtool.m4  2009-10-22 13:24:09.000000000 -0200
 
17073
+++ epiphany-browser-2.29.1/m4/libtool.m4       2009-10-30 10:55:17.348298964 -0200
 
17074
@@ -2470,13 +2470,10 @@
 
17075
   # before this can be enabled.
 
17076
   hardcode_into_libs=yes
 
17077
 
 
17078
-  # Add ABI-specific directories to the system library path.
 
17079
-  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
 
17080
-
 
17081
   # Append ld.so.conf contents to the search path
 
17082
   if test -f /etc/ld.so.conf; then
 
17083
     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[  ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
 
17084
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
17085
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
17086
   fi
 
17087
 
 
17088
   # We used to test for /lib/ld.so.1 and disable shared libraries on
 
17089
@@ -2488,6 +2485,18 @@
 
17090
   dynamic_linker='GNU/Linux ld.so'
 
17091
   ;;
 
17092
 
 
17093
+netbsdelf*-gnu)
 
17094
+  version_type=linux
 
17095
+  need_lib_prefix=no
 
17096
+  need_version=no
 
17097
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
17098
+  soname_spec='${libname}${release}${shared_ext}$major'
 
17099
+  shlibpath_var=LD_LIBRARY_PATH
 
17100
+  shlibpath_overrides_runpath=no
 
17101
+  hardcode_into_libs=yes
 
17102
+  dynamic_linker='NetBSD ld.elf_so'
 
17103
+  ;;
 
17104
+
 
17105
 netbsd*)
 
17106
   version_type=sunos
 
17107
   need_lib_prefix=no
 
17108
@@ -3079,7 +3088,7 @@
 
17109
   lt_cv_deplibs_check_method=pass_all
 
17110
   ;;
 
17111
 
 
17112
-netbsd*)
 
17113
+netbsd* | netbsdelf*-gnu)
 
17114
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
 
17115
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
17116
   else
 
17117
@@ -3760,7 +3769,7 @@
 
17118
            ;;
 
17119
        esac
 
17120
        ;;
 
17121
-      netbsd*)
 
17122
+      netbsd* | netbsdelf*-gnu)
 
17123
        ;;
 
17124
       *qnx* | *nto*)
 
17125
         # QNX uses GNU C++, but need to define -shared option too, otherwise
 
17126
@@ -4185,6 +4194,9 @@
 
17127
   cygwin* | mingw* | cegcc*)
 
17128
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
 
17129
   ;;
 
17130
+  linux* | k*bsd*-gnu)
 
17131
+    _LT_TAGVAR(link_all_deplibs, $1)=no
 
17132
+  ;;
 
17133
   *)
 
17134
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
17135
   ;;
 
17136
@@ -4249,6 +4261,9 @@
 
17137
   openbsd*)
 
17138
     with_gnu_ld=no
 
17139
     ;;
 
17140
+  linux* | k*bsd*-gnu)
 
17141
+    _LT_TAGVAR(link_all_deplibs, $1)=no
 
17142
+    ;;
 
17143
   esac
 
17144
 
 
17145
   _LT_TAGVAR(ld_shlibs, $1)=yes
 
17146
@@ -4431,7 +4446,7 @@
 
17147
       fi
 
17148
       ;;
 
17149
 
 
17150
-    netbsd*)
 
17151
+    netbsd* | netbsdelf*-gnu)
 
17152
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
17153
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
17154
        wlarc=
 
17155
@@ -4606,6 +4621,7 @@
 
17156
        if test "$aix_use_runtimelinking" = yes; then
 
17157
          shared_flag="$shared_flag "'${wl}-G'
 
17158
        fi
 
17159
+       _LT_TAGVAR(link_all_deplibs, $1)=no
 
17160
       else
 
17161
        # not using gcc
 
17162
        if test "$host_cpu" = ia64; then
 
17163
@@ -4844,7 +4860,7 @@
 
17164
       _LT_TAGVAR(link_all_deplibs, $1)=yes
 
17165
       ;;
 
17166
 
 
17167
-    netbsd*)
 
17168
+    netbsd* | netbsdelf*-gnu)
 
17169
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
17170
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
17171
       else
 
17172
Index: epiphany-browser-2.29.1/Makefile.in
 
17173
===================================================================
 
17174
--- epiphany-browser-2.29.1.orig/Makefile.in    2009-10-26 17:15:32.000000000 -0200
 
17175
+++ epiphany-browser-2.29.1/Makefile.in 2009-10-30 10:55:33.652298047 -0200
 
17176
@@ -179,8 +179,6 @@
 
17177
 GMSGFMT = @GMSGFMT@
 
17178
 GREP = @GREP@
 
17179
 GTKDOC_CHECK = @GTKDOC_CHECK@
 
17180
-GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
17181
-GTKDOC_REBASE = @GTKDOC_REBASE@
 
17182
 G_IR_COMPILER = @G_IR_COMPILER@
 
17183
 G_IR_GENERATE = @G_IR_GENERATE@
 
17184
 G_IR_SCANNER = @G_IR_SCANNER@
 
17185
@@ -193,29 +191,10 @@
 
17186
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
17187
 INSTOBJEXT = @INSTOBJEXT@
 
17188
 INTLLIBS = @INTLLIBS@
 
17189
-INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
17190
-INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
17191
-INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
17192
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
17193
-INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
17194
-INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
17195
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
17196
-INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
17197
 INTLTOOL_PERL = @INTLTOOL_PERL@
 
17198
-INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
17199
-INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
17200
-INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
17201
-INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
17202
-INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
17203
-INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
17204
-INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
17205
-INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
17206
-INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
17207
-INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
17208
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
17209
-INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
17210
-INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
17211
-INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
17212
 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
17213
 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
17214
 LD = @LD@
 
17215
@@ -250,6 +229,7 @@
 
17216
 PACKAGE_NAME = @PACKAGE_NAME@
 
17217
 PACKAGE_STRING = @PACKAGE_STRING@
 
17218
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
17219
+PACKAGE_URL = @PACKAGE_URL@
 
17220
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
17221
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
17222
 PKG_CONFIG = @PKG_CONFIG@
 
17223
Index: epiphany-browser-2.29.1/po/Makefile.in.in
 
17224
===================================================================
 
17225
--- epiphany-browser-2.29.1.orig/po/Makefile.in.in      2009-10-22 13:24:10.000000000 -0200
 
17226
+++ epiphany-browser-2.29.1/po/Makefile.in.in   2009-10-30 10:55:17.348298964 -0200
 
17227
@@ -21,7 +21,7 @@
 
17228
 PACKAGE = @PACKAGE@
 
17229
 VERSION = @VERSION@
 
17230
 
 
17231
-SHELL = /bin/sh
 
17232
+SHELL = @SHELL@
 
17233
 
 
17234
 srcdir = @srcdir@
 
17235
 top_srcdir = @top_srcdir@
 
17236
@@ -56,7 +56,7 @@
 
17237
 
 
17238
 PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
 
17239
 
 
17240
-USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep ^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep ^$$lang$$`"; then printf "$$lang "; fi; done; fi)
 
17241
+USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
 
17242
 
 
17243
 USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
 
17244
 
 
17245
Index: epiphany-browser-2.29.1/src/bookmarks/Makefile.in
 
17246
===================================================================
 
17247
--- epiphany-browser-2.29.1.orig/src/bookmarks/Makefile.in      2009-10-26 17:15:31.000000000 -0200
 
17248
+++ epiphany-browser-2.29.1/src/bookmarks/Makefile.in   2009-10-30 10:55:33.420798927 -0200
 
17249
@@ -209,8 +209,6 @@
 
17250
 GMSGFMT = @GMSGFMT@
 
17251
 GREP = @GREP@
 
17252
 GTKDOC_CHECK = @GTKDOC_CHECK@
 
17253
-GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
17254
-GTKDOC_REBASE = @GTKDOC_REBASE@
 
17255
 G_IR_COMPILER = @G_IR_COMPILER@
 
17256
 G_IR_GENERATE = @G_IR_GENERATE@
 
17257
 G_IR_SCANNER = @G_IR_SCANNER@
 
17258
@@ -223,29 +221,10 @@
 
17259
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
17260
 INSTOBJEXT = @INSTOBJEXT@
 
17261
 INTLLIBS = @INTLLIBS@
 
17262
-INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
17263
-INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
17264
-INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
17265
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
17266
-INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
17267
-INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
17268
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
17269
-INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
17270
 INTLTOOL_PERL = @INTLTOOL_PERL@
 
17271
-INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
17272
-INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
17273
-INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
17274
-INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
17275
-INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
17276
-INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
17277
-INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
17278
-INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
17279
-INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
17280
-INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
17281
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
17282
-INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
17283
-INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
17284
-INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
17285
 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
17286
 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
17287
 LD = @LD@
 
17288
@@ -280,6 +259,7 @@
 
17289
 PACKAGE_NAME = @PACKAGE_NAME@
 
17290
 PACKAGE_STRING = @PACKAGE_STRING@
 
17291
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
17292
+PACKAGE_URL = @PACKAGE_URL@
 
17293
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
17294
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
17295
 PKG_CONFIG = @PKG_CONFIG@
 
17296
Index: epiphany-browser-2.29.1/src/Makefile.in
 
17297
===================================================================
 
17298
--- epiphany-browser-2.29.1.orig/src/Makefile.in        2009-10-26 17:15:31.000000000 -0200
 
17299
+++ epiphany-browser-2.29.1/src/Makefile.in     2009-10-30 10:55:33.204799352 -0200
 
17300
@@ -346,8 +346,6 @@
 
17301
 GMSGFMT = @GMSGFMT@
 
17302
 GREP = @GREP@
 
17303
 GTKDOC_CHECK = @GTKDOC_CHECK@
 
17304
-GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
17305
-GTKDOC_REBASE = @GTKDOC_REBASE@
 
17306
 G_IR_COMPILER = @G_IR_COMPILER@
 
17307
 G_IR_GENERATE = @G_IR_GENERATE@
 
17308
 G_IR_SCANNER = @G_IR_SCANNER@
 
17309
@@ -360,29 +358,10 @@
 
17310
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
17311
 INSTOBJEXT = @INSTOBJEXT@
 
17312
 INTLLIBS = @INTLLIBS@
 
17313
-INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
17314
-INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
17315
-INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
17316
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
17317
-INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
17318
-INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
17319
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
17320
-INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
17321
 INTLTOOL_PERL = @INTLTOOL_PERL@
 
17322
-INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
17323
-INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
17324
-INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
17325
-INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
17326
-INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
17327
-INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
17328
-INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
17329
-INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
17330
-INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
17331
-INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
17332
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
17333
-INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
17334
-INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
17335
-INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
17336
 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
17337
 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
17338
 LD = @LD@
 
17339
@@ -417,6 +396,7 @@
 
17340
 PACKAGE_NAME = @PACKAGE_NAME@
 
17341
 PACKAGE_STRING = @PACKAGE_STRING@
 
17342
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
17343
+PACKAGE_URL = @PACKAGE_URL@
 
17344
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
17345
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
17346
 PKG_CONFIG = @PKG_CONFIG@
 
17347
@@ -550,8 +530,8 @@
15056
17348
        -I$(top_srcdir)/lib/egg         \
15057
17349
        -I$(top_srcdir)/lib/widgets     \
15058
17350
        -I$(top_srcdir)/src/bookmarks   \
15063
17355
        -DDATADIR=\""$(pkgdatadir)"\"   \
15064
17356
        -DGNOMELOCALEDIR=\"$(datadir)/locale\"  \
15065
17357
        $(AM_CPPFLAGS)
 
17358
Index: epiphany-browser-2.29.1/tests/Makefile.in
 
17359
===================================================================
 
17360
--- epiphany-browser-2.29.1.orig/tests/Makefile.in      2009-10-26 17:15:32.000000000 -0200
 
17361
+++ epiphany-browser-2.29.1/tests/Makefile.in   2009-10-30 10:55:33.516798870 -0200
 
17362
@@ -170,8 +170,6 @@
 
17363
 GMSGFMT = @GMSGFMT@
 
17364
 GREP = @GREP@
 
17365
 GTKDOC_CHECK = @GTKDOC_CHECK@
 
17366
-GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
17367
-GTKDOC_REBASE = @GTKDOC_REBASE@
 
17368
 G_IR_COMPILER = @G_IR_COMPILER@
 
17369
 G_IR_GENERATE = @G_IR_GENERATE@
 
17370
 G_IR_SCANNER = @G_IR_SCANNER@
 
17371
@@ -184,29 +182,10 @@
 
17372
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
17373
 INSTOBJEXT = @INSTOBJEXT@
 
17374
 INTLLIBS = @INTLLIBS@
 
17375
-INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
17376
-INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
17377
-INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
17378
 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
17379
-INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
17380
-INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
17381
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
17382
-INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
17383
 INTLTOOL_PERL = @INTLTOOL_PERL@
 
17384
-INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
17385
-INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
17386
-INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
17387
-INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
17388
-INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
17389
-INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
17390
-INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
17391
-INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
17392
-INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
17393
-INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
17394
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
17395
-INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
17396
-INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
17397
-INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
17398
 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
17399
 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
17400
 LD = @LD@
 
17401
@@ -241,6 +220,7 @@
 
17402
 PACKAGE_NAME = @PACKAGE_NAME@
 
17403
 PACKAGE_STRING = @PACKAGE_STRING@
 
17404
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
17405
+PACKAGE_URL = @PACKAGE_URL@
 
17406
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
17407
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
17408
 PKG_CONFIG = @PKG_CONFIG@