~ubuntu-branches/ubuntu/maverick/brasero/maverick

« back to all changes in this revision

Viewing changes to debian/patches/90_relibtoolize.patch

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-07-04 15:14:24 UTC
  • mfrom: (1.3.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: james.westby@ubuntu.com-20100704151424-yg69h5sc55xgjp6h
Tags: 2.30.2-1
* New upstream release.
  - Fixes incorrectly reported size by passing correct arguments to
    g_signal_emit(). Closes: #568606
  - Fixes tracker search support. Closes: #465238
* debian/patches/90_relibtoolize.patch
  - Refresh for new upstream release.
* Switch to source formate 3.0 (quilt)
  - Add debian/source/format.
  - Drop Build-Depends on quilt.
  - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules.
* Bump-Standards-Version to 3.9.0
  - Use architecture wildcard kfreebsd-any for the libcam-dev Build-Depends.
  - Use Breaks instead of Conflicts as recommended by the new policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
autoconf
7
7
rm -rf autom4te.cache/ config.h.in~
8
8
 
9
 
Index: brasero-2.30.1/Makefile.in
 
9
Index: brasero-2.30.2/Makefile.in
10
10
===================================================================
11
 
--- brasero-2.30.1.orig/Makefile.in     2010-04-27 01:29:16.000000000 +0200
12
 
+++ brasero-2.30.1/Makefile.in  2010-05-03 15:56:49.064107689 +0200
13
 
@@ -1,4 +1,4 @@
14
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
15
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
16
 
 # @configure_input@
17
 
 
18
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19
 
@@ -42,8 +42,8 @@ DIST_COMMON = README $(am__configure_dep
 
11
--- brasero-2.30.2.orig/Makefile.in     2010-07-04 14:04:50.749085905 +0200
 
12
+++ brasero-2.30.2/Makefile.in  2010-07-04 14:04:24.189079691 +0200
 
13
@@ -42,8 +42,8 @@
20
14
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
21
15
        $(srcdir)/libbrasero-burn.pc.in \
22
16
        $(srcdir)/libbrasero-media.pc.in $(top_srcdir)/configure \
27
21
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
28
22
 am__aclocal_m4_deps = $(top_srcdir)/configure.in
29
23
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
30
 
@@ -278,6 +278,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
31
 
 PACKAGE_NAME = @PACKAGE_NAME@
32
 
 PACKAGE_STRING = @PACKAGE_STRING@
33
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
34
 
+PACKAGE_URL = @PACKAGE_URL@
35
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
36
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
37
 
 PKG_CONFIG = @PKG_CONFIG@
38
 
@@ -475,7 +476,7 @@ uninstall-pkgconfigDATA:
39
 
 #     (which will cause the Makefiles to be regenerated when you run `make');
40
 
 # (2) otherwise, pass the desired values on the `make' command line.
41
 
 $(RECURSIVE_TARGETS):
42
 
-       @failcom='exit 1'; \
43
 
+       @fail= failcom='exit 1'; \
44
 
        for f in x $$MAKEFLAGS; do \
45
 
          case $$f in \
46
 
            *=* | --[!k]*);; \
47
 
@@ -500,7 +501,7 @@ $(RECURSIVE_TARGETS):
48
 
        fi; test -z "$$fail"
49
 
 
50
 
 $(RECURSIVE_CLEAN_TARGETS):
51
 
-       @failcom='exit 1'; \
52
 
+       @fail= failcom='exit 1'; \
53
 
        for f in x $$MAKEFLAGS; do \
54
 
          case $$f in \
55
 
            *=* | --[!k]*);; \
56
 
@@ -667,7 +668,8 @@ distdir: $(DISTFILES)
57
 
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
58
 
          dist-hook
59
 
        -test -n "$(am__skip_mode_fix)" \
60
 
-       || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
61
 
+       || find "$(distdir)" -type d ! -perm -755 \
62
 
+               -exec chmod u+rwx,go+rx {} \; -o \
63
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
64
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
65
 
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
66
 
@@ -711,17 +713,17 @@ dist dist-all: distdir
67
 
 distcheck: dist
68
 
        case '$(DIST_ARCHIVES)' in \
69
 
        *.tar.gz*) \
70
 
-         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
71
 
+         GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
72
 
        *.tar.bz2*) \
73
 
-         bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
74
 
+         bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
75
 
        *.tar.lzma*) \
76
 
-         unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
77
 
+         lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
78
 
        *.tar.xz*) \
79
 
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
80
 
        *.tar.Z*) \
81
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
82
 
        *.shar.gz*) \
83
 
-         GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
84
 
+         GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
85
 
        *.zip*) \
86
 
          unzip $(distdir).zip ;;\
87
 
        esac
88
 
Index: brasero-2.30.1/aclocal.m4
 
24
@@ -334,6 +334,7 @@
 
25
 libexecdir = @libexecdir@
 
26
 localedir = @localedir@
 
27
 localstatedir = @localstatedir@
 
28
+lt_ECHO = @lt_ECHO@
 
29
 mandir = @mandir@
 
30
 mkdir_p = @mkdir_p@
 
31
 oldincludedir = @oldincludedir@
 
32
Index: brasero-2.30.2/aclocal.m4
89
33
===================================================================
90
 
--- brasero-2.30.1.orig/aclocal.m4      2010-04-27 01:26:22.000000000 +0200
91
 
+++ brasero-2.30.1/aclocal.m4   2010-05-03 15:56:49.076106980 +0200
92
 
@@ -1,4 +1,4 @@
93
 
-# generated automatically by aclocal 1.11 -*- Autoconf -*-
94
 
+# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
95
 
 
96
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
97
 
 # 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
98
 
@@ -13,8 +13,8 @@
99
 
 
100
 
 m4_ifndef([AC_AUTOCONF_VERSION],
101
 
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
102
 
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
103
 
-[m4_warning([this file was generated for autoconf 2.63.
104
 
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
105
 
+[m4_warning([this file was generated for autoconf 2.65.
106
 
 You have another version of autoconf.  It may work, but is not guaranteed to.
107
 
 If you have problems, you may need to regenerate the build system entirely.
108
 
 To do so, use the procedure documented by the package, typically `autoreconf'.])])
109
 
@@ -3444,7 +3444,7 @@ linux*oldld* | linux*aout* | linux*coff*
110
 
   ;;
111
 
 
112
 
 # This must be Linux ELF.
113
 
-linux* | k*bsd*-gnu)
114
 
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
115
 
   version_type=linux
116
 
   need_lib_prefix=no
117
 
   need_version=no
118
 
@@ -3484,6 +3484,18 @@ linux* | k*bsd*-gnu)
 
34
--- brasero-2.30.2.orig/aclocal.m4      2010-07-04 14:04:50.841087566 +0200
 
35
+++ brasero-2.30.2/aclocal.m4   2010-07-04 14:04:16.717092477 +0200
 
36
@@ -1006,8 +1006,7 @@
 
37
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
 
38
 #
 
39
 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 
40
-#                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
 
41
-#                 Inc.
 
42
+#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
43
 #   Written by Gordon Matzigkeit, 1996
 
44
 #
 
45
 # This file is free software; the Free Software Foundation gives
 
46
@@ -1016,8 +1015,7 @@
 
47
 
 
48
 m4_define([_LT_COPYING], [dnl
 
49
 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 
50
-#                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
 
51
-#                 Inc.
 
52
+#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
53
 #   Written by Gordon Matzigkeit, 1996
 
54
 #
 
55
 #   This file is part of GNU Libtool.
 
56
@@ -1044,7 +1042,7 @@
 
57
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
58
 ])
 
59
 
 
60
-# serial 57 LT_INIT
 
61
+# serial 56 LT_INIT
 
62
 
 
63
 
 
64
 # LT_PREREQ(VERSION)
 
65
@@ -1073,7 +1071,6 @@
 
66
 # ------------------
 
67
 AC_DEFUN([LT_INIT],
 
68
 [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
 
69
-AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
 
70
 AC_BEFORE([$0], [LT_LANG])dnl
 
71
 AC_BEFORE([$0], [LT_OUTPUT])dnl
 
72
 AC_BEFORE([$0], [LTDL_INIT])dnl
 
73
@@ -1090,8 +1087,6 @@
 
74
 AC_REQUIRE([LTOBSOLETE_VERSION])dnl
 
75
 m4_require([_LT_PROG_LTMAIN])dnl
 
76
 
 
77
-_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
 
78
-
 
79
 dnl Parse OPTIONS
 
80
 _LT_SET_OPTIONS([$0], [$1])
 
81
 
 
82
@@ -1128,7 +1123,7 @@
 
83
     *) break;;
 
84
   esac
 
85
 done
 
86
-cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
 
87
+cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
88
 ])
 
89
 
 
90
 
 
91
@@ -1148,9 +1143,6 @@
 
92
 m4_defun([_LT_SETUP],
 
93
 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
94
 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
95
-AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
 
96
-AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
 
97
-
 
98
 _LT_DECL([], [host_alias], [0], [The host system])dnl
 
99
 _LT_DECL([], [host], [0])dnl
 
100
 _LT_DECL([], [host_os], [0])dnl
 
101
@@ -1192,6 +1184,7 @@
 
102
 _LT_CHECK_OBJDIR
 
103
 
 
104
 m4_require([_LT_TAG_COMPILER])dnl
 
105
+_LT_PROG_ECHO_BACKSLASH
 
106
 
 
107
 case $host_os in
 
108
 aix3*)
 
109
@@ -1205,6 +1198,23 @@
 
110
   ;;
 
111
 esac
 
112
 
 
113
+# Sed substitution that helps us do robust quoting.  It backslashifies
 
114
+# metacharacters that are still active within double-quoted strings.
 
115
+sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
 
116
+
 
117
+# Same as above, but do not quote variable references.
 
118
+double_quote_subst='s/\([["`\\]]\)/\\\1/g'
 
119
+
 
120
+# Sed substitution to delay expansion of an escaped shell variable in a
 
121
+# double_quote_subst'ed string.
 
122
+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
 
123
+
 
124
+# Sed substitution to delay expansion of an escaped single quote.
 
125
+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
 
126
+
 
127
+# Sed substitution to avoid accidental globbing in evaled expressions
 
128
+no_glob_subst='s/\*/\\\*/g'
 
129
+
 
130
 # Global variables:
 
131
 ofile=libtool
 
132
 can_build_shared=yes
 
133
@@ -1245,28 +1255,6 @@
 
134
 ])# _LT_SETUP
 
135
 
 
136
 
 
137
-# _LT_PREPARE_SED_QUOTE_VARS
 
138
-# --------------------------
 
139
-# Define a few sed substitution that help us do robust quoting.
 
140
-m4_defun([_LT_PREPARE_SED_QUOTE_VARS],
 
141
-[# Backslashify metacharacters that are still active within
 
142
-# double-quoted strings.
 
143
-sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
 
144
-
 
145
-# Same as above, but do not quote variable references.
 
146
-double_quote_subst='s/\([["`\\]]\)/\\\1/g'
 
147
-
 
148
-# Sed substitution to delay expansion of an escaped shell variable in a
 
149
-# double_quote_subst'ed string.
 
150
-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
 
151
-
 
152
-# Sed substitution to delay expansion of an escaped single quote.
 
153
-delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
 
154
-
 
155
-# Sed substitution to avoid accidental globbing in evaled expressions
 
156
-no_glob_subst='s/\*/\\\*/g'
 
157
-])
 
158
-
 
159
 # _LT_PROG_LTMAIN
 
160
 # ---------------
 
161
 # Note that this code is called both from `configure', and `config.status'
 
162
@@ -1419,7 +1407,7 @@
 
163
 # declaration there will have the same value as in `configure'.  VARNAME
 
164
 # must have a single quote delimited value for this to work.
 
165
 m4_define([_LT_CONFIG_STATUS_DECLARE],
 
166
-[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
 
167
+[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
 
168
 
 
169
 
 
170
 # _LT_CONFIG_STATUS_DECLARATIONS
 
171
@@ -1429,7 +1417,7 @@
 
172
 # embedded single quotes properly.  In configure, this macro expands
 
173
 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
 
174
 #
 
175
-#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
 
176
+#    <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
 
177
 m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
 
178
 [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
 
179
     [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
 
180
@@ -1528,20 +1516,12 @@
 
181
 LTCFLAGS='$LTCFLAGS'
 
182
 compiler='$compiler_DEFAULT'
 
183
 
 
184
-# A function that is used when there is no print builtin or printf.
 
185
-func_fallback_echo ()
 
186
-{
 
187
-  eval 'cat <<_LTECHO_EOF
 
188
-\$[]1
 
189
-_LTECHO_EOF'
 
190
-}
 
191
-
 
192
 # Quote evaled strings.
 
193
 for var in lt_decl_all_varnames([[ \
 
194
 ]], lt_decl_quote_varnames); do
 
195
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
 
196
+    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
197
     *[[\\\\\\\`\\"\\\$]]*)
 
198
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
 
199
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
 
200
       ;;
 
201
     *)
 
202
       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
203
@@ -1552,9 +1532,9 @@
 
204
 # Double-quote double-evaled strings.
 
205
 for var in lt_decl_all_varnames([[ \
 
206
 ]], lt_decl_dquote_varnames); do
 
207
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
 
208
+    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
209
     *[[\\\\\\\`\\"\\\$]]*)
 
210
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
 
211
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
 
212
       ;;
 
213
     *)
 
214
       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
215
@@ -1562,38 +1542,16 @@
 
216
     esac
 
217
 done
 
218
 
 
219
+# Fix-up fallback echo if it was mangled by the above quoting rules.
 
220
+case \$lt_ECHO in
 
221
+*'\\\[$]0 --fallback-echo"')dnl "
 
222
+  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\`
 
223
+  ;;
 
224
+esac
 
225
+
 
226
 _LT_OUTPUT_LIBTOOL_INIT
 
227
 ])
 
228
 
 
229
-# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
 
230
-# ------------------------------------
 
231
-# Generate a child script FILE with all initialization necessary to
 
232
-# reuse the environment learned by the parent script, and make the
 
233
-# file executable.  If COMMENT is supplied, it is inserted after the
 
234
-# `#!' sequence but before initialization text begins.  After this
 
235
-# macro, additional text can be appended to FILE to form the body of
 
236
-# the child script.  The macro ends with non-zero status if the
 
237
-# file could not be fully written (such as if the disk is full).
 
238
-m4_ifdef([AS_INIT_GENERATED],
 
239
-[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])],
 
240
-[m4_defun([_LT_GENERATED_FILE_INIT],
 
241
-[m4_require([AS_PREPARE])]dnl
 
242
-[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl
 
243
-[lt_write_fail=0
 
244
-cat >$1 <<_ASEOF || lt_write_fail=1
 
245
-#! $SHELL
 
246
-# Generated by $as_me.
 
247
-$2
 
248
-SHELL=\${CONFIG_SHELL-$SHELL}
 
249
-export SHELL
 
250
-_ASEOF
 
251
-cat >>$1 <<\_ASEOF || lt_write_fail=1
 
252
-AS_SHELL_SANITIZE
 
253
-_AS_PREPARE
 
254
-exec AS_MESSAGE_FD>&1
 
255
-_ASEOF
 
256
-test $lt_write_fail = 0 && chmod +x $1[]dnl
 
257
-m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
 
258
 
 
259
 # LT_OUTPUT
 
260
 # ---------
 
261
@@ -1603,11 +1561,20 @@
 
262
 AC_DEFUN([LT_OUTPUT],
 
263
 [: ${CONFIG_LT=./config.lt}
 
264
 AC_MSG_NOTICE([creating $CONFIG_LT])
 
265
-_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
 
266
-[# Run this file to recreate a libtool stub with the current configuration.])
 
267
+cat >"$CONFIG_LT" <<_LTEOF
 
268
+#! $SHELL
 
269
+# Generated by $as_me.
 
270
+# Run this file to recreate a libtool stub with the current configuration.
 
271
 
 
272
-cat >>"$CONFIG_LT" <<\_LTEOF
 
273
 lt_cl_silent=false
 
274
+SHELL=\${CONFIG_SHELL-$SHELL}
 
275
+_LTEOF
 
276
+
 
277
+cat >>"$CONFIG_LT" <<\_LTEOF
 
278
+AS_SHELL_SANITIZE
 
279
+_AS_PREPARE
 
280
+
 
281
+exec AS_MESSAGE_FD>&1
 
282
 exec AS_MESSAGE_LOG_FD>>config.log
 
283
 {
 
284
   echo
 
285
@@ -1633,7 +1600,7 @@
 
286
 m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
 
287
 configured by $[0], generated by m4_PACKAGE_STRING.
 
288
 
 
289
-Copyright (C) 2010 Free Software Foundation, Inc.
 
290
+Copyright (C) 2008 Free Software Foundation, Inc.
 
291
 This config.lt script is free software; the Free Software Foundation
 
292
 gives unlimited permision to copy, distribute and modify it."
 
293
 
 
294
@@ -1678,13 +1645,15 @@
 
295
 # appending to config.log, which fails on DOS, as config.log is still kept
 
296
 # open by configure.  Here we exec the FD to /dev/null, effectively closing
 
297
 # config.log, so it can be properly (re)opened and appended to by config.lt.
 
298
-lt_cl_success=:
 
299
-test "$silent" = yes &&
 
300
-  lt_config_lt_args="$lt_config_lt_args --quiet"
 
301
-exec AS_MESSAGE_LOG_FD>/dev/null
 
302
-$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
 
303
-exec AS_MESSAGE_LOG_FD>>config.log
 
304
-$lt_cl_success || AS_EXIT(1)
 
305
+if test "$no_create" != yes; then
 
306
+  lt_cl_success=:
 
307
+  test "$silent" = yes &&
 
308
+    lt_config_lt_args="$lt_config_lt_args --quiet"
 
309
+  exec AS_MESSAGE_LOG_FD>/dev/null
 
310
+  $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
 
311
+  exec AS_MESSAGE_LOG_FD>>config.log
 
312
+  $lt_cl_success || AS_EXIT(1)
 
313
+fi
 
314
 ])# LT_OUTPUT
 
315
 
 
316
 
 
317
@@ -1861,13 +1830,11 @@
 
318
 AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
 
319
 AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
 
320
 AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
 
321
-AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
 
322
 dnl aclocal-1.4 backwards compatibility:
 
323
 dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
 
324
 dnl AC_DEFUN([AC_LIBTOOL_F77], [])
 
325
 dnl AC_DEFUN([AC_LIBTOOL_FC], [])
 
326
 dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
 
327
-dnl AC_DEFUN([AC_LIBTOOL_RC], [])
 
328
 
 
329
 
 
330
 # _LT_TAG_COMPILER
 
331
@@ -1972,31 +1939,6 @@
 
332
        [lt_cv_ld_exported_symbols_list=no])
 
333
        LDFLAGS="$save_LDFLAGS"
 
334
     ])
 
335
-    AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
 
336
-      [lt_cv_ld_force_load=no
 
337
-      cat > conftest.c << _LT_EOF
 
338
-int forced_loaded() { return 2;}
 
339
-_LT_EOF
 
340
-      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
 
341
-      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
 
342
-      echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
 
343
-      $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
 
344
-      echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
 
345
-      $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
 
346
-      cat > conftest.c << _LT_EOF
 
347
-int main() { return 0;}
 
348
-_LT_EOF
 
349
-      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
 
350
-      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
 
351
-      _lt_result=$?
 
352
-      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
 
353
-       lt_cv_ld_force_load=yes
 
354
-      else
 
355
-       cat conftest.err >&AS_MESSAGE_LOG_FD
 
356
-      fi
 
357
-        rm -f conftest.err libconftest.a conftest conftest.c
 
358
-        rm -rf conftest.dSYM
 
359
-    ])
 
360
     case $host_os in
 
361
     rhapsody* | darwin1.[[012]])
 
362
       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
 
363
@@ -2024,7 +1966,7 @@
 
364
     else
 
365
       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
366
     fi
 
367
-    if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
 
368
+    if test "$DSYMUTIL" != ":"; then
 
369
       _lt_dsymutil='~$DSYMUTIL $lib || :'
 
370
     else
 
371
       _lt_dsymutil=
 
372
@@ -2044,11 +1986,7 @@
 
373
   _LT_TAGVAR(hardcode_direct, $1)=no
 
374
   _LT_TAGVAR(hardcode_automatic, $1)=yes
 
375
   _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
376
-  if test "$lt_cv_ld_force_load" = "yes"; then
 
377
-    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
 
378
-  else
 
379
-    _LT_TAGVAR(whole_archive_flag_spec, $1)=''
 
380
-  fi
 
381
+  _LT_TAGVAR(whole_archive_flag_spec, $1)=''
 
382
   _LT_TAGVAR(link_all_deplibs, $1)=yes
 
383
   _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
 
384
   case $cc_basename in
 
385
@@ -2056,7 +1994,7 @@
 
386
      *) _lt_dar_can_shared=$GCC ;;
 
387
   esac
 
388
   if test "$_lt_dar_can_shared" = "yes"; then
 
389
-    output_verbose_link_cmd=func_echo_all
 
390
+    output_verbose_link_cmd=echo
 
391
     _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
 
392
     _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
 
393
     _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
 
394
@@ -2102,65 +2040,170 @@
 
395
 # _LT_SHELL_INIT(ARG)
 
396
 # -------------------
 
397
 m4_define([_LT_SHELL_INIT],
 
398
-[m4_divert_text([M4SH-INIT], [$1
 
399
-])])# _LT_SHELL_INIT
 
400
-
 
401
+[ifdef([AC_DIVERSION_NOTICE],
 
402
+            [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
 
403
+        [AC_DIVERT_PUSH(NOTICE)])
 
404
+$1
 
405
+AC_DIVERT_POP
 
406
+])# _LT_SHELL_INIT
 
407
 
 
408
 
 
409
 # _LT_PROG_ECHO_BACKSLASH
 
410
 # -----------------------
 
411
-# Find how we can fake an echo command that does not interpret backslash.
 
412
-# In particular, with Autoconf 2.60 or later we add some code to the start
 
413
-# of the generated configure script which will find a shell with a builtin
 
414
-# printf (which we can use as an echo command).
 
415
+# Add some code to the start of the generated configure script which
 
416
+# will find an echo command which doesn't interpret backslashes.
 
417
 m4_defun([_LT_PROG_ECHO_BACKSLASH],
 
418
-[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
419
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
 
420
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
 
421
-
 
422
-AC_MSG_CHECKING([how to print strings])
 
423
-# Test print first, because it will be a builtin if present.
 
424
-if test "X`print -r -- -n 2>/dev/null`" = X-n && \
 
425
-   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
 
426
-  ECHO='print -r --'
 
427
-elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
 
428
-  ECHO='printf %s\n'
 
429
+[_LT_SHELL_INIT([
 
430
+# Check that we are running under the correct shell.
 
431
+SHELL=${CONFIG_SHELL-/bin/sh}
 
432
+
 
433
+case X$lt_ECHO in
 
434
+X*--fallback-echo)
 
435
+  # Remove one level of quotation (which was required for Make).
 
436
+  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
 
437
+  ;;
 
438
+esac
 
439
+
 
440
+ECHO=${lt_ECHO-echo}
 
441
+if test "X[$]1" = X--no-reexec; then
 
442
+  # Discard the --no-reexec flag, and continue.
 
443
+  shift
 
444
+elif test "X[$]1" = X--fallback-echo; then
 
445
+  # Avoid inline document here, it may be left over
 
446
+  :
 
447
+elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
 
448
+  # Yippee, $ECHO works!
 
449
+  :
 
450
 else
 
451
-  # Use this function as a fallback that always works.
 
452
-  func_fallback_echo ()
 
453
-  {
 
454
-    eval 'cat <<_LTECHO_EOF
 
455
-$[]1
 
456
-_LTECHO_EOF'
 
457
-  }
 
458
-  ECHO='func_fallback_echo'
 
459
+  # Restart under the correct shell.
 
460
+  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
461
 fi
 
462
 
 
463
-# func_echo_all arg...
 
464
-# Invoke $ECHO with all args, space-separated.
 
465
-func_echo_all ()
 
466
-{
 
467
-    $ECHO "$*" 
 
468
-}
 
469
+if test "X[$]1" = X--fallback-echo; then
 
470
+  # used as fallback echo
 
471
+  shift
 
472
+  cat <<_LT_EOF
 
473
+[$]*
 
474
+_LT_EOF
 
475
+  exit 0
 
476
+fi
 
477
 
 
478
-case "$ECHO" in
 
479
-  printf*) AC_MSG_RESULT([printf]) ;;
 
480
-  print*) AC_MSG_RESULT([print -r]) ;;
 
481
-  *) AC_MSG_RESULT([cat]) ;;
 
482
-esac
 
483
+# The HP-UX ksh and POSIX shell print the target directory to stdout
 
484
+# if CDPATH is set.
 
485
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
486
 
 
487
-m4_ifdef([_AS_DETECT_SUGGESTED],
 
488
-[_AS_DETECT_SUGGESTED([
 
489
-  test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || (
 
490
-    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
491
-    ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
 
492
-    ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
 
493
-    PATH=/empty FPATH=/empty; export PATH FPATH
 
494
-    test "X`printf %s $ECHO`" = "X$ECHO" \
 
495
-      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
 
496
+if test -z "$lt_ECHO"; then
 
497
+  if test "X${echo_test_string+set}" != Xset; then
 
498
+    # find a string as large as possible, as long as the shell can cope with it
 
499
+    for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
 
500
+      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
501
+      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
 
502
+        { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
 
503
+      then
 
504
+        break
 
505
+      fi
 
506
+    done
 
507
+  fi
 
508
 
 
509
+  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
 
510
+     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
 
511
+     test "X$echo_testing_string" = "X$echo_test_string"; then
 
512
+    :
 
513
+  else
 
514
+    # The Solaris, AIX, and Digital Unix default echo programs unquote
 
515
+    # backslashes.  This makes it impossible to quote backslashes using
 
516
+    #   echo "$something" | sed 's/\\/\\\\/g'
 
517
+    #
 
518
+    # So, first we look for a working echo in the user's PATH.
 
519
+
 
520
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
521
+    for dir in $PATH /usr/ucb; do
 
522
+      IFS="$lt_save_ifs"
 
523
+      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
 
524
+         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
 
525
+         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
 
526
+         test "X$echo_testing_string" = "X$echo_test_string"; then
 
527
+        ECHO="$dir/echo"
 
528
+        break
 
529
+      fi
 
530
+    done
 
531
+    IFS="$lt_save_ifs"
 
532
+
 
533
+    if test "X$ECHO" = Xecho; then
 
534
+      # We didn't find a better echo, so look for alternatives.
 
535
+      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
 
536
+         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
 
537
+         test "X$echo_testing_string" = "X$echo_test_string"; then
 
538
+        # This shell has a builtin print -r that does the trick.
 
539
+        ECHO='print -r'
 
540
+      elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
 
541
+          test "X$CONFIG_SHELL" != X/bin/ksh; then
 
542
+        # If we have ksh, try running configure again with it.
 
543
+        ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 
544
+        export ORIGINAL_CONFIG_SHELL
 
545
+        CONFIG_SHELL=/bin/ksh
 
546
+        export CONFIG_SHELL
 
547
+        exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
548
+      else
 
549
+        # Try using printf.
 
550
+        ECHO='printf %s\n'
 
551
+        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
 
552
+          echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
 
553
+          test "X$echo_testing_string" = "X$echo_test_string"; then
 
554
+         # Cool, printf works
 
555
+         :
 
556
+        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
557
+            test "X$echo_testing_string" = 'X\t' &&
 
558
+            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
559
+            test "X$echo_testing_string" = "X$echo_test_string"; then
 
560
+         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
561
+         export CONFIG_SHELL
 
562
+         SHELL="$CONFIG_SHELL"
 
563
+         export SHELL
 
564
+         ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
 
565
+        elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
566
+            test "X$echo_testing_string" = 'X\t' &&
 
567
+            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
568
+            test "X$echo_testing_string" = "X$echo_test_string"; then
 
569
+         ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
 
570
+        else
 
571
+         # maybe with a smaller string...
 
572
+         prev=:
 
573
+
 
574
+         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
 
575
+           if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
 
576
+           then
 
577
+             break
 
578
+           fi
 
579
+           prev="$cmd"
 
580
+         done
 
581
+
 
582
+         if test "$prev" != 'sed 50q "[$]0"'; then
 
583
+           echo_test_string=`eval $prev`
 
584
+           export echo_test_string
 
585
+           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
 
586
+         else
 
587
+           # Oops.  We lost completely, so just stick with echo.
 
588
+           ECHO=echo
 
589
+         fi
 
590
+        fi
 
591
+      fi
 
592
+    fi
 
593
+  fi
 
594
+fi
 
595
+
 
596
+# Copy echo and quote the copy suitably for passing to libtool from
 
597
+# the Makefile, instead of quoting the original, which is used later.
 
598
+lt_ECHO=$ECHO
 
599
+if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
 
600
+   lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
 
601
+fi
 
602
+
 
603
+AC_SUBST(lt_ECHO)
 
604
+])
 
605
 _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
 
606
-_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes])
 
607
+_LT_DECL([], [ECHO], [1],
 
608
+    [An echo program that does not interpret backslashes])
 
609
 ])# _LT_PROG_ECHO_BACKSLASH
 
610
 
 
611
 
 
612
@@ -2192,7 +2235,7 @@
 
613
   ;;
 
614
 *-*-irix6*)
 
615
   # Find out which ABI we are using.
 
616
-  echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
 
617
+  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
 
618
   if AC_TRY_EVAL(ac_compile); then
 
619
     if test "$lt_cv_prog_gnu_ld" = yes; then
 
620
       case `/usr/bin/file conftest.$ac_objext` in
 
621
@@ -2344,19 +2387,10 @@
 
622
   esac
 
623
   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
624
 fi
 
625
-
 
626
-case $host_os in
 
627
-  darwin*)
 
628
-    lock_old_archive_extraction=yes ;;
 
629
-  *)
 
630
-    lock_old_archive_extraction=no ;;
 
631
-esac
 
632
 _LT_DECL([], [old_postinstall_cmds], [2])
 
633
 _LT_DECL([], [old_postuninstall_cmds], [2])
 
634
 _LT_TAGDECL([], [old_archive_cmds], [2],
 
635
     [Commands used to build an old-style archive])
 
636
-_LT_DECL([], [lock_old_archive_extraction], [0],
 
637
-    [Whether to use a lock for old archive extraction])
 
638
 ])# _LT_CMD_OLD_ARCHIVE
 
639
 
 
640
 
 
641
@@ -2381,15 +2415,15 @@
 
642
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
643
    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
644
    -e 's:$: $lt_compiler_flag:'`
 
645
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
646
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
647
    (eval "$lt_compile" 2>conftest.err)
 
648
    ac_status=$?
 
649
    cat conftest.err >&AS_MESSAGE_LOG_FD
 
650
-   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
651
+   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
652
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
653
      # The compiler can only warn and ignore the option if not recognized
 
654
      # So say no if there are warnings other than the usual output.
 
655
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
 
656
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
657
      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
658
      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
659
        $2=yes
 
660
@@ -2429,7 +2463,7 @@
 
661
      if test -s conftest.err; then
 
662
        # Append any errors to the config.log.
 
663
        cat conftest.err 1>&AS_MESSAGE_LOG_FD
 
664
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
 
665
+       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
666
        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
667
        if diff conftest.exp conftest.er2 >/dev/null; then
 
668
          $2=yes
 
669
@@ -2492,11 +2526,6 @@
 
670
     lt_cv_sys_max_cmd_len=8192;
 
671
     ;;
 
672
 
 
673
-  mint*)
 
674
-    # On MiNT this can take a long time and run out of memory.
 
675
-    lt_cv_sys_max_cmd_len=8192;
 
676
-    ;;
 
677
-
 
678
   amigaos*)
 
679
     # On AmigaOS with pdksh, this test takes hours, literally.
 
680
     # So we just punt and use a minimum line length of 8192.
 
681
@@ -2561,8 +2590,8 @@
 
682
       # If test is not a shell built-in, we'll probably end up computing a
 
683
       # maximum length that is only half of the actual maximum length, but
 
684
       # we can't tell.
 
685
-      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
 
686
-                = "X$teststring$teststring"; } >/dev/null 2>&1 &&
 
687
+      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
 
688
+                = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
 
689
              test $i != 17 # 1/2 MB should be enough
 
690
       do
 
691
         i=`expr $i + 1`
 
692
@@ -2613,7 +2642,7 @@
 
693
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
694
   lt_status=$lt_dlunknown
 
695
   cat > conftest.$ac_ext <<_LT_EOF
 
696
-[#line $LINENO "configure"
 
697
+[#line __oline__ "configure"
 
698
 #include "confdefs.h"
 
699
 
 
700
 #if HAVE_DLFCN_H
 
701
@@ -2654,13 +2683,7 @@
 
702
 #  endif
 
703
 #endif
 
704
 
 
705
-/* When -fvisbility=hidden is used, assume the code has been annotated
 
706
-   correspondingly for the symbols needed.  */
 
707
-#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
 
708
-void fnord () __attribute__((visibility("default")));
 
709
-#endif
 
710
-
 
711
-void fnord () { int i=42; }
 
712
+void fnord() { int i=42;}
 
713
 int main ()
 
714
 {
 
715
   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
716
@@ -2669,11 +2692,7 @@
 
717
   if (self)
 
718
     {
 
719
       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
720
-      else
 
721
-        {
 
722
-         if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
 
723
-          else puts (dlerror ());
 
724
-       }
 
725
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
726
       /* dlclose (self); */
 
727
     }
 
728
   else
 
729
@@ -2849,16 +2868,16 @@
 
730
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
731
    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
732
    -e 's:$: $lt_compiler_flag:'`
 
733
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
734
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
735
    (eval "$lt_compile" 2>out/conftest.err)
 
736
    ac_status=$?
 
737
    cat out/conftest.err >&AS_MESSAGE_LOG_FD
 
738
-   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
739
+   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
740
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
741
    then
 
742
      # The compiler can only warn and ignore the option if not recognized
 
743
      # So say no if there are warnings
 
744
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
 
745
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
746
      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
747
      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
748
        _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
749
@@ -3017,7 +3036,6 @@
 
750
 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
751
 m4_require([_LT_DECL_OBJDUMP])dnl
 
752
 m4_require([_LT_DECL_SED])dnl
 
753
-m4_require([_LT_CHECK_SHELL_FEATURES])dnl
 
754
 AC_MSG_CHECKING([dynamic linker characteristics])
 
755
 m4_if([$1],
 
756
        [], [
 
757
@@ -3026,23 +3044,16 @@
 
758
     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
 
759
     *) lt_awk_arg="/^libraries:/" ;;
 
760
   esac
 
761
-  case $host_os in
 
762
-    mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;;
 
763
-    *) lt_sed_strip_eq="s,=/,/,g" ;;
 
764
-  esac
 
765
-  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
 
766
-  case $lt_search_path_spec in
 
767
-  *\;*)
 
768
+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
769
+  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
 
770
     # if the path contains ";" then we assume it to be the separator
 
771
     # otherwise default to the standard path separator (i.e. ":") - it is
 
772
     # assumed that no part of a normal pathname contains ";" but that should
 
773
     # okay in the real world where ";" in dirpaths is itself problematic.
 
774
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
 
775
-    ;;
 
776
-  *)
 
777
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
 
778
-    ;;
 
779
-  esac
 
780
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
 
781
+  else
 
782
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
783
+  fi
 
784
   # Ok, now we have the path, separated by spaces, we can step through it
 
785
   # and add multilib dir if necessary.
 
786
   lt_tmp_lt_search_path_spec=
 
787
@@ -3055,7 +3066,7 @@
 
788
        lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
 
789
     fi
 
790
   done
 
791
-  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
 
792
+  lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
 
793
 BEGIN {RS=" "; FS="/|\n";} {
 
794
   lt_foo="";
 
795
   lt_count=0;
 
796
@@ -3075,13 +3086,7 @@
 
797
   if (lt_foo != "") { lt_freq[[lt_foo]]++; }
 
798
   if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
 
799
 }'`
 
800
-  # AWK program above erroneously prepends '/' to C:/dos/paths
 
801
-  # for these hosts.
 
802
-  case $host_os in
 
803
-    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
 
804
-      $SED 's,/\([[A-Za-z]]:\),\1,g'` ;;
 
805
-  esac
 
806
-  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
 
807
+  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
 
808
 else
 
809
   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
810
 fi])
 
811
@@ -3169,7 +3174,7 @@
 
812
   m68k)
 
813
     library_names_spec='$libname.ixlibrary $libname.a'
 
814
     # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
815
-    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
 
816
+    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
 
817
     ;;
 
818
   esac
 
819
   ;;
 
820
@@ -3222,12 +3227,23 @@
 
821
     cygwin*)
 
822
       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
 
823
       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
824
-m4_if([$1], [],[
 
825
-      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
 
826
+      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
827
       ;;
 
828
     mingw* | cegcc*)
 
829
       # MinGW DLLs use traditional 'lib' prefix
 
830
       soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
831
+      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
832
+      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
 
833
+        # It is most probably a Windows format PATH printed by
 
834
+        # mingw gcc, but we are running on Cygwin. Gcc prints its search
 
835
+        # path with ; separators, and with drive letters. We can handle the
 
836
+        # drive letters (cygwin fileutils understands them), so leave them,
 
837
+        # especially as we might pass files found there to a mingw objdump,
 
838
+        # which wouldn't understand a cygwinified path. Ahh.
 
839
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
840
+      else
 
841
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
842
+      fi
 
843
       ;;
 
844
     pw32*)
 
845
       # pw32 DLLs use 'pw' prefix rather than 'lib'
 
846
@@ -3284,14 +3300,7 @@
 
847
     *) objformat=elf ;;
 
848
     esac
 
849
   fi
 
850
-  # Handle Gentoo/FreeBSD as it was Linux
 
851
-  case $host_vendor in
 
852
-    gentoo)
 
853
-      version_type=linux ;;
 
854
-    *)
 
855
-      version_type=freebsd-$objformat ;;
 
856
-  esac
 
857
-
 
858
+  version_type=freebsd-$objformat
 
859
   case $version_type in
 
860
     freebsd-elf*)
 
861
       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
862
@@ -3302,12 +3311,6 @@
 
863
       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
 
864
       need_version=yes
 
865
       ;;
 
866
-    linux)
 
867
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
868
-      soname_spec='${libname}${release}${shared_ext}$major'
 
869
-      need_lib_prefix=no
 
870
-      need_version=no
 
871
-      ;;
 
872
   esac
 
873
   shlibpath_var=LD_LIBRARY_PATH
 
874
   case $host_os in
 
875
@@ -3340,19 +3343,6 @@
 
876
   hardcode_into_libs=yes
 
877
   ;;
 
878
 
 
879
-haiku*)
 
880
-  version_type=linux
 
881
-  need_lib_prefix=no
 
882
-  need_version=no
 
883
-  dynamic_linker="$host_os runtime_loader"
 
884
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
885
-  soname_spec='${libname}${release}${shared_ext}$major'
 
886
-  shlibpath_var=LIBRARY_PATH
 
887
-  shlibpath_overrides_runpath=yes
 
888
-  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
 
889
-  hardcode_into_libs=yes
 
890
-  ;;
 
891
-
 
892
 hpux9* | hpux10* | hpux11*)
 
893
   # Give a soname corresponding to the major version so that dld.sl refuses to
 
894
   # link against other versions.
 
895
@@ -3395,10 +3385,8 @@
 
896
     soname_spec='${libname}${release}${shared_ext}$major'
 
897
     ;;
 
898
   esac
 
899
-  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
 
900
+  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
901
   postinstall_cmds='chmod 555 $lib'
 
902
-  # or fails outright, so override atomically:
 
903
-  install_override_mode=555
 
904
   ;;
 
905
 
 
906
 interix[[3-9]]*)
 
907
@@ -3465,21 +3453,16 @@
 
908
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
909
   shlibpath_var=LD_LIBRARY_PATH
 
910
   shlibpath_overrides_runpath=no
 
911
-
 
912
   # Some binutils ld are patched to set DT_RUNPATH
 
913
-  AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath],
 
914
-    [lt_cv_shlibpath_overrides_runpath=no
 
915
-    save_LDFLAGS=$LDFLAGS
 
916
-    save_libdir=$libdir
 
917
-    eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
 
918
-        LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
 
919
-    AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
 
920
-      [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
 
921
-        [lt_cv_shlibpath_overrides_runpath=yes])])
 
922
-    LDFLAGS=$save_LDFLAGS
 
923
-    libdir=$save_libdir
 
924
-    ])
 
925
-  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
 
926
+  save_LDFLAGS=$LDFLAGS
 
927
+  save_libdir=$libdir
 
928
+  eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
 
929
+       LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
 
930
+  AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
 
931
+    [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
 
932
+       [shlibpath_overrides_runpath=yes])])
 
933
+  LDFLAGS=$save_LDFLAGS
 
934
+  libdir=$save_libdir
 
935
 
 
936
   # This implies no fast_install, which is unacceptable.
 
937
   # Some rework will be needed to allow for fast_install
 
938
@@ -3488,7 +3471,7 @@
 
939
 
 
940
   # Append ld.so.conf contents to the search path
 
941
   if test -f /etc/ld.so.conf; then
 
942
-    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;s/"//g;/^$/d' | tr '\n' ' '`
 
943
+    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' ' '`
 
944
     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
945
   fi
 
946
 
 
947
@@ -3501,6 +3484,18 @@
119
948
   dynamic_linker='GNU/Linux ld.so'
120
949
   ;;
121
950
 
134
963
 netbsd*)
135
964
   version_type=sunos
136
965
   need_lib_prefix=no
137
 
@@ -4071,11 +4083,11 @@ irix5* | irix6* | nonstopux*)
138
 
   ;;
139
 
 
140
 
 # This must be Linux ELF.
141
 
-linux* | k*bsd*-gnu)
142
 
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
966
@@ -3721,8 +3716,6 @@
 
967
     The last name is the one that the linker finds with -lNAME]])
 
968
 _LT_DECL([], [soname_spec], [1],
 
969
     [[The coded name of the library, if different from the real name]])
 
970
-_LT_DECL([], [install_override_mode], [1],
 
971
-    [Permission mode override for installation of shared libraries])
 
972
 _LT_DECL([], [postinstall_cmds], [2],
 
973
     [Command to use after installation of a shared archive])
 
974
 _LT_DECL([], [postuninstall_cmds], [2],
 
975
@@ -3835,7 +3828,6 @@
 
976
 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
977
 m4_require([_LT_DECL_SED])dnl
 
978
 m4_require([_LT_DECL_EGREP])dnl
 
979
-m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
 
980
 
 
981
 AC_ARG_WITH([gnu-ld],
 
982
     [AS_HELP_STRING([--with-gnu-ld],
 
983
@@ -3965,8 +3957,8 @@
 
984
     fi
 
985
     ;;
 
986
 esac
 
987
-_LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl
 
988
-_LT_TAGDECL([], [reload_cmds], [2])dnl
 
989
+_LT_DECL([], [reload_flag], [1], [How to create reloadable object files])dnl
 
990
+_LT_DECL([], [reload_cmds], [2])dnl
 
991
 ])# _LT_CMD_RELOAD
 
992
 
 
993
 
 
994
@@ -4018,18 +4010,16 @@
 
995
   # Base MSYS/MinGW do not provide the 'file' command needed by
 
996
   # func_win32_libid shell function, so use a weaker test based on 'objdump',
 
997
   # unless we find 'file', for example because we are cross-compiling.
 
998
-  # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
 
999
-  if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
 
1000
+  if ( file / ) >/dev/null 2>&1; then
 
1001
     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
1002
     lt_cv_file_magic_cmd='func_win32_libid'
 
1003
   else
 
1004
-    # Keep this pattern in sync with the one in func_win32_libid.
 
1005
-    lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
 
1006
+    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
1007
     lt_cv_file_magic_cmd='$OBJDUMP -f'
 
1008
   fi
 
1009
   ;;
 
1010
 
 
1011
-cegcc*)
 
1012
+cegcc)
 
1013
   # use the weaker test based on 'objdump'. See mingw*.
 
1014
   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
 
1015
   lt_cv_file_magic_cmd='$OBJDUMP -f'
 
1016
@@ -4059,10 +4049,6 @@
 
1017
   lt_cv_deplibs_check_method=pass_all
 
1018
   ;;
 
1019
 
 
1020
-haiku*)
 
1021
-  lt_cv_deplibs_check_method=pass_all
 
1022
-  ;;
 
1023
-
 
1024
 hpux10.20* | hpux11*)
 
1025
   lt_cv_file_magic_cmd=/usr/bin/file
 
1026
   case $host_cpu in
 
1027
@@ -4071,11 +4057,11 @@
 
1028
     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
 
1029
     ;;
 
1030
   hppa*64*)
 
1031
-    [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]']
 
1032
+    [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
 
1033
     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
 
1034
     ;;
 
1035
   *)
 
1036
-    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library'
 
1037
+    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
 
1038
     lt_cv_file_magic_test_file=/usr/lib/libc.sl
 
1039
     ;;
 
1040
   esac
 
1041
@@ -4101,7 +4087,7 @@
143
1042
   lt_cv_deplibs_check_method=pass_all
144
1043
   ;;
145
1044
 
148
1047
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
149
1048
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
150
1049
   else
151
 
@@ -4692,7 +4704,7 @@ m4_if([$1], [CXX], [
 
1050
@@ -4239,19 +4225,7 @@
 
1051
   NM="$lt_cv_path_NM"
 
1052
 else
 
1053
   # Didn't find any BSD compatible name lister, look for dumpbin.
 
1054
-  if test -n "$DUMPBIN"; then :
 
1055
-    # Let the user override the test.
 
1056
-  else
 
1057
-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
 
1058
-    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
 
1059
-    *COFF*)
 
1060
-      DUMPBIN="$DUMPBIN -symbols"
 
1061
-      ;;
 
1062
-    *)
 
1063
-      DUMPBIN=:
 
1064
-      ;;
 
1065
-    esac
 
1066
-  fi
 
1067
+  AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :)
 
1068
   AC_SUBST([DUMPBIN])
 
1069
   if test "$DUMPBIN" != ":"; then
 
1070
     NM="$DUMPBIN"
 
1071
@@ -4264,13 +4238,13 @@
 
1072
 AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
 
1073
   [lt_cv_nm_interface="BSD nm"
 
1074
   echo "int some_variable = 0;" > conftest.$ac_ext
 
1075
-  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
 
1076
+  (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
 
1077
   (eval "$ac_compile" 2>conftest.err)
 
1078
   cat conftest.err >&AS_MESSAGE_LOG_FD
 
1079
-  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
 
1080
+  (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
 
1081
   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
 
1082
   cat conftest.err >&AS_MESSAGE_LOG_FD
 
1083
-  (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
 
1084
+  (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD)
 
1085
   cat conftest.out >&AS_MESSAGE_LOG_FD
 
1086
   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
 
1087
     lt_cv_nm_interface="MS dumpbin"
 
1088
@@ -4293,7 +4267,7 @@
 
1089
 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
1090
 LIBM=
 
1091
 case $host in
 
1092
-*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
 
1093
+*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
 
1094
   # These system don't have libm, or don't need it
 
1095
   ;;
 
1096
 *-ncr-sysv4.3*)
 
1097
@@ -4321,12 +4295,7 @@
 
1098
 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
1099
 
 
1100
 if test "$GCC" = yes; then
 
1101
-  case $cc_basename in
 
1102
-  nvcc*)
 
1103
-    _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;;
 
1104
-  *)
 
1105
-    _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;;
 
1106
-  esac
 
1107
+  _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
1108
 
 
1109
   _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
 
1110
     lt_cv_prog_compiler_rtti_exceptions,
 
1111
@@ -4343,7 +4312,6 @@
 
1112
 m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
 
1113
 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
1114
 AC_REQUIRE([AC_PROG_CC])dnl
 
1115
-AC_REQUIRE([AC_PROG_AWK])dnl
 
1116
 AC_REQUIRE([LT_PATH_NM])dnl
 
1117
 AC_REQUIRE([LT_PATH_LD])dnl
 
1118
 m4_require([_LT_DECL_SED])dnl
 
1119
@@ -4469,7 +4437,7 @@
 
1120
   if AC_TRY_EVAL(ac_compile); then
 
1121
     # Now try to grab the symbols.
 
1122
     nlist=conftest.nm
 
1123
-    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
 
1124
+    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
 
1125
       # Try sorting and uniquifying the output.
 
1126
       if sort "$nlist" | uniq > "$nlist"T; then
 
1127
        mv -f "$nlist"T "$nlist"
 
1128
@@ -4631,11 +4599,6 @@
 
1129
       # DJGPP does not support shared libraries at all
 
1130
       _LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
1131
       ;;
 
1132
-    haiku*)
 
1133
-      # PIC is the default for Haiku.
 
1134
-      # The "-static" flag exists, but is broken.
 
1135
-      _LT_TAGVAR(lt_prog_compiler_static, $1)=
 
1136
-      ;;
 
1137
     interix[[3-9]]*)
 
1138
       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
1139
       # Instead, we relocate shared libraries at runtime.
 
1140
@@ -4774,8 +4737,8 @@
 
1141
            _LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
1142
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
152
1143
            ;;
153
 
        esac
154
 
        ;;
155
 
-      linux* | k*bsd*-gnu)
156
 
+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
157
 
        case $cc_basename in
158
 
          KCC*)
159
 
            # KAI C++ Compiler
160
 
@@ -4756,7 +4768,7 @@ m4_if([$1], [CXX], [
 
1144
-         xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*)
 
1145
-           # IBM XL 8.0, 9.0 on PPC and BlueGene
 
1146
+         xlc* | xlC*)
 
1147
+           # IBM XL 8.0 on PPC
 
1148
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1149
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
 
1150
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
 
1151
@@ -4805,7 +4768,7 @@
161
1152
            ;;
162
1153
        esac
163
1154
        ;;
166
1157
        ;;
167
1158
       *qnx* | *nto*)
168
1159
         # QNX uses GNU C++, but need to define -shared option too, otherwise
169
 
@@ -4976,7 +4988,7 @@ m4_if([$1], [CXX], [
170
 
       _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
1160
@@ -4837,7 +4800,7 @@
 
1161
        ;;
 
1162
       solaris*)
 
1163
        case $cc_basename in
 
1164
-         CC* | sunCC*)
 
1165
+         CC*)
 
1166
            # Sun C++ 4.2, 5.x and Centerline C++
 
1167
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
1168
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1169
@@ -4941,12 +4904,6 @@
 
1170
       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
171
1171
       ;;
172
1172
 
173
 
-    linux* | k*bsd*-gnu)
174
 
+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
1173
-    haiku*)
 
1174
-      # PIC is the default for Haiku.
 
1175
-      # The "-static" flag exists, but is broken.
 
1176
-      _LT_TAGVAR(lt_prog_compiler_static, $1)=
 
1177
-      ;;
 
1178
-
 
1179
     hpux*)
 
1180
       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
 
1181
       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
 
1182
@@ -4989,13 +4946,6 @@
 
1183
       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
1184
       ;;
 
1185
     esac
 
1186
-
 
1187
-    case $cc_basename in
 
1188
-    nvcc*) # Cuda Compiler Driver 2.2
 
1189
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '
 
1190
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Xcompiler -fPIC'
 
1191
-      ;;
 
1192
-    esac
 
1193
   else
 
1194
     # PORTME Check for flag to pass linker flags through the system compiler.
 
1195
     case $host_os in
 
1196
@@ -5059,7 +5009,7 @@
 
1197
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
 
1198
        _LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
 
1199
        ;;
 
1200
-      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
 
1201
+      pgcc* | pgf77* | pgf90* | pgf95*)
 
1202
         # Portland Group compilers (*not* the Pentium gcc compiler,
 
1203
        # which looks to be a dead project)
 
1204
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1205
@@ -5071,26 +5021,26 @@
 
1206
         # All Alpha code is PIC.
 
1207
         _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
1208
         ;;
 
1209
-      xl* | bgxl* | bgf* | mpixl*)
 
1210
-       # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
 
1211
+      xl*)
 
1212
+       # IBM XL C 8.0/Fortran 10.1 on PPC
 
1213
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1214
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
 
1215
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
 
1216
        ;;
 
1217
       *)
 
1218
        case `$CC -V 2>&1 | sed 5q` in
 
1219
-       *Sun\ F* | *Sun*Fortran*)
 
1220
-         # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
1221
-         _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
1222
-         _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1223
-         _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
 
1224
-         ;;
 
1225
        *Sun\ C*)
 
1226
          # Sun C 5.9
 
1227
          _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
1228
          _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1229
          _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1230
          ;;
 
1231
+       *Sun\ F*)
 
1232
+         # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
1233
+         _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
1234
+         _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1235
+         _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
 
1236
+         ;;
 
1237
        esac
 
1238
        ;;
 
1239
       esac
 
1240
@@ -5121,7 +5071,7 @@
 
1241
       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
1242
       _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
175
1243
       case $cc_basename in
176
 
       # old Intel for x86_64 which still supported -KPIC.
177
 
       ecc*)
178
 
@@ -5181,6 +5193,9 @@ m4_if([$1], [CXX], [
 
1244
-      f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
 
1245
+      f77* | f90* | f95*)
 
1246
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
 
1247
       *)
 
1248
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
 
1249
@@ -5231,10 +5181,8 @@
 
1250
   aix[[4-9]]*)
 
1251
     # If we're using GNU nm, then we don't want the "-C" option.
 
1252
     # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
1253
-    # Also, AIX nm treats weak defined symbols like other global defined
 
1254
-    # symbols, whereas GNU nm marks them as "W".
 
1255
     if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
 
1256
-      _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 
1257
+      _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 
1258
     else
 
1259
       _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 
1260
     fi
 
1261
@@ -5245,6 +5193,9 @@
179
1262
   cygwin* | mingw* | cegcc*)
180
1263
     _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'
181
1264
   ;;
185
1268
   *)
186
1269
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
187
1270
   ;;
188
 
@@ -5245,6 +5260,9 @@ dnl Note also adjust exclude_expsyms for
 
1271
@@ -5309,36 +5260,13 @@
189
1272
   openbsd*)
190
1273
     with_gnu_ld=no
191
1274
     ;;
195
1278
   esac
196
1279
 
197
1280
   _LT_TAGVAR(ld_shlibs, $1)=yes
198
 
@@ -5266,6 +5284,7 @@ dnl Note also adjust exclude_expsyms for
199
 
     fi
200
 
     supports_anon_versioning=no
201
 
     case `$LD -v 2>&1` in
202
 
+      *GNU\ gold*) supports_anon_versioning=yes ;;
203
 
       *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
204
 
       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
205
 
       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
206
 
@@ -5357,7 +5376,7 @@ _LT_EOF
207
 
       _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
1281
-
 
1282
-  # On some targets, GNU ld is compatible enough with the native linker
 
1283
-  # that we're better off using the native interface for both.
 
1284
-  lt_use_gnu_ld_interface=no
 
1285
   if test "$with_gnu_ld" = yes; then
 
1286
-    case $host_os in
 
1287
-      aix*)
 
1288
-       # The AIX port of GNU ld has always aspired to compatibility
 
1289
-       # with the native linker.  However, as the warning in the GNU ld
 
1290
-       # block says, versions before 2.19.5* couldn't really create working
 
1291
-       # shared libraries, regardless of the interface used.
 
1292
-       case `$LD -v 2>&1` in
 
1293
-         *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
 
1294
-         *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;;
 
1295
-         *\ \(GNU\ Binutils\)\ [[3-9]]*) ;;
 
1296
-         *)
 
1297
-           lt_use_gnu_ld_interface=yes
 
1298
-           ;;
 
1299
-       esac
 
1300
-       ;;
 
1301
-      *)
 
1302
-       lt_use_gnu_ld_interface=yes
 
1303
-       ;;
 
1304
-    esac
 
1305
-  fi
 
1306
-
 
1307
-  if test "$lt_use_gnu_ld_interface" = yes; then
 
1308
     # If archive_cmds runs LD, not CC, wlarc should be empty
 
1309
     wlarc='${wl}'
 
1310
 
 
1311
@@ -5372,12 +5300,11 @@
 
1312
        _LT_TAGVAR(ld_shlibs, $1)=no
 
1313
        cat <<_LT_EOF 1>&2
 
1314
 
 
1315
-*** Warning: the GNU linker, at least up to release 2.19, is reported
 
1316
+*** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
1317
 *** to be unable to reliably create shared libraries on AIX.
 
1318
 *** Therefore, libtool is disabling shared libraries support.  If you
 
1319
-*** really care for shared libraries, you may want to install binutils
 
1320
-*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
 
1321
-*** You will then need to restart the configuration process.
 
1322
+*** really care for shared libraries, you may want to modify your PATH
 
1323
+*** so that a non-GNU linker is found, and then restart.
 
1324
 
 
1325
 _LT_EOF
 
1326
       fi
 
1327
@@ -5413,7 +5340,6 @@
 
1328
       # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
1329
       # as there is no search path for DLLs.
 
1330
       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
1331
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
 
1332
       _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
1333
       _LT_TAGVAR(always_export_symbols, $1)=no
 
1334
       _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
1335
@@ -5435,11 +5361,6 @@
 
1336
       fi
208
1337
       ;;
209
1338
 
210
 
-    gnu* | linux* | tpf* | k*bsd*-gnu)
211
 
+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
212
 
       tmp_diet=no
213
 
       if test "$host_os" = linux-dietlibc; then
 
1339
-    haiku*)
 
1340
-      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
1341
-      _LT_TAGVAR(link_all_deplibs, $1)=yes
 
1342
-      ;;
 
1343
-
 
1344
     interix[[3-9]]*)
 
1345
       _LT_TAGVAR(hardcode_direct, $1)=no
 
1346
       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
1347
@@ -5469,12 +5390,11 @@
 
1348
        tmp_sharedflag='-shared'
 
1349
        case $cc_basename,$host_cpu in
 
1350
         pgcc*)                         # Portland Group C compiler
 
1351
-         _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 
1352
+         _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
1353
          tmp_addflag=' $pic_flag'
 
1354
          ;;
 
1355
-       pgf77* | pgf90* | pgf95* | pgfortran*)
 
1356
-                                       # Portland Group f77 and f90 compilers
 
1357
-         _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 
1358
+       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
1359
+         _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
1360
          tmp_addflag=' $pic_flag -Mnomain' ;;
 
1361
        ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
 
1362
          tmp_addflag=' -i_dynamic' ;;
 
1363
@@ -5485,17 +5405,13 @@
 
1364
        lf95*)                          # Lahey Fortran 8.1
 
1365
          _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
1366
          tmp_sharedflag='--shared' ;;
 
1367
-       xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
 
1368
+       xl[[cC]]*)                      # IBM XL C 8.0 on PPC (deal with xlf below)
 
1369
          tmp_sharedflag='-qmkshrobj'
 
1370
          tmp_addflag= ;;
 
1371
-       nvcc*)  # Cuda Compiler Driver 2.2
 
1372
-         _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 
1373
-         _LT_TAGVAR(compiler_needs_object, $1)=yes
 
1374
-         ;;
 
1375
        esac
 
1376
        case `$CC -V 2>&1 | sed 5q` in
 
1377
        *Sun\ C*)                       # Sun C 5.9
 
1378
-         _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 
1379
+         _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
1380
          _LT_TAGVAR(compiler_needs_object, $1)=yes
 
1381
          tmp_sharedflag='-G' ;;
 
1382
        *Sun\ F*)                       # Sun Fortran 8.3
 
1383
@@ -5511,17 +5427,17 @@
 
1384
         fi
 
1385
 
214
1386
        case $cc_basename in
215
 
@@ -5427,7 +5446,7 @@ _LT_EOF
 
1387
-       xlf* | bgf* | bgxlf* | mpixlf*)
 
1388
+       xlf*)
 
1389
          # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
 
1390
          _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
 
1391
          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
1392
          _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
 
1393
-         _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
 
1394
+         _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
 
1395
          if test "x$supports_anon_versioning" = xyes; then
 
1396
            _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
 
1397
              cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
1398
              echo "local: *; };" >> $output_objdir/$libname.ver~
 
1399
-             $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
 
1400
+             $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
 
1401
          fi
 
1402
          ;;
 
1403
        esac
 
1404
@@ -5530,7 +5446,7 @@
216
1405
       fi
217
1406
       ;;
218
1407
 
221
1410
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
222
1411
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
223
1412
        wlarc=
224
 
@@ -5602,6 +5621,7 @@ _LT_EOF
 
1413
@@ -5642,10 +5558,8 @@
 
1414
       else
 
1415
        # If we're using GNU nm, then we don't want the "-C" option.
 
1416
        # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
1417
-       # Also, AIX nm treats weak defined symbols like other global
 
1418
-       # defined symbols, whereas GNU nm marks them as "W".
 
1419
        if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
 
1420
-         _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 
1421
+         _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 
1422
        else
 
1423
          _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 
1424
        fi
 
1425
@@ -5707,6 +5621,7 @@
225
1426
        if test "$aix_use_runtimelinking" = yes; then
226
1427
          shared_flag="$shared_flag "'${wl}-G'
227
1428
        fi
229
1430
       else
230
1431
        # not using gcc
231
1432
        if test "$host_cpu" = ia64; then
232
 
@@ -5840,7 +5860,7 @@ _LT_EOF
 
1433
@@ -5734,7 +5649,7 @@
 
1434
         # empty executable.
 
1435
         _LT_SYS_MODULE_PATH_AIX
 
1436
         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
1437
-        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
1438
+        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
1439
       else
 
1440
        if test "$host_cpu" = ia64; then
 
1441
          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
1442
@@ -5749,13 +5664,8 @@
 
1443
          # -berok will link without error, but may produce a broken library.
 
1444
          _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
1445
          _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
1446
-         if test "$with_gnu_ld" = yes; then
 
1447
-           # We only use this code for GNU lds that support --whole-archive.
 
1448
-           _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
1449
-         else
 
1450
-           # Exported symbols can be pulled into shared objects from archives
 
1451
-           _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
1452
-         fi
 
1453
+         # Exported symbols can be pulled into shared objects from archives
 
1454
+         _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
1455
          _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
1456
          # This is similar to how AIX traditionally builds its shared libraries.
 
1457
          _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
1458
@@ -5794,7 +5704,7 @@
 
1459
       # Tell ltmain to make .dll files, not .so files.
 
1460
       shrext_cmds=".dll"
 
1461
       # FIXME: Setting linknames here is a bad hack.
 
1462
-      _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
 
1463
+      _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
1464
       # The linker will automatically build a .lib file if we build a DLL.
 
1465
       _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
 
1466
       # FIXME: Should let the user specify the lib program.
 
1467
@@ -5861,7 +5771,7 @@
 
1468
       ;;
 
1469
 
 
1470
     hpux10*)
 
1471
-      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
 
1472
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
1473
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
1474
       else
 
1475
        _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
1476
@@ -5880,7 +5790,7 @@
 
1477
       ;;
 
1478
 
 
1479
     hpux11*)
 
1480
-      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
 
1481
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
1482
        case $host_cpu in
 
1483
        hppa*64*)
 
1484
          _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
1485
@@ -5901,14 +5811,7 @@
 
1486
          _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
1487
          ;;
 
1488
        *)
 
1489
-       m4_if($1, [], [
 
1490
-         # Older versions of the 11.00 compiler do not understand -b yet
 
1491
-         # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
 
1492
-         _LT_LINKER_OPTION([if $CC understands -b],
 
1493
-           _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b],
 
1494
-           [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
 
1495
-           [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])],
 
1496
-         [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
 
1497
+         _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
1498
          ;;
 
1499
        esac
 
1500
       fi
 
1501
@@ -5936,19 +5839,19 @@
 
1502
 
 
1503
     irix5* | irix6* | nonstopux*)
 
1504
       if test "$GCC" = yes; then
 
1505
-       _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
1506
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
1507
        # Try to use the -exported_symbol ld option, if it does not
 
1508
        # work, assume that -exports_file does not work either and
 
1509
        # implicitly export all symbols.
 
1510
         save_LDFLAGS="$LDFLAGS"
 
1511
         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
 
1512
         AC_LINK_IFELSE(int foo(void) {},
 
1513
-          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
 
1514
+          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
 
1515
         )
 
1516
         LDFLAGS="$save_LDFLAGS"
 
1517
       else
 
1518
-       _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
 
1519
-       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
 
1520
+       _LT_TAGVAR(archive_cmds, $1)='$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'
 
1521
+       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
 
1522
       fi
 
1523
       _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
 
1524
       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
1525
@@ -5957,7 +5860,7 @@
233
1526
       _LT_TAGVAR(link_all_deplibs, $1)=yes
234
1527
       ;;
235
1528
 
238
1531
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
239
1532
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
240
1533
       else
241
 
@@ -6836,7 +6856,7 @@ if test "$_lt_caught_CXX_error" != yes;
242
 
         _LT_TAGVAR(inherit_rpath, $1)=yes
 
1534
@@ -6010,17 +5913,17 @@
 
1535
       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
1536
       _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
1537
       _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
1538
-      _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
 
1539
+      _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
 
1540
       _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
1541
       ;;
 
1542
 
 
1543
     osf3*)
 
1544
       if test "$GCC" = yes; then
 
1545
        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
1546
-       _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
1547
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
1548
       else
 
1549
        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
1550
-       _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
 
1551
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
1552
       fi
 
1553
       _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
 
1554
       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
1555
@@ -6030,13 +5933,13 @@
 
1556
     osf4* | osf5*)     # as osf3* with the addition of -msym flag
 
1557
       if test "$GCC" = yes; then
 
1558
        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
1559
-       _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
1560
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
1561
        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
1562
       else
 
1563
        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
1564
-       _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
 
1565
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
1566
        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
 
1567
-       $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
 
1568
+       $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
 
1569
 
 
1570
        # Both c and cxx compiler support -rpath directly
 
1571
        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
1572
@@ -6227,38 +6130,36 @@
 
1573
       # Test whether the compiler implicitly links with -lc since on some
 
1574
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
1575
       # to ld, don't add -lc before -lgcc.
 
1576
-      AC_CACHE_CHECK([whether -lc should be explicitly linked in],
 
1577
-       [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1),
 
1578
-       [$RM conftest*
 
1579
-       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
1580
-
 
1581
-       if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
 
1582
-         soname=conftest
 
1583
-         lib=conftest
 
1584
-         libobjs=conftest.$ac_objext
 
1585
-         deplibs=
 
1586
-         wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
 
1587
-         pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
 
1588
-         compiler_flags=-v
 
1589
-         linker_flags=-v
 
1590
-         verstring=
 
1591
-         output_objdir=.
 
1592
-         libname=conftest
 
1593
-         lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
 
1594
-         _LT_TAGVAR(allow_undefined_flag, $1)=
 
1595
-         if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
 
1596
-         then
 
1597
-           lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
1598
-         else
 
1599
-           lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
1600
-         fi
 
1601
-         _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
 
1602
-       else
 
1603
-         cat conftest.err 1>&5
 
1604
-       fi
 
1605
-       $RM conftest*
 
1606
-       ])
 
1607
-      _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)
 
1608
+      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
 
1609
+      $RM conftest*
 
1610
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
1611
+
 
1612
+      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
 
1613
+        soname=conftest
 
1614
+        lib=conftest
 
1615
+        libobjs=conftest.$ac_objext
 
1616
+        deplibs=
 
1617
+        wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
 
1618
+       pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
 
1619
+        compiler_flags=-v
 
1620
+        linker_flags=-v
 
1621
+        verstring=
 
1622
+        output_objdir=.
 
1623
+        libname=conftest
 
1624
+        lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
 
1625
+        _LT_TAGVAR(allow_undefined_flag, $1)=
 
1626
+        if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
 
1627
+        then
 
1628
+         _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
1629
+        else
 
1630
+         _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
1631
+        fi
 
1632
+        _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
 
1633
+      else
 
1634
+        cat conftest.err 1>&5
 
1635
+      fi
 
1636
+      $RM conftest*
 
1637
+      AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)])
 
1638
       ;;
 
1639
     esac
 
1640
   fi
 
1641
@@ -6424,14 +6325,14 @@
 
1642
 ])# _LT_LANG_C_CONFIG
 
1643
 
 
1644
 
 
1645
-# _LT_LANG_CXX_CONFIG([TAG])
 
1646
-# --------------------------
 
1647
-# Ensure that the configuration variables for a C++ compiler are suitably
 
1648
-# defined.  These variables are subsequently used by _LT_CONFIG to write
 
1649
-# the compiler configuration to `libtool'.
 
1650
-m4_defun([_LT_LANG_CXX_CONFIG],
 
1651
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
1652
-m4_require([_LT_DECL_EGREP])dnl
 
1653
+# _LT_PROG_CXX
 
1654
+# ------------
 
1655
+# Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++
 
1656
+# compiler, we have our own version here.
 
1657
+m4_defun([_LT_PROG_CXX],
 
1658
+[
 
1659
+pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes])
 
1660
+AC_PROG_CXX
 
1661
 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
1662
     ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
1663
     (test "X$CXX" != "Xg++"))) ; then
 
1664
@@ -6439,6 +6340,22 @@
 
1665
 else
 
1666
   _lt_caught_CXX_error=yes
 
1667
 fi
 
1668
+popdef([AC_MSG_ERROR])
 
1669
+])# _LT_PROG_CXX
 
1670
+
 
1671
+dnl aclocal-1.4 backwards compatibility:
 
1672
+dnl AC_DEFUN([_LT_PROG_CXX], [])
 
1673
+
 
1674
+
 
1675
+# _LT_LANG_CXX_CONFIG([TAG])
 
1676
+# --------------------------
 
1677
+# Ensure that the configuration variables for a C++ compiler are suitably
 
1678
+# defined.  These variables are subsequently used by _LT_CONFIG to write
 
1679
+# the compiler configuration to `libtool'.
 
1680
+m4_defun([_LT_LANG_CXX_CONFIG],
 
1681
+[AC_REQUIRE([_LT_PROG_CXX])dnl
 
1682
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
1683
+m4_require([_LT_DECL_EGREP])dnl
 
1684
 
 
1685
 AC_LANG_PUSH(C++)
 
1686
 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
1687
@@ -6460,8 +6377,6 @@
 
1688
 _LT_TAGVAR(module_expsym_cmds, $1)=
 
1689
 _LT_TAGVAR(link_all_deplibs, $1)=unknown
 
1690
 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
1691
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
 
1692
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
 
1693
 _LT_TAGVAR(no_undefined_flag, $1)=
 
1694
 _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
1695
 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
1696
@@ -6564,7 +6479,7 @@
 
1697
       # Commands to make compiler produce verbose output that lists
 
1698
       # what "hidden" libraries, object files and flags are used when
 
1699
       # linking a shared library.
 
1700
-      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
 
1701
+      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
1702
 
 
1703
     else
 
1704
       GXX=no
 
1705
@@ -6676,7 +6591,7 @@
 
1706
           _LT_SYS_MODULE_PATH_AIX
 
1707
           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
1708
 
 
1709
-          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
1710
+          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
1711
         else
 
1712
           if test "$host_cpu" = ia64; then
 
1713
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
1714
@@ -6691,13 +6606,8 @@
 
1715
            # -berok will link without error, but may produce a broken library.
 
1716
            _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
1717
            _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
1718
-           if test "$with_gnu_ld" = yes; then
 
1719
-             # We only use this code for GNU lds that support --whole-archive.
 
1720
-             _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
1721
-           else
 
1722
-             # Exported symbols can be pulled into shared objects from archives
 
1723
-             _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
1724
-           fi
 
1725
+           # Exported symbols can be pulled into shared objects from archives
 
1726
+           _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
1727
            _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
1728
            # This is similar to how AIX traditionally builds its shared
 
1729
            # libraries.
 
1730
@@ -6730,7 +6640,6 @@
 
1731
         # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
1732
         # as there is no search path for DLLs.
 
1733
         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
1734
-        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
 
1735
         _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
1736
         _LT_TAGVAR(always_export_symbols, $1)=no
 
1737
         _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
1738
@@ -6791,11 +6700,6 @@
 
1739
       gnu*)
243
1740
         ;;
244
1741
 
245
 
-      linux* | k*bsd*-gnu)
246
 
+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
247
 
         case $cc_basename in
248
 
           KCC*)
249
 
            # Kuck and Associates, Inc. (KAI) C++ Compiler
250
 
@@ -8843,15 +8863,15 @@ m4_define([lt_dict_filter],
 
1742
-      haiku*)
 
1743
-        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
1744
-        _LT_TAGVAR(link_all_deplibs, $1)=yes
 
1745
-        ;;
 
1746
-
 
1747
       hpux9*)
 
1748
         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
1749
         _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
1750
@@ -6820,7 +6724,7 @@
 
1751
             # explicitly linking system object files so we need to strip them
 
1752
             # from the output so that they don't get included in the library
 
1753
             # dependencies.
 
1754
-            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
 
1755
+            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
1756
             ;;
 
1757
           *)
 
1758
             if test "$GXX" = yes; then
 
1759
@@ -6885,7 +6789,7 @@
 
1760
            # explicitly linking system object files so we need to strip them
 
1761
            # from the output so that they don't get included in the library
 
1762
            # dependencies.
 
1763
-           output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
 
1764
+           output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
1765
            ;;
 
1766
           *)
 
1767
            if test "$GXX" = yes; then
 
1768
@@ -6928,7 +6832,7 @@
 
1769
         case $cc_basename in
 
1770
           CC*)
 
1771
            # SGI C++
 
1772
-           _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
 
1773
+           _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
1774
 
 
1775
            # Archives containing C++ object files must be created using
 
1776
            # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
 
1777
@@ -6939,9 +6843,9 @@
 
1778
           *)
 
1779
            if test "$GXX" = yes; then
 
1780
              if test "$with_gnu_ld" = no; then
 
1781
-               _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
1782
+               _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
1783
              else
 
1784
-               _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
 
1785
+               _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
 
1786
              fi
 
1787
            fi
 
1788
            _LT_TAGVAR(link_all_deplibs, $1)=yes
 
1789
@@ -6970,7 +6874,7 @@
 
1790
            # explicitly linking system object files so we need to strip them
 
1791
            # from the output so that they don't get included in the library
 
1792
            # dependencies.
 
1793
-           output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
 
1794
+           output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
1795
 
 
1796
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
1797
            _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
1798
@@ -7007,26 +6911,26 @@
 
1799
           pgCC* | pgcpp*)
 
1800
             # Portland Group C++ compiler
 
1801
            case `$CC -V` in
 
1802
-           *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
 
1803
+           *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*)
 
1804
              _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
 
1805
                rm -rf $tpldir~
 
1806
                $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
 
1807
-               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
 
1808
+               compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
 
1809
              _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
 
1810
                rm -rf $tpldir~
 
1811
                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
 
1812
-               $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
 
1813
+               $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
 
1814
                $RANLIB $oldlib'
 
1815
              _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
 
1816
                rm -rf $tpldir~
 
1817
                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
 
1818
-               $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
1819
+               $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
1820
              _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
 
1821
                rm -rf $tpldir~
 
1822
                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
 
1823
-               $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
 
1824
+               $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
 
1825
              ;;
 
1826
-           *) # Version 6 and above use weak symbols
 
1827
+           *) # Version 6 will use weak symbols
 
1828
              _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
1829
              _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
 
1830
              ;;
 
1831
@@ -7034,7 +6938,7 @@
 
1832
 
 
1833
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
1834
            _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
1835
-           _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 
1836
+           _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
1837
             ;;
 
1838
          cxx*)
 
1839
            # Compaq C++
 
1840
@@ -7053,9 +6957,9 @@
 
1841
            # explicitly linking system object files so we need to strip them
 
1842
            # from the output so that they don't get included in the library
 
1843
            # dependencies.
 
1844
-           output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
 
1845
+           output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
1846
            ;;
 
1847
-         xl* | mpixl* | bgxl*)
 
1848
+         xl*)
 
1849
            # IBM XL 8.0 on PPC, with GNU ld
 
1850
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
1851
            _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
1852
@@ -7075,13 +6979,13 @@
 
1853
              _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
1854
              _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
 
1855
              _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
1856
-             _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 
1857
+             _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
1858
              _LT_TAGVAR(compiler_needs_object, $1)=yes
 
1859
 
 
1860
              # Not sure whether something based on
 
1861
              # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
 
1862
              # would be better.
 
1863
-             output_verbose_link_cmd='func_echo_all'
 
1864
+             output_verbose_link_cmd='echo'
 
1865
 
 
1866
              # Archives containing C++ object files must be created using
 
1867
              # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
1868
@@ -7150,7 +7054,7 @@
 
1869
            _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
1870
            _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
1871
          fi
 
1872
-         output_verbose_link_cmd=func_echo_all
 
1873
+         output_verbose_link_cmd=echo
 
1874
        else
 
1875
          _LT_TAGVAR(ld_shlibs, $1)=no
 
1876
        fi
 
1877
@@ -7185,15 +7089,15 @@
 
1878
            case $host in
 
1879
              osf3*)
 
1880
                _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
1881
-               _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
 
1882
+               _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
1883
                _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
1884
                ;;
 
1885
              *)
 
1886
                _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
1887
-               _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
 
1888
+               _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
1889
                _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
 
1890
                  echo "-hidden">> $lib.exp~
 
1891
-                 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
 
1892
+                 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
 
1893
                  $RM $lib.exp'
 
1894
                _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
1895
                ;;
 
1896
@@ -7209,17 +7113,17 @@
 
1897
            # explicitly linking system object files so we need to strip them
 
1898
            # from the output so that they don't get included in the library
 
1899
            # dependencies.
 
1900
-           output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
 
1901
+           output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
1902
            ;;
 
1903
          *)
 
1904
            if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
1905
              _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
1906
              case $host in
 
1907
                osf3*)
 
1908
-                 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
1909
+                 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
1910
                  ;;
 
1911
                *)
 
1912
-                 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
1913
+                 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
1914
                  ;;
 
1915
              esac
 
1916
 
 
1917
@@ -7229,7 +7133,7 @@
 
1918
              # Commands to make compiler produce verbose output that lists
 
1919
              # what "hidden" libraries, object files and flags are used when
 
1920
              # linking a shared library.
 
1921
-             output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
 
1922
+             output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
1923
 
 
1924
            else
 
1925
              # FIXME: insert proper C++ library support
 
1926
@@ -7265,7 +7169,7 @@
 
1927
 
 
1928
       solaris*)
 
1929
         case $cc_basename in
 
1930
-          CC* | sunCC*)
 
1931
+          CC*)
 
1932
            # Sun C++ 4.2, 5.x and Centerline C++
 
1933
             _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
 
1934
            _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
 
1935
@@ -7286,7 +7190,7 @@
 
1936
            esac
 
1937
            _LT_TAGVAR(link_all_deplibs, $1)=yes
 
1938
 
 
1939
-           output_verbose_link_cmd='func_echo_all'
 
1940
+           output_verbose_link_cmd='echo'
 
1941
 
 
1942
            # Archives containing C++ object files must be created using
 
1943
            # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
1944
@@ -7313,7 +7217,7 @@
 
1945
                # Commands to make compiler produce verbose output that lists
 
1946
                # what "hidden" libraries, object files and flags are used when
 
1947
                # linking a shared library.
 
1948
-               output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
 
1949
+               output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
1950
              else
 
1951
                # g++ 2.7 appears to require `-G' NOT `-shared' on this
 
1952
                # platform.
 
1953
@@ -7324,7 +7228,7 @@
 
1954
                # Commands to make compiler produce verbose output that lists
 
1955
                # what "hidden" libraries, object files and flags are used when
 
1956
                # linking a shared library.
 
1957
-               output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
 
1958
+               output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
1959
              fi
 
1960
 
 
1961
              _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
 
1962
@@ -7378,10 +7282,6 @@
 
1963
           CC*)
 
1964
            _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
1965
            _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
1966
-           _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~
 
1967
-             '"$_LT_TAGVAR(old_archive_cmds, $1)"
 
1968
-           _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~
 
1969
-             '"$_LT_TAGVAR(reload_cmds, $1)"
 
1970
            ;;
 
1971
          *)
 
1972
            _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
1973
@@ -7628,7 +7528,7 @@
 
1974
 
 
1975
 solaris*)
 
1976
   case $cc_basename in
 
1977
-  CC* | sunCC*)
 
1978
+  CC*)
 
1979
     # The more standards-conforming stlport4 library is
 
1980
     # incompatible with the Cstd library. Avoid specifying
 
1981
     # it if it's in CXXFLAGS. Ignore libCrun as
 
1982
@@ -7672,16 +7572,32 @@
 
1983
 ])# _LT_SYS_HIDDEN_LIBDEPS
 
1984
 
 
1985
 
 
1986
+# _LT_PROG_F77
 
1987
+# ------------
 
1988
+# Since AC_PROG_F77 is broken, in that it returns the empty string
 
1989
+# if there is no fortran compiler, we have our own version here.
 
1990
+m4_defun([_LT_PROG_F77],
 
1991
+[
 
1992
+pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes])
 
1993
+AC_PROG_F77
 
1994
+if test -z "$F77" || test "X$F77" = "Xno"; then
 
1995
+  _lt_disable_F77=yes
 
1996
+fi
 
1997
+popdef([AC_MSG_ERROR])
 
1998
+])# _LT_PROG_F77
 
1999
+
 
2000
+dnl aclocal-1.4 backwards compatibility:
 
2001
+dnl AC_DEFUN([_LT_PROG_F77], [])
 
2002
+
 
2003
+
 
2004
 # _LT_LANG_F77_CONFIG([TAG])
 
2005
 # --------------------------
 
2006
 # Ensure that the configuration variables for a Fortran 77 compiler are
 
2007
 # suitably defined.  These variables are subsequently used by _LT_CONFIG
 
2008
 # to write the compiler configuration to `libtool'.
 
2009
 m4_defun([_LT_LANG_F77_CONFIG],
 
2010
-[AC_LANG_PUSH(Fortran 77)
 
2011
-if test -z "$F77" || test "X$F77" = "Xno"; then
 
2012
-  _lt_disable_F77=yes
 
2013
-fi
 
2014
+[AC_REQUIRE([_LT_PROG_F77])dnl
 
2015
+AC_LANG_PUSH(Fortran 77)
 
2016
 
 
2017
 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
2018
 _LT_TAGVAR(allow_undefined_flag, $1)=
 
2019
@@ -7700,8 +7616,6 @@
 
2020
 _LT_TAGVAR(module_expsym_cmds, $1)=
 
2021
 _LT_TAGVAR(link_all_deplibs, $1)=unknown
 
2022
 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
2023
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
 
2024
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
 
2025
 _LT_TAGVAR(no_undefined_flag, $1)=
 
2026
 _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
2027
 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
2028
@@ -7801,17 +7715,32 @@
 
2029
 ])# _LT_LANG_F77_CONFIG
 
2030
 
 
2031
 
 
2032
+# _LT_PROG_FC
 
2033
+# -----------
 
2034
+# Since AC_PROG_FC is broken, in that it returns the empty string
 
2035
+# if there is no fortran compiler, we have our own version here.
 
2036
+m4_defun([_LT_PROG_FC],
 
2037
+[
 
2038
+pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes])
 
2039
+AC_PROG_FC
 
2040
+if test -z "$FC" || test "X$FC" = "Xno"; then
 
2041
+  _lt_disable_FC=yes
 
2042
+fi
 
2043
+popdef([AC_MSG_ERROR])
 
2044
+])# _LT_PROG_FC
 
2045
+
 
2046
+dnl aclocal-1.4 backwards compatibility:
 
2047
+dnl AC_DEFUN([_LT_PROG_FC], [])
 
2048
+
 
2049
+
 
2050
 # _LT_LANG_FC_CONFIG([TAG])
 
2051
 # -------------------------
 
2052
 # Ensure that the configuration variables for a Fortran compiler are
 
2053
 # suitably defined.  These variables are subsequently used by _LT_CONFIG
 
2054
 # to write the compiler configuration to `libtool'.
 
2055
 m4_defun([_LT_LANG_FC_CONFIG],
 
2056
-[AC_LANG_PUSH(Fortran)
 
2057
-
 
2058
-if test -z "$FC" || test "X$FC" = "Xno"; then
 
2059
-  _lt_disable_FC=yes
 
2060
-fi
 
2061
+[AC_REQUIRE([_LT_PROG_FC])dnl
 
2062
+AC_LANG_PUSH(Fortran)
 
2063
 
 
2064
 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
2065
 _LT_TAGVAR(allow_undefined_flag, $1)=
 
2066
@@ -7830,8 +7759,6 @@
 
2067
 _LT_TAGVAR(module_expsym_cmds, $1)=
 
2068
 _LT_TAGVAR(link_all_deplibs, $1)=unknown
 
2069
 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
2070
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
 
2071
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
 
2072
 _LT_TAGVAR(no_undefined_flag, $1)=
 
2073
 _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
2074
 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
2075
@@ -7977,8 +7904,6 @@
 
2076
 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
2077
 
 
2078
 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
2079
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
 
2080
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
 
2081
 
 
2082
 if test -n "$compiler"; then
 
2083
   _LT_COMPILER_NO_RTTI($1)
 
2084
@@ -8340,7 +8265,7 @@
 
2085
 func_dirname ()
 
2086
 {
 
2087
   # Extract subdirectory from the argument.
 
2088
-  func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
 
2089
+  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
 
2090
   if test "X$func_dirname_result" = "X${1}"; then
 
2091
     func_dirname_result="${3}"
 
2092
   else
 
2093
@@ -8351,7 +8276,7 @@
 
2094
 # func_basename file
 
2095
 func_basename ()
 
2096
 {
 
2097
-  func_basename_result=`$ECHO "${1}" | $SED "$basename"`
 
2098
+  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
 
2099
 }
 
2100
 
 
2101
 dnl func_dirname_and_basename
 
2102
@@ -8367,8 +8292,10 @@
 
2103
 func_stripname ()
 
2104
 {
 
2105
   case ${2} in
 
2106
-    .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
 
2107
-    *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
 
2108
+    .*) func_stripname_result=`$ECHO "X${3}" \
 
2109
+           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
 
2110
+    *)  func_stripname_result=`$ECHO "X${3}" \
 
2111
+           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
 
2112
   esac
 
2113
 }
 
2114
 
 
2115
@@ -8379,20 +8306,20 @@
 
2116
 # func_opt_split
 
2117
 func_opt_split ()
 
2118
 {
 
2119
-  func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
 
2120
-  func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
 
2121
+  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
 
2122
+  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
 
2123
 }
 
2124
 
 
2125
 # func_lo2o object
 
2126
 func_lo2o ()
 
2127
 {
 
2128
-  func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
 
2129
+  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
 
2130
 }
 
2131
 
 
2132
 # func_xform libobj-or-source
 
2133
 func_xform ()
 
2134
 {
 
2135
-  func_xform_result=`$ECHO "${1}" | $SED 's/\.[[^.]]*$/.lo/'`
 
2136
+  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
 
2137
 }
 
2138
 
 
2139
 # func_arith arithmetic-term...
 
2140
@@ -8440,15 +8367,14 @@
 
2141
 
 
2142
 # Helper functions for option handling.                    -*- Autoconf -*-
 
2143
 #
 
2144
-#   Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
 
2145
-#   Inc.
 
2146
+#   Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
 
2147
 #   Written by Gary V. Vaughan, 2004
 
2148
 #
 
2149
 # This file is free software; the Free Software Foundation gives
 
2150
 # unlimited permission to copy and/or distribute it, with or without
 
2151
 # modifications, as long as this notice is preserved.
 
2152
 
 
2153
-# serial 7 ltoptions.m4
 
2154
+# serial 6 ltoptions.m4
 
2155
 
 
2156
 # This is to help aclocal find these macros, as it can't see m4_define.
 
2157
 AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
 
2158
@@ -8563,7 +8489,7 @@
 
2159
 [enable_win32_dll=yes
 
2160
 
 
2161
 case $host in
 
2162
-*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
 
2163
+*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
 
2164
   AC_CHECK_TOOL(AS, as, false)
 
2165
   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
 
2166
   AC_CHECK_TOOL(OBJDUMP, objdump, false)
 
2167
@@ -8571,13 +8497,13 @@
 
2168
 esac
 
2169
 
 
2170
 test -z "$AS" && AS=as
 
2171
-_LT_DECL([], [AS],      [1], [Assembler program])dnl
 
2172
+_LT_DECL([], [AS],      [0], [Assembler program])dnl
 
2173
 
 
2174
 test -z "$DLLTOOL" && DLLTOOL=dlltool
 
2175
-_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
 
2176
+_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl
 
2177
 
 
2178
 test -z "$OBJDUMP" && OBJDUMP=objdump
 
2179
-_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
 
2180
+_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
 
2181
 ])# win32-dll
 
2182
 
 
2183
 AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
 
2184
@@ -8937,29 +8863,29 @@
251
2185
 
252
2186
 # Generated from ltversion.in.
253
2187
 
254
 
-# serial 3012 ltversion.m4
 
2188
-# serial 3175 ltversion.m4
255
2189
+# serial 3017 ltversion.m4
256
2190
 # This file is part of GNU Libtool
257
2191
 
258
 
-m4_define([LT_PACKAGE_VERSION], [2.2.6])
259
 
-m4_define([LT_PACKAGE_REVISION], [1.3012])
 
2192
-m4_define([LT_PACKAGE_VERSION], [2.2.10])
 
2193
-m4_define([LT_PACKAGE_REVISION], [1.3175])
260
2194
+m4_define([LT_PACKAGE_VERSION], [2.2.6b])
261
2195
+m4_define([LT_PACKAGE_REVISION], [1.3017])
262
2196
 
263
2197
 AC_DEFUN([LTVERSION_VERSION],
264
 
-[macro_version='2.2.6'
265
 
-macro_revision='1.3012'
 
2198
-[macro_version='2.2.10'
 
2199
-macro_revision='1.3175'
266
2200
+[macro_version='2.2.6b'
267
2201
+macro_revision='1.3017'
268
2202
 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
269
2203
 _LT_DECL(, macro_revision, 0)
270
2204
 ])
271
 
@@ -9049,14 +9069,16 @@ fi])
272
 
 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
273
 
 # ---------------------------------------------
274
 
 m4_define([_PKG_CONFIG],
275
 
-[if test -n "$$1"; then
276
 
-    pkg_cv_[]$1="$$1"
277
 
- elif test -n "$PKG_CONFIG"; then
278
 
-    PKG_CHECK_EXISTS([$3],
279
 
-                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
280
 
-                    [pkg_failed=yes])
281
 
- else
282
 
-    pkg_failed=untried
283
 
+[if test -n "$PKG_CONFIG"; then
284
 
+    if test -n "$$1"; then
285
 
+        pkg_cv_[]$1="$$1"
286
 
+    else
287
 
+        PKG_CHECK_EXISTS([$3],
288
 
+                         [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
289
 
+                        [pkg_failed=yes])
290
 
+    fi
291
 
+else
292
 
+       pkg_failed=untried
293
 
 fi[]dnl
294
 
 ])# _PKG_CONFIG
295
 
 
296
 
@@ -9100,9 +9122,9 @@ See the pkg-config man page for more det
297
 
 if test $pkg_failed = yes; then
298
 
         _PKG_SHORT_ERRORS_SUPPORTED
299
 
         if test $_pkg_short_errors_supported = yes; then
300
 
-               $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
301
 
+               $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
302
 
         else 
303
 
-               $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
304
 
+               $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
305
 
         fi
306
 
        # Put the nasty error message in config.log where it belongs
307
 
        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
308
 
@@ -9152,7 +9174,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
309
 
 [am__api_version='1.11'
310
 
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
311
 
 dnl require some minimum version.  Point them to the right macro.
312
 
-m4_if([$1], [1.11], [],
313
 
+m4_if([$1], [1.11.1], [],
314
 
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
315
 
 ])
316
 
 
317
 
@@ -9168,7 +9190,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
318
 
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
319
 
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
320
 
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
321
 
-[AM_AUTOMAKE_VERSION([1.11])dnl
322
 
+[AM_AUTOMAKE_VERSION([1.11.1])dnl
323
 
 m4_ifndef([AC_AUTOCONF_VERSION],
324
 
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
325
 
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
326
 
Index: brasero-2.30.1/config.guess
 
2205
 
 
2206
 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
 
2207
 #
 
2208
-#   Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
 
2209
+#   Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
 
2210
 #   Written by Scott James Remnant, 2004.
 
2211
 #
 
2212
 # This file is free software; the Free Software Foundation gives
 
2213
 # unlimited permission to copy and/or distribute it, with or without
 
2214
 # modifications, as long as this notice is preserved.
 
2215
 
 
2216
-# serial 5 lt~obsolete.m4
 
2217
+# serial 4 lt~obsolete.m4
 
2218
 
 
2219
 # These exist entirely to fool aclocal when bootstrapping libtool.
 
2220
 #
 
2221
@@ -9029,6 +8955,7 @@
 
2222
 m4_ifndef([_LT_AC_LANG_CXX],           [AC_DEFUN([_LT_AC_LANG_CXX])])
 
2223
 m4_ifndef([_LT_AC_LANG_F77],           [AC_DEFUN([_LT_AC_LANG_F77])])
 
2224
 m4_ifndef([_LT_AC_LANG_GCJ],           [AC_DEFUN([_LT_AC_LANG_GCJ])])
 
2225
+m4_ifndef([AC_LIBTOOL_RC],             [AC_DEFUN([AC_LIBTOOL_RC])])
 
2226
 m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG],  [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
 
2227
 m4_ifndef([_LT_AC_LANG_C_CONFIG],      [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
 
2228
 m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG],        [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
 
2229
@@ -9041,13 +8968,6 @@
 
2230
 m4_ifndef([_LT_AC_LANG_RC_CONFIG],     [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
 
2231
 m4_ifndef([AC_LIBTOOL_CONFIG],         [AC_DEFUN([AC_LIBTOOL_CONFIG])])
 
2232
 m4_ifndef([_LT_AC_FILE_LTDLL_C],       [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
 
2233
-m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS],        [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
 
2234
-m4_ifndef([_LT_AC_PROG_CXXCPP],                [AC_DEFUN([_LT_AC_PROG_CXXCPP])])
 
2235
-m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS],        [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
 
2236
-m4_ifndef([_LT_PROG_ECHO_BACKSLASH],   [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
 
2237
-m4_ifndef([_LT_PROG_F77],              [AC_DEFUN([_LT_PROG_F77])])
 
2238
-m4_ifndef([_LT_PROG_FC],               [AC_DEFUN([_LT_PROG_FC])])
 
2239
-m4_ifndef([_LT_PROG_CXX],              [AC_DEFUN([_LT_PROG_CXX])])
 
2240
 
 
2241
 # nls.m4 serial 5 (gettext-0.18)
 
2242
 dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
 
2243
Index: brasero-2.30.2/config.guess
327
2244
===================================================================
328
 
--- brasero-2.30.1.orig/config.guess    2010-04-27 01:29:13.000000000 +0200
329
 
+++ brasero-2.30.1/config.guess 2010-05-03 15:57:24.076606139 +0200
330
 
@@ -1,10 +1,10 @@
331
 
 #! /bin/sh
332
 
 # Attempt to guess a canonical system name.
333
 
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
334
 
-#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
335
 
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 
2245
--- brasero-2.30.2.orig/config.guess    2010-07-04 14:04:52.709085030 +0200
 
2246
+++ brasero-2.30.2/config.guess 2010-07-04 14:04:20.417081902 +0200
 
2247
@@ -4,7 +4,7 @@
 
2248
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
336
2249
 #   Free Software Foundation, Inc.
337
2250
 
338
 
-timestamp='2009-04-27'
 
2251
-timestamp='2010-04-03'
339
2252
+timestamp='2009-12-30'
340
2253
 
341
2254
 # This file is free software; you can redistribute it and/or modify it
342
2255
 # under the terms of the GNU General Public License as published by
343
 
@@ -27,16 +27,16 @@ timestamp='2009-04-27'
344
 
 # the same distribution terms that you use for the rest of that program.
345
 
 
346
 
 
347
 
-# Originally written by Per Bothner <per@bothner.com>.
348
 
-# Please send patches to <config-patches@gnu.org>.  Submit a context
349
 
-# diff and a properly formatted ChangeLog entry.
350
 
+# Originally written by Per Bothner.  Please send patches (context
351
 
+# diff format) to <config-patches@gnu.org> and include a ChangeLog
352
 
+# entry.
353
 
 #
354
 
 # This script attempts to guess a canonical system name similar to
355
 
 # config.sub.  If it succeeds, it prints the system name on stdout, and
356
 
 # exits with 0.  Otherwise, it exits with 1.
357
 
 #
358
 
-# The plan is that this can be called by configure scripts if you
359
 
-# don't specify an explicit build system type.
360
 
+# You can get the latest version of this script from:
361
 
+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
362
 
 
363
 
 me=`echo "$0" | sed -e 's,.*/,,'`
364
 
 
365
 
@@ -56,8 +56,9 @@ version="\
366
 
 GNU config.guess ($timestamp)
367
 
 
368
 
 Originally written by Per Bothner.
369
 
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
370
 
-2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
371
 
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
372
 
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
373
 
+Software Foundation, Inc.
374
 
 
375
 
 This is free software; see the source for copying conditions.  There is NO
376
 
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
377
 
@@ -139,16 +140,6 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` |
 
2256
@@ -92,7 +92,7 @@
 
2257
   exit 1
 
2258
 fi
 
2259
 
 
2260
-trap 'exit 1' HUP INT TERM
 
2261
+trap 'exit 1' 1 2 15
 
2262
 
 
2263
 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
 
2264
 # compiler to aid in system detection is discouraged as it requires
 
2265
@@ -106,7 +106,7 @@
 
2266
 
 
2267
 set_cc_for_build='
 
2268
 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
 
2269
-trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" HUP INT PIPE TERM ;
 
2270
+trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
 
2271
 : ${TMPDIR=/tmp} ;
 
2272
  { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
 
2273
  { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
 
2274
@@ -140,29 +140,6 @@
378
2275
 UNAME_SYSTEM=`(uname -s) 2>/dev/null`  || UNAME_SYSTEM=unknown
379
2276
 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
380
2277
 
381
 
-case "${UNAME_MACHINE}" in
382
 
-    i?86)
383
 
-       test -z "$VENDOR" && VENDOR=pc
384
 
-       ;;
385
 
-    *)
386
 
-       test -z "$VENDOR" && VENDOR=unknown
 
2278
-case "${UNAME_SYSTEM}" in
 
2279
-Linux|GNU/*)
 
2280
-       eval $set_cc_for_build
 
2281
-       cat <<-EOF > $dummy.c
 
2282
-       #include <features.h>
 
2283
-       #ifdef __UCLIBC__
 
2284
-       # ifdef __UCLIBC_CONFIG_VERSION__
 
2285
-       LIBC=uclibc __UCLIBC_CONFIG_VERSION__
 
2286
-       # else
 
2287
-       LIBC=uclibc
 
2288
-       # endif
 
2289
-       #else
 
2290
-       # ifdef __dietlibc__
 
2291
-       LIBC=dietlibc
 
2292
-       # else
 
2293
-       LIBC=gnu
 
2294
-       # endif
 
2295
-       #endif
 
2296
-       EOF
 
2297
-       eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
387
2298
-       ;;
388
2299
-esac
389
 
-test -f /etc/SuSE-release -o -f /.buildenv && VENDOR=suse
390
2300
-
391
2301
 # Note: order is significant - the case branches are not exclusive.
392
2302
 
393
2303
 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
394
 
@@ -180,7 +171,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
395
 
            arm*|i386|m68k|ns32k|sh3*|sparc|vax)
396
 
                eval $set_cc_for_build
397
 
                if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
398
 
-                       | grep __ELF__ >/dev/null
399
 
+                       | grep -q __ELF__
400
 
                then
401
 
                    # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
402
 
                    # Return netbsd for either.  FIX?
403
 
@@ -343,6 +334,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
404
 
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
405
 
        echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
406
 
        exit ;;
407
 
+    i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
408
 
+       echo i386-pc-auroraux${UNAME_RELEASE}
409
 
+       exit ;;
410
 
     i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
411
 
        eval $set_cc_for_build
412
 
        SUN_ARCH="i386"
413
 
@@ -666,7 +660,7 @@ EOF
414
 
            # => hppa64-hp-hpux11.23
415
 
 
416
 
            if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
417
 
-               grep __LP64__ >/dev/null
418
 
+               grep -q __LP64__
419
 
            then
420
 
                HP_ARCH="hppa2.0w"
421
 
            else
422
 
@@ -817,12 +811,12 @@ EOF
423
 
     i*:PW*:*)
424
 
        echo ${UNAME_MACHINE}-pc-pw32
425
 
        exit ;;
426
 
-    *:Interix*:[3456]*)
427
 
+    *:Interix*:*)
428
 
        case ${UNAME_MACHINE} in
429
 
            x86)
430
 
                echo i586-pc-interix${UNAME_RELEASE}
431
 
                exit ;;
432
 
-           EM64T | authenticamd | genuineintel)
433
 
+           authenticamd | genuineintel | EM64T)
434
 
                echo x86_64-unknown-interix${UNAME_RELEASE}
435
 
                exit ;;
436
 
            IA64)
437
 
@@ -832,6 +826,9 @@ EOF
438
 
     [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
439
 
        echo i${UNAME_MACHINE}-pc-mks
440
 
        exit ;;
441
 
+    8664:Windows_NT:*)
442
 
+       echo x86_64-pc-mks
443
 
+       exit ;;
444
 
     i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
445
 
        # How do we know it's Interix rather than the generic POSIX subsystem?
446
 
        # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
447
 
@@ -861,18 +858,32 @@ EOF
 
2304
@@ -872,11 +849,11 @@
 
2305
        exit ;;
 
2306
     *:GNU:*:*)
 
2307
        # the GNU system
 
2308
-       echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
 
2309
+       echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
 
2310
        exit ;;
 
2311
     *:GNU/*:*:*)
 
2312
        # other systems with GNU libc and userland
 
2313
-       echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
 
2314
+       echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
 
2315
        exit ;;
448
2316
     i*86:Minix:*:*)
449
2317
        echo ${UNAME_MACHINE}-pc-minix
450
 
        exit ;;
451
 
+    alpha:Linux:*:*)
452
 
+       case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
453
 
+         EV5)   UNAME_MACHINE=alphaev5 ;;
454
 
+         EV56)  UNAME_MACHINE=alphaev56 ;;
455
 
+         PCA56) UNAME_MACHINE=alphapca56 ;;
456
 
+         PCA57) UNAME_MACHINE=alphapca56 ;;
457
 
+         EV6)   UNAME_MACHINE=alphaev6 ;;
458
 
+         EV67)  UNAME_MACHINE=alphaev67 ;;
459
 
+         EV68*) UNAME_MACHINE=alphaev68 ;;
460
 
+        esac
461
 
+       objdump --private-headers /bin/sh | grep -q ld.so.1
 
2318
@@ -892,42 +869,50 @@
 
2319
          EV68*) UNAME_MACHINE=alphaev68 ;;
 
2320
         esac
 
2321
        objdump --private-headers /bin/sh | grep -q ld.so.1
 
2322
-       if test "$?" = 0 ; then LIBC="gnulibc1" ; fi
 
2323
-       echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
462
2324
+       if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
463
2325
+       echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
464
 
+       exit ;;
 
2326
        exit ;;
465
2327
     arm*:Linux:*:*)
466
2328
        eval $set_cc_for_build
467
2329
        if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
468
2330
            | grep -q __ARM_EABI__
469
2331
        then
470
 
-           echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu
 
2332
-           echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
471
2333
+           echo ${UNAME_MACHINE}-unknown-linux-gnu
472
2334
        else
473
 
-           echo ${UNAME_MACHINE}-${VENDOR}-linux-gnueabi
 
2335
-           echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi
474
2336
+           echo ${UNAME_MACHINE}-unknown-linux-gnueabi
475
2337
        fi
476
2338
        exit ;;
477
2339
     avr32*:Linux:*:*)
478
 
-       echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu
 
2340
-       echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
479
2341
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
480
2342
        exit ;;
481
2343
     cris:Linux:*:*)
482
 
        echo cris-axis-linux-gnu
483
 
@@ -881,181 +892,91 @@ EOF
484
 
        echo crisv32-axis-linux-gnu
 
2344
-       echo cris-axis-linux-${LIBC}
 
2345
+       echo cris-axis-linux-gnu
 
2346
        exit ;;
 
2347
     crisv32:Linux:*:*)
 
2348
-       echo crisv32-axis-linux-${LIBC}
 
2349
+       echo crisv32-axis-linux-gnu
485
2350
        exit ;;
486
2351
     frv:Linux:*:*)
487
 
-       echo frv-${VENDOR}-linux-gnu
 
2352
-       echo frv-unknown-linux-${LIBC}
488
2353
+       echo frv-unknown-linux-gnu
489
 
+       exit ;;
490
 
+    i*86:Linux:*:*)
 
2354
        exit ;;
 
2355
     i*86:Linux:*:*)
 
2356
-       echo ${UNAME_MACHINE}-pc-linux-${LIBC}
491
2357
+       LIBC=gnu
492
2358
+       eval $set_cc_for_build
493
2359
+       sed 's/^        //' << EOF >$dummy.c
499
2365
+       echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
500
2366
        exit ;;
501
2367
     ia64:Linux:*:*)
502
 
-       echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu
 
2368
-       echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
503
2369
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
504
2370
        exit ;;
505
2371
     m32r*:Linux:*:*)
506
 
-       echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu
 
2372
-       echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
507
2373
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
508
2374
        exit ;;
509
2375
     m68*:Linux:*:*)
510
 
-       echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu
 
2376
-       echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
511
2377
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
512
2378
        exit ;;
513
 
-    mips:Linux:*:*)
514
 
-       eval $set_cc_for_build
515
 
-       sed 's/^        //' << EOF >$dummy.c
516
 
-       #undef CPU
517
 
-       #undef mips
518
 
-       #undef mipsel
519
 
-       #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
520
 
-       CPU=mipsel
521
 
-       #else
522
 
-       #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
523
 
-       CPU=mips
524
 
-       #else
525
 
-       CPU=
526
 
-       #endif
527
 
-       #endif
528
 
-EOF
529
 
-       eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
530
 
-           /^CPU/{
531
 
-               s: ::g
532
 
-               p
533
 
-           }'`"
534
 
-       test x"${CPU}" != x && { echo "${CPU}-${VENDOR}-linux-gnu"; exit; }
535
 
-       ;;
536
 
-    mips64:Linux:*:*)
537
 
+    mips:Linux:*:* | mips64:Linux:*:*)
 
2379
     mips:Linux:*:* | mips64:Linux:*:*)
538
2380
        eval $set_cc_for_build
539
 
        sed 's/^        //' << EOF >$dummy.c
540
 
        #undef CPU
541
 
-       #undef mips64
542
 
-       #undef mips64el
543
 
+       #undef ${UNAME_MACHINE}
544
 
+       #undef ${UNAME_MACHINE}el
545
 
        #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
546
 
-       CPU=mips64el
547
 
+       CPU=${UNAME_MACHINE}el
548
 
        #else
549
 
        #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
550
 
-       CPU=mips64
551
 
+       CPU=${UNAME_MACHINE}
552
 
        #else
553
 
        CPU=
554
 
        #endif
 
2381
@@ -946,51 +931,51 @@
555
2382
        #endif
556
2383
 EOF
557
 
-       eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
558
 
-           /^CPU/{
559
 
-               s: ::g
560
 
-               p
561
 
-           }'`"
562
 
-       test x"${CPU}" != x && { echo "${CPU}-${VENDOR}-linux-gnu"; exit; }
563
 
+       eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
 
2384
        eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
 
2385
-       test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
564
2386
+       test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
565
2387
        ;;
566
2388
     or32:Linux:*:*)
567
 
-       echo or32-${VENDOR}-linux-gnu
568
 
-       exit ;;
569
 
-    ppc:Linux:*:*)
570
 
-       echo powerpc-${VENDOR}-linux-gnu
571
 
-       exit ;;
572
 
-    ppc64:Linux:*:*)
573
 
-       echo powerpc64-${VENDOR}-linux-gnu
574
 
-       exit ;;
575
 
-    alpha:Linux:*:*)
576
 
-       case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
577
 
-         EV5)   UNAME_MACHINE=alphaev5 ;;
578
 
-         EV56)  UNAME_MACHINE=alphaev56 ;;
579
 
-         PCA56) UNAME_MACHINE=alphapca56 ;;
580
 
-         PCA57) UNAME_MACHINE=alphapca56 ;;
581
 
-         EV6)   UNAME_MACHINE=alphaev6 ;;
582
 
-         EV67)  UNAME_MACHINE=alphaev67 ;;
583
 
-         EV68*) UNAME_MACHINE=alphaev68 ;;
584
 
-        esac
585
 
-       objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
586
 
-       if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
587
 
-       echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu${LIBC}
 
2389
-       echo or32-unknown-linux-${LIBC}
588
2390
+       echo or32-unknown-linux-gnu
589
2391
        exit ;;
590
2392
     padre:Linux:*:*)
591
 
        echo sparc-unknown-linux-gnu
 
2393
-       echo sparc-unknown-linux-${LIBC}
 
2394
+       echo sparc-unknown-linux-gnu
592
2395
        exit ;;
593
 
+    parisc64:Linux:*:* | hppa64:Linux:*:*)
 
2396
     parisc64:Linux:*:* | hppa64:Linux:*:*)
 
2397
-       echo hppa64-unknown-linux-${LIBC}
594
2398
+       echo hppa64-unknown-linux-gnu
595
 
+       exit ;;
 
2399
        exit ;;
596
2400
     parisc:Linux:*:* | hppa:Linux:*:*)
597
2401
        # Look for CPU level
598
2402
        case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
599
 
-         PA7*) echo hppa1.1-${VENDOR}-linux-gnu ;;
600
 
-         PA8*) echo hppa2.0-${VENDOR}-linux-gnu ;;
601
 
-         *)    echo hppa-${VENDOR}-linux-gnu ;;
 
2403
-         PA7*) echo hppa1.1-unknown-linux-${LIBC} ;;
 
2404
-         PA8*) echo hppa2.0-unknown-linux-${LIBC} ;;
 
2405
-         *)    echo hppa-unknown-linux-${LIBC} ;;
602
2406
+         PA7*) echo hppa1.1-unknown-linux-gnu ;;
603
2407
+         PA8*) echo hppa2.0-unknown-linux-gnu ;;
604
2408
+         *)    echo hppa-unknown-linux-gnu ;;
605
2409
        esac
606
2410
        exit ;;
607
 
-    parisc64:Linux:*:* | hppa64:Linux:*:*)
608
 
-       echo hppa64-${VENDOR}-linux-gnu
609
 
+    ppc64:Linux:*:*)
 
2411
     ppc64:Linux:*:*)
 
2412
-       echo powerpc64-unknown-linux-${LIBC}
610
2413
+       echo powerpc64-unknown-linux-gnu
611
 
+       exit ;;
612
 
+    ppc:Linux:*:*)
 
2414
        exit ;;
 
2415
     ppc:Linux:*:*)
 
2416
-       echo powerpc-unknown-linux-${LIBC}
613
2417
+       echo powerpc-unknown-linux-gnu
614
2418
        exit ;;
615
2419
     s390:Linux:*:* | s390x:Linux:*:*)
616
2420
        echo ${UNAME_MACHINE}-ibm-linux
617
2421
        exit ;;
618
2422
     sh64*:Linux:*:*)
619
 
-       echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu
 
2423
-       echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
620
2424
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
621
2425
        exit ;;
622
2426
     sh*:Linux:*:*)
623
 
-       echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu
 
2427
-       echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
624
2428
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
625
2429
        exit ;;
626
2430
     sparc:Linux:*:* | sparc64:Linux:*:*)
627
 
-       echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu
 
2431
-       echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
628
2432
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
629
2433
        exit ;;
630
2434
     vax:Linux:*:*)
631
 
        echo ${UNAME_MACHINE}-dec-linux-gnu
 
2435
-       echo ${UNAME_MACHINE}-dec-linux-${LIBC}
 
2436
+       echo ${UNAME_MACHINE}-dec-linux-gnu
632
2437
        exit ;;
633
2438
     x86_64:Linux:*:*)
634
 
-       echo x86_64-${VENDOR}-linux-gnu
 
2439
-       echo x86_64-unknown-linux-${LIBC}
635
2440
+       echo x86_64-unknown-linux-gnu
636
2441
        exit ;;
637
2442
     xtensa*:Linux:*:*)
638
 
-       echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu
 
2443
-       echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
639
2444
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
640
2445
        exit ;;
641
 
-    i*86:Linux:*:*)
642
 
-       # The BFD linker knows what the default object file format is, so
643
 
-       # first see if it will tell us. cd to the root directory to prevent
644
 
-       # problems with other programs or directories called `ld' in the path.
645
 
-       # Set LC_ALL=C to ensure ld outputs messages in English.
646
 
-       ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
647
 
-                        | sed -ne '/supported targets:/!d
648
 
-                                   s/[         ][      ]*/ /g
649
 
-                                   s/.*supported targets: *//
650
 
-                                   s/ .*//
651
 
-                                   p'`
652
 
-        case "$ld_supported_targets" in
653
 
-         elf32-i386)
654
 
-               TENTATIVE="${UNAME_MACHINE}-${VENDOR}-linux-gnu"
655
 
-               ;;
656
 
-         a.out-i386-linux)
657
 
-               echo "${UNAME_MACHINE}-${VENDOR}-linux-gnuaout"
658
 
-               exit ;;
659
 
-         "")
660
 
-               # Either a pre-BFD a.out linker (linux-gnuoldld) or
661
 
-               # one that does not give us useful --help.
662
 
-               echo "${UNAME_MACHINE}-${VENDOR}-linux-gnuoldld"
663
 
-               exit ;;
664
 
-       esac
665
 
-       # Determine whether the default compiler is a.out or elf
666
 
-       eval $set_cc_for_build
667
 
-       sed 's/^        //' << EOF >$dummy.c
668
 
-       #include <features.h>
669
 
-       #ifdef __ELF__
670
 
-       # ifdef __GLIBC__
671
 
-       #  if __GLIBC__ >= 2
672
 
-       LIBC=gnu
673
 
-       #  else
674
 
-       LIBC=gnulibc1
675
 
-       #  endif
676
 
-       # else
677
 
-       LIBC=gnulibc1
678
 
-       # endif
679
 
-       #else
680
 
-       #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
681
 
-       LIBC=gnu
682
 
-       #else
683
 
-       LIBC=gnuaout
684
 
-       #endif
685
 
-       #endif
686
 
-       #ifdef __dietlibc__
687
 
-       LIBC=dietlibc
688
 
-       #endif
689
 
-EOF
690
 
-       eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
691
 
-           /^LIBC/{
692
 
-               s: ::g
693
 
-               p
694
 
-           }'`"
695
 
-       test x"${LIBC}" != x && {
696
 
-               echo "${UNAME_MACHINE}-${VENDOR}-linux-${LIBC}"
697
 
-               exit
698
 
-       }
699
 
-       test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
700
 
-       ;;
701
2446
     i*86:DYNIX/ptx:4*:*)
702
2447
        # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
703
 
        # earlier versions are messed up and put the nodename in both
704
 
@@ -1076,16 +997,16 @@ EOF
705
 
        echo ${UNAME_MACHINE}-pc-os2-emx
706
 
        exit ;;
707
 
     i*86:XTS-300:*:STOP)
708
 
-       echo ${UNAME_MACHINE}-${VENDOR}-stop
709
 
+       echo ${UNAME_MACHINE}-unknown-stop
710
 
        exit ;;
711
 
     i*86:atheos:*:*)
712
 
-       echo ${UNAME_MACHINE}-${VENDOR}-atheos
713
 
+       echo ${UNAME_MACHINE}-unknown-atheos
714
 
        exit ;;
715
 
     i*86:syllable:*:*)
716
 
        echo ${UNAME_MACHINE}-pc-syllable
717
 
        exit ;;
718
 
-    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
719
 
-       echo i386-${VENDOR}-lynxos${UNAME_RELEASE}
720
 
+    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*)
721
 
+       echo i386-unknown-lynxos${UNAME_RELEASE}
722
 
        exit ;;
723
 
     i*86:*DOS:*:*)
724
 
        echo ${UNAME_MACHINE}-pc-msdosdjgpp
725
 
@@ -1105,7 +1026,7 @@ EOF
726
 
            *Pentium)        UNAME_MACHINE=i586 ;;
727
 
            *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
728
 
        esac
729
 
-       echo ${UNAME_MACHINE}-${VENDOR}-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
730
 
+       echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
731
 
        exit ;;
732
 
     i*86:*:3.2:*)
733
 
        if test -f /usr/options/cb.name; then
734
 
@@ -1144,7 +1065,7 @@ EOF
735
 
        if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
736
 
          echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
737
 
        else # Add other i860-SVR4 vendors below as they are discovered.
738
 
-         echo i860-${VENDOR}-sysv${UNAME_RELEASE}  # Unknown i860-SVR4
739
 
+         echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4
740
 
        fi
741
 
        exit ;;
742
 
     mini*:CTIX:SYS*5:*)
743
 
@@ -1181,19 +1102,19 @@ EOF
744
 
        /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
745
 
            && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
746
 
     m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
747
 
-       echo m68k-${VENDOR}-lynxos${UNAME_RELEASE}
748
 
+       echo m68k-unknown-lynxos${UNAME_RELEASE}
749
 
        exit ;;
750
 
     mc68030:UNIX_System_V:4.*:*)
751
 
        echo m68k-atari-sysv4
752
 
        exit ;;
753
 
     TSUNAMI:LynxOS:2.*:*)
754
 
-       echo sparc-${VENDOR}-lynxos${UNAME_RELEASE}
755
 
+       echo sparc-unknown-lynxos${UNAME_RELEASE}
756
 
        exit ;;
757
 
     rs6000:LynxOS:2.*:*)
758
 
-       echo rs6000-${VENDOR}-lynxos${UNAME_RELEASE}
759
 
+       echo rs6000-unknown-lynxos${UNAME_RELEASE}
760
 
        exit ;;
761
 
-    PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
762
 
-       echo powerpc-${VENDOR}-lynxos${UNAME_RELEASE}
763
 
+    PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*)
764
 
+       echo powerpc-unknown-lynxos${UNAME_RELEASE}
765
 
        exit ;;
766
 
     SM[BE]S:UNIX_SV:*:*)
767
 
        echo mips-dde-sysv${UNAME_RELEASE}
768
 
@@ -1243,7 +1164,7 @@ EOF
769
 
        if [ -d /usr/nec ]; then
770
 
                echo mips-nec-sysv${UNAME_RELEASE}
771
 
        else
772
 
-               echo mips-${VENDOR}-sysv${UNAME_RELEASE}
773
 
+               echo mips-unknown-sysv${UNAME_RELEASE}
774
 
        fi
775
 
         exit ;;
776
 
     BeBox:BeOS:*:*)    # BeOS running on hardware made by Be, PPC only.
777
 
@@ -1285,6 +1206,16 @@ EOF
778
 
     *:Darwin:*:*)
779
 
        UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
780
 
        case $UNAME_PROCESSOR in
781
 
+           i386)
782
 
+               eval $set_cc_for_build
783
 
+               if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
784
 
+                 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
785
 
+                     (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
786
 
+                     grep IS_64BIT_ARCH >/dev/null
787
 
+                 then
788
 
+                     UNAME_PROCESSOR="x86_64"
789
 
+                 fi
790
 
+               fi ;;
791
 
            unknown) UNAME_PROCESSOR=powerpc ;;
792
 
        esac
793
 
        echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
794
 
@@ -1324,13 +1255,13 @@ EOF
795
 
        else
796
 
            UNAME_MACHINE="$cputype"
797
 
        fi
798
 
-       echo ${UNAME_MACHINE}-${VENDOR}-plan9
799
 
+       echo ${UNAME_MACHINE}-unknown-plan9
800
 
        exit ;;
801
 
     *:TOPS-10:*:*)
802
 
-       echo pdp10-${VENDOR}-tops10
803
 
+       echo pdp10-unknown-tops10
804
 
        exit ;;
805
 
     *:TENEX:*:*)
806
 
-       echo pdp10-${VENDOR}-tenex
807
 
+       echo pdp10-unknown-tenex
808
 
        exit ;;
809
 
     KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
810
 
        echo pdp10-dec-tops20
811
 
@@ -1339,16 +1270,16 @@ EOF
812
 
        echo pdp10-xkl-tops20
813
 
        exit ;;
814
 
     *:TOPS-20:*:*)
815
 
-       echo pdp10-${VENDOR}-tops20
816
 
+       echo pdp10-unknown-tops20
817
 
        exit ;;
818
 
     *:ITS:*:*)
819
 
-       echo pdp10-${VENDOR}-its
820
 
+       echo pdp10-unknown-its
821
 
        exit ;;
822
 
     SEI:*:*:SEIUX)
823
 
         echo mips-sei-seiux${UNAME_RELEASE}
824
 
        exit ;;
825
 
     *:DragonFly:*:*)
826
 
-       echo ${UNAME_MACHINE}-${VENDOR}-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
827
 
+       echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
828
 
        exit ;;
829
 
     *:*VMS:*:*)
830
 
        UNAME_MACHINE=`(uname -p) 2>/dev/null`
831
 
Index: brasero-2.30.1/config.h.in
832
 
===================================================================
833
 
--- brasero-2.30.1.orig/config.h.in     2010-04-27 01:29:12.000000000 +0200
834
 
+++ brasero-2.30.1/config.h.in  2010-05-03 15:56:49.096114761 +0200
835
 
@@ -136,6 +136,9 @@
836
 
 /* Define to the one symbol short name of this package. */
837
 
 #undef PACKAGE_TARNAME
838
 
 
839
 
+/* Define to the home page for this package. */
840
 
+#undef PACKAGE_URL
841
 
+
842
 
 /* Define to the version of this package. */
843
 
 #undef PACKAGE_VERSION
844
 
 
845
 
Index: brasero-2.30.1/config.sub
846
 
===================================================================
847
 
--- brasero-2.30.1.orig/config.sub      2010-04-27 01:29:13.000000000 +0200
848
 
+++ brasero-2.30.1/config.sub   2010-05-03 15:57:24.236111042 +0200
849
 
@@ -1,10 +1,10 @@
850
 
 #! /bin/sh
851
 
 # Configuration validation subroutine script.
852
 
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
853
 
-#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
854
 
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 
2448
Index: brasero-2.30.2/config.sub
 
2449
===================================================================
 
2450
--- brasero-2.30.2.orig/config.sub      2010-07-04 14:04:53.149084093 +0200
 
2451
+++ brasero-2.30.2/config.sub   2010-07-04 14:04:20.425087951 +0200
 
2452
@@ -4,7 +4,7 @@
 
2453
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
855
2454
 #   Free Software Foundation, Inc.
856
2455
 
857
 
-timestamp='2009-04-17'
 
2456
-timestamp='2010-03-22'
858
2457
+timestamp='2010-01-22'
859
2458
 
860
2459
 # This file is (in principle) common to ALL GNU software.
861
2460
 # The presence of a machine in this file suggests that SOME GNU software
862
 
@@ -32,13 +32,16 @@ timestamp='2009-04-17'
863
 
 
864
 
 
865
 
 # Please send patches to <config-patches@gnu.org>.  Submit a context
866
 
-# diff and a properly formatted ChangeLog entry.
867
 
+# diff and a properly formatted GNU ChangeLog entry.
868
 
 #
869
 
 # Configuration subroutine to validate and canonicalize a configuration type.
870
 
 # Supply the specified configuration type as an argument.
871
 
 # If it is invalid, we print an error message on stderr and exit with code 1.
872
 
 # Otherwise, we print the canonical config type on stdout and succeed.
873
 
 
874
 
+# You can get the latest version of this script from:
875
 
+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
876
 
+
877
 
 # This file is supposed to be the same for all GNU packages
878
 
 # and recognize all the CPU types, system types and aliases
879
 
 # that are meaningful with *any* GNU software.
880
 
@@ -72,8 +75,9 @@ Report bugs and patches to <config-patch
881
 
 version="\
882
 
 GNU config.sub ($timestamp)
883
 
 
884
 
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
885
 
-2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
886
 
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
887
 
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
888
 
+Software Foundation, Inc.
889
 
 
890
 
 This is free software; see the source for copying conditions.  There is NO
891
 
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
892
 
@@ -149,10 +153,13 @@ case $os in
893
 
        -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
894
 
        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
895
 
        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
896
 
-       -apple | -axis | -knuth | -cray)
897
 
+       -apple | -axis | -knuth | -cray | -microblaze)
898
 
                os=
899
 
                basic_machine=$1
900
 
                ;;
901
 
+        -bluegene*)
902
 
+               os=-cnk
903
 
+               ;;
904
 
        -sim | -cisco | -oki | -wec | -winbond)
905
 
                os=
906
 
                basic_machine=$1
907
 
@@ -281,6 +288,7 @@ case $basic_machine in
908
 
        | pdp10 | pdp11 | pj | pjl \
909
 
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
910
 
        | pyramid \
911
 
+       | rx \
912
 
        | score \
913
 
        | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
914
 
        | sh64 | sh64le \
915
 
@@ -288,13 +296,14 @@ case $basic_machine in
 
2461
@@ -252,7 +252,7 @@
 
2462
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
 
2463
        | bfin \
 
2464
        | c4x | clipper \
 
2465
-       | d10v | d30v | dlx | dsp16xx | dvp \
 
2466
+       | d10v | d30v | dlx | dsp16xx \
 
2467
        | fido | fr30 | frv \
 
2468
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
 
2469
        | i370 | i860 | i960 | ia64 \
 
2470
@@ -295,7 +295,7 @@
 
2471
        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
916
2472
        | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
917
2473
        | spu | strongarm \
918
 
        | tahoe | thumb | tic4x | tic80 | tron \
919
 
+       | ubicom32 \
 
2474
-       | tahoe | thumb | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
 
2475
+       | tahoe | thumb | tic4x | tic80 | tron \
 
2476
        | ubicom32 \
920
2477
        | v850 | v850e \
921
2478
        | we32k \
922
 
        | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
 
2479
@@ -303,15 +303,6 @@
923
2480
        | z8k | z80)
924
2481
                basic_machine=$basic_machine-unknown
925
2482
                ;;
926
 
-       m6811 | m68hc11 | m6812 | m68hc12)
927
 
+       m6811 | m68hc11 | m6812 | m68hc12 | picochip)
 
2483
-       c54x)
 
2484
-               basic_machine=tic54x-unknown
 
2485
-               ;;
 
2486
-       c55x)
 
2487
-               basic_machine=tic55x-unknown
 
2488
-               ;;
 
2489
-       c6x)
 
2490
-               basic_machine=tic6x-unknown
 
2491
-               ;;
 
2492
        m6811 | m68hc11 | m6812 | m68hc12 | picochip)
928
2493
                # Motorola 68HC11/12.
929
2494
                basic_machine=$basic_machine-unknown
930
 
                os=-none
931
 
@@ -337,7 +346,7 @@ case $basic_machine in
932
 
        | lm32-* \
933
 
        | m32c-* | m32r-* | m32rle-* \
934
 
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
935
 
-       | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
936
 
+       | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
937
 
        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
938
 
        | mips16-* \
939
 
        | mips64-* | mips64el-* \
940
 
@@ -365,15 +374,17 @@ case $basic_machine in
941
 
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
942
 
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
943
 
        | pyramid-* \
944
 
-       | romp-* | rs6000-* \
945
 
+       | romp-* | rs6000-* | rx-* \
946
 
        | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
947
 
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
948
 
        | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
949
 
        | sparclite-* \
950
 
        | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
951
 
        | tahoe-* | thumb-* \
952
 
-       | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
953
 
+       | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
954
 
+       | tile-* | tilegx-* \
955
 
        | tron-* \
956
 
+       | ubicom32-* \
957
 
        | v850-* | v850e-* | vax-* \
958
 
        | we32k-* \
959
 
        | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
960
 
@@ -467,6 +478,10 @@ case $basic_machine in
961
 
                basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
962
 
                os=-linux
 
2495
@@ -343,7 +334,7 @@
 
2496
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
 
2497
        | avr-* | avr32-* \
 
2498
        | bfin-* | bs2000-* \
 
2499
-       | c[123]* | c30-* | [cjt]90-* | c4x-* \
 
2500
+       | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
 
2501
        | clipper-* | craynv-* | cydra-* \
 
2502
        | d10v-* | d30v-* | dlx-* \
 
2503
        | elxsi-* \
 
2504
@@ -491,15 +482,6 @@
 
2505
                basic_machine=powerpc-ibm
 
2506
                os=-cnk
963
2507
                ;;
964
 
+       bluegene*)
965
 
+               basic_machine=powerpc-ibm
966
 
+               os=-cnk
967
 
+               ;;
 
2508
-       c54x-*)
 
2509
-               basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
 
2510
-               ;;
 
2511
-       c55x-*)
 
2512
-               basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
 
2513
-               ;;
 
2514
-       c6x-*)
 
2515
-               basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
 
2516
-               ;;
968
2517
        c90)
969
2518
                basic_machine=c90-cray
970
2519
                os=-unicos
971
 
@@ -719,6 +734,9 @@ case $basic_machine in
972
 
                basic_machine=ns32k-utek
973
 
                os=-sysv
974
 
                ;;
975
 
+        microblaze)
976
 
+               basic_machine=microblaze-xilinx
977
 
+               ;;
978
 
        mingw32)
979
 
                basic_machine=i386-pc
980
 
                os=-mingw32
981
 
@@ -1069,6 +1087,11 @@ case $basic_machine in
982
 
                basic_machine=tic6x-unknown
983
 
                os=-coff
984
 
                ;;
985
 
+        # This must be matched before tile*.
986
 
+        tilegx*)
987
 
+               basic_machine=tilegx-unknown
988
 
+               os=-linux-gnu
989
 
+               ;;
990
 
        tile*)
991
 
                basic_machine=tile-unknown
992
 
                os=-linux-gnu
993
 
@@ -1240,6 +1263,9 @@ case $os in
994
 
         # First match some system type aliases
995
 
         # that might get confused with valid system types.
996
 
        # -solaris* is a basic system type, with this one exception.
997
 
+        -auroraux)
998
 
+               os=-auroraux
999
 
+               ;;
1000
 
        -solaris1 | -solaris1.*)
1001
 
                os=`echo $os | sed -e 's|solaris1|sunos4|'`
1002
 
                ;;
1003
 
@@ -1260,9 +1286,9 @@ case $os in
1004
 
        # Each alternative MUST END IN A *, to match a version number.
1005
 
        # -sysv* is not here because it comes later, after sysvr4.
1006
 
        -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1007
 
-             | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
1008
 
-             | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1009
 
-             | -kopensolaris* \
1010
 
+             | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
1011
 
+             | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
1012
 
+             | -sym* | -kopensolaris* \
1013
 
              | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1014
 
              | -aos* | -aros* \
1015
 
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1016
 
@@ -1283,7 +1309,7 @@ case $os in
 
2520
@@ -770,24 +752,6 @@
 
2521
                basic_machine=m68k-atari
 
2522
                os=-mint
 
2523
                ;;
 
2524
-       mipsEE* | ee | ps2)
 
2525
-               basic_machine=mips64r5900el-scei
 
2526
-               case $os in
 
2527
-                   -linux*)
 
2528
-                       ;;
 
2529
-                   *)
 
2530
-                       os=-elf
 
2531
-                       ;;
 
2532
-               esac
 
2533
-               ;;
 
2534
-       iop)
 
2535
-               basic_machine=mipsel-scei
 
2536
-               os=-irx
 
2537
-               ;;
 
2538
-       dvp)
 
2539
-               basic_machine=dvp-scei
 
2540
-               os=-elf
 
2541
-               ;;
 
2542
        mips3*-*)
 
2543
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
 
2544
                ;;
 
2545
@@ -1111,6 +1075,18 @@
 
2546
                basic_machine=t90-cray
 
2547
                os=-unicos
 
2548
                ;;
 
2549
+       tic54x | c54x*)
 
2550
+               basic_machine=tic54x-unknown
 
2551
+               os=-coff
 
2552
+               ;;
 
2553
+       tic55x | c55x*)
 
2554
+               basic_machine=tic55x-unknown
 
2555
+               os=-coff
 
2556
+               ;;
 
2557
+       tic6x | c6x*)
 
2558
+               basic_machine=tic6x-unknown
 
2559
+               os=-coff
 
2560
+               ;;
 
2561
         # This must be matched before tile*.
 
2562
         tilegx*)
 
2563
                basic_machine=tilegx-unknown
 
2564
@@ -1329,7 +1305,7 @@
 
2565
              | -uxpv* | -beos* | -mpeix* | -udk* \
 
2566
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
 
2567
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
 
2568
-             | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* | -irx* \
 
2569
+             | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1017
2570
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1018
2571
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1019
2572
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1020
 
-             | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
1021
 
+             | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
1022
 
        # Remember, each alternative MUST END IN *, to match a version number.
1023
 
                ;;
1024
 
        -qnx*)
1025
 
@@ -1416,6 +1442,8 @@ case $os in
1026
 
        -dicos*)
1027
 
                os=-dicos
1028
 
                ;;
1029
 
+        -nacl*)
1030
 
+               ;;
1031
 
        -none)
1032
 
                ;;
1033
 
        *)
1034
 
@@ -1613,7 +1641,7 @@ case $basic_machine in
1035
 
                        -sunos*)
1036
 
                                vendor=sun
1037
 
                                ;;
1038
 
-                       -aix*)
1039
 
+                       -cnk*|-aix*)
1040
 
                                vendor=ibm
1041
 
                                ;;
1042
 
                        -beos*)
1043
 
Index: brasero-2.30.1/configure
 
2573
@@ -1508,15 +1484,6 @@
 
2574
         c4x-* | tic4x-*)
 
2575
                os=-coff
 
2576
                ;;
 
2577
-       tic54x-*)
 
2578
-               os=-coff
 
2579
-               ;;
 
2580
-       tic55x-*)
 
2581
-               os=-coff
 
2582
-               ;;
 
2583
-       tic6x-*)
 
2584
-               os=-coff
 
2585
-               ;;
 
2586
        # This must come before the *-dec entry.
 
2587
        pdp10-*)
 
2588
                os=-tops20
 
2589
Index: brasero-2.30.2/configure
1044
2590
===================================================================
1045
 
--- brasero-2.30.1.orig/configure       2010-04-27 01:29:11.000000000 +0200
1046
 
+++ brasero-2.30.1/configure    2010-05-03 15:57:31.024103860 +0200
1047
 
@@ -1,18 +1,22 @@
1048
 
 #! /bin/sh
1049
 
 # Guess values for system-dependent variables and create Makefiles.
1050
 
-# Generated by GNU Autoconf 2.63 for brasero 2.30.1.
1051
 
+# Generated by GNU Autoconf 2.65 for brasero 2.30.1.
1052
 
+#
1053
 
 #
1054
 
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1055
 
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1056
 
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
1057
 
+# Inc.
1058
 
+#
1059
 
+#
1060
 
 # This configure script is free software; the Free Software Foundation
1061
 
 # gives unlimited permission to copy, distribute and modify it.
1062
 
-## --------------------- ##
1063
 
-## M4sh Initialization.  ##
1064
 
-## --------------------- ##
1065
 
+## -------------------- ##
1066
 
+## M4sh Initialization. ##
1067
 
+## -------------------- ##
1068
 
 
1069
 
 # Be more Bourne compatible
1070
 
 DUALCASE=1; export DUALCASE # for MKS sh
1071
 
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1072
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1073
 
   emulate sh
1074
 
   NULLCMD=:
1075
 
   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1076
 
@@ -20,23 +24,15 @@ if test -n "${ZSH_VERSION+set}" && (emul
1077
 
   alias -g '${1+"$@"}'='"$@"'
1078
 
   setopt NO_GLOB_SUBST
1079
 
 else
1080
 
-  case `(set -o) 2>/dev/null` in
1081
 
-  *posix*) set -o posix ;;
1082
 
+  case `(set -o) 2>/dev/null` in #(
1083
 
+  *posix*) :
1084
 
+    set -o posix ;; #(
1085
 
+  *) :
1086
 
+     ;;
1087
 
 esac
1088
 
-
1089
 
 fi
1090
 
 
1091
 
 
1092
 
-
1093
 
-
1094
 
-# PATH needs CR
1095
 
-# Avoid depending upon Character Ranges.
1096
 
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
1097
 
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
1098
 
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
1099
 
-as_cr_digits='0123456789'
1100
 
-as_cr_alnum=$as_cr_Letters$as_cr_digits
1101
 
-
1102
 
 as_nl='
1103
 
 '
1104
 
 export as_nl
1105
 
@@ -44,7 +40,13 @@ export as_nl
1106
 
 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1107
 
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
1108
 
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
1109
 
-if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1110
 
+# Prefer a ksh shell builtin over an external printf program on Solaris,
1111
 
+# but without wasting forks for bash or zsh.
1112
 
+if test -z "$BASH_VERSION$ZSH_VERSION" \
1113
 
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
1114
 
+  as_echo='print -r --'
1115
 
+  as_echo_n='print -rn --'
1116
 
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1117
 
   as_echo='printf %s\n'
1118
 
   as_echo_n='printf %s'
1119
 
 else
1120
 
@@ -55,7 +57,7 @@ else
1121
 
     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
1122
 
     as_echo_n_body='eval
1123
 
       arg=$1;
1124
 
-      case $arg in
1125
 
+      case $arg in #(
1126
 
       *"$as_nl"*)
1127
 
        expr "X$arg" : "X\\(.*\\)$as_nl";
1128
 
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
1129
 
@@ -78,13 +80,6 @@ if test "${PATH_SEPARATOR+set}" != set;
1130
 
   }
1131
 
 fi
1132
 
 
1133
 
-# Support unset when possible.
1134
 
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
1135
 
-  as_unset=unset
1136
 
-else
1137
 
-  as_unset=false
1138
 
-fi
1139
 
-
1140
 
 
1141
 
 # IFS
1142
 
 # We need space, tab and new line, in precisely that order.  Quoting is
1143
 
@@ -94,15 +89,15 @@ fi
1144
 
 IFS=" ""       $as_nl"
1145
 
 
1146
 
 # Find who we are.  Look in the path if we contain no directory separator.
1147
 
-case $0 in
1148
 
+case $0 in #((
1149
 
   *[\\/]* ) as_myself=$0 ;;
1150
 
   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1151
 
 for as_dir in $PATH
1152
 
 do
1153
 
   IFS=$as_save_IFS
1154
 
   test -z "$as_dir" && as_dir=.
1155
 
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1156
 
-done
1157
 
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1158
 
+  done
1159
 
 IFS=$as_save_IFS
1160
 
 
1161
 
      ;;
1162
 
@@ -114,12 +109,16 @@ if test "x$as_myself" = x; then
1163
 
 fi
1164
 
 if test ! -f "$as_myself"; then
1165
 
   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1166
 
-  { (exit 1); exit 1; }
1167
 
+  exit 1
1168
 
 fi
1169
 
 
1170
 
-# Work around bugs in pre-3.0 UWIN ksh.
1171
 
-for as_var in ENV MAIL MAILPATH
1172
 
-do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
1173
 
+# Unset variables that we do not need and which cause bugs (e.g. in
1174
 
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
1175
 
+# suppresses any "Segmentation fault" message there.  '((' could
1176
 
+# trigger a bug in pdksh 5.2.14.
1177
 
+for as_var in BASH_ENV ENV MAIL MAILPATH
1178
 
+do eval test x\${$as_var+set} = xset \
1179
 
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1180
 
 done
1181
 
 PS1='$ '
1182
 
 PS2='> '
1183
 
@@ -131,330 +130,299 @@ export LC_ALL
1184
 
 LANGUAGE=C
1185
 
 export LANGUAGE
1186
 
 
1187
 
-# Required to use basename.
1188
 
-if expr a : '\(a\)' >/dev/null 2>&1 &&
1189
 
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
1190
 
-  as_expr=expr
1191
 
-else
1192
 
-  as_expr=false
1193
 
-fi
1194
 
-
1195
 
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1196
 
-  as_basename=basename
1197
 
-else
1198
 
-  as_basename=false
1199
 
-fi
1200
 
-
1201
 
-
1202
 
-# Name of the executable.
1203
 
-as_me=`$as_basename -- "$0" ||
1204
 
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1205
 
-        X"$0" : 'X\(//\)$' \| \
1206
 
-        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1207
 
-$as_echo X/"$0" |
1208
 
-    sed '/^.*\/\([^/][^/]*\)\/*$/{
1209
 
-           s//\1/
1210
 
-           q
1211
 
-         }
1212
 
-         /^X\/\(\/\/\)$/{
1213
 
-           s//\1/
1214
 
-           q
1215
 
-         }
1216
 
-         /^X\/\(\/\).*/{
1217
 
-           s//\1/
1218
 
-           q
1219
 
-         }
1220
 
-         s/.*/./; q'`
1221
 
-
1222
 
 # CDPATH.
1223
 
-$as_unset CDPATH
1224
 
-
1225
 
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
1226
 
 
1227
 
 if test "x$CONFIG_SHELL" = x; then
1228
 
-  if (eval ":") 2>/dev/null; then
1229
 
-  as_have_required=yes
1230
 
+  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
1231
 
+  emulate sh
1232
 
+  NULLCMD=:
1233
 
+  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
1234
 
+  # is contrary to our usage.  Disable this feature.
1235
 
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
1236
 
+  setopt NO_GLOB_SUBST
1237
 
 else
1238
 
-  as_have_required=no
1239
 
+  case \`(set -o) 2>/dev/null\` in #(
1240
 
+  *posix*) :
1241
 
+    set -o posix ;; #(
1242
 
+  *) :
1243
 
+     ;;
1244
 
+esac
1245
 
 fi
1246
 
-
1247
 
-  if test $as_have_required = yes &&    (eval ":
1248
 
-(as_func_return () {
1249
 
-  (exit \$1)
1250
 
-}
1251
 
-as_func_success () {
1252
 
-  as_func_return 0
1253
 
-}
1254
 
-as_func_failure () {
1255
 
-  as_func_return 1
1256
 
-}
1257
 
-as_func_ret_success () {
1258
 
-  return 0
1259
 
-}
1260
 
-as_func_ret_failure () {
1261
 
-  return 1
1262
 
-}
1263
 
+"
1264
 
+  as_required="as_fn_return () { (exit \$1); }
1265
 
+as_fn_success () { as_fn_return 0; }
1266
 
+as_fn_failure () { as_fn_return 1; }
1267
 
+as_fn_ret_success () { return 0; }
1268
 
+as_fn_ret_failure () { return 1; }
1269
 
 
1270
 
 exitcode=0
1271
 
-if as_func_success; then
1272
 
-  :
1273
 
-else
1274
 
-  exitcode=1
1275
 
-  echo as_func_success failed.
1276
 
-fi
1277
 
-
1278
 
-if as_func_failure; then
1279
 
-  exitcode=1
1280
 
-  echo as_func_failure succeeded.
1281
 
-fi
1282
 
-
1283
 
-if as_func_ret_success; then
1284
 
-  :
1285
 
-else
1286
 
-  exitcode=1
1287
 
-  echo as_func_ret_success failed.
1288
 
-fi
1289
 
-
1290
 
-if as_func_ret_failure; then
1291
 
-  exitcode=1
1292
 
-  echo as_func_ret_failure succeeded.
1293
 
-fi
1294
 
-
1295
 
-if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
1296
 
-  :
1297
 
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
1298
 
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
1299
 
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
1300
 
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
1301
 
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
1302
 
+
1303
 
+else
1304
 
+  exitcode=1; echo positional parameters were not saved.
1305
 
+fi
1306
 
+test x\$exitcode = x0 || exit 1"
1307
 
+  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
1308
 
+  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
1309
 
+  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
1310
 
+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
1311
 
+test \$(( 1 + 1 )) = 2 || exit 1"
1312
 
+  if (eval "$as_required") 2>/dev/null; then :
1313
 
+  as_have_required=yes
1314
 
 else
1315
 
-  exitcode=1
1316
 
-  echo positional parameters were not saved.
1317
 
+  as_have_required=no
1318
 
 fi
1319
 
+  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
1320
 
 
1321
 
-test \$exitcode = 0) || { (exit 1); exit 1; }
1322
 
-
1323
 
-(
1324
 
-  as_lineno_1=\$LINENO
1325
 
-  as_lineno_2=\$LINENO
1326
 
-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
1327
 
-  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
1328
 
-") 2> /dev/null; then
1329
 
-  :
1330
 
 else
1331
 
-  as_candidate_shells=
1332
 
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1333
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1334
 
+as_found=false
1335
 
 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1336
 
 do
1337
 
   IFS=$as_save_IFS
1338
 
   test -z "$as_dir" && as_dir=.
1339
 
-  case $as_dir in
1340
 
+  as_found=:
1341
 
+  case $as_dir in #(
1342
 
         /*)
1343
 
           for as_base in sh bash ksh sh5; do
1344
 
-            as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
1345
 
+            # Try only shells that exist, to save several forks.
1346
 
+            as_shell=$as_dir/$as_base
1347
 
+            if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
1348
 
+                   { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
1349
 
+  CONFIG_SHELL=$as_shell as_have_required=yes
1350
 
+                  if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
1351
 
+  break 2
1352
 
+fi
1353
 
+fi
1354
 
           done;;
1355
 
        esac
1356
 
+  as_found=false
1357
 
 done
1358
 
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
1359
 
+             { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
1360
 
+  CONFIG_SHELL=$SHELL as_have_required=yes
1361
 
+fi; }
1362
 
 IFS=$as_save_IFS
1363
 
 
1364
 
 
1365
 
-      for as_shell in $as_candidate_shells $SHELL; do
1366
 
-        # Try only shells that exist, to save several forks.
1367
 
-        if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
1368
 
-               { ("$as_shell") 2> /dev/null <<\_ASEOF
1369
 
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1370
 
-  emulate sh
1371
 
-  NULLCMD=:
1372
 
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1373
 
-  # is contrary to our usage.  Disable this feature.
1374
 
-  alias -g '${1+"$@"}'='"$@"'
1375
 
-  setopt NO_GLOB_SUBST
1376
 
-else
1377
 
-  case `(set -o) 2>/dev/null` in
1378
 
-  *posix*) set -o posix ;;
1379
 
-esac
1380
 
-
1381
 
-fi
1382
 
-
1383
 
-
1384
 
-:
1385
 
-_ASEOF
1386
 
-}; then
1387
 
-  CONFIG_SHELL=$as_shell
1388
 
-              as_have_required=yes
1389
 
-              if { "$as_shell" 2> /dev/null <<\_ASEOF
1390
 
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1391
 
-  emulate sh
1392
 
-  NULLCMD=:
1393
 
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1394
 
-  # is contrary to our usage.  Disable this feature.
1395
 
-  alias -g '${1+"$@"}'='"$@"'
1396
 
-  setopt NO_GLOB_SUBST
1397
 
-else
1398
 
-  case `(set -o) 2>/dev/null` in
1399
 
-  *posix*) set -o posix ;;
1400
 
-esac
1401
 
-
1402
 
-fi
1403
 
-
1404
 
-
1405
 
-:
1406
 
-(as_func_return () {
1407
 
-  (exit $1)
1408
 
-}
1409
 
-as_func_success () {
1410
 
-  as_func_return 0
1411
 
-}
1412
 
-as_func_failure () {
1413
 
-  as_func_return 1
1414
 
-}
1415
 
-as_func_ret_success () {
1416
 
-  return 0
1417
 
-}
1418
 
-as_func_ret_failure () {
1419
 
-  return 1
1420
 
-}
1421
 
-
1422
 
-exitcode=0
1423
 
-if as_func_success; then
1424
 
-  :
1425
 
-else
1426
 
-  exitcode=1
1427
 
-  echo as_func_success failed.
1428
 
-fi
1429
 
-
1430
 
-if as_func_failure; then
1431
 
-  exitcode=1
1432
 
-  echo as_func_failure succeeded.
1433
 
-fi
1434
 
-
1435
 
-if as_func_ret_success; then
1436
 
-  :
1437
 
-else
1438
 
-  exitcode=1
1439
 
-  echo as_func_ret_success failed.
1440
 
-fi
1441
 
-
1442
 
-if as_func_ret_failure; then
1443
 
-  exitcode=1
1444
 
-  echo as_func_ret_failure succeeded.
1445
 
-fi
1446
 
-
1447
 
-if ( set x; as_func_ret_success y && test x = "$1" ); then
1448
 
-  :
1449
 
-else
1450
 
-  exitcode=1
1451
 
-  echo positional parameters were not saved.
1452
 
-fi
1453
 
-
1454
 
-test $exitcode = 0) || { (exit 1); exit 1; }
1455
 
-
1456
 
-(
1457
 
-  as_lineno_1=$LINENO
1458
 
-  as_lineno_2=$LINENO
1459
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
1460
 
-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
1461
 
-
1462
 
-_ASEOF
1463
 
-}; then
1464
 
-  break
1465
 
-fi
1466
 
-
1467
 
-fi
1468
 
-
1469
 
-      done
1470
 
-
1471
 
-      if test "x$CONFIG_SHELL" != x; then
1472
 
-  for as_var in BASH_ENV ENV
1473
 
-       do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
1474
 
-       done
1475
 
+      if test "x$CONFIG_SHELL" != x; then :
1476
 
+  # We cannot yet assume a decent shell, so we have to provide a
1477
 
+       # neutralization value for shells without unset; and this also
1478
 
+       # works around shells that cannot unset nonexistent variables.
1479
 
+       BASH_ENV=/dev/null
1480
 
+       ENV=/dev/null
1481
 
+       (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
1482
 
        export CONFIG_SHELL
1483
 
        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
1484
 
 fi
1485
 
 
1486
 
-
1487
 
-    if test $as_have_required = no; then
1488
 
-  echo This script requires a shell more modern than all the
1489
 
-      echo shells that I found on your system.  Please install a
1490
 
-      echo modern shell, or manually run the script under such a
1491
 
-      echo shell if you do have one.
1492
 
-      { (exit 1); exit 1; }
1493
 
+    if test x$as_have_required = xno; then :
1494
 
+  $as_echo "$0: This script requires a shell more modern than all"
1495
 
+  $as_echo "$0: the shells that I found on your system."
1496
 
+  if test x${ZSH_VERSION+set} = xset ; then
1497
 
+    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
1498
 
+    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
1499
 
+  else
1500
 
+    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
1501
 
+$0: including any error possibly output before this
1502
 
+$0: message. Then install a modern shell, or manually run
1503
 
+$0: the script under such a shell if you do have one."
1504
 
+  fi
1505
 
+  exit 1
1506
 
 fi
1507
 
-
1508
 
-
1509
 
 fi
1510
 
-
1511
 
 fi
1512
 
+SHELL=${CONFIG_SHELL-/bin/sh}
1513
 
+export SHELL
1514
 
+# Unset more variables known to interfere with behavior of common tools.
1515
 
+CLICOLOR_FORCE= GREP_OPTIONS=
1516
 
+unset CLICOLOR_FORCE GREP_OPTIONS
1517
 
 
1518
 
+## --------------------- ##
1519
 
+## M4sh Shell Functions. ##
1520
 
+## --------------------- ##
1521
 
+# as_fn_unset VAR
1522
 
+# ---------------
1523
 
+# Portably unset VAR.
1524
 
+as_fn_unset ()
1525
 
+{
1526
 
+  { eval $1=; unset $1;}
1527
 
+}
1528
 
+as_unset=as_fn_unset
1529
 
+
1530
 
+# as_fn_set_status STATUS
1531
 
+# -----------------------
1532
 
+# Set $? to STATUS, without forking.
1533
 
+as_fn_set_status ()
1534
 
+{
1535
 
+  return $1
1536
 
+} # as_fn_set_status
1537
 
+
1538
 
+# as_fn_exit STATUS
1539
 
+# -----------------
1540
 
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
1541
 
+as_fn_exit ()
1542
 
+{
1543
 
+  set +e
1544
 
+  as_fn_set_status $1
1545
 
+  exit $1
1546
 
+} # as_fn_exit
1547
 
+
1548
 
+# as_fn_mkdir_p
1549
 
+# -------------
1550
 
+# Create "$as_dir" as a directory, including parents if necessary.
1551
 
+as_fn_mkdir_p ()
1552
 
+{
1553
 
 
1554
 
+  case $as_dir in #(
1555
 
+  -*) as_dir=./$as_dir;;
1556
 
+  esac
1557
 
+  test -d "$as_dir" || eval $as_mkdir_p || {
1558
 
+    as_dirs=
1559
 
+    while :; do
1560
 
+      case $as_dir in #(
1561
 
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1562
 
+      *) as_qdir=$as_dir;;
1563
 
+      esac
1564
 
+      as_dirs="'$as_qdir' $as_dirs"
1565
 
+      as_dir=`$as_dirname -- "$as_dir" ||
1566
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1567
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
1568
 
+        X"$as_dir" : 'X\(//\)$' \| \
1569
 
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1570
 
+$as_echo X"$as_dir" |
1571
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1572
 
+           s//\1/
1573
 
+           q
1574
 
+         }
1575
 
+         /^X\(\/\/\)[^/].*/{
1576
 
+           s//\1/
1577
 
+           q
1578
 
+         }
1579
 
+         /^X\(\/\/\)$/{
1580
 
+           s//\1/
1581
 
+           q
1582
 
+         }
1583
 
+         /^X\(\/\).*/{
1584
 
+           s//\1/
1585
 
+           q
1586
 
+         }
1587
 
+         s/.*/./; q'`
1588
 
+      test -d "$as_dir" && break
1589
 
+    done
1590
 
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
1591
 
+  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
1592
 
 
1593
 
-(eval "as_func_return () {
1594
 
-  (exit \$1)
1595
 
-}
1596
 
-as_func_success () {
1597
 
-  as_func_return 0
1598
 
-}
1599
 
-as_func_failure () {
1600
 
-  as_func_return 1
1601
 
-}
1602
 
-as_func_ret_success () {
1603
 
-  return 0
1604
 
-}
1605
 
-as_func_ret_failure () {
1606
 
-  return 1
1607
 
-}
1608
 
 
1609
 
-exitcode=0
1610
 
-if as_func_success; then
1611
 
-  :
1612
 
+} # as_fn_mkdir_p
1613
 
+# as_fn_append VAR VALUE
1614
 
+# ----------------------
1615
 
+# Append the text in VALUE to the end of the definition contained in VAR. Take
1616
 
+# advantage of any shell optimizations that allow amortized linear growth over
1617
 
+# repeated appends, instead of the typical quadratic growth present in naive
1618
 
+# implementations.
1619
 
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
1620
 
+  eval 'as_fn_append ()
1621
 
+  {
1622
 
+    eval $1+=\$2
1623
 
+  }'
1624
 
 else
1625
 
-  exitcode=1
1626
 
-  echo as_func_success failed.
1627
 
-fi
1628
 
+  as_fn_append ()
1629
 
+  {
1630
 
+    eval $1=\$$1\$2
1631
 
+  }
1632
 
+fi # as_fn_append
1633
 
 
1634
 
-if as_func_failure; then
1635
 
-  exitcode=1
1636
 
-  echo as_func_failure succeeded.
1637
 
-fi
1638
 
+# as_fn_arith ARG...
1639
 
+# ------------------
1640
 
+# Perform arithmetic evaluation on the ARGs, and store the result in the
1641
 
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
1642
 
+# must be portable across $(()) and expr.
1643
 
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
1644
 
+  eval 'as_fn_arith ()
1645
 
+  {
1646
 
+    as_val=$(( $* ))
1647
 
+  }'
1648
 
+else
1649
 
+  as_fn_arith ()
1650
 
+  {
1651
 
+    as_val=`expr "$@" || test $? -eq 1`
1652
 
+  }
1653
 
+fi # as_fn_arith
1654
 
 
1655
 
-if as_func_ret_success; then
1656
 
-  :
1657
 
+
1658
 
+# as_fn_error ERROR [LINENO LOG_FD]
1659
 
+# ---------------------------------
1660
 
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
1661
 
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
1662
 
+# script with status $?, using 1 if that was 0.
1663
 
+as_fn_error ()
1664
 
+{
1665
 
+  as_status=$?; test $as_status -eq 0 && as_status=1
1666
 
+  if test "$3"; then
1667
 
+    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1668
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
1669
 
+  fi
1670
 
+  $as_echo "$as_me: error: $1" >&2
1671
 
+  as_fn_exit $as_status
1672
 
+} # as_fn_error
1673
 
+
1674
 
+if expr a : '\(a\)' >/dev/null 2>&1 &&
1675
 
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
1676
 
+  as_expr=expr
1677
 
 else
1678
 
-  exitcode=1
1679
 
-  echo as_func_ret_success failed.
1680
 
+  as_expr=false
1681
 
 fi
1682
 
 
1683
 
-if as_func_ret_failure; then
1684
 
-  exitcode=1
1685
 
-  echo as_func_ret_failure succeeded.
1686
 
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1687
 
+  as_basename=basename
1688
 
+else
1689
 
+  as_basename=false
1690
 
 fi
1691
 
 
1692
 
-if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
1693
 
-  :
1694
 
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
1695
 
+  as_dirname=dirname
1696
 
 else
1697
 
-  exitcode=1
1698
 
-  echo positional parameters were not saved.
1699
 
+  as_dirname=false
1700
 
 fi
1701
 
 
1702
 
-test \$exitcode = 0") || {
1703
 
-  echo No shell found that supports shell functions.
1704
 
-  echo Please tell bug-autoconf@gnu.org about your system,
1705
 
-  echo including any error possibly output before this message.
1706
 
-  echo This can help us improve future autoconf versions.
1707
 
-  echo Configuration will now proceed without shell functions.
1708
 
-}
1709
 
+as_me=`$as_basename -- "$0" ||
1710
 
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1711
 
+        X"$0" : 'X\(//\)$' \| \
1712
 
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1713
 
+$as_echo X/"$0" |
1714
 
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
1715
 
+           s//\1/
1716
 
+           q
1717
 
+         }
1718
 
+         /^X\/\(\/\/\)$/{
1719
 
+           s//\1/
1720
 
+           q
1721
 
+         }
1722
 
+         /^X\/\(\/\).*/{
1723
 
+           s//\1/
1724
 
+           q
1725
 
+         }
1726
 
+         s/.*/./; q'`
1727
 
 
1728
 
+# Avoid depending upon Character Ranges.
1729
 
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
1730
 
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
1731
 
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
1732
 
+as_cr_digits='0123456789'
1733
 
+as_cr_alnum=$as_cr_Letters$as_cr_digits
1734
 
 
1735
 
 
1736
 
-  as_lineno_1=$LINENO
1737
 
-  as_lineno_2=$LINENO
1738
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
1739
 
-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
1740
 
-
1741
 
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
1742
 
-  # uniformly replaced by the line number.  The first 'sed' inserts a
1743
 
-  # line-number line after each line using $LINENO; the second 'sed'
1744
 
-  # does the real work.  The second script uses 'N' to pair each
1745
 
-  # line-number line with the line containing $LINENO, and appends
1746
 
-  # trailing '-' during substitution so that $LINENO is not a special
1747
 
-  # case at line end.
1748
 
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
1749
 
-  # scripts with optimization help from Paolo Bonzini.  Blame Lee
1750
 
-  # E. McMahon (1931-1989) for sed's syntax.  :-)
1751
 
+  as_lineno_1=$LINENO as_lineno_1a=$LINENO
1752
 
+  as_lineno_2=$LINENO as_lineno_2a=$LINENO
1753
 
+  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
1754
 
+  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
1755
 
+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
1756
 
   sed -n '
1757
 
     p
1758
 
     /[$]LINENO/=
1759
 
@@ -471,8 +439,7 @@ test \$exitcode = 0") || {
1760
 
       s/-\n.*//
1761
 
     ' >$as_me.lineno &&
1762
 
   chmod +x "$as_me.lineno" ||
1763
 
-    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
1764
 
-   { (exit 1); exit 1; }; }
1765
 
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
1766
 
 
1767
 
   # Don't try to exec as it changes $[0], causing all sort of problems
1768
 
   # (the dirname of $[0] is not the place where we might find the
1769
 
@@ -482,29 +449,18 @@ test \$exitcode = 0") || {
1770
 
   exit
1771
 
 }
1772
 
 
1773
 
-
1774
 
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
1775
 
-  as_dirname=dirname
1776
 
-else
1777
 
-  as_dirname=false
1778
 
-fi
1779
 
-
1780
 
 ECHO_C= ECHO_N= ECHO_T=
1781
 
-case `echo -n x` in
1782
 
+case `echo -n x` in #(((((
1783
 
 -n*)
1784
 
-  case `echo 'x\c'` in
1785
 
+  case `echo 'xy\c'` in
1786
 
   *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
1787
 
-  *)   ECHO_C='\c';;
1788
 
+  xy)  ECHO_C='\c';;
1789
 
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
1790
 
+       ECHO_T='        ';;
1791
 
   esac;;
1792
 
 *)
1793
 
   ECHO_N='-n';;
1794
 
 esac
1795
 
-if expr a : '\(a\)' >/dev/null 2>&1 &&
1796
 
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
1797
 
-  as_expr=expr
1798
 
-else
1799
 
-  as_expr=false
1800
 
-fi
1801
 
 
1802
 
 rm -f conf$$ conf$$.exe conf$$.file
1803
 
 if test -d conf$$.dir; then
1804
 
@@ -534,7 +490,7 @@ rm -f conf$$ conf$$.exe conf$$.dir/conf$
1805
 
 rmdir conf$$.dir 2>/dev/null
1806
 
 
1807
 
 if mkdir -p . 2>/dev/null; then
1808
 
-  as_mkdir_p=:
1809
 
+  as_mkdir_p='mkdir -p "$as_dir"'
1810
 
 else
1811
 
   test -d ./-p && rmdir ./-p
1812
 
   as_mkdir_p=false
1813
 
@@ -553,10 +509,10 @@ else
1814
 
       if test -d "$1"; then
1815
 
        test -d "$1/.";
1816
 
       else
1817
 
-       case $1 in
1818
 
+       case $1 in #(
1819
 
        -*)set "./$1";;
1820
 
        esac;
1821
 
-       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
1822
 
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
1823
 
        ???[sx]*):;;*)false;;esac;fi
1824
 
     '\'' sh
1825
 
   '
1826
 
@@ -571,7 +527,6 @@ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr
1827
 
 
1828
 
 
1829
 
 
1830
 
-
1831
 
 # Check that we are running under the correct shell.
 
2591
--- brasero-2.30.2.orig/configure       2010-07-04 14:04:53.629087691 +0200
 
2592
+++ brasero-2.30.2/configure    2010-07-04 14:04:30.905077572 +0200
 
2593
@@ -171,14 +171,6 @@
 
2594
   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
 
2595
   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
 
2596
   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
 
2597
-
 
2598
-  test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
 
2599
-    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
2600
-    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
 
2601
-    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
 
2602
-    PATH=/empty FPATH=/empty; export PATH FPATH
 
2603
-    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
 
2604
-      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
 
2605
 test \$(( 1 + 1 )) = 2 || exit 1"
 
2606
   if (eval "$as_required") 2>/dev/null; then :
 
2607
   as_have_required=yes
 
2608
@@ -533,8 +525,155 @@
 
2609
 # Sed expression to map a string onto a valid variable name.
 
2610
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
2611
 
 
2612
+
 
2613
+
 
2614
+# Check that we are running under the correct shell.
1832
2615
 SHELL=${CONFIG_SHELL-/bin/sh}
1833
2616
 
1834
 
@@ -720,7 +675,8 @@ fi
1835
 
 
1836
 
 
1837
 
 
1838
 
-exec 7<&0 </dev/null 6>&1
1839
 
+test -n "$DJDIR" || exec 7<&0 </dev/null
1840
 
+exec 6>&1
1841
 
 
1842
 
 # Name of the host.
1843
 
 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
1844
 
@@ -738,7 +694,6 @@ cross_compiling=no
1845
 
 subdirs=
1846
 
 MFLAGS=
1847
 
 MAKEFLAGS=
1848
 
-SHELL=${CONFIG_SHELL-/bin/sh}
1849
 
 
1850
 
 # Identity of this package.
1851
 
 PACKAGE_NAME='brasero'
1852
 
@@ -746,6 +701,7 @@ PACKAGE_TARNAME='brasero'
1853
 
 PACKAGE_VERSION='2.30.1'
1854
 
 PACKAGE_STRING='brasero 2.30.1'
1855
 
 PACKAGE_BUGREPORT=''
1856
 
+PACKAGE_URL=''
1857
 
 
1858
 
 ac_unique_file="src/main.c"
1859
 
 # Factoring default headers for most tests.
1860
 
@@ -1054,6 +1010,7 @@ bindir
1861
 
 program_transform_name
1862
 
 prefix
1863
 
 exec_prefix
1864
 
+PACKAGE_URL
1865
 
 PACKAGE_BUGREPORT
1866
 
 PACKAGE_STRING
1867
 
 PACKAGE_VERSION
1868
 
@@ -1260,8 +1217,7 @@ do
1869
 
     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1870
 
     # Reject names that are not valid shell variable names.
1871
 
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1872
 
-      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1873
 
-   { (exit 1); exit 1; }; }
1874
 
+      as_fn_error "invalid feature name: $ac_useropt"
1875
 
     ac_useropt_orig=$ac_useropt
1876
 
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1877
 
     case $ac_user_opts in
1878
 
@@ -1287,8 +1243,7 @@ do
1879
 
     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1880
 
     # Reject names that are not valid shell variable names.
1881
 
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1882
 
-      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1883
 
-   { (exit 1); exit 1; }; }
1884
 
+      as_fn_error "invalid feature name: $ac_useropt"
1885
 
     ac_useropt_orig=$ac_useropt
1886
 
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1887
 
     case $ac_user_opts in
1888
 
@@ -1492,8 +1447,7 @@ do
1889
 
     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1890
 
     # Reject names that are not valid shell variable names.
1891
 
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1892
 
-      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1893
 
-   { (exit 1); exit 1; }; }
1894
 
+      as_fn_error "invalid package name: $ac_useropt"
1895
 
     ac_useropt_orig=$ac_useropt
1896
 
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1897
 
     case $ac_user_opts in
1898
 
@@ -1509,8 +1463,7 @@ do
1899
 
     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1900
 
     # Reject names that are not valid shell variable names.
1901
 
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1902
 
-      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1903
 
-   { (exit 1); exit 1; }; }
1904
 
+      as_fn_error "invalid package name: $ac_useropt"
1905
 
     ac_useropt_orig=$ac_useropt
1906
 
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1907
 
     case $ac_user_opts in
1908
 
@@ -1540,17 +1493,17 @@ do
1909
 
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1910
 
     x_libraries=$ac_optarg ;;
1911
 
 
1912
 
-  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1913
 
-Try \`$0 --help' for more information." >&2
1914
 
-   { (exit 1); exit 1; }; }
1915
 
+  -*) as_fn_error "unrecognized option: \`$ac_option'
1916
 
+Try \`$0 --help' for more information."
1917
 
     ;;
1918
 
 
1919
 
   *=*)
1920
 
     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1921
 
     # Reject names that are not valid shell variable names.
1922
 
-    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1923
 
-      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1924
 
-   { (exit 1); exit 1; }; }
1925
 
+    case $ac_envvar in #(
1926
 
+      '' | [0-9]* | *[!_$as_cr_alnum]* )
1927
 
+      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1928
 
+    esac
1929
 
     eval $ac_envvar=\$ac_optarg
1930
 
     export $ac_envvar ;;
1931
 
 
1932
 
@@ -1567,15 +1520,13 @@ done
1933
 
 
1934
 
 if test -n "$ac_prev"; then
1935
 
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1936
 
-  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1937
 
-   { (exit 1); exit 1; }; }
1938
 
+  as_fn_error "missing argument to $ac_option"
1939
 
 fi
1940
 
 
1941
 
 if test -n "$ac_unrecognized_opts"; then
1942
 
   case $enable_option_checking in
1943
 
     no) ;;
1944
 
-    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1945
 
-   { (exit 1); exit 1; }; } ;;
1946
 
+    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1947
 
     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1948
 
   esac
1949
 
 fi
1950
 
@@ -1598,8 +1549,7 @@ do
1951
 
     [\\/$]* | ?:[\\/]* )  continue;;
1952
 
     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1953
 
   esac
1954
 
-  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1955
 
-   { (exit 1); exit 1; }; }
1956
 
+  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1957
 
 done
1958
 
 
1959
 
 # There might be people who depend on the old broken behavior: `$host'
1960
 
@@ -1629,11 +1579,9 @@ test "$silent" = yes && exec 6>/dev/null
1961
 
 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1962
 
 ac_ls_di=`ls -di .` &&
1963
 
 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1964
 
-  { $as_echo "$as_me: error: working directory cannot be determined" >&2
1965
 
-   { (exit 1); exit 1; }; }
1966
 
+  as_fn_error "working directory cannot be determined"
1967
 
 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1968
 
-  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1969
 
-   { (exit 1); exit 1; }; }
1970
 
+  as_fn_error "pwd does not report name of working directory"
1971
 
 
1972
 
 
1973
 
 # Find the source files, if location was not specified.
1974
 
@@ -1672,13 +1620,11 @@ else
1975
 
 fi
1976
 
 if test ! -r "$srcdir/$ac_unique_file"; then
1977
 
   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1978
 
-  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1979
 
-   { (exit 1); exit 1; }; }
1980
 
+  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1981
 
 fi
1982
 
 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1983
 
 ac_abs_confdir=`(
1984
 
-       cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1985
 
-   { (exit 1); exit 1; }; }
1986
 
+       cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1987
 
        pwd)`
1988
 
 # When building in place, set srcdir=.
1989
 
 if test "$ac_abs_confdir" = "$ac_pwd"; then
1990
 
@@ -1794,9 +1740,9 @@ Optional Features:
1991
 
   --enable-maintainer-mode  enable make rules and dependencies not useful
1992
 
                          (and sometimes confusing) to the casual installer
1993
 
   --disable-scrollkeeper  do not make updates to the scrollkeeper database
1994
 
-  --enable-gtk-doc        use gtk-doc to build documentation [default=no]
1995
 
-  --enable-gtk-doc-html   build documentation in html format [default=yes]
1996
 
-  --enable-gtk-doc-pdf    build documentation in pdf format [default=no]
1997
 
+  --enable-gtk-doc        use gtk-doc to build documentation [[default=no]]
1998
 
+  --enable-gtk-doc-html   build documentation in html format [[default=yes]]
1999
 
+  --enable-gtk-doc-pdf    build documentation in pdf format [[default=no]]
2000
 
   --enable-compile-warnings=[no/minimum/yes/maximum/error]
2001
 
                           Turn on compiler warnings
2002
 
   --enable-iso-c          Try to warn if code is not ISO C
2003
 
@@ -1805,22 +1751,22 @@ Optional Features:
2004
 
 
2005
 
   --enable-iso-cxx        Try to warn if code is not ISO C++
2006
 
   --disable-largefile     omit support for large files
2007
 
-  --enable-nautilus       Build Nautilus extension [default=yes]
2008
 
-  --enable-libburnia      Build libburnia plugins [default=yes]
2009
 
-  --enable-cdrtools       Build cdrtools plugins [default=yes]
2010
 
-  --enable-cdrdao         Build cdrdao plugins [default=yes]
2011
 
-  --enable-cdrkit         Build cdrkit plugins [default=yes]
2012
 
-  --enable-growisofs      Build growisofs plugins [default=yes]
2013
 
+  --enable-nautilus       Build Nautilus extension [[default=yes]]
2014
 
+  --enable-libburnia      Build libburnia plugins [[default=yes]]
2015
 
+  --enable-cdrtools       Build cdrtools plugins [[default=yes]]
2016
 
+  --enable-cdrdao         Build cdrdao plugins [[default=yes]]
2017
 
+  --enable-cdrkit         Build cdrkit plugins [[default=yes]]
2018
 
+  --enable-growisofs      Build growisofs plugins [[default=yes]]
2019
 
   --enable-search         Build search pane (if a search backend is available)
2020
 
-                          [default=auto]
2021
 
+                          [[default=auto]]
2022
 
   --enable-playlist       Build playlist pane (if totem is
2023
 
-                          available)[default=yes]
2024
 
-  --enable-preview        Build preview pane [default=yes]
2025
 
-  --enable-inotify        use inotify [default=yes]
2026
 
+                          available)[[default=yes]]
2027
 
+  --enable-preview        Build preview pane [[default=yes]]
2028
 
+  --enable-inotify        use inotify [[default=yes]]
2029
 
   --enable-introspection=[no/auto/yes]
2030
 
                           Enable introspection for this build
2031
 
   --enable-caches         Run update-* to update mime, desktop and icon caches
2032
 
-                          when installing [default=yes]
2033
 
+                          when installing [[default=yes]]
2034
 
   --disable-nls           do not use Native Language Support
2035
 
   --disable-schemas-install
2036
 
                           Disable installation of the gconf schemas
2037
 
@@ -1852,7 +1798,7 @@ Some influential environment variables:
2038
 
   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
2039
 
               nonstandard directory <lib dir>
2040
 
   LIBS        libraries to pass to the linker, e.g. -l<library>
2041
 
-  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
2042
 
+  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2043
 
               you have headers in a nonstandard directory <include dir>
2044
 
   CPP         C preprocessor
2045
 
   PKG_CONFIG  path to pkg-config utility
2046
 
@@ -1934,6 +1880,7 @@ Some influential environment variables:
2047
 
 Use these variables to override the choices made by `configure' or to help
2048
 
 it to find libraries and programs with nonstandard names/locations.
2049
 
 
2050
 
+Report bugs to the package provider.
2051
 
 _ACEOF
2052
 
 ac_status=$?
2053
 
 fi
2054
 
@@ -1993,25 +1940,430 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
2055
 
   done
2056
 
 fi
2057
 
 
2058
 
-test -n "$ac_init_help" && exit $ac_status
2059
 
-if $ac_init_version; then
2060
 
-  cat <<\_ACEOF
2061
 
-brasero configure 2.30.1
2062
 
-generated by GNU Autoconf 2.63
2063
 
+test -n "$ac_init_help" && exit $ac_status
2064
 
+if $ac_init_version; then
2065
 
+  cat <<\_ACEOF
2066
 
+brasero configure 2.30.1
2067
 
+generated by GNU Autoconf 2.65
2068
 
+
2069
 
+Copyright (C) 2009 Free Software Foundation, Inc.
2070
 
+This configure script is free software; the Free Software Foundation
2071
 
+gives unlimited permission to copy, distribute and modify it.
2072
 
+_ACEOF
2073
 
+  exit
2074
 
+fi
2075
 
+
2076
 
+## ------------------------ ##
2077
 
+## Autoconf initialization. ##
2078
 
+## ------------------------ ##
2079
 
+
2080
 
+# ac_fn_c_try_compile LINENO
2081
 
+# --------------------------
2082
 
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
2083
 
+ac_fn_c_try_compile ()
2084
 
+{
2085
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2086
 
+  rm -f conftest.$ac_objext
2087
 
+  if { { ac_try="$ac_compile"
2088
 
+case "(($ac_try" in
2089
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2090
 
+  *) ac_try_echo=$ac_try;;
2091
 
+esac
2092
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2093
 
+$as_echo "$ac_try_echo"; } >&5
2094
 
+  (eval "$ac_compile") 2>conftest.err
2095
 
+  ac_status=$?
2096
 
+  if test -s conftest.err; then
2097
 
+    grep -v '^ *+' conftest.err >conftest.er1
2098
 
+    cat conftest.er1 >&5
2099
 
+    mv -f conftest.er1 conftest.err
2100
 
+  fi
2101
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2102
 
+  test $ac_status = 0; } && {
2103
 
+        test -z "$ac_c_werror_flag" ||
2104
 
+        test ! -s conftest.err
2105
 
+       } && test -s conftest.$ac_objext; then :
2106
 
+  ac_retval=0
2107
 
+else
2108
 
+  $as_echo "$as_me: failed program was:" >&5
2109
 
+sed 's/^/| /' conftest.$ac_ext >&5
2110
 
+
2111
 
+       ac_retval=1
2112
 
+fi
2113
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2114
 
+  as_fn_set_status $ac_retval
2115
 
+
2116
 
+} # ac_fn_c_try_compile
2117
 
+
2118
 
+# ac_fn_c_try_link LINENO
2119
 
+# -----------------------
2120
 
+# Try to link conftest.$ac_ext, and return whether this succeeded.
2121
 
+ac_fn_c_try_link ()
2122
 
+{
2123
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2124
 
+  rm -f conftest.$ac_objext conftest$ac_exeext
2125
 
+  if { { ac_try="$ac_link"
2126
 
+case "(($ac_try" in
2127
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2128
 
+  *) ac_try_echo=$ac_try;;
2129
 
+esac
2130
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2131
 
+$as_echo "$ac_try_echo"; } >&5
2132
 
+  (eval "$ac_link") 2>conftest.err
2133
 
+  ac_status=$?
2134
 
+  if test -s conftest.err; then
2135
 
+    grep -v '^ *+' conftest.err >conftest.er1
2136
 
+    cat conftest.er1 >&5
2137
 
+    mv -f conftest.er1 conftest.err
2138
 
+  fi
2139
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2140
 
+  test $ac_status = 0; } && {
2141
 
+        test -z "$ac_c_werror_flag" ||
2142
 
+        test ! -s conftest.err
2143
 
+       } && test -s conftest$ac_exeext && {
2144
 
+        test "$cross_compiling" = yes ||
2145
 
+        $as_test_x conftest$ac_exeext
2146
 
+       }; then :
2147
 
+  ac_retval=0
2148
 
+else
2149
 
+  $as_echo "$as_me: failed program was:" >&5
2150
 
+sed 's/^/| /' conftest.$ac_ext >&5
2151
 
+
2152
 
+       ac_retval=1
2153
 
+fi
2154
 
+  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2155
 
+  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2156
 
+  # interfere with the next link command; also delete a directory that is
2157
 
+  # left behind by Apple's compiler.  We do this before executing the actions.
2158
 
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2159
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2160
 
+  as_fn_set_status $ac_retval
2161
 
+
2162
 
+} # ac_fn_c_try_link
2163
 
+
2164
 
+# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2165
 
+# -------------------------------------------------------
2166
 
+# Tests whether HEADER exists and can be compiled using the include files in
2167
 
+# INCLUDES, setting the cache variable VAR accordingly.
2168
 
+ac_fn_c_check_header_compile ()
2169
 
+{
2170
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2171
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2172
 
+$as_echo_n "checking for $2... " >&6; }
2173
 
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2174
 
+  $as_echo_n "(cached) " >&6
2175
 
+else
2176
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2177
 
+/* end confdefs.h.  */
2178
 
+$4
2179
 
+#include <$2>
2180
 
+_ACEOF
2181
 
+if ac_fn_c_try_compile "$LINENO"; then :
2182
 
+  eval "$3=yes"
2183
 
+else
2184
 
+  eval "$3=no"
2185
 
+fi
2186
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2187
 
+fi
2188
 
+eval ac_res=\$$3
2189
 
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2190
 
+$as_echo "$ac_res" >&6; }
2191
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2192
 
+
2193
 
+} # ac_fn_c_check_header_compile
2194
 
+
2195
 
+# ac_fn_c_try_cpp LINENO
2196
 
+# ----------------------
2197
 
+# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2198
 
+ac_fn_c_try_cpp ()
2199
 
+{
2200
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2201
 
+  if { { ac_try="$ac_cpp conftest.$ac_ext"
2202
 
+case "(($ac_try" in
2203
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2204
 
+  *) ac_try_echo=$ac_try;;
2205
 
+esac
2206
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2207
 
+$as_echo "$ac_try_echo"; } >&5
2208
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2209
 
+  ac_status=$?
2210
 
+  if test -s conftest.err; then
2211
 
+    grep -v '^ *+' conftest.err >conftest.er1
2212
 
+    cat conftest.er1 >&5
2213
 
+    mv -f conftest.er1 conftest.err
2214
 
+  fi
2215
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2216
 
+  test $ac_status = 0; } >/dev/null && {
2217
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2218
 
+        test ! -s conftest.err
2219
 
+       }; then :
2220
 
+  ac_retval=0
2221
 
+else
2222
 
+  $as_echo "$as_me: failed program was:" >&5
2223
 
+sed 's/^/| /' conftest.$ac_ext >&5
2224
 
+
2225
 
+    ac_retval=1
2226
 
+fi
2227
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2228
 
+  as_fn_set_status $ac_retval
2229
 
+
2230
 
+} # ac_fn_c_try_cpp
2231
 
+
2232
 
+# ac_fn_c_try_run LINENO
2233
 
+# ----------------------
2234
 
+# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2235
 
+# that executables *can* be run.
2236
 
+ac_fn_c_try_run ()
2237
 
+{
2238
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2239
 
+  if { { ac_try="$ac_link"
2240
 
+case "(($ac_try" in
2241
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2242
 
+  *) ac_try_echo=$ac_try;;
2243
 
+esac
2244
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2245
 
+$as_echo "$ac_try_echo"; } >&5
2246
 
+  (eval "$ac_link") 2>&5
2247
 
+  ac_status=$?
2248
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2249
 
+  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2250
 
+  { { case "(($ac_try" in
2251
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2252
 
+  *) ac_try_echo=$ac_try;;
2253
 
+esac
2254
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2255
 
+$as_echo "$ac_try_echo"; } >&5
2256
 
+  (eval "$ac_try") 2>&5
2257
 
+  ac_status=$?
2258
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2259
 
+  test $ac_status = 0; }; }; then :
2260
 
+  ac_retval=0
2261
 
+else
2262
 
+  $as_echo "$as_me: program exited with status $ac_status" >&5
2263
 
+       $as_echo "$as_me: failed program was:" >&5
2264
 
+sed 's/^/| /' conftest.$ac_ext >&5
2265
 
+
2266
 
+       ac_retval=$ac_status
2267
 
+fi
2268
 
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2269
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2270
 
+  as_fn_set_status $ac_retval
2271
 
+
2272
 
+} # ac_fn_c_try_run
2273
 
+
2274
 
+# ac_fn_c_check_func LINENO FUNC VAR
2275
 
+# ----------------------------------
2276
 
+# Tests whether FUNC exists, setting the cache variable VAR accordingly
2277
 
+ac_fn_c_check_func ()
2278
 
+{
2279
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2280
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2281
 
+$as_echo_n "checking for $2... " >&6; }
2282
 
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2283
 
+  $as_echo_n "(cached) " >&6
2284
 
+else
2285
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2286
 
+/* end confdefs.h.  */
2287
 
+/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2288
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2289
 
+#define $2 innocuous_$2
2290
 
+
2291
 
+/* System header to define __stub macros and hopefully few prototypes,
2292
 
+    which can conflict with char $2 (); below.
2293
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2294
 
+    <limits.h> exists even on freestanding compilers.  */
2295
 
+
2296
 
+#ifdef __STDC__
2297
 
+# include <limits.h>
2298
 
+#else
2299
 
+# include <assert.h>
2300
 
+#endif
2301
 
+
2302
 
+#undef $2
2303
 
+
2304
 
+/* Override any GCC internal prototype to avoid an error.
2305
 
+   Use char because int might match the return type of a GCC
2306
 
+   builtin and then its argument prototype would still apply.  */
2307
 
+#ifdef __cplusplus
2308
 
+extern "C"
2309
 
+#endif
2310
 
+char $2 ();
2311
 
+/* The GNU C library defines this for functions which it implements
2312
 
+    to always fail with ENOSYS.  Some functions are actually named
2313
 
+    something starting with __ and the normal name is an alias.  */
2314
 
+#if defined __stub_$2 || defined __stub___$2
2315
 
+choke me
2316
 
+#endif
2317
 
+
2318
 
+int
2319
 
+main ()
2320
 
+{
2321
 
+return $2 ();
2322
 
+  ;
2323
 
+  return 0;
2324
 
+}
2325
 
+_ACEOF
2326
 
+if ac_fn_c_try_link "$LINENO"; then :
2327
 
+  eval "$3=yes"
2328
 
+else
2329
 
+  eval "$3=no"
2330
 
+fi
2331
 
+rm -f core conftest.err conftest.$ac_objext \
2332
 
+    conftest$ac_exeext conftest.$ac_ext
2333
 
+fi
2334
 
+eval ac_res=\$$3
2335
 
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2336
 
+$as_echo "$ac_res" >&6; }
2337
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2338
 
+
2339
 
+} # ac_fn_c_check_func
2340
 
+
2341
 
+# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2342
 
+# -------------------------------------------------------
2343
 
+# Tests whether HEADER exists, giving a warning if it cannot be compiled using
2344
 
+# the include files in INCLUDES and setting the cache variable VAR
2345
 
+# accordingly.
2346
 
+ac_fn_c_check_header_mongrel ()
2347
 
+{
2348
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2349
 
+  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2350
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2351
 
+$as_echo_n "checking for $2... " >&6; }
2352
 
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2353
 
+  $as_echo_n "(cached) " >&6
2354
 
+fi
2355
 
+eval ac_res=\$$3
2356
 
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2357
 
+$as_echo "$ac_res" >&6; }
2358
 
+else
2359
 
+  # Is the header compilable?
2360
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2361
 
+$as_echo_n "checking $2 usability... " >&6; }
2362
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2363
 
+/* end confdefs.h.  */
2364
 
+$4
2365
 
+#include <$2>
2366
 
+_ACEOF
2367
 
+if ac_fn_c_try_compile "$LINENO"; then :
2368
 
+  ac_header_compiler=yes
2369
 
+else
2370
 
+  ac_header_compiler=no
2371
 
+fi
2372
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2373
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2374
 
+$as_echo "$ac_header_compiler" >&6; }
2375
 
+
2376
 
+# Is the header present?
2377
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2378
 
+$as_echo_n "checking $2 presence... " >&6; }
2379
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2380
 
+/* end confdefs.h.  */
2381
 
+#include <$2>
2382
 
+_ACEOF
2383
 
+if ac_fn_c_try_cpp "$LINENO"; then :
2384
 
+  ac_header_preproc=yes
2385
 
+else
2386
 
+  ac_header_preproc=no
2387
 
+fi
2388
 
+rm -f conftest.err conftest.$ac_ext
2389
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2390
 
+$as_echo "$ac_header_preproc" >&6; }
2391
 
+
2392
 
+# So?  What about this header?
2393
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2394
 
+  yes:no: )
2395
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2396
 
+$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2397
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2398
 
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2399
 
+    ;;
2400
 
+  no:yes:* )
2401
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2402
 
+$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2403
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
2404
 
+$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
2405
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2406
 
+$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2407
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
2408
 
+$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
2409
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2410
 
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2411
 
+    ;;
2412
 
+esac
2413
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2414
 
+$as_echo_n "checking for $2... " >&6; }
2415
 
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2416
 
+  $as_echo_n "(cached) " >&6
2417
 
+else
2418
 
+  eval "$3=\$ac_header_compiler"
2419
 
+fi
2420
 
+eval ac_res=\$$3
2421
 
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2422
 
+$as_echo "$ac_res" >&6; }
2423
 
+fi
2424
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2425
 
+
2426
 
+} # ac_fn_c_check_header_mongrel
2427
 
 
2428
 
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2429
 
-2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
2430
 
-This configure script is free software; the Free Software Foundation
2431
 
-gives unlimited permission to copy, distribute and modify it.
2432
 
+# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2433
 
+# -------------------------------------------
2434
 
+# Tests whether TYPE exists after having included INCLUDES, setting cache
2435
 
+# variable VAR accordingly.
2436
 
+ac_fn_c_check_type ()
2437
 
+{
2438
 
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2439
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2440
 
+$as_echo_n "checking for $2... " >&6; }
2441
 
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2442
 
+  $as_echo_n "(cached) " >&6
2443
 
+else
2444
 
+  eval "$3=no"
2445
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2446
 
+/* end confdefs.h.  */
2447
 
+$4
2448
 
+int
2449
 
+main ()
2450
 
+{
2451
 
+if (sizeof ($2))
2452
 
+        return 0;
2453
 
+  ;
2454
 
+  return 0;
2455
 
+}
2456
 
 _ACEOF
2457
 
-  exit
2458
 
+if ac_fn_c_try_compile "$LINENO"; then :
2459
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2460
 
+/* end confdefs.h.  */
2461
 
+$4
2462
 
+int
2463
 
+main ()
2464
 
+{
2465
 
+if (sizeof (($2)))
2466
 
+           return 0;
2467
 
+  ;
2468
 
+  return 0;
2469
 
+}
2470
 
+_ACEOF
2471
 
+if ac_fn_c_try_compile "$LINENO"; then :
2472
 
+
2473
 
+else
2474
 
+  eval "$3=yes"
2475
 
+fi
2476
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2477
 
+fi
2478
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2479
 
 fi
2480
 
+eval ac_res=\$$3
2481
 
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2482
 
+$as_echo "$ac_res" >&6; }
2483
 
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2484
 
+
2485
 
+} # ac_fn_c_check_type
2486
 
 cat >config.log <<_ACEOF
2487
 
 This file contains any messages produced by compilers while
2488
 
 running configure, to aid debugging if configure makes a mistake.
2489
 
 
2490
 
 It was created by brasero $as_me 2.30.1, which was
2491
 
-generated by GNU Autoconf 2.63.  Invocation command line was
2492
 
+generated by GNU Autoconf 2.65.  Invocation command line was
2493
 
 
2494
 
   $ $0 $@
2495
 
 
2496
 
@@ -2047,8 +2399,8 @@ for as_dir in $PATH
2497
 
 do
2498
 
   IFS=$as_save_IFS
2499
 
   test -z "$as_dir" && as_dir=.
2500
 
-  $as_echo "PATH: $as_dir"
2501
 
-done
2502
 
+    $as_echo "PATH: $as_dir"
2503
 
+  done
2504
 
 IFS=$as_save_IFS
2505
 
 
2506
 
 } >&5
2507
 
@@ -2085,9 +2437,9 @@ do
2508
 
       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2509
 
     esac
2510
 
     case $ac_pass in
2511
 
-    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
2512
 
+    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2513
 
     2)
2514
 
-      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
2515
 
+      as_fn_append ac_configure_args1 " '$ac_arg'"
2516
 
       if test $ac_must_keep_next = true; then
2517
 
        ac_must_keep_next=false # Got value, back to normal.
2518
 
       else
2519
 
@@ -2103,13 +2455,13 @@ do
2520
 
          -* ) ac_must_keep_next=true ;;
2521
 
        esac
2522
 
       fi
2523
 
-      ac_configure_args="$ac_configure_args '$ac_arg'"
2524
 
+      as_fn_append ac_configure_args " '$ac_arg'"
2525
 
       ;;
2526
 
     esac
2527
 
   done
2528
 
 done
2529
 
-$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
2530
 
-$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
2531
 
+{ ac_configure_args0=; unset ac_configure_args0;}
2532
 
+{ ac_configure_args1=; unset ac_configure_args1;}
2533
 
 
2534
 
 # When interrupted or exit'd, cleanup temporary files, and complete
2535
 
 # config.log.  We remove comments because anyway the quotes in there
2536
 
@@ -2134,13 +2486,13 @@ _ASBOX
2537
 
     case $ac_val in #(
2538
 
     *${as_nl}*)
2539
 
       case $ac_var in #(
2540
 
-      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
2541
 
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2542
 
 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2543
 
       esac
2544
 
       case $ac_var in #(
2545
 
       _ | IFS | as_nl) ;; #(
2546
 
       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2547
 
-      *) $as_unset $ac_var ;;
2548
 
+      *) { eval $ac_var=; unset $ac_var;} ;;
2549
 
       esac ;;
2550
 
     esac
2551
 
   done
2552
 
@@ -2212,39 +2564,41 @@ _ASBOX
2553
 
     exit $exit_status
2554
 
 ' 0
2555
 
 for ac_signal in 1 2 13 15; do
2556
 
-  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2557
 
+  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2558
 
 done
2559
 
 ac_signal=0
2560
 
 
2561
 
 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2562
 
 rm -f -r conftest* confdefs.h
2563
 
 
2564
 
+$as_echo "/* confdefs.h */" > confdefs.h
2565
 
+
2566
 
 # Predefined preprocessor variables.
2567
 
 
2568
 
 cat >>confdefs.h <<_ACEOF
2569
 
 #define PACKAGE_NAME "$PACKAGE_NAME"
2570
 
 _ACEOF
2571
 
 
2572
 
-
2573
 
 cat >>confdefs.h <<_ACEOF
2574
 
 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2575
 
 _ACEOF
2576
 
 
2577
 
-
2578
 
 cat >>confdefs.h <<_ACEOF
2579
 
 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2580
 
 _ACEOF
2581
 
 
2582
 
-
2583
 
 cat >>confdefs.h <<_ACEOF
2584
 
 #define PACKAGE_STRING "$PACKAGE_STRING"
2585
 
 _ACEOF
2586
 
 
2587
 
-
2588
 
 cat >>confdefs.h <<_ACEOF
2589
 
 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2590
 
 _ACEOF
2591
 
 
2592
 
+cat >>confdefs.h <<_ACEOF
2593
 
+#define PACKAGE_URL "$PACKAGE_URL"
2594
 
+_ACEOF
2595
 
+
2596
 
 
2597
 
 # Let the site file select an alternate cache file if it wants to.
2598
 
 # Prefer an explicitly selected file to automatically selected ones.
2599
 
@@ -2262,8 +2616,8 @@ fi
2600
 
 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2601
 
 do
2602
 
   test "x$ac_site_file" = xNONE && continue
2603
 
-  if test -r "$ac_site_file"; then
2604
 
-    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2605
 
+  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2606
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2607
 
 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2608
 
     sed 's/^/| /' "$ac_site_file" >&5
2609
 
     . "$ac_site_file"
2610
 
@@ -2271,10 +2625,10 @@ $as_echo "$as_me: loading site script $a
2611
 
 done
2612
 
 
2613
 
 if test -r "$cache_file"; then
2614
 
-  # Some versions of bash will fail to source /dev/null (special
2615
 
-  # files actually), so we avoid doing that.
2616
 
-  if test -f "$cache_file"; then
2617
 
-    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
2618
 
+  # Some versions of bash will fail to source /dev/null (special files
2619
 
+  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2620
 
+  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2621
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2622
 
 $as_echo "$as_me: loading cache $cache_file" >&6;}
2623
 
     case $cache_file in
2624
 
       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2625
 
@@ -2282,7 +2636,7 @@ $as_echo "$as_me: loading cache $cache_f
2626
 
     esac
2627
 
   fi
2628
 
 else
2629
 
-  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
2630
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2631
 
 $as_echo "$as_me: creating cache $cache_file" >&6;}
2632
 
   >$cache_file
2633
 
 fi
2634
 
@@ -2297,11 +2651,11 @@ for ac_var in $ac_precious_vars; do
2635
 
   eval ac_new_val=\$ac_env_${ac_var}_value
2636
 
   case $ac_old_set,$ac_new_set in
2637
 
     set,)
2638
 
-      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2639
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2640
 
 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2641
 
       ac_cache_corrupted=: ;;
2642
 
     ,set)
2643
 
-      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2644
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2645
 
 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2646
 
       ac_cache_corrupted=: ;;
2647
 
     ,);;
2648
 
@@ -2311,17 +2665,17 @@ $as_echo "$as_me: error: \`$ac_var' was
2649
 
        ac_old_val_w=`echo x $ac_old_val`
2650
 
        ac_new_val_w=`echo x $ac_new_val`
2651
 
        if test "$ac_old_val_w" != "$ac_new_val_w"; then
2652
 
-         { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2653
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2654
 
 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2655
 
          ac_cache_corrupted=:
2656
 
        else
2657
 
-         { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2658
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2659
 
 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2660
 
          eval $ac_var=\$ac_old_val
2661
 
        fi
2662
 
-       { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
2663
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2664
 
 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2665
 
-       { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
2666
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2667
 
 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2668
 
       fi;;
2669
 
   esac
2670
 
@@ -2333,43 +2687,20 @@ $as_echo "$as_me:   current value: \`$ac
2671
 
     esac
2672
 
     case " $ac_configure_args " in
2673
 
       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2674
 
-      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2675
 
+      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2676
 
     esac
2677
 
   fi
2678
 
 done
2679
 
 if $ac_cache_corrupted; then
2680
 
-  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2681
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2682
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2683
 
-  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2684
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2685
 
 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2686
 
-  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2687
 
-$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2688
 
-   { (exit 1); exit 1; }; }
2689
 
+  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2690
 
 fi
2691
 
-
2692
 
-
2693
 
-
2694
 
-
2695
 
-
2696
 
-
2697
 
-
2698
 
-
2699
 
-
2700
 
-
2701
 
-
2702
 
-
2703
 
-
2704
 
-
2705
 
-
2706
 
-
2707
 
-
2708
 
-
2709
 
-
2710
 
-
2711
 
-
2712
 
-
2713
 
-
2714
 
-
2715
 
+## -------------------- ##
2716
 
+## Main body of script. ##
2717
 
+## -------------------- ##
2718
 
 
2719
 
 ac_ext=c
2720
 
 ac_cpp='$CPP $CPPFLAGS'
2721
 
@@ -2428,24 +2759,16 @@ am__api_version='1.11'
2722
 
 
2723
 
 ac_aux_dir=
2724
 
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2725
 
-  if test -f "$ac_dir/install-sh"; then
2726
 
-    ac_aux_dir=$ac_dir
2727
 
-    ac_install_sh="$ac_aux_dir/install-sh -c"
2728
 
-    break
2729
 
-  elif test -f "$ac_dir/install.sh"; then
2730
 
-    ac_aux_dir=$ac_dir
2731
 
-    ac_install_sh="$ac_aux_dir/install.sh -c"
2732
 
-    break
2733
 
-  elif test -f "$ac_dir/shtool"; then
2734
 
-    ac_aux_dir=$ac_dir
2735
 
-    ac_install_sh="$ac_aux_dir/shtool install -c"
2736
 
-    break
2737
 
-  fi
2738
 
+  for ac_t in install-sh install.sh shtool; do
2739
 
+    if test -f "$ac_dir/$ac_t"; then
2740
 
+      ac_aux_dir=$ac_dir
2741
 
+      ac_install_sh="$ac_aux_dir/$ac_t -c"
2742
 
+      break 2
 
2617
+case X$lt_ECHO in
 
2618
+X*--fallback-echo)
 
2619
+  # Remove one level of quotation (which was required for Make).
 
2620
+  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
 
2621
+  ;;
 
2622
+esac
 
2623
+
 
2624
+ECHO=${lt_ECHO-echo}
 
2625
+if test "X$1" = X--no-reexec; then
 
2626
+  # Discard the --no-reexec flag, and continue.
 
2627
+  shift
 
2628
+elif test "X$1" = X--fallback-echo; then
 
2629
+  # Avoid inline document here, it may be left over
 
2630
+  :
 
2631
+elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
 
2632
+  # Yippee, $ECHO works!
 
2633
+  :
 
2634
+else
 
2635
+  # Restart under the correct shell.
 
2636
+  exec $SHELL "$0" --no-reexec ${1+"$@"}
 
2637
+fi
 
2638
+
 
2639
+if test "X$1" = X--fallback-echo; then
 
2640
+  # used as fallback echo
 
2641
+  shift
 
2642
+  cat <<_LT_EOF
 
2643
+$*
 
2644
+_LT_EOF
 
2645
+  exit 0
 
2646
+fi
 
2647
+
 
2648
+# The HP-UX ksh and POSIX shell print the target directory to stdout
 
2649
+# if CDPATH is set.
 
2650
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
2651
+
 
2652
+if test -z "$lt_ECHO"; then
 
2653
+  if test "X${echo_test_string+set}" != Xset; then
 
2654
+    # find a string as large as possible, as long as the shell can cope with it
 
2655
+    for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
 
2656
+      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
2657
+      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
 
2658
+        { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
 
2659
+      then
 
2660
+        break
 
2661
+      fi
 
2662
+    done
 
2663
+  fi
 
2664
+
 
2665
+  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
 
2666
+     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
 
2667
+     test "X$echo_testing_string" = "X$echo_test_string"; then
 
2668
+    :
 
2669
+  else
 
2670
+    # The Solaris, AIX, and Digital Unix default echo programs unquote
 
2671
+    # backslashes.  This makes it impossible to quote backslashes using
 
2672
+    #   echo "$something" | sed 's/\\/\\\\/g'
 
2673
+    #
 
2674
+    # So, first we look for a working echo in the user's PATH.
 
2675
+
 
2676
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
2677
+    for dir in $PATH /usr/ucb; do
 
2678
+      IFS="$lt_save_ifs"
 
2679
+      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
 
2680
+         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
 
2681
+         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
 
2682
+         test "X$echo_testing_string" = "X$echo_test_string"; then
 
2683
+        ECHO="$dir/echo"
 
2684
+        break
 
2685
+      fi
 
2686
+    done
 
2687
+    IFS="$lt_save_ifs"
 
2688
+
 
2689
+    if test "X$ECHO" = Xecho; then
 
2690
+      # We didn't find a better echo, so look for alternatives.
 
2691
+      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
 
2692
+         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
 
2693
+         test "X$echo_testing_string" = "X$echo_test_string"; then
 
2694
+        # This shell has a builtin print -r that does the trick.
 
2695
+        ECHO='print -r'
 
2696
+      elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
 
2697
+          test "X$CONFIG_SHELL" != X/bin/ksh; then
 
2698
+        # If we have ksh, try running configure again with it.
 
2699
+        ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 
2700
+        export ORIGINAL_CONFIG_SHELL
 
2701
+        CONFIG_SHELL=/bin/ksh
 
2702
+        export CONFIG_SHELL
 
2703
+        exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
 
2704
+      else
 
2705
+        # Try using printf.
 
2706
+        ECHO='printf %s\n'
 
2707
+        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
 
2708
+          echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
 
2709
+          test "X$echo_testing_string" = "X$echo_test_string"; then
 
2710
+         # Cool, printf works
 
2711
+         :
 
2712
+        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
 
2713
+            test "X$echo_testing_string" = 'X\t' &&
 
2714
+            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
2715
+            test "X$echo_testing_string" = "X$echo_test_string"; then
 
2716
+         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
2717
+         export CONFIG_SHELL
 
2718
+         SHELL="$CONFIG_SHELL"
 
2719
+         export SHELL
 
2720
+         ECHO="$CONFIG_SHELL $0 --fallback-echo"
 
2721
+        elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
 
2722
+            test "X$echo_testing_string" = 'X\t' &&
 
2723
+            echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
2724
+            test "X$echo_testing_string" = "X$echo_test_string"; then
 
2725
+         ECHO="$CONFIG_SHELL $0 --fallback-echo"
 
2726
+        else
 
2727
+         # maybe with a smaller string...
 
2728
+         prev=:
 
2729
+
 
2730
+         for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
 
2731
+           if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
 
2732
+           then
 
2733
+             break
 
2734
+           fi
 
2735
+           prev="$cmd"
 
2736
+         done
 
2737
+
 
2738
+         if test "$prev" != 'sed 50q "$0"'; then
 
2739
+           echo_test_string=`eval $prev`
 
2740
+           export echo_test_string
 
2741
+           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
 
2742
+         else
 
2743
+           # Oops.  We lost completely, so just stick with echo.
 
2744
+           ECHO=echo
 
2745
+         fi
 
2746
+        fi
 
2747
+      fi
2743
2748
+    fi
2744
 
+  done
2745
 
 done
2746
 
 if test -z "$ac_aux_dir"; then
2747
 
-  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2748
 
-$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2749
 
-   { (exit 1); exit 1; }; }
2750
 
+  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2751
 
 fi
2752
 
 
2753
 
 # These three variables are undocumented and unsupported,
2754
 
@@ -2471,10 +2794,10 @@ ac_configure="$SHELL $ac_aux_dir/configu
2755
 
 # OS/2's system install, which has a completely different semantic
2756
 
 # ./install, which can be erroneously created by make from ./install.sh.
2757
 
 # Reject install programs that cannot install multiple files.
2758
 
-{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2759
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2760
 
 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2761
 
 if test -z "$INSTALL"; then
2762
 
-if test "${ac_cv_path_install+set}" = set; then
2763
 
+if test "${ac_cv_path_install+set}" = set; then :
2764
 
   $as_echo_n "(cached) " >&6
2765
 
 else
2766
 
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2767
 
@@ -2482,11 +2805,11 @@ for as_dir in $PATH
2768
 
 do
2769
 
   IFS=$as_save_IFS
2770
 
   test -z "$as_dir" && as_dir=.
2771
 
-  # Account for people who put trailing slashes in PATH elements.
2772
 
-case $as_dir/ in
2773
 
-  ./ | .// | /cC/* | \
2774
 
+    # Account for people who put trailing slashes in PATH elements.
2775
 
+case $as_dir/ in #((
2776
 
+  ./ | .// | /[cC]/* | \
2777
 
   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2778
 
-  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2779
 
+  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2780
 
   /usr/ucb/* ) ;;
2781
 
   *)
2782
 
     # OSF1 and SCO ODT 3.0 have their own names for install.
2783
 
@@ -2523,7 +2846,7 @@ case $as_dir/ in
2784
 
     ;;
2785
 
 esac
2786
 
 
2787
 
-done
2788
 
+  done
2789
 
 IFS=$as_save_IFS
2790
 
 
2791
 
 rm -rf conftest.one conftest.two conftest.dir
2792
 
@@ -2539,7 +2862,7 @@ fi
2793
 
     INSTALL=$ac_install_sh
2794
 
   fi
2795
 
 fi
2796
 
-{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2797
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2798
 
 $as_echo "$INSTALL" >&6; }
2799
 
 
2800
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2801
 
@@ -2550,7 +2873,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR
2802
 
 
2803
 
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2804
 
 
2805
 
-{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2806
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2807
 
 $as_echo_n "checking whether build environment is sane... " >&6; }
2808
 
 # Just in case
2809
 
 sleep 1
2810
 
@@ -2561,15 +2884,11 @@ am_lf='
2811
 
 '
2812
 
 case `pwd` in
2813
 
   *[\\\"\#\$\&\'\`$am_lf]*)
2814
 
-    { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
2815
 
-$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
2816
 
-   { (exit 1); exit 1; }; };;
2817
 
+    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2818
 
 esac
2819
 
 case $srcdir in
2820
 
   *[\\\"\#\$\&\'\`$am_lf\ \    ]*)
2821
 
-    { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
2822
 
-$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
2823
 
-   { (exit 1); exit 1; }; };;
2824
 
+    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2825
 
 esac
2826
 
 
2827
 
 # Do `set' in a subshell so we don't clobber the current shell's
2828
 
@@ -2591,11 +2910,8 @@ if (
2829
 
       # if, for instance, CONFIG_SHELL is bash and it inherits a
2830
 
       # broken ls alias from the environment.  This has actually
2831
 
       # happened.  Such a system could not be considered "sane".
2832
 
-      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
2833
 
-alias in your environment" >&5
2834
 
-$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
2835
 
-alias in your environment" >&2;}
2836
 
-   { (exit 1); exit 1; }; }
2837
 
+      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
2838
 
+alias in your environment" "$LINENO" 5
2839
 
    fi
2840
 
 
2841
 
    test "$2" = conftest.file
2842
 
@@ -2604,13 +2920,10 @@ then
2843
 
    # Ok.
2844
 
    :
2845
 
 else
2846
 
-   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2847
 
-Check your system clock" >&5
2848
 
-$as_echo "$as_me: error: newly created file is older than distributed files!
2849
 
-Check your system clock" >&2;}
2850
 
-   { (exit 1); exit 1; }; }
2851
 
+   as_fn_error "newly created file is older than distributed files!
2852
 
+Check your system clock" "$LINENO" 5
2853
 
 fi
2854
 
-{ $as_echo "$as_me:$LINENO: result: yes" >&5
2855
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2856
 
 $as_echo "yes" >&6; }
2857
 
 test "$program_prefix" != NONE &&
2858
 
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2859
 
@@ -2638,7 +2951,7 @@ if eval "$MISSING --run true"; then
2860
 
   am_missing_run="$MISSING --run "
2861
 
 else
2862
 
   am_missing_run=
2863
 
-  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2864
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2865
 
 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2866
 
 fi
2867
 
 
2868
 
@@ -2659,9 +2972,9 @@ if test "$cross_compiling" != no; then
2869
 
   if test -n "$ac_tool_prefix"; then
2870
 
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2871
 
 set dummy ${ac_tool_prefix}strip; ac_word=$2
2872
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2873
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2874
 
 $as_echo_n "checking for $ac_word... " >&6; }
2875
 
-if test "${ac_cv_prog_STRIP+set}" = set; then
2876
 
+if test "${ac_cv_prog_STRIP+set}" = set; then :
2877
 
   $as_echo_n "(cached) " >&6
2878
 
 else
2879
 
   if test -n "$STRIP"; then
2880
 
@@ -2672,24 +2985,24 @@ for as_dir in $PATH
2881
 
 do
2882
 
   IFS=$as_save_IFS
2883
 
   test -z "$as_dir" && as_dir=.
2884
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
2885
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
2886
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2887
 
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2888
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2889
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2890
 
     break 2
2891
 
   fi
2892
 
 done
2893
 
-done
2894
 
+  done
2895
 
 IFS=$as_save_IFS
2896
 
 
2897
 
 fi
2898
 
 fi
2899
 
 STRIP=$ac_cv_prog_STRIP
2900
 
 if test -n "$STRIP"; then
2901
 
-  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2902
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2903
 
 $as_echo "$STRIP" >&6; }
2904
 
 else
2905
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
2906
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2907
 
 $as_echo "no" >&6; }
2908
 
 fi
2909
 
 
2910
 
@@ -2699,9 +3012,9 @@ if test -z "$ac_cv_prog_STRIP"; then
2911
 
   ac_ct_STRIP=$STRIP
2912
 
   # Extract the first word of "strip", so it can be a program name with args.
2913
 
 set dummy strip; ac_word=$2
2914
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2915
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2916
 
 $as_echo_n "checking for $ac_word... " >&6; }
2917
 
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2918
 
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2919
 
   $as_echo_n "(cached) " >&6
2920
 
 else
2921
 
   if test -n "$ac_ct_STRIP"; then
2922
 
@@ -2712,24 +3025,24 @@ for as_dir in $PATH
2923
 
 do
2924
 
   IFS=$as_save_IFS
2925
 
   test -z "$as_dir" && as_dir=.
2926
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
2927
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
2928
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2929
 
     ac_cv_prog_ac_ct_STRIP="strip"
2930
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2931
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2932
 
     break 2
2933
 
   fi
2934
 
 done
2935
 
-done
2936
 
+  done
2937
 
 IFS=$as_save_IFS
2938
 
 
2939
 
 fi
2940
 
 fi
2941
 
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2942
 
 if test -n "$ac_ct_STRIP"; then
2943
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2944
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2945
 
 $as_echo "$ac_ct_STRIP" >&6; }
2946
 
 else
2947
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
2948
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2949
 
 $as_echo "no" >&6; }
2950
 
 fi
2951
 
 
2952
 
@@ -2738,7 +3051,7 @@ fi
2953
 
   else
2954
 
     case $cross_compiling:$ac_tool_warned in
2955
 
 yes:)
2956
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2957
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2958
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2959
 
 ac_tool_warned=yes ;;
2960
 
 esac
2961
 
@@ -2751,10 +3064,10 @@ fi
2962
 
 fi
2963
 
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2964
 
 
2965
 
-{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2966
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2967
 
 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2968
 
 if test -z "$MKDIR_P"; then
2969
 
-  if test "${ac_cv_path_mkdir+set}" = set; then
2970
 
+  if test "${ac_cv_path_mkdir+set}" = set; then :
2971
 
   $as_echo_n "(cached) " >&6
2972
 
 else
2973
 
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2974
 
@@ -2762,7 +3075,7 @@ for as_dir in $PATH$PATH_SEPARATOR/opt/s
2975
 
 do
2976
 
   IFS=$as_save_IFS
2977
 
   test -z "$as_dir" && as_dir=.
2978
 
-  for ac_prog in mkdir gmkdir; do
2979
 
+    for ac_prog in mkdir gmkdir; do
2980
 
         for ac_exec_ext in '' $ac_executable_extensions; do
2981
 
           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2982
 
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2983
 
@@ -2774,11 +3087,12 @@ do
2984
 
           esac
2985
 
         done
2986
 
        done
2987
 
-done
2988
 
+  done
2989
 
 IFS=$as_save_IFS
2990
 
 
2991
 
 fi
2992
 
 
2993
 
+  test -d ./--version && rmdir ./--version
2994
 
   if test "${ac_cv_path_mkdir+set}" = set; then
2995
 
     MKDIR_P="$ac_cv_path_mkdir -p"
2996
 
   else
2997
 
@@ -2786,11 +3100,10 @@ fi
2998
 
     # value for MKDIR_P within a source directory, because that will
2999
 
     # break other packages using the cache if that directory is
3000
 
     # removed, or if the value is a relative name.
3001
 
-    test -d ./--version && rmdir ./--version
3002
 
     MKDIR_P="$ac_install_sh -d"
3003
 
   fi
3004
 
 fi
3005
 
-{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
3006
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3007
 
 $as_echo "$MKDIR_P" >&6; }
3008
 
 
3009
 
 mkdir_p="$MKDIR_P"
3010
 
@@ -2803,9 +3116,9 @@ for ac_prog in gawk mawk nawk awk
3011
 
 do
3012
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
3013
 
 set dummy $ac_prog; ac_word=$2
3014
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3015
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3016
 
 $as_echo_n "checking for $ac_word... " >&6; }
3017
 
-if test "${ac_cv_prog_AWK+set}" = set; then
3018
 
+if test "${ac_cv_prog_AWK+set}" = set; then :
3019
 
   $as_echo_n "(cached) " >&6
3020
 
 else
3021
 
   if test -n "$AWK"; then
3022
 
@@ -2816,24 +3129,24 @@ for as_dir in $PATH
3023
 
 do
3024
 
   IFS=$as_save_IFS
3025
 
   test -z "$as_dir" && as_dir=.
3026
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
3027
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
3028
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3029
 
     ac_cv_prog_AWK="$ac_prog"
3030
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3031
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3032
 
     break 2
3033
 
   fi
3034
 
 done
3035
 
-done
3036
 
+  done
3037
 
 IFS=$as_save_IFS
3038
 
 
3039
 
 fi
3040
 
 fi
3041
 
 AWK=$ac_cv_prog_AWK
3042
 
 if test -n "$AWK"; then
3043
 
-  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
3044
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3045
 
 $as_echo "$AWK" >&6; }
3046
 
 else
3047
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
3048
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3049
 
 $as_echo "no" >&6; }
3050
 
 fi
3051
 
 
3052
 
@@ -2841,11 +3154,11 @@ fi
3053
 
   test -n "$AWK" && break
3054
 
 done
3055
 
 
3056
 
-{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3057
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3058
 
 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3059
 
 set x ${MAKE-make}
3060
 
 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3061
 
-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
3062
 
+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3063
 
   $as_echo_n "(cached) " >&6
3064
 
 else
3065
 
   cat >conftest.make <<\_ACEOF
3066
 
@@ -2863,11 +3176,11 @@ esac
3067
 
 rm -f conftest.make
3068
 
 fi
3069
 
 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3070
 
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
3071
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3072
 
 $as_echo "yes" >&6; }
3073
 
   SET_MAKE=
3074
 
 else
3075
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
3076
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3077
 
 $as_echo "no" >&6; }
3078
 
   SET_MAKE="MAKE=${MAKE-make}"
3079
 
 fi
3080
 
@@ -2887,9 +3200,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"
3081
 
   am__isrc=' -I$(srcdir)'
3082
 
   # test to see if srcdir already configured
3083
 
   if test -f $srcdir/config.status; then
3084
 
-    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
3085
 
-$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
3086
 
-   { (exit 1); exit 1; }; }
3087
 
+    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3088
 
   fi
3089
 
 fi
3090
 
 
3091
 
@@ -2947,7 +3258,7 @@ am__tar='${AMTAR} chof - "$$tardir"'; am
3092
 
 
3093
 
 
3094
 
 # Check whether --enable-silent-rules was given.
3095
 
-if test "${enable_silent_rules+set}" = set; then
3096
 
+if test "${enable_silent_rules+set}" = set; then :
3097
 
   enableval=$enable_silent_rules;
3098
 
 fi
3099
 
 
3100
 
@@ -2963,7 +3274,7 @@ ac_config_headers="$ac_config_headers co
3101
 
 
3102
 
 
3103
 
 # Check whether --enable-static was given.
3104
 
-if test "${enable_static+set}" = set; then
3105
 
+if test "${enable_static+set}" = set; then :
3106
 
   enableval=$enable_static; p=${PACKAGE-default}
3107
 
     case $enableval in
3108
 
     yes) enable_static=yes ;;
3109
 
@@ -2995,14 +3306,14 @@ fi
3110
 
 
3111
 
 case `pwd` in
3112
 
   *\ * | *\    *)
3113
 
-    { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3114
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3115
 
 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3116
 
 esac
3117
 
 
3118
 
 
3119
 
 
3120
 
-macro_version='2.2.6'
3121
 
-macro_revision='1.3012'
 
2749
+  fi
 
2750
+fi
 
2751
+
 
2752
+# Copy echo and quote the copy suitably for passing to libtool from
 
2753
+# the Makefile, instead of quoting the original, which is used later.
 
2754
+lt_ECHO=$ECHO
 
2755
+if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
 
2756
+   lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
 
2757
+fi
 
2758
+
 
2759
+
 
2760
+
 
2761
 
 
2762
 test -n "$DJDIR" || exec 7<&0 </dev/null
 
2763
 exec 6>&1
 
2764
@@ -772,6 +911,7 @@
 
2765
 LIPO
 
2766
 NMEDIT
 
2767
 DSYMUTIL
 
2768
+lt_ECHO
 
2769
 RANLIB
 
2770
 AR
 
2771
 OBJDUMP
 
2772
@@ -3180,8 +3320,8 @@
 
2773
 
 
2774
 
 
2775
 
 
2776
-macro_version='2.2.10'
 
2777
-macro_revision='1.3175'
3122
2778
+macro_version='2.2.6b'
3123
2779
+macro_revision='1.3017'
3124
2780
 
3125
2781
 
3126
2782
 
3127
 
@@ -3020,35 +3331,27 @@ ltmain="$ac_aux_dir/ltmain.sh"
3128
 
 
3129
 
 # Make sure we can run config.sub.
3130
 
 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3131
 
-  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
3132
 
-$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
3133
 
-   { (exit 1); exit 1; }; }
3134
 
+  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3135
 
 
3136
 
-{ $as_echo "$as_me:$LINENO: checking build system type" >&5
3137
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3138
 
 $as_echo_n "checking build system type... " >&6; }
3139
 
-if test "${ac_cv_build+set}" = set; then
3140
 
+if test "${ac_cv_build+set}" = set; then :
3141
 
   $as_echo_n "(cached) " >&6
3142
 
 else
3143
 
   ac_build_alias=$build_alias
3144
 
 test "x$ac_build_alias" = x &&
3145
 
   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3146
 
 test "x$ac_build_alias" = x &&
3147
 
-  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
3148
 
-$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
3149
 
-   { (exit 1); exit 1; }; }
3150
 
+  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
3151
 
 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3152
 
-  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
3153
 
-$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
3154
 
-   { (exit 1); exit 1; }; }
3155
 
+  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3156
 
 
3157
 
 fi
3158
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
3159
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3160
 
 $as_echo "$ac_cv_build" >&6; }
3161
 
 case $ac_cv_build in
3162
 
 *-*-*) ;;
3163
 
-*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
3164
 
-$as_echo "$as_me: error: invalid value of canonical build" >&2;}
3165
 
-   { (exit 1); exit 1; }; };;
3166
 
+*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
3167
 
 esac
3168
 
 build=$ac_cv_build
3169
 
 ac_save_IFS=$IFS; IFS='-'
3170
 
@@ -3064,28 +3367,24 @@ IFS=$ac_save_IFS
3171
 
 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3172
 
 
3173
 
 
3174
 
-{ $as_echo "$as_me:$LINENO: checking host system type" >&5
3175
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3176
 
 $as_echo_n "checking host system type... " >&6; }
3177
 
-if test "${ac_cv_host+set}" = set; then
3178
 
+if test "${ac_cv_host+set}" = set; then :
3179
 
   $as_echo_n "(cached) " >&6
3180
 
 else
3181
 
   if test "x$host_alias" = x; then
3182
 
   ac_cv_host=$ac_cv_build
3183
 
 else
3184
 
   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3185
 
-    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
3186
 
-$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
3187
 
-   { (exit 1); exit 1; }; }
3188
 
+    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3189
 
 fi
3190
 
 
3191
 
 fi
3192
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
3193
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3194
 
 $as_echo "$ac_cv_host" >&6; }
3195
 
 case $ac_cv_host in
3196
 
 *-*-*) ;;
3197
 
-*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
3198
 
-$as_echo "$as_me: error: invalid value of canonical host" >&2;}
3199
 
-   { (exit 1); exit 1; }; };;
3200
 
+*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
3201
 
 esac
3202
 
 host=$ac_cv_host
3203
 
 ac_save_IFS=$IFS; IFS='-'
3204
 
@@ -3113,7 +3412,7 @@ am__doit:
3205
 
 .PHONY: am__doit
3206
 
 END
3207
 
 # If we don't find an include directive, just comment out the code.
3208
 
-{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3209
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3210
 
 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3211
 
 am__include="#"
3212
 
 am__quote=
3213
 
@@ -3141,12 +3440,12 @@ if test "$am__include" = "#"; then
3214
 
 fi
3215
 
 
3216
 
 
3217
 
-{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
3218
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3219
 
 $as_echo "$_am_result" >&6; }
3220
 
 rm -f confinc confmf
3221
 
 
3222
 
 # Check whether --enable-dependency-tracking was given.
3223
 
-if test "${enable_dependency_tracking+set}" = set; then
3224
 
+if test "${enable_dependency_tracking+set}" = set; then :
3225
 
   enableval=$enable_dependency_tracking;
3226
 
 fi
3227
 
 
3228
 
@@ -3171,9 +3470,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
3229
 
 if test -n "$ac_tool_prefix"; then
3230
 
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3231
 
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3232
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3233
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3234
 
 $as_echo_n "checking for $ac_word... " >&6; }
3235
 
-if test "${ac_cv_prog_CC+set}" = set; then
3236
 
+if test "${ac_cv_prog_CC+set}" = set; then :
3237
 
   $as_echo_n "(cached) " >&6
3238
 
 else
3239
 
   if test -n "$CC"; then
3240
 
@@ -3184,24 +3483,24 @@ for as_dir in $PATH
3241
 
 do
3242
 
   IFS=$as_save_IFS
3243
 
   test -z "$as_dir" && as_dir=.
3244
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
3245
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
3246
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3247
 
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3248
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3249
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3250
 
     break 2
3251
 
   fi
3252
 
 done
3253
 
-done
3254
 
+  done
3255
 
 IFS=$as_save_IFS
3256
 
 
3257
 
 fi
3258
 
 fi
3259
 
 CC=$ac_cv_prog_CC
3260
 
 if test -n "$CC"; then
3261
 
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
3262
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3263
 
 $as_echo "$CC" >&6; }
3264
 
 else
3265
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
3266
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3267
 
 $as_echo "no" >&6; }
3268
 
 fi
3269
 
 
3270
 
@@ -3211,9 +3510,9 @@ if test -z "$ac_cv_prog_CC"; then
3271
 
   ac_ct_CC=$CC
3272
 
   # Extract the first word of "gcc", so it can be a program name with args.
3273
 
 set dummy gcc; ac_word=$2
3274
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3275
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3276
 
 $as_echo_n "checking for $ac_word... " >&6; }
3277
 
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3278
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3279
 
   $as_echo_n "(cached) " >&6
3280
 
 else
3281
 
   if test -n "$ac_ct_CC"; then
3282
 
@@ -3224,24 +3523,24 @@ for as_dir in $PATH
3283
 
 do
3284
 
   IFS=$as_save_IFS
3285
 
   test -z "$as_dir" && as_dir=.
3286
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
3287
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
3288
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3289
 
     ac_cv_prog_ac_ct_CC="gcc"
3290
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3291
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3292
 
     break 2
3293
 
   fi
3294
 
 done
3295
 
-done
3296
 
+  done
3297
 
 IFS=$as_save_IFS
3298
 
 
3299
 
 fi
3300
 
 fi
3301
 
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3302
 
 if test -n "$ac_ct_CC"; then
3303
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3304
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3305
 
 $as_echo "$ac_ct_CC" >&6; }
3306
 
 else
3307
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
3308
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3309
 
 $as_echo "no" >&6; }
3310
 
 fi
3311
 
 
3312
 
@@ -3250,7 +3549,7 @@ fi
3313
 
   else
3314
 
     case $cross_compiling:$ac_tool_warned in
3315
 
 yes:)
3316
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3317
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3318
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3319
 
 ac_tool_warned=yes ;;
3320
 
 esac
3321
 
@@ -3264,9 +3563,9 @@ if test -z "$CC"; then
3322
 
           if test -n "$ac_tool_prefix"; then
3323
 
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3324
 
 set dummy ${ac_tool_prefix}cc; ac_word=$2
3325
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3326
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3327
 
 $as_echo_n "checking for $ac_word... " >&6; }
3328
 
-if test "${ac_cv_prog_CC+set}" = set; then
3329
 
+if test "${ac_cv_prog_CC+set}" = set; then :
3330
 
   $as_echo_n "(cached) " >&6
3331
 
 else
3332
 
   if test -n "$CC"; then
3333
 
@@ -3277,24 +3576,24 @@ for as_dir in $PATH
3334
 
 do
3335
 
   IFS=$as_save_IFS
3336
 
   test -z "$as_dir" && as_dir=.
3337
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
3338
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
3339
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3340
 
     ac_cv_prog_CC="${ac_tool_prefix}cc"
3341
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3342
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3343
 
     break 2
3344
 
   fi
3345
 
 done
3346
 
-done
3347
 
+  done
3348
 
 IFS=$as_save_IFS
3349
 
 
3350
 
 fi
3351
 
 fi
3352
 
 CC=$ac_cv_prog_CC
3353
 
 if test -n "$CC"; then
3354
 
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
3355
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3356
 
 $as_echo "$CC" >&6; }
3357
 
 else
3358
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
3359
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3360
 
 $as_echo "no" >&6; }
3361
 
 fi
3362
 
 
3363
 
@@ -3304,9 +3603,9 @@ fi
3364
 
 if test -z "$CC"; then
3365
 
   # Extract the first word of "cc", so it can be a program name with args.
3366
 
 set dummy cc; ac_word=$2
3367
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3368
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3369
 
 $as_echo_n "checking for $ac_word... " >&6; }
3370
 
-if test "${ac_cv_prog_CC+set}" = set; then
3371
 
+if test "${ac_cv_prog_CC+set}" = set; then :
3372
 
   $as_echo_n "(cached) " >&6
3373
 
 else
3374
 
   if test -n "$CC"; then
3375
 
@@ -3318,18 +3617,18 @@ for as_dir in $PATH
3376
 
 do
3377
 
   IFS=$as_save_IFS
3378
 
   test -z "$as_dir" && as_dir=.
3379
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
3380
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
3381
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3382
 
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3383
 
        ac_prog_rejected=yes
3384
 
        continue
3385
 
      fi
3386
 
     ac_cv_prog_CC="cc"
3387
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3388
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3389
 
     break 2
3390
 
   fi
3391
 
 done
3392
 
-done
3393
 
+  done
3394
 
 IFS=$as_save_IFS
3395
 
 
3396
 
 if test $ac_prog_rejected = yes; then
3397
 
@@ -3348,10 +3647,10 @@ fi
3398
 
 fi
3399
 
 CC=$ac_cv_prog_CC
3400
 
 if test -n "$CC"; then
3401
 
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
3402
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3403
 
 $as_echo "$CC" >&6; }
3404
 
 else
3405
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
3406
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3407
 
 $as_echo "no" >&6; }
3408
 
 fi
3409
 
 
3410
 
@@ -3363,9 +3662,9 @@ if test -z "$CC"; then
3411
 
   do
3412
 
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3413
 
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3414
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3415
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3416
 
 $as_echo_n "checking for $ac_word... " >&6; }
3417
 
-if test "${ac_cv_prog_CC+set}" = set; then
3418
 
+if test "${ac_cv_prog_CC+set}" = set; then :
3419
 
   $as_echo_n "(cached) " >&6
3420
 
 else
3421
 
   if test -n "$CC"; then
3422
 
@@ -3376,24 +3675,24 @@ for as_dir in $PATH
3423
 
 do
3424
 
   IFS=$as_save_IFS
3425
 
   test -z "$as_dir" && as_dir=.
3426
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
3427
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
3428
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3429
 
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3430
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3431
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3432
 
     break 2
3433
 
   fi
3434
 
 done
3435
 
-done
3436
 
+  done
3437
 
 IFS=$as_save_IFS
3438
 
 
3439
 
 fi
3440
 
 fi
3441
 
 CC=$ac_cv_prog_CC
3442
 
 if test -n "$CC"; then
3443
 
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
3444
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3445
 
 $as_echo "$CC" >&6; }
3446
 
 else
3447
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
3448
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3449
 
 $as_echo "no" >&6; }
3450
 
 fi
3451
 
 
3452
 
@@ -3407,9 +3706,9 @@ if test -z "$CC"; then
3453
 
 do
3454
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
3455
 
 set dummy $ac_prog; ac_word=$2
3456
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3457
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3458
 
 $as_echo_n "checking for $ac_word... " >&6; }
3459
 
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3460
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3461
 
   $as_echo_n "(cached) " >&6
3462
 
 else
3463
 
   if test -n "$ac_ct_CC"; then
3464
 
@@ -3420,24 +3719,24 @@ for as_dir in $PATH
3465
 
 do
3466
 
   IFS=$as_save_IFS
3467
 
   test -z "$as_dir" && as_dir=.
3468
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
3469
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
3470
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3471
 
     ac_cv_prog_ac_ct_CC="$ac_prog"
3472
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3473
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3474
 
     break 2
3475
 
   fi
3476
 
 done
3477
 
-done
3478
 
+  done
3479
 
 IFS=$as_save_IFS
3480
 
 
3481
 
 fi
3482
 
 fi
3483
 
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3484
 
 if test -n "$ac_ct_CC"; then
3485
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3486
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3487
 
 $as_echo "$ac_ct_CC" >&6; }
3488
 
 else
3489
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
3490
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3491
 
 $as_echo "no" >&6; }
3492
 
 fi
3493
 
 
3494
 
@@ -3450,7 +3749,7 @@ done
3495
 
   else
3496
 
     case $cross_compiling:$ac_tool_warned in
3497
 
 yes:)
3498
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3499
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3500
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3501
 
 ac_tool_warned=yes ;;
3502
 
 esac
3503
 
@@ -3461,57 +3760,37 @@ fi
3504
 
 fi
3505
 
 
3506
 
 
3507
 
-test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3508
 
+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3509
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3510
 
-{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3511
 
-See \`config.log' for more details." >&5
3512
 
-$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
3513
 
-See \`config.log' for more details." >&2;}
3514
 
-   { (exit 1); exit 1; }; }; }
3515
 
+as_fn_error "no acceptable C compiler found in \$PATH
3516
 
+See \`config.log' for more details." "$LINENO" 5; }
3517
 
 
3518
 
 # Provide some information about the compiler.
3519
 
-$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3520
 
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3521
 
 set X $ac_compile
3522
 
 ac_compiler=$2
3523
 
-{ (ac_try="$ac_compiler --version >&5"
3524
 
-case "(($ac_try" in
3525
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3526
 
-  *) ac_try_echo=$ac_try;;
3527
 
-esac
3528
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3529
 
-$as_echo "$ac_try_echo") >&5
3530
 
-  (eval "$ac_compiler --version >&5") 2>&5
3531
 
-  ac_status=$?
3532
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3533
 
-  (exit $ac_status); }
3534
 
-{ (ac_try="$ac_compiler -v >&5"
3535
 
-case "(($ac_try" in
3536
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3537
 
-  *) ac_try_echo=$ac_try;;
3538
 
-esac
3539
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3540
 
-$as_echo "$ac_try_echo") >&5
3541
 
-  (eval "$ac_compiler -v >&5") 2>&5
3542
 
-  ac_status=$?
3543
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3544
 
-  (exit $ac_status); }
3545
 
-{ (ac_try="$ac_compiler -V >&5"
3546
 
+for ac_option in --version -v -V -qversion; do
3547
 
+  { { ac_try="$ac_compiler $ac_option >&5"
3548
 
 case "(($ac_try" in
3549
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3550
 
   *) ac_try_echo=$ac_try;;
3551
 
 esac
3552
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3553
 
-$as_echo "$ac_try_echo") >&5
3554
 
-  (eval "$ac_compiler -V >&5") 2>&5
3555
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3556
 
+$as_echo "$ac_try_echo"; } >&5
3557
 
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3558
 
   ac_status=$?
3559
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3560
 
-  (exit $ac_status); }
3561
 
+  if test -s conftest.err; then
3562
 
+    sed '10a\
3563
 
+... rest of stderr output deleted ...
3564
 
+         10q' conftest.err >conftest.er1
3565
 
+    cat conftest.er1 >&5
3566
 
+  fi
3567
 
+  rm -f conftest.er1 conftest.err
3568
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3569
 
+  test $ac_status = 0; }
3570
 
+done
3571
 
 
3572
 
-cat >conftest.$ac_ext <<_ACEOF
3573
 
-/* confdefs.h.  */
3574
 
-_ACEOF
3575
 
-cat confdefs.h >>conftest.$ac_ext
3576
 
-cat >>conftest.$ac_ext <<_ACEOF
3577
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3578
 
 /* end confdefs.h.  */
3579
 
 
3580
 
 int
3581
 
@@ -3527,8 +3806,8 @@ ac_clean_files="$ac_clean_files a.out a.
3582
 
 # Try to create an executable without -o first, disregard a.out.
3583
 
 # It will help us diagnose broken compilers, and finding out an intuition
3584
 
 # of exeext.
3585
 
-{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3586
 
-$as_echo_n "checking for C compiler default output file name... " >&6; }
3587
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3588
 
+$as_echo_n "checking whether the C compiler works... " >&6; }
3589
 
 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3590
 
 
3591
 
 # The possible output files:
3592
 
@@ -3544,17 +3823,17 @@ do
3593
 
 done
3594
 
 rm -f $ac_rmfiles
3595
 
 
3596
 
-if { (ac_try="$ac_link_default"
3597
 
+if { { ac_try="$ac_link_default"
3598
 
 case "(($ac_try" in
3599
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3600
 
   *) ac_try_echo=$ac_try;;
3601
 
 esac
3602
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3603
 
-$as_echo "$ac_try_echo") >&5
3604
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3605
 
+$as_echo "$ac_try_echo"; } >&5
3606
 
   (eval "$ac_link_default") 2>&5
3607
 
   ac_status=$?
3608
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3609
 
-  (exit $ac_status); }; then
3610
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3611
 
+  test $ac_status = 0; }; then :
3612
 
   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3613
 
 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3614
 
 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3615
 
@@ -3571,7 +3850,7 @@ do
3616
 
        # certainly right.
3617
 
        break;;
3618
 
     *.* )
3619
 
-        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3620
 
+       if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3621
 
        then :; else
3622
 
           ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3623
 
        fi
3624
 
@@ -3590,84 +3869,42 @@ test "$ac_cv_exeext" = no && ac_cv_exeex
3625
 
 else
3626
 
   ac_file=''
3627
 
 fi
3628
 
-
3629
 
-{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
3630
 
-$as_echo "$ac_file" >&6; }
3631
 
-if test -z "$ac_file"; then
3632
 
-  $as_echo "$as_me: failed program was:" >&5
3633
 
+if test -z "$ac_file"; then :
3634
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3635
 
+$as_echo "no" >&6; }
3636
 
+$as_echo "$as_me: failed program was:" >&5
3637
 
 sed 's/^/| /' conftest.$ac_ext >&5
3638
 
 
3639
 
-{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3640
 
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3641
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3642
 
-{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
3643
 
-See \`config.log' for more details." >&5
3644
 
-$as_echo "$as_me: error: C compiler cannot create executables
3645
 
-See \`config.log' for more details." >&2;}
3646
 
-   { (exit 77); exit 77; }; }; }
3647
 
+{ as_fn_set_status 77
3648
 
+as_fn_error "C compiler cannot create executables
3649
 
+See \`config.log' for more details." "$LINENO" 5; }; }
3650
 
+else
3651
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3652
 
+$as_echo "yes" >&6; }
3653
 
 fi
3654
 
-
3655
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3656
 
+$as_echo_n "checking for C compiler default output file name... " >&6; }
3657
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3658
 
+$as_echo "$ac_file" >&6; }
3659
 
 ac_exeext=$ac_cv_exeext
3660
 
 
3661
 
-# Check that the compiler produces executables we can run.  If not, either
3662
 
-# the compiler is broken, or we cross compile.
3663
 
-{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3664
 
-$as_echo_n "checking whether the C compiler works... " >&6; }
3665
 
-# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3666
 
-# If not cross compiling, check that we can run a simple program.
3667
 
-if test "$cross_compiling" != yes; then
3668
 
-  if { ac_try='./$ac_file'
3669
 
-  { (case "(($ac_try" in
3670
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3671
 
-  *) ac_try_echo=$ac_try;;
3672
 
-esac
3673
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3674
 
-$as_echo "$ac_try_echo") >&5
3675
 
-  (eval "$ac_try") 2>&5
3676
 
-  ac_status=$?
3677
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3678
 
-  (exit $ac_status); }; }; then
3679
 
-    cross_compiling=no
3680
 
-  else
3681
 
-    if test "$cross_compiling" = maybe; then
3682
 
-       cross_compiling=yes
3683
 
-    else
3684
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3685
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3686
 
-{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
3687
 
-If you meant to cross compile, use \`--host'.
3688
 
-See \`config.log' for more details." >&5
3689
 
-$as_echo "$as_me: error: cannot run C compiled programs.
3690
 
-If you meant to cross compile, use \`--host'.
3691
 
-See \`config.log' for more details." >&2;}
3692
 
-   { (exit 1); exit 1; }; }; }
3693
 
-    fi
3694
 
-  fi
 
2783
@@ -3268,75 +3408,6 @@
 
2784
 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 
2785
 
 
2786
 
 
2787
-# Backslashify metacharacters that are still active within
 
2788
-# double-quoted strings.
 
2789
-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
 
2790
-
 
2791
-# Same as above, but do not quote variable references.
 
2792
-double_quote_subst='s/\(["`\\]\)/\\\1/g'
 
2793
-
 
2794
-# Sed substitution to delay expansion of an escaped shell variable in a
 
2795
-# double_quote_subst'ed string.
 
2796
-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
 
2797
-
 
2798
-# Sed substitution to delay expansion of an escaped single quote.
 
2799
-delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
 
2800
-
 
2801
-# Sed substitution to avoid accidental globbing in evaled expressions
 
2802
-no_glob_subst='s/\*/\\\*/g'
 
2803
-
 
2804
-ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
2805
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
 
2806
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
 
2807
-
 
2808
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
 
2809
-$as_echo_n "checking how to print strings... " >&6; }
 
2810
-# Test print first, because it will be a builtin if present.
 
2811
-if test "X`print -r -- -n 2>/dev/null`" = X-n && \
 
2812
-   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
 
2813
-  ECHO='print -r --'
 
2814
-elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
 
2815
-  ECHO='printf %s\n'
 
2816
-else
 
2817
-  # Use this function as a fallback that always works.
 
2818
-  func_fallback_echo ()
 
2819
-  {
 
2820
-    eval 'cat <<_LTECHO_EOF
 
2821
-$1
 
2822
-_LTECHO_EOF'
 
2823
-  }
 
2824
-  ECHO='func_fallback_echo'
3695
2825
-fi
3696
 
-{ $as_echo "$as_me:$LINENO: result: yes" >&5
3697
 
-$as_echo "yes" >&6; }
3698
 
-
3699
 
 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3700
 
 ac_clean_files=$ac_clean_files_save
3701
 
-# Check that the compiler produces executables we can run.  If not, either
3702
 
-# the compiler is broken, or we cross compile.
3703
 
-{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3704
 
-$as_echo_n "checking whether we are cross compiling... " >&6; }
3705
 
-{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3706
 
-$as_echo "$cross_compiling" >&6; }
3707
 
-
3708
 
-{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3709
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3710
 
 $as_echo_n "checking for suffix of executables... " >&6; }
3711
 
-if { (ac_try="$ac_link"
3712
 
+if { { ac_try="$ac_link"
3713
 
 case "(($ac_try" in
3714
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3715
 
   *) ac_try_echo=$ac_try;;
3716
 
 esac
3717
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3718
 
-$as_echo "$ac_try_echo") >&5
3719
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3720
 
+$as_echo "$ac_try_echo"; } >&5
3721
 
   (eval "$ac_link") 2>&5
3722
 
   ac_status=$?
3723
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3724
 
-  (exit $ac_status); }; then
3725
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3726
 
+  test $ac_status = 0; }; then :
3727
 
   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3728
 
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3729
 
 # work properly (i.e., refer to `conftest.exe'), while it won't with
3730
 
@@ -3682,32 +3919,83 @@ for ac_file in conftest.exe conftest con
3731
 
   esac
3732
 
 done
3733
 
 else
3734
 
-  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3735
 
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3736
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3737
 
-{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3738
 
-See \`config.log' for more details." >&5
3739
 
-$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3740
 
-See \`config.log' for more details." >&2;}
3741
 
-   { (exit 1); exit 1; }; }; }
3742
 
+as_fn_error "cannot compute suffix of executables: cannot compile and link
3743
 
+See \`config.log' for more details." "$LINENO" 5; }
3744
 
 fi
3745
 
-
3746
 
-rm -f conftest$ac_cv_exeext
3747
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3748
 
+rm -f conftest conftest$ac_cv_exeext
3749
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3750
 
 $as_echo "$ac_cv_exeext" >&6; }
3751
 
 
3752
 
 rm -f conftest.$ac_ext
3753
 
 EXEEXT=$ac_cv_exeext
3754
 
 ac_exeext=$EXEEXT
3755
 
-{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3756
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3757
 
+/* end confdefs.h.  */
3758
 
+#include <stdio.h>
3759
 
+int
3760
 
+main ()
3761
 
+{
3762
 
+FILE *f = fopen ("conftest.out", "w");
3763
 
+ return ferror (f) || fclose (f) != 0;
3764
 
+
3765
 
+  ;
3766
 
+  return 0;
3767
 
+}
3768
 
+_ACEOF
3769
 
+ac_clean_files="$ac_clean_files conftest.out"
3770
 
+# Check that the compiler produces executables we can run.  If not, either
3771
 
+# the compiler is broken, or we cross compile.
3772
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3773
 
+$as_echo_n "checking whether we are cross compiling... " >&6; }
3774
 
+if test "$cross_compiling" != yes; then
3775
 
+  { { ac_try="$ac_link"
3776
 
+case "(($ac_try" in
3777
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3778
 
+  *) ac_try_echo=$ac_try;;
3779
 
+esac
3780
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3781
 
+$as_echo "$ac_try_echo"; } >&5
3782
 
+  (eval "$ac_link") 2>&5
3783
 
+  ac_status=$?
3784
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3785
 
+  test $ac_status = 0; }
3786
 
+  if { ac_try='./conftest$ac_cv_exeext'
3787
 
+  { { case "(($ac_try" in
3788
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3789
 
+  *) ac_try_echo=$ac_try;;
3790
 
+esac
3791
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3792
 
+$as_echo "$ac_try_echo"; } >&5
3793
 
+  (eval "$ac_try") 2>&5
3794
 
+  ac_status=$?
3795
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3796
 
+  test $ac_status = 0; }; }; then
3797
 
+    cross_compiling=no
3798
 
+  else
3799
 
+    if test "$cross_compiling" = maybe; then
3800
 
+       cross_compiling=yes
3801
 
+    else
3802
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3803
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3804
 
+as_fn_error "cannot run C compiled programs.
3805
 
+If you meant to cross compile, use \`--host'.
3806
 
+See \`config.log' for more details." "$LINENO" 5; }
3807
 
+    fi
3808
 
+  fi
3809
 
+fi
3810
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3811
 
+$as_echo "$cross_compiling" >&6; }
3812
 
+
3813
 
+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3814
 
+ac_clean_files=$ac_clean_files_save
3815
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3816
 
 $as_echo_n "checking for suffix of object files... " >&6; }
3817
 
-if test "${ac_cv_objext+set}" = set; then
3818
 
+if test "${ac_cv_objext+set}" = set; then :
3819
 
   $as_echo_n "(cached) " >&6
3820
 
 else
3821
 
-  cat >conftest.$ac_ext <<_ACEOF
3822
 
-/* confdefs.h.  */
3823
 
-_ACEOF
3824
 
-cat confdefs.h >>conftest.$ac_ext
3825
 
-cat >>conftest.$ac_ext <<_ACEOF
3826
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3827
 
 /* end confdefs.h.  */
3828
 
 
3829
 
 int
3830
 
@@ -3719,17 +4007,17 @@ main ()
3831
 
 }
3832
 
 _ACEOF
3833
 
 rm -f conftest.o conftest.obj
3834
 
-if { (ac_try="$ac_compile"
3835
 
+if { { ac_try="$ac_compile"
3836
 
 case "(($ac_try" in
3837
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3838
 
   *) ac_try_echo=$ac_try;;
3839
 
 esac
3840
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3841
 
-$as_echo "$ac_try_echo") >&5
3842
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3843
 
+$as_echo "$ac_try_echo"; } >&5
3844
 
   (eval "$ac_compile") 2>&5
3845
 
   ac_status=$?
3846
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3847
 
-  (exit $ac_status); }; then
3848
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3849
 
+  test $ac_status = 0; }; then :
3850
 
   for ac_file in conftest.o conftest.obj conftest.*; do
3851
 
   test -f "$ac_file" || continue;
3852
 
   case $ac_file in
3853
 
@@ -3742,31 +4030,23 @@ else
3854
 
   $as_echo "$as_me: failed program was:" >&5
3855
 
 sed 's/^/| /' conftest.$ac_ext >&5
3856
 
 
3857
 
-{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3858
 
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3859
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3860
 
-{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3861
 
-See \`config.log' for more details." >&5
3862
 
-$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3863
 
-See \`config.log' for more details." >&2;}
3864
 
-   { (exit 1); exit 1; }; }; }
3865
 
+as_fn_error "cannot compute suffix of object files: cannot compile
3866
 
+See \`config.log' for more details." "$LINENO" 5; }
3867
 
 fi
3868
 
-
3869
 
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3870
 
 fi
3871
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3872
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3873
 
 $as_echo "$ac_cv_objext" >&6; }
3874
 
 OBJEXT=$ac_cv_objext
3875
 
 ac_objext=$OBJEXT
3876
 
-{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3877
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3878
 
 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3879
 
-if test "${ac_cv_c_compiler_gnu+set}" = set; then
3880
 
+if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3881
 
   $as_echo_n "(cached) " >&6
3882
 
 else
3883
 
-  cat >conftest.$ac_ext <<_ACEOF
3884
 
-/* confdefs.h.  */
3885
 
-_ACEOF
3886
 
-cat confdefs.h >>conftest.$ac_ext
3887
 
-cat >>conftest.$ac_ext <<_ACEOF
3888
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3889
 
 /* end confdefs.h.  */
3890
 
 
3891
 
 int
3892
 
@@ -3780,37 +4060,16 @@ main ()
3893
 
   return 0;
3894
 
 }
3895
 
 _ACEOF
3896
 
-rm -f conftest.$ac_objext
3897
 
-if { (ac_try="$ac_compile"
3898
 
-case "(($ac_try" in
3899
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3900
 
-  *) ac_try_echo=$ac_try;;
3901
 
-esac
3902
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3903
 
-$as_echo "$ac_try_echo") >&5
3904
 
-  (eval "$ac_compile") 2>conftest.er1
3905
 
-  ac_status=$?
3906
 
-  grep -v '^ *+' conftest.er1 >conftest.err
3907
 
-  rm -f conftest.er1
3908
 
-  cat conftest.err >&5
3909
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3910
 
-  (exit $ac_status); } && {
3911
 
-        test -z "$ac_c_werror_flag" ||
3912
 
-        test ! -s conftest.err
3913
 
-       } && test -s conftest.$ac_objext; then
3914
 
+if ac_fn_c_try_compile "$LINENO"; then :
3915
 
   ac_compiler_gnu=yes
3916
 
 else
3917
 
-  $as_echo "$as_me: failed program was:" >&5
3918
 
-sed 's/^/| /' conftest.$ac_ext >&5
3919
 
-
3920
 
-       ac_compiler_gnu=no
3921
 
+  ac_compiler_gnu=no
3922
 
 fi
3923
 
-
3924
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3925
 
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3926
 
 
3927
 
 fi
3928
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3929
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3930
 
 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3931
 
 if test $ac_compiler_gnu = yes; then
3932
 
   GCC=yes
3933
 
@@ -3819,20 +4078,16 @@ else
3934
 
 fi
3935
 
 ac_test_CFLAGS=${CFLAGS+set}
3936
 
 ac_save_CFLAGS=$CFLAGS
3937
 
-{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3938
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3939
 
 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3940
 
-if test "${ac_cv_prog_cc_g+set}" = set; then
3941
 
+if test "${ac_cv_prog_cc_g+set}" = set; then :
3942
 
   $as_echo_n "(cached) " >&6
3943
 
 else
3944
 
   ac_save_c_werror_flag=$ac_c_werror_flag
3945
 
    ac_c_werror_flag=yes
3946
 
    ac_cv_prog_cc_g=no
3947
 
    CFLAGS="-g"
3948
 
-   cat >conftest.$ac_ext <<_ACEOF
3949
 
-/* confdefs.h.  */
3950
 
-_ACEOF
3951
 
-cat confdefs.h >>conftest.$ac_ext
3952
 
-cat >>conftest.$ac_ext <<_ACEOF
3953
 
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3954
 
 /* end confdefs.h.  */
3955
 
 
3956
 
 int
3957
 
@@ -3843,35 +4098,11 @@ main ()
3958
 
   return 0;
3959
 
 }
3960
 
 _ACEOF
3961
 
-rm -f conftest.$ac_objext
3962
 
-if { (ac_try="$ac_compile"
3963
 
-case "(($ac_try" in
3964
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3965
 
-  *) ac_try_echo=$ac_try;;
3966
 
-esac
3967
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3968
 
-$as_echo "$ac_try_echo") >&5
3969
 
-  (eval "$ac_compile") 2>conftest.er1
3970
 
-  ac_status=$?
3971
 
-  grep -v '^ *+' conftest.er1 >conftest.err
3972
 
-  rm -f conftest.er1
3973
 
-  cat conftest.err >&5
3974
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3975
 
-  (exit $ac_status); } && {
3976
 
-        test -z "$ac_c_werror_flag" ||
3977
 
-        test ! -s conftest.err
3978
 
-       } && test -s conftest.$ac_objext; then
3979
 
+if ac_fn_c_try_compile "$LINENO"; then :
3980
 
   ac_cv_prog_cc_g=yes
3981
 
 else
3982
 
-  $as_echo "$as_me: failed program was:" >&5
3983
 
-sed 's/^/| /' conftest.$ac_ext >&5
3984
 
-
3985
 
-       CFLAGS=""
3986
 
-      cat >conftest.$ac_ext <<_ACEOF
3987
 
-/* confdefs.h.  */
3988
 
-_ACEOF
3989
 
-cat confdefs.h >>conftest.$ac_ext
3990
 
-cat >>conftest.$ac_ext <<_ACEOF
3991
 
+  CFLAGS=""
3992
 
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3993
 
 /* end confdefs.h.  */
3994
 
 
3995
 
 int
3996
 
@@ -3882,82 +4113,33 @@ main ()
3997
 
   return 0;
3998
 
 }
3999
 
 _ACEOF
4000
 
-rm -f conftest.$ac_objext
4001
 
-if { (ac_try="$ac_compile"
4002
 
-case "(($ac_try" in
4003
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4004
 
-  *) ac_try_echo=$ac_try;;
4005
 
-esac
4006
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4007
 
-$as_echo "$ac_try_echo") >&5
4008
 
-  (eval "$ac_compile") 2>conftest.er1
4009
 
-  ac_status=$?
4010
 
-  grep -v '^ *+' conftest.er1 >conftest.err
4011
 
-  rm -f conftest.er1
4012
 
-  cat conftest.err >&5
4013
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4014
 
-  (exit $ac_status); } && {
4015
 
-        test -z "$ac_c_werror_flag" ||
4016
 
-        test ! -s conftest.err
4017
 
-       } && test -s conftest.$ac_objext; then
4018
 
-  :
4019
 
-else
4020
 
-  $as_echo "$as_me: failed program was:" >&5
4021
 
-sed 's/^/| /' conftest.$ac_ext >&5
4022
 
+if ac_fn_c_try_compile "$LINENO"; then :
4023
 
 
4024
 
-       ac_c_werror_flag=$ac_save_c_werror_flag
4025
 
+else
4026
 
+  ac_c_werror_flag=$ac_save_c_werror_flag
4027
 
         CFLAGS="-g"
4028
 
-        cat >conftest.$ac_ext <<_ACEOF
4029
 
-/* confdefs.h.  */
4030
 
-_ACEOF
4031
 
-cat confdefs.h >>conftest.$ac_ext
4032
 
-cat >>conftest.$ac_ext <<_ACEOF
4033
 
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4034
 
 /* end confdefs.h.  */
4035
 
 
4036
 
 int
4037
 
 main ()
4038
 
 {
4039
 
 
4040
 
-  ;
4041
 
-  return 0;
 
2826
-
 
2827
-# func_echo_all arg...
 
2828
-# Invoke $ECHO with all args, space-separated.
 
2829
-func_echo_all ()
 
2830
-{
 
2831
-    $ECHO ""
4042
2832
-}
4043
 
-_ACEOF
4044
 
-rm -f conftest.$ac_objext
4045
 
-if { (ac_try="$ac_compile"
4046
 
-case "(($ac_try" in
4047
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4048
 
-  *) ac_try_echo=$ac_try;;
4049
 
-esac
4050
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4051
 
-$as_echo "$ac_try_echo") >&5
4052
 
-  (eval "$ac_compile") 2>conftest.er1
4053
 
-  ac_status=$?
4054
 
-  grep -v '^ *+' conftest.er1 >conftest.err
4055
 
-  rm -f conftest.er1
4056
 
-  cat conftest.err >&5
4057
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4058
 
-  (exit $ac_status); } && {
4059
 
-        test -z "$ac_c_werror_flag" ||
4060
 
-        test ! -s conftest.err
4061
 
-       } && test -s conftest.$ac_objext; then
4062
 
-  ac_cv_prog_cc_g=yes
4063
 
-else
4064
 
-  $as_echo "$as_me: failed program was:" >&5
4065
 
-sed 's/^/| /' conftest.$ac_ext >&5
4066
 
-
4067
 
-
4068
 
+  ;
4069
 
+  return 0;
4070
 
+}
4071
 
+_ACEOF
4072
 
+if ac_fn_c_try_compile "$LINENO"; then :
4073
 
+  ac_cv_prog_cc_g=yes
4074
 
 fi
4075
 
-
4076
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4077
 
 fi
4078
 
-
4079
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4080
 
 fi
4081
 
-
4082
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4083
 
    ac_c_werror_flag=$ac_save_c_werror_flag
4084
 
 fi
4085
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4086
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4087
 
 $as_echo "$ac_cv_prog_cc_g" >&6; }
4088
 
 if test "$ac_test_CFLAGS" = set; then
4089
 
   CFLAGS=$ac_save_CFLAGS
4090
 
@@ -3974,18 +4156,14 @@ else
4091
 
     CFLAGS=
4092
 
   fi
4093
 
 fi
4094
 
-{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
4095
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4096
 
 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4097
 
-if test "${ac_cv_prog_cc_c89+set}" = set; then
4098
 
+if test "${ac_cv_prog_cc_c89+set}" = set; then :
4099
 
   $as_echo_n "(cached) " >&6
4100
 
 else
4101
 
   ac_cv_prog_cc_c89=no
4102
 
 ac_save_CC=$CC
4103
 
-cat >conftest.$ac_ext <<_ACEOF
4104
 
-/* confdefs.h.  */
4105
 
-_ACEOF
4106
 
-cat confdefs.h >>conftest.$ac_ext
4107
 
-cat >>conftest.$ac_ext <<_ACEOF
4108
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4109
 
 /* end confdefs.h.  */
4110
 
 #include <stdarg.h>
4111
 
 #include <stdio.h>
4112
 
@@ -4042,32 +4220,9 @@ for ac_arg in '' -qlanglvl=extc89 -qlang
4113
 
        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4114
 
 do
4115
 
   CC="$ac_save_CC $ac_arg"
4116
 
-  rm -f conftest.$ac_objext
4117
 
-if { (ac_try="$ac_compile"
4118
 
-case "(($ac_try" in
4119
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4120
 
-  *) ac_try_echo=$ac_try;;
4121
 
-esac
4122
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4123
 
-$as_echo "$ac_try_echo") >&5
4124
 
-  (eval "$ac_compile") 2>conftest.er1
4125
 
-  ac_status=$?
4126
 
-  grep -v '^ *+' conftest.er1 >conftest.err
4127
 
-  rm -f conftest.er1
4128
 
-  cat conftest.err >&5
4129
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4130
 
-  (exit $ac_status); } && {
4131
 
-        test -z "$ac_c_werror_flag" ||
4132
 
-        test ! -s conftest.err
4133
 
-       } && test -s conftest.$ac_objext; then
4134
 
+  if ac_fn_c_try_compile "$LINENO"; then :
4135
 
   ac_cv_prog_cc_c89=$ac_arg
4136
 
-else
4137
 
-  $as_echo "$as_me: failed program was:" >&5
4138
 
-sed 's/^/| /' conftest.$ac_ext >&5
4139
 
-
4140
 
-
4141
 
 fi
4142
 
-
4143
 
 rm -f core conftest.err conftest.$ac_objext
4144
 
   test "x$ac_cv_prog_cc_c89" != "xno" && break
4145
 
 done
4146
 
@@ -4078,17 +4233,19 @@ fi
4147
 
 # AC_CACHE_VAL
4148
 
 case "x$ac_cv_prog_cc_c89" in
4149
 
   x)
4150
 
-    { $as_echo "$as_me:$LINENO: result: none needed" >&5
4151
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4152
 
 $as_echo "none needed" >&6; } ;;
4153
 
   xno)
4154
 
-    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
4155
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4156
 
 $as_echo "unsupported" >&6; } ;;
4157
 
   *)
4158
 
     CC="$CC $ac_cv_prog_cc_c89"
4159
 
-    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
4160
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4161
 
 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4162
 
 esac
4163
 
+if test "x$ac_cv_prog_cc_c89" != xno; then :
4164
 
 
4165
 
+fi
4166
 
 
4167
 
 ac_ext=c
4168
 
 ac_cpp='$CPP $CPPFLAGS'
4169
 
@@ -4098,9 +4255,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
4170
 
 
4171
 
 depcc="$CC"   am_compiler_list=
4172
 
 
4173
 
-{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
4174
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4175
 
 $as_echo_n "checking dependency style of $depcc... " >&6; }
4176
 
-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
4177
 
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4178
 
   $as_echo_n "(cached) " >&6
4179
 
 else
4180
 
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4181
 
@@ -4208,7 +4365,7 @@ else
4182
 
 fi
4183
 
 
4184
 
 fi
4185
 
-{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
4186
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4187
 
 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4188
 
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4189
 
 
4190
 
@@ -4223,9 +4380,9 @@ else
4191
 
 fi
4192
 
 
4193
 
 
4194
 
-{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4195
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4196
 
 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4197
 
-if test "${ac_cv_path_SED+set}" = set; then
4198
 
+if test "${ac_cv_path_SED+set}" = set; then :
4199
 
   $as_echo_n "(cached) " >&6
4200
 
 else
4201
 
             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4202
 
@@ -4233,7 +4390,7 @@ else
4203
 
        ac_script="$ac_script$as_nl$ac_script"
4204
 
      done
4205
 
      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4206
 
-     $as_unset ac_script || ac_script=
4207
 
+     { ac_script=; unset ac_script;}
4208
 
      if test -z "$SED"; then
4209
 
   ac_path_SED_found=false
4210
 
   # Loop through the user's path and test for each of PROGNAME-LIST
4211
 
@@ -4242,7 +4399,7 @@ for as_dir in $PATH
4212
 
 do
4213
 
   IFS=$as_save_IFS
4214
 
   test -z "$as_dir" && as_dir=.
4215
 
-  for ac_prog in sed gsed; do
4216
 
+    for ac_prog in sed gsed; do
4217
 
     for ac_exec_ext in '' $ac_executable_extensions; do
4218
 
       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4219
 
       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4220
 
@@ -4262,7 +4419,7 @@ case `"$ac_path_SED" --version 2>&1` in
4221
 
     $as_echo '' >> "conftest.nl"
4222
 
     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4223
 
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4224
 
-    ac_count=`expr $ac_count + 1`
4225
 
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
4226
 
     if test $ac_count -gt ${ac_path_SED_max-0}; then
4227
 
       # Best one so far, save it but keep looking for a better one
4228
 
       ac_cv_path_SED="$ac_path_SED"
4229
 
@@ -4277,19 +4434,17 @@ esac
4230
 
       $ac_path_SED_found && break 3
4231
 
     done
4232
 
   done
4233
 
-done
4234
 
+  done
4235
 
 IFS=$as_save_IFS
4236
 
   if test -z "$ac_cv_path_SED"; then
4237
 
-    { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
4238
 
-$as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
4239
 
-   { (exit 1); exit 1; }; }
4240
 
+    as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
4241
 
   fi
4242
 
 else
4243
 
   ac_cv_path_SED=$SED
4244
 
 fi
4245
 
 
4246
 
 fi
4247
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
4248
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4249
 
 $as_echo "$ac_cv_path_SED" >&6; }
4250
 
  SED="$ac_cv_path_SED"
4251
 
   rm -f conftest.sed
4252
 
@@ -4307,9 +4462,9 @@ Xsed="$SED -e 1s/^X//"
4253
 
 
4254
 
 
4255
 
 
4256
 
-{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4257
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4258
 
 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4259
 
-if test "${ac_cv_path_GREP+set}" = set; then
4260
 
+if test "${ac_cv_path_GREP+set}" = set; then :
4261
 
   $as_echo_n "(cached) " >&6
4262
 
 else
4263
 
   if test -z "$GREP"; then
4264
 
@@ -4320,7 +4475,7 @@ for as_dir in $PATH$PATH_SEPARATOR/usr/x
4265
 
 do
4266
 
   IFS=$as_save_IFS
4267
 
   test -z "$as_dir" && as_dir=.
4268
 
-  for ac_prog in grep ggrep; do
4269
 
+    for ac_prog in grep ggrep; do
4270
 
     for ac_exec_ext in '' $ac_executable_extensions; do
4271
 
       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4272
 
       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4273
 
@@ -4340,7 +4495,7 @@ case `"$ac_path_GREP" --version 2>&1` in
4274
 
     $as_echo 'GREP' >> "conftest.nl"
4275
 
     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4276
 
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4277
 
-    ac_count=`expr $ac_count + 1`
4278
 
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
4279
 
     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4280
 
       # Best one so far, save it but keep looking for a better one
4281
 
       ac_cv_path_GREP="$ac_path_GREP"
4282
 
@@ -4355,26 +4510,24 @@ esac
4283
 
       $ac_path_GREP_found && break 3
4284
 
     done
4285
 
   done
4286
 
-done
4287
 
+  done
4288
 
 IFS=$as_save_IFS
4289
 
   if test -z "$ac_cv_path_GREP"; then
4290
 
-    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4291
 
-$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4292
 
-   { (exit 1); exit 1; }; }
4293
 
+    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4294
 
   fi
4295
 
 else
4296
 
   ac_cv_path_GREP=$GREP
4297
 
 fi
4298
 
 
4299
 
 fi
4300
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4301
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4302
 
 $as_echo "$ac_cv_path_GREP" >&6; }
4303
 
  GREP="$ac_cv_path_GREP"
4304
 
 
4305
 
 
4306
 
-{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
4307
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4308
 
 $as_echo_n "checking for egrep... " >&6; }
4309
 
-if test "${ac_cv_path_EGREP+set}" = set; then
4310
 
+if test "${ac_cv_path_EGREP+set}" = set; then :
4311
 
   $as_echo_n "(cached) " >&6
4312
 
 else
4313
 
   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4314
 
@@ -4388,7 +4541,7 @@ for as_dir in $PATH$PATH_SEPARATOR/usr/x
4315
 
 do
4316
 
   IFS=$as_save_IFS
4317
 
   test -z "$as_dir" && as_dir=.
4318
 
-  for ac_prog in egrep; do
4319
 
+    for ac_prog in egrep; do
4320
 
     for ac_exec_ext in '' $ac_executable_extensions; do
4321
 
       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4322
 
       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4323
 
@@ -4408,7 +4561,7 @@ case `"$ac_path_EGREP" --version 2>&1` i
4324
 
     $as_echo 'EGREP' >> "conftest.nl"
4325
 
     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4326
 
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4327
 
-    ac_count=`expr $ac_count + 1`
4328
 
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
4329
 
     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4330
 
       # Best one so far, save it but keep looking for a better one
4331
 
       ac_cv_path_EGREP="$ac_path_EGREP"
4332
 
@@ -4423,12 +4576,10 @@ esac
4333
 
       $ac_path_EGREP_found && break 3
4334
 
     done
4335
 
   done
4336
 
-done
4337
 
+  done
4338
 
 IFS=$as_save_IFS
4339
 
   if test -z "$ac_cv_path_EGREP"; then
4340
 
-    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4341
 
-$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4342
 
-   { (exit 1); exit 1; }; }
4343
 
+    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4344
 
   fi
4345
 
 else
4346
 
   ac_cv_path_EGREP=$EGREP
4347
 
@@ -4436,14 +4587,14 @@ fi
4348
 
 
4349
 
    fi
4350
 
 fi
4351
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4352
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4353
 
 $as_echo "$ac_cv_path_EGREP" >&6; }
4354
 
  EGREP="$ac_cv_path_EGREP"
4355
 
 
4356
 
 
4357
 
-{ $as_echo "$as_me:$LINENO: checking for fgrep" >&5
4358
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4359
 
 $as_echo_n "checking for fgrep... " >&6; }
4360
 
-if test "${ac_cv_path_FGREP+set}" = set; then
4361
 
+if test "${ac_cv_path_FGREP+set}" = set; then :
4362
 
   $as_echo_n "(cached) " >&6
4363
 
 else
4364
 
   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4365
 
@@ -4457,7 +4608,7 @@ for as_dir in $PATH$PATH_SEPARATOR/usr/x
4366
 
 do
4367
 
   IFS=$as_save_IFS
4368
 
   test -z "$as_dir" && as_dir=.
4369
 
-  for ac_prog in fgrep; do
4370
 
+    for ac_prog in fgrep; do
4371
 
     for ac_exec_ext in '' $ac_executable_extensions; do
4372
 
       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4373
 
       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4374
 
@@ -4477,7 +4628,7 @@ case `"$ac_path_FGREP" --version 2>&1` i
4375
 
     $as_echo 'FGREP' >> "conftest.nl"
4376
 
     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4377
 
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4378
 
-    ac_count=`expr $ac_count + 1`
4379
 
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
4380
 
     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4381
 
       # Best one so far, save it but keep looking for a better one
4382
 
       ac_cv_path_FGREP="$ac_path_FGREP"
4383
 
@@ -4492,12 +4643,10 @@ esac
4384
 
       $ac_path_FGREP_found && break 3
4385
 
     done
4386
 
   done
4387
 
-done
4388
 
+  done
4389
 
 IFS=$as_save_IFS
4390
 
   if test -z "$ac_cv_path_FGREP"; then
4391
 
-    { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4392
 
-$as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4393
 
-   { (exit 1); exit 1; }; }
4394
 
+    as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4395
 
   fi
4396
 
 else
4397
 
   ac_cv_path_FGREP=$FGREP
4398
 
@@ -4505,7 +4654,7 @@ fi
4399
 
 
4400
 
    fi
4401
 
 fi
4402
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
4403
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4404
 
 $as_echo "$ac_cv_path_FGREP" >&6; }
4405
 
  FGREP="$ac_cv_path_FGREP"
4406
 
 
4407
 
@@ -4531,7 +4680,7 @@ test -z "$GREP" && GREP=grep
4408
 
 
4409
 
 
4410
 
 # Check whether --with-gnu-ld was given.
4411
 
-if test "${with_gnu_ld+set}" = set; then
4412
 
+if test "${with_gnu_ld+set}" = set; then :
4413
 
   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4414
 
 else
4415
 
   with_gnu_ld=no
4416
 
@@ -4540,7 +4689,7 @@ fi
4417
 
 ac_prog=ld
4418
 
 if test "$GCC" = yes; then
4419
 
   # Check if gcc -print-prog-name=ld gives a path.
4420
 
-  { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4421
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4422
 
 $as_echo_n "checking for ld used by $CC... " >&6; }
4423
 
   case $host in
4424
 
   *-*-mingw*)
4425
 
@@ -4570,13 +4719,13 @@ $as_echo_n "checking for ld used by $CC.
4426
 
     ;;
4427
 
   esac
4428
 
 elif test "$with_gnu_ld" = yes; then
4429
 
-  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
4430
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4431
 
 $as_echo_n "checking for GNU ld... " >&6; }
4432
 
 else
4433
 
-  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4434
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4435
 
 $as_echo_n "checking for non-GNU ld... " >&6; }
4436
 
 fi
4437
 
-if test "${lt_cv_path_LD+set}" = set; then
4438
 
+if test "${lt_cv_path_LD+set}" = set; then :
4439
 
   $as_echo_n "(cached) " >&6
4440
 
 else
4441
 
   if test -z "$LD"; then
4442
 
@@ -4607,18 +4756,16 @@ fi
4443
 
 
4444
 
 LD="$lt_cv_path_LD"
4445
 
 if test -n "$LD"; then
4446
 
-  { $as_echo "$as_me:$LINENO: result: $LD" >&5
4447
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4448
 
 $as_echo "$LD" >&6; }
4449
 
 else
4450
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
4451
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4452
 
 $as_echo "no" >&6; }
4453
 
 fi
4454
 
-test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4455
 
-$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4456
 
-   { (exit 1); exit 1; }; }
4457
 
-{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4458
 
+test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4459
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4460
 
 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4461
 
-if test "${lt_cv_prog_gnu_ld+set}" = set; then
4462
 
+if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4463
 
   $as_echo_n "(cached) " >&6
4464
 
 else
4465
 
   # I'd rather use --version here, but apparently some GNU lds only accept -v.
4466
 
@@ -4631,7 +4778,7 @@ case `$LD -v 2>&1 </dev/null` in
4467
 
   ;;
4468
 
 esac
4469
 
 fi
4470
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4471
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4472
 
 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4473
 
 with_gnu_ld=$lt_cv_prog_gnu_ld
4474
 
 
4475
 
@@ -4643,9 +4790,9 @@ with_gnu_ld=$lt_cv_prog_gnu_ld
4476
 
 
4477
 
 
4478
 
 
4479
 
-{ $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4480
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4481
 
 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4482
 
-if test "${lt_cv_path_NM+set}" = set; then
4483
 
+if test "${lt_cv_path_NM+set}" = set; then :
4484
 
   $as_echo_n "(cached) " >&6
4485
 
 else
4486
 
   if test -n "$NM"; then
4487
 
@@ -4692,7 +4839,7 @@ else
4488
 
   : ${lt_cv_path_NM=no}
4489
 
 fi
4490
 
 fi
4491
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4492
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4493
 
 $as_echo "$lt_cv_path_NM" >&6; }
4494
 
 if test "$lt_cv_path_NM" != "no"; then
 
2833
-
 
2834
-case "$ECHO" in
 
2835
-  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
 
2836
-$as_echo "printf" >&6; } ;;
 
2837
-  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
 
2838
-$as_echo "print -r" >&6; } ;;
 
2839
-  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
 
2840
-$as_echo "cat" >&6; } ;;
 
2841
-esac
 
2842
-
 
2843
-
 
2844
-
 
2845
-
 
2846
-
 
2847
-
 
2848
-
 
2849
-
 
2850
-
 
2851
-
 
2852
-
 
2853
-
 
2854
-
 
2855
-
 
2856
 DEPDIR="${am__leading_dot}deps"
 
2857
 
 
2858
 ac_config_commands="$ac_config_commands depfiles"
 
2859
@@ -4782,11 +4853,8 @@
4495
2860
   NM="$lt_cv_path_NM"
4496
 
@@ -4703,9 +4850,9 @@ else
 
2861
 else
 
2862
   # Didn't find any BSD compatible name lister, look for dumpbin.
 
2863
-  if test -n "$DUMPBIN"; then :
 
2864
-    # Let the user override the test.
 
2865
-  else
 
2866
-    if test -n "$ac_tool_prefix"; then
 
2867
-  for ac_prog in dumpbin "link -dump"
 
2868
+  if test -n "$ac_tool_prefix"; then
 
2869
+  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4497
2870
   do
4498
2871
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4499
2872
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4500
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4501
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4502
 
 $as_echo_n "checking for $ac_word... " >&6; }
4503
 
-if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4504
 
+if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4505
 
   $as_echo_n "(cached) " >&6
4506
 
 else
4507
 
   if test -n "$DUMPBIN"; then
4508
 
@@ -4716,24 +4863,24 @@ for as_dir in $PATH
4509
 
 do
4510
 
   IFS=$as_save_IFS
4511
 
   test -z "$as_dir" && as_dir=.
4512
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
4513
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
4514
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4515
 
     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4516
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4517
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4518
 
     break 2
4519
 
   fi
4520
 
 done
4521
 
-done
4522
 
+  done
4523
 
 IFS=$as_save_IFS
4524
 
 
4525
 
 fi
4526
 
 fi
4527
 
 DUMPBIN=$ac_cv_prog_DUMPBIN
4528
 
 if test -n "$DUMPBIN"; then
4529
 
-  { $as_echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4530
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4531
 
 $as_echo "$DUMPBIN" >&6; }
4532
 
 else
4533
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
4534
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4535
 
 $as_echo "no" >&6; }
4536
 
 fi
4537
 
 
4538
 
@@ -4747,9 +4894,9 @@ if test -z "$DUMPBIN"; then
 
2873
@@ -4830,7 +4898,7 @@
 
2874
 fi
 
2875
 if test -z "$DUMPBIN"; then
 
2876
   ac_ct_DUMPBIN=$DUMPBIN
 
2877
-  for ac_prog in dumpbin "link -dump"
 
2878
+  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4539
2879
 do
4540
2880
   # Extract the first word of "$ac_prog", so it can be a program name with args.
4541
2881
 set dummy $ac_prog; ac_word=$2
4542
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4543
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4544
 
 $as_echo_n "checking for $ac_word... " >&6; }
4545
 
-if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4546
 
+if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4547
 
   $as_echo_n "(cached) " >&6
4548
 
 else
4549
 
   if test -n "$ac_ct_DUMPBIN"; then
4550
 
@@ -4760,24 +4907,24 @@ for as_dir in $PATH
4551
 
 do
4552
 
   IFS=$as_save_IFS
4553
 
   test -z "$as_dir" && as_dir=.
4554
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
4555
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
4556
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4557
 
     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4558
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4559
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4560
 
     break 2
 
2882
@@ -4885,15 +4953,6 @@
4561
2883
   fi
4562
 
 done
4563
 
-done
4564
 
+  done
4565
 
 IFS=$as_save_IFS
4566
 
 
4567
 
 fi
4568
 
 fi
4569
 
 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4570
 
 if test -n "$ac_ct_DUMPBIN"; then
4571
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4572
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4573
 
 $as_echo "$ac_ct_DUMPBIN" >&6; }
4574
 
 else
4575
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
4576
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4577
 
 $as_echo "no" >&6; }
4578
 
 fi
4579
 
 
4580
 
@@ -4790,7 +4937,7 @@ done
4581
 
   else
4582
 
     case $cross_compiling:$ac_tool_warned in
4583
 
 yes:)
4584
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4585
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4586
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4587
 
 ac_tool_warned=yes ;;
4588
 
 esac
4589
 
@@ -4810,44 +4957,44 @@ test -z "$NM" && NM=nm
4590
 
 
4591
 
 
4592
 
 
4593
 
-{ $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4594
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4595
 
 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4596
 
-if test "${lt_cv_nm_interface+set}" = set; then
4597
 
+if test "${lt_cv_nm_interface+set}" = set; then :
4598
 
   $as_echo_n "(cached) " >&6
 
2884
 fi
 
2885
 
 
2886
-    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
 
2887
-    *COFF*)
 
2888
-      DUMPBIN="$DUMPBIN -symbols"
 
2889
-      ;;
 
2890
-    *)
 
2891
-      DUMPBIN=:
 
2892
-      ;;
 
2893
-    esac
 
2894
-  fi
 
2895
 
 
2896
   if test "$DUMPBIN" != ":"; then
 
2897
     NM="$DUMPBIN"
 
2898
@@ -4913,13 +4972,13 @@
4599
2899
 else
4600
2900
   lt_cv_nm_interface="BSD nm"
4601
2901
   echo "int some_variable = 0;" > conftest.$ac_ext
4602
 
-  (eval echo "\"\$as_me:4820: $ac_compile\"" >&5)
4603
 
+  (eval echo "\"\$as_me:4967: $ac_compile\"" >&5)
 
2902
-  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
 
2903
+  (eval echo "\"\$as_me:4975: $ac_compile\"" >&5)
4604
2904
   (eval "$ac_compile" 2>conftest.err)
4605
2905
   cat conftest.err >&5
4606
 
-  (eval echo "\"\$as_me:4823: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4607
 
+  (eval echo "\"\$as_me:4970: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
2906
-  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
2907
+  (eval echo "\"\$as_me:4978: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4608
2908
   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4609
2909
   cat conftest.err >&5
4610
 
-  (eval echo "\"\$as_me:4826: output\"" >&5)
4611
 
+  (eval echo "\"\$as_me:4973: output\"" >&5)
 
2910
-  (eval echo "\"\$as_me:$LINENO: output\"" >&5)
 
2911
+  (eval echo "\"\$as_me:4981: output\"" >&5)
4612
2912
   cat conftest.out >&5
4613
2913
   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4614
2914
     lt_cv_nm_interface="MS dumpbin"
4615
 
   fi
4616
 
   rm -f conftest*
4617
 
 fi
4618
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4619
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4620
 
 $as_echo "$lt_cv_nm_interface" >&6; }
4621
 
 
4622
 
-{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4623
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4624
 
 $as_echo_n "checking whether ln -s works... " >&6; }
4625
 
 LN_S=$as_ln_s
4626
 
 if test "$LN_S" = "ln -s"; then
4627
 
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
4628
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4629
 
 $as_echo "yes" >&6; }
4630
 
 else
4631
 
-  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4632
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4633
 
 $as_echo "no, using $LN_S" >&6; }
4634
 
 fi
4635
 
 
4636
 
 # find the maximum length of command line arguments
4637
 
-{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4638
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4639
 
 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4640
 
-if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4641
 
+if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4642
 
   $as_echo_n "(cached) " >&6
4643
 
 else
4644
 
     i=0
4645
 
@@ -4965,10 +5112,10 @@ else
4646
 
 fi
4647
 
 
4648
 
 if test -n $lt_cv_sys_max_cmd_len ; then
4649
 
-  { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4650
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4651
 
 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4652
 
 else
4653
 
-  { $as_echo "$as_me:$LINENO: result: none" >&5
4654
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4655
 
 $as_echo "none" >&6; }
4656
 
 fi
4657
 
 max_cmd_len=$lt_cv_sys_max_cmd_len
4658
 
@@ -4982,7 +5129,7 @@ max_cmd_len=$lt_cv_sys_max_cmd_len
4659
 
 : ${MV="mv -f"}
4660
 
 : ${RM="rm -f"}
4661
 
 
4662
 
-{ $as_echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
4663
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4664
 
 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4665
 
 # Try some XSI features
4666
 
 xsi_shell=no
4667
 
@@ -4992,17 +5139,17 @@ xsi_shell=no
4668
 
     && eval 'test $(( 1 + 1 )) -eq 2 \
4669
 
     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4670
 
   && xsi_shell=yes
4671
 
-{ $as_echo "$as_me:$LINENO: result: $xsi_shell" >&5
4672
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4673
 
 $as_echo "$xsi_shell" >&6; }
4674
 
 
4675
 
 
4676
 
-{ $as_echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
4677
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4678
 
 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4679
 
 lt_shell_append=no
4680
 
 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4681
 
     >/dev/null 2>&1 \
4682
 
   && lt_shell_append=yes
4683
 
-{ $as_echo "$as_me:$LINENO: result: $lt_shell_append" >&5
4684
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4685
 
 $as_echo "$lt_shell_append" >&6; }
4686
 
 
4687
 
 
4688
 
@@ -5037,14 +5184,14 @@ esac
4689
 
 
4690
 
 
4691
 
 
4692
 
-{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
4693
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4694
 
 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4695
 
-if test "${lt_cv_ld_reload_flag+set}" = set; then
4696
 
+if test "${lt_cv_ld_reload_flag+set}" = set; then :
4697
 
   $as_echo_n "(cached) " >&6
4698
 
 else
4699
 
   lt_cv_ld_reload_flag='-r'
4700
 
 fi
4701
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
4702
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4703
 
 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4704
 
 reload_flag=$lt_cv_ld_reload_flag
4705
 
 case $reload_flag in
4706
 
@@ -5073,9 +5220,9 @@ esac
4707
 
 if test -n "$ac_tool_prefix"; then
4708
 
   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4709
 
 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4710
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4711
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4712
 
 $as_echo_n "checking for $ac_word... " >&6; }
4713
 
-if test "${ac_cv_prog_OBJDUMP+set}" = set; then
4714
 
+if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
4715
 
   $as_echo_n "(cached) " >&6
4716
 
 else
4717
 
   if test -n "$OBJDUMP"; then
4718
 
@@ -5086,24 +5233,24 @@ for as_dir in $PATH
4719
 
 do
4720
 
   IFS=$as_save_IFS
4721
 
   test -z "$as_dir" && as_dir=.
4722
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
4723
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
4724
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4725
 
     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4726
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4727
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4728
 
     break 2
4729
 
   fi
4730
 
 done
4731
 
-done
4732
 
+  done
4733
 
 IFS=$as_save_IFS
4734
 
 
4735
 
 fi
4736
 
 fi
4737
 
 OBJDUMP=$ac_cv_prog_OBJDUMP
4738
 
 if test -n "$OBJDUMP"; then
4739
 
-  { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5
4740
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4741
 
 $as_echo "$OBJDUMP" >&6; }
4742
 
 else
4743
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
4744
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4745
 
 $as_echo "no" >&6; }
4746
 
 fi
4747
 
 
4748
 
@@ -5113,9 +5260,9 @@ if test -z "$ac_cv_prog_OBJDUMP"; then
4749
 
   ac_ct_OBJDUMP=$OBJDUMP
4750
 
   # Extract the first word of "objdump", so it can be a program name with args.
4751
 
 set dummy objdump; ac_word=$2
4752
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4753
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4754
 
 $as_echo_n "checking for $ac_word... " >&6; }
4755
 
-if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
4756
 
+if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
4757
 
   $as_echo_n "(cached) " >&6
4758
 
 else
4759
 
   if test -n "$ac_ct_OBJDUMP"; then
4760
 
@@ -5126,24 +5273,24 @@ for as_dir in $PATH
4761
 
 do
4762
 
   IFS=$as_save_IFS
4763
 
   test -z "$as_dir" && as_dir=.
4764
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
4765
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
4766
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4767
 
     ac_cv_prog_ac_ct_OBJDUMP="objdump"
4768
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4769
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4770
 
     break 2
4771
 
   fi
4772
 
 done
4773
 
-done
4774
 
+  done
4775
 
 IFS=$as_save_IFS
4776
 
 
4777
 
 fi
4778
 
 fi
4779
 
 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4780
 
 if test -n "$ac_ct_OBJDUMP"; then
4781
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
4782
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4783
 
 $as_echo "$ac_ct_OBJDUMP" >&6; }
4784
 
 else
4785
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
4786
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4787
 
 $as_echo "no" >&6; }
4788
 
 fi
4789
 
 
4790
 
@@ -5152,7 +5299,7 @@ fi
 
2915
@@ -4976,11 +5035,6 @@
 
2916
     lt_cv_sys_max_cmd_len=8192;
 
2917
     ;;
 
2918
 
 
2919
-  mint*)
 
2920
-    # On MiNT this can take a long time and run out of memory.
 
2921
-    lt_cv_sys_max_cmd_len=8192;
 
2922
-    ;;
 
2923
-
 
2924
   amigaos*)
 
2925
     # On AmigaOS with pdksh, this test takes hours, literally.
 
2926
     # So we just punt and use a minimum line length of 8192.
 
2927
@@ -5045,8 +5099,8 @@
 
2928
       # If test is not a shell built-in, we'll probably end up computing a
 
2929
       # maximum length that is only half of the actual maximum length, but
 
2930
       # we can't tell.
 
2931
-      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
 
2932
-                = "X$teststring$teststring"; } >/dev/null 2>&1 &&
 
2933
+      while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
 
2934
+                = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
 
2935
              test $i != 17 # 1/2 MB should be enough
 
2936
       do
 
2937
         i=`expr $i + 1`
 
2938
@@ -5317,18 +5371,16 @@
 
2939
   # Base MSYS/MinGW do not provide the 'file' command needed by
 
2940
   # func_win32_libid shell function, so use a weaker test based on 'objdump',
 
2941
   # unless we find 'file', for example because we are cross-compiling.
 
2942
-  # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
 
2943
-  if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
 
2944
+  if ( file / ) >/dev/null 2>&1; then
 
2945
     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
2946
     lt_cv_file_magic_cmd='func_win32_libid'
4791
2947
   else
4792
 
     case $cross_compiling:$ac_tool_warned in
4793
 
 yes:)
4794
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4795
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4796
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4797
 
 ac_tool_warned=yes ;;
4798
 
 esac
4799
 
@@ -5172,9 +5319,9 @@ test -z "$OBJDUMP" && OBJDUMP=objdump
4800
 
 
4801
 
 
4802
 
 
4803
 
-{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
4804
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4805
 
 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
4806
 
-if test "${lt_cv_deplibs_check_method+set}" = set; then
4807
 
+if test "${lt_cv_deplibs_check_method+set}" = set; then :
4808
 
   $as_echo_n "(cached) " >&6
4809
 
 else
4810
 
   lt_cv_file_magic_cmd='$MAGIC_CMD'
4811
 
@@ -5289,11 +5436,11 @@ irix5* | irix6* | nonstopux*)
4812
 
   ;;
4813
 
 
4814
 
 # This must be Linux ELF.
4815
 
-linux* | k*bsd*-gnu)
4816
 
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
2948
-    # Keep this pattern in sync with the one in func_win32_libid.
 
2949
-    lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
 
2950
+    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
2951
     lt_cv_file_magic_cmd='$OBJDUMP -f'
 
2952
   fi
 
2953
   ;;
 
2954
 
 
2955
-cegcc*)
 
2956
+cegcc)
 
2957
   # use the weaker test based on 'objdump'. See mingw*.
 
2958
   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
 
2959
   lt_cv_file_magic_cmd='$OBJDUMP -f'
 
2960
@@ -5358,10 +5410,6 @@
 
2961
   lt_cv_deplibs_check_method=pass_all
 
2962
   ;;
 
2963
 
 
2964
-haiku*)
 
2965
-  lt_cv_deplibs_check_method=pass_all
 
2966
-  ;;
 
2967
-
 
2968
 hpux10.20* | hpux11*)
 
2969
   lt_cv_file_magic_cmd=/usr/bin/file
 
2970
   case $host_cpu in
 
2971
@@ -5370,11 +5418,11 @@
 
2972
     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
 
2973
     ;;
 
2974
   hppa*64*)
 
2975
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
 
2976
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
 
2977
     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
 
2978
     ;;
 
2979
   *)
 
2980
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
 
2981
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
 
2982
     lt_cv_file_magic_test_file=/usr/lib/libc.sl
 
2983
     ;;
 
2984
   esac
 
2985
@@ -5400,7 +5448,7 @@
4817
2986
   lt_cv_deplibs_check_method=pass_all
4818
2987
   ;;
4819
2988
 
4822
2991
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4823
2992
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4824
2993
   else
4825
 
@@ -5368,7 +5515,7 @@ tpf*)
4826
 
 esac
4827
 
 
4828
 
 fi
4829
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
4830
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4831
 
 $as_echo "$lt_cv_deplibs_check_method" >&6; }
4832
 
 file_magic_cmd=$lt_cv_file_magic_cmd
4833
 
 deplibs_check_method=$lt_cv_deplibs_check_method
4834
 
@@ -5388,9 +5535,9 @@ test -z "$deplibs_check_method" && depli
4835
 
 if test -n "$ac_tool_prefix"; then
4836
 
   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4837
 
 set dummy ${ac_tool_prefix}ar; ac_word=$2
4838
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4839
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4840
 
 $as_echo_n "checking for $ac_word... " >&6; }
4841
 
-if test "${ac_cv_prog_AR+set}" = set; then
4842
 
+if test "${ac_cv_prog_AR+set}" = set; then :
4843
 
   $as_echo_n "(cached) " >&6
4844
 
 else
4845
 
   if test -n "$AR"; then
4846
 
@@ -5401,24 +5548,24 @@ for as_dir in $PATH
4847
 
 do
4848
 
   IFS=$as_save_IFS
4849
 
   test -z "$as_dir" && as_dir=.
4850
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
4851
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
4852
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4853
 
     ac_cv_prog_AR="${ac_tool_prefix}ar"
4854
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4855
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4856
 
     break 2
4857
 
   fi
4858
 
 done
4859
 
-done
4860
 
+  done
4861
 
 IFS=$as_save_IFS
4862
 
 
4863
 
 fi
4864
 
 fi
4865
 
 AR=$ac_cv_prog_AR
4866
 
 if test -n "$AR"; then
4867
 
-  { $as_echo "$as_me:$LINENO: result: $AR" >&5
4868
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4869
 
 $as_echo "$AR" >&6; }
4870
 
 else
4871
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
4872
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4873
 
 $as_echo "no" >&6; }
4874
 
 fi
4875
 
 
4876
 
@@ -5428,9 +5575,9 @@ if test -z "$ac_cv_prog_AR"; then
4877
 
   ac_ct_AR=$AR
4878
 
   # Extract the first word of "ar", so it can be a program name with args.
4879
 
 set dummy ar; ac_word=$2
4880
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4881
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4882
 
 $as_echo_n "checking for $ac_word... " >&6; }
4883
 
-if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4884
 
+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4885
 
   $as_echo_n "(cached) " >&6
4886
 
 else
4887
 
   if test -n "$ac_ct_AR"; then
4888
 
@@ -5441,24 +5588,24 @@ for as_dir in $PATH
4889
 
 do
4890
 
   IFS=$as_save_IFS
4891
 
   test -z "$as_dir" && as_dir=.
4892
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
4893
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
4894
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4895
 
     ac_cv_prog_ac_ct_AR="ar"
4896
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4897
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4898
 
     break 2
4899
 
   fi
4900
 
 done
4901
 
-done
4902
 
+  done
4903
 
 IFS=$as_save_IFS
4904
 
 
4905
 
 fi
4906
 
 fi
4907
 
 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4908
 
 if test -n "$ac_ct_AR"; then
4909
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4910
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4911
 
 $as_echo "$ac_ct_AR" >&6; }
4912
 
 else
4913
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
4914
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4915
 
 $as_echo "no" >&6; }
4916
 
 fi
4917
 
 
4918
 
@@ -5467,7 +5614,7 @@ fi
4919
 
   else
4920
 
     case $cross_compiling:$ac_tool_warned in
4921
 
 yes:)
4922
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4923
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4924
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4925
 
 ac_tool_warned=yes ;;
4926
 
 esac
4927
 
@@ -5493,9 +5640,9 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru
4928
 
 if test -n "$ac_tool_prefix"; then
4929
 
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4930
 
 set dummy ${ac_tool_prefix}strip; ac_word=$2
4931
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4932
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4933
 
 $as_echo_n "checking for $ac_word... " >&6; }
4934
 
-if test "${ac_cv_prog_STRIP+set}" = set; then
4935
 
+if test "${ac_cv_prog_STRIP+set}" = set; then :
4936
 
   $as_echo_n "(cached) " >&6
4937
 
 else
4938
 
   if test -n "$STRIP"; then
4939
 
@@ -5506,24 +5653,24 @@ for as_dir in $PATH
4940
 
 do
4941
 
   IFS=$as_save_IFS
4942
 
   test -z "$as_dir" && as_dir=.
4943
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
4944
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
4945
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4946
 
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4947
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4948
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4949
 
     break 2
4950
 
   fi
4951
 
 done
4952
 
-done
4953
 
+  done
4954
 
 IFS=$as_save_IFS
4955
 
 
4956
 
 fi
4957
 
 fi
4958
 
 STRIP=$ac_cv_prog_STRIP
4959
 
 if test -n "$STRIP"; then
4960
 
-  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4961
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4962
 
 $as_echo "$STRIP" >&6; }
4963
 
 else
4964
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
4965
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4966
 
 $as_echo "no" >&6; }
4967
 
 fi
4968
 
 
4969
 
@@ -5533,9 +5680,9 @@ if test -z "$ac_cv_prog_STRIP"; then
4970
 
   ac_ct_STRIP=$STRIP
4971
 
   # Extract the first word of "strip", so it can be a program name with args.
4972
 
 set dummy strip; ac_word=$2
4973
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4974
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4975
 
 $as_echo_n "checking for $ac_word... " >&6; }
4976
 
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4977
 
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4978
 
   $as_echo_n "(cached) " >&6
4979
 
 else
4980
 
   if test -n "$ac_ct_STRIP"; then
4981
 
@@ -5546,24 +5693,24 @@ for as_dir in $PATH
4982
 
 do
4983
 
   IFS=$as_save_IFS
4984
 
   test -z "$as_dir" && as_dir=.
4985
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
4986
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
4987
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4988
 
     ac_cv_prog_ac_ct_STRIP="strip"
4989
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4990
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4991
 
     break 2
4992
 
   fi
4993
 
 done
4994
 
-done
4995
 
+  done
4996
 
 IFS=$as_save_IFS
4997
 
 
4998
 
 fi
4999
 
 fi
5000
 
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5001
 
 if test -n "$ac_ct_STRIP"; then
5002
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5003
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5004
 
 $as_echo "$ac_ct_STRIP" >&6; }
5005
 
 else
5006
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
5007
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5008
 
 $as_echo "no" >&6; }
5009
 
 fi
5010
 
 
5011
 
@@ -5572,7 +5719,7 @@ fi
5012
 
   else
5013
 
     case $cross_compiling:$ac_tool_warned in
5014
 
 yes:)
5015
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5016
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5017
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5018
 
 ac_tool_warned=yes ;;
5019
 
 esac
5020
 
@@ -5592,9 +5739,9 @@ test -z "$STRIP" && STRIP=:
5021
 
 if test -n "$ac_tool_prefix"; then
5022
 
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5023
 
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5024
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5025
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5026
 
 $as_echo_n "checking for $ac_word... " >&6; }
5027
 
-if test "${ac_cv_prog_RANLIB+set}" = set; then
5028
 
+if test "${ac_cv_prog_RANLIB+set}" = set; then :
5029
 
   $as_echo_n "(cached) " >&6
5030
 
 else
5031
 
   if test -n "$RANLIB"; then
5032
 
@@ -5605,24 +5752,24 @@ for as_dir in $PATH
5033
 
 do
5034
 
   IFS=$as_save_IFS
5035
 
   test -z "$as_dir" && as_dir=.
5036
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
5037
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
5038
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5039
 
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5040
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5041
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5042
 
     break 2
5043
 
   fi
5044
 
 done
5045
 
-done
5046
 
+  done
5047
 
 IFS=$as_save_IFS
5048
 
 
5049
 
 fi
5050
 
 fi
5051
 
 RANLIB=$ac_cv_prog_RANLIB
5052
 
 if test -n "$RANLIB"; then
5053
 
-  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
5054
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5055
 
 $as_echo "$RANLIB" >&6; }
5056
 
 else
5057
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
5058
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5059
 
 $as_echo "no" >&6; }
5060
 
 fi
5061
 
 
5062
 
@@ -5632,9 +5779,9 @@ if test -z "$ac_cv_prog_RANLIB"; then
5063
 
   ac_ct_RANLIB=$RANLIB
5064
 
   # Extract the first word of "ranlib", so it can be a program name with args.
5065
 
 set dummy ranlib; ac_word=$2
5066
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5067
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5068
 
 $as_echo_n "checking for $ac_word... " >&6; }
5069
 
-if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5070
 
+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5071
 
   $as_echo_n "(cached) " >&6
5072
 
 else
5073
 
   if test -n "$ac_ct_RANLIB"; then
5074
 
@@ -5645,24 +5792,24 @@ for as_dir in $PATH
5075
 
 do
5076
 
   IFS=$as_save_IFS
5077
 
   test -z "$as_dir" && as_dir=.
5078
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
5079
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
5080
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5081
 
     ac_cv_prog_ac_ct_RANLIB="ranlib"
5082
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5083
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5084
 
     break 2
5085
 
   fi
5086
 
 done
5087
 
-done
5088
 
+  done
5089
 
 IFS=$as_save_IFS
5090
 
 
5091
 
 fi
5092
 
 fi
5093
 
 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5094
 
 if test -n "$ac_ct_RANLIB"; then
5095
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5096
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5097
 
 $as_echo "$ac_ct_RANLIB" >&6; }
5098
 
 else
5099
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
5100
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5101
 
 $as_echo "no" >&6; }
5102
 
 fi
5103
 
 
5104
 
@@ -5671,7 +5818,7 @@ fi
5105
 
   else
5106
 
     case $cross_compiling:$ac_tool_warned in
5107
 
 yes:)
5108
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5109
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5110
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5111
 
 ac_tool_warned=yes ;;
5112
 
 esac
5113
 
@@ -5749,9 +5896,9 @@ compiler=$CC
5114
 
 
5115
 
 
5116
 
 # Check for command to grab the raw symbol name followed by C symbol from nm.
5117
 
-{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
5118
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5119
 
 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5120
 
-if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
5121
 
+if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5122
 
   $as_echo_n "(cached) " >&6
5123
 
 else
5124
 
 
5125
 
@@ -5867,18 +6014,18 @@ void nm_test_func(void){}
5126
 
 int main(){nm_test_var='a';nm_test_func();return(0);}
5127
 
 _LT_EOF
5128
 
 
5129
 
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5130
 
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5131
 
   (eval $ac_compile) 2>&5
5132
 
   ac_status=$?
5133
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5134
 
-  (exit $ac_status); }; then
5135
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5136
 
+  test $ac_status = 0; }; then
 
2994
@@ -5812,18 +5860,6 @@
 
2995
   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
2996
 fi
 
2997
 
 
2998
-case $host_os in
 
2999
-  darwin*)
 
3000
-    lock_old_archive_extraction=yes ;;
 
3001
-  *)
 
3002
-    lock_old_archive_extraction=no ;;
 
3003
-esac
 
3004
-
 
3005
-
 
3006
-
 
3007
-
 
3008
-
 
3009
-
 
3010
 
 
3011
 
 
3012
 
 
3013
@@ -5993,8 +6029,8 @@
 
3014
   test $ac_status = 0; }; then
5137
3015
     # Now try to grab the symbols.
5138
3016
     nlist=conftest.nm
5139
 
-    if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
 
3017
-    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
 
3018
-  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5140
3019
+    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
5141
 
   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5142
 
   ac_status=$?
5143
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5144
 
-  (exit $ac_status); } && test -s "$nlist"; then
5145
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5146
 
+  test $ac_status = 0; } && test -s "$nlist"; then
5147
 
       # Try sorting and uniquifying the output.
5148
 
       if sort "$nlist" | uniq > "$nlist"T; then
5149
 
        mv -f "$nlist"T "$nlist"
5150
 
@@ -5931,11 +6078,11 @@ _LT_EOF
5151
 
          lt_save_CFLAGS="$CFLAGS"
5152
 
          LIBS="conftstm.$ac_objext"
5153
 
          CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5154
 
-         if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5155
 
+         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5156
 
   (eval $ac_link) 2>&5
5157
 
   ac_status=$?
5158
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5159
 
-  (exit $ac_status); } && test -s conftest${ac_exeext}; then
5160
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5161
 
+  test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5162
 
            pipe_works=yes
5163
 
          fi
5164
 
          LIBS="$lt_save_LIBS"
5165
 
@@ -5969,10 +6116,10 @@ if test -z "$lt_cv_sys_global_symbol_pip
5166
 
   lt_cv_sys_global_symbol_to_cdecl=
5167
 
 fi
5168
 
 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5169
 
-  { $as_echo "$as_me:$LINENO: result: failed" >&5
5170
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5171
 
 $as_echo "failed" >&6; }
5172
 
 else
5173
 
-  { $as_echo "$as_me:$LINENO: result: ok" >&5
5174
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5175
 
 $as_echo "ok" >&6; }
5176
 
 fi
5177
 
 
5178
 
@@ -5999,7 +6146,7 @@ fi
5179
 
 
5180
 
 
5181
 
 # Check whether --enable-libtool-lock was given.
5182
 
-if test "${enable_libtool_lock+set}" = set; then
5183
 
+if test "${enable_libtool_lock+set}" = set; then :
5184
 
   enableval=$enable_libtool_lock;
5185
 
 fi
5186
 
 
5187
 
@@ -6011,11 +6158,11 @@ case $host in
5188
 
 ia64-*-hpux*)
5189
 
   # Find out which ABI we are using.
5190
 
   echo 'int i;' > conftest.$ac_ext
5191
 
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5192
 
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5193
 
   (eval $ac_compile) 2>&5
5194
 
   ac_status=$?
5195
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5196
 
-  (exit $ac_status); }; then
5197
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5198
 
+  test $ac_status = 0; }; then
5199
 
     case `/usr/bin/file conftest.$ac_objext` in
5200
 
       *ELF-32*)
5201
 
        HPUX_IA64_MODE="32"
5202
 
@@ -6029,12 +6176,12 @@ ia64-*-hpux*)
 
3020
+  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
 
3021
   ac_status=$?
 
3022
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3023
   test $ac_status = 0; } && test -s "$nlist"; then
 
3024
@@ -6148,7 +6184,7 @@
5203
3025
   ;;
5204
3026
 *-*-irix6*)
5205
3027
   # Find out which ABI we are using.
5206
 
-  echo '#line 6032 "configure"' > conftest.$ac_ext
5207
 
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5208
 
+  echo '#line 6179 "configure"' > conftest.$ac_ext
5209
 
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5210
 
   (eval $ac_compile) 2>&5
5211
 
   ac_status=$?
5212
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5213
 
-  (exit $ac_status); }; then
5214
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5215
 
+  test $ac_status = 0; }; then
5216
 
     if test "$lt_cv_prog_gnu_ld" = yes; then
5217
 
       case `/usr/bin/file conftest.$ac_objext` in
5218
 
        *32-bit*)
5219
 
@@ -6068,11 +6215,11 @@ x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc
5220
 
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5221
 
   # Find out which ABI we are using.
5222
 
   echo 'int i;' > conftest.$ac_ext
5223
 
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5224
 
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5225
 
   (eval $ac_compile) 2>&5
5226
 
   ac_status=$?
5227
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5228
 
-  (exit $ac_status); }; then
5229
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5230
 
+  test $ac_status = 0; }; then
5231
 
     case `/usr/bin/file conftest.o` in
5232
 
       *32-bit*)
5233
 
        case $host in
5234
 
@@ -6121,9 +6268,9 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*
5235
 
   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5236
 
   SAVE_CFLAGS="$CFLAGS"
5237
 
   CFLAGS="$CFLAGS -belf"
5238
 
-  { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
5239
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5240
 
 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5241
 
-if test "${lt_cv_cc_needs_belf+set}" = set; then
5242
 
+if test "${lt_cv_cc_needs_belf+set}" = set; then :
5243
 
   $as_echo_n "(cached) " >&6
5244
 
 else
5245
 
   ac_ext=c
5246
 
@@ -6132,11 +6279,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS con
5247
 
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5248
 
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5249
 
 
5250
 
-     cat >conftest.$ac_ext <<_ACEOF
5251
 
-/* confdefs.h.  */
5252
 
-_ACEOF
5253
 
-cat confdefs.h >>conftest.$ac_ext
5254
 
-cat >>conftest.$ac_ext <<_ACEOF
5255
 
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5256
 
 /* end confdefs.h.  */
5257
 
 
5258
 
 int
5259
 
@@ -6147,38 +6290,13 @@ main ()
5260
 
   return 0;
5261
 
 }
5262
 
 _ACEOF
5263
 
-rm -f conftest.$ac_objext conftest$ac_exeext
5264
 
-if { (ac_try="$ac_link"
5265
 
-case "(($ac_try" in
5266
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5267
 
-  *) ac_try_echo=$ac_try;;
5268
 
-esac
5269
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5270
 
-$as_echo "$ac_try_echo") >&5
5271
 
-  (eval "$ac_link") 2>conftest.er1
5272
 
-  ac_status=$?
5273
 
-  grep -v '^ *+' conftest.er1 >conftest.err
5274
 
-  rm -f conftest.er1
5275
 
-  cat conftest.err >&5
5276
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5277
 
-  (exit $ac_status); } && {
5278
 
-        test -z "$ac_c_werror_flag" ||
5279
 
-        test ! -s conftest.err
5280
 
-       } && test -s conftest$ac_exeext && {
5281
 
-        test "$cross_compiling" = yes ||
5282
 
-        $as_test_x conftest$ac_exeext
5283
 
-       }; then
5284
 
+if ac_fn_c_try_link "$LINENO"; then :
5285
 
   lt_cv_cc_needs_belf=yes
5286
 
 else
5287
 
-  $as_echo "$as_me: failed program was:" >&5
5288
 
-sed 's/^/| /' conftest.$ac_ext >&5
5289
 
-
5290
 
-       lt_cv_cc_needs_belf=no
5291
 
+  lt_cv_cc_needs_belf=no
5292
 
 fi
5293
 
-
5294
 
-rm -rf conftest.dSYM
5295
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5296
 
-      conftest$ac_exeext conftest.$ac_ext
5297
 
+rm -f core conftest.err conftest.$ac_objext \
5298
 
+    conftest$ac_exeext conftest.$ac_ext
5299
 
      ac_ext=c
5300
 
 ac_cpp='$CPP $CPPFLAGS'
5301
 
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5302
 
@@ -6186,7 +6304,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
5303
 
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5304
 
 
5305
 
 fi
5306
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
5307
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5308
 
 $as_echo "$lt_cv_cc_needs_belf" >&6; }
5309
 
   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5310
 
     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5311
 
@@ -6196,11 +6314,11 @@ $as_echo "$lt_cv_cc_needs_belf" >&6; }
5312
 
 sparc*-*solaris*)
5313
 
   # Find out which ABI we are using.
5314
 
   echo 'int i;' > conftest.$ac_ext
5315
 
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5316
 
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5317
 
   (eval $ac_compile) 2>&5
5318
 
   ac_status=$?
5319
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5320
 
-  (exit $ac_status); }; then
5321
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5322
 
+  test $ac_status = 0; }; then
5323
 
     case `/usr/bin/file conftest.o` in
5324
 
     *64-bit*)
5325
 
       case $lt_cv_prog_gnu_ld in
5326
 
@@ -6226,9 +6344,9 @@ need_locks="$enable_libtool_lock"
5327
 
     if test -n "$ac_tool_prefix"; then
5328
 
   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5329
 
 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5330
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5331
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5332
 
 $as_echo_n "checking for $ac_word... " >&6; }
5333
 
-if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
5334
 
+if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
5335
 
   $as_echo_n "(cached) " >&6
5336
 
 else
5337
 
   if test -n "$DSYMUTIL"; then
5338
 
@@ -6239,24 +6357,24 @@ for as_dir in $PATH
5339
 
 do
5340
 
   IFS=$as_save_IFS
5341
 
   test -z "$as_dir" && as_dir=.
5342
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
5343
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
5344
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5345
 
     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5346
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5347
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5348
 
     break 2
5349
 
   fi
5350
 
 done
5351
 
-done
5352
 
+  done
5353
 
 IFS=$as_save_IFS
5354
 
 
5355
 
 fi
5356
 
 fi
5357
 
 DSYMUTIL=$ac_cv_prog_DSYMUTIL
5358
 
 if test -n "$DSYMUTIL"; then
5359
 
-  { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
5360
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5361
 
 $as_echo "$DSYMUTIL" >&6; }
5362
 
 else
5363
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
5364
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5365
 
 $as_echo "no" >&6; }
5366
 
 fi
5367
 
 
5368
 
@@ -6266,9 +6384,9 @@ if test -z "$ac_cv_prog_DSYMUTIL"; then
5369
 
   ac_ct_DSYMUTIL=$DSYMUTIL
5370
 
   # Extract the first word of "dsymutil", so it can be a program name with args.
5371
 
 set dummy dsymutil; ac_word=$2
5372
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5373
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5374
 
 $as_echo_n "checking for $ac_word... " >&6; }
5375
 
-if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
5376
 
+if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
5377
 
   $as_echo_n "(cached) " >&6
5378
 
 else
5379
 
   if test -n "$ac_ct_DSYMUTIL"; then
5380
 
@@ -6279,24 +6397,24 @@ for as_dir in $PATH
5381
 
 do
5382
 
   IFS=$as_save_IFS
5383
 
   test -z "$as_dir" && as_dir=.
5384
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
5385
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
5386
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5387
 
     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5388
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5389
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5390
 
     break 2
5391
 
   fi
5392
 
 done
5393
 
-done
5394
 
+  done
5395
 
 IFS=$as_save_IFS
5396
 
 
5397
 
 fi
5398
 
 fi
5399
 
 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5400
 
 if test -n "$ac_ct_DSYMUTIL"; then
5401
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
5402
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5403
 
 $as_echo "$ac_ct_DSYMUTIL" >&6; }
5404
 
 else
5405
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
5406
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5407
 
 $as_echo "no" >&6; }
5408
 
 fi
5409
 
 
5410
 
@@ -6305,7 +6423,7 @@ fi
5411
 
   else
5412
 
     case $cross_compiling:$ac_tool_warned in
5413
 
 yes:)
5414
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5415
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5416
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5417
 
 ac_tool_warned=yes ;;
5418
 
 esac
5419
 
@@ -6318,9 +6436,9 @@ fi
5420
 
     if test -n "$ac_tool_prefix"; then
5421
 
   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5422
 
 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5423
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5424
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5425
 
 $as_echo_n "checking for $ac_word... " >&6; }
5426
 
-if test "${ac_cv_prog_NMEDIT+set}" = set; then
5427
 
+if test "${ac_cv_prog_NMEDIT+set}" = set; then :
5428
 
   $as_echo_n "(cached) " >&6
5429
 
 else
5430
 
   if test -n "$NMEDIT"; then
5431
 
@@ -6331,24 +6449,24 @@ for as_dir in $PATH
5432
 
 do
5433
 
   IFS=$as_save_IFS
5434
 
   test -z "$as_dir" && as_dir=.
5435
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
5436
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
5437
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5438
 
     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5439
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5440
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5441
 
     break 2
5442
 
   fi
5443
 
 done
5444
 
-done
5445
 
+  done
5446
 
 IFS=$as_save_IFS
5447
 
 
5448
 
 fi
5449
 
 fi
5450
 
 NMEDIT=$ac_cv_prog_NMEDIT
5451
 
 if test -n "$NMEDIT"; then
5452
 
-  { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
5453
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5454
 
 $as_echo "$NMEDIT" >&6; }
5455
 
 else
5456
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
5457
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5458
 
 $as_echo "no" >&6; }
5459
 
 fi
5460
 
 
5461
 
@@ -6358,9 +6476,9 @@ if test -z "$ac_cv_prog_NMEDIT"; then
5462
 
   ac_ct_NMEDIT=$NMEDIT
5463
 
   # Extract the first word of "nmedit", so it can be a program name with args.
5464
 
 set dummy nmedit; ac_word=$2
5465
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5466
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5467
 
 $as_echo_n "checking for $ac_word... " >&6; }
5468
 
-if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
5469
 
+if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
5470
 
   $as_echo_n "(cached) " >&6
5471
 
 else
5472
 
   if test -n "$ac_ct_NMEDIT"; then
5473
 
@@ -6371,24 +6489,24 @@ for as_dir in $PATH
5474
 
 do
5475
 
   IFS=$as_save_IFS
5476
 
   test -z "$as_dir" && as_dir=.
5477
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
5478
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
5479
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5480
 
     ac_cv_prog_ac_ct_NMEDIT="nmedit"
5481
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5482
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5483
 
     break 2
5484
 
   fi
5485
 
 done
5486
 
-done
5487
 
+  done
5488
 
 IFS=$as_save_IFS
5489
 
 
5490
 
 fi
5491
 
 fi
5492
 
 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5493
 
 if test -n "$ac_ct_NMEDIT"; then
5494
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
5495
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5496
 
 $as_echo "$ac_ct_NMEDIT" >&6; }
5497
 
 else
5498
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
5499
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5500
 
 $as_echo "no" >&6; }
5501
 
 fi
5502
 
 
5503
 
@@ -6397,7 +6515,7 @@ fi
5504
 
   else
5505
 
     case $cross_compiling:$ac_tool_warned in
5506
 
 yes:)
5507
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5508
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5509
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5510
 
 ac_tool_warned=yes ;;
5511
 
 esac
5512
 
@@ -6410,9 +6528,9 @@ fi
5513
 
     if test -n "$ac_tool_prefix"; then
5514
 
   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5515
 
 set dummy ${ac_tool_prefix}lipo; ac_word=$2
5516
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5517
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5518
 
 $as_echo_n "checking for $ac_word... " >&6; }
5519
 
-if test "${ac_cv_prog_LIPO+set}" = set; then
5520
 
+if test "${ac_cv_prog_LIPO+set}" = set; then :
5521
 
   $as_echo_n "(cached) " >&6
5522
 
 else
5523
 
   if test -n "$LIPO"; then
5524
 
@@ -6423,24 +6541,24 @@ for as_dir in $PATH
5525
 
 do
5526
 
   IFS=$as_save_IFS
5527
 
   test -z "$as_dir" && as_dir=.
5528
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
5529
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
5530
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5531
 
     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5532
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5533
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5534
 
     break 2
5535
 
   fi
5536
 
 done
5537
 
-done
5538
 
+  done
5539
 
 IFS=$as_save_IFS
5540
 
 
5541
 
 fi
5542
 
 fi
5543
 
 LIPO=$ac_cv_prog_LIPO
5544
 
 if test -n "$LIPO"; then
5545
 
-  { $as_echo "$as_me:$LINENO: result: $LIPO" >&5
5546
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5547
 
 $as_echo "$LIPO" >&6; }
5548
 
 else
5549
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
5550
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5551
 
 $as_echo "no" >&6; }
5552
 
 fi
5553
 
 
5554
 
@@ -6450,9 +6568,9 @@ if test -z "$ac_cv_prog_LIPO"; then
5555
 
   ac_ct_LIPO=$LIPO
5556
 
   # Extract the first word of "lipo", so it can be a program name with args.
5557
 
 set dummy lipo; ac_word=$2
5558
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5559
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5560
 
 $as_echo_n "checking for $ac_word... " >&6; }
5561
 
-if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
5562
 
+if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
5563
 
   $as_echo_n "(cached) " >&6
5564
 
 else
5565
 
   if test -n "$ac_ct_LIPO"; then
5566
 
@@ -6463,24 +6581,24 @@ for as_dir in $PATH
5567
 
 do
5568
 
   IFS=$as_save_IFS
5569
 
   test -z "$as_dir" && as_dir=.
5570
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
5571
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
5572
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5573
 
     ac_cv_prog_ac_ct_LIPO="lipo"
5574
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5575
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5576
 
     break 2
5577
 
   fi
5578
 
 done
5579
 
-done
5580
 
+  done
5581
 
 IFS=$as_save_IFS
5582
 
 
5583
 
 fi
5584
 
 fi
5585
 
 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
5586
 
 if test -n "$ac_ct_LIPO"; then
5587
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
5588
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
5589
 
 $as_echo "$ac_ct_LIPO" >&6; }
5590
 
 else
5591
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
5592
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5593
 
 $as_echo "no" >&6; }
5594
 
 fi
5595
 
 
5596
 
@@ -6489,7 +6607,7 @@ fi
5597
 
   else
5598
 
     case $cross_compiling:$ac_tool_warned in
5599
 
 yes:)
5600
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5601
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5602
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5603
 
 ac_tool_warned=yes ;;
5604
 
 esac
5605
 
@@ -6502,9 +6620,9 @@ fi
5606
 
     if test -n "$ac_tool_prefix"; then
5607
 
   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
5608
 
 set dummy ${ac_tool_prefix}otool; ac_word=$2
5609
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5610
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5611
 
 $as_echo_n "checking for $ac_word... " >&6; }
5612
 
-if test "${ac_cv_prog_OTOOL+set}" = set; then
5613
 
+if test "${ac_cv_prog_OTOOL+set}" = set; then :
5614
 
   $as_echo_n "(cached) " >&6
5615
 
 else
5616
 
   if test -n "$OTOOL"; then
5617
 
@@ -6515,24 +6633,24 @@ for as_dir in $PATH
5618
 
 do
5619
 
   IFS=$as_save_IFS
5620
 
   test -z "$as_dir" && as_dir=.
5621
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
5622
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
5623
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5624
 
     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
5625
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5626
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5627
 
     break 2
5628
 
   fi
5629
 
 done
5630
 
-done
5631
 
+  done
5632
 
 IFS=$as_save_IFS
5633
 
 
5634
 
 fi
5635
 
 fi
5636
 
 OTOOL=$ac_cv_prog_OTOOL
5637
 
 if test -n "$OTOOL"; then
5638
 
-  { $as_echo "$as_me:$LINENO: result: $OTOOL" >&5
5639
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
5640
 
 $as_echo "$OTOOL" >&6; }
5641
 
 else
5642
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
5643
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5644
 
 $as_echo "no" >&6; }
5645
 
 fi
5646
 
 
5647
 
@@ -6542,9 +6660,9 @@ if test -z "$ac_cv_prog_OTOOL"; then
5648
 
   ac_ct_OTOOL=$OTOOL
5649
 
   # Extract the first word of "otool", so it can be a program name with args.
5650
 
 set dummy otool; ac_word=$2
5651
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5652
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5653
 
 $as_echo_n "checking for $ac_word... " >&6; }
5654
 
-if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
5655
 
+if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
5656
 
   $as_echo_n "(cached) " >&6
5657
 
 else
5658
 
   if test -n "$ac_ct_OTOOL"; then
5659
 
@@ -6555,24 +6673,24 @@ for as_dir in $PATH
5660
 
 do
5661
 
   IFS=$as_save_IFS
5662
 
   test -z "$as_dir" && as_dir=.
5663
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
5664
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
5665
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5666
 
     ac_cv_prog_ac_ct_OTOOL="otool"
5667
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5668
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5669
 
     break 2
5670
 
   fi
5671
 
 done
5672
 
-done
5673
 
+  done
5674
 
 IFS=$as_save_IFS
5675
 
 
5676
 
 fi
5677
 
 fi
5678
 
 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
5679
 
 if test -n "$ac_ct_OTOOL"; then
5680
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
5681
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
5682
 
 $as_echo "$ac_ct_OTOOL" >&6; }
5683
 
 else
5684
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
5685
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5686
 
 $as_echo "no" >&6; }
5687
 
 fi
5688
 
 
5689
 
@@ -6581,7 +6699,7 @@ fi
5690
 
   else
5691
 
     case $cross_compiling:$ac_tool_warned in
5692
 
 yes:)
5693
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5694
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5695
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5696
 
 ac_tool_warned=yes ;;
5697
 
 esac
5698
 
@@ -6594,9 +6712,9 @@ fi
5699
 
     if test -n "$ac_tool_prefix"; then
5700
 
   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
5701
 
 set dummy ${ac_tool_prefix}otool64; ac_word=$2
5702
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5703
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5704
 
 $as_echo_n "checking for $ac_word... " >&6; }
5705
 
-if test "${ac_cv_prog_OTOOL64+set}" = set; then
5706
 
+if test "${ac_cv_prog_OTOOL64+set}" = set; then :
5707
 
   $as_echo_n "(cached) " >&6
5708
 
 else
5709
 
   if test -n "$OTOOL64"; then
5710
 
@@ -6607,24 +6725,24 @@ for as_dir in $PATH
5711
 
 do
5712
 
   IFS=$as_save_IFS
5713
 
   test -z "$as_dir" && as_dir=.
5714
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
5715
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
5716
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5717
 
     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
5718
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5719
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5720
 
     break 2
5721
 
   fi
5722
 
 done
5723
 
-done
5724
 
+  done
5725
 
 IFS=$as_save_IFS
5726
 
 
5727
 
 fi
5728
 
 fi
5729
 
 OTOOL64=$ac_cv_prog_OTOOL64
5730
 
 if test -n "$OTOOL64"; then
5731
 
-  { $as_echo "$as_me:$LINENO: result: $OTOOL64" >&5
5732
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
5733
 
 $as_echo "$OTOOL64" >&6; }
5734
 
 else
5735
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
5736
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5737
 
 $as_echo "no" >&6; }
5738
 
 fi
5739
 
 
5740
 
@@ -6634,9 +6752,9 @@ if test -z "$ac_cv_prog_OTOOL64"; then
5741
 
   ac_ct_OTOOL64=$OTOOL64
5742
 
   # Extract the first word of "otool64", so it can be a program name with args.
5743
 
 set dummy otool64; ac_word=$2
5744
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5745
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5746
 
 $as_echo_n "checking for $ac_word... " >&6; }
5747
 
-if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
5748
 
+if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
5749
 
   $as_echo_n "(cached) " >&6
5750
 
 else
5751
 
   if test -n "$ac_ct_OTOOL64"; then
5752
 
@@ -6647,24 +6765,24 @@ for as_dir in $PATH
5753
 
 do
5754
 
   IFS=$as_save_IFS
5755
 
   test -z "$as_dir" && as_dir=.
5756
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
5757
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
5758
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5759
 
     ac_cv_prog_ac_ct_OTOOL64="otool64"
5760
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5761
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5762
 
     break 2
5763
 
   fi
5764
 
 done
5765
 
-done
5766
 
+  done
5767
 
 IFS=$as_save_IFS
5768
 
 
5769
 
 fi
5770
 
 fi
5771
 
 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
5772
 
 if test -n "$ac_ct_OTOOL64"; then
5773
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
5774
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
5775
 
 $as_echo "$ac_ct_OTOOL64" >&6; }
5776
 
 else
5777
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
5778
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5779
 
 $as_echo "no" >&6; }
5780
 
 fi
5781
 
 
5782
 
@@ -6673,7 +6791,7 @@ fi
5783
 
   else
5784
 
     case $cross_compiling:$ac_tool_warned in
5785
 
 yes:)
5786
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5787
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5788
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5789
 
 ac_tool_warned=yes ;;
5790
 
 esac
5791
 
@@ -6709,9 +6827,9 @@ fi
5792
 
 
5793
 
 
5794
 
 
5795
 
-    { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
5796
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
5797
 
 $as_echo_n "checking for -single_module linker flag... " >&6; }
5798
 
-if test "${lt_cv_apple_cc_single_mod+set}" = set; then
5799
 
+if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
5800
 
   $as_echo_n "(cached) " >&6
5801
 
 else
5802
 
   lt_cv_apple_cc_single_mod=no
5803
 
@@ -6736,22 +6854,18 @@ else
5804
 
        rm -f conftest.*
5805
 
       fi
5806
 
 fi
5807
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
5808
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
5809
 
 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
5810
 
-    { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
5811
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
5812
 
 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
5813
 
-if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
5814
 
+if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
5815
 
   $as_echo_n "(cached) " >&6
5816
 
 else
5817
 
   lt_cv_ld_exported_symbols_list=no
5818
 
       save_LDFLAGS=$LDFLAGS
5819
 
       echo "_main" > conftest.sym
5820
 
       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
5821
 
-      cat >conftest.$ac_ext <<_ACEOF
5822
 
-/* confdefs.h.  */
5823
 
-_ACEOF
5824
 
-cat confdefs.h >>conftest.$ac_ext
5825
 
-cat >>conftest.$ac_ext <<_ACEOF
5826
 
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5827
 
 /* end confdefs.h.  */
5828
 
 
5829
 
 int
5830
 
@@ -6762,42 +6876,17 @@ main ()
5831
 
   return 0;
5832
 
 }
5833
 
 _ACEOF
5834
 
-rm -f conftest.$ac_objext conftest$ac_exeext
5835
 
-if { (ac_try="$ac_link"
5836
 
-case "(($ac_try" in
5837
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5838
 
-  *) ac_try_echo=$ac_try;;
5839
 
-esac
5840
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5841
 
-$as_echo "$ac_try_echo") >&5
5842
 
-  (eval "$ac_link") 2>conftest.er1
5843
 
-  ac_status=$?
5844
 
-  grep -v '^ *+' conftest.er1 >conftest.err
5845
 
-  rm -f conftest.er1
5846
 
-  cat conftest.err >&5
5847
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5848
 
-  (exit $ac_status); } && {
5849
 
-        test -z "$ac_c_werror_flag" ||
5850
 
-        test ! -s conftest.err
5851
 
-       } && test -s conftest$ac_exeext && {
5852
 
-        test "$cross_compiling" = yes ||
5853
 
-        $as_test_x conftest$ac_exeext
5854
 
-       }; then
5855
 
+if ac_fn_c_try_link "$LINENO"; then :
5856
 
   lt_cv_ld_exported_symbols_list=yes
5857
 
 else
5858
 
-  $as_echo "$as_me: failed program was:" >&5
5859
 
-sed 's/^/| /' conftest.$ac_ext >&5
5860
 
-
5861
 
-       lt_cv_ld_exported_symbols_list=no
5862
 
+  lt_cv_ld_exported_symbols_list=no
5863
 
 fi
5864
 
-
5865
 
-rm -rf conftest.dSYM
5866
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5867
 
-      conftest$ac_exeext conftest.$ac_ext
5868
 
+rm -f core conftest.err conftest.$ac_objext \
5869
 
+    conftest$ac_exeext conftest.$ac_ext
5870
 
        LDFLAGS="$save_LDFLAGS"
5871
 
 
5872
 
 fi
5873
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
5874
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
 
3028
-  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
 
3029
+  echo '#line 6187 "configure"' > conftest.$ac_ext
 
3030
   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
 
3031
   (eval $ac_compile) 2>&5
 
3032
   ac_status=$?
 
3033
@@ -6860,38 +6896,6 @@
 
3034
 fi
 
3035
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
5875
3036
 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
 
3037
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
 
3038
-$as_echo_n "checking for -force_load linker flag... " >&6; }
 
3039
-if test "${lt_cv_ld_force_load+set}" = set; then :
 
3040
-  $as_echo_n "(cached) " >&6
 
3041
-else
 
3042
-  lt_cv_ld_force_load=no
 
3043
-      cat > conftest.c << _LT_EOF
 
3044
-int forced_loaded() { return 2;}
 
3045
-_LT_EOF
 
3046
-      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
 
3047
-      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
 
3048
-      echo "$AR cru libconftest.a conftest.o" >&5
 
3049
-      $AR cru libconftest.a conftest.o 2>&5
 
3050
-      echo "$RANLIB libconftest.a" >&5
 
3051
-      $RANLIB libconftest.a 2>&5
 
3052
-      cat > conftest.c << _LT_EOF
 
3053
-int main() { return 0;}
 
3054
-_LT_EOF
 
3055
-      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
 
3056
-      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
 
3057
-      _lt_result=$?
 
3058
-      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
 
3059
-       lt_cv_ld_force_load=yes
 
3060
-      else
 
3061
-       cat conftest.err >&5
 
3062
-      fi
 
3063
-        rm -f conftest.err libconftest.a conftest conftest.c
 
3064
-        rm -rf conftest.dSYM
 
3065
-
 
3066
-fi
 
3067
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
 
3068
-$as_echo "$lt_cv_ld_force_load" >&6; }
5876
3069
     case $host_os in
5877
3070
     rhapsody* | darwin1.[012])
5878
 
@@ -6839,14 +6928,14 @@ ac_cpp='$CPP $CPPFLAGS'
5879
 
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5880
 
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5881
 
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5882
 
-{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5883
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5884
 
 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5885
 
 # On Suns, sometimes $CPP names a directory.
5886
 
 if test -n "$CPP" && test -d "$CPP"; then
5887
 
   CPP=
5888
 
 fi
5889
 
 if test -z "$CPP"; then
5890
 
-  if test "${ac_cv_prog_CPP+set}" = set; then
5891
 
+  if test "${ac_cv_prog_CPP+set}" = set; then :
5892
 
   $as_echo_n "(cached) " >&6
5893
 
 else
5894
 
       # Double quotes because CPP needs to be expanded
5895
 
@@ -6861,11 +6950,7 @@ do
5896
 
   # <limits.h> exists even on freestanding compilers.
5897
 
   # On the NeXT, cc -E runs the code through the compiler's parser,
5898
 
   # not just through cpp. "Syntax error" is here to catch this case.
5899
 
-  cat >conftest.$ac_ext <<_ACEOF
5900
 
-/* confdefs.h.  */
5901
 
-_ACEOF
5902
 
-cat confdefs.h >>conftest.$ac_ext
5903
 
-cat >>conftest.$ac_ext <<_ACEOF
5904
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5905
 
 /* end confdefs.h.  */
5906
 
 #ifdef __STDC__
5907
 
 # include <limits.h>
5908
 
@@ -6874,78 +6959,34 @@ cat >>conftest.$ac_ext <<_ACEOF
5909
 
 #endif
5910
 
                     Syntax error
5911
 
 _ACEOF
5912
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
5913
 
-case "(($ac_try" in
5914
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5915
 
-  *) ac_try_echo=$ac_try;;
5916
 
-esac
5917
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5918
 
-$as_echo "$ac_try_echo") >&5
5919
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5920
 
-  ac_status=$?
5921
 
-  grep -v '^ *+' conftest.er1 >conftest.err
5922
 
-  rm -f conftest.er1
5923
 
-  cat conftest.err >&5
5924
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5925
 
-  (exit $ac_status); } >/dev/null && {
5926
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5927
 
-        test ! -s conftest.err
5928
 
-       }; then
5929
 
-  :
5930
 
-else
5931
 
-  $as_echo "$as_me: failed program was:" >&5
5932
 
-sed 's/^/| /' conftest.$ac_ext >&5
5933
 
+if ac_fn_c_try_cpp "$LINENO"; then :
5934
 
 
5935
 
+else
5936
 
   # Broken: fails on valid input.
5937
 
 continue
5938
 
 fi
5939
 
-
5940
 
 rm -f conftest.err conftest.$ac_ext
5941
 
 
5942
 
   # OK, works on sane cases.  Now check whether nonexistent headers
5943
 
   # can be detected and how.
5944
 
-  cat >conftest.$ac_ext <<_ACEOF
5945
 
-/* confdefs.h.  */
5946
 
-_ACEOF
5947
 
-cat confdefs.h >>conftest.$ac_ext
5948
 
-cat >>conftest.$ac_ext <<_ACEOF
5949
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5950
 
 /* end confdefs.h.  */
5951
 
 #include <ac_nonexistent.h>
5952
 
 _ACEOF
5953
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
5954
 
-case "(($ac_try" in
5955
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5956
 
-  *) ac_try_echo=$ac_try;;
5957
 
-esac
5958
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5959
 
-$as_echo "$ac_try_echo") >&5
5960
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5961
 
-  ac_status=$?
5962
 
-  grep -v '^ *+' conftest.er1 >conftest.err
5963
 
-  rm -f conftest.er1
5964
 
-  cat conftest.err >&5
5965
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5966
 
-  (exit $ac_status); } >/dev/null && {
5967
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5968
 
-        test ! -s conftest.err
5969
 
-       }; then
5970
 
+if ac_fn_c_try_cpp "$LINENO"; then :
5971
 
   # Broken: success on invalid input.
5972
 
 continue
5973
 
 else
5974
 
-  $as_echo "$as_me: failed program was:" >&5
5975
 
-sed 's/^/| /' conftest.$ac_ext >&5
5976
 
-
5977
 
   # Passes both tests.
5978
 
 ac_preproc_ok=:
5979
 
 break
5980
 
 fi
5981
 
-
5982
 
 rm -f conftest.err conftest.$ac_ext
5983
 
 
5984
 
 done
5985
 
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5986
 
 rm -f conftest.err conftest.$ac_ext
5987
 
-if $ac_preproc_ok; then
5988
 
+if $ac_preproc_ok; then :
5989
 
   break
5990
 
 fi
5991
 
 
5992
 
@@ -6957,7 +6998,7 @@ fi
5993
 
 else
5994
 
   ac_cv_prog_CPP=$CPP
5995
 
 fi
5996
 
-{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
5997
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5998
 
 $as_echo "$CPP" >&6; }
5999
 
 ac_preproc_ok=false
6000
 
 for ac_c_preproc_warn_flag in '' yes
6001
 
@@ -6968,11 +7009,7 @@ do
6002
 
   # <limits.h> exists even on freestanding compilers.
6003
 
   # On the NeXT, cc -E runs the code through the compiler's parser,
6004
 
   # not just through cpp. "Syntax error" is here to catch this case.
6005
 
-  cat >conftest.$ac_ext <<_ACEOF
6006
 
-/* confdefs.h.  */
6007
 
-_ACEOF
6008
 
-cat confdefs.h >>conftest.$ac_ext
6009
 
-cat >>conftest.$ac_ext <<_ACEOF
6010
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6011
 
 /* end confdefs.h.  */
6012
 
 #ifdef __STDC__
6013
 
 # include <limits.h>
6014
 
@@ -6981,87 +7018,40 @@ cat >>conftest.$ac_ext <<_ACEOF
6015
 
 #endif
6016
 
                     Syntax error
6017
 
 _ACEOF
6018
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
6019
 
-case "(($ac_try" in
6020
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6021
 
-  *) ac_try_echo=$ac_try;;
6022
 
-esac
6023
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6024
 
-$as_echo "$ac_try_echo") >&5
6025
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6026
 
-  ac_status=$?
6027
 
-  grep -v '^ *+' conftest.er1 >conftest.err
6028
 
-  rm -f conftest.er1
6029
 
-  cat conftest.err >&5
6030
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6031
 
-  (exit $ac_status); } >/dev/null && {
6032
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6033
 
-        test ! -s conftest.err
6034
 
-       }; then
6035
 
-  :
6036
 
-else
6037
 
-  $as_echo "$as_me: failed program was:" >&5
6038
 
-sed 's/^/| /' conftest.$ac_ext >&5
6039
 
+if ac_fn_c_try_cpp "$LINENO"; then :
6040
 
 
6041
 
+else
6042
 
   # Broken: fails on valid input.
6043
 
 continue
6044
 
 fi
6045
 
-
6046
 
 rm -f conftest.err conftest.$ac_ext
6047
 
 
6048
 
   # OK, works on sane cases.  Now check whether nonexistent headers
6049
 
   # can be detected and how.
6050
 
-  cat >conftest.$ac_ext <<_ACEOF
6051
 
-/* confdefs.h.  */
6052
 
-_ACEOF
6053
 
-cat confdefs.h >>conftest.$ac_ext
6054
 
-cat >>conftest.$ac_ext <<_ACEOF
6055
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6056
 
 /* end confdefs.h.  */
6057
 
 #include <ac_nonexistent.h>
6058
 
 _ACEOF
6059
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
6060
 
-case "(($ac_try" in
6061
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6062
 
-  *) ac_try_echo=$ac_try;;
6063
 
-esac
6064
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6065
 
-$as_echo "$ac_try_echo") >&5
6066
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6067
 
-  ac_status=$?
6068
 
-  grep -v '^ *+' conftest.er1 >conftest.err
6069
 
-  rm -f conftest.er1
6070
 
-  cat conftest.err >&5
6071
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6072
 
-  (exit $ac_status); } >/dev/null && {
6073
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6074
 
-        test ! -s conftest.err
6075
 
-       }; then
6076
 
+if ac_fn_c_try_cpp "$LINENO"; then :
6077
 
   # Broken: success on invalid input.
6078
 
 continue
6079
 
 else
6080
 
-  $as_echo "$as_me: failed program was:" >&5
6081
 
-sed 's/^/| /' conftest.$ac_ext >&5
6082
 
-
6083
 
   # Passes both tests.
6084
 
 ac_preproc_ok=:
6085
 
 break
6086
 
 fi
6087
 
-
6088
 
 rm -f conftest.err conftest.$ac_ext
6089
 
 
6090
 
 done
6091
 
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6092
 
 rm -f conftest.err conftest.$ac_ext
6093
 
-if $ac_preproc_ok; then
6094
 
-  :
6095
 
+if $ac_preproc_ok; then :
6096
 
+
6097
 
 else
6098
 
-  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
6099
 
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6100
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6101
 
-{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6102
 
-See \`config.log' for more details." >&5
6103
 
-$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6104
 
-See \`config.log' for more details." >&2;}
6105
 
-   { (exit 1); exit 1; }; }; }
6106
 
+as_fn_error "C preprocessor \"$CPP\" fails sanity check
6107
 
+See \`config.log' for more details." "$LINENO" 5; }
6108
 
 fi
6109
 
 
6110
 
 ac_ext=c
6111
 
@@ -7071,16 +7061,12 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
6112
 
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6113
 
 
6114
 
 
6115
 
-{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6116
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6117
 
 $as_echo_n "checking for ANSI C header files... " >&6; }
6118
 
-if test "${ac_cv_header_stdc+set}" = set; then
6119
 
+if test "${ac_cv_header_stdc+set}" = set; then :
6120
 
   $as_echo_n "(cached) " >&6
6121
 
 else
6122
 
-  cat >conftest.$ac_ext <<_ACEOF
6123
 
-/* confdefs.h.  */
6124
 
-_ACEOF
6125
 
-cat confdefs.h >>conftest.$ac_ext
6126
 
-cat >>conftest.$ac_ext <<_ACEOF
6127
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6128
 
 /* end confdefs.h.  */
6129
 
 #include <stdlib.h>
6130
 
 #include <stdarg.h>
6131
 
@@ -7095,48 +7081,23 @@ main ()
6132
 
   return 0;
6133
 
 }
6134
 
 _ACEOF
6135
 
-rm -f conftest.$ac_objext
6136
 
-if { (ac_try="$ac_compile"
6137
 
-case "(($ac_try" in
6138
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6139
 
-  *) ac_try_echo=$ac_try;;
6140
 
-esac
6141
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6142
 
-$as_echo "$ac_try_echo") >&5
6143
 
-  (eval "$ac_compile") 2>conftest.er1
6144
 
-  ac_status=$?
6145
 
-  grep -v '^ *+' conftest.er1 >conftest.err
6146
 
-  rm -f conftest.er1
6147
 
-  cat conftest.err >&5
6148
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6149
 
-  (exit $ac_status); } && {
6150
 
-        test -z "$ac_c_werror_flag" ||
6151
 
-        test ! -s conftest.err
6152
 
-       } && test -s conftest.$ac_objext; then
6153
 
+if ac_fn_c_try_compile "$LINENO"; then :
6154
 
   ac_cv_header_stdc=yes
6155
 
 else
6156
 
-  $as_echo "$as_me: failed program was:" >&5
6157
 
-sed 's/^/| /' conftest.$ac_ext >&5
6158
 
-
6159
 
-       ac_cv_header_stdc=no
6160
 
+  ac_cv_header_stdc=no
6161
 
 fi
6162
 
-
6163
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6164
 
 
6165
 
 if test $ac_cv_header_stdc = yes; then
6166
 
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6167
 
-  cat >conftest.$ac_ext <<_ACEOF
6168
 
-/* confdefs.h.  */
6169
 
-_ACEOF
6170
 
-cat confdefs.h >>conftest.$ac_ext
6171
 
-cat >>conftest.$ac_ext <<_ACEOF
6172
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6173
 
 /* end confdefs.h.  */
6174
 
 #include <string.h>
6175
 
 
6176
 
 _ACEOF
6177
 
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6178
 
-  $EGREP "memchr" >/dev/null 2>&1; then
6179
 
-  :
6180
 
+  $EGREP "memchr" >/dev/null 2>&1; then :
6181
 
+
6182
 
 else
6183
 
   ac_cv_header_stdc=no
6184
 
 fi
6185
 
@@ -7146,18 +7107,14 @@ fi
6186
 
 
6187
 
 if test $ac_cv_header_stdc = yes; then
6188
 
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6189
 
-  cat >conftest.$ac_ext <<_ACEOF
6190
 
-/* confdefs.h.  */
6191
 
-_ACEOF
6192
 
-cat confdefs.h >>conftest.$ac_ext
6193
 
-cat >>conftest.$ac_ext <<_ACEOF
6194
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6195
 
 /* end confdefs.h.  */
6196
 
 #include <stdlib.h>
6197
 
 
6198
 
 _ACEOF
6199
 
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6200
 
-  $EGREP "free" >/dev/null 2>&1; then
6201
 
-  :
6202
 
+  $EGREP "free" >/dev/null 2>&1; then :
6203
 
+
6204
 
 else
6205
 
   ac_cv_header_stdc=no
6206
 
 fi
6207
 
@@ -7167,14 +7124,10 @@ fi
6208
 
 
6209
 
 if test $ac_cv_header_stdc = yes; then
6210
 
   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6211
 
-  if test "$cross_compiling" = yes; then
6212
 
+  if test "$cross_compiling" = yes; then :
6213
 
   :
6214
 
 else
6215
 
-  cat >conftest.$ac_ext <<_ACEOF
6216
 
-/* confdefs.h.  */
6217
 
-_ACEOF
6218
 
-cat confdefs.h >>conftest.$ac_ext
6219
 
-cat >>conftest.$ac_ext <<_ACEOF
6220
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6221
 
 /* end confdefs.h.  */
6222
 
 #include <ctype.h>
6223
 
 #include <stdlib.h>
6224
 
@@ -7196,123 +7149,39 @@ main ()
6225
 
   int i;
6226
 
   for (i = 0; i < 256; i++)
6227
 
     if (XOR (islower (i), ISLOWER (i))
6228
 
-       || toupper (i) != TOUPPER (i))
6229
 
-      return 2;
6230
 
-  return 0;
6231
 
-}
6232
 
-_ACEOF
6233
 
-rm -f conftest$ac_exeext
6234
 
-if { (ac_try="$ac_link"
6235
 
-case "(($ac_try" in
6236
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6237
 
-  *) ac_try_echo=$ac_try;;
6238
 
-esac
6239
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6240
 
-$as_echo "$ac_try_echo") >&5
6241
 
-  (eval "$ac_link") 2>&5
6242
 
-  ac_status=$?
6243
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6244
 
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6245
 
-  { (case "(($ac_try" in
6246
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6247
 
-  *) ac_try_echo=$ac_try;;
6248
 
-esac
6249
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6250
 
-$as_echo "$ac_try_echo") >&5
6251
 
-  (eval "$ac_try") 2>&5
6252
 
-  ac_status=$?
6253
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6254
 
-  (exit $ac_status); }; }; then
6255
 
-  :
6256
 
-else
6257
 
-  $as_echo "$as_me: program exited with status $ac_status" >&5
6258
 
-$as_echo "$as_me: failed program was:" >&5
6259
 
-sed 's/^/| /' conftest.$ac_ext >&5
6260
 
-
6261
 
-( exit $ac_status )
6262
 
-ac_cv_header_stdc=no
6263
 
-fi
6264
 
-rm -rf conftest.dSYM
6265
 
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6266
 
-fi
6267
 
-
6268
 
-
6269
 
-fi
6270
 
-fi
6271
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6272
 
-$as_echo "$ac_cv_header_stdc" >&6; }
6273
 
-if test $ac_cv_header_stdc = yes; then
6274
 
-
6275
 
-cat >>confdefs.h <<\_ACEOF
6276
 
-#define STDC_HEADERS 1
6277
 
-_ACEOF
6278
 
-
6279
 
-fi
6280
 
-
6281
 
-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
6282
 
-
6283
 
-
6284
 
-
6285
 
-
6286
 
-
6287
 
-
6288
 
-
6289
 
-
6290
 
-
6291
 
-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6292
 
-                 inttypes.h stdint.h unistd.h
6293
 
-do
6294
 
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6295
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6296
 
-$as_echo_n "checking for $ac_header... " >&6; }
6297
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6298
 
-  $as_echo_n "(cached) " >&6
6299
 
-else
6300
 
-  cat >conftest.$ac_ext <<_ACEOF
6301
 
-/* confdefs.h.  */
6302
 
+       || toupper (i) != TOUPPER (i))
6303
 
+      return 2;
6304
 
+  return 0;
6305
 
+}
6306
 
 _ACEOF
6307
 
-cat confdefs.h >>conftest.$ac_ext
6308
 
-cat >>conftest.$ac_ext <<_ACEOF
6309
 
-/* end confdefs.h.  */
6310
 
-$ac_includes_default
6311
 
+if ac_fn_c_try_run "$LINENO"; then :
6312
 
 
6313
 
-#include <$ac_header>
6314
 
-_ACEOF
6315
 
-rm -f conftest.$ac_objext
6316
 
-if { (ac_try="$ac_compile"
6317
 
-case "(($ac_try" in
6318
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6319
 
-  *) ac_try_echo=$ac_try;;
6320
 
-esac
6321
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6322
 
-$as_echo "$ac_try_echo") >&5
6323
 
-  (eval "$ac_compile") 2>conftest.er1
6324
 
-  ac_status=$?
6325
 
-  grep -v '^ *+' conftest.er1 >conftest.err
6326
 
-  rm -f conftest.er1
6327
 
-  cat conftest.err >&5
6328
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6329
 
-  (exit $ac_status); } && {
6330
 
-        test -z "$ac_c_werror_flag" ||
6331
 
-        test ! -s conftest.err
6332
 
-       } && test -s conftest.$ac_objext; then
6333
 
-  eval "$as_ac_Header=yes"
6334
 
 else
6335
 
-  $as_echo "$as_me: failed program was:" >&5
6336
 
-sed 's/^/| /' conftest.$ac_ext >&5
6337
 
+  ac_cv_header_stdc=no
6338
 
+fi
6339
 
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6340
 
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
6341
 
+fi
6342
 
 
6343
 
-       eval "$as_ac_Header=no"
6344
 
 fi
6345
 
+fi
6346
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6347
 
+$as_echo "$ac_cv_header_stdc" >&6; }
6348
 
+if test $ac_cv_header_stdc = yes; then
6349
 
+
6350
 
+$as_echo "#define STDC_HEADERS 1" >>confdefs.h
6351
 
 
6352
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6353
 
 fi
6354
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
6355
 
-                $as_echo "$as_val"'`
6356
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6357
 
-$as_echo "$ac_res" >&6; }
6358
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
6359
 
-                $as_echo "$as_val"'`
6360
 
-   if test "x$as_val" = x""yes; then
6361
 
+
6362
 
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
6363
 
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6364
 
+                 inttypes.h stdint.h unistd.h
6365
 
+do :
6366
 
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6367
 
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6368
 
+"
6369
 
+eval as_val=\$$as_ac_Header
6370
 
+   if test "x$as_val" = x""yes; then :
6371
 
   cat >>confdefs.h <<_ACEOF
6372
 
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6373
 
 _ACEOF
6374
 
@@ -7322,62 +7191,13 @@ fi
6375
 
 done
6376
 
 
6377
 
 
6378
 
-
6379
 
 for ac_header in dlfcn.h
6380
 
-do
6381
 
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6382
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6383
 
-$as_echo_n "checking for $ac_header... " >&6; }
6384
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6385
 
-  $as_echo_n "(cached) " >&6
6386
 
-else
6387
 
-  cat >conftest.$ac_ext <<_ACEOF
6388
 
-/* confdefs.h.  */
6389
 
-_ACEOF
6390
 
-cat confdefs.h >>conftest.$ac_ext
6391
 
-cat >>conftest.$ac_ext <<_ACEOF
6392
 
-/* end confdefs.h.  */
6393
 
-$ac_includes_default
6394
 
-
6395
 
-#include <$ac_header>
6396
 
-_ACEOF
6397
 
-rm -f conftest.$ac_objext
6398
 
-if { (ac_try="$ac_compile"
6399
 
-case "(($ac_try" in
6400
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6401
 
-  *) ac_try_echo=$ac_try;;
6402
 
-esac
6403
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6404
 
-$as_echo "$ac_try_echo") >&5
6405
 
-  (eval "$ac_compile") 2>conftest.er1
6406
 
-  ac_status=$?
6407
 
-  grep -v '^ *+' conftest.er1 >conftest.err
6408
 
-  rm -f conftest.er1
6409
 
-  cat conftest.err >&5
6410
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6411
 
-  (exit $ac_status); } && {
6412
 
-        test -z "$ac_c_werror_flag" ||
6413
 
-        test ! -s conftest.err
6414
 
-       } && test -s conftest.$ac_objext; then
6415
 
-  eval "$as_ac_Header=yes"
6416
 
-else
6417
 
-  $as_echo "$as_me: failed program was:" >&5
6418
 
-sed 's/^/| /' conftest.$ac_ext >&5
6419
 
-
6420
 
-       eval "$as_ac_Header=no"
6421
 
-fi
6422
 
-
6423
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6424
 
-fi
6425
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
6426
 
-                $as_echo "$as_val"'`
6427
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6428
 
-$as_echo "$ac_res" >&6; }
6429
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
6430
 
-                $as_echo "$as_val"'`
6431
 
-   if test "x$as_val" = x""yes; then
6432
 
+do :
6433
 
+  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6434
 
+"
6435
 
+if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6436
 
   cat >>confdefs.h <<_ACEOF
6437
 
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6438
 
+#define HAVE_DLFCN_H 1
6439
 
 _ACEOF
6440
 
 
6441
 
 fi
6442
 
@@ -7397,7 +7217,7 @@ done
6443
 
 
6444
 
 
6445
 
             # Check whether --enable-shared was given.
6446
 
-if test "${enable_shared+set}" = set; then
6447
 
+if test "${enable_shared+set}" = set; then :
6448
 
   enableval=$enable_shared; p=${PACKAGE-default}
6449
 
     case $enableval in
6450
 
     yes) enable_shared=yes ;;
6451
 
@@ -7430,7 +7250,7 @@ fi
6452
 
 
6453
 
 
6454
 
 # Check whether --with-pic was given.
6455
 
-if test "${with_pic+set}" = set; then
6456
 
+if test "${with_pic+set}" = set; then :
6457
 
   withval=$with_pic; pic_mode="$withval"
6458
 
 else
6459
 
   pic_mode=default
6460
 
@@ -7446,7 +7266,7 @@ test -z "$pic_mode" && pic_mode=default
6461
 
 
6462
 
 
6463
 
   # Check whether --enable-fast-install was given.
6464
 
-if test "${enable_fast_install+set}" = set; then
6465
 
+if test "${enable_fast_install+set}" = set; then :
6466
 
   enableval=$enable_fast_install; p=${PACKAGE-default}
6467
 
     case $enableval in
6468
 
     yes) enable_fast_install=yes ;;
6469
 
@@ -7527,9 +7347,9 @@ if test -n "${ZSH_VERSION+set}" ; then
6470
 
    setopt NO_GLOB_SUBST
6471
 
 fi
6472
 
 
6473
 
-{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
6474
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
6475
 
 $as_echo_n "checking for objdir... " >&6; }
6476
 
-if test "${lt_cv_objdir+set}" = set; then
6477
 
+if test "${lt_cv_objdir+set}" = set; then :
6478
 
   $as_echo_n "(cached) " >&6
6479
 
 else
6480
 
   rm -f .libs 2>/dev/null
6481
 
@@ -7542,7 +7362,7 @@ else
6482
 
 fi
6483
 
 rmdir .libs 2>/dev/null
6484
 
 fi
6485
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6486
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
6487
 
 $as_echo "$lt_cv_objdir" >&6; }
6488
 
 objdir=$lt_cv_objdir
6489
 
 
6490
 
@@ -7635,9 +7455,9 @@ test -z "$MAGIC_CMD" && MAGIC_CMD=file
6491
 
 case $deplibs_check_method in
6492
 
 file_magic*)
6493
 
   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
6494
 
-    { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
6495
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
6496
 
 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
6497
 
-if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6498
 
+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
6499
 
   $as_echo_n "(cached) " >&6
6500
 
 else
6501
 
   case $MAGIC_CMD in
6502
 
@@ -7688,10 +7508,10 @@ fi
6503
 
 
6504
 
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6505
 
 if test -n "$MAGIC_CMD"; then
6506
 
-  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6507
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
6508
 
 $as_echo "$MAGIC_CMD" >&6; }
6509
 
 else
6510
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
6511
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6512
 
 $as_echo "no" >&6; }
6513
 
 fi
6514
 
 
6515
 
@@ -7701,9 +7521,9 @@ fi
6516
 
 
6517
 
 if test -z "$lt_cv_path_MAGIC_CMD"; then
6518
 
   if test -n "$ac_tool_prefix"; then
6519
 
-    { $as_echo "$as_me:$LINENO: checking for file" >&5
6520
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
6521
 
 $as_echo_n "checking for file... " >&6; }
6522
 
-if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6523
 
+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
6524
 
   $as_echo_n "(cached) " >&6
6525
 
 else
6526
 
   case $MAGIC_CMD in
6527
 
@@ -7754,10 +7574,10 @@ fi
6528
 
 
6529
 
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6530
 
 if test -n "$MAGIC_CMD"; then
6531
 
-  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6532
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
6533
 
 $as_echo "$MAGIC_CMD" >&6; }
6534
 
 else
6535
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
6536
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6537
 
 $as_echo "no" >&6; }
6538
 
 fi
6539
 
 
6540
 
@@ -7834,9 +7654,9 @@ lt_prog_compiler_no_builtin_flag=
 
3071
       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
 
3072
@@ -6919,7 +6923,7 @@
 
3073
     else
 
3074
       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
3075
     fi
 
3076
-    if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
 
3077
+    if test "$DSYMUTIL" != ":"; then
 
3078
       _lt_dsymutil='~$DSYMUTIL $lib || :'
 
3079
     else
 
3080
       _lt_dsymutil=
 
3081
@@ -7210,8 +7214,6 @@
 
3082
 
 
3083
 
 
3084
 
 
3085
-
 
3086
-
 
3087
 # Set options
 
3088
 
 
3089
 
 
3090
@@ -7334,7 +7336,6 @@
 
3091
 
 
3092
 
 
3093
 
 
3094
-
 
3095
 test -z "$LN_S" && LN_S="ln -s"
 
3096
 
 
3097
 
 
3098
@@ -7384,6 +7385,19 @@
 
3099
 
 
3100
 
 
3101
 
 
3102
+
 
3103
+
 
3104
+
 
3105
+
 
3106
+
 
3107
+
 
3108
+
 
3109
+
 
3110
+
 
3111
+
 
3112
+
 
3113
+
 
3114
+
 
3115
 case $host_os in
 
3116
 aix3*)
 
3117
   # AIX sometimes has problems with the GCC collect2 program.  For some
 
3118
@@ -7396,6 +7410,23 @@
 
3119
   ;;
 
3120
 esac
 
3121
 
 
3122
+# Sed substitution that helps us do robust quoting.  It backslashifies
 
3123
+# metacharacters that are still active within double-quoted strings.
 
3124
+sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
 
3125
+
 
3126
+# Same as above, but do not quote variable references.
 
3127
+double_quote_subst='s/\(["`\\]\)/\\\1/g'
 
3128
+
 
3129
+# Sed substitution to delay expansion of an escaped shell variable in a
 
3130
+# double_quote_subst'ed string.
 
3131
+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
 
3132
+
 
3133
+# Sed substitution to delay expansion of an escaped single quote.
 
3134
+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
 
3135
+
 
3136
+# Sed substitution to avoid accidental globbing in evaled expressions
 
3137
+no_glob_subst='s/\*/\\\*/g'
 
3138
+
 
3139
 # Global variables:
 
3140
 ofile=libtool
 
3141
 can_build_shared=yes
 
3142
@@ -7424,7 +7455,7 @@
 
3143
     *) break;;
 
3144
   esac
 
3145
 done
 
3146
-cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
 
3147
+cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
3148
 
 
3149
 
 
3150
 # Only perform the check for file, if the check method requires it
 
3151
@@ -7629,12 +7660,7 @@
 
3152
 lt_prog_compiler_no_builtin_flag=
 
3153
 
6541
3154
 if test "$GCC" = yes; then
6542
 
   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
 
3155
-  case $cc_basename in
 
3156
-  nvcc*)
 
3157
-    lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
 
3158
-  *)
 
3159
-    lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
 
3160
-  esac
 
3161
+  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
6543
3162
 
6544
 
-  { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
6545
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
3163
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
6546
3164
 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
6547
 
-if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
6548
 
+if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
6549
 
   $as_echo_n "(cached) " >&6
6550
 
 else
6551
 
   lt_cv_prog_compiler_rtti_exceptions=no
6552
 
@@ -7852,11 +7672,11 @@ else
 
3165
@@ -7654,15 +7680,15 @@
6553
3166
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
6554
3167
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6555
3168
    -e 's:$: $lt_compiler_flag:'`
6556
 
-   (eval echo "\"\$as_me:7855: $lt_compile\"" >&5)
6557
 
+   (eval echo "\"\$as_me:7675: $lt_compile\"" >&5)
 
3169
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
 
3170
+   (eval echo "\"\$as_me:7683: $lt_compile\"" >&5)
6558
3171
    (eval "$lt_compile" 2>conftest.err)
6559
3172
    ac_status=$?
6560
3173
    cat conftest.err >&5
6561
 
-   echo "$as_me:7859: \$? = $ac_status" >&5
6562
 
+   echo "$as_me:7679: \$? = $ac_status" >&5
 
3174
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3175
+   echo "$as_me:7687: \$? = $ac_status" >&5
6563
3176
    if (exit $ac_status) && test -s "$ac_outfile"; then
6564
3177
      # The compiler can only warn and ignore the option if not recognized
6565
3178
      # So say no if there are warnings other than the usual output.
6566
 
@@ -7869,7 +7689,7 @@ else
6567
 
    $RM conftest*
6568
 
 
6569
 
 fi
6570
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
6571
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
6572
 
 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
6573
 
 
6574
 
 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
6575
 
@@ -7889,7 +7709,7 @@ fi
6576
 
 lt_prog_compiler_pic=
6577
 
 lt_prog_compiler_static=
6578
 
 
6579
 
-{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
6580
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
6581
 
 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
6582
 
 
6583
 
   if test "$GCC" = yes; then
6584
 
@@ -8021,7 +7841,7 @@ $as_echo_n "checking for $compiler optio
6585
 
       lt_prog_compiler_static='-non_shared'
6586
 
       ;;
6587
 
 
6588
 
-    linux* | k*bsd*-gnu)
6589
 
+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
3179
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
 
3180
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
3181
      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
3182
      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
3183
        lt_cv_prog_compiler_rtti_exceptions=yes
 
3184
@@ -7740,12 +7766,6 @@
 
3185
       lt_prog_compiler_pic='-fno-common'
 
3186
       ;;
 
3187
 
 
3188
-    haiku*)
 
3189
-      # PIC is the default for Haiku.
 
3190
-      # The "-static" flag exists, but is broken.
 
3191
-      lt_prog_compiler_static=
 
3192
-      ;;
 
3193
-
 
3194
     hpux*)
 
3195
       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
 
3196
       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
 
3197
@@ -7788,13 +7808,6 @@
 
3198
       lt_prog_compiler_pic='-fPIC'
 
3199
       ;;
 
3200
     esac
 
3201
-
 
3202
-    case $cc_basename in
 
3203
-    nvcc*) # Cuda Compiler Driver 2.2
 
3204
-      lt_prog_compiler_wl='-Xlinker '
 
3205
-      lt_prog_compiler_pic='-Xcompiler -fPIC'
 
3206
-      ;;
 
3207
-    esac
 
3208
   else
 
3209
     # PORTME Check for flag to pass linker flags through the system compiler.
 
3210
     case $host_os in
 
3211
@@ -7857,7 +7870,7 @@
 
3212
        lt_prog_compiler_pic='--shared'
 
3213
        lt_prog_compiler_static='--static'
 
3214
        ;;
 
3215
-      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
 
3216
+      pgcc* | pgf77* | pgf90* | pgf95*)
 
3217
         # Portland Group compilers (*not* the Pentium gcc compiler,
 
3218
        # which looks to be a dead project)
 
3219
        lt_prog_compiler_wl='-Wl,'
 
3220
@@ -7869,26 +7882,26 @@
 
3221
         # All Alpha code is PIC.
 
3222
         lt_prog_compiler_static='-non_shared'
 
3223
         ;;
 
3224
-      xl* | bgxl* | bgf* | mpixl*)
 
3225
-       # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
 
3226
+      xl*)
 
3227
+       # IBM XL C 8.0/Fortran 10.1 on PPC
 
3228
        lt_prog_compiler_wl='-Wl,'
 
3229
        lt_prog_compiler_pic='-qpic'
 
3230
        lt_prog_compiler_static='-qstaticlink'
 
3231
        ;;
 
3232
       *)
 
3233
        case `$CC -V 2>&1 | sed 5q` in
 
3234
-       *Sun\ F* | *Sun*Fortran*)
 
3235
-         # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
3236
-         lt_prog_compiler_pic='-KPIC'
 
3237
-         lt_prog_compiler_static='-Bstatic'
 
3238
-         lt_prog_compiler_wl=''
 
3239
-         ;;
 
3240
        *Sun\ C*)
 
3241
          # Sun C 5.9
 
3242
          lt_prog_compiler_pic='-KPIC'
 
3243
          lt_prog_compiler_static='-Bstatic'
 
3244
          lt_prog_compiler_wl='-Wl,'
 
3245
          ;;
 
3246
+       *Sun\ F*)
 
3247
+         # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
3248
+         lt_prog_compiler_pic='-KPIC'
 
3249
+         lt_prog_compiler_static='-Bstatic'
 
3250
+         lt_prog_compiler_wl=''
 
3251
+         ;;
 
3252
        esac
 
3253
        ;;
 
3254
       esac
 
3255
@@ -7919,7 +7932,7 @@
 
3256
       lt_prog_compiler_pic='-KPIC'
 
3257
       lt_prog_compiler_static='-Bstatic'
6590
3258
       case $cc_basename in
6591
 
       # old Intel for x86_64 which still supported -KPIC.
6592
 
       ecc*)
6593
 
@@ -8161,7 +7981,7 @@ case $host_os in
6594
 
     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
6595
 
     ;;
6596
 
 esac
6597
 
-{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
6598
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
6599
 
 $as_echo "$lt_prog_compiler_pic" >&6; }
6600
 
 
6601
 
 
6602
 
@@ -8173,9 +7993,9 @@ $as_echo "$lt_prog_compiler_pic" >&6; }
6603
 
 # Check to make sure the PIC flag actually works.
6604
 
 #
6605
 
 if test -n "$lt_prog_compiler_pic"; then
6606
 
-  { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
6607
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
6608
 
 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
6609
 
-if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
6610
 
+if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
6611
 
   $as_echo_n "(cached) " >&6
6612
 
 else
6613
 
   lt_cv_prog_compiler_pic_works=no
6614
 
@@ -8191,11 +8011,11 @@ else
 
3259
-      f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
 
3260
+      f77* | f90* | f95*)
 
3261
        lt_prog_compiler_wl='-Qoption ld ';;
 
3262
       *)
 
3263
        lt_prog_compiler_wl='-Wl,';;
 
3264
@@ -8006,15 +8019,15 @@
6615
3265
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
6616
3266
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6617
3267
    -e 's:$: $lt_compiler_flag:'`
6618
 
-   (eval echo "\"\$as_me:8194: $lt_compile\"" >&5)
6619
 
+   (eval echo "\"\$as_me:8014: $lt_compile\"" >&5)
 
3268
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
 
3269
+   (eval echo "\"\$as_me:8022: $lt_compile\"" >&5)
6620
3270
    (eval "$lt_compile" 2>conftest.err)
6621
3271
    ac_status=$?
6622
3272
    cat conftest.err >&5
6623
 
-   echo "$as_me:8198: \$? = $ac_status" >&5
6624
 
+   echo "$as_me:8018: \$? = $ac_status" >&5
 
3273
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3274
+   echo "$as_me:8026: \$? = $ac_status" >&5
6625
3275
    if (exit $ac_status) && test -s "$ac_outfile"; then
6626
3276
      # The compiler can only warn and ignore the option if not recognized
6627
3277
      # So say no if there are warnings other than the usual output.
6628
 
@@ -8208,7 +8028,7 @@ else
6629
 
    $RM conftest*
6630
 
 
6631
 
 fi
6632
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
6633
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
6634
 
 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
6635
 
 
6636
 
 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
6637
 
@@ -8232,9 +8052,9 @@ fi
6638
 
 # Check to make sure the static flag actually works.
6639
 
 #
6640
 
 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
6641
 
-{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
6642
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
6643
 
 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
6644
 
-if test "${lt_cv_prog_compiler_static_works+set}" = set; then
6645
 
+if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
6646
 
   $as_echo_n "(cached) " >&6
6647
 
 else
6648
 
   lt_cv_prog_compiler_static_works=no
6649
 
@@ -8260,7 +8080,7 @@ else
6650
 
    LDFLAGS="$save_LDFLAGS"
6651
 
 
6652
 
 fi
6653
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
6654
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
6655
 
 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
6656
 
 
6657
 
 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
6658
 
@@ -8275,9 +8095,9 @@ fi
6659
 
 
6660
 
 
6661
 
 
6662
 
-  { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
6663
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
6664
 
 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
6665
 
-if test "${lt_cv_prog_compiler_c_o+set}" = set; then
6666
 
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
6667
 
   $as_echo_n "(cached) " >&6
6668
 
 else
6669
 
   lt_cv_prog_compiler_c_o=no
6670
 
@@ -8296,11 +8116,11 @@ else
6671
 
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
6672
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6673
 
    -e 's:$: $lt_compiler_flag:'`
6674
 
-   (eval echo "\"\$as_me:8299: $lt_compile\"" >&5)
6675
 
+   (eval echo "\"\$as_me:8119: $lt_compile\"" >&5)
6676
 
    (eval "$lt_compile" 2>out/conftest.err)
6677
 
    ac_status=$?
6678
 
    cat out/conftest.err >&5
6679
 
-   echo "$as_me:8303: \$? = $ac_status" >&5
6680
 
+   echo "$as_me:8123: \$? = $ac_status" >&5
6681
 
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
6682
 
    then
6683
 
      # The compiler can only warn and ignore the option if not recognized
6684
 
@@ -8322,7 +8142,7 @@ else
6685
 
    $RM conftest*
6686
 
 
6687
 
 fi
6688
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
6689
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
6690
 
 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
6691
 
 
6692
 
 
6693
 
@@ -8330,9 +8150,9 @@ $as_echo "$lt_cv_prog_compiler_c_o" >&6;
6694
 
 
6695
 
 
6696
 
 
6697
 
-  { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
6698
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
6699
 
 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
6700
 
-if test "${lt_cv_prog_compiler_c_o+set}" = set; then
6701
 
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
6702
 
   $as_echo_n "(cached) " >&6
6703
 
 else
6704
 
   lt_cv_prog_compiler_c_o=no
6705
 
@@ -8351,11 +8171,11 @@ else
6706
 
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
6707
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6708
 
    -e 's:$: $lt_compiler_flag:'`
6709
 
-   (eval echo "\"\$as_me:8354: $lt_compile\"" >&5)
6710
 
+   (eval echo "\"\$as_me:8174: $lt_compile\"" >&5)
6711
 
    (eval "$lt_compile" 2>out/conftest.err)
6712
 
    ac_status=$?
6713
 
    cat out/conftest.err >&5
6714
 
-   echo "$as_me:8358: \$? = $ac_status" >&5
6715
 
+   echo "$as_me:8178: \$? = $ac_status" >&5
6716
 
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
6717
 
    then
6718
 
      # The compiler can only warn and ignore the option if not recognized
6719
 
@@ -8377,7 +8197,7 @@ else
6720
 
    $RM conftest*
6721
 
 
6722
 
 fi
6723
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
6724
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
6725
 
 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
6726
 
 
6727
 
 
6728
 
@@ -8386,7 +8206,7 @@ $as_echo "$lt_cv_prog_compiler_c_o" >&6;
6729
 
 hard_links="nottested"
6730
 
 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
6731
 
   # do not overwrite the value of need_locks provided by the user
6732
 
-  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
6733
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
6734
 
 $as_echo_n "checking if we can lock with hard links... " >&6; }
6735
 
   hard_links=yes
6736
 
   $RM conftest*
6737
 
@@ -8394,10 +8214,10 @@ $as_echo_n "checking if we can lock with
6738
 
   touch conftest.a
6739
 
   ln conftest.a conftest.b 2>&5 || hard_links=no
6740
 
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
6741
 
-  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
6742
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
6743
 
 $as_echo "$hard_links" >&6; }
6744
 
   if test "$hard_links" = no; then
6745
 
-    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
6746
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
6747
 
 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
6748
 
     need_locks=warn
6749
 
   fi
6750
 
@@ -8410,7 +8230,7 @@ fi
6751
 
 
6752
 
 
6753
 
 
6754
 
-  { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
6755
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
6756
 
 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
6757
 
 
6758
 
   runpath_var=
6759
 
@@ -8470,6 +8290,9 @@ $as_echo_n "checking whether the $compil
 
3278
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
 
3279
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
3280
      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
3281
      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
3282
        lt_cv_prog_compiler_pic_works=yes
 
3283
@@ -8062,7 +8075,7 @@
 
3284
      if test -s conftest.err; then
 
3285
        # Append any errors to the config.log.
 
3286
        cat conftest.err 1>&5
 
3287
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
 
3288
+       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
3289
        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
3290
        if diff conftest.exp conftest.er2 >/dev/null; then
 
3291
          lt_cv_prog_compiler_static_works=yes
 
3292
@@ -8111,16 +8124,16 @@
 
3293
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
3294
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
3295
    -e 's:$: $lt_compiler_flag:'`
 
3296
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
 
3297
+   (eval echo "\"\$as_me:8127: $lt_compile\"" >&5)
 
3298
    (eval "$lt_compile" 2>out/conftest.err)
 
3299
    ac_status=$?
 
3300
    cat out/conftest.err >&5
 
3301
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3302
+   echo "$as_me:8131: \$? = $ac_status" >&5
 
3303
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
3304
    then
 
3305
      # The compiler can only warn and ignore the option if not recognized
 
3306
      # So say no if there are warnings
 
3307
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
 
3308
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
3309
      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
3310
      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
3311
        lt_cv_prog_compiler_c_o=yes
 
3312
@@ -8166,16 +8179,16 @@
 
3313
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
3314
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
3315
    -e 's:$: $lt_compiler_flag:'`
 
3316
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
 
3317
+   (eval echo "\"\$as_me:8182: $lt_compile\"" >&5)
 
3318
    (eval "$lt_compile" 2>out/conftest.err)
 
3319
    ac_status=$?
 
3320
    cat out/conftest.err >&5
 
3321
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3322
+   echo "$as_me:8186: \$? = $ac_status" >&5
 
3323
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
3324
    then
 
3325
      # The compiler can only warn and ignore the option if not recognized
 
3326
      # So say no if there are warnings
 
3327
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
 
3328
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
3329
      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
3330
      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
3331
        lt_cv_prog_compiler_c_o=yes
 
3332
@@ -8285,36 +8298,13 @@
6760
3333
   openbsd*)
6761
3334
     with_gnu_ld=no
6762
3335
     ;;
6766
3339
   esac
6767
3340
 
6768
3341
   ld_shlibs=yes
6769
 
@@ -8491,6 +8314,7 @@ $as_echo_n "checking whether the $compil
6770
 
     fi
6771
 
     supports_anon_versioning=no
6772
 
     case `$LD -v 2>&1` in
6773
 
+      *GNU\ gold*) supports_anon_versioning=yes ;;
6774
 
       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
6775
 
       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
6776
 
       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
6777
 
@@ -8582,7 +8406,7 @@ _LT_EOF
6778
 
       archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
3342
-
 
3343
-  # On some targets, GNU ld is compatible enough with the native linker
 
3344
-  # that we're better off using the native interface for both.
 
3345
-  lt_use_gnu_ld_interface=no
 
3346
   if test "$with_gnu_ld" = yes; then
 
3347
-    case $host_os in
 
3348
-      aix*)
 
3349
-       # The AIX port of GNU ld has always aspired to compatibility
 
3350
-       # with the native linker.  However, as the warning in the GNU ld
 
3351
-       # block says, versions before 2.19.5* couldn't really create working
 
3352
-       # shared libraries, regardless of the interface used.
 
3353
-       case `$LD -v 2>&1` in
 
3354
-         *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
 
3355
-         *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
 
3356
-         *\ \(GNU\ Binutils\)\ [3-9]*) ;;
 
3357
-         *)
 
3358
-           lt_use_gnu_ld_interface=yes
 
3359
-           ;;
 
3360
-       esac
 
3361
-       ;;
 
3362
-      *)
 
3363
-       lt_use_gnu_ld_interface=yes
 
3364
-       ;;
 
3365
-    esac
 
3366
-  fi
 
3367
-
 
3368
-  if test "$lt_use_gnu_ld_interface" = yes; then
 
3369
     # If archive_cmds runs LD, not CC, wlarc should be empty
 
3370
     wlarc='${wl}'
 
3371
 
 
3372
@@ -8348,12 +8338,11 @@
 
3373
        ld_shlibs=no
 
3374
        cat <<_LT_EOF 1>&2
 
3375
 
 
3376
-*** Warning: the GNU linker, at least up to release 2.19, is reported
 
3377
+*** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
3378
 *** to be unable to reliably create shared libraries on AIX.
 
3379
 *** Therefore, libtool is disabling shared libraries support.  If you
 
3380
-*** really care for shared libraries, you may want to install binutils
 
3381
-*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
 
3382
-*** You will then need to restart the configuration process.
 
3383
+*** really care for shared libraries, you may want to modify your PATH
 
3384
+*** so that a non-GNU linker is found, and then restart.
 
3385
 
 
3386
 _LT_EOF
 
3387
       fi
 
3388
@@ -8389,7 +8378,6 @@
 
3389
       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
 
3390
       # as there is no search path for DLLs.
 
3391
       hardcode_libdir_flag_spec='-L$libdir'
 
3392
-      export_dynamic_flag_spec='${wl}--export-all-symbols'
 
3393
       allow_undefined_flag=unsupported
 
3394
       always_export_symbols=no
 
3395
       enable_shared_with_static_runtimes=yes
 
3396
@@ -8411,11 +8399,6 @@
 
3397
       fi
6779
3398
       ;;
6780
3399
 
6781
 
-    gnu* | linux* | tpf* | k*bsd*-gnu)
6782
 
+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
6783
 
       tmp_diet=no
6784
 
       if test "$host_os" = linux-dietlibc; then
 
3400
-    haiku*)
 
3401
-      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
3402
-      link_all_deplibs=yes
 
3403
-      ;;
 
3404
-
 
3405
     interix[3-9]*)
 
3406
       hardcode_direct=no
 
3407
       hardcode_shlibpath_var=no
 
3408
@@ -8445,12 +8428,11 @@
 
3409
        tmp_sharedflag='-shared'
 
3410
        case $cc_basename,$host_cpu in
 
3411
         pgcc*)                         # Portland Group C compiler
 
3412
-         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 
3413
+         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
3414
          tmp_addflag=' $pic_flag'
 
3415
          ;;
 
3416
-       pgf77* | pgf90* | pgf95* | pgfortran*)
 
3417
-                                       # Portland Group f77 and f90 compilers
 
3418
-         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 
3419
+       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
3420
+         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
3421
          tmp_addflag=' $pic_flag -Mnomain' ;;
 
3422
        ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
 
3423
          tmp_addflag=' -i_dynamic' ;;
 
3424
@@ -8461,17 +8443,13 @@
 
3425
        lf95*)                          # Lahey Fortran 8.1
 
3426
          whole_archive_flag_spec=
 
3427
          tmp_sharedflag='--shared' ;;
 
3428
-       xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
 
3429
+       xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
 
3430
          tmp_sharedflag='-qmkshrobj'
 
3431
          tmp_addflag= ;;
 
3432
-       nvcc*)  # Cuda Compiler Driver 2.2
 
3433
-         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 
3434
-         compiler_needs_object=yes
 
3435
-         ;;
 
3436
        esac
 
3437
        case `$CC -V 2>&1 | sed 5q` in
 
3438
        *Sun\ C*)                       # Sun C 5.9
 
3439
-         whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 
3440
+         whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
3441
          compiler_needs_object=yes
 
3442
          tmp_sharedflag='-G' ;;
 
3443
        *Sun\ F*)                       # Sun Fortran 8.3
 
3444
@@ -8487,17 +8465,17 @@
 
3445
         fi
 
3446
 
6785
3447
        case $cc_basename in
6786
 
@@ -8652,7 +8476,7 @@ _LT_EOF
 
3448
-       xlf* | bgf* | bgxlf* | mpixlf*)
 
3449
+       xlf*)
 
3450
          # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
 
3451
          whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
 
3452
          hardcode_libdir_flag_spec=
 
3453
          hardcode_libdir_flag_spec_ld='-rpath $libdir'
 
3454
-         archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
 
3455
+         archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
 
3456
          if test "x$supports_anon_versioning" = xyes; then
 
3457
            archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
 
3458
              cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
3459
              echo "local: *; };" >> $output_objdir/$libname.ver~
 
3460
-             $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
 
3461
+             $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
 
3462
          fi
 
3463
          ;;
 
3464
        esac
 
3465
@@ -8506,7 +8484,7 @@
6787
3466
       fi
6788
3467
       ;;
6789
3468
 
6792
3471
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
6793
3472
        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
6794
3473
        wlarc=
6795
 
@@ -8827,6 +8651,7 @@ _LT_EOF
 
3474
@@ -8618,10 +8596,8 @@
 
3475
       else
 
3476
        # If we're using GNU nm, then we don't want the "-C" option.
 
3477
        # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
3478
-       # Also, AIX nm treats weak defined symbols like other global
 
3479
-       # defined symbols, whereas GNU nm marks them as "W".
 
3480
        if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
 
3481
-         export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 
3482
+         export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 
3483
        else
 
3484
          export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 
3485
        fi
 
3486
@@ -8683,6 +8659,7 @@
6796
3487
        if test "$aix_use_runtimelinking" = yes; then
6797
3488
          shared_flag="$shared_flag "'${wl}-G'
6798
3489
        fi
6800
3491
       else
6801
3492
        # not using gcc
6802
3493
        if test "$host_cpu" = ia64; then
6803
 
@@ -8852,11 +8677,7 @@ _LT_EOF
6804
 
        allow_undefined_flag='-berok'
6805
 
         # Determine the default libpath from the value encoded in an
6806
 
         # empty executable.
6807
 
-        cat >conftest.$ac_ext <<_ACEOF
6808
 
-/* confdefs.h.  */
6809
 
-_ACEOF
6810
 
-cat confdefs.h >>conftest.$ac_ext
6811
 
-cat >>conftest.$ac_ext <<_ACEOF
6812
 
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6813
 
 /* end confdefs.h.  */
6814
 
 
6815
 
 int
6816
 
@@ -8867,27 +8688,7 @@ main ()
6817
 
   return 0;
6818
 
 }
6819
 
 _ACEOF
6820
 
-rm -f conftest.$ac_objext conftest$ac_exeext
6821
 
-if { (ac_try="$ac_link"
6822
 
-case "(($ac_try" in
6823
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6824
 
-  *) ac_try_echo=$ac_try;;
6825
 
-esac
6826
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6827
 
-$as_echo "$ac_try_echo") >&5
6828
 
-  (eval "$ac_link") 2>conftest.er1
6829
 
-  ac_status=$?
6830
 
-  grep -v '^ *+' conftest.er1 >conftest.err
6831
 
-  rm -f conftest.er1
6832
 
-  cat conftest.err >&5
6833
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6834
 
-  (exit $ac_status); } && {
6835
 
-        test -z "$ac_c_werror_flag" ||
6836
 
-        test ! -s conftest.err
6837
 
-       } && test -s conftest$ac_exeext && {
6838
 
-        test "$cross_compiling" = yes ||
6839
 
-        $as_test_x conftest$ac_exeext
6840
 
-       }; then
6841
 
+if ac_fn_c_try_link "$LINENO"; then :
6842
 
 
6843
 
 lt_aix_libpath_sed='
6844
 
     /Import File Strings/,/^$/ {
6845
 
@@ -8901,16 +8702,9 @@ aix_libpath=`dump -H conftest$ac_exeext
6846
 
 if test -z "$aix_libpath"; then
6847
 
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
6848
 
 fi
6849
 
-else
6850
 
-  $as_echo "$as_me: failed program was:" >&5
6851
 
-sed 's/^/| /' conftest.$ac_ext >&5
6852
 
-
6853
 
-
6854
 
 fi
6855
 
-
6856
 
-rm -rf conftest.dSYM
6857
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6858
 
-      conftest$ac_exeext conftest.$ac_ext
6859
 
+rm -f core conftest.err conftest.$ac_objext \
6860
 
+    conftest$ac_exeext conftest.$ac_ext
 
3494
@@ -8739,7 +8716,7 @@
6861
3495
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
6862
3496
 
6863
3497
         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
6864
 
@@ -8923,11 +8717,7 @@ if test -z "$aix_libpath"; then aix_libp
6865
 
        else
6866
 
         # Determine the default libpath from the value encoded in an
6867
 
         # empty executable.
6868
 
-        cat >conftest.$ac_ext <<_ACEOF
6869
 
-/* confdefs.h.  */
6870
 
-_ACEOF
6871
 
-cat confdefs.h >>conftest.$ac_ext
6872
 
-cat >>conftest.$ac_ext <<_ACEOF
6873
 
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6874
 
 /* end confdefs.h.  */
6875
 
 
6876
 
 int
6877
 
@@ -8938,27 +8728,7 @@ main ()
6878
 
   return 0;
6879
 
 }
6880
 
 _ACEOF
6881
 
-rm -f conftest.$ac_objext conftest$ac_exeext
6882
 
-if { (ac_try="$ac_link"
6883
 
-case "(($ac_try" in
6884
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6885
 
-  *) ac_try_echo=$ac_try;;
6886
 
-esac
6887
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6888
 
-$as_echo "$ac_try_echo") >&5
6889
 
-  (eval "$ac_link") 2>conftest.er1
6890
 
-  ac_status=$?
6891
 
-  grep -v '^ *+' conftest.er1 >conftest.err
6892
 
-  rm -f conftest.er1
6893
 
-  cat conftest.err >&5
6894
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6895
 
-  (exit $ac_status); } && {
6896
 
-        test -z "$ac_c_werror_flag" ||
6897
 
-        test ! -s conftest.err
6898
 
-       } && test -s conftest$ac_exeext && {
6899
 
-        test "$cross_compiling" = yes ||
6900
 
-        $as_test_x conftest$ac_exeext
6901
 
-       }; then
6902
 
+if ac_fn_c_try_link "$LINENO"; then :
6903
 
 
6904
 
 lt_aix_libpath_sed='
6905
 
     /Import File Strings/,/^$/ {
6906
 
@@ -8972,16 +8742,9 @@ aix_libpath=`dump -H conftest$ac_exeext
6907
 
 if test -z "$aix_libpath"; then
6908
 
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
6909
 
 fi
6910
 
-else
6911
 
-  $as_echo "$as_me: failed program was:" >&5
6912
 
-sed 's/^/| /' conftest.$ac_ext >&5
6913
 
-
6914
 
-
6915
 
 fi
6916
 
-
6917
 
-rm -rf conftest.dSYM
6918
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6919
 
-      conftest$ac_exeext conftest.$ac_ext
6920
 
+rm -f core conftest.err conftest.$ac_objext \
6921
 
+    conftest$ac_exeext conftest.$ac_ext
6922
 
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
6923
 
 
6924
 
         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
6925
 
@@ -9193,42 +8956,16 @@ if test -z "$aix_libpath"; then aix_libp
 
3498
-        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
3499
+        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
3500
       else
 
3501
        if test "$host_cpu" = ia64; then
 
3502
          hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
 
3503
@@ -8783,13 +8760,8 @@
 
3504
          # -berok will link without error, but may produce a broken library.
 
3505
          no_undefined_flag=' ${wl}-bernotok'
 
3506
          allow_undefined_flag=' ${wl}-berok'
 
3507
-         if test "$with_gnu_ld" = yes; then
 
3508
-           # We only use this code for GNU lds that support --whole-archive.
 
3509
-           whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
3510
-         else
 
3511
-           # Exported symbols can be pulled into shared objects from archives
 
3512
-           whole_archive_flag_spec='$convenience'
 
3513
-         fi
 
3514
+         # Exported symbols can be pulled into shared objects from archives
 
3515
+         whole_archive_flag_spec='$convenience'
 
3516
          archive_cmds_need_lc=yes
 
3517
          # This is similar to how AIX traditionally builds its shared libraries.
 
3518
          archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
3519
@@ -8828,7 +8800,7 @@
 
3520
       # Tell ltmain to make .dll files, not .so files.
 
3521
       shrext_cmds=".dll"
 
3522
       # FIXME: Setting linknames here is a bad hack.
 
3523
-      archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
 
3524
+      archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
3525
       # The linker will automatically build a .lib file if we build a DLL.
 
3526
       old_archive_from_new_cmds='true'
 
3527
       # FIXME: Should let the user specify the lib program.
 
3528
@@ -8844,11 +8816,7 @@
 
3529
   hardcode_direct=no
 
3530
   hardcode_automatic=yes
 
3531
   hardcode_shlibpath_var=unsupported
 
3532
-  if test "$lt_cv_ld_force_load" = "yes"; then
 
3533
-    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
 
3534
-  else
 
3535
-    whole_archive_flag_spec=''
 
3536
-  fi
 
3537
+  whole_archive_flag_spec=''
 
3538
   link_all_deplibs=yes
 
3539
   allow_undefined_flag="$_lt_dar_allow_undefined"
 
3540
   case $cc_basename in
 
3541
@@ -8856,7 +8824,7 @@
 
3542
      *) _lt_dar_can_shared=$GCC ;;
 
3543
   esac
 
3544
   if test "$_lt_dar_can_shared" = "yes"; then
 
3545
-    output_verbose_link_cmd=func_echo_all
 
3546
+    output_verbose_link_cmd=echo
 
3547
     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
 
3548
     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
 
3549
     archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
 
3550
@@ -8922,7 +8890,7 @@
 
3551
       ;;
 
3552
 
 
3553
     hpux10*)
 
3554
-      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
 
3555
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
3556
        archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
3557
       else
 
3558
        archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
3559
@@ -8941,7 +8909,7 @@
 
3560
       ;;
 
3561
 
 
3562
     hpux11*)
 
3563
-      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
 
3564
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
3565
        case $host_cpu in
 
3566
        hppa*64*)
 
3567
          archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
3568
@@ -8962,46 +8930,7 @@
 
3569
          archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
3570
          ;;
 
3571
        *)
 
3572
-
 
3573
-         # Older versions of the 11.00 compiler do not understand -b yet
 
3574
-         # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
 
3575
-         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
 
3576
-$as_echo_n "checking if $CC understands -b... " >&6; }
 
3577
-if test "${lt_cv_prog_compiler__b+set}" = set; then :
 
3578
-  $as_echo_n "(cached) " >&6
 
3579
-else
 
3580
-  lt_cv_prog_compiler__b=no
 
3581
-   save_LDFLAGS="$LDFLAGS"
 
3582
-   LDFLAGS="$LDFLAGS -b"
 
3583
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
3584
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
3585
-     # The linker can only warn and ignore the option if not recognized
 
3586
-     # So say no if there are warnings
 
3587
-     if test -s conftest.err; then
 
3588
-       # Append any errors to the config.log.
 
3589
-       cat conftest.err 1>&5
 
3590
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
 
3591
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
3592
-       if diff conftest.exp conftest.er2 >/dev/null; then
 
3593
-         lt_cv_prog_compiler__b=yes
 
3594
-       fi
 
3595
-     else
 
3596
-       lt_cv_prog_compiler__b=yes
 
3597
-     fi
 
3598
-   fi
 
3599
-   $RM -r conftest*
 
3600
-   LDFLAGS="$save_LDFLAGS"
 
3601
-
 
3602
-fi
 
3603
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
 
3604
-$as_echo "$lt_cv_prog_compiler__b" >&6; }
 
3605
-
 
3606
-if test x"$lt_cv_prog_compiler__b" = xyes; then
 
3607
-    archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
3608
-else
 
3609
-    archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
3610
-fi
 
3611
-
 
3612
+         archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
3613
          ;;
 
3614
        esac
 
3615
       fi
 
3616
@@ -9029,7 +8958,7 @@
 
3617
 
 
3618
     irix5* | irix6* | nonstopux*)
 
3619
       if test "$GCC" = yes; then
 
3620
-       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
3621
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
3622
        # Try to use the -exported_symbol ld option, if it does not
 
3623
        # work, assume that -exports_file does not work either and
6926
3624
        # implicitly export all symbols.
6927
 
         save_LDFLAGS="$LDFLAGS"
6928
 
         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
6929
 
-        cat >conftest.$ac_ext <<_ACEOF
6930
 
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6931
 
+/* end confdefs.h.  */
 
3625
@@ -9040,15 +8969,15 @@
6932
3626
 int foo(void) {}
6933
3627
 _ACEOF
6934
 
-rm -f conftest.$ac_objext conftest$ac_exeext
6935
 
-if { (ac_try="$ac_link"
6936
 
-case "(($ac_try" in
6937
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6938
 
-  *) ac_try_echo=$ac_try;;
6939
 
-esac
6940
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6941
 
-$as_echo "$ac_try_echo") >&5
6942
 
-  (eval "$ac_link") 2>conftest.er1
6943
 
-  ac_status=$?
6944
 
-  grep -v '^ *+' conftest.er1 >conftest.err
6945
 
-  rm -f conftest.er1
6946
 
-  cat conftest.err >&5
6947
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6948
 
-  (exit $ac_status); } && {
6949
 
-        test -z "$ac_c_werror_flag" ||
6950
 
-        test ! -s conftest.err
6951
 
-       } && test -s conftest$ac_exeext && {
6952
 
-        test "$cross_compiling" = yes ||
6953
 
-        $as_test_x conftest$ac_exeext
6954
 
-       }; then
6955
 
+if ac_fn_c_try_link "$LINENO"; then :
6956
 
   archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
 
3628
 if ac_fn_c_try_link "$LINENO"; then :
 
3629
-  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
 
3630
+  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
6957
3631
 
6958
 
-else
6959
 
-  $as_echo "$as_me: failed program was:" >&5
6960
 
-sed 's/^/| /' conftest.$ac_ext >&5
6961
 
-
6962
 
-
6963
3632
 fi
6964
 
-
6965
 
-rm -rf conftest.dSYM
6966
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6967
 
-      conftest$ac_exeext conftest.$ac_ext
6968
 
+rm -f core conftest.err conftest.$ac_objext \
6969
 
+    conftest$ac_exeext conftest.$ac_ext
 
3633
 rm -f core conftest.err conftest.$ac_objext \
 
3634
     conftest$ac_exeext conftest.$ac_ext
6970
3635
         LDFLAGS="$save_LDFLAGS"
6971
3636
       else
6972
 
        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'
6973
 
@@ -9241,7 +8978,7 @@ rm -f core conftest.err conftest.$ac_obj
 
3637
-       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
 
3638
-       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
 
3639
+       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'
 
3640
+       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
 
3641
       fi
 
3642
       archive_cmds_need_lc='no'
 
3643
       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
3644
@@ -9057,7 +8986,7 @@
6974
3645
       link_all_deplibs=yes
6975
3646
       ;;
6976
3647
 
6979
3650
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
6980
3651
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
6981
3652
       else
6982
 
@@ -9484,7 +9221,7 @@ rm -f core conftest.err conftest.$ac_obj
6983
 
     fi
6984
 
   fi
6985
 
 
6986
 
-{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
6987
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
6988
 
 $as_echo "$ld_shlibs" >&6; }
6989
 
 test "$ld_shlibs" = no && can_build_shared=no
6990
 
 
6991
 
@@ -9521,16 +9258,16 @@ x|xyes)
6992
 
       # Test whether the compiler implicitly links with -lc since on some
6993
 
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
3653
@@ -9110,17 +9039,17 @@
 
3654
       hardcode_libdir_flag_spec='-L$libdir'
 
3655
       hardcode_minus_L=yes
 
3656
       allow_undefined_flag=unsupported
 
3657
-      archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
 
3658
+      archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
 
3659
       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
3660
       ;;
 
3661
 
 
3662
     osf3*)
 
3663
       if test "$GCC" = yes; then
 
3664
        allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
 
3665
-       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
3666
+       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
3667
       else
 
3668
        allow_undefined_flag=' -expect_unresolved \*'
 
3669
-       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
 
3670
+       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
3671
       fi
 
3672
       archive_cmds_need_lc='no'
 
3673
       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
3674
@@ -9130,13 +9059,13 @@
 
3675
     osf4* | osf5*)     # as osf3* with the addition of -msym flag
 
3676
       if test "$GCC" = yes; then
 
3677
        allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
 
3678
-       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
3679
+       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
3680
        hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
3681
       else
 
3682
        allow_undefined_flag=' -expect_unresolved \*'
 
3683
-       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
 
3684
+       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
3685
        archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
 
3686
-       $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
 
3687
+       $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
 
3688
 
 
3689
        # Both c and cxx compiler support -rpath directly
 
3690
        hardcode_libdir_flag_spec='-rpath $libdir'
 
3691
@@ -9339,50 +9268,44 @@
6994
3692
       # to ld, don't add -lc before -lgcc.
6995
 
-      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
6996
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
 
3693
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
6997
3694
 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
6998
 
       $RM conftest*
6999
 
       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
3695
-if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
 
3696
-  $as_echo_n "(cached) " >&6
 
3697
-else
 
3698
-  $RM conftest*
 
3699
-       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
3700
+      $RM conftest*
 
3701
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7000
3702
 
7001
 
-      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
3703
-       if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7002
3704
+      if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7003
3705
   (eval $ac_compile) 2>&5
7004
3706
   ac_status=$?
7005
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7006
 
-  (exit $ac_status); } 2>conftest.err; then
7007
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7008
 
+  test $ac_status = 0; } 2>conftest.err; then
7009
 
         soname=conftest
7010
 
         lib=conftest
7011
 
         libobjs=conftest.$ac_objext
7012
 
@@ -9544,11 +9281,11 @@ $as_echo_n "checking whether -lc should
7013
 
         libname=conftest
7014
 
         lt_save_allow_undefined_flag=$allow_undefined_flag
7015
 
         allow_undefined_flag=
7016
 
-        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
 
3707
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3708
   test $ac_status = 0; } 2>conftest.err; then
 
3709
-         soname=conftest
 
3710
-         lib=conftest
 
3711
-         libobjs=conftest.$ac_objext
 
3712
-         deplibs=
 
3713
-         wl=$lt_prog_compiler_wl
 
3714
-         pic_flag=$lt_prog_compiler_pic
 
3715
-         compiler_flags=-v
 
3716
-         linker_flags=-v
 
3717
-         verstring=
 
3718
-         output_objdir=.
 
3719
-         libname=conftest
 
3720
-         lt_save_allow_undefined_flag=$allow_undefined_flag
 
3721
-         allow_undefined_flag=
 
3722
-         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
 
3723
+        soname=conftest
 
3724
+        lib=conftest
 
3725
+        libobjs=conftest.$ac_objext
 
3726
+        deplibs=
 
3727
+        wl=$lt_prog_compiler_wl
 
3728
+       pic_flag=$lt_prog_compiler_pic
 
3729
+        compiler_flags=-v
 
3730
+        linker_flags=-v
 
3731
+        verstring=
 
3732
+        output_objdir=.
 
3733
+        libname=conftest
 
3734
+        lt_save_allow_undefined_flag=$allow_undefined_flag
 
3735
+        allow_undefined_flag=
7017
3736
+        if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
7018
3737
   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
7019
3738
   ac_status=$?
7020
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7021
 
-  (exit $ac_status); }
7022
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7023
 
+  test $ac_status = 0; }
7024
 
         then
7025
 
          archive_cmds_need_lc=no
7026
 
         else
7027
 
@@ -9559,7 +9296,7 @@ $as_echo_n "checking whether -lc should
7028
 
         cat conftest.err 1>&5
7029
 
       fi
7030
 
       $RM conftest*
7031
 
-      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
 
3739
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3740
   test $ac_status = 0; }
 
3741
-         then
 
3742
-           lt_cv_archive_cmds_need_lc=no
 
3743
-         else
 
3744
-           lt_cv_archive_cmds_need_lc=yes
 
3745
-         fi
 
3746
-         allow_undefined_flag=$lt_save_allow_undefined_flag
 
3747
-       else
 
3748
-         cat conftest.err 1>&5
 
3749
-       fi
 
3750
-       $RM conftest*
 
3751
-
 
3752
-fi
 
3753
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
 
3754
-$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
 
3755
-      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
 
3756
+        then
 
3757
+         archive_cmds_need_lc=no
 
3758
+        else
 
3759
+         archive_cmds_need_lc=yes
 
3760
+        fi
 
3761
+        allow_undefined_flag=$lt_save_allow_undefined_flag
 
3762
+      else
 
3763
+        cat conftest.err 1>&5
 
3764
+      fi
 
3765
+      $RM conftest*
7032
3766
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
7033
 
 $as_echo "$archive_cmds_need_lc" >&6; }
7034
 
       ;;
7035
 
     esac
7036
 
@@ -9723,7 +9460,7 @@ esac
7037
 
 
7038
 
 
7039
 
 
7040
 
-  { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
7041
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
7042
 
 $as_echo_n "checking dynamic linker characteristics... " >&6; }
7043
 
 
7044
 
 if test "$GCC" = yes; then
7045
 
@@ -10131,7 +9868,7 @@ linux*oldld* | linux*aout* | linux*coff*
7046
 
   ;;
7047
 
 
7048
 
 # This must be Linux ELF.
7049
 
-linux* | k*bsd*-gnu)
7050
 
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
7051
 
   version_type=linux
7052
 
   need_lib_prefix=no
7053
 
   need_version=no
7054
 
@@ -10145,11 +9882,7 @@ linux* | k*bsd*-gnu)
7055
 
   save_libdir=$libdir
7056
 
   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
7057
 
        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
7058
 
-  cat >conftest.$ac_ext <<_ACEOF
7059
 
-/* confdefs.h.  */
7060
 
-_ACEOF
7061
 
-cat confdefs.h >>conftest.$ac_ext
7062
 
-cat >>conftest.$ac_ext <<_ACEOF
 
3767
+$as_echo "$archive_cmds_need_lc" >&6; }
 
3768
       ;;
 
3769
     esac
 
3770
   fi
 
3771
@@ -9553,23 +9476,16 @@
 
3772
     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
 
3773
     *) lt_awk_arg="/^libraries:/" ;;
 
3774
   esac
 
3775
-  case $host_os in
 
3776
-    mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
 
3777
-    *) lt_sed_strip_eq="s,=/,/,g" ;;
 
3778
-  esac
 
3779
-  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
 
3780
-  case $lt_search_path_spec in
 
3781
-  *\;*)
 
3782
+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
3783
+  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
 
3784
     # if the path contains ";" then we assume it to be the separator
 
3785
     # otherwise default to the standard path separator (i.e. ":") - it is
 
3786
     # assumed that no part of a normal pathname contains ";" but that should
 
3787
     # okay in the real world where ";" in dirpaths is itself problematic.
 
3788
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
 
3789
-    ;;
 
3790
-  *)
 
3791
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
 
3792
-    ;;
 
3793
-  esac
 
3794
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
 
3795
+  else
 
3796
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
3797
+  fi
 
3798
   # Ok, now we have the path, separated by spaces, we can step through it
 
3799
   # and add multilib dir if necessary.
 
3800
   lt_tmp_lt_search_path_spec=
 
3801
@@ -9582,7 +9498,7 @@
 
3802
        lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
 
3803
     fi
 
3804
   done
 
3805
-  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
 
3806
+  lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
 
3807
 BEGIN {RS=" "; FS="/|\n";} {
 
3808
   lt_foo="";
 
3809
   lt_count=0;
 
3810
@@ -9602,13 +9518,7 @@
 
3811
   if (lt_foo != "") { lt_freq[lt_foo]++; }
 
3812
   if (lt_freq[lt_foo] == 1) { print lt_foo; }
 
3813
 }'`
 
3814
-  # AWK program above erroneously prepends '/' to C:/dos/paths
 
3815
-  # for these hosts.
 
3816
-  case $host_os in
 
3817
-    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
 
3818
-      $SED 's,/\([A-Za-z]:\),\1,g'` ;;
 
3819
-  esac
 
3820
-  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
 
3821
+  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
 
3822
 else
 
3823
   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
3824
 fi
 
3825
@@ -9696,7 +9606,7 @@
 
3826
   m68k)
 
3827
     library_names_spec='$libname.ixlibrary $libname.a'
 
3828
     # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
3829
-    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
 
3830
+    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
 
3831
     ;;
 
3832
   esac
 
3833
   ;;
 
3834
@@ -9749,12 +9659,23 @@
 
3835
     cygwin*)
 
3836
       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
 
3837
       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
3838
-
 
3839
-      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
 
3840
+      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
3841
       ;;
 
3842
     mingw* | cegcc*)
 
3843
       # MinGW DLLs use traditional 'lib' prefix
 
3844
       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
3845
+      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
3846
+      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
 
3847
+        # It is most probably a Windows format PATH printed by
 
3848
+        # mingw gcc, but we are running on Cygwin. Gcc prints its search
 
3849
+        # path with ; separators, and with drive letters. We can handle the
 
3850
+        # drive letters (cygwin fileutils understands them), so leave them,
 
3851
+        # especially as we might pass files found there to a mingw objdump,
 
3852
+        # which wouldn't understand a cygwinified path. Ahh.
 
3853
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
3854
+      else
 
3855
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
3856
+      fi
 
3857
       ;;
 
3858
     pw32*)
 
3859
       # pw32 DLLs use 'pw' prefix rather than 'lib'
 
3860
@@ -9811,14 +9732,7 @@
 
3861
     *) objformat=elf ;;
 
3862
     esac
 
3863
   fi
 
3864
-  # Handle Gentoo/FreeBSD as it was Linux
 
3865
-  case $host_vendor in
 
3866
-    gentoo)
 
3867
-      version_type=linux ;;
 
3868
-    *)
 
3869
-      version_type=freebsd-$objformat ;;
 
3870
-  esac
 
3871
-
 
3872
+  version_type=freebsd-$objformat
 
3873
   case $version_type in
 
3874
     freebsd-elf*)
 
3875
       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
3876
@@ -9829,12 +9743,6 @@
 
3877
       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
 
3878
       need_version=yes
 
3879
       ;;
 
3880
-    linux)
 
3881
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
3882
-      soname_spec='${libname}${release}${shared_ext}$major'
 
3883
-      need_lib_prefix=no
 
3884
-      need_version=no
 
3885
-      ;;
 
3886
   esac
 
3887
   shlibpath_var=LD_LIBRARY_PATH
 
3888
   case $host_os in
 
3889
@@ -9867,19 +9775,6 @@
 
3890
   hardcode_into_libs=yes
 
3891
   ;;
 
3892
 
 
3893
-haiku*)
 
3894
-  version_type=linux
 
3895
-  need_lib_prefix=no
 
3896
-  need_version=no
 
3897
-  dynamic_linker="$host_os runtime_loader"
 
3898
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
3899
-  soname_spec='${libname}${release}${shared_ext}$major'
 
3900
-  shlibpath_var=LIBRARY_PATH
 
3901
-  shlibpath_overrides_runpath=yes
 
3902
-  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
 
3903
-  hardcode_into_libs=yes
 
3904
-  ;;
 
3905
-
 
3906
 hpux9* | hpux10* | hpux11*)
 
3907
   # Give a soname corresponding to the major version so that dld.sl refuses to
 
3908
   # link against other versions.
 
3909
@@ -9922,10 +9817,8 @@
 
3910
     soname_spec='${libname}${release}${shared_ext}$major'
 
3911
     ;;
 
3912
   esac
 
3913
-  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
 
3914
+  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
3915
   postinstall_cmds='chmod 555 $lib'
 
3916
-  # or fails outright, so override atomically:
 
3917
-  install_override_mode=555
 
3918
   ;;
 
3919
 
 
3920
 interix[3-9]*)
 
3921
@@ -9992,17 +9885,12 @@
 
3922
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
3923
   shlibpath_var=LD_LIBRARY_PATH
 
3924
   shlibpath_overrides_runpath=no
 
3925
-
 
3926
   # Some binutils ld are patched to set DT_RUNPATH
 
3927
-  if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
 
3928
-  $as_echo_n "(cached) " >&6
 
3929
-else
 
3930
-  lt_cv_shlibpath_overrides_runpath=no
 
3931
-    save_LDFLAGS=$LDFLAGS
 
3932
-    save_libdir=$libdir
 
3933
-    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
 
3934
-        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
 
3935
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
3936
+  save_LDFLAGS=$LDFLAGS
 
3937
+  save_libdir=$libdir
 
3938
+  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
 
3939
+       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
7063
3940
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7064
3941
 /* end confdefs.h.  */
7065
3942
 
7066
3943
 int
7067
 
@@ -10160,41 +9893,13 @@ main ()
7068
 
   return 0;
7069
 
 }
 
3944
@@ -10015,17 +9903,13 @@
7070
3945
 _ACEOF
7071
 
-rm -f conftest.$ac_objext conftest$ac_exeext
7072
 
-if { (ac_try="$ac_link"
7073
 
-case "(($ac_try" in
7074
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7075
 
-  *) ac_try_echo=$ac_try;;
7076
 
-esac
7077
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7078
 
-$as_echo "$ac_try_echo") >&5
7079
 
-  (eval "$ac_link") 2>conftest.er1
7080
 
-  ac_status=$?
7081
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7082
 
-  rm -f conftest.er1
7083
 
-  cat conftest.err >&5
7084
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7085
 
-  (exit $ac_status); } && {
7086
 
-        test -z "$ac_c_werror_flag" ||
7087
 
-        test ! -s conftest.err
7088
 
-       } && test -s conftest$ac_exeext && {
7089
 
-        test "$cross_compiling" = yes ||
7090
 
-        $as_test_x conftest$ac_exeext
7091
 
-       }; then
7092
 
-  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
7093
 
+if ac_fn_c_try_link "$LINENO"; then :
7094
 
+  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
7095
 
   shlibpath_overrides_runpath=yes
7096
 
 fi
7097
 
-
7098
 
-else
7099
 
-  $as_echo "$as_me: failed program was:" >&5
7100
 
-sed 's/^/| /' conftest.$ac_ext >&5
7101
 
-
7102
 
-
7103
 
 fi
7104
 
-
7105
 
-rm -rf conftest.dSYM
7106
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7107
 
-      conftest$ac_exeext conftest.$ac_ext
7108
 
+rm -f core conftest.err conftest.$ac_objext \
7109
 
+    conftest$ac_exeext conftest.$ac_ext
7110
 
   LDFLAGS=$save_LDFLAGS
7111
 
   libdir=$save_libdir
7112
 
 
7113
 
@@ -10218,6 +9923,18 @@ rm -f core conftest.err conftest.$ac_obj
 
3946
 if ac_fn_c_try_link "$LINENO"; then :
 
3947
   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
 
3948
-  lt_cv_shlibpath_overrides_runpath=yes
 
3949
+  shlibpath_overrides_runpath=yes
 
3950
 fi
 
3951
 fi
 
3952
 rm -f core conftest.err conftest.$ac_objext \
 
3953
     conftest$ac_exeext conftest.$ac_ext
 
3954
-    LDFLAGS=$save_LDFLAGS
 
3955
-    libdir=$save_libdir
 
3956
-
 
3957
-fi
 
3958
-
 
3959
-  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
 
3960
+  LDFLAGS=$save_LDFLAGS
 
3961
+  libdir=$save_libdir
 
3962
 
 
3963
   # This implies no fast_install, which is unacceptable.
 
3964
   # Some rework will be needed to allow for fast_install
 
3965
@@ -10034,7 +9918,7 @@
 
3966
 
 
3967
   # Append ld.so.conf contents to the search path
 
3968
   if test -f /etc/ld.so.conf; then
 
3969
-    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;s/"//g;/^$/d' | tr '\n' ' '`
 
3970
+    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' ' '`
 
3971
     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
3972
   fi
 
3973
 
 
3974
@@ -10047,6 +9931,18 @@
7114
3975
   dynamic_linker='GNU/Linux ld.so'
7115
3976
   ;;
7116
3977
 
7129
3990
 netbsd*)
7130
3991
   version_type=sunos
7131
3992
   need_lib_prefix=no
7132
 
@@ -10406,7 +10123,7 @@ uts4*)
7133
 
   dynamic_linker=no
7134
 
   ;;
7135
 
 esac
7136
 
-{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
7137
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
7138
 
 $as_echo "$dynamic_linker" >&6; }
7139
 
 test "$dynamic_linker" = no && can_build_shared=no
7140
 
 
7141
 
@@ -10508,7 +10225,7 @@ fi
7142
 
 
7143
 
 
7144
 
 
7145
 
-  { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
7146
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
 
3993
@@ -10337,11 +10233,6 @@
 
3994
 
 
3995
 
 
3996
 
 
3997
-
 
3998
-
 
3999
-
 
4000
-
 
4001
-
 
4002
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
7147
4003
 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
7148
4004
 hardcode_action=
7149
 
 if test -n "$hardcode_libdir_flag_spec" ||
7150
 
@@ -10533,7 +10250,7 @@ else
7151
 
   # directories.
7152
 
   hardcode_action=unsupported
7153
 
 fi
7154
 
-{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
7155
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
7156
 
 $as_echo "$hardcode_action" >&6; }
7157
 
 
7158
 
 if test "$hardcode_action" = relink ||
7159
 
@@ -10573,189 +10290,19 @@ else
7160
 
 
7161
 
   cygwin*)
7162
 
     lt_cv_dlopen="dlopen"
7163
 
-    lt_cv_dlopen_libs=
7164
 
-    ;;
7165
 
-
7166
 
-  darwin*)
7167
 
-  # if libdl is installed we need to link against it
7168
 
-    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
7169
 
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
7170
 
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
7171
 
-  $as_echo_n "(cached) " >&6
7172
 
-else
7173
 
-  ac_check_lib_save_LIBS=$LIBS
7174
 
-LIBS="-ldl  $LIBS"
7175
 
-cat >conftest.$ac_ext <<_ACEOF
7176
 
-/* confdefs.h.  */
7177
 
-_ACEOF
7178
 
-cat confdefs.h >>conftest.$ac_ext
7179
 
-cat >>conftest.$ac_ext <<_ACEOF
7180
 
-/* end confdefs.h.  */
7181
 
-
7182
 
-/* Override any GCC internal prototype to avoid an error.
7183
 
-   Use char because int might match the return type of a GCC
7184
 
-   builtin and then its argument prototype would still apply.  */
7185
 
-#ifdef __cplusplus
7186
 
-extern "C"
7187
 
-#endif
7188
 
-char dlopen ();
7189
 
-int
7190
 
-main ()
7191
 
-{
7192
 
-return dlopen ();
7193
 
-  ;
7194
 
-  return 0;
7195
 
-}
7196
 
-_ACEOF
7197
 
-rm -f conftest.$ac_objext conftest$ac_exeext
7198
 
-if { (ac_try="$ac_link"
7199
 
-case "(($ac_try" in
7200
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7201
 
-  *) ac_try_echo=$ac_try;;
7202
 
-esac
7203
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7204
 
-$as_echo "$ac_try_echo") >&5
7205
 
-  (eval "$ac_link") 2>conftest.er1
7206
 
-  ac_status=$?
7207
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7208
 
-  rm -f conftest.er1
7209
 
-  cat conftest.err >&5
7210
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7211
 
-  (exit $ac_status); } && {
7212
 
-        test -z "$ac_c_werror_flag" ||
7213
 
-        test ! -s conftest.err
7214
 
-       } && test -s conftest$ac_exeext && {
7215
 
-        test "$cross_compiling" = yes ||
7216
 
-        $as_test_x conftest$ac_exeext
7217
 
-       }; then
7218
 
-  ac_cv_lib_dl_dlopen=yes
7219
 
-else
7220
 
-  $as_echo "$as_me: failed program was:" >&5
7221
 
-sed 's/^/| /' conftest.$ac_ext >&5
7222
 
-
7223
 
-       ac_cv_lib_dl_dlopen=no
7224
 
-fi
7225
 
-
7226
 
-rm -rf conftest.dSYM
7227
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7228
 
-      conftest$ac_exeext conftest.$ac_ext
7229
 
-LIBS=$ac_check_lib_save_LIBS
7230
 
-fi
7231
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
7232
 
-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
7233
 
-if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
7234
 
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
7235
 
-else
7236
 
-
7237
 
-    lt_cv_dlopen="dyld"
7238
 
-    lt_cv_dlopen_libs=
7239
 
-    lt_cv_dlopen_self=yes
7240
 
-
7241
 
-fi
7242
 
-
7243
 
-    ;;
7244
 
-
7245
 
-  *)
7246
 
-    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
7247
 
-$as_echo_n "checking for shl_load... " >&6; }
7248
 
-if test "${ac_cv_func_shl_load+set}" = set; then
7249
 
-  $as_echo_n "(cached) " >&6
7250
 
-else
7251
 
-  cat >conftest.$ac_ext <<_ACEOF
7252
 
-/* confdefs.h.  */
7253
 
-_ACEOF
7254
 
-cat confdefs.h >>conftest.$ac_ext
7255
 
-cat >>conftest.$ac_ext <<_ACEOF
7256
 
-/* end confdefs.h.  */
7257
 
-/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
7258
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7259
 
-#define shl_load innocuous_shl_load
7260
 
-
7261
 
-/* System header to define __stub macros and hopefully few prototypes,
7262
 
-    which can conflict with char shl_load (); below.
7263
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7264
 
-    <limits.h> exists even on freestanding compilers.  */
7265
 
-
7266
 
-#ifdef __STDC__
7267
 
-# include <limits.h>
7268
 
-#else
7269
 
-# include <assert.h>
7270
 
-#endif
7271
 
-
7272
 
-#undef shl_load
7273
 
-
7274
 
-/* Override any GCC internal prototype to avoid an error.
7275
 
-   Use char because int might match the return type of a GCC
7276
 
-   builtin and then its argument prototype would still apply.  */
7277
 
-#ifdef __cplusplus
7278
 
-extern "C"
7279
 
-#endif
7280
 
-char shl_load ();
7281
 
-/* The GNU C library defines this for functions which it implements
7282
 
-    to always fail with ENOSYS.  Some functions are actually named
7283
 
-    something starting with __ and the normal name is an alias.  */
7284
 
-#if defined __stub_shl_load || defined __stub___shl_load
7285
 
-choke me
7286
 
-#endif
7287
 
-
7288
 
-int
7289
 
-main ()
7290
 
-{
7291
 
-return shl_load ();
7292
 
-  ;
7293
 
-  return 0;
7294
 
-}
7295
 
-_ACEOF
7296
 
-rm -f conftest.$ac_objext conftest$ac_exeext
7297
 
-if { (ac_try="$ac_link"
7298
 
-case "(($ac_try" in
7299
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7300
 
-  *) ac_try_echo=$ac_try;;
7301
 
-esac
7302
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7303
 
-$as_echo "$ac_try_echo") >&5
7304
 
-  (eval "$ac_link") 2>conftest.er1
7305
 
-  ac_status=$?
7306
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7307
 
-  rm -f conftest.er1
7308
 
-  cat conftest.err >&5
7309
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7310
 
-  (exit $ac_status); } && {
7311
 
-        test -z "$ac_c_werror_flag" ||
7312
 
-        test ! -s conftest.err
7313
 
-       } && test -s conftest$ac_exeext && {
7314
 
-        test "$cross_compiling" = yes ||
7315
 
-        $as_test_x conftest$ac_exeext
7316
 
-       }; then
7317
 
-  ac_cv_func_shl_load=yes
7318
 
-else
7319
 
-  $as_echo "$as_me: failed program was:" >&5
7320
 
-sed 's/^/| /' conftest.$ac_ext >&5
7321
 
-
7322
 
-       ac_cv_func_shl_load=no
7323
 
-fi
7324
 
+    lt_cv_dlopen_libs=
7325
 
+    ;;
7326
 
 
7327
 
-rm -rf conftest.dSYM
7328
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7329
 
-      conftest$ac_exeext conftest.$ac_ext
7330
 
-fi
7331
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
7332
 
-$as_echo "$ac_cv_func_shl_load" >&6; }
7333
 
-if test "x$ac_cv_func_shl_load" = x""yes; then
7334
 
-  lt_cv_dlopen="shl_load"
7335
 
-else
7336
 
-  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
7337
 
-$as_echo_n "checking for shl_load in -ldld... " >&6; }
7338
 
-if test "${ac_cv_lib_dld_shl_load+set}" = set; then
7339
 
+  darwin*)
7340
 
+  # if libdl is installed we need to link against it
7341
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
7342
 
+$as_echo_n "checking for dlopen in -ldl... " >&6; }
7343
 
+if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
7344
 
   $as_echo_n "(cached) " >&6
7345
 
 else
7346
 
   ac_check_lib_save_LIBS=$LIBS
7347
 
-LIBS="-ldld  $LIBS"
7348
 
-cat >conftest.$ac_ext <<_ACEOF
7349
 
-/* confdefs.h.  */
7350
 
-_ACEOF
7351
 
-cat confdefs.h >>conftest.$ac_ext
7352
 
-cat >>conftest.$ac_ext <<_ACEOF
7353
 
+LIBS="-ldl  $LIBS"
7354
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7355
 
 /* end confdefs.h.  */
7356
 
 
7357
 
 /* Override any GCC internal prototype to avoid an error.
7358
 
@@ -10764,81 +10311,52 @@ cat >>conftest.$ac_ext <<_ACEOF
7359
 
 #ifdef __cplusplus
7360
 
 extern "C"
7361
 
 #endif
7362
 
-char shl_load ();
7363
 
+char dlopen ();
7364
 
 int
7365
 
 main ()
7366
 
 {
7367
 
-return shl_load ();
7368
 
+return dlopen ();
7369
 
   ;
7370
 
   return 0;
7371
 
 }
7372
 
 _ACEOF
7373
 
-rm -f conftest.$ac_objext conftest$ac_exeext
7374
 
-if { (ac_try="$ac_link"
7375
 
-case "(($ac_try" in
7376
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7377
 
-  *) ac_try_echo=$ac_try;;
7378
 
-esac
7379
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7380
 
-$as_echo "$ac_try_echo") >&5
7381
 
-  (eval "$ac_link") 2>conftest.er1
7382
 
-  ac_status=$?
7383
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7384
 
-  rm -f conftest.er1
7385
 
-  cat conftest.err >&5
7386
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7387
 
-  (exit $ac_status); } && {
7388
 
-        test -z "$ac_c_werror_flag" ||
7389
 
-        test ! -s conftest.err
7390
 
-       } && test -s conftest$ac_exeext && {
7391
 
-        test "$cross_compiling" = yes ||
7392
 
-        $as_test_x conftest$ac_exeext
7393
 
-       }; then
7394
 
-  ac_cv_lib_dld_shl_load=yes
7395
 
+if ac_fn_c_try_link "$LINENO"; then :
7396
 
+  ac_cv_lib_dl_dlopen=yes
7397
 
 else
7398
 
-  $as_echo "$as_me: failed program was:" >&5
7399
 
-sed 's/^/| /' conftest.$ac_ext >&5
7400
 
-
7401
 
-       ac_cv_lib_dld_shl_load=no
7402
 
+  ac_cv_lib_dl_dlopen=no
7403
 
 fi
7404
 
-
7405
 
-rm -rf conftest.dSYM
7406
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7407
 
-      conftest$ac_exeext conftest.$ac_ext
7408
 
+rm -f core conftest.err conftest.$ac_objext \
7409
 
+    conftest$ac_exeext conftest.$ac_ext
7410
 
 LIBS=$ac_check_lib_save_LIBS
7411
 
 fi
7412
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
7413
 
-$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
7414
 
-if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
7415
 
-  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
7416
 
-else
7417
 
-  { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
7418
 
-$as_echo_n "checking for dlopen... " >&6; }
7419
 
-if test "${ac_cv_func_dlopen+set}" = set; then
7420
 
-  $as_echo_n "(cached) " >&6
7421
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
7422
 
+$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
7423
 
+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
7424
 
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
7425
 
 else
7426
 
-  cat >conftest.$ac_ext <<_ACEOF
7427
 
-/* confdefs.h.  */
7428
 
-_ACEOF
7429
 
-cat confdefs.h >>conftest.$ac_ext
7430
 
-cat >>conftest.$ac_ext <<_ACEOF
7431
 
-/* end confdefs.h.  */
7432
 
-/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
7433
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7434
 
-#define dlopen innocuous_dlopen
7435
 
 
7436
 
-/* System header to define __stub macros and hopefully few prototypes,
7437
 
-    which can conflict with char dlopen (); below.
7438
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7439
 
-    <limits.h> exists even on freestanding compilers.  */
7440
 
+    lt_cv_dlopen="dyld"
7441
 
+    lt_cv_dlopen_libs=
7442
 
+    lt_cv_dlopen_self=yes
7443
 
 
7444
 
-#ifdef __STDC__
7445
 
-# include <limits.h>
7446
 
-#else
7447
 
-# include <assert.h>
7448
 
-#endif
7449
 
+fi
7450
 
+
7451
 
+    ;;
7452
 
 
7453
 
-#undef dlopen
7454
 
+  *)
7455
 
+    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
7456
 
+if test "x$ac_cv_func_shl_load" = x""yes; then :
7457
 
+  lt_cv_dlopen="shl_load"
7458
 
+else
7459
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
7460
 
+$as_echo_n "checking for shl_load in -ldld... " >&6; }
7461
 
+if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
7462
 
+  $as_echo_n "(cached) " >&6
7463
 
+else
7464
 
+  ac_check_lib_save_LIBS=$LIBS
7465
 
+LIBS="-ldld  $LIBS"
7466
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7467
 
+/* end confdefs.h.  */
7468
 
 
7469
 
 /* Override any GCC internal prototype to avoid an error.
7470
 
    Use char because int might match the return type of a GCC
7471
 
@@ -10846,72 +10364,41 @@ cat >>conftest.$ac_ext <<_ACEOF
7472
 
 #ifdef __cplusplus
7473
 
 extern "C"
7474
 
 #endif
7475
 
-char dlopen ();
7476
 
-/* The GNU C library defines this for functions which it implements
7477
 
-    to always fail with ENOSYS.  Some functions are actually named
7478
 
-    something starting with __ and the normal name is an alias.  */
7479
 
-#if defined __stub_dlopen || defined __stub___dlopen
7480
 
-choke me
7481
 
-#endif
7482
 
-
7483
 
+char shl_load ();
7484
 
 int
7485
 
 main ()
7486
 
 {
7487
 
-return dlopen ();
7488
 
+return shl_load ();
7489
 
   ;
7490
 
   return 0;
7491
 
 }
7492
 
 _ACEOF
7493
 
-rm -f conftest.$ac_objext conftest$ac_exeext
7494
 
-if { (ac_try="$ac_link"
7495
 
-case "(($ac_try" in
7496
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7497
 
-  *) ac_try_echo=$ac_try;;
7498
 
-esac
7499
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7500
 
-$as_echo "$ac_try_echo") >&5
7501
 
-  (eval "$ac_link") 2>conftest.er1
7502
 
-  ac_status=$?
7503
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7504
 
-  rm -f conftest.er1
7505
 
-  cat conftest.err >&5
7506
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7507
 
-  (exit $ac_status); } && {
7508
 
-        test -z "$ac_c_werror_flag" ||
7509
 
-        test ! -s conftest.err
7510
 
-       } && test -s conftest$ac_exeext && {
7511
 
-        test "$cross_compiling" = yes ||
7512
 
-        $as_test_x conftest$ac_exeext
7513
 
-       }; then
7514
 
-  ac_cv_func_dlopen=yes
7515
 
+if ac_fn_c_try_link "$LINENO"; then :
7516
 
+  ac_cv_lib_dld_shl_load=yes
7517
 
 else
7518
 
-  $as_echo "$as_me: failed program was:" >&5
7519
 
-sed 's/^/| /' conftest.$ac_ext >&5
7520
 
-
7521
 
-       ac_cv_func_dlopen=no
7522
 
+  ac_cv_lib_dld_shl_load=no
7523
 
 fi
7524
 
-
7525
 
-rm -rf conftest.dSYM
7526
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7527
 
-      conftest$ac_exeext conftest.$ac_ext
7528
 
+rm -f core conftest.err conftest.$ac_objext \
7529
 
+    conftest$ac_exeext conftest.$ac_ext
7530
 
+LIBS=$ac_check_lib_save_LIBS
7531
 
 fi
7532
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
7533
 
-$as_echo "$ac_cv_func_dlopen" >&6; }
7534
 
-if test "x$ac_cv_func_dlopen" = x""yes; then
7535
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
7536
 
+$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
7537
 
+if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
7538
 
+  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
7539
 
+else
7540
 
+  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
7541
 
+if test "x$ac_cv_func_dlopen" = x""yes; then :
7542
 
   lt_cv_dlopen="dlopen"
7543
 
 else
7544
 
-  { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
7545
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
7546
 
 $as_echo_n "checking for dlopen in -ldl... " >&6; }
7547
 
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
7548
 
+if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
7549
 
   $as_echo_n "(cached) " >&6
7550
 
 else
7551
 
   ac_check_lib_save_LIBS=$LIBS
7552
 
 LIBS="-ldl  $LIBS"
7553
 
-cat >conftest.$ac_ext <<_ACEOF
7554
 
-/* confdefs.h.  */
7555
 
-_ACEOF
7556
 
-cat confdefs.h >>conftest.$ac_ext
7557
 
-cat >>conftest.$ac_ext <<_ACEOF
7558
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7559
 
 /* end confdefs.h.  */
7560
 
 
7561
 
 /* Override any GCC internal prototype to avoid an error.
7562
 
@@ -10929,57 +10416,28 @@ return dlopen ();
7563
 
   return 0;
7564
 
 }
7565
 
 _ACEOF
7566
 
-rm -f conftest.$ac_objext conftest$ac_exeext
7567
 
-if { (ac_try="$ac_link"
7568
 
-case "(($ac_try" in
7569
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7570
 
-  *) ac_try_echo=$ac_try;;
7571
 
-esac
7572
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7573
 
-$as_echo "$ac_try_echo") >&5
7574
 
-  (eval "$ac_link") 2>conftest.er1
7575
 
-  ac_status=$?
7576
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7577
 
-  rm -f conftest.er1
7578
 
-  cat conftest.err >&5
7579
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7580
 
-  (exit $ac_status); } && {
7581
 
-        test -z "$ac_c_werror_flag" ||
7582
 
-        test ! -s conftest.err
7583
 
-       } && test -s conftest$ac_exeext && {
7584
 
-        test "$cross_compiling" = yes ||
7585
 
-        $as_test_x conftest$ac_exeext
7586
 
-       }; then
7587
 
+if ac_fn_c_try_link "$LINENO"; then :
7588
 
   ac_cv_lib_dl_dlopen=yes
7589
 
 else
7590
 
-  $as_echo "$as_me: failed program was:" >&5
7591
 
-sed 's/^/| /' conftest.$ac_ext >&5
7592
 
-
7593
 
-       ac_cv_lib_dl_dlopen=no
7594
 
+  ac_cv_lib_dl_dlopen=no
7595
 
 fi
7596
 
-
7597
 
-rm -rf conftest.dSYM
7598
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7599
 
-      conftest$ac_exeext conftest.$ac_ext
7600
 
+rm -f core conftest.err conftest.$ac_objext \
7601
 
+    conftest$ac_exeext conftest.$ac_ext
7602
 
 LIBS=$ac_check_lib_save_LIBS
7603
 
 fi
7604
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
7605
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
7606
 
 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
7607
 
-if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
7608
 
+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
7609
 
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
7610
 
 else
7611
 
-  { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
7612
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
7613
 
 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
7614
 
-if test "${ac_cv_lib_svld_dlopen+set}" = set; then
7615
 
+if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
7616
 
   $as_echo_n "(cached) " >&6
7617
 
 else
7618
 
   ac_check_lib_save_LIBS=$LIBS
7619
 
 LIBS="-lsvld  $LIBS"
7620
 
-cat >conftest.$ac_ext <<_ACEOF
7621
 
-/* confdefs.h.  */
7622
 
-_ACEOF
7623
 
-cat confdefs.h >>conftest.$ac_ext
7624
 
-cat >>conftest.$ac_ext <<_ACEOF
7625
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7626
 
 /* end confdefs.h.  */
7627
 
 
7628
 
 /* Override any GCC internal prototype to avoid an error.
7629
 
@@ -10997,57 +10455,28 @@ return dlopen ();
7630
 
   return 0;
7631
 
 }
7632
 
 _ACEOF
7633
 
-rm -f conftest.$ac_objext conftest$ac_exeext
7634
 
-if { (ac_try="$ac_link"
7635
 
-case "(($ac_try" in
7636
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7637
 
-  *) ac_try_echo=$ac_try;;
7638
 
-esac
7639
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7640
 
-$as_echo "$ac_try_echo") >&5
7641
 
-  (eval "$ac_link") 2>conftest.er1
7642
 
-  ac_status=$?
7643
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7644
 
-  rm -f conftest.er1
7645
 
-  cat conftest.err >&5
7646
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7647
 
-  (exit $ac_status); } && {
7648
 
-        test -z "$ac_c_werror_flag" ||
7649
 
-        test ! -s conftest.err
7650
 
-       } && test -s conftest$ac_exeext && {
7651
 
-        test "$cross_compiling" = yes ||
7652
 
-        $as_test_x conftest$ac_exeext
7653
 
-       }; then
7654
 
+if ac_fn_c_try_link "$LINENO"; then :
7655
 
   ac_cv_lib_svld_dlopen=yes
7656
 
 else
7657
 
-  $as_echo "$as_me: failed program was:" >&5
7658
 
-sed 's/^/| /' conftest.$ac_ext >&5
7659
 
-
7660
 
-       ac_cv_lib_svld_dlopen=no
7661
 
+  ac_cv_lib_svld_dlopen=no
7662
 
 fi
7663
 
-
7664
 
-rm -rf conftest.dSYM
7665
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7666
 
-      conftest$ac_exeext conftest.$ac_ext
7667
 
+rm -f core conftest.err conftest.$ac_objext \
7668
 
+    conftest$ac_exeext conftest.$ac_ext
7669
 
 LIBS=$ac_check_lib_save_LIBS
7670
 
 fi
7671
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
7672
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
7673
 
 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
7674
 
-if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
7675
 
+if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
7676
 
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
7677
 
 else
7678
 
-  { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
7679
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
7680
 
 $as_echo_n "checking for dld_link in -ldld... " >&6; }
7681
 
-if test "${ac_cv_lib_dld_dld_link+set}" = set; then
7682
 
+if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
7683
 
   $as_echo_n "(cached) " >&6
7684
 
 else
7685
 
   ac_check_lib_save_LIBS=$LIBS
7686
 
 LIBS="-ldld  $LIBS"
7687
 
-cat >conftest.$ac_ext <<_ACEOF
7688
 
-/* confdefs.h.  */
7689
 
-_ACEOF
7690
 
-cat confdefs.h >>conftest.$ac_ext
7691
 
-cat >>conftest.$ac_ext <<_ACEOF
7692
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7693
 
 /* end confdefs.h.  */
7694
 
 
7695
 
 /* Override any GCC internal prototype to avoid an error.
7696
 
@@ -11065,43 +10494,18 @@ return dld_link ();
7697
 
   return 0;
7698
 
 }
7699
 
 _ACEOF
7700
 
-rm -f conftest.$ac_objext conftest$ac_exeext
7701
 
-if { (ac_try="$ac_link"
7702
 
-case "(($ac_try" in
7703
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7704
 
-  *) ac_try_echo=$ac_try;;
7705
 
-esac
7706
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7707
 
-$as_echo "$ac_try_echo") >&5
7708
 
-  (eval "$ac_link") 2>conftest.er1
7709
 
-  ac_status=$?
7710
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7711
 
-  rm -f conftest.er1
7712
 
-  cat conftest.err >&5
7713
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7714
 
-  (exit $ac_status); } && {
7715
 
-        test -z "$ac_c_werror_flag" ||
7716
 
-        test ! -s conftest.err
7717
 
-       } && test -s conftest$ac_exeext && {
7718
 
-        test "$cross_compiling" = yes ||
7719
 
-        $as_test_x conftest$ac_exeext
7720
 
-       }; then
7721
 
+if ac_fn_c_try_link "$LINENO"; then :
7722
 
   ac_cv_lib_dld_dld_link=yes
7723
 
 else
7724
 
-  $as_echo "$as_me: failed program was:" >&5
7725
 
-sed 's/^/| /' conftest.$ac_ext >&5
7726
 
-
7727
 
-       ac_cv_lib_dld_dld_link=no
7728
 
+  ac_cv_lib_dld_dld_link=no
7729
 
 fi
7730
 
-
7731
 
-rm -rf conftest.dSYM
7732
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7733
 
-      conftest$ac_exeext conftest.$ac_ext
7734
 
+rm -f core conftest.err conftest.$ac_objext \
7735
 
+    conftest$ac_exeext conftest.$ac_ext
7736
 
 LIBS=$ac_check_lib_save_LIBS
7737
 
 fi
7738
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
7739
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
7740
 
 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
7741
 
-if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
7742
 
+if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
7743
 
   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
7744
 
 fi
7745
 
 
7746
 
@@ -11140,9 +10544,9 @@ fi
7747
 
     save_LIBS="$LIBS"
7748
 
     LIBS="$lt_cv_dlopen_libs $LIBS"
7749
 
 
7750
 
-    { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
7751
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
7752
 
 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
7753
 
-if test "${lt_cv_dlopen_self+set}" = set; then
7754
 
+if test "${lt_cv_dlopen_self+set}" = set; then :
7755
 
   $as_echo_n "(cached) " >&6
7756
 
 else
7757
 
          if test "$cross_compiling" = yes; then :
7758
 
@@ -11151,7 +10555,7 @@ else
7759
 
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7760
 
   lt_status=$lt_dlunknown
7761
 
   cat > conftest.$ac_ext <<_LT_EOF
7762
 
-#line 11154 "configure"
7763
 
+#line 10558 "configure"
7764
 
 #include "confdefs.h"
7765
 
 
7766
 
 #if HAVE_DLFCN_H
7767
 
@@ -11210,11 +10614,11 @@ int main ()
7768
 
   return status;
7769
 
 }
7770
 
 _LT_EOF
7771
 
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7772
 
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7773
 
   (eval $ac_link) 2>&5
7774
 
   ac_status=$?
7775
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7776
 
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
7777
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7778
 
+  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
7779
 
     (./conftest; exit; ) >&5 2>/dev/null
7780
 
     lt_status=$?
7781
 
     case x$lt_status in
7782
 
@@ -11231,14 +10635,14 @@ rm -fr conftest*
7783
 
 
7784
 
 
7785
 
 fi
7786
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
7787
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
7788
 
 $as_echo "$lt_cv_dlopen_self" >&6; }
7789
 
 
7790
 
     if test "x$lt_cv_dlopen_self" = xyes; then
7791
 
       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
7792
 
-      { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
7793
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
7794
 
 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
7795
 
-if test "${lt_cv_dlopen_self_static+set}" = set; then
7796
 
+if test "${lt_cv_dlopen_self_static+set}" = set; then :
7797
 
   $as_echo_n "(cached) " >&6
7798
 
 else
7799
 
          if test "$cross_compiling" = yes; then :
7800
 
@@ -11247,7 +10651,7 @@ else
7801
 
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7802
 
   lt_status=$lt_dlunknown
7803
 
   cat > conftest.$ac_ext <<_LT_EOF
7804
 
-#line 11250 "configure"
7805
 
+#line 10654 "configure"
7806
 
 #include "confdefs.h"
7807
 
 
7808
 
 #if HAVE_DLFCN_H
7809
 
@@ -11306,11 +10710,11 @@ int main ()
7810
 
   return status;
7811
 
 }
7812
 
 _LT_EOF
7813
 
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7814
 
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7815
 
   (eval $ac_link) 2>&5
7816
 
   ac_status=$?
7817
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7818
 
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
7819
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7820
 
+  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
7821
 
     (./conftest; exit; ) >&5 2>/dev/null
7822
 
     lt_status=$?
7823
 
     case x$lt_status in
7824
 
@@ -11327,7 +10731,7 @@ rm -fr conftest*
7825
 
 
7826
 
 
7827
 
 fi
7828
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
7829
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
7830
 
 $as_echo "$lt_cv_dlopen_self_static" >&6; }
7831
 
     fi
7832
 
 
7833
 
@@ -11366,12 +10770,12 @@ fi
7834
 
 
7835
 
 striplib=
7836
 
 old_striplib=
7837
 
-{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
7838
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
7839
 
 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
7840
 
 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
7841
 
   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
7842
 
   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
7843
 
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
7844
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7845
 
 $as_echo "yes" >&6; }
7846
 
 else
7847
 
 # FIXME - insert some real tests, host_os isn't really good enough
7848
 
@@ -11380,15 +10784,15 @@ else
7849
 
     if test -n "$STRIP" ; then
7850
 
       striplib="$STRIP -x"
7851
 
       old_striplib="$STRIP -S"
7852
 
-      { $as_echo "$as_me:$LINENO: result: yes" >&5
7853
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7854
 
 $as_echo "yes" >&6; }
7855
 
     else
7856
 
-      { $as_echo "$as_me:$LINENO: result: no" >&5
7857
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7858
 
 $as_echo "no" >&6; }
7859
 
     fi
7860
 
     ;;
7861
 
   *)
7862
 
-    { $as_echo "$as_me:$LINENO: result: no" >&5
7863
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7864
 
 $as_echo "no" >&6; }
7865
 
     ;;
7866
 
   esac
7867
 
@@ -11406,12 +10810,12 @@ fi
7868
 
 
7869
 
 
7870
 
   # Report which library types will actually be built
7871
 
-  { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
7872
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
7873
 
 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
7874
 
-  { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
7875
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
7876
 
 $as_echo "$can_build_shared" >&6; }
7877
 
 
7878
 
-  { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
7879
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
7880
 
 $as_echo_n "checking whether to build shared libraries... " >&6; }
7881
 
   test "$can_build_shared" = "no" && enable_shared=no
7882
 
 
7883
 
@@ -11432,14 +10836,14 @@ $as_echo_n "checking whether to build sh
7884
 
     fi
7885
 
     ;;
7886
 
   esac
7887
 
-  { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
7888
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
7889
 
 $as_echo "$enable_shared" >&6; }
7890
 
 
7891
 
-  { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
7892
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
7893
 
 $as_echo_n "checking whether to build static libraries... " >&6; }
7894
 
   # Make sure either enable_shared or enable_static is yes.
7895
 
   test "$enable_shared" = yes || enable_static=yes
7896
 
-  { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
7897
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
7898
 
 $as_echo "$enable_static" >&6; }
7899
 
 
7900
 
 
7901
 
@@ -11476,16 +10880,16 @@ CC="$lt_save_CC"
7902
 
 
7903
 
 
7904
 
 
7905
 
-{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
7906
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
7907
 
 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
7908
 
     # Check whether --enable-maintainer-mode was given.
7909
 
-if test "${enable_maintainer_mode+set}" = set; then
7910
 
+if test "${enable_maintainer_mode+set}" = set; then :
7911
 
   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
7912
 
 else
7913
 
   USE_MAINTAINER_MODE=no
7914
 
 fi
7915
 
 
7916
 
-  { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
7917
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
7918
 
 $as_echo "$USE_MAINTAINER_MODE" >&6; }
7919
 
    if test $USE_MAINTAINER_MODE = yes; then
7920
 
   MAINTAINER_MODE_TRUE=
7921
 
@@ -11506,9 +10910,9 @@ if test "x$ac_cv_env_PKG_CONFIG_set" !=
7922
 
        if test -n "$ac_tool_prefix"; then
7923
 
   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
7924
 
 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
7925
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7926
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7927
 
 $as_echo_n "checking for $ac_word... " >&6; }
7928
 
-if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
7929
 
+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
7930
 
   $as_echo_n "(cached) " >&6
7931
 
 else
7932
 
   case $PKG_CONFIG in
7933
 
@@ -11521,14 +10925,14 @@ for as_dir in $PATH
7934
 
 do
7935
 
   IFS=$as_save_IFS
7936
 
   test -z "$as_dir" && as_dir=.
7937
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
7938
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
7939
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7940
 
     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
7941
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7942
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7943
 
     break 2
7944
 
   fi
7945
 
 done
7946
 
-done
7947
 
+  done
7948
 
 IFS=$as_save_IFS
7949
 
 
7950
 
   ;;
7951
 
@@ -11536,10 +10940,10 @@ esac
7952
 
 fi
7953
 
 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
7954
 
 if test -n "$PKG_CONFIG"; then
7955
 
-  { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
7956
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
7957
 
 $as_echo "$PKG_CONFIG" >&6; }
7958
 
 else
7959
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
7960
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7961
 
 $as_echo "no" >&6; }
7962
 
 fi
7963
 
 
7964
 
@@ -11549,9 +10953,9 @@ if test -z "$ac_cv_path_PKG_CONFIG"; the
7965
 
   ac_pt_PKG_CONFIG=$PKG_CONFIG
7966
 
   # Extract the first word of "pkg-config", so it can be a program name with args.
7967
 
 set dummy pkg-config; ac_word=$2
7968
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7969
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7970
 
 $as_echo_n "checking for $ac_word... " >&6; }
7971
 
-if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
7972
 
+if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
7973
 
   $as_echo_n "(cached) " >&6
7974
 
 else
7975
 
   case $ac_pt_PKG_CONFIG in
7976
 
@@ -11564,14 +10968,14 @@ for as_dir in $PATH
7977
 
 do
7978
 
   IFS=$as_save_IFS
7979
 
   test -z "$as_dir" && as_dir=.
7980
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
7981
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
7982
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7983
 
     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
7984
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7985
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7986
 
     break 2
7987
 
   fi
7988
 
 done
7989
 
-done
7990
 
+  done
7991
 
 IFS=$as_save_IFS
7992
 
 
7993
 
   ;;
7994
 
@@ -11579,10 +10983,10 @@ esac
7995
 
 fi
7996
 
 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
7997
 
 if test -n "$ac_pt_PKG_CONFIG"; then
7998
 
-  { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
7999
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
8000
 
 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
8001
 
 else
8002
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
8003
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8004
 
 $as_echo "no" >&6; }
8005
 
 fi
8006
 
 
8007
 
@@ -11591,7 +10995,7 @@ fi
8008
 
   else
8009
 
     case $cross_compiling:$ac_tool_warned in
8010
 
 yes:)
8011
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8012
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8013
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8014
 
 ac_tool_warned=yes ;;
8015
 
 esac
8016
 
@@ -11604,13 +11008,13 @@ fi
8017
 
 fi
8018
 
 if test -n "$PKG_CONFIG"; then
8019
 
        _pkg_min_version=0.9.0
8020
 
-       { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
8021
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
8022
 
 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
8023
 
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
8024
 
-               { $as_echo "$as_me:$LINENO: result: yes" >&5
8025
 
+               { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8026
 
 $as_echo "yes" >&6; }
8027
 
        else
8028
 
-               { $as_echo "$as_me:$LINENO: result: no" >&5
8029
 
+               { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8030
 
 $as_echo "no" >&6; }
8031
 
                PKG_CONFIG=""
8032
 
        fi
8033
 
@@ -11619,35 +11023,33 @@ fi
8034
 
 
8035
 
 gdu_cv_version_required=0.3.2
8036
 
 
8037
 
-{ $as_echo "$as_me:$LINENO: checking gnome-doc-utils >= $gdu_cv_version_required" >&5
8038
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking gnome-doc-utils >= $gdu_cv_version_required" >&5
8039
 
 $as_echo_n "checking gnome-doc-utils >= $gdu_cv_version_required... " >&6; }
8040
 
 if test -n "$PKG_CONFIG" && \
8041
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\"") >&5
8042
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\""; } >&5
8043
 
   ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5
8044
 
   ac_status=$?
8045
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8046
 
-  (exit $ac_status); }; then
8047
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8048
 
+  test $ac_status = 0; }; then
8049
 
   gdu_cv_have_gdu=yes
8050
 
 else
8051
 
   gdu_cv_have_gdu=no
8052
 
 fi
8053
 
 
8054
 
 if test "$gdu_cv_have_gdu" = "yes"; then
8055
 
-       { $as_echo "$as_me:$LINENO: result: yes" >&5
8056
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8057
 
 $as_echo "yes" >&6; }
8058
 
        :
8059
 
 else
8060
 
-       { $as_echo "$as_me:$LINENO: result: no" >&5
8061
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8062
 
 $as_echo "no" >&6; }
8063
 
-       { { $as_echo "$as_me:$LINENO: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&5
8064
 
-$as_echo "$as_me: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&2;}
8065
 
-   { (exit 1); exit 1; }; }
8066
 
+       as_fn_error "gnome-doc-utils >= $gdu_cv_version_required not found" "$LINENO" 5
8067
 
 fi
8068
 
 
8069
 
 
8070
 
 
8071
 
 # Check whether --with-help-dir was given.
8072
 
-if test "${with_help_dir+set}" = set; then
8073
 
+if test "${with_help_dir+set}" = set; then :
8074
 
   withval=$with_help_dir;
8075
 
 else
8076
 
   with_help_dir='${datadir}/gnome/help'
8077
 
@@ -11658,7 +11060,7 @@ HELP_DIR="$with_help_dir"
8078
 
 
8079
 
 
8080
 
 # Check whether --with-omf-dir was given.
8081
 
-if test "${with_omf_dir+set}" = set; then
8082
 
+if test "${with_omf_dir+set}" = set; then :
8083
 
   withval=$with_omf_dir;
8084
 
 else
8085
 
   with_omf_dir='${datadir}/omf'
8086
 
@@ -11669,7 +11071,7 @@ OMF_DIR="$with_omf_dir"
8087
 
 
8088
 
 
8089
 
 # Check whether --with-help-formats was given.
8090
 
-if test "${with_help_formats+set}" = set; then
8091
 
+if test "${with_help_formats+set}" = set; then :
8092
 
   withval=$with_help_formats;
8093
 
 else
8094
 
   with_help_formats=''
8095
 
@@ -11679,7 +11081,7 @@ DOC_USER_FORMATS="$with_help_formats"
8096
 
 
8097
 
 
8098
 
 # Check whether --enable-scrollkeeper was given.
8099
 
-if test "${enable_scrollkeeper+set}" = set; then
8100
 
+if test "${enable_scrollkeeper+set}" = set; then :
8101
 
   enableval=$enable_scrollkeeper;
8102
 
 else
8103
 
   enable_scrollkeeper=yes
8104
 
@@ -11711,9 +11113,9 @@ fi
8105
 
 
8106
 
     # Extract the first word of "gtkdoc-check", so it can be a program name with args.
8107
 
 set dummy gtkdoc-check; ac_word=$2
8108
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8109
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8110
 
 $as_echo_n "checking for $ac_word... " >&6; }
8111
 
-if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then
8112
 
+if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then :
8113
 
   $as_echo_n "(cached) " >&6
8114
 
 else
8115
 
   case $GTKDOC_CHECK in
8116
 
@@ -11726,14 +11128,14 @@ for as_dir in $PATH
8117
 
 do
8118
 
   IFS=$as_save_IFS
8119
 
   test -z "$as_dir" && as_dir=.
8120
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
8121
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
8122
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8123
 
     ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext"
8124
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8125
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8126
 
     break 2
8127
 
   fi
8128
 
 done
8129
 
-done
8130
 
+  done
8131
 
 IFS=$as_save_IFS
8132
 
 
8133
 
   ;;
8134
 
@@ -11741,10 +11143,10 @@ esac
8135
 
 fi
8136
 
 GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK
8137
 
 if test -n "$GTKDOC_CHECK"; then
8138
 
-  { $as_echo "$as_me:$LINENO: result: $GTKDOC_CHECK" >&5
8139
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5
8140
 
 $as_echo "$GTKDOC_CHECK" >&6; }
8141
 
 else
8142
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
8143
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8144
 
 $as_echo "no" >&6; }
8145
 
 fi
8146
 
 
8147
 
@@ -11753,9 +11155,9 @@ fi
8148
 
 do
8149
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
8150
 
 set dummy $ac_prog; ac_word=$2
8151
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8152
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8153
 
 $as_echo_n "checking for $ac_word... " >&6; }
8154
 
-if test "${ac_cv_path_GTKDOC_REBASE+set}" = set; then
8155
 
+if test "${ac_cv_path_GTKDOC_REBASE+set}" = set; then :
8156
 
   $as_echo_n "(cached) " >&6
8157
 
 else
8158
 
   case $GTKDOC_REBASE in
8159
 
@@ -11768,14 +11170,14 @@ for as_dir in $PATH
8160
 
 do
8161
 
   IFS=$as_save_IFS
8162
 
   test -z "$as_dir" && as_dir=.
8163
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
8164
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
8165
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8166
 
     ac_cv_path_GTKDOC_REBASE="$as_dir/$ac_word$ac_exec_ext"
8167
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8168
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8169
 
     break 2
8170
 
   fi
8171
 
 done
8172
 
-done
8173
 
+  done
8174
 
 IFS=$as_save_IFS
8175
 
 
8176
 
   ;;
8177
 
@@ -11783,10 +11185,10 @@ esac
8178
 
 fi
8179
 
 GTKDOC_REBASE=$ac_cv_path_GTKDOC_REBASE
8180
 
 if test -n "$GTKDOC_REBASE"; then
8181
 
-  { $as_echo "$as_me:$LINENO: result: $GTKDOC_REBASE" >&5
8182
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_REBASE" >&5
8183
 
 $as_echo "$GTKDOC_REBASE" >&6; }
8184
 
 else
8185
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
8186
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8187
 
 $as_echo "no" >&6; }
8188
 
 fi
8189
 
 
8190
 
@@ -11797,9 +11199,9 @@ test -n "$GTKDOC_REBASE" || GTKDOC_REBAS
8191
 
 
8192
 
   # Extract the first word of "gtkdoc-mkpdf", so it can be a program name with args.
8193
 
 set dummy gtkdoc-mkpdf; ac_word=$2
8194
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8195
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8196
 
 $as_echo_n "checking for $ac_word... " >&6; }
8197
 
-if test "${ac_cv_path_GTKDOC_MKPDF+set}" = set; then
8198
 
+if test "${ac_cv_path_GTKDOC_MKPDF+set}" = set; then :
8199
 
   $as_echo_n "(cached) " >&6
8200
 
 else
8201
 
   case $GTKDOC_MKPDF in
8202
 
@@ -11812,14 +11214,14 @@ for as_dir in $PATH
8203
 
 do
8204
 
   IFS=$as_save_IFS
8205
 
   test -z "$as_dir" && as_dir=.
8206
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
8207
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
8208
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8209
 
     ac_cv_path_GTKDOC_MKPDF="$as_dir/$ac_word$ac_exec_ext"
8210
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8211
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8212
 
     break 2
8213
 
   fi
8214
 
 done
8215
 
-done
8216
 
+  done
8217
 
 IFS=$as_save_IFS
8218
 
 
8219
 
   ;;
8220
 
@@ -11827,10 +11229,10 @@ esac
8221
 
 fi
8222
 
 GTKDOC_MKPDF=$ac_cv_path_GTKDOC_MKPDF
8223
 
 if test -n "$GTKDOC_MKPDF"; then
8224
 
-  { $as_echo "$as_me:$LINENO: result: $GTKDOC_MKPDF" >&5
8225
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_MKPDF" >&5
8226
 
 $as_echo "$GTKDOC_MKPDF" >&6; }
8227
 
 else
8228
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
8229
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8230
 
 $as_echo "no" >&6; }
8231
 
 fi
8232
 
 
8233
 
@@ -11838,7 +11240,7 @@ fi
8234
 
 
8235
 
 
8236
 
 # Check whether --with-html-dir was given.
8237
 
-if test "${with_html_dir+set}" = set; then
8238
 
+if test "${with_html_dir+set}" = set; then :
8239
 
   withval=$with_html_dir;
8240
 
 else
8241
 
   with_html_dir='${datadir}/gtk-doc/html'
8242
 
@@ -11848,7 +11250,7 @@ fi
8243
 
 
8244
 
 
8245
 
     # Check whether --enable-gtk-doc was given.
8246
 
-if test "${enable_gtk_doc+set}" = set; then
8247
 
+if test "${enable_gtk_doc+set}" = set; then :
8248
 
   enableval=$enable_gtk_doc;
8249
 
 else
8250
 
   enable_gtk_doc=no
8251
 
@@ -11857,33 +11259,31 @@ fi
8252
 
 
8253
 
   if test x$enable_gtk_doc = xyes; then
 
4005
@@ -10672,7 +10563,7 @@
 
4006
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
4007
   lt_status=$lt_dlunknown
 
4008
   cat > conftest.$ac_ext <<_LT_EOF
 
4009
-#line $LINENO "configure"
 
4010
+#line 10566 "configure"
 
4011
 #include "confdefs.h"
 
4012
 
 
4013
 #if HAVE_DLFCN_H
 
4014
@@ -10713,13 +10604,7 @@
 
4015
 #  endif
 
4016
 #endif
 
4017
 
 
4018
-/* When -fvisbility=hidden is used, assume the code has been annotated
 
4019
-   correspondingly for the symbols needed.  */
 
4020
-#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
 
4021
-void fnord () __attribute__((visibility("default")));
 
4022
-#endif
 
4023
-
 
4024
-void fnord () { int i=42; }
 
4025
+void fnord() { int i=42;}
 
4026
 int main ()
 
4027
 {
 
4028
   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
4029
@@ -10728,11 +10613,7 @@
 
4030
   if (self)
 
4031
     {
 
4032
       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
4033
-      else
 
4034
-        {
 
4035
-         if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
 
4036
-          else puts (dlerror ());
 
4037
-       }
 
4038
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
4039
       /* dlclose (self); */
 
4040
     }
 
4041
   else
 
4042
@@ -10778,7 +10659,7 @@
 
4043
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
4044
   lt_status=$lt_dlunknown
 
4045
   cat > conftest.$ac_ext <<_LT_EOF
 
4046
-#line $LINENO "configure"
 
4047
+#line 10662 "configure"
 
4048
 #include "confdefs.h"
 
4049
 
 
4050
 #if HAVE_DLFCN_H
 
4051
@@ -10819,13 +10700,7 @@
 
4052
 #  endif
 
4053
 #endif
 
4054
 
 
4055
-/* When -fvisbility=hidden is used, assume the code has been annotated
 
4056
-   correspondingly for the symbols needed.  */
 
4057
-#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
 
4058
-void fnord () __attribute__((visibility("default")));
 
4059
-#endif
 
4060
-
 
4061
-void fnord () { int i=42; }
 
4062
+void fnord() { int i=42;}
 
4063
 int main ()
 
4064
 {
 
4065
   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
4066
@@ -10834,11 +10709,7 @@
 
4067
   if (self)
 
4068
     {
 
4069
       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
4070
-      else
 
4071
-        {
 
4072
-         if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
 
4073
-          else puts (dlerror ());
 
4074
-       }
 
4075
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
4076
       /* dlclose (self); */
 
4077
     }
 
4078
   else
 
4079
@@ -13977,14 +13848,14 @@
 
4080
  elif test -n "$PKG_CONFIG"; then
8254
4081
     if test -n "$PKG_CONFIG" && \
8255
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.12\"") >&5
8256
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.12\""; } >&5
8257
 
   ($PKG_CONFIG --exists --print-errors "gtk-doc >= 1.12") 2>&5
8258
 
   ac_status=$?
8259
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8260
 
-  (exit $ac_status); }; then
8261
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8262
 
+  test $ac_status = 0; }; then
8263
 
   :
8264
 
 else
8265
 
-  { { $as_echo "$as_me:$LINENO: error: You need to have gtk-doc >= 1.12 installed to build $PACKAGE_NAME" >&5
8266
 
-$as_echo "$as_me: error: You need to have gtk-doc >= 1.12 installed to build $PACKAGE_NAME" >&2;}
8267
 
-   { (exit 1); exit 1; }; }
8268
 
+  as_fn_error "You need to have gtk-doc >= 1.12 installed to build $PACKAGE_NAME" "$LINENO" 5
8269
 
 fi
8270
 
   fi
8271
 
 
8272
 
-  { $as_echo "$as_me:$LINENO: checking whether to build gtk-doc documentation" >&5
8273
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
8274
 
 $as_echo_n "checking whether to build gtk-doc documentation... " >&6; }
8275
 
-  { $as_echo "$as_me:$LINENO: result: $enable_gtk_doc" >&5
8276
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5
8277
 
 $as_echo "$enable_gtk_doc" >&6; }
8278
 
 
8279
 
     # Check whether --enable-gtk-doc-html was given.
8280
 
-if test "${enable_gtk_doc_html+set}" = set; then
8281
 
+if test "${enable_gtk_doc_html+set}" = set; then :
8282
 
   enableval=$enable_gtk_doc_html;
8283
 
 else
8284
 
   enable_gtk_doc_html=yes
8285
 
 fi
8286
 
 
8287
 
     # Check whether --enable-gtk-doc-pdf was given.
8288
 
-if test "${enable_gtk_doc_pdf+set}" = set; then
8289
 
+if test "${enable_gtk_doc_pdf+set}" = set; then :
8290
 
   enableval=$enable_gtk_doc_pdf;
8291
 
 else
8292
 
   enable_gtk_doc_pdf=no
8293
 
@@ -11941,7 +11341,7 @@ fi
8294
 
 
8295
 
 
8296
 
     # Check whether --enable-compile-warnings was given.
8297
 
-if test "${enable_compile_warnings+set}" = set; then
8298
 
+if test "${enable_compile_warnings+set}" = set; then :
8299
 
   enableval=$enable_compile_warnings;
8300
 
 else
8301
 
   enable_compile_warnings="maximum"
8302
 
@@ -11972,13 +11372,9 @@ fi
8303
 
        for option in -Wno-sign-compare; do
8304
 
                SAVE_CFLAGS="$CFLAGS"
8305
 
                CFLAGS="$CFLAGS $option"
8306
 
-               { $as_echo "$as_me:$LINENO: checking whether gcc understands $option" >&5
8307
 
+               { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands $option" >&5
8308
 
 $as_echo_n "checking whether gcc understands $option... " >&6; }
8309
 
-               cat >conftest.$ac_ext <<_ACEOF
8310
 
-/* confdefs.h.  */
8311
 
-_ACEOF
8312
 
-cat confdefs.h >>conftest.$ac_ext
8313
 
-cat >>conftest.$ac_ext <<_ACEOF
8314
 
+               cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8315
 
 /* end confdefs.h.  */
8316
 
 
8317
 
 int
8318
 
@@ -11989,35 +11385,14 @@ main ()
8319
 
   return 0;
8320
 
 }
8321
 
 _ACEOF
8322
 
-rm -f conftest.$ac_objext
8323
 
-if { (ac_try="$ac_compile"
8324
 
-case "(($ac_try" in
8325
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8326
 
-  *) ac_try_echo=$ac_try;;
8327
 
-esac
8328
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8329
 
-$as_echo "$ac_try_echo") >&5
8330
 
-  (eval "$ac_compile") 2>conftest.er1
8331
 
-  ac_status=$?
8332
 
-  grep -v '^ *+' conftest.er1 >conftest.err
8333
 
-  rm -f conftest.er1
8334
 
-  cat conftest.err >&5
8335
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8336
 
-  (exit $ac_status); } && {
8337
 
-        test -z "$ac_c_werror_flag" ||
8338
 
-        test ! -s conftest.err
8339
 
-       } && test -s conftest.$ac_objext; then
8340
 
+if ac_fn_c_try_compile "$LINENO"; then :
8341
 
   has_option=yes
8342
 
 else
8343
 
-  $as_echo "$as_me: failed program was:" >&5
8344
 
-sed 's/^/| /' conftest.$ac_ext >&5
8345
 
-
8346
 
-       has_option=no
8347
 
+  has_option=no
8348
 
 fi
8349
 
-
8350
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8351
 
                CFLAGS="$SAVE_CFLAGS"
8352
 
-               { $as_echo "$as_me:$LINENO: result: $has_option" >&5
8353
 
+               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_option" >&5
8354
 
 $as_echo "$has_option" >&6; }
8355
 
                if test $has_option = yes; then
8356
 
                  warning_flags="$warning_flags $option"
8357
 
@@ -12031,26 +11406,24 @@ $as_echo "$has_option" >&6; }
8358
 
        fi
8359
 
        ;;
8360
 
     *)
8361
 
-       { { $as_echo "$as_me:$LINENO: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&5
8362
 
-$as_echo "$as_me: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&2;}
8363
 
-   { (exit 1); exit 1; }; }
8364
 
+       as_fn_error "Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" "$LINENO" 5
8365
 
        ;;
8366
 
     esac
8367
 
     CFLAGS="$realsave_CFLAGS"
8368
 
-    { $as_echo "$as_me:$LINENO: checking what warning flags to pass to the C compiler" >&5
8369
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5
8370
 
 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; }
8371
 
-    { $as_echo "$as_me:$LINENO: result: $warning_flags" >&5
8372
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $warning_flags" >&5
8373
 
 $as_echo "$warning_flags" >&6; }
8374
 
 
8375
 
     # Check whether --enable-iso-c was given.
8376
 
-if test "${enable_iso_c+set}" = set; then
8377
 
+if test "${enable_iso_c+set}" = set; then :
8378
 
   enableval=$enable_iso_c;
8379
 
 else
8380
 
   enable_iso_c=no
8381
 
 fi
8382
 
 
8383
 
 
8384
 
-    { $as_echo "$as_me:$LINENO: checking what language compliance flags to pass to the C compiler" >&5
8385
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking what language compliance flags to pass to the C compiler" >&5
8386
 
 $as_echo_n "checking what language compliance flags to pass to the C compiler... " >&6; }
8387
 
     complCFLAGS=
8388
 
     if test "x$enable_iso_c" != "xno"; then
8389
 
@@ -12065,7 +11438,7 @@ $as_echo_n "checking what language compl
8390
 
        esac
8391
 
        fi
8392
 
     fi
8393
 
-    { $as_echo "$as_me:$LINENO: result: $complCFLAGS" >&5
8394
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $complCFLAGS" >&5
8395
 
 $as_echo "$complCFLAGS" >&6; }
8396
 
 
8397
 
     WARN_CFLAGS="$warning_flags $complCFLAGS"
8398
 
@@ -12073,14 +11446,14 @@ $as_echo "$complCFLAGS" >&6; }
8399
 
 
8400
 
 
8401
 
   # Check whether --enable-cxx-warnings was given.
8402
 
-if test "${enable_cxx_warnings+set}" = set; then
8403
 
+if test "${enable_cxx_warnings+set}" = set; then :
8404
 
   enableval=$enable_cxx_warnings;
8405
 
 else
8406
 
   enable_cxx_warnings="minimum"
8407
 
 fi
8408
 
 
8409
 
 
8410
 
-  { $as_echo "$as_me:$LINENO: checking what warning flags to pass to the C++ compiler" >&5
8411
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C++ compiler" >&5
8412
 
 $as_echo_n "checking what warning flags to pass to the C++ compiler... " >&6; }
8413
 
   warnCXXFLAGS=
8414
 
   if test "x$GXX" != xyes; then
8415
 
@@ -12100,18 +11473,18 @@ $as_echo_n "checking what warning flags
8416
 
       fi
8417
 
     fi
8418
 
   fi
8419
 
-  { $as_echo "$as_me:$LINENO: result: $warnCXXFLAGS" >&5
8420
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $warnCXXFLAGS" >&5
8421
 
 $as_echo "$warnCXXFLAGS" >&6; }
8422
 
 
8423
 
    # Check whether --enable-iso-cxx was given.
8424
 
-if test "${enable_iso_cxx+set}" = set; then
8425
 
+if test "${enable_iso_cxx+set}" = set; then :
8426
 
   enableval=$enable_iso_cxx;
8427
 
 else
8428
 
   enable_iso_cxx=no
8429
 
 fi
8430
 
 
8431
 
 
8432
 
-   { $as_echo "$as_me:$LINENO: checking what language compliance flags to pass to the C++ compiler" >&5
8433
 
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking what language compliance flags to pass to the C++ compiler" >&5
8434
 
 $as_echo_n "checking what language compliance flags to pass to the C++ compiler... " >&6; }
8435
 
    complCXXFLAGS=
8436
 
    if test "x$enable_iso_cxx" != "xno"; then
8437
 
@@ -12127,7 +11500,7 @@ $as_echo_n "checking what language compl
8438
 
       esac
8439
 
      fi
8440
 
    fi
8441
 
-  { $as_echo "$as_me:$LINENO: result: $complCXXFLAGS" >&5
8442
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $complCXXFLAGS" >&5
8443
 
 $as_echo "$complCXXFLAGS" >&6; }
8444
 
 
8445
 
   WARN_CXXFLAGS="$CXXFLAGS $warnCXXFLAGS $complCXXFLAGS"
8446
 
@@ -12158,9 +11531,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
8447
 
 if test -n "$ac_tool_prefix"; then
8448
 
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
8449
 
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
8450
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8451
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8452
 
 $as_echo_n "checking for $ac_word... " >&6; }
8453
 
-if test "${ac_cv_prog_CC+set}" = set; then
8454
 
+if test "${ac_cv_prog_CC+set}" = set; then :
8455
 
   $as_echo_n "(cached) " >&6
8456
 
 else
8457
 
   if test -n "$CC"; then
8458
 
@@ -12171,24 +11544,24 @@ for as_dir in $PATH
8459
 
 do
8460
 
   IFS=$as_save_IFS
8461
 
   test -z "$as_dir" && as_dir=.
8462
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
8463
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
8464
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8465
 
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
8466
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8467
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8468
 
     break 2
8469
 
   fi
8470
 
 done
8471
 
-done
8472
 
+  done
8473
 
 IFS=$as_save_IFS
8474
 
 
8475
 
 fi
8476
 
 fi
8477
 
 CC=$ac_cv_prog_CC
8478
 
 if test -n "$CC"; then
8479
 
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
8480
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
8481
 
 $as_echo "$CC" >&6; }
8482
 
 else
8483
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
8484
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8485
 
 $as_echo "no" >&6; }
8486
 
 fi
8487
 
 
8488
 
@@ -12198,9 +11571,9 @@ if test -z "$ac_cv_prog_CC"; then
8489
 
   ac_ct_CC=$CC
8490
 
   # Extract the first word of "gcc", so it can be a program name with args.
8491
 
 set dummy gcc; ac_word=$2
8492
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8493
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8494
 
 $as_echo_n "checking for $ac_word... " >&6; }
8495
 
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
8496
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
8497
 
   $as_echo_n "(cached) " >&6
8498
 
 else
8499
 
   if test -n "$ac_ct_CC"; then
8500
 
@@ -12211,24 +11584,24 @@ for as_dir in $PATH
8501
 
 do
8502
 
   IFS=$as_save_IFS
8503
 
   test -z "$as_dir" && as_dir=.
8504
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
8505
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
8506
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8507
 
     ac_cv_prog_ac_ct_CC="gcc"
8508
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8509
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8510
 
     break 2
8511
 
   fi
8512
 
 done
8513
 
-done
8514
 
+  done
8515
 
 IFS=$as_save_IFS
8516
 
 
8517
 
 fi
8518
 
 fi
8519
 
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
8520
 
 if test -n "$ac_ct_CC"; then
8521
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
8522
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
8523
 
 $as_echo "$ac_ct_CC" >&6; }
8524
 
 else
8525
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
8526
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8527
 
 $as_echo "no" >&6; }
8528
 
 fi
8529
 
 
8530
 
@@ -12237,7 +11610,7 @@ fi
8531
 
   else
8532
 
     case $cross_compiling:$ac_tool_warned in
8533
 
 yes:)
8534
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8535
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8536
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8537
 
 ac_tool_warned=yes ;;
8538
 
 esac
8539
 
@@ -12251,9 +11624,9 @@ if test -z "$CC"; then
8540
 
           if test -n "$ac_tool_prefix"; then
8541
 
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
8542
 
 set dummy ${ac_tool_prefix}cc; ac_word=$2
8543
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8544
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8545
 
 $as_echo_n "checking for $ac_word... " >&6; }
8546
 
-if test "${ac_cv_prog_CC+set}" = set; then
8547
 
+if test "${ac_cv_prog_CC+set}" = set; then :
8548
 
   $as_echo_n "(cached) " >&6
8549
 
 else
8550
 
   if test -n "$CC"; then
8551
 
@@ -12264,24 +11637,24 @@ for as_dir in $PATH
8552
 
 do
8553
 
   IFS=$as_save_IFS
8554
 
   test -z "$as_dir" && as_dir=.
8555
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
8556
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
8557
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8558
 
     ac_cv_prog_CC="${ac_tool_prefix}cc"
8559
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8560
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8561
 
     break 2
8562
 
   fi
8563
 
 done
8564
 
-done
8565
 
+  done
8566
 
 IFS=$as_save_IFS
8567
 
 
8568
 
 fi
8569
 
 fi
8570
 
 CC=$ac_cv_prog_CC
8571
 
 if test -n "$CC"; then
8572
 
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
8573
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
8574
 
 $as_echo "$CC" >&6; }
8575
 
 else
8576
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
8577
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8578
 
 $as_echo "no" >&6; }
8579
 
 fi
8580
 
 
8581
 
@@ -12291,9 +11664,9 @@ fi
8582
 
 if test -z "$CC"; then
8583
 
   # Extract the first word of "cc", so it can be a program name with args.
8584
 
 set dummy cc; ac_word=$2
8585
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8586
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8587
 
 $as_echo_n "checking for $ac_word... " >&6; }
8588
 
-if test "${ac_cv_prog_CC+set}" = set; then
8589
 
+if test "${ac_cv_prog_CC+set}" = set; then :
8590
 
   $as_echo_n "(cached) " >&6
8591
 
 else
8592
 
   if test -n "$CC"; then
8593
 
@@ -12305,18 +11678,18 @@ for as_dir in $PATH
8594
 
 do
8595
 
   IFS=$as_save_IFS
8596
 
   test -z "$as_dir" && as_dir=.
8597
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
8598
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
8599
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8600
 
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
8601
 
        ac_prog_rejected=yes
8602
 
        continue
8603
 
      fi
8604
 
     ac_cv_prog_CC="cc"
8605
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8606
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8607
 
     break 2
8608
 
   fi
8609
 
 done
8610
 
-done
8611
 
+  done
8612
 
 IFS=$as_save_IFS
8613
 
 
8614
 
 if test $ac_prog_rejected = yes; then
8615
 
@@ -12335,10 +11708,10 @@ fi
8616
 
 fi
8617
 
 CC=$ac_cv_prog_CC
8618
 
 if test -n "$CC"; then
8619
 
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
8620
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
8621
 
 $as_echo "$CC" >&6; }
8622
 
 else
8623
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
8624
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8625
 
 $as_echo "no" >&6; }
8626
 
 fi
8627
 
 
8628
 
@@ -12350,9 +11723,9 @@ if test -z "$CC"; then
8629
 
   do
8630
 
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8631
 
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
8632
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8633
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8634
 
 $as_echo_n "checking for $ac_word... " >&6; }
8635
 
-if test "${ac_cv_prog_CC+set}" = set; then
8636
 
+if test "${ac_cv_prog_CC+set}" = set; then :
8637
 
   $as_echo_n "(cached) " >&6
8638
 
 else
8639
 
   if test -n "$CC"; then
8640
 
@@ -12363,24 +11736,24 @@ for as_dir in $PATH
8641
 
 do
8642
 
   IFS=$as_save_IFS
8643
 
   test -z "$as_dir" && as_dir=.
8644
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
8645
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
8646
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8647
 
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
8648
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8649
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8650
 
     break 2
8651
 
   fi
8652
 
 done
8653
 
-done
8654
 
+  done
8655
 
 IFS=$as_save_IFS
8656
 
 
8657
 
 fi
8658
 
 fi
8659
 
 CC=$ac_cv_prog_CC
8660
 
 if test -n "$CC"; then
8661
 
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
8662
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
8663
 
 $as_echo "$CC" >&6; }
8664
 
 else
8665
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
8666
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8667
 
 $as_echo "no" >&6; }
8668
 
 fi
8669
 
 
8670
 
@@ -12394,9 +11767,9 @@ if test -z "$CC"; then
8671
 
 do
8672
 
   # Extract the first word of "$ac_prog", so it can be a program name with args.
8673
 
 set dummy $ac_prog; ac_word=$2
8674
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8675
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8676
 
 $as_echo_n "checking for $ac_word... " >&6; }
8677
 
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
8678
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
8679
 
   $as_echo_n "(cached) " >&6
8680
 
 else
8681
 
   if test -n "$ac_ct_CC"; then
8682
 
@@ -12407,24 +11780,24 @@ for as_dir in $PATH
8683
 
 do
8684
 
   IFS=$as_save_IFS
8685
 
   test -z "$as_dir" && as_dir=.
8686
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
8687
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
8688
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8689
 
     ac_cv_prog_ac_ct_CC="$ac_prog"
8690
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8691
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8692
 
     break 2
8693
 
   fi
8694
 
 done
8695
 
-done
8696
 
+  done
8697
 
 IFS=$as_save_IFS
8698
 
 
8699
 
 fi
8700
 
 fi
8701
 
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
8702
 
 if test -n "$ac_ct_CC"; then
8703
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
8704
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
8705
 
 $as_echo "$ac_ct_CC" >&6; }
8706
 
 else
8707
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
8708
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8709
 
 $as_echo "no" >&6; }
8710
 
 fi
8711
 
 
8712
 
@@ -12437,7 +11810,7 @@ done
8713
 
   else
8714
 
     case $cross_compiling:$ac_tool_warned in
8715
 
 yes:)
8716
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8717
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8718
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8719
 
 ac_tool_warned=yes ;;
8720
 
 esac
8721
 
@@ -12448,62 +11821,42 @@ fi
8722
 
 fi
8723
 
 
8724
 
 
8725
 
-test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
8726
 
+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8727
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8728
 
-{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
8729
 
-See \`config.log' for more details." >&5
8730
 
-$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
8731
 
-See \`config.log' for more details." >&2;}
8732
 
-   { (exit 1); exit 1; }; }; }
8733
 
+as_fn_error "no acceptable C compiler found in \$PATH
8734
 
+See \`config.log' for more details." "$LINENO" 5; }
8735
 
 
8736
 
 # Provide some information about the compiler.
8737
 
-$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
8738
 
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
8739
 
 set X $ac_compile
8740
 
 ac_compiler=$2
8741
 
-{ (ac_try="$ac_compiler --version >&5"
8742
 
-case "(($ac_try" in
8743
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8744
 
-  *) ac_try_echo=$ac_try;;
8745
 
-esac
8746
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8747
 
-$as_echo "$ac_try_echo") >&5
8748
 
-  (eval "$ac_compiler --version >&5") 2>&5
8749
 
-  ac_status=$?
8750
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8751
 
-  (exit $ac_status); }
8752
 
-{ (ac_try="$ac_compiler -v >&5"
8753
 
-case "(($ac_try" in
8754
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8755
 
-  *) ac_try_echo=$ac_try;;
8756
 
-esac
8757
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8758
 
-$as_echo "$ac_try_echo") >&5
8759
 
-  (eval "$ac_compiler -v >&5") 2>&5
8760
 
-  ac_status=$?
8761
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8762
 
-  (exit $ac_status); }
8763
 
-{ (ac_try="$ac_compiler -V >&5"
8764
 
+for ac_option in --version -v -V -qversion; do
8765
 
+  { { ac_try="$ac_compiler $ac_option >&5"
8766
 
 case "(($ac_try" in
8767
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8768
 
   *) ac_try_echo=$ac_try;;
8769
 
 esac
8770
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8771
 
-$as_echo "$ac_try_echo") >&5
8772
 
-  (eval "$ac_compiler -V >&5") 2>&5
8773
 
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
8774
 
+$as_echo "$ac_try_echo"; } >&5
8775
 
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
8776
 
   ac_status=$?
8777
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8778
 
-  (exit $ac_status); }
8779
 
+  if test -s conftest.err; then
8780
 
+    sed '10a\
8781
 
+... rest of stderr output deleted ...
8782
 
+         10q' conftest.err >conftest.er1
8783
 
+    cat conftest.er1 >&5
8784
 
+  fi
8785
 
+  rm -f conftest.er1 conftest.err
8786
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8787
 
+  test $ac_status = 0; }
8788
 
+done
8789
 
 
8790
 
-{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
8791
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
8792
 
 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
8793
 
-if test "${ac_cv_c_compiler_gnu+set}" = set; then
8794
 
+if test "${ac_cv_c_compiler_gnu+set}" = set; then :
8795
 
   $as_echo_n "(cached) " >&6
8796
 
 else
8797
 
-  cat >conftest.$ac_ext <<_ACEOF
8798
 
-/* confdefs.h.  */
8799
 
-_ACEOF
8800
 
-cat confdefs.h >>conftest.$ac_ext
8801
 
-cat >>conftest.$ac_ext <<_ACEOF
8802
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8803
 
 /* end confdefs.h.  */
8804
 
 
8805
 
 int
8806
 
@@ -12517,37 +11870,16 @@ main ()
8807
 
   return 0;
8808
 
 }
8809
 
 _ACEOF
8810
 
-rm -f conftest.$ac_objext
8811
 
-if { (ac_try="$ac_compile"
8812
 
-case "(($ac_try" in
8813
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8814
 
-  *) ac_try_echo=$ac_try;;
8815
 
-esac
8816
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8817
 
-$as_echo "$ac_try_echo") >&5
8818
 
-  (eval "$ac_compile") 2>conftest.er1
8819
 
-  ac_status=$?
8820
 
-  grep -v '^ *+' conftest.er1 >conftest.err
8821
 
-  rm -f conftest.er1
8822
 
-  cat conftest.err >&5
8823
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8824
 
-  (exit $ac_status); } && {
8825
 
-        test -z "$ac_c_werror_flag" ||
8826
 
-        test ! -s conftest.err
8827
 
-       } && test -s conftest.$ac_objext; then
8828
 
+if ac_fn_c_try_compile "$LINENO"; then :
8829
 
   ac_compiler_gnu=yes
8830
 
 else
8831
 
-  $as_echo "$as_me: failed program was:" >&5
8832
 
-sed 's/^/| /' conftest.$ac_ext >&5
8833
 
-
8834
 
-       ac_compiler_gnu=no
8835
 
+  ac_compiler_gnu=no
8836
 
 fi
8837
 
-
8838
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8839
 
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
8840
 
 
8841
 
 fi
8842
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
8843
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
8844
 
 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
8845
 
 if test $ac_compiler_gnu = yes; then
8846
 
   GCC=yes
8847
 
@@ -12556,59 +11888,16 @@ else
8848
 
 fi
8849
 
 ac_test_CFLAGS=${CFLAGS+set}
8850
 
 ac_save_CFLAGS=$CFLAGS
8851
 
-{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
8852
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
8853
 
 $as_echo_n "checking whether $CC accepts -g... " >&6; }
8854
 
-if test "${ac_cv_prog_cc_g+set}" = set; then
8855
 
+if test "${ac_cv_prog_cc_g+set}" = set; then :
8856
 
   $as_echo_n "(cached) " >&6
8857
 
 else
8858
 
   ac_save_c_werror_flag=$ac_c_werror_flag
8859
 
    ac_c_werror_flag=yes
8860
 
    ac_cv_prog_cc_g=no
8861
 
    CFLAGS="-g"
8862
 
-   cat >conftest.$ac_ext <<_ACEOF
8863
 
-/* confdefs.h.  */
8864
 
-_ACEOF
8865
 
-cat confdefs.h >>conftest.$ac_ext
8866
 
-cat >>conftest.$ac_ext <<_ACEOF
8867
 
-/* end confdefs.h.  */
8868
 
-
8869
 
-int
8870
 
-main ()
8871
 
-{
8872
 
-
8873
 
-  ;
8874
 
-  return 0;
8875
 
-}
8876
 
-_ACEOF
8877
 
-rm -f conftest.$ac_objext
8878
 
-if { (ac_try="$ac_compile"
8879
 
-case "(($ac_try" in
8880
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8881
 
-  *) ac_try_echo=$ac_try;;
8882
 
-esac
8883
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8884
 
-$as_echo "$ac_try_echo") >&5
8885
 
-  (eval "$ac_compile") 2>conftest.er1
8886
 
-  ac_status=$?
8887
 
-  grep -v '^ *+' conftest.er1 >conftest.err
8888
 
-  rm -f conftest.er1
8889
 
-  cat conftest.err >&5
8890
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8891
 
-  (exit $ac_status); } && {
8892
 
-        test -z "$ac_c_werror_flag" ||
8893
 
-        test ! -s conftest.err
8894
 
-       } && test -s conftest.$ac_objext; then
8895
 
-  ac_cv_prog_cc_g=yes
8896
 
-else
8897
 
-  $as_echo "$as_me: failed program was:" >&5
8898
 
-sed 's/^/| /' conftest.$ac_ext >&5
8899
 
-
8900
 
-       CFLAGS=""
8901
 
-      cat >conftest.$ac_ext <<_ACEOF
8902
 
-/* confdefs.h.  */
8903
 
-_ACEOF
8904
 
-cat confdefs.h >>conftest.$ac_ext
8905
 
-cat >>conftest.$ac_ext <<_ACEOF
8906
 
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8907
 
 /* end confdefs.h.  */
8908
 
 
8909
 
 int
8910
 
@@ -12616,39 +11905,14 @@ main ()
8911
 
 {
8912
 
 
8913
 
   ;
8914
 
-  return 0;
8915
 
-}
8916
 
-_ACEOF
8917
 
-rm -f conftest.$ac_objext
8918
 
-if { (ac_try="$ac_compile"
8919
 
-case "(($ac_try" in
8920
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8921
 
-  *) ac_try_echo=$ac_try;;
8922
 
-esac
8923
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8924
 
-$as_echo "$ac_try_echo") >&5
8925
 
-  (eval "$ac_compile") 2>conftest.er1
8926
 
-  ac_status=$?
8927
 
-  grep -v '^ *+' conftest.er1 >conftest.err
8928
 
-  rm -f conftest.er1
8929
 
-  cat conftest.err >&5
8930
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8931
 
-  (exit $ac_status); } && {
8932
 
-        test -z "$ac_c_werror_flag" ||
8933
 
-        test ! -s conftest.err
8934
 
-       } && test -s conftest.$ac_objext; then
8935
 
-  :
8936
 
-else
8937
 
-  $as_echo "$as_me: failed program was:" >&5
8938
 
-sed 's/^/| /' conftest.$ac_ext >&5
8939
 
-
8940
 
-       ac_c_werror_flag=$ac_save_c_werror_flag
8941
 
-        CFLAGS="-g"
8942
 
-        cat >conftest.$ac_ext <<_ACEOF
8943
 
-/* confdefs.h.  */
8944
 
+  return 0;
8945
 
+}
8946
 
 _ACEOF
8947
 
-cat confdefs.h >>conftest.$ac_ext
8948
 
-cat >>conftest.$ac_ext <<_ACEOF
8949
 
+if ac_fn_c_try_compile "$LINENO"; then :
8950
 
+  ac_cv_prog_cc_g=yes
8951
 
+else
8952
 
+  CFLAGS=""
8953
 
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8954
 
 /* end confdefs.h.  */
8955
 
 
8956
 
 int
8957
 
@@ -12659,42 +11923,33 @@ main ()
8958
 
   return 0;
8959
 
 }
8960
 
 _ACEOF
8961
 
-rm -f conftest.$ac_objext
8962
 
-if { (ac_try="$ac_compile"
8963
 
-case "(($ac_try" in
8964
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8965
 
-  *) ac_try_echo=$ac_try;;
8966
 
-esac
8967
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8968
 
-$as_echo "$ac_try_echo") >&5
8969
 
-  (eval "$ac_compile") 2>conftest.er1
8970
 
-  ac_status=$?
8971
 
-  grep -v '^ *+' conftest.er1 >conftest.err
8972
 
-  rm -f conftest.er1
8973
 
-  cat conftest.err >&5
8974
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8975
 
-  (exit $ac_status); } && {
8976
 
-        test -z "$ac_c_werror_flag" ||
8977
 
-        test ! -s conftest.err
8978
 
-       } && test -s conftest.$ac_objext; then
8979
 
-  ac_cv_prog_cc_g=yes
8980
 
+if ac_fn_c_try_compile "$LINENO"; then :
8981
 
+
8982
 
 else
8983
 
-  $as_echo "$as_me: failed program was:" >&5
8984
 
-sed 's/^/| /' conftest.$ac_ext >&5
8985
 
+  ac_c_werror_flag=$ac_save_c_werror_flag
8986
 
+        CFLAGS="-g"
8987
 
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8988
 
+/* end confdefs.h.  */
8989
 
 
8990
 
+int
8991
 
+main ()
8992
 
+{
8993
 
 
8994
 
+  ;
8995
 
+  return 0;
8996
 
+}
8997
 
+_ACEOF
8998
 
+if ac_fn_c_try_compile "$LINENO"; then :
8999
 
+  ac_cv_prog_cc_g=yes
9000
 
 fi
9001
 
-
9002
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9003
 
 fi
9004
 
-
9005
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9006
 
 fi
9007
 
-
9008
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9009
 
    ac_c_werror_flag=$ac_save_c_werror_flag
9010
 
 fi
9011
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
9012
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
9013
 
 $as_echo "$ac_cv_prog_cc_g" >&6; }
9014
 
 if test "$ac_test_CFLAGS" = set; then
9015
 
   CFLAGS=$ac_save_CFLAGS
9016
 
@@ -12711,18 +11966,14 @@ else
9017
 
     CFLAGS=
9018
 
   fi
9019
 
 fi
9020
 
-{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
9021
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
9022
 
 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
9023
 
-if test "${ac_cv_prog_cc_c89+set}" = set; then
9024
 
+if test "${ac_cv_prog_cc_c89+set}" = set; then :
9025
 
   $as_echo_n "(cached) " >&6
9026
 
 else
9027
 
   ac_cv_prog_cc_c89=no
9028
 
 ac_save_CC=$CC
9029
 
-cat >conftest.$ac_ext <<_ACEOF
9030
 
-/* confdefs.h.  */
9031
 
-_ACEOF
9032
 
-cat confdefs.h >>conftest.$ac_ext
9033
 
-cat >>conftest.$ac_ext <<_ACEOF
9034
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9035
 
 /* end confdefs.h.  */
9036
 
 #include <stdarg.h>
9037
 
 #include <stdio.h>
9038
 
@@ -12779,32 +12030,9 @@ for ac_arg in '' -qlanglvl=extc89 -qlang
9039
 
        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
9040
 
 do
9041
 
   CC="$ac_save_CC $ac_arg"
9042
 
-  rm -f conftest.$ac_objext
9043
 
-if { (ac_try="$ac_compile"
9044
 
-case "(($ac_try" in
9045
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9046
 
-  *) ac_try_echo=$ac_try;;
9047
 
-esac
9048
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9049
 
-$as_echo "$ac_try_echo") >&5
9050
 
-  (eval "$ac_compile") 2>conftest.er1
9051
 
-  ac_status=$?
9052
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9053
 
-  rm -f conftest.er1
9054
 
-  cat conftest.err >&5
9055
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9056
 
-  (exit $ac_status); } && {
9057
 
-        test -z "$ac_c_werror_flag" ||
9058
 
-        test ! -s conftest.err
9059
 
-       } && test -s conftest.$ac_objext; then
9060
 
+  if ac_fn_c_try_compile "$LINENO"; then :
9061
 
   ac_cv_prog_cc_c89=$ac_arg
9062
 
-else
9063
 
-  $as_echo "$as_me: failed program was:" >&5
9064
 
-sed 's/^/| /' conftest.$ac_ext >&5
9065
 
-
9066
 
-
9067
 
 fi
9068
 
-
9069
 
 rm -f core conftest.err conftest.$ac_objext
9070
 
   test "x$ac_cv_prog_cc_c89" != "xno" && break
9071
 
 done
9072
 
@@ -12815,17 +12043,19 @@ fi
9073
 
 # AC_CACHE_VAL
9074
 
 case "x$ac_cv_prog_cc_c89" in
9075
 
   x)
9076
 
-    { $as_echo "$as_me:$LINENO: result: none needed" >&5
9077
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
9078
 
 $as_echo "none needed" >&6; } ;;
9079
 
   xno)
9080
 
-    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
9081
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
9082
 
 $as_echo "unsupported" >&6; } ;;
9083
 
   *)
9084
 
     CC="$CC $ac_cv_prog_cc_c89"
9085
 
-    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
9086
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
9087
 
 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
9088
 
 esac
9089
 
+if test "x$ac_cv_prog_cc_c89" != xno; then :
9090
 
 
9091
 
+fi
9092
 
 
9093
 
 ac_ext=c
9094
 
 ac_cpp='$CPP $CPPFLAGS'
9095
 
@@ -12835,9 +12065,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
9096
 
 
9097
 
 depcc="$CC"   am_compiler_list=
9098
 
 
9099
 
-{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
9100
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
9101
 
 $as_echo_n "checking dependency style of $depcc... " >&6; }
9102
 
-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
9103
 
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
9104
 
   $as_echo_n "(cached) " >&6
9105
 
 else
9106
 
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
9107
 
@@ -12945,7 +12175,7 @@ else
9108
 
 fi
9109
 
 
9110
 
 fi
9111
 
-{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
9112
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
9113
 
 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
9114
 
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
9115
 
 
9116
 
@@ -12960,16 +12190,12 @@ else
9117
 
 fi
9118
 
 
9119
 
 
9120
 
-{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
9121
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
9122
 
 $as_echo_n "checking for ANSI C header files... " >&6; }
9123
 
-if test "${ac_cv_header_stdc+set}" = set; then
9124
 
+if test "${ac_cv_header_stdc+set}" = set; then :
9125
 
   $as_echo_n "(cached) " >&6
9126
 
 else
9127
 
-  cat >conftest.$ac_ext <<_ACEOF
9128
 
-/* confdefs.h.  */
9129
 
-_ACEOF
9130
 
-cat confdefs.h >>conftest.$ac_ext
9131
 
-cat >>conftest.$ac_ext <<_ACEOF
9132
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9133
 
 /* end confdefs.h.  */
9134
 
 #include <stdlib.h>
9135
 
 #include <stdarg.h>
9136
 
@@ -12984,48 +12210,23 @@ main ()
9137
 
   return 0;
9138
 
 }
9139
 
 _ACEOF
9140
 
-rm -f conftest.$ac_objext
9141
 
-if { (ac_try="$ac_compile"
9142
 
-case "(($ac_try" in
9143
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9144
 
-  *) ac_try_echo=$ac_try;;
9145
 
-esac
9146
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9147
 
-$as_echo "$ac_try_echo") >&5
9148
 
-  (eval "$ac_compile") 2>conftest.er1
9149
 
-  ac_status=$?
9150
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9151
 
-  rm -f conftest.er1
9152
 
-  cat conftest.err >&5
9153
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9154
 
-  (exit $ac_status); } && {
9155
 
-        test -z "$ac_c_werror_flag" ||
9156
 
-        test ! -s conftest.err
9157
 
-       } && test -s conftest.$ac_objext; then
9158
 
+if ac_fn_c_try_compile "$LINENO"; then :
9159
 
   ac_cv_header_stdc=yes
9160
 
 else
9161
 
-  $as_echo "$as_me: failed program was:" >&5
9162
 
-sed 's/^/| /' conftest.$ac_ext >&5
9163
 
-
9164
 
-       ac_cv_header_stdc=no
9165
 
+  ac_cv_header_stdc=no
9166
 
 fi
9167
 
-
9168
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9169
 
 
9170
 
 if test $ac_cv_header_stdc = yes; then
9171
 
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
9172
 
-  cat >conftest.$ac_ext <<_ACEOF
9173
 
-/* confdefs.h.  */
9174
 
-_ACEOF
9175
 
-cat confdefs.h >>conftest.$ac_ext
9176
 
-cat >>conftest.$ac_ext <<_ACEOF
9177
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9178
 
 /* end confdefs.h.  */
9179
 
 #include <string.h>
9180
 
 
9181
 
 _ACEOF
9182
 
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9183
 
-  $EGREP "memchr" >/dev/null 2>&1; then
9184
 
-  :
9185
 
+  $EGREP "memchr" >/dev/null 2>&1; then :
9186
 
+
9187
 
 else
9188
 
   ac_cv_header_stdc=no
9189
 
 fi
9190
 
@@ -13035,18 +12236,14 @@ fi
9191
 
 
9192
 
 if test $ac_cv_header_stdc = yes; then
9193
 
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
9194
 
-  cat >conftest.$ac_ext <<_ACEOF
9195
 
-/* confdefs.h.  */
9196
 
-_ACEOF
9197
 
-cat confdefs.h >>conftest.$ac_ext
9198
 
-cat >>conftest.$ac_ext <<_ACEOF
9199
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9200
 
 /* end confdefs.h.  */
9201
 
 #include <stdlib.h>
9202
 
 
9203
 
 _ACEOF
9204
 
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9205
 
-  $EGREP "free" >/dev/null 2>&1; then
9206
 
-  :
9207
 
+  $EGREP "free" >/dev/null 2>&1; then :
9208
 
+
9209
 
 else
9210
 
   ac_cv_header_stdc=no
9211
 
 fi
9212
 
@@ -13056,14 +12253,10 @@ fi
9213
 
 
9214
 
 if test $ac_cv_header_stdc = yes; then
9215
 
   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
9216
 
-  if test "$cross_compiling" = yes; then
9217
 
+  if test "$cross_compiling" = yes; then :
9218
 
   :
9219
 
 else
9220
 
-  cat >conftest.$ac_ext <<_ACEOF
9221
 
-/* confdefs.h.  */
9222
 
-_ACEOF
9223
 
-cat confdefs.h >>conftest.$ac_ext
9224
 
-cat >>conftest.$ac_ext <<_ACEOF
9225
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9226
 
 /* end confdefs.h.  */
9227
 
 #include <ctype.h>
9228
 
 #include <stdlib.h>
9229
 
@@ -13082,575 +12275,127 @@ cat >>conftest.$ac_ext <<_ACEOF
9230
 
 int
9231
 
 main ()
9232
 
 {
9233
 
-  int i;
9234
 
-  for (i = 0; i < 256; i++)
9235
 
-    if (XOR (islower (i), ISLOWER (i))
9236
 
-       || toupper (i) != TOUPPER (i))
9237
 
-      return 2;
9238
 
-  return 0;
9239
 
-}
9240
 
-_ACEOF
9241
 
-rm -f conftest$ac_exeext
9242
 
-if { (ac_try="$ac_link"
9243
 
-case "(($ac_try" in
9244
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9245
 
-  *) ac_try_echo=$ac_try;;
9246
 
-esac
9247
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9248
 
-$as_echo "$ac_try_echo") >&5
9249
 
-  (eval "$ac_link") 2>&5
9250
 
-  ac_status=$?
9251
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9252
 
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9253
 
-  { (case "(($ac_try" in
9254
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9255
 
-  *) ac_try_echo=$ac_try;;
9256
 
-esac
9257
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9258
 
-$as_echo "$ac_try_echo") >&5
9259
 
-  (eval "$ac_try") 2>&5
9260
 
-  ac_status=$?
9261
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9262
 
-  (exit $ac_status); }; }; then
9263
 
-  :
9264
 
-else
9265
 
-  $as_echo "$as_me: program exited with status $ac_status" >&5
9266
 
-$as_echo "$as_me: failed program was:" >&5
9267
 
-sed 's/^/| /' conftest.$ac_ext >&5
9268
 
-
9269
 
-( exit $ac_status )
9270
 
-ac_cv_header_stdc=no
9271
 
-fi
9272
 
-rm -rf conftest.dSYM
9273
 
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9274
 
-fi
9275
 
-
9276
 
-
9277
 
-fi
9278
 
-fi
9279
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
9280
 
-$as_echo "$ac_cv_header_stdc" >&6; }
9281
 
-if test $ac_cv_header_stdc = yes; then
9282
 
-
9283
 
-cat >>confdefs.h <<\_ACEOF
9284
 
-#define STDC_HEADERS 1
9285
 
-_ACEOF
9286
 
-
9287
 
-fi
9288
 
-
9289
 
-if test "x${datadir}" = 'x${prefix}/share'; then
9290
 
-  if test "x${prefix}" = "xNONE"; then
9291
 
-
9292
 
-cat >>confdefs.h <<_ACEOF
9293
 
-#define PACKAGE_DATA_DIR "${ac_default_prefix}/share/"
9294
 
-_ACEOF
9295
 
-
9296
 
-  else
9297
 
-
9298
 
-cat >>confdefs.h <<_ACEOF
9299
 
-#define PACKAGE_DATA_DIR "${prefix}/share/"
9300
 
-_ACEOF
9301
 
-
9302
 
-  fi
9303
 
-  elif test "x${datadir}" = 'x${datarootdir}'; then
9304
 
-  if test "x${datarootdir}" = 'x${prefix}/share'; then
9305
 
-       if test "x${prefix}" = "xNONE"; then
9306
 
-
9307
 
-cat >>confdefs.h <<_ACEOF
9308
 
-#define PACKAGE_DATA_DIR "${ac_default_prefix}/share/"
9309
 
-_ACEOF
9310
 
-
9311
 
-       else
9312
 
-
9313
 
-cat >>confdefs.h <<_ACEOF
9314
 
-#define PACKAGE_DATA_DIR "${prefix}/share/"
9315
 
-_ACEOF
9316
 
-
9317
 
-       fi
9318
 
-  else
9319
 
-
9320
 
-cat >>confdefs.h <<_ACEOF
9321
 
-#define PACKAGE_DATA_DIR "${datarootdir}/"
9322
 
-_ACEOF
9323
 
-
9324
 
-       fi
9325
 
-  else
9326
 
-
9327
 
-cat >>confdefs.h <<_ACEOF
9328
 
-#define PACKAGE_DATA_DIR "${datadir}/"
9329
 
-_ACEOF
9330
 
-
9331
 
-fi
9332
 
-
9333
 
-
9334
 
-
9335
 
-for ac_header in camlib.h
9336
 
-do
9337
 
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9338
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9339
 
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
9340
 
-$as_echo_n "checking for $ac_header... " >&6; }
9341
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9342
 
-  $as_echo_n "(cached) " >&6
9343
 
-fi
9344
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
9345
 
-                $as_echo "$as_val"'`
9346
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9347
 
-$as_echo "$ac_res" >&6; }
9348
 
-else
9349
 
-  # Is the header compilable?
9350
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
9351
 
-$as_echo_n "checking $ac_header usability... " >&6; }
9352
 
-cat >conftest.$ac_ext <<_ACEOF
9353
 
-/* confdefs.h.  */
9354
 
-_ACEOF
9355
 
-cat confdefs.h >>conftest.$ac_ext
9356
 
-cat >>conftest.$ac_ext <<_ACEOF
9357
 
-/* end confdefs.h.  */
9358
 
-$ac_includes_default
9359
 
-#include <$ac_header>
9360
 
-_ACEOF
9361
 
-rm -f conftest.$ac_objext
9362
 
-if { (ac_try="$ac_compile"
9363
 
-case "(($ac_try" in
9364
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9365
 
-  *) ac_try_echo=$ac_try;;
9366
 
-esac
9367
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9368
 
-$as_echo "$ac_try_echo") >&5
9369
 
-  (eval "$ac_compile") 2>conftest.er1
9370
 
-  ac_status=$?
9371
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9372
 
-  rm -f conftest.er1
9373
 
-  cat conftest.err >&5
9374
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9375
 
-  (exit $ac_status); } && {
9376
 
-        test -z "$ac_c_werror_flag" ||
9377
 
-        test ! -s conftest.err
9378
 
-       } && test -s conftest.$ac_objext; then
9379
 
-  ac_header_compiler=yes
9380
 
-else
9381
 
-  $as_echo "$as_me: failed program was:" >&5
9382
 
-sed 's/^/| /' conftest.$ac_ext >&5
9383
 
-
9384
 
-       ac_header_compiler=no
9385
 
-fi
9386
 
-
9387
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9388
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9389
 
-$as_echo "$ac_header_compiler" >&6; }
9390
 
-
9391
 
-# Is the header present?
9392
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
9393
 
-$as_echo_n "checking $ac_header presence... " >&6; }
9394
 
-cat >conftest.$ac_ext <<_ACEOF
9395
 
-/* confdefs.h.  */
9396
 
-_ACEOF
9397
 
-cat confdefs.h >>conftest.$ac_ext
9398
 
-cat >>conftest.$ac_ext <<_ACEOF
9399
 
-/* end confdefs.h.  */
9400
 
-#include <$ac_header>
9401
 
-_ACEOF
9402
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
9403
 
-case "(($ac_try" in
9404
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9405
 
-  *) ac_try_echo=$ac_try;;
9406
 
-esac
9407
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9408
 
-$as_echo "$ac_try_echo") >&5
9409
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9410
 
-  ac_status=$?
9411
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9412
 
-  rm -f conftest.er1
9413
 
-  cat conftest.err >&5
9414
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9415
 
-  (exit $ac_status); } >/dev/null && {
9416
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9417
 
-        test ! -s conftest.err
9418
 
-       }; then
9419
 
-  ac_header_preproc=yes
9420
 
-else
9421
 
-  $as_echo "$as_me: failed program was:" >&5
9422
 
-sed 's/^/| /' conftest.$ac_ext >&5
9423
 
-
9424
 
-  ac_header_preproc=no
9425
 
-fi
9426
 
-
9427
 
-rm -f conftest.err conftest.$ac_ext
9428
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9429
 
-$as_echo "$ac_header_preproc" >&6; }
9430
 
-
9431
 
-# So?  What about this header?
9432
 
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9433
 
-  yes:no: )
9434
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9435
 
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9436
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9437
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9438
 
-    ac_header_preproc=yes
9439
 
-    ;;
9440
 
-  no:yes:* )
9441
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9442
 
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9443
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
9444
 
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
9445
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9446
 
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9447
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
9448
 
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
9449
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9450
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9451
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9452
 
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9453
 
-
9454
 
-    ;;
9455
 
-esac
9456
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
9457
 
-$as_echo_n "checking for $ac_header... " >&6; }
9458
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9459
 
-  $as_echo_n "(cached) " >&6
9460
 
-else
9461
 
-  eval "$as_ac_Header=\$ac_header_preproc"
9462
 
-fi
9463
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
9464
 
-                $as_echo "$as_val"'`
9465
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9466
 
-$as_echo "$ac_res" >&6; }
9467
 
-
9468
 
-fi
9469
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
9470
 
-                $as_echo "$as_val"'`
9471
 
-   if test "x$as_val" = x""yes; then
9472
 
-  cat >>confdefs.h <<_ACEOF
9473
 
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9474
 
-_ACEOF
9475
 
- has_cam="yes"
9476
 
-else
9477
 
-  has_cam="no"
9478
 
-fi
9479
 
-
9480
 
-done
9481
 
-
9482
 
-
9483
 
-{ $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t" >&5
9484
 
-$as_echo_n "checking for sg_io_hdr_t... " >&6; }
9485
 
-if test "${ac_cv_type_sg_io_hdr_t+set}" = set; then
9486
 
-  $as_echo_n "(cached) " >&6
9487
 
-else
9488
 
-  ac_cv_type_sg_io_hdr_t=no
9489
 
-cat >conftest.$ac_ext <<_ACEOF
9490
 
-/* confdefs.h.  */
9491
 
-_ACEOF
9492
 
-cat confdefs.h >>conftest.$ac_ext
9493
 
-cat >>conftest.$ac_ext <<_ACEOF
9494
 
-/* end confdefs.h.  */
9495
 
-#include <sys/types.h>
9496
 
- #include <scsi/sg.h>
9497
 
-
9498
 
-int
9499
 
-main ()
9500
 
-{
9501
 
-if (sizeof (sg_io_hdr_t))
9502
 
-       return 0;
9503
 
-  ;
9504
 
-  return 0;
9505
 
-}
9506
 
-_ACEOF
9507
 
-rm -f conftest.$ac_objext
9508
 
-if { (ac_try="$ac_compile"
9509
 
-case "(($ac_try" in
9510
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9511
 
-  *) ac_try_echo=$ac_try;;
9512
 
-esac
9513
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9514
 
-$as_echo "$ac_try_echo") >&5
9515
 
-  (eval "$ac_compile") 2>conftest.er1
9516
 
-  ac_status=$?
9517
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9518
 
-  rm -f conftest.er1
9519
 
-  cat conftest.err >&5
9520
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9521
 
-  (exit $ac_status); } && {
9522
 
-        test -z "$ac_c_werror_flag" ||
9523
 
-        test ! -s conftest.err
9524
 
-       } && test -s conftest.$ac_objext; then
9525
 
-  cat >conftest.$ac_ext <<_ACEOF
9526
 
-/* confdefs.h.  */
9527
 
-_ACEOF
9528
 
-cat confdefs.h >>conftest.$ac_ext
9529
 
-cat >>conftest.$ac_ext <<_ACEOF
9530
 
-/* end confdefs.h.  */
9531
 
-#include <sys/types.h>
9532
 
- #include <scsi/sg.h>
9533
 
-
9534
 
-int
9535
 
-main ()
9536
 
-{
9537
 
-if (sizeof ((sg_io_hdr_t)))
9538
 
-         return 0;
9539
 
-  ;
9540
 
+  int i;
9541
 
+  for (i = 0; i < 256; i++)
9542
 
+    if (XOR (islower (i), ISLOWER (i))
9543
 
+       || toupper (i) != TOUPPER (i))
9544
 
+      return 2;
9545
 
   return 0;
9546
 
 }
9547
 
 _ACEOF
9548
 
-rm -f conftest.$ac_objext
9549
 
-if { (ac_try="$ac_compile"
9550
 
-case "(($ac_try" in
9551
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9552
 
-  *) ac_try_echo=$ac_try;;
9553
 
-esac
9554
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9555
 
-$as_echo "$ac_try_echo") >&5
9556
 
-  (eval "$ac_compile") 2>conftest.er1
9557
 
-  ac_status=$?
9558
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9559
 
-  rm -f conftest.er1
9560
 
-  cat conftest.err >&5
9561
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9562
 
-  (exit $ac_status); } && {
9563
 
-        test -z "$ac_c_werror_flag" ||
9564
 
-        test ! -s conftest.err
9565
 
-       } && test -s conftest.$ac_objext; then
9566
 
-  :
9567
 
-else
9568
 
-  $as_echo "$as_me: failed program was:" >&5
9569
 
-sed 's/^/| /' conftest.$ac_ext >&5
9570
 
+if ac_fn_c_try_run "$LINENO"; then :
9571
 
 
9572
 
-       ac_cv_type_sg_io_hdr_t=yes
9573
 
+else
9574
 
+  ac_cv_header_stdc=no
9575
 
+fi
9576
 
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9577
 
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
9578
 
 fi
9579
 
 
9580
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9581
 
-else
9582
 
-  $as_echo "$as_me: failed program was:" >&5
9583
 
-sed 's/^/| /' conftest.$ac_ext >&5
9584
 
+fi
9585
 
+fi
9586
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
9587
 
+$as_echo "$ac_cv_header_stdc" >&6; }
9588
 
+if test $ac_cv_header_stdc = yes; then
9589
 
 
9590
 
+$as_echo "#define STDC_HEADERS 1" >>confdefs.h
9591
 
 
9592
 
 fi
9593
 
 
9594
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9595
 
-fi
9596
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_sg_io_hdr_t" >&5
9597
 
-$as_echo "$ac_cv_type_sg_io_hdr_t" >&6; }
9598
 
-if test "x$ac_cv_type_sg_io_hdr_t" = x""yes; then
9599
 
+if test "x${datadir}" = 'x${prefix}/share'; then
9600
 
+  if test "x${prefix}" = "xNONE"; then
9601
 
 
9602
 
 cat >>confdefs.h <<_ACEOF
9603
 
-#define HAVE_SG_IO_HDR_T 1
9604
 
+#define PACKAGE_DATA_DIR "${ac_default_prefix}/share/"
9605
 
 _ACEOF
9606
 
 
9607
 
-has_sg="yes"
9608
 
-else
9609
 
-  has_sg="no"
9610
 
-fi
9611
 
+  else
9612
 
 
9613
 
+cat >>confdefs.h <<_ACEOF
9614
 
+#define PACKAGE_DATA_DIR "${prefix}/share/"
9615
 
+_ACEOF
9616
 
 
9617
 
-{ $as_echo "$as_me:$LINENO: checking for scsireq_t" >&5
9618
 
-$as_echo_n "checking for scsireq_t... " >&6; }
9619
 
-if test "${ac_cv_type_scsireq_t+set}" = set; then
9620
 
-  $as_echo_n "(cached) " >&6
9621
 
-else
9622
 
-  ac_cv_type_scsireq_t=no
9623
 
-cat >conftest.$ac_ext <<_ACEOF
9624
 
-/* confdefs.h.  */
9625
 
+  fi
9626
 
+  elif test "x${datadir}" = 'x${datarootdir}'; then
9627
 
+  if test "x${datarootdir}" = 'x${prefix}/share'; then
9628
 
+       if test "x${prefix}" = "xNONE"; then
9629
 
+
9630
 
+cat >>confdefs.h <<_ACEOF
9631
 
+#define PACKAGE_DATA_DIR "${ac_default_prefix}/share/"
9632
 
 _ACEOF
9633
 
-cat confdefs.h >>conftest.$ac_ext
9634
 
-cat >>conftest.$ac_ext <<_ACEOF
9635
 
-/* end confdefs.h.  */
9636
 
-#include <sys/types.h>
9637
 
- #include <sys/scsiio.h>
9638
 
 
9639
 
-int
9640
 
-main ()
9641
 
-{
9642
 
-if (sizeof (scsireq_t))
9643
 
-       return 0;
9644
 
-  ;
9645
 
-  return 0;
9646
 
-}
9647
 
+       else
9648
 
+
9649
 
+cat >>confdefs.h <<_ACEOF
9650
 
+#define PACKAGE_DATA_DIR "${prefix}/share/"
9651
 
 _ACEOF
9652
 
-rm -f conftest.$ac_objext
9653
 
-if { (ac_try="$ac_compile"
9654
 
-case "(($ac_try" in
9655
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9656
 
-  *) ac_try_echo=$ac_try;;
9657
 
-esac
9658
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9659
 
-$as_echo "$ac_try_echo") >&5
9660
 
-  (eval "$ac_compile") 2>conftest.er1
9661
 
-  ac_status=$?
9662
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9663
 
-  rm -f conftest.er1
9664
 
-  cat conftest.err >&5
9665
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9666
 
-  (exit $ac_status); } && {
9667
 
-        test -z "$ac_c_werror_flag" ||
9668
 
-        test ! -s conftest.err
9669
 
-       } && test -s conftest.$ac_objext; then
9670
 
-  cat >conftest.$ac_ext <<_ACEOF
9671
 
-/* confdefs.h.  */
9672
 
+
9673
 
+       fi
9674
 
+  else
9675
 
+
9676
 
+cat >>confdefs.h <<_ACEOF
9677
 
+#define PACKAGE_DATA_DIR "${datarootdir}/"
9678
 
 _ACEOF
9679
 
-cat confdefs.h >>conftest.$ac_ext
9680
 
-cat >>conftest.$ac_ext <<_ACEOF
9681
 
-/* end confdefs.h.  */
9682
 
-#include <sys/types.h>
9683
 
- #include <sys/scsiio.h>
9684
 
 
9685
 
-int
9686
 
-main ()
9687
 
-{
9688
 
-if (sizeof ((scsireq_t)))
9689
 
-         return 0;
9690
 
-  ;
9691
 
-  return 0;
9692
 
-}
9693
 
+       fi
9694
 
+  else
9695
 
+
9696
 
+cat >>confdefs.h <<_ACEOF
9697
 
+#define PACKAGE_DATA_DIR "${datadir}/"
9698
 
 _ACEOF
9699
 
-rm -f conftest.$ac_objext
9700
 
-if { (ac_try="$ac_compile"
9701
 
-case "(($ac_try" in
9702
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9703
 
-  *) ac_try_echo=$ac_try;;
9704
 
-esac
9705
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9706
 
-$as_echo "$ac_try_echo") >&5
9707
 
-  (eval "$ac_compile") 2>conftest.er1
9708
 
-  ac_status=$?
9709
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9710
 
-  rm -f conftest.er1
9711
 
-  cat conftest.err >&5
9712
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9713
 
-  (exit $ac_status); } && {
9714
 
-        test -z "$ac_c_werror_flag" ||
9715
 
-        test ! -s conftest.err
9716
 
-       } && test -s conftest.$ac_objext; then
9717
 
-  :
9718
 
-else
9719
 
-  $as_echo "$as_me: failed program was:" >&5
9720
 
-sed 's/^/| /' conftest.$ac_ext >&5
9721
 
 
9722
 
-       ac_cv_type_scsireq_t=yes
9723
 
 fi
9724
 
 
9725
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9726
 
+
9727
 
+for ac_header in camlib.h
9728
 
+do :
9729
 
+  ac_fn_c_check_header_mongrel "$LINENO" "camlib.h" "ac_cv_header_camlib_h" "$ac_includes_default"
9730
 
+if test "x$ac_cv_header_camlib_h" = x""yes; then :
9731
 
+  cat >>confdefs.h <<_ACEOF
9732
 
+#define HAVE_CAMLIB_H 1
9733
 
+_ACEOF
9734
 
+ has_cam="yes"
9735
 
 else
9736
 
-  $as_echo "$as_me: failed program was:" >&5
9737
 
-sed 's/^/| /' conftest.$ac_ext >&5
9738
 
+  has_cam="no"
9739
 
+fi
9740
 
 
9741
 
+done
9742
 
 
9743
 
-fi
9744
 
 
9745
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9746
 
-fi
9747
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_scsireq_t" >&5
9748
 
-$as_echo "$ac_cv_type_scsireq_t" >&6; }
9749
 
-if test "x$ac_cv_type_scsireq_t" = x""yes; then
9750
 
+ac_fn_c_check_type "$LINENO" "sg_io_hdr_t" "ac_cv_type_sg_io_hdr_t" "#include <sys/types.h>
9751
 
+ #include <scsi/sg.h>
9752
 
+"
9753
 
+if test "x$ac_cv_type_sg_io_hdr_t" = x""yes; then :
9754
 
 
9755
 
 cat >>confdefs.h <<_ACEOF
9756
 
-#define HAVE_SCSIREQ_T 1
9757
 
+#define HAVE_SG_IO_HDR_T 1
9758
 
 _ACEOF
9759
 
 
9760
 
-has_scsiio="yes"
9761
 
+has_sg="yes"
9762
 
 else
9763
 
-  has_scsiio="no"
9764
 
+  has_sg="no"
9765
 
 fi
9766
 
 
9767
 
 
9768
 
-{ $as_echo "$as_me:$LINENO: checking for struct uscsi_cmd" >&5
9769
 
-$as_echo_n "checking for struct uscsi_cmd... " >&6; }
9770
 
-if test "${ac_cv_type_struct_uscsi_cmd+set}" = set; then
9771
 
-  $as_echo_n "(cached) " >&6
9772
 
-else
9773
 
-  ac_cv_type_struct_uscsi_cmd=no
9774
 
-cat >conftest.$ac_ext <<_ACEOF
9775
 
-/* confdefs.h.  */
9776
 
-_ACEOF
9777
 
-cat confdefs.h >>conftest.$ac_ext
9778
 
-cat >>conftest.$ac_ext <<_ACEOF
9779
 
-/* end confdefs.h.  */
9780
 
-#include <sys/types.h>
9781
 
- #include <sys/scsi/impl/uscsi.h>
9782
 
+ac_fn_c_check_type "$LINENO" "scsireq_t" "ac_cv_type_scsireq_t" "#include <sys/types.h>
9783
 
+ #include <sys/scsiio.h>
9784
 
+"
9785
 
+if test "x$ac_cv_type_scsireq_t" = x""yes; then :
9786
 
 
9787
 
-int
9788
 
-main ()
9789
 
-{
9790
 
-if (sizeof (struct uscsi_cmd))
9791
 
-       return 0;
9792
 
-  ;
9793
 
-  return 0;
9794
 
-}
9795
 
-_ACEOF
9796
 
-rm -f conftest.$ac_objext
9797
 
-if { (ac_try="$ac_compile"
9798
 
-case "(($ac_try" in
9799
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9800
 
-  *) ac_try_echo=$ac_try;;
9801
 
-esac
9802
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9803
 
-$as_echo "$ac_try_echo") >&5
9804
 
-  (eval "$ac_compile") 2>conftest.er1
9805
 
-  ac_status=$?
9806
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9807
 
-  rm -f conftest.er1
9808
 
-  cat conftest.err >&5
9809
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9810
 
-  (exit $ac_status); } && {
9811
 
-        test -z "$ac_c_werror_flag" ||
9812
 
-        test ! -s conftest.err
9813
 
-       } && test -s conftest.$ac_objext; then
9814
 
-  cat >conftest.$ac_ext <<_ACEOF
9815
 
-/* confdefs.h.  */
9816
 
+cat >>confdefs.h <<_ACEOF
9817
 
+#define HAVE_SCSIREQ_T 1
9818
 
 _ACEOF
9819
 
-cat confdefs.h >>conftest.$ac_ext
9820
 
-cat >>conftest.$ac_ext <<_ACEOF
9821
 
-/* end confdefs.h.  */
9822
 
-#include <sys/types.h>
9823
 
- #include <sys/scsi/impl/uscsi.h>
9824
 
 
9825
 
-int
9826
 
-main ()
9827
 
-{
9828
 
-if (sizeof ((struct uscsi_cmd)))
9829
 
-         return 0;
9830
 
-  ;
9831
 
-  return 0;
9832
 
-}
9833
 
-_ACEOF
9834
 
-rm -f conftest.$ac_objext
9835
 
-if { (ac_try="$ac_compile"
9836
 
-case "(($ac_try" in
9837
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9838
 
-  *) ac_try_echo=$ac_try;;
9839
 
-esac
9840
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9841
 
-$as_echo "$ac_try_echo") >&5
9842
 
-  (eval "$ac_compile") 2>conftest.er1
9843
 
-  ac_status=$?
9844
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9845
 
-  rm -f conftest.er1
9846
 
-  cat conftest.err >&5
9847
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9848
 
-  (exit $ac_status); } && {
9849
 
-        test -z "$ac_c_werror_flag" ||
9850
 
-        test ! -s conftest.err
9851
 
-       } && test -s conftest.$ac_objext; then
9852
 
-  :
9853
 
+has_scsiio="yes"
9854
 
 else
9855
 
-  $as_echo "$as_me: failed program was:" >&5
9856
 
-sed 's/^/| /' conftest.$ac_ext >&5
9857
 
-
9858
 
-       ac_cv_type_struct_uscsi_cmd=yes
9859
 
+  has_scsiio="no"
9860
 
 fi
9861
 
 
9862
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9863
 
-else
9864
 
-  $as_echo "$as_me: failed program was:" >&5
9865
 
-sed 's/^/| /' conftest.$ac_ext >&5
9866
 
 
9867
 
-
9868
 
-fi
9869
 
-
9870
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9871
 
-fi
9872
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_uscsi_cmd" >&5
9873
 
-$as_echo "$ac_cv_type_struct_uscsi_cmd" >&6; }
9874
 
-if test "x$ac_cv_type_struct_uscsi_cmd" = x""yes; then
9875
 
+ac_fn_c_check_type "$LINENO" "struct uscsi_cmd" "ac_cv_type_struct_uscsi_cmd" "#include <sys/types.h>
9876
 
+ #include <sys/scsi/impl/uscsi.h>
9877
 
+"
9878
 
+if test "x$ac_cv_type_struct_uscsi_cmd" = x""yes; then :
9879
 
 
9880
 
 cat >>confdefs.h <<_ACEOF
9881
 
 #define HAVE_STRUCT_USCSI_CMD 1
9882
 
@@ -13671,9 +12416,7 @@ elif test x"$has_scsiio" = x"yes"; then
9883
 
 elif test x"$has_uscsi" = x"yes"; then
9884
 
        :
9885
 
 else
9886
 
-       { { $as_echo "$as_me:$LINENO: error: Support Linux SG, FreeBSD CAM, NetBSD SCSIPI, Solaris USCSI. No supported SCSI interface headers could not be found." >&5
9887
 
-$as_echo "$as_me: error: Support Linux SG, FreeBSD CAM, NetBSD SCSIPI, Solaris USCSI. No supported SCSI interface headers could not be found." >&2;}
9888
 
-   { (exit 1); exit 1; }; }
9889
 
+       as_fn_error "Support Linux SG, FreeBSD CAM, NetBSD SCSIPI, Solaris USCSI. No supported SCSI interface headers could not be found." "$LINENO" 5
9890
 
 fi
9891
 
 
9892
 
  if test x"$has_cam" = "xyes"; then
9893
 
@@ -13711,15 +12454,15 @@ fi
9894
 
 
9895
 
 
9896
 
 # Check whether --enable-largefile was given.
9897
 
-if test "${enable_largefile+set}" = set; then
9898
 
+if test "${enable_largefile+set}" = set; then :
9899
 
   enableval=$enable_largefile;
9900
 
 fi
9901
 
 
9902
 
 if test "$enable_largefile" != no; then
9903
 
 
9904
 
-  { $as_echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
9905
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
9906
 
 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
9907
 
-if test "${ac_cv_sys_largefile_CC+set}" = set; then
9908
 
+if test "${ac_cv_sys_largefile_CC+set}" = set; then :
9909
 
   $as_echo_n "(cached) " >&6
9910
 
 else
9911
 
   ac_cv_sys_largefile_CC=no
9912
 
@@ -13728,11 +12471,7 @@ else
9913
 
        while :; do
9914
 
         # IRIX 6.2 and later do not support large files by default,
9915
 
         # so use the C compiler's -n32 option if that helps.
9916
 
-        cat >conftest.$ac_ext <<_ACEOF
9917
 
-/* confdefs.h.  */
9918
 
-_ACEOF
9919
 
-cat confdefs.h >>conftest.$ac_ext
9920
 
-cat >>conftest.$ac_ext <<_ACEOF
9921
 
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9922
 
 /* end confdefs.h.  */
9923
 
 #include <sys/types.h>
9924
 
  /* Check that off_t can represent 2**63 - 1 correctly.
9925
 
@@ -13751,60 +12490,14 @@ main ()
9926
 
   return 0;
9927
 
 }
9928
 
 _ACEOF
9929
 
-        rm -f conftest.$ac_objext
9930
 
-if { (ac_try="$ac_compile"
9931
 
-case "(($ac_try" in
9932
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9933
 
-  *) ac_try_echo=$ac_try;;
9934
 
-esac
9935
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9936
 
-$as_echo "$ac_try_echo") >&5
9937
 
-  (eval "$ac_compile") 2>conftest.er1
9938
 
-  ac_status=$?
9939
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9940
 
-  rm -f conftest.er1
9941
 
-  cat conftest.err >&5
9942
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9943
 
-  (exit $ac_status); } && {
9944
 
-        test -z "$ac_c_werror_flag" ||
9945
 
-        test ! -s conftest.err
9946
 
-       } && test -s conftest.$ac_objext; then
9947
 
+        if ac_fn_c_try_compile "$LINENO"; then :
9948
 
   break
9949
 
-else
9950
 
-  $as_echo "$as_me: failed program was:" >&5
9951
 
-sed 's/^/| /' conftest.$ac_ext >&5
9952
 
-
9953
 
-
9954
 
 fi
9955
 
-
9956
 
 rm -f core conftest.err conftest.$ac_objext
9957
 
         CC="$CC -n32"
9958
 
-        rm -f conftest.$ac_objext
9959
 
-if { (ac_try="$ac_compile"
9960
 
-case "(($ac_try" in
9961
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9962
 
-  *) ac_try_echo=$ac_try;;
9963
 
-esac
9964
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9965
 
-$as_echo "$ac_try_echo") >&5
9966
 
-  (eval "$ac_compile") 2>conftest.er1
9967
 
-  ac_status=$?
9968
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9969
 
-  rm -f conftest.er1
9970
 
-  cat conftest.err >&5
9971
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9972
 
-  (exit $ac_status); } && {
9973
 
-        test -z "$ac_c_werror_flag" ||
9974
 
-        test ! -s conftest.err
9975
 
-       } && test -s conftest.$ac_objext; then
9976
 
+        if ac_fn_c_try_compile "$LINENO"; then :
9977
 
   ac_cv_sys_largefile_CC=' -n32'; break
9978
 
-else
9979
 
-  $as_echo "$as_me: failed program was:" >&5
9980
 
-sed 's/^/| /' conftest.$ac_ext >&5
9981
 
-
9982
 
-
9983
 
 fi
9984
 
-
9985
 
 rm -f core conftest.err conftest.$ac_objext
9986
 
         break
9987
 
        done
9988
 
@@ -13812,23 +12505,19 @@ rm -f core conftest.err conftest.$ac_obj
9989
 
        rm -f conftest.$ac_ext
9990
 
     fi
9991
 
 fi
9992
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
9993
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
9994
 
 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
9995
 
   if test "$ac_cv_sys_largefile_CC" != no; then
9996
 
     CC=$CC$ac_cv_sys_largefile_CC
9997
 
   fi
9998
 
 
9999
 
-  { $as_echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
10000
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
10001
 
 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
10002
 
-if test "${ac_cv_sys_file_offset_bits+set}" = set; then
10003
 
+if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
10004
 
   $as_echo_n "(cached) " >&6
10005
 
 else
10006
 
   while :; do
10007
 
-  cat >conftest.$ac_ext <<_ACEOF
10008
 
-/* confdefs.h.  */
10009
 
-_ACEOF
10010
 
-cat confdefs.h >>conftest.$ac_ext
10011
 
-cat >>conftest.$ac_ext <<_ACEOF
10012
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10013
 
 /* end confdefs.h.  */
10014
 
 #include <sys/types.h>
10015
 
  /* Check that off_t can represent 2**63 - 1 correctly.
10016
 
@@ -13847,38 +12536,11 @@ main ()
10017
 
   return 0;
10018
 
 }
10019
 
 _ACEOF
10020
 
-rm -f conftest.$ac_objext
10021
 
-if { (ac_try="$ac_compile"
10022
 
-case "(($ac_try" in
10023
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10024
 
-  *) ac_try_echo=$ac_try;;
10025
 
-esac
10026
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10027
 
-$as_echo "$ac_try_echo") >&5
10028
 
-  (eval "$ac_compile") 2>conftest.er1
10029
 
-  ac_status=$?
10030
 
-  grep -v '^ *+' conftest.er1 >conftest.err
10031
 
-  rm -f conftest.er1
10032
 
-  cat conftest.err >&5
10033
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10034
 
-  (exit $ac_status); } && {
10035
 
-        test -z "$ac_c_werror_flag" ||
10036
 
-        test ! -s conftest.err
10037
 
-       } && test -s conftest.$ac_objext; then
10038
 
+if ac_fn_c_try_compile "$LINENO"; then :
10039
 
   ac_cv_sys_file_offset_bits=no; break
10040
 
-else
10041
 
-  $as_echo "$as_me: failed program was:" >&5
10042
 
-sed 's/^/| /' conftest.$ac_ext >&5
10043
 
-
10044
 
-
10045
 
 fi
10046
 
-
10047
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10048
 
-  cat >conftest.$ac_ext <<_ACEOF
10049
 
-/* confdefs.h.  */
10050
 
-_ACEOF
10051
 
-cat confdefs.h >>conftest.$ac_ext
10052
 
-cat >>conftest.$ac_ext <<_ACEOF
10053
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10054
 
 /* end confdefs.h.  */
10055
 
 #define _FILE_OFFSET_BITS 64
10056
 
 #include <sys/types.h>
10057
 
@@ -13887,49 +12549,26 @@ cat >>conftest.$ac_ext <<_ACEOF
10058
 
     since some C++ compilers masquerading as C compilers
10059
 
     incorrectly reject 9223372036854775807.  */
10060
 
 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
10061
 
-  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
10062
 
-                      && LARGE_OFF_T % 2147483647 == 1)
10063
 
-                     ? 1 : -1];
10064
 
-int
10065
 
-main ()
10066
 
-{
10067
 
-
10068
 
-  ;
10069
 
-  return 0;
10070
 
-}
10071
 
-_ACEOF
10072
 
-rm -f conftest.$ac_objext
10073
 
-if { (ac_try="$ac_compile"
10074
 
-case "(($ac_try" in
10075
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10076
 
-  *) ac_try_echo=$ac_try;;
10077
 
-esac
10078
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10079
 
-$as_echo "$ac_try_echo") >&5
10080
 
-  (eval "$ac_compile") 2>conftest.er1
10081
 
-  ac_status=$?
10082
 
-  grep -v '^ *+' conftest.er1 >conftest.err
10083
 
-  rm -f conftest.er1
10084
 
-  cat conftest.err >&5
10085
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10086
 
-  (exit $ac_status); } && {
10087
 
-        test -z "$ac_c_werror_flag" ||
10088
 
-        test ! -s conftest.err
10089
 
-       } && test -s conftest.$ac_objext; then
10090
 
-  ac_cv_sys_file_offset_bits=64; break
10091
 
-else
10092
 
-  $as_echo "$as_me: failed program was:" >&5
10093
 
-sed 's/^/| /' conftest.$ac_ext >&5
10094
 
-
10095
 
+  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
10096
 
+                      && LARGE_OFF_T % 2147483647 == 1)
10097
 
+                     ? 1 : -1];
10098
 
+int
10099
 
+main ()
10100
 
+{
10101
 
 
10102
 
+  ;
10103
 
+  return 0;
10104
 
+}
10105
 
+_ACEOF
10106
 
+if ac_fn_c_try_compile "$LINENO"; then :
10107
 
+  ac_cv_sys_file_offset_bits=64; break
10108
 
 fi
10109
 
-
10110
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10111
 
   ac_cv_sys_file_offset_bits=unknown
10112
 
   break
10113
 
 done
10114
 
 fi
10115
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
10116
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
10117
 
 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
10118
 
 case $ac_cv_sys_file_offset_bits in #(
10119
 
   no | unknown) ;;
10120
 
@@ -13941,17 +12580,13 @@ _ACEOF
10121
 
 esac
10122
 
 rm -rf conftest*
10123
 
   if test $ac_cv_sys_file_offset_bits = unknown; then
10124
 
-    { $as_echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
10125
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
10126
 
 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
10127
 
-if test "${ac_cv_sys_large_files+set}" = set; then
10128
 
+if test "${ac_cv_sys_large_files+set}" = set; then :
10129
 
   $as_echo_n "(cached) " >&6
10130
 
 else
10131
 
   while :; do
10132
 
-  cat >conftest.$ac_ext <<_ACEOF
10133
 
-/* confdefs.h.  */
10134
 
-_ACEOF
10135
 
-cat confdefs.h >>conftest.$ac_ext
10136
 
-cat >>conftest.$ac_ext <<_ACEOF
10137
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10138
 
 /* end confdefs.h.  */
10139
 
 #include <sys/types.h>
10140
 
  /* Check that off_t can represent 2**63 - 1 correctly.
10141
 
@@ -13970,38 +12605,11 @@ main ()
10142
 
   return 0;
10143
 
 }
10144
 
 _ACEOF
10145
 
-rm -f conftest.$ac_objext
10146
 
-if { (ac_try="$ac_compile"
10147
 
-case "(($ac_try" in
10148
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10149
 
-  *) ac_try_echo=$ac_try;;
10150
 
-esac
10151
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10152
 
-$as_echo "$ac_try_echo") >&5
10153
 
-  (eval "$ac_compile") 2>conftest.er1
10154
 
-  ac_status=$?
10155
 
-  grep -v '^ *+' conftest.er1 >conftest.err
10156
 
-  rm -f conftest.er1
10157
 
-  cat conftest.err >&5
10158
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10159
 
-  (exit $ac_status); } && {
10160
 
-        test -z "$ac_c_werror_flag" ||
10161
 
-        test ! -s conftest.err
10162
 
-       } && test -s conftest.$ac_objext; then
10163
 
+if ac_fn_c_try_compile "$LINENO"; then :
10164
 
   ac_cv_sys_large_files=no; break
10165
 
-else
10166
 
-  $as_echo "$as_me: failed program was:" >&5
10167
 
-sed 's/^/| /' conftest.$ac_ext >&5
10168
 
-
10169
 
-
10170
 
 fi
10171
 
-
10172
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
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
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10179
 
 /* end confdefs.h.  */
10180
 
 #define _LARGE_FILES 1
10181
 
 #include <sys/types.h>
10182
 
@@ -14021,38 +12629,15 @@ main ()
10183
 
   return 0;
10184
 
 }
10185
 
 _ACEOF
10186
 
-rm -f conftest.$ac_objext
10187
 
-if { (ac_try="$ac_compile"
10188
 
-case "(($ac_try" in
10189
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10190
 
-  *) ac_try_echo=$ac_try;;
10191
 
-esac
10192
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10193
 
-$as_echo "$ac_try_echo") >&5
10194
 
-  (eval "$ac_compile") 2>conftest.er1
10195
 
-  ac_status=$?
10196
 
-  grep -v '^ *+' conftest.er1 >conftest.err
10197
 
-  rm -f conftest.er1
10198
 
-  cat conftest.err >&5
10199
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10200
 
-  (exit $ac_status); } && {
10201
 
-        test -z "$ac_c_werror_flag" ||
10202
 
-        test ! -s conftest.err
10203
 
-       } && test -s conftest.$ac_objext; then
10204
 
+if ac_fn_c_try_compile "$LINENO"; then :
10205
 
   ac_cv_sys_large_files=1; break
10206
 
-else
10207
 
-  $as_echo "$as_me: failed program was:" >&5
10208
 
-sed 's/^/| /' conftest.$ac_ext >&5
10209
 
-
10210
 
-
10211
 
 fi
10212
 
-
10213
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10214
 
   ac_cv_sys_large_files=unknown
10215
 
   break
10216
 
 done
10217
 
 fi
10218
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
10219
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
10220
 
 $as_echo "$ac_cv_sys_large_files" >&6; }
10221
 
 case $ac_cv_sys_large_files in #(
10222
 
   no | unknown) ;;
10223
 
@@ -14084,24 +12669,25 @@ CANBERRA_REQUIRED=0.1
10224
 
 
10225
 
 
10226
 
 pkg_failed=no
10227
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_GSTREAMER" >&5
10228
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_GSTREAMER" >&5
10229
 
 $as_echo_n "checking for BRASERO_GSTREAMER... " >&6; }
10230
 
 
10231
 
-if test -n "$BRASERO_GSTREAMER_CFLAGS"; then
10232
 
-    pkg_cv_BRASERO_GSTREAMER_CFLAGS="$BRASERO_GSTREAMER_CFLAGS"
10233
 
- elif test -n "$PKG_CONFIG"; then
10234
 
-    if test -n "$PKG_CONFIG" && \
10235
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
10236
 
+if test -n "$PKG_CONFIG"; then
10237
 
+    if test -n "$BRASERO_GSTREAMER_CFLAGS"; then
10238
 
+        pkg_cv_BRASERO_GSTREAMER_CFLAGS="$BRASERO_GSTREAMER_CFLAGS"
10239
 
+    else
10240
 
+        if test -n "$PKG_CONFIG" && \
10241
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
10242
 
        gstreamer-0.10 >= \$GSTREAMER_REQUIRED          \\
10243
 
        gstreamer-interfaces-0.10                       \\
10244
 
-       gstreamer-plugins-base-0.10 >= \$GSTREAMER_BASE_REQUIRED\"") >&5
10245
 
+       gstreamer-plugins-base-0.10 >= \$GSTREAMER_BASE_REQUIRED\""; } >&5
10246
 
   ($PKG_CONFIG --exists --print-errors "\
10247
 
        gstreamer-0.10 >= $GSTREAMER_REQUIRED           \
10248
 
        gstreamer-interfaces-0.10                       \
10249
 
        gstreamer-plugins-base-0.10 >= $GSTREAMER_BASE_REQUIRED") 2>&5
10250
 
   ac_status=$?
10251
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10252
 
-  (exit $ac_status); }; then
10253
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10254
 
+  test $ac_status = 0; }; then
10255
 
   pkg_cv_BRASERO_GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "\
10256
 
        gstreamer-0.10 >= $GSTREAMER_REQUIRED           \
10257
 
        gstreamer-interfaces-0.10                       \
10258
 
@@ -14109,24 +12695,26 @@ if test -n "$BRASERO_GSTREAMER_CFLAGS";
10259
 
 else
10260
 
   pkg_failed=yes
10261
 
 fi
10262
 
- else
10263
 
-    pkg_failed=untried
10264
 
+    fi
10265
 
+else
10266
 
+       pkg_failed=untried
10267
 
 fi
10268
 
-if test -n "$BRASERO_GSTREAMER_LIBS"; then
10269
 
-    pkg_cv_BRASERO_GSTREAMER_LIBS="$BRASERO_GSTREAMER_LIBS"
10270
 
- elif test -n "$PKG_CONFIG"; then
10271
 
-    if test -n "$PKG_CONFIG" && \
10272
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
10273
 
+if test -n "$PKG_CONFIG"; then
10274
 
+    if test -n "$BRASERO_GSTREAMER_LIBS"; then
10275
 
+        pkg_cv_BRASERO_GSTREAMER_LIBS="$BRASERO_GSTREAMER_LIBS"
10276
 
+    else
10277
 
+        if test -n "$PKG_CONFIG" && \
10278
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
10279
 
        gstreamer-0.10 >= \$GSTREAMER_REQUIRED          \\
10280
 
        gstreamer-interfaces-0.10                       \\
10281
 
-       gstreamer-plugins-base-0.10 >= \$GSTREAMER_BASE_REQUIRED\"") >&5
10282
 
+       gstreamer-plugins-base-0.10 >= \$GSTREAMER_BASE_REQUIRED\""; } >&5
10283
 
   ($PKG_CONFIG --exists --print-errors "\
10284
 
        gstreamer-0.10 >= $GSTREAMER_REQUIRED           \
10285
 
        gstreamer-interfaces-0.10                       \
10286
 
        gstreamer-plugins-base-0.10 >= $GSTREAMER_BASE_REQUIRED") 2>&5
10287
 
   ac_status=$?
10288
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10289
 
-  (exit $ac_status); }; then
10290
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10291
 
+  test $ac_status = 0; }; then
10292
 
   pkg_cv_BRASERO_GSTREAMER_LIBS=`$PKG_CONFIG --libs "\
10293
 
        gstreamer-0.10 >= $GSTREAMER_REQUIRED           \
10294
 
        gstreamer-interfaces-0.10                       \
10295
 
@@ -14134,8 +12722,9 @@ if test -n "$BRASERO_GSTREAMER_LIBS"; th
10296
 
 else
10297
 
   pkg_failed=yes
10298
 
 fi
10299
 
- else
10300
 
-    pkg_failed=untried
10301
 
+    fi
10302
 
+else
10303
 
+       pkg_failed=untried
10304
 
 fi
10305
 
 
10306
 
 
10307
 
@@ -14148,34 +12737,20 @@ else
10308
 
         _pkg_short_errors_supported=no
10309
 
 fi
10310
 
         if test $_pkg_short_errors_supported = yes; then
10311
 
-               BRASERO_GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
10312
 
+               BRASERO_GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "\
10313
 
        gstreamer-0.10 >= $GSTREAMER_REQUIRED           \
10314
 
        gstreamer-interfaces-0.10                       \
10315
 
-       gstreamer-plugins-base-0.10 >= $GSTREAMER_BASE_REQUIRED" 2>&1`
10316
 
+       gstreamer-plugins-base-0.10 >= $GSTREAMER_BASE_REQUIRED"`
10317
 
         else
10318
 
-               BRASERO_GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
10319
 
+               BRASERO_GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "\
10320
 
        gstreamer-0.10 >= $GSTREAMER_REQUIRED           \
10321
 
        gstreamer-interfaces-0.10                       \
10322
 
-       gstreamer-plugins-base-0.10 >= $GSTREAMER_BASE_REQUIRED" 2>&1`
10323
 
+       gstreamer-plugins-base-0.10 >= $GSTREAMER_BASE_REQUIRED"`
10324
 
         fi
10325
 
        # Put the nasty error message in config.log where it belongs
10326
 
        echo "$BRASERO_GSTREAMER_PKG_ERRORS" >&5
10327
 
 
10328
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (\
10329
 
-       gstreamer-0.10 >= $GSTREAMER_REQUIRED           \
10330
 
-       gstreamer-interfaces-0.10                       \
10331
 
-       gstreamer-plugins-base-0.10 >= $GSTREAMER_BASE_REQUIRED) were not met:
10332
 
-
10333
 
-$BRASERO_GSTREAMER_PKG_ERRORS
10334
 
-
10335
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
10336
 
-installed software in a non-standard prefix.
10337
 
-
10338
 
-Alternatively, you may set the environment variables BRASERO_GSTREAMER_CFLAGS
10339
 
-and BRASERO_GSTREAMER_LIBS to avoid the need to call pkg-config.
10340
 
-See the pkg-config man page for more details.
10341
 
-" >&5
10342
 
-$as_echo "$as_me: error: Package requirements (\
10343
 
+       as_fn_error "Package requirements (\
10344
 
        gstreamer-0.10 >= $GSTREAMER_REQUIRED           \
10345
 
        gstreamer-interfaces-0.10                       \
10346
 
        gstreamer-plugins-base-0.10 >= $GSTREAMER_BASE_REQUIRED) were not met:
10347
 
@@ -14188,22 +12763,11 @@ installed software in a non-standard pre
10348
 
 Alternatively, you may set the environment variables BRASERO_GSTREAMER_CFLAGS
10349
 
 and BRASERO_GSTREAMER_LIBS to avoid the need to call pkg-config.
10350
 
 See the pkg-config man page for more details.
10351
 
-" >&2;}
10352
 
-   { (exit 1); exit 1; }; }
10353
 
+" "$LINENO" 5
10354
 
 elif test $pkg_failed = untried; then
10355
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
10356
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10357
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10358
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
10359
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
10360
 
-path to pkg-config.
10361
 
-
10362
 
-Alternatively, you may set the environment variables BRASERO_GSTREAMER_CFLAGS
10363
 
-and BRASERO_GSTREAMER_LIBS to avoid the need to call pkg-config.
10364
 
-See the pkg-config man page for more details.
10365
 
-
10366
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
10367
 
-See \`config.log' for more details." >&5
10368
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
10369
 
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
10370
 
 is in your PATH or set the PKG_CONFIG environment variable to the full
10371
 
 path to pkg-config.
10372
 
 
10373
 
@@ -14212,12 +12776,11 @@ and BRASERO_GSTREAMER_LIBS to avoid the
10374
 
 See the pkg-config man page for more details.
10375
 
 
10376
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
10377
 
-See \`config.log' for more details." >&2;}
10378
 
-   { (exit 1); exit 1; }; }; }
10379
 
+See \`config.log' for more details." "$LINENO" 5; }
10380
 
 else
10381
 
        BRASERO_GSTREAMER_CFLAGS=$pkg_cv_BRASERO_GSTREAMER_CFLAGS
10382
 
        BRASERO_GSTREAMER_LIBS=$pkg_cv_BRASERO_GSTREAMER_LIBS
10383
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
10384
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10385
 
 $as_echo "yes" >&6; }
10386
 
        :
10387
 
 fi
10388
 
@@ -14229,46 +12792,50 @@ BRASERO_GSTREAMER_LIBS="$BRASERO_GSTREAM
10389
 
 
10390
 
 
10391
 
 pkg_failed=no
10392
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_GIO" >&5
10393
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_GIO" >&5
10394
 
 $as_echo_n "checking for BRASERO_GIO... " >&6; }
10395
 
 
10396
 
-if test -n "$BRASERO_GIO_CFLAGS"; then
10397
 
-    pkg_cv_BRASERO_GIO_CFLAGS="$BRASERO_GIO_CFLAGS"
10398
 
- elif test -n "$PKG_CONFIG"; then
10399
 
-    if test -n "$PKG_CONFIG" && \
10400
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
10401
 
-       gio-2.0 >= \$GIO_REQUIRED\"") >&5
10402
 
+if test -n "$PKG_CONFIG"; then
10403
 
+    if test -n "$BRASERO_GIO_CFLAGS"; then
10404
 
+        pkg_cv_BRASERO_GIO_CFLAGS="$BRASERO_GIO_CFLAGS"
10405
 
+    else
10406
 
+        if test -n "$PKG_CONFIG" && \
10407
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
10408
 
+       gio-2.0 >= \$GIO_REQUIRED\""; } >&5
10409
 
   ($PKG_CONFIG --exists --print-errors "\
10410
 
        gio-2.0 >= $GIO_REQUIRED") 2>&5
10411
 
   ac_status=$?
10412
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10413
 
-  (exit $ac_status); }; then
10414
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10415
 
+  test $ac_status = 0; }; then
10416
 
   pkg_cv_BRASERO_GIO_CFLAGS=`$PKG_CONFIG --cflags "\
10417
 
        gio-2.0 >= $GIO_REQUIRED" 2>/dev/null`
10418
 
 else
10419
 
   pkg_failed=yes
10420
 
 fi
10421
 
- else
10422
 
-    pkg_failed=untried
10423
 
+    fi
10424
 
+else
10425
 
+       pkg_failed=untried
10426
 
 fi
10427
 
-if test -n "$BRASERO_GIO_LIBS"; then
10428
 
-    pkg_cv_BRASERO_GIO_LIBS="$BRASERO_GIO_LIBS"
10429
 
- elif test -n "$PKG_CONFIG"; then
10430
 
-    if test -n "$PKG_CONFIG" && \
10431
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
10432
 
-       gio-2.0 >= \$GIO_REQUIRED\"") >&5
10433
 
+if test -n "$PKG_CONFIG"; then
10434
 
+    if test -n "$BRASERO_GIO_LIBS"; then
10435
 
+        pkg_cv_BRASERO_GIO_LIBS="$BRASERO_GIO_LIBS"
10436
 
+    else
10437
 
+        if test -n "$PKG_CONFIG" && \
10438
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
10439
 
+       gio-2.0 >= \$GIO_REQUIRED\""; } >&5
10440
 
   ($PKG_CONFIG --exists --print-errors "\
10441
 
        gio-2.0 >= $GIO_REQUIRED") 2>&5
10442
 
   ac_status=$?
10443
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10444
 
-  (exit $ac_status); }; then
10445
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10446
 
+  test $ac_status = 0; }; then
10447
 
   pkg_cv_BRASERO_GIO_LIBS=`$PKG_CONFIG --libs "\
10448
 
        gio-2.0 >= $GIO_REQUIRED" 2>/dev/null`
10449
 
 else
10450
 
   pkg_failed=yes
10451
 
 fi
10452
 
- else
10453
 
-    pkg_failed=untried
10454
 
+    fi
10455
 
+else
10456
 
+       pkg_failed=untried
10457
 
 fi
10458
 
 
10459
 
 
10460
 
@@ -14281,28 +12848,16 @@ else
10461
 
         _pkg_short_errors_supported=no
10462
 
 fi
10463
 
         if test $_pkg_short_errors_supported = yes; then
10464
 
-               BRASERO_GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
10465
 
-       gio-2.0 >= $GIO_REQUIRED" 2>&1`
10466
 
+               BRASERO_GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "\
10467
 
+       gio-2.0 >= $GIO_REQUIRED"`
10468
 
         else
10469
 
-               BRASERO_GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
10470
 
-       gio-2.0 >= $GIO_REQUIRED" 2>&1`
10471
 
+               BRASERO_GIO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "\
10472
 
+       gio-2.0 >= $GIO_REQUIRED"`
10473
 
         fi
10474
 
        # Put the nasty error message in config.log where it belongs
10475
 
        echo "$BRASERO_GIO_PKG_ERRORS" >&5
10476
 
 
10477
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (\
10478
 
-       gio-2.0 >= $GIO_REQUIRED) were not met:
10479
 
-
10480
 
-$BRASERO_GIO_PKG_ERRORS
10481
 
-
10482
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
10483
 
-installed software in a non-standard prefix.
10484
 
-
10485
 
-Alternatively, you may set the environment variables BRASERO_GIO_CFLAGS
10486
 
-and BRASERO_GIO_LIBS to avoid the need to call pkg-config.
10487
 
-See the pkg-config man page for more details.
10488
 
-" >&5
10489
 
-$as_echo "$as_me: error: Package requirements (\
10490
 
+       as_fn_error "Package requirements (\
10491
 
        gio-2.0 >= $GIO_REQUIRED) were not met:
10492
 
 
10493
 
 $BRASERO_GIO_PKG_ERRORS
10494
 
@@ -14313,12 +12868,11 @@ installed software in a non-standard pre
10495
 
 Alternatively, you may set the environment variables BRASERO_GIO_CFLAGS
10496
 
 and BRASERO_GIO_LIBS to avoid the need to call pkg-config.
10497
 
 See the pkg-config man page for more details.
10498
 
-" >&2;}
10499
 
-   { (exit 1); exit 1; }; }
10500
 
+" "$LINENO" 5
10501
 
 elif test $pkg_failed = untried; then
10502
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
10503
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10504
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10505
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
10506
 
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
10507
 
 is in your PATH or set the PKG_CONFIG environment variable to the full
10508
 
 path to pkg-config.
10509
 
 
10510
 
@@ -14327,22 +12881,11 @@ and BRASERO_GIO_LIBS to avoid the need t
10511
 
 See the pkg-config man page for more details.
10512
 
 
10513
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
10514
 
-See \`config.log' for more details." >&5
10515
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
10516
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
10517
 
-path to pkg-config.
10518
 
-
10519
 
-Alternatively, you may set the environment variables BRASERO_GIO_CFLAGS
10520
 
-and BRASERO_GIO_LIBS to avoid the need to call pkg-config.
10521
 
-See the pkg-config man page for more details.
10522
 
-
10523
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
10524
 
-See \`config.log' for more details." >&2;}
10525
 
-   { (exit 1); exit 1; }; }; }
10526
 
+See \`config.log' for more details." "$LINENO" 5; }
10527
 
 else
10528
 
        BRASERO_GIO_CFLAGS=$pkg_cv_BRASERO_GIO_CFLAGS
10529
 
        BRASERO_GIO_LIBS=$pkg_cv_BRASERO_GIO_LIBS
10530
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
10531
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10532
 
 $as_echo "yes" >&6; }
10533
 
        :
10534
 
 fi
10535
 
@@ -14352,46 +12895,50 @@ fi
10536
 
 
10537
 
 
10538
 
 pkg_failed=no
10539
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_LIBXML" >&5
10540
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_LIBXML" >&5
10541
 
 $as_echo_n "checking for BRASERO_LIBXML... " >&6; }
10542
 
 
10543
 
-if test -n "$BRASERO_LIBXML_CFLAGS"; then
10544
 
-    pkg_cv_BRASERO_LIBXML_CFLAGS="$BRASERO_LIBXML_CFLAGS"
10545
 
- elif test -n "$PKG_CONFIG"; then
10546
 
-    if test -n "$PKG_CONFIG" && \
10547
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
10548
 
-       libxml-2.0 >= \$LIBXML2_REQUIRED\"") >&5
10549
 
+if test -n "$PKG_CONFIG"; then
10550
 
+    if test -n "$BRASERO_LIBXML_CFLAGS"; then
10551
 
+        pkg_cv_BRASERO_LIBXML_CFLAGS="$BRASERO_LIBXML_CFLAGS"
10552
 
+    else
10553
 
+        if test -n "$PKG_CONFIG" && \
10554
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
10555
 
+       libxml-2.0 >= \$LIBXML2_REQUIRED\""; } >&5
10556
 
   ($PKG_CONFIG --exists --print-errors "\
10557
 
        libxml-2.0 >= $LIBXML2_REQUIRED") 2>&5
10558
 
   ac_status=$?
10559
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10560
 
-  (exit $ac_status); }; then
10561
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10562
 
+  test $ac_status = 0; }; then
10563
 
   pkg_cv_BRASERO_LIBXML_CFLAGS=`$PKG_CONFIG --cflags "\
10564
 
        libxml-2.0 >= $LIBXML2_REQUIRED" 2>/dev/null`
10565
 
 else
10566
 
   pkg_failed=yes
10567
 
 fi
10568
 
- else
10569
 
-    pkg_failed=untried
10570
 
+    fi
10571
 
+else
10572
 
+       pkg_failed=untried
10573
 
 fi
10574
 
-if test -n "$BRASERO_LIBXML_LIBS"; then
10575
 
-    pkg_cv_BRASERO_LIBXML_LIBS="$BRASERO_LIBXML_LIBS"
10576
 
- elif test -n "$PKG_CONFIG"; then
10577
 
-    if test -n "$PKG_CONFIG" && \
10578
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
10579
 
-       libxml-2.0 >= \$LIBXML2_REQUIRED\"") >&5
10580
 
+if test -n "$PKG_CONFIG"; then
10581
 
+    if test -n "$BRASERO_LIBXML_LIBS"; then
10582
 
+        pkg_cv_BRASERO_LIBXML_LIBS="$BRASERO_LIBXML_LIBS"
10583
 
+    else
10584
 
+        if test -n "$PKG_CONFIG" && \
10585
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
10586
 
+       libxml-2.0 >= \$LIBXML2_REQUIRED\""; } >&5
10587
 
   ($PKG_CONFIG --exists --print-errors "\
10588
 
        libxml-2.0 >= $LIBXML2_REQUIRED") 2>&5
10589
 
   ac_status=$?
10590
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10591
 
-  (exit $ac_status); }; then
10592
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10593
 
+  test $ac_status = 0; }; then
10594
 
   pkg_cv_BRASERO_LIBXML_LIBS=`$PKG_CONFIG --libs "\
10595
 
        libxml-2.0 >= $LIBXML2_REQUIRED" 2>/dev/null`
10596
 
 else
10597
 
   pkg_failed=yes
10598
 
 fi
10599
 
- else
10600
 
-    pkg_failed=untried
10601
 
+    fi
10602
 
+else
10603
 
+       pkg_failed=untried
10604
 
 fi
10605
 
 
10606
 
 
10607
 
@@ -14404,28 +12951,16 @@ else
10608
 
         _pkg_short_errors_supported=no
10609
 
 fi
10610
 
         if test $_pkg_short_errors_supported = yes; then
10611
 
-               BRASERO_LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
10612
 
-       libxml-2.0 >= $LIBXML2_REQUIRED" 2>&1`
10613
 
+               BRASERO_LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "\
10614
 
+       libxml-2.0 >= $LIBXML2_REQUIRED"`
10615
 
         else
10616
 
-               BRASERO_LIBXML_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
10617
 
-       libxml-2.0 >= $LIBXML2_REQUIRED" 2>&1`
10618
 
+               BRASERO_LIBXML_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "\
10619
 
+       libxml-2.0 >= $LIBXML2_REQUIRED"`
10620
 
         fi
10621
 
        # Put the nasty error message in config.log where it belongs
10622
 
        echo "$BRASERO_LIBXML_PKG_ERRORS" >&5
10623
 
 
10624
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (\
10625
 
-       libxml-2.0 >= $LIBXML2_REQUIRED) were not met:
10626
 
-
10627
 
-$BRASERO_LIBXML_PKG_ERRORS
10628
 
-
10629
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
10630
 
-installed software in a non-standard prefix.
10631
 
-
10632
 
-Alternatively, you may set the environment variables BRASERO_LIBXML_CFLAGS
10633
 
-and BRASERO_LIBXML_LIBS to avoid the need to call pkg-config.
10634
 
-See the pkg-config man page for more details.
10635
 
-" >&5
10636
 
-$as_echo "$as_me: error: Package requirements (\
10637
 
+       as_fn_error "Package requirements (\
10638
 
        libxml-2.0 >= $LIBXML2_REQUIRED) were not met:
10639
 
 
10640
 
 $BRASERO_LIBXML_PKG_ERRORS
10641
 
@@ -14436,22 +12971,11 @@ installed software in a non-standard pre
10642
 
 Alternatively, you may set the environment variables BRASERO_LIBXML_CFLAGS
10643
 
 and BRASERO_LIBXML_LIBS to avoid the need to call pkg-config.
10644
 
 See the pkg-config man page for more details.
10645
 
-" >&2;}
10646
 
-   { (exit 1); exit 1; }; }
10647
 
+" "$LINENO" 5
10648
 
 elif test $pkg_failed = untried; then
10649
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
10650
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10651
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10652
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
10653
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
10654
 
-path to pkg-config.
10655
 
-
10656
 
-Alternatively, you may set the environment variables BRASERO_LIBXML_CFLAGS
10657
 
-and BRASERO_LIBXML_LIBS to avoid the need to call pkg-config.
10658
 
-See the pkg-config man page for more details.
10659
 
-
10660
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
10661
 
-See \`config.log' for more details." >&5
10662
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
10663
 
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
10664
 
 is in your PATH or set the PKG_CONFIG environment variable to the full
10665
 
 path to pkg-config.
10666
 
 
10667
 
@@ -14460,12 +12984,11 @@ and BRASERO_LIBXML_LIBS to avoid the nee
10668
 
 See the pkg-config man page for more details.
10669
 
 
10670
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
10671
 
-See \`config.log' for more details." >&2;}
10672
 
-   { (exit 1); exit 1; }; }; }
10673
 
+See \`config.log' for more details." "$LINENO" 5; }
10674
 
 else
10675
 
        BRASERO_LIBXML_CFLAGS=$pkg_cv_BRASERO_LIBXML_CFLAGS
10676
 
        BRASERO_LIBXML_LIBS=$pkg_cv_BRASERO_LIBXML_LIBS
10677
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
10678
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10679
 
 $as_echo "yes" >&6; }
10680
 
        :
10681
 
 fi
10682
 
@@ -14475,46 +12998,50 @@ fi
10683
 
 
10684
 
 
10685
 
 pkg_failed=no
10686
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_LIBUNIQUE" >&5
10687
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_LIBUNIQUE" >&5
10688
 
 $as_echo_n "checking for BRASERO_LIBUNIQUE... " >&6; }
10689
 
 
10690
 
-if test -n "$BRASERO_LIBUNIQUE_CFLAGS"; then
10691
 
-    pkg_cv_BRASERO_LIBUNIQUE_CFLAGS="$BRASERO_LIBUNIQUE_CFLAGS"
10692
 
- elif test -n "$PKG_CONFIG"; then
10693
 
-    if test -n "$PKG_CONFIG" && \
10694
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
10695
 
-       unique-1.0 >= \$LIBUNIQUE_REQUIRED\"") >&5
10696
 
+if test -n "$PKG_CONFIG"; then
10697
 
+    if test -n "$BRASERO_LIBUNIQUE_CFLAGS"; then
10698
 
+        pkg_cv_BRASERO_LIBUNIQUE_CFLAGS="$BRASERO_LIBUNIQUE_CFLAGS"
10699
 
+    else
10700
 
+        if test -n "$PKG_CONFIG" && \
10701
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
10702
 
+       unique-1.0 >= \$LIBUNIQUE_REQUIRED\""; } >&5
10703
 
   ($PKG_CONFIG --exists --print-errors "\
10704
 
        unique-1.0 >= $LIBUNIQUE_REQUIRED") 2>&5
10705
 
   ac_status=$?
10706
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10707
 
-  (exit $ac_status); }; then
10708
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10709
 
+  test $ac_status = 0; }; then
10710
 
   pkg_cv_BRASERO_LIBUNIQUE_CFLAGS=`$PKG_CONFIG --cflags "\
10711
 
        unique-1.0 >= $LIBUNIQUE_REQUIRED" 2>/dev/null`
10712
 
 else
10713
 
   pkg_failed=yes
10714
 
 fi
10715
 
- else
10716
 
-    pkg_failed=untried
10717
 
+    fi
10718
 
+else
10719
 
+       pkg_failed=untried
10720
 
 fi
10721
 
-if test -n "$BRASERO_LIBUNIQUE_LIBS"; then
10722
 
-    pkg_cv_BRASERO_LIBUNIQUE_LIBS="$BRASERO_LIBUNIQUE_LIBS"
10723
 
- elif test -n "$PKG_CONFIG"; then
10724
 
-    if test -n "$PKG_CONFIG" && \
10725
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
10726
 
-       unique-1.0 >= \$LIBUNIQUE_REQUIRED\"") >&5
10727
 
+if test -n "$PKG_CONFIG"; then
10728
 
+    if test -n "$BRASERO_LIBUNIQUE_LIBS"; then
10729
 
+        pkg_cv_BRASERO_LIBUNIQUE_LIBS="$BRASERO_LIBUNIQUE_LIBS"
10730
 
+    else
10731
 
+        if test -n "$PKG_CONFIG" && \
10732
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
10733
 
+       unique-1.0 >= \$LIBUNIQUE_REQUIRED\""; } >&5
10734
 
   ($PKG_CONFIG --exists --print-errors "\
10735
 
        unique-1.0 >= $LIBUNIQUE_REQUIRED") 2>&5
10736
 
   ac_status=$?
10737
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10738
 
-  (exit $ac_status); }; then
10739
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10740
 
+  test $ac_status = 0; }; then
10741
 
   pkg_cv_BRASERO_LIBUNIQUE_LIBS=`$PKG_CONFIG --libs "\
10742
 
        unique-1.0 >= $LIBUNIQUE_REQUIRED" 2>/dev/null`
10743
 
 else
10744
 
   pkg_failed=yes
10745
 
 fi
10746
 
- else
10747
 
-    pkg_failed=untried
10748
 
+    fi
10749
 
+else
10750
 
+       pkg_failed=untried
10751
 
 fi
10752
 
 
10753
 
 
10754
 
@@ -14527,28 +13054,16 @@ else
10755
 
         _pkg_short_errors_supported=no
10756
 
 fi
10757
 
         if test $_pkg_short_errors_supported = yes; then
10758
 
-               BRASERO_LIBUNIQUE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
10759
 
-       unique-1.0 >= $LIBUNIQUE_REQUIRED" 2>&1`
10760
 
+               BRASERO_LIBUNIQUE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "\
10761
 
+       unique-1.0 >= $LIBUNIQUE_REQUIRED"`
10762
 
         else
10763
 
-               BRASERO_LIBUNIQUE_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
10764
 
-       unique-1.0 >= $LIBUNIQUE_REQUIRED" 2>&1`
10765
 
+               BRASERO_LIBUNIQUE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "\
10766
 
+       unique-1.0 >= $LIBUNIQUE_REQUIRED"`
10767
 
         fi
10768
 
        # Put the nasty error message in config.log where it belongs
10769
 
        echo "$BRASERO_LIBUNIQUE_PKG_ERRORS" >&5
10770
 
 
10771
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (\
10772
 
-       unique-1.0 >= $LIBUNIQUE_REQUIRED) were not met:
10773
 
-
10774
 
-$BRASERO_LIBUNIQUE_PKG_ERRORS
10775
 
-
10776
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
10777
 
-installed software in a non-standard prefix.
10778
 
-
10779
 
-Alternatively, you may set the environment variables BRASERO_LIBUNIQUE_CFLAGS
10780
 
-and BRASERO_LIBUNIQUE_LIBS to avoid the need to call pkg-config.
10781
 
-See the pkg-config man page for more details.
10782
 
-" >&5
10783
 
-$as_echo "$as_me: error: Package requirements (\
10784
 
+       as_fn_error "Package requirements (\
10785
 
        unique-1.0 >= $LIBUNIQUE_REQUIRED) were not met:
10786
 
 
10787
 
 $BRASERO_LIBUNIQUE_PKG_ERRORS
10788
 
@@ -14559,22 +13074,11 @@ installed software in a non-standard pre
10789
 
 Alternatively, you may set the environment variables BRASERO_LIBUNIQUE_CFLAGS
10790
 
 and BRASERO_LIBUNIQUE_LIBS to avoid the need to call pkg-config.
10791
 
 See the pkg-config man page for more details.
10792
 
-" >&2;}
10793
 
-   { (exit 1); exit 1; }; }
10794
 
+" "$LINENO" 5
10795
 
 elif test $pkg_failed = untried; then
10796
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
10797
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10798
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10799
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
10800
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
10801
 
-path to pkg-config.
10802
 
-
10803
 
-Alternatively, you may set the environment variables BRASERO_LIBUNIQUE_CFLAGS
10804
 
-and BRASERO_LIBUNIQUE_LIBS to avoid the need to call pkg-config.
10805
 
-See the pkg-config man page for more details.
10806
 
-
10807
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
10808
 
-See \`config.log' for more details." >&5
10809
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
10810
 
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
10811
 
 is in your PATH or set the PKG_CONFIG environment variable to the full
10812
 
 path to pkg-config.
10813
 
 
10814
 
@@ -14583,12 +13087,11 @@ and BRASERO_LIBUNIQUE_LIBS to avoid the
10815
 
 See the pkg-config man page for more details.
10816
 
 
10817
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
10818
 
-See \`config.log' for more details." >&2;}
10819
 
-   { (exit 1); exit 1; }; }; }
10820
 
+See \`config.log' for more details." "$LINENO" 5; }
10821
 
 else
10822
 
        BRASERO_LIBUNIQUE_CFLAGS=$pkg_cv_BRASERO_LIBUNIQUE_CFLAGS
10823
 
        BRASERO_LIBUNIQUE_LIBS=$pkg_cv_BRASERO_LIBUNIQUE_LIBS
10824
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
10825
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10826
 
 $as_echo "yes" >&6; }
10827
 
        :
10828
 
 fi
10829
 
@@ -14598,46 +13101,50 @@ fi
10830
 
 
10831
 
 
10832
 
 pkg_failed=no
10833
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_GTHREAD" >&5
10834
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_GTHREAD" >&5
10835
 
 $as_echo_n "checking for BRASERO_GTHREAD... " >&6; }
10836
 
 
10837
 
-if test -n "$BRASERO_GTHREAD_CFLAGS"; then
10838
 
-    pkg_cv_BRASERO_GTHREAD_CFLAGS="$BRASERO_GTHREAD_CFLAGS"
10839
 
- elif test -n "$PKG_CONFIG"; then
10840
 
-    if test -n "$PKG_CONFIG" && \
10841
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
10842
 
-       gthread-2.0 >= \$GTHREAD_REQUIRED\"") >&5
10843
 
+if test -n "$PKG_CONFIG"; then
10844
 
+    if test -n "$BRASERO_GTHREAD_CFLAGS"; then
10845
 
+        pkg_cv_BRASERO_GTHREAD_CFLAGS="$BRASERO_GTHREAD_CFLAGS"
10846
 
+    else
10847
 
+        if test -n "$PKG_CONFIG" && \
10848
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
10849
 
+       gthread-2.0 >= \$GTHREAD_REQUIRED\""; } >&5
10850
 
   ($PKG_CONFIG --exists --print-errors "\
10851
 
        gthread-2.0 >= $GTHREAD_REQUIRED") 2>&5
10852
 
   ac_status=$?
10853
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10854
 
-  (exit $ac_status); }; then
10855
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10856
 
+  test $ac_status = 0; }; then
10857
 
   pkg_cv_BRASERO_GTHREAD_CFLAGS=`$PKG_CONFIG --cflags "\
10858
 
        gthread-2.0 >= $GTHREAD_REQUIRED" 2>/dev/null`
10859
 
 else
10860
 
   pkg_failed=yes
10861
 
 fi
10862
 
- else
10863
 
-    pkg_failed=untried
10864
 
+    fi
10865
 
+else
10866
 
+       pkg_failed=untried
10867
 
 fi
10868
 
-if test -n "$BRASERO_GTHREAD_LIBS"; then
10869
 
-    pkg_cv_BRASERO_GTHREAD_LIBS="$BRASERO_GTHREAD_LIBS"
10870
 
- elif test -n "$PKG_CONFIG"; then
10871
 
-    if test -n "$PKG_CONFIG" && \
10872
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
10873
 
-       gthread-2.0 >= \$GTHREAD_REQUIRED\"") >&5
10874
 
+if test -n "$PKG_CONFIG"; then
10875
 
+    if test -n "$BRASERO_GTHREAD_LIBS"; then
10876
 
+        pkg_cv_BRASERO_GTHREAD_LIBS="$BRASERO_GTHREAD_LIBS"
10877
 
+    else
10878
 
+        if test -n "$PKG_CONFIG" && \
10879
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
10880
 
+       gthread-2.0 >= \$GTHREAD_REQUIRED\""; } >&5
10881
 
   ($PKG_CONFIG --exists --print-errors "\
10882
 
        gthread-2.0 >= $GTHREAD_REQUIRED") 2>&5
10883
 
   ac_status=$?
10884
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10885
 
-  (exit $ac_status); }; then
10886
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10887
 
+  test $ac_status = 0; }; then
10888
 
   pkg_cv_BRASERO_GTHREAD_LIBS=`$PKG_CONFIG --libs "\
10889
 
        gthread-2.0 >= $GTHREAD_REQUIRED" 2>/dev/null`
10890
 
 else
10891
 
   pkg_failed=yes
10892
 
 fi
10893
 
- else
10894
 
-    pkg_failed=untried
10895
 
+    fi
10896
 
+else
10897
 
+       pkg_failed=untried
10898
 
 fi
10899
 
 
10900
 
 
10901
 
@@ -14650,16 +13157,16 @@ else
10902
 
         _pkg_short_errors_supported=no
10903
 
 fi
10904
 
         if test $_pkg_short_errors_supported = yes; then
10905
 
-               BRASERO_GTHREAD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
10906
 
-       gthread-2.0 >= $GTHREAD_REQUIRED" 2>&1`
10907
 
+               BRASERO_GTHREAD_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "\
10908
 
+       gthread-2.0 >= $GTHREAD_REQUIRED"`
10909
 
         else
10910
 
-               BRASERO_GTHREAD_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
10911
 
-       gthread-2.0 >= $GTHREAD_REQUIRED" 2>&1`
10912
 
+               BRASERO_GTHREAD_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "\
10913
 
+       gthread-2.0 >= $GTHREAD_REQUIRED"`
10914
 
         fi
10915
 
        # Put the nasty error message in config.log where it belongs
10916
 
        echo "$BRASERO_GTHREAD_PKG_ERRORS" >&5
10917
 
 
10918
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (\
10919
 
+       as_fn_error "Package requirements (\
10920
 
        gthread-2.0 >= $GTHREAD_REQUIRED) were not met:
10921
 
 
10922
 
 $BRASERO_GTHREAD_PKG_ERRORS
10923
 
@@ -14670,34 +13177,11 @@ installed software in a non-standard pre
10924
 
 Alternatively, you may set the environment variables BRASERO_GTHREAD_CFLAGS
10925
 
 and BRASERO_GTHREAD_LIBS to avoid the need to call pkg-config.
10926
 
 See the pkg-config man page for more details.
10927
 
-" >&5
10928
 
-$as_echo "$as_me: error: Package requirements (\
10929
 
-       gthread-2.0 >= $GTHREAD_REQUIRED) were not met:
10930
 
-
10931
 
-$BRASERO_GTHREAD_PKG_ERRORS
10932
 
-
10933
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
10934
 
-installed software in a non-standard prefix.
10935
 
-
10936
 
-Alternatively, you may set the environment variables BRASERO_GTHREAD_CFLAGS
10937
 
-and BRASERO_GTHREAD_LIBS to avoid the need to call pkg-config.
10938
 
-See the pkg-config man page for more details.
10939
 
-" >&2;}
10940
 
-   { (exit 1); exit 1; }; }
10941
 
+" "$LINENO" 5
10942
 
 elif test $pkg_failed = untried; then
10943
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
10944
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10945
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10946
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
10947
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
10948
 
-path to pkg-config.
10949
 
-
10950
 
-Alternatively, you may set the environment variables BRASERO_GTHREAD_CFLAGS
10951
 
-and BRASERO_GTHREAD_LIBS to avoid the need to call pkg-config.
10952
 
-See the pkg-config man page for more details.
10953
 
-
10954
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
10955
 
-See \`config.log' for more details." >&5
10956
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
10957
 
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
10958
 
 is in your PATH or set the PKG_CONFIG environment variable to the full
10959
 
 path to pkg-config.
10960
 
 
10961
 
@@ -14706,12 +13190,11 @@ and BRASERO_GTHREAD_LIBS to avoid the ne
10962
 
 See the pkg-config man page for more details.
10963
 
 
10964
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
10965
 
-See \`config.log' for more details." >&2;}
10966
 
-   { (exit 1); exit 1; }; }; }
10967
 
+See \`config.log' for more details." "$LINENO" 5; }
10968
 
 else
10969
 
        BRASERO_GTHREAD_CFLAGS=$pkg_cv_BRASERO_GTHREAD_CFLAGS
10970
 
        BRASERO_GTHREAD_LIBS=$pkg_cv_BRASERO_GTHREAD_LIBS
10971
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
10972
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10973
 
 $as_echo "yes" >&6; }
10974
 
        :
10975
 
 fi
10976
 
@@ -14721,52 +13204,56 @@ fi
10977
 
 
10978
 
 
10979
 
 pkg_failed=no
10980
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_GLIB" >&5
10981
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_GLIB" >&5
10982
 
 $as_echo_n "checking for BRASERO_GLIB... " >&6; }
10983
 
 
10984
 
-if test -n "$BRASERO_GLIB_CFLAGS"; then
10985
 
-    pkg_cv_BRASERO_GLIB_CFLAGS="$BRASERO_GLIB_CFLAGS"
10986
 
- elif test -n "$PKG_CONFIG"; then
10987
 
-    if test -n "$PKG_CONFIG" && \
10988
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
10989
 
+if test -n "$PKG_CONFIG"; then
10990
 
+    if test -n "$BRASERO_GLIB_CFLAGS"; then
10991
 
+        pkg_cv_BRASERO_GLIB_CFLAGS="$BRASERO_GLIB_CFLAGS"
10992
 
+    else
10993
 
+        if test -n "$PKG_CONFIG" && \
10994
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
10995
 
        gobject-2.0 >= \$GLIB_REQUIRED          \\
10996
 
-       glib-2.0 >= \$GLIB_REQUIRED\"") >&5
10997
 
+       glib-2.0 >= \$GLIB_REQUIRED\""; } >&5
10998
 
   ($PKG_CONFIG --exists --print-errors "\
10999
 
        gobject-2.0 >= $GLIB_REQUIRED           \
11000
 
        glib-2.0 >= $GLIB_REQUIRED") 2>&5
11001
 
   ac_status=$?
11002
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11003
 
-  (exit $ac_status); }; then
11004
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11005
 
+  test $ac_status = 0; }; then
11006
 
   pkg_cv_BRASERO_GLIB_CFLAGS=`$PKG_CONFIG --cflags "\
11007
 
        gobject-2.0 >= $GLIB_REQUIRED           \
11008
 
        glib-2.0 >= $GLIB_REQUIRED" 2>/dev/null`
11009
 
 else
11010
 
   pkg_failed=yes
11011
 
 fi
11012
 
- else
11013
 
-    pkg_failed=untried
11014
 
+    fi
11015
 
+else
11016
 
+       pkg_failed=untried
11017
 
 fi
11018
 
-if test -n "$BRASERO_GLIB_LIBS"; then
11019
 
-    pkg_cv_BRASERO_GLIB_LIBS="$BRASERO_GLIB_LIBS"
11020
 
- elif test -n "$PKG_CONFIG"; then
11021
 
-    if test -n "$PKG_CONFIG" && \
11022
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
11023
 
+if test -n "$PKG_CONFIG"; then
11024
 
+    if test -n "$BRASERO_GLIB_LIBS"; then
11025
 
+        pkg_cv_BRASERO_GLIB_LIBS="$BRASERO_GLIB_LIBS"
11026
 
+    else
11027
 
+        if test -n "$PKG_CONFIG" && \
11028
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
11029
 
        gobject-2.0 >= \$GLIB_REQUIRED          \\
11030
 
-       glib-2.0 >= \$GLIB_REQUIRED\"") >&5
11031
 
+       glib-2.0 >= \$GLIB_REQUIRED\""; } >&5
11032
 
   ($PKG_CONFIG --exists --print-errors "\
11033
 
        gobject-2.0 >= $GLIB_REQUIRED           \
11034
 
        glib-2.0 >= $GLIB_REQUIRED") 2>&5
11035
 
   ac_status=$?
11036
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11037
 
-  (exit $ac_status); }; then
11038
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11039
 
+  test $ac_status = 0; }; then
11040
 
   pkg_cv_BRASERO_GLIB_LIBS=`$PKG_CONFIG --libs "\
11041
 
        gobject-2.0 >= $GLIB_REQUIRED           \
11042
 
        glib-2.0 >= $GLIB_REQUIRED" 2>/dev/null`
11043
 
 else
11044
 
   pkg_failed=yes
11045
 
 fi
11046
 
- else
11047
 
-    pkg_failed=untried
11048
 
+    fi
11049
 
+else
11050
 
+       pkg_failed=untried
11051
 
 fi
11052
 
 
11053
 
 
11054
 
@@ -14779,31 +13266,18 @@ else
11055
 
         _pkg_short_errors_supported=no
11056
 
 fi
11057
 
         if test $_pkg_short_errors_supported = yes; then
11058
 
-               BRASERO_GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
11059
 
+               BRASERO_GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "\
11060
 
        gobject-2.0 >= $GLIB_REQUIRED           \
11061
 
-       glib-2.0 >= $GLIB_REQUIRED" 2>&1`
11062
 
+       glib-2.0 >= $GLIB_REQUIRED"`
11063
 
         else
11064
 
-               BRASERO_GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
11065
 
+               BRASERO_GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "\
11066
 
        gobject-2.0 >= $GLIB_REQUIRED           \
11067
 
-       glib-2.0 >= $GLIB_REQUIRED" 2>&1`
11068
 
+       glib-2.0 >= $GLIB_REQUIRED"`
11069
 
         fi
11070
 
        # Put the nasty error message in config.log where it belongs
11071
 
        echo "$BRASERO_GLIB_PKG_ERRORS" >&5
11072
 
 
11073
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (\
11074
 
-       gobject-2.0 >= $GLIB_REQUIRED           \
11075
 
-       glib-2.0 >= $GLIB_REQUIRED) were not met:
11076
 
-
11077
 
-$BRASERO_GLIB_PKG_ERRORS
11078
 
-
11079
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
11080
 
-installed software in a non-standard prefix.
11081
 
-
11082
 
-Alternatively, you may set the environment variables BRASERO_GLIB_CFLAGS
11083
 
-and BRASERO_GLIB_LIBS to avoid the need to call pkg-config.
11084
 
-See the pkg-config man page for more details.
11085
 
-" >&5
11086
 
-$as_echo "$as_me: error: Package requirements (\
11087
 
+       as_fn_error "Package requirements (\
11088
 
        gobject-2.0 >= $GLIB_REQUIRED           \
11089
 
        glib-2.0 >= $GLIB_REQUIRED) were not met:
11090
 
 
11091
 
@@ -14815,22 +13289,11 @@ installed software in a non-standard pre
11092
 
 Alternatively, you may set the environment variables BRASERO_GLIB_CFLAGS
11093
 
 and BRASERO_GLIB_LIBS to avoid the need to call pkg-config.
11094
 
 See the pkg-config man page for more details.
11095
 
-" >&2;}
11096
 
-   { (exit 1); exit 1; }; }
11097
 
+" "$LINENO" 5
11098
 
 elif test $pkg_failed = untried; then
11099
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11100
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11101
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11102
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
11103
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
11104
 
-path to pkg-config.
11105
 
-
11106
 
-Alternatively, you may set the environment variables BRASERO_GLIB_CFLAGS
11107
 
-and BRASERO_GLIB_LIBS to avoid the need to call pkg-config.
11108
 
-See the pkg-config man page for more details.
11109
 
-
11110
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11111
 
-See \`config.log' for more details." >&5
11112
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
11113
 
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
11114
 
 is in your PATH or set the PKG_CONFIG environment variable to the full
11115
 
 path to pkg-config.
11116
 
 
11117
 
@@ -14839,12 +13302,11 @@ and BRASERO_GLIB_LIBS to avoid the need
11118
 
 See the pkg-config man page for more details.
11119
 
 
11120
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11121
 
-See \`config.log' for more details." >&2;}
11122
 
-   { (exit 1); exit 1; }; }; }
11123
 
+See \`config.log' for more details." "$LINENO" 5; }
11124
 
 else
11125
 
        BRASERO_GLIB_CFLAGS=$pkg_cv_BRASERO_GLIB_CFLAGS
11126
 
        BRASERO_GLIB_LIBS=$pkg_cv_BRASERO_GLIB_LIBS
11127
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
11128
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11129
 
 $as_echo "yes" >&6; }
11130
 
        :
11131
 
 fi
11132
 
@@ -14854,46 +13316,50 @@ fi
11133
 
 
11134
 
 
11135
 
 pkg_failed=no
11136
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_GCONF" >&5
11137
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_GCONF" >&5
11138
 
 $as_echo_n "checking for BRASERO_GCONF... " >&6; }
11139
 
 
11140
 
-if test -n "$BRASERO_GCONF_CFLAGS"; then
11141
 
-    pkg_cv_BRASERO_GCONF_CFLAGS="$BRASERO_GCONF_CFLAGS"
11142
 
- elif test -n "$PKG_CONFIG"; then
11143
 
-    if test -n "$PKG_CONFIG" && \
11144
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
11145
 
-       gconf-2.0 >= \$GCONF_REQUIRED\"") >&5
11146
 
+if test -n "$PKG_CONFIG"; then
11147
 
+    if test -n "$BRASERO_GCONF_CFLAGS"; then
11148
 
+        pkg_cv_BRASERO_GCONF_CFLAGS="$BRASERO_GCONF_CFLAGS"
11149
 
+    else
11150
 
+        if test -n "$PKG_CONFIG" && \
11151
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
11152
 
+       gconf-2.0 >= \$GCONF_REQUIRED\""; } >&5
11153
 
   ($PKG_CONFIG --exists --print-errors "\
11154
 
        gconf-2.0 >= $GCONF_REQUIRED") 2>&5
11155
 
   ac_status=$?
11156
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11157
 
-  (exit $ac_status); }; then
11158
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11159
 
+  test $ac_status = 0; }; then
11160
 
   pkg_cv_BRASERO_GCONF_CFLAGS=`$PKG_CONFIG --cflags "\
11161
 
        gconf-2.0 >= $GCONF_REQUIRED" 2>/dev/null`
11162
 
 else
11163
 
   pkg_failed=yes
11164
 
 fi
11165
 
- else
11166
 
-    pkg_failed=untried
11167
 
+    fi
11168
 
+else
11169
 
+       pkg_failed=untried
11170
 
 fi
11171
 
-if test -n "$BRASERO_GCONF_LIBS"; then
11172
 
-    pkg_cv_BRASERO_GCONF_LIBS="$BRASERO_GCONF_LIBS"
11173
 
- elif test -n "$PKG_CONFIG"; then
11174
 
-    if test -n "$PKG_CONFIG" && \
11175
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
11176
 
-       gconf-2.0 >= \$GCONF_REQUIRED\"") >&5
11177
 
+if test -n "$PKG_CONFIG"; then
11178
 
+    if test -n "$BRASERO_GCONF_LIBS"; then
11179
 
+        pkg_cv_BRASERO_GCONF_LIBS="$BRASERO_GCONF_LIBS"
11180
 
+    else
11181
 
+        if test -n "$PKG_CONFIG" && \
11182
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
11183
 
+       gconf-2.0 >= \$GCONF_REQUIRED\""; } >&5
11184
 
   ($PKG_CONFIG --exists --print-errors "\
11185
 
        gconf-2.0 >= $GCONF_REQUIRED") 2>&5
11186
 
   ac_status=$?
11187
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11188
 
-  (exit $ac_status); }; then
11189
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11190
 
+  test $ac_status = 0; }; then
11191
 
   pkg_cv_BRASERO_GCONF_LIBS=`$PKG_CONFIG --libs "\
11192
 
        gconf-2.0 >= $GCONF_REQUIRED" 2>/dev/null`
11193
 
 else
11194
 
   pkg_failed=yes
11195
 
 fi
11196
 
- else
11197
 
-    pkg_failed=untried
11198
 
+    fi
11199
 
+else
11200
 
+       pkg_failed=untried
11201
 
 fi
11202
 
 
11203
 
 
11204
 
@@ -14906,28 +13372,16 @@ else
11205
 
         _pkg_short_errors_supported=no
11206
 
 fi
11207
 
         if test $_pkg_short_errors_supported = yes; then
11208
 
-               BRASERO_GCONF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
11209
 
-       gconf-2.0 >= $GCONF_REQUIRED" 2>&1`
11210
 
+               BRASERO_GCONF_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "\
11211
 
+       gconf-2.0 >= $GCONF_REQUIRED"`
11212
 
         else
11213
 
-               BRASERO_GCONF_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
11214
 
-       gconf-2.0 >= $GCONF_REQUIRED" 2>&1`
11215
 
+               BRASERO_GCONF_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "\
11216
 
+       gconf-2.0 >= $GCONF_REQUIRED"`
11217
 
         fi
11218
 
        # Put the nasty error message in config.log where it belongs
11219
 
        echo "$BRASERO_GCONF_PKG_ERRORS" >&5
11220
 
 
11221
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (\
11222
 
-       gconf-2.0 >= $GCONF_REQUIRED) were not met:
11223
 
-
11224
 
-$BRASERO_GCONF_PKG_ERRORS
11225
 
-
11226
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
11227
 
-installed software in a non-standard prefix.
11228
 
-
11229
 
-Alternatively, you may set the environment variables BRASERO_GCONF_CFLAGS
11230
 
-and BRASERO_GCONF_LIBS to avoid the need to call pkg-config.
11231
 
-See the pkg-config man page for more details.
11232
 
-" >&5
11233
 
-$as_echo "$as_me: error: Package requirements (\
11234
 
+       as_fn_error "Package requirements (\
11235
 
        gconf-2.0 >= $GCONF_REQUIRED) were not met:
11236
 
 
11237
 
 $BRASERO_GCONF_PKG_ERRORS
11238
 
@@ -14938,22 +13392,11 @@ installed software in a non-standard pre
11239
 
 Alternatively, you may set the environment variables BRASERO_GCONF_CFLAGS
11240
 
 and BRASERO_GCONF_LIBS to avoid the need to call pkg-config.
11241
 
 See the pkg-config man page for more details.
11242
 
-" >&2;}
11243
 
-   { (exit 1); exit 1; }; }
11244
 
+" "$LINENO" 5
11245
 
 elif test $pkg_failed = untried; then
11246
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11247
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11248
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11249
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
11250
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
11251
 
-path to pkg-config.
11252
 
-
11253
 
-Alternatively, you may set the environment variables BRASERO_GCONF_CFLAGS
11254
 
-and BRASERO_GCONF_LIBS to avoid the need to call pkg-config.
11255
 
-See the pkg-config man page for more details.
11256
 
-
11257
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11258
 
-See \`config.log' for more details." >&5
11259
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
11260
 
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
11261
 
 is in your PATH or set the PKG_CONFIG environment variable to the full
11262
 
 path to pkg-config.
11263
 
 
11264
 
@@ -14962,12 +13405,11 @@ and BRASERO_GCONF_LIBS to avoid the need
11265
 
 See the pkg-config man page for more details.
11266
 
 
11267
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11268
 
-See \`config.log' for more details." >&2;}
11269
 
-   { (exit 1); exit 1; }; }; }
11270
 
+See \`config.log' for more details." "$LINENO" 5; }
11271
 
 else
11272
 
        BRASERO_GCONF_CFLAGS=$pkg_cv_BRASERO_GCONF_CFLAGS
11273
 
        BRASERO_GCONF_LIBS=$pkg_cv_BRASERO_GCONF_LIBS
11274
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
11275
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11276
 
 $as_echo "yes" >&6; }
11277
 
        :
11278
 
 fi
11279
 
@@ -14977,46 +13419,50 @@ fi
11280
 
 
11281
 
 
11282
 
 pkg_failed=no
11283
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_GMODULE" >&5
11284
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_GMODULE" >&5
11285
 
 $as_echo_n "checking for BRASERO_GMODULE... " >&6; }
11286
 
 
11287
 
-if test -n "$BRASERO_GMODULE_CFLAGS"; then
11288
 
-    pkg_cv_BRASERO_GMODULE_CFLAGS="$BRASERO_GMODULE_CFLAGS"
11289
 
- elif test -n "$PKG_CONFIG"; then
11290
 
-    if test -n "$PKG_CONFIG" && \
11291
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
11292
 
-       gmodule-2.0 >= \$GMODULE_REQUIRED\"") >&5
11293
 
+if test -n "$PKG_CONFIG"; then
11294
 
+    if test -n "$BRASERO_GMODULE_CFLAGS"; then
11295
 
+        pkg_cv_BRASERO_GMODULE_CFLAGS="$BRASERO_GMODULE_CFLAGS"
11296
 
+    else
11297
 
+        if test -n "$PKG_CONFIG" && \
11298
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
11299
 
+       gmodule-2.0 >= \$GMODULE_REQUIRED\""; } >&5
11300
 
   ($PKG_CONFIG --exists --print-errors "\
11301
 
        gmodule-2.0 >= $GMODULE_REQUIRED") 2>&5
11302
 
   ac_status=$?
11303
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11304
 
-  (exit $ac_status); }; then
11305
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11306
 
+  test $ac_status = 0; }; then
11307
 
   pkg_cv_BRASERO_GMODULE_CFLAGS=`$PKG_CONFIG --cflags "\
11308
 
        gmodule-2.0 >= $GMODULE_REQUIRED" 2>/dev/null`
11309
 
 else
11310
 
   pkg_failed=yes
11311
 
 fi
11312
 
- else
11313
 
-    pkg_failed=untried
11314
 
+    fi
11315
 
+else
11316
 
+       pkg_failed=untried
11317
 
 fi
11318
 
-if test -n "$BRASERO_GMODULE_LIBS"; then
11319
 
-    pkg_cv_BRASERO_GMODULE_LIBS="$BRASERO_GMODULE_LIBS"
11320
 
- elif test -n "$PKG_CONFIG"; then
11321
 
-    if test -n "$PKG_CONFIG" && \
11322
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
11323
 
-       gmodule-2.0 >= \$GMODULE_REQUIRED\"") >&5
11324
 
+if test -n "$PKG_CONFIG"; then
11325
 
+    if test -n "$BRASERO_GMODULE_LIBS"; then
11326
 
+        pkg_cv_BRASERO_GMODULE_LIBS="$BRASERO_GMODULE_LIBS"
11327
 
+    else
11328
 
+        if test -n "$PKG_CONFIG" && \
11329
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
11330
 
+       gmodule-2.0 >= \$GMODULE_REQUIRED\""; } >&5
11331
 
   ($PKG_CONFIG --exists --print-errors "\
11332
 
        gmodule-2.0 >= $GMODULE_REQUIRED") 2>&5
11333
 
   ac_status=$?
11334
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11335
 
-  (exit $ac_status); }; then
11336
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11337
 
+  test $ac_status = 0; }; then
11338
 
   pkg_cv_BRASERO_GMODULE_LIBS=`$PKG_CONFIG --libs "\
11339
 
        gmodule-2.0 >= $GMODULE_REQUIRED" 2>/dev/null`
11340
 
 else
11341
 
   pkg_failed=yes
11342
 
 fi
11343
 
- else
11344
 
-    pkg_failed=untried
11345
 
+    fi
11346
 
+else
11347
 
+       pkg_failed=untried
11348
 
 fi
11349
 
 
11350
 
 
11351
 
@@ -15029,28 +13475,16 @@ else
11352
 
         _pkg_short_errors_supported=no
11353
 
 fi
11354
 
         if test $_pkg_short_errors_supported = yes; then
11355
 
-               BRASERO_GMODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
11356
 
-       gmodule-2.0 >= $GMODULE_REQUIRED" 2>&1`
11357
 
+               BRASERO_GMODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "\
11358
 
+       gmodule-2.0 >= $GMODULE_REQUIRED"`
11359
 
         else
11360
 
-               BRASERO_GMODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
11361
 
-       gmodule-2.0 >= $GMODULE_REQUIRED" 2>&1`
11362
 
+               BRASERO_GMODULE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "\
11363
 
+       gmodule-2.0 >= $GMODULE_REQUIRED"`
11364
 
         fi
11365
 
        # Put the nasty error message in config.log where it belongs
11366
 
        echo "$BRASERO_GMODULE_PKG_ERRORS" >&5
11367
 
 
11368
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (\
11369
 
-       gmodule-2.0 >= $GMODULE_REQUIRED) were not met:
11370
 
-
11371
 
-$BRASERO_GMODULE_PKG_ERRORS
11372
 
-
11373
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
11374
 
-installed software in a non-standard prefix.
11375
 
-
11376
 
-Alternatively, you may set the environment variables BRASERO_GMODULE_CFLAGS
11377
 
-and BRASERO_GMODULE_LIBS to avoid the need to call pkg-config.
11378
 
-See the pkg-config man page for more details.
11379
 
-" >&5
11380
 
-$as_echo "$as_me: error: Package requirements (\
11381
 
+       as_fn_error "Package requirements (\
11382
 
        gmodule-2.0 >= $GMODULE_REQUIRED) were not met:
11383
 
 
11384
 
 $BRASERO_GMODULE_PKG_ERRORS
11385
 
@@ -15061,22 +13495,11 @@ installed software in a non-standard pre
11386
 
 Alternatively, you may set the environment variables BRASERO_GMODULE_CFLAGS
11387
 
 and BRASERO_GMODULE_LIBS to avoid the need to call pkg-config.
11388
 
 See the pkg-config man page for more details.
11389
 
-" >&2;}
11390
 
-   { (exit 1); exit 1; }; }
11391
 
+" "$LINENO" 5
11392
 
 elif test $pkg_failed = untried; then
11393
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11394
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11395
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11396
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
11397
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
11398
 
-path to pkg-config.
11399
 
-
11400
 
-Alternatively, you may set the environment variables BRASERO_GMODULE_CFLAGS
11401
 
-and BRASERO_GMODULE_LIBS to avoid the need to call pkg-config.
11402
 
-See the pkg-config man page for more details.
11403
 
-
11404
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11405
 
-See \`config.log' for more details." >&5
11406
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
11407
 
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
11408
 
 is in your PATH or set the PKG_CONFIG environment variable to the full
11409
 
 path to pkg-config.
11410
 
 
11411
 
@@ -15085,12 +13508,11 @@ and BRASERO_GMODULE_LIBS to avoid the ne
11412
 
 See the pkg-config man page for more details.
11413
 
 
11414
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11415
 
-See \`config.log' for more details." >&2;}
11416
 
-   { (exit 1); exit 1; }; }; }
11417
 
+See \`config.log' for more details." "$LINENO" 5; }
11418
 
 else
11419
 
        BRASERO_GMODULE_CFLAGS=$pkg_cv_BRASERO_GMODULE_CFLAGS
11420
 
        BRASERO_GMODULE_LIBS=$pkg_cv_BRASERO_GMODULE_LIBS
11421
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
11422
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11423
 
 $as_echo "yes" >&6; }
11424
 
        :
11425
 
 fi
11426
 
@@ -15100,46 +13522,50 @@ fi
11427
 
 
11428
 
 
11429
 
 pkg_failed=no
11430
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_GMODULE_EXPORT" >&5
11431
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_GMODULE_EXPORT" >&5
11432
 
 $as_echo_n "checking for BRASERO_GMODULE_EXPORT... " >&6; }
11433
 
 
11434
 
-if test -n "$BRASERO_GMODULE_EXPORT_CFLAGS"; then
11435
 
-    pkg_cv_BRASERO_GMODULE_EXPORT_CFLAGS="$BRASERO_GMODULE_EXPORT_CFLAGS"
11436
 
- elif test -n "$PKG_CONFIG"; then
11437
 
-    if test -n "$PKG_CONFIG" && \
11438
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
11439
 
-       gmodule-export-2.0 >= \$GMODULE_EXPORT_REQUIRED\"") >&5
11440
 
+if test -n "$PKG_CONFIG"; then
11441
 
+    if test -n "$BRASERO_GMODULE_EXPORT_CFLAGS"; then
11442
 
+        pkg_cv_BRASERO_GMODULE_EXPORT_CFLAGS="$BRASERO_GMODULE_EXPORT_CFLAGS"
11443
 
+    else
11444
 
+        if test -n "$PKG_CONFIG" && \
11445
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
11446
 
+       gmodule-export-2.0 >= \$GMODULE_EXPORT_REQUIRED\""; } >&5
11447
 
   ($PKG_CONFIG --exists --print-errors "\
11448
 
        gmodule-export-2.0 >= $GMODULE_EXPORT_REQUIRED") 2>&5
11449
 
   ac_status=$?
11450
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11451
 
-  (exit $ac_status); }; then
11452
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11453
 
+  test $ac_status = 0; }; then
11454
 
   pkg_cv_BRASERO_GMODULE_EXPORT_CFLAGS=`$PKG_CONFIG --cflags "\
11455
 
        gmodule-export-2.0 >= $GMODULE_EXPORT_REQUIRED" 2>/dev/null`
11456
 
 else
11457
 
   pkg_failed=yes
11458
 
 fi
11459
 
- else
11460
 
-    pkg_failed=untried
11461
 
+    fi
11462
 
+else
11463
 
+       pkg_failed=untried
11464
 
 fi
11465
 
-if test -n "$BRASERO_GMODULE_EXPORT_LIBS"; then
11466
 
-    pkg_cv_BRASERO_GMODULE_EXPORT_LIBS="$BRASERO_GMODULE_EXPORT_LIBS"
11467
 
- elif test -n "$PKG_CONFIG"; then
11468
 
-    if test -n "$PKG_CONFIG" && \
11469
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
11470
 
-       gmodule-export-2.0 >= \$GMODULE_EXPORT_REQUIRED\"") >&5
11471
 
+if test -n "$PKG_CONFIG"; then
11472
 
+    if test -n "$BRASERO_GMODULE_EXPORT_LIBS"; then
11473
 
+        pkg_cv_BRASERO_GMODULE_EXPORT_LIBS="$BRASERO_GMODULE_EXPORT_LIBS"
11474
 
+    else
11475
 
+        if test -n "$PKG_CONFIG" && \
11476
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
11477
 
+       gmodule-export-2.0 >= \$GMODULE_EXPORT_REQUIRED\""; } >&5
11478
 
   ($PKG_CONFIG --exists --print-errors "\
11479
 
        gmodule-export-2.0 >= $GMODULE_EXPORT_REQUIRED") 2>&5
11480
 
   ac_status=$?
11481
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11482
 
-  (exit $ac_status); }; then
11483
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11484
 
+  test $ac_status = 0; }; then
11485
 
   pkg_cv_BRASERO_GMODULE_EXPORT_LIBS=`$PKG_CONFIG --libs "\
11486
 
        gmodule-export-2.0 >= $GMODULE_EXPORT_REQUIRED" 2>/dev/null`
11487
 
 else
11488
 
   pkg_failed=yes
11489
 
 fi
11490
 
- else
11491
 
-    pkg_failed=untried
11492
 
+    fi
11493
 
+else
11494
 
+       pkg_failed=untried
11495
 
 fi
11496
 
 
11497
 
 
11498
 
@@ -15152,28 +13578,16 @@ else
11499
 
         _pkg_short_errors_supported=no
11500
 
 fi
11501
 
         if test $_pkg_short_errors_supported = yes; then
11502
 
-               BRASERO_GMODULE_EXPORT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
11503
 
-       gmodule-export-2.0 >= $GMODULE_EXPORT_REQUIRED" 2>&1`
11504
 
+               BRASERO_GMODULE_EXPORT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "\
11505
 
+       gmodule-export-2.0 >= $GMODULE_EXPORT_REQUIRED"`
11506
 
         else
11507
 
-               BRASERO_GMODULE_EXPORT_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
11508
 
-       gmodule-export-2.0 >= $GMODULE_EXPORT_REQUIRED" 2>&1`
11509
 
+               BRASERO_GMODULE_EXPORT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "\
11510
 
+       gmodule-export-2.0 >= $GMODULE_EXPORT_REQUIRED"`
11511
 
         fi
11512
 
        # Put the nasty error message in config.log where it belongs
11513
 
        echo "$BRASERO_GMODULE_EXPORT_PKG_ERRORS" >&5
11514
 
 
11515
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (\
11516
 
-       gmodule-export-2.0 >= $GMODULE_EXPORT_REQUIRED) were not met:
11517
 
-
11518
 
-$BRASERO_GMODULE_EXPORT_PKG_ERRORS
11519
 
-
11520
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
11521
 
-installed software in a non-standard prefix.
11522
 
-
11523
 
-Alternatively, you may set the environment variables BRASERO_GMODULE_EXPORT_CFLAGS
11524
 
-and BRASERO_GMODULE_EXPORT_LIBS to avoid the need to call pkg-config.
11525
 
-See the pkg-config man page for more details.
11526
 
-" >&5
11527
 
-$as_echo "$as_me: error: Package requirements (\
11528
 
+       as_fn_error "Package requirements (\
11529
 
        gmodule-export-2.0 >= $GMODULE_EXPORT_REQUIRED) were not met:
11530
 
 
11531
 
 $BRASERO_GMODULE_EXPORT_PKG_ERRORS
11532
 
@@ -15184,22 +13598,11 @@ installed software in a non-standard pre
11533
 
 Alternatively, you may set the environment variables BRASERO_GMODULE_EXPORT_CFLAGS
11534
 
 and BRASERO_GMODULE_EXPORT_LIBS to avoid the need to call pkg-config.
11535
 
 See the pkg-config man page for more details.
11536
 
-" >&2;}
11537
 
-   { (exit 1); exit 1; }; }
11538
 
+" "$LINENO" 5
11539
 
 elif test $pkg_failed = untried; then
11540
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11541
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11542
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11543
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
11544
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
11545
 
-path to pkg-config.
11546
 
-
11547
 
-Alternatively, you may set the environment variables BRASERO_GMODULE_EXPORT_CFLAGS
11548
 
-and BRASERO_GMODULE_EXPORT_LIBS to avoid the need to call pkg-config.
11549
 
-See the pkg-config man page for more details.
11550
 
-
11551
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11552
 
-See \`config.log' for more details." >&5
11553
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
11554
 
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
11555
 
 is in your PATH or set the PKG_CONFIG environment variable to the full
11556
 
 path to pkg-config.
11557
 
 
11558
 
@@ -15208,12 +13611,11 @@ and BRASERO_GMODULE_EXPORT_LIBS to avoid
11559
 
 See the pkg-config man page for more details.
11560
 
 
11561
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11562
 
-See \`config.log' for more details." >&2;}
11563
 
-   { (exit 1); exit 1; }; }; }
11564
 
+See \`config.log' for more details." "$LINENO" 5; }
11565
 
 else
11566
 
        BRASERO_GMODULE_EXPORT_CFLAGS=$pkg_cv_BRASERO_GMODULE_EXPORT_CFLAGS
11567
 
        BRASERO_GMODULE_EXPORT_LIBS=$pkg_cv_BRASERO_GMODULE_EXPORT_LIBS
11568
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
11569
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11570
 
 $as_echo "yes" >&6; }
11571
 
        :
11572
 
 fi
11573
 
@@ -15223,52 +13625,56 @@ fi
11574
 
 
11575
 
 
11576
 
 pkg_failed=no
11577
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_GTK" >&5
11578
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_GTK" >&5
11579
 
 $as_echo_n "checking for BRASERO_GTK... " >&6; }
11580
 
 
11581
 
-if test -n "$BRASERO_GTK_CFLAGS"; then
11582
 
-    pkg_cv_BRASERO_GTK_CFLAGS="$BRASERO_GTK_CFLAGS"
11583
 
- elif test -n "$PKG_CONFIG"; then
11584
 
-    if test -n "$PKG_CONFIG" && \
11585
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
11586
 
+if test -n "$PKG_CONFIG"; then
11587
 
+    if test -n "$BRASERO_GTK_CFLAGS"; then
11588
 
+        pkg_cv_BRASERO_GTK_CFLAGS="$BRASERO_GTK_CFLAGS"
11589
 
+    else
11590
 
+        if test -n "$PKG_CONFIG" && \
11591
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
11592
 
        gdk-2.0 >= \$GDK_REQUIRED               \\
11593
 
-       gtk+-2.0 >= \$GTK_REQUIRED\"") >&5
11594
 
+       gtk+-2.0 >= \$GTK_REQUIRED\""; } >&5
11595
 
   ($PKG_CONFIG --exists --print-errors "\
11596
 
        gdk-2.0 >= $GDK_REQUIRED                \
11597
 
        gtk+-2.0 >= $GTK_REQUIRED") 2>&5
11598
 
   ac_status=$?
11599
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11600
 
-  (exit $ac_status); }; then
11601
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11602
 
+  test $ac_status = 0; }; then
11603
 
   pkg_cv_BRASERO_GTK_CFLAGS=`$PKG_CONFIG --cflags "\
11604
 
        gdk-2.0 >= $GDK_REQUIRED                \
11605
 
        gtk+-2.0 >= $GTK_REQUIRED" 2>/dev/null`
11606
 
 else
11607
 
   pkg_failed=yes
11608
 
 fi
11609
 
- else
11610
 
-    pkg_failed=untried
11611
 
+    fi
11612
 
+else
11613
 
+       pkg_failed=untried
11614
 
 fi
11615
 
-if test -n "$BRASERO_GTK_LIBS"; then
11616
 
-    pkg_cv_BRASERO_GTK_LIBS="$BRASERO_GTK_LIBS"
11617
 
- elif test -n "$PKG_CONFIG"; then
11618
 
-    if test -n "$PKG_CONFIG" && \
11619
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
11620
 
+if test -n "$PKG_CONFIG"; then
11621
 
+    if test -n "$BRASERO_GTK_LIBS"; then
11622
 
+        pkg_cv_BRASERO_GTK_LIBS="$BRASERO_GTK_LIBS"
11623
 
+    else
11624
 
+        if test -n "$PKG_CONFIG" && \
11625
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
11626
 
        gdk-2.0 >= \$GDK_REQUIRED               \\
11627
 
-       gtk+-2.0 >= \$GTK_REQUIRED\"") >&5
11628
 
+       gtk+-2.0 >= \$GTK_REQUIRED\""; } >&5
11629
 
   ($PKG_CONFIG --exists --print-errors "\
11630
 
        gdk-2.0 >= $GDK_REQUIRED                \
11631
 
        gtk+-2.0 >= $GTK_REQUIRED") 2>&5
11632
 
   ac_status=$?
11633
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11634
 
-  (exit $ac_status); }; then
11635
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11636
 
+  test $ac_status = 0; }; then
11637
 
   pkg_cv_BRASERO_GTK_LIBS=`$PKG_CONFIG --libs "\
11638
 
        gdk-2.0 >= $GDK_REQUIRED                \
11639
 
        gtk+-2.0 >= $GTK_REQUIRED" 2>/dev/null`
11640
 
 else
11641
 
   pkg_failed=yes
11642
 
 fi
11643
 
- else
11644
 
-    pkg_failed=untried
11645
 
+    fi
11646
 
+else
11647
 
+       pkg_failed=untried
11648
 
 fi
11649
 
 
11650
 
 
11651
 
@@ -15281,31 +13687,18 @@ else
11652
 
         _pkg_short_errors_supported=no
11653
 
 fi
11654
 
         if test $_pkg_short_errors_supported = yes; then
11655
 
-               BRASERO_GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
11656
 
+               BRASERO_GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "\
11657
 
        gdk-2.0 >= $GDK_REQUIRED                \
11658
 
-       gtk+-2.0 >= $GTK_REQUIRED" 2>&1`
11659
 
+       gtk+-2.0 >= $GTK_REQUIRED"`
11660
 
         else
11661
 
-               BRASERO_GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
11662
 
+               BRASERO_GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "\
11663
 
        gdk-2.0 >= $GDK_REQUIRED                \
11664
 
-       gtk+-2.0 >= $GTK_REQUIRED" 2>&1`
11665
 
+       gtk+-2.0 >= $GTK_REQUIRED"`
11666
 
         fi
11667
 
        # Put the nasty error message in config.log where it belongs
11668
 
        echo "$BRASERO_GTK_PKG_ERRORS" >&5
11669
 
 
11670
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (\
11671
 
-       gdk-2.0 >= $GDK_REQUIRED                \
11672
 
-       gtk+-2.0 >= $GTK_REQUIRED) were not met:
11673
 
-
11674
 
-$BRASERO_GTK_PKG_ERRORS
11675
 
-
11676
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
11677
 
-installed software in a non-standard prefix.
11678
 
-
11679
 
-Alternatively, you may set the environment variables BRASERO_GTK_CFLAGS
11680
 
-and BRASERO_GTK_LIBS to avoid the need to call pkg-config.
11681
 
-See the pkg-config man page for more details.
11682
 
-" >&5
11683
 
-$as_echo "$as_me: error: Package requirements (\
11684
 
+       as_fn_error "Package requirements (\
11685
 
        gdk-2.0 >= $GDK_REQUIRED                \
11686
 
        gtk+-2.0 >= $GTK_REQUIRED) were not met:
11687
 
 
11688
 
@@ -15317,22 +13710,11 @@ installed software in a non-standard pre
11689
 
 Alternatively, you may set the environment variables BRASERO_GTK_CFLAGS
11690
 
 and BRASERO_GTK_LIBS to avoid the need to call pkg-config.
11691
 
 See the pkg-config man page for more details.
11692
 
-" >&2;}
11693
 
-   { (exit 1); exit 1; }; }
11694
 
+" "$LINENO" 5
11695
 
 elif test $pkg_failed = untried; then
11696
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11697
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11698
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11699
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
11700
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
11701
 
-path to pkg-config.
11702
 
-
11703
 
-Alternatively, you may set the environment variables BRASERO_GTK_CFLAGS
11704
 
-and BRASERO_GTK_LIBS to avoid the need to call pkg-config.
11705
 
-See the pkg-config man page for more details.
11706
 
-
11707
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11708
 
-See \`config.log' for more details." >&5
11709
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
11710
 
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
11711
 
 is in your PATH or set the PKG_CONFIG environment variable to the full
11712
 
 path to pkg-config.
11713
 
 
11714
 
@@ -15341,12 +13723,11 @@ and BRASERO_GTK_LIBS to avoid the need t
11715
 
 See the pkg-config man page for more details.
11716
 
 
11717
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11718
 
-See \`config.log' for more details." >&2;}
11719
 
-   { (exit 1); exit 1; }; }; }
11720
 
+See \`config.log' for more details." "$LINENO" 5; }
11721
 
 else
11722
 
        BRASERO_GTK_CFLAGS=$pkg_cv_BRASERO_GTK_CFLAGS
11723
 
        BRASERO_GTK_LIBS=$pkg_cv_BRASERO_GTK_LIBS
11724
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
11725
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11726
 
 $as_echo "yes" >&6; }
11727
 
        :
11728
 
 fi
11729
 
@@ -15356,46 +13737,50 @@ fi
11730
 
 
11731
 
 
11732
 
 pkg_failed=no
11733
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_DBUS" >&5
11734
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_DBUS" >&5
11735
 
 $as_echo_n "checking for BRASERO_DBUS... " >&6; }
11736
 
 
11737
 
-if test -n "$BRASERO_DBUS_CFLAGS"; then
11738
 
-    pkg_cv_BRASERO_DBUS_CFLAGS="$BRASERO_DBUS_CFLAGS"
11739
 
- elif test -n "$PKG_CONFIG"; then
11740
 
-    if test -n "$PKG_CONFIG" && \
11741
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
11742
 
-       dbus-glib-1 >= \$DBUS_REQUIRED\"") >&5
11743
 
+if test -n "$PKG_CONFIG"; then
11744
 
+    if test -n "$BRASERO_DBUS_CFLAGS"; then
11745
 
+        pkg_cv_BRASERO_DBUS_CFLAGS="$BRASERO_DBUS_CFLAGS"
11746
 
+    else
11747
 
+        if test -n "$PKG_CONFIG" && \
11748
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
11749
 
+       dbus-glib-1 >= \$DBUS_REQUIRED\""; } >&5
11750
 
   ($PKG_CONFIG --exists --print-errors "\
11751
 
        dbus-glib-1 >= $DBUS_REQUIRED") 2>&5
11752
 
   ac_status=$?
11753
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11754
 
-  (exit $ac_status); }; then
11755
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11756
 
+  test $ac_status = 0; }; then
11757
 
   pkg_cv_BRASERO_DBUS_CFLAGS=`$PKG_CONFIG --cflags "\
11758
 
        dbus-glib-1 >= $DBUS_REQUIRED" 2>/dev/null`
11759
 
 else
11760
 
   pkg_failed=yes
11761
 
 fi
11762
 
- else
11763
 
-    pkg_failed=untried
11764
 
+    fi
11765
 
+else
11766
 
+       pkg_failed=untried
11767
 
 fi
11768
 
-if test -n "$BRASERO_DBUS_LIBS"; then
11769
 
-    pkg_cv_BRASERO_DBUS_LIBS="$BRASERO_DBUS_LIBS"
11770
 
- elif test -n "$PKG_CONFIG"; then
11771
 
-    if test -n "$PKG_CONFIG" && \
11772
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
11773
 
-       dbus-glib-1 >= \$DBUS_REQUIRED\"") >&5
11774
 
+if test -n "$PKG_CONFIG"; then
11775
 
+    if test -n "$BRASERO_DBUS_LIBS"; then
11776
 
+        pkg_cv_BRASERO_DBUS_LIBS="$BRASERO_DBUS_LIBS"
11777
 
+    else
11778
 
+        if test -n "$PKG_CONFIG" && \
11779
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
11780
 
+       dbus-glib-1 >= \$DBUS_REQUIRED\""; } >&5
11781
 
   ($PKG_CONFIG --exists --print-errors "\
11782
 
        dbus-glib-1 >= $DBUS_REQUIRED") 2>&5
11783
 
   ac_status=$?
11784
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11785
 
-  (exit $ac_status); }; then
11786
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11787
 
+  test $ac_status = 0; }; then
11788
 
   pkg_cv_BRASERO_DBUS_LIBS=`$PKG_CONFIG --libs "\
11789
 
        dbus-glib-1 >= $DBUS_REQUIRED" 2>/dev/null`
11790
 
 else
11791
 
   pkg_failed=yes
11792
 
 fi
11793
 
- else
11794
 
-    pkg_failed=untried
11795
 
+    fi
11796
 
+else
11797
 
+       pkg_failed=untried
11798
 
 fi
11799
 
 
11800
 
 
11801
 
@@ -15408,28 +13793,16 @@ else
11802
 
         _pkg_short_errors_supported=no
11803
 
 fi
11804
 
         if test $_pkg_short_errors_supported = yes; then
11805
 
-               BRASERO_DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
11806
 
-       dbus-glib-1 >= $DBUS_REQUIRED" 2>&1`
11807
 
+               BRASERO_DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "\
11808
 
+       dbus-glib-1 >= $DBUS_REQUIRED"`
11809
 
         else
11810
 
-               BRASERO_DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
11811
 
-       dbus-glib-1 >= $DBUS_REQUIRED" 2>&1`
11812
 
+               BRASERO_DBUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "\
11813
 
+       dbus-glib-1 >= $DBUS_REQUIRED"`
11814
 
         fi
11815
 
        # Put the nasty error message in config.log where it belongs
11816
 
        echo "$BRASERO_DBUS_PKG_ERRORS" >&5
11817
 
 
11818
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (\
11819
 
-       dbus-glib-1 >= $DBUS_REQUIRED) were not met:
11820
 
-
11821
 
-$BRASERO_DBUS_PKG_ERRORS
11822
 
-
11823
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
11824
 
-installed software in a non-standard prefix.
11825
 
-
11826
 
-Alternatively, you may set the environment variables BRASERO_DBUS_CFLAGS
11827
 
-and BRASERO_DBUS_LIBS to avoid the need to call pkg-config.
11828
 
-See the pkg-config man page for more details.
11829
 
-" >&5
11830
 
-$as_echo "$as_me: error: Package requirements (\
11831
 
+       as_fn_error "Package requirements (\
11832
 
        dbus-glib-1 >= $DBUS_REQUIRED) were not met:
11833
 
 
11834
 
 $BRASERO_DBUS_PKG_ERRORS
11835
 
@@ -15440,12 +13813,11 @@ installed software in a non-standard pre
11836
 
 Alternatively, you may set the environment variables BRASERO_DBUS_CFLAGS
11837
 
 and BRASERO_DBUS_LIBS to avoid the need to call pkg-config.
11838
 
 See the pkg-config man page for more details.
11839
 
-" >&2;}
11840
 
-   { (exit 1); exit 1; }; }
11841
 
+" "$LINENO" 5
11842
 
 elif test $pkg_failed = untried; then
11843
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11844
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11845
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11846
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
11847
 
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
11848
 
 is in your PATH or set the PKG_CONFIG environment variable to the full
11849
 
 path to pkg-config.
11850
 
 
11851
 
@@ -15454,22 +13826,11 @@ and BRASERO_DBUS_LIBS to avoid the need
11852
 
 See the pkg-config man page for more details.
11853
 
 
11854
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11855
 
-See \`config.log' for more details." >&5
11856
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
11857
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
11858
 
-path to pkg-config.
11859
 
-
11860
 
-Alternatively, you may set the environment variables BRASERO_DBUS_CFLAGS
11861
 
-and BRASERO_DBUS_LIBS to avoid the need to call pkg-config.
11862
 
-See the pkg-config man page for more details.
11863
 
-
11864
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11865
 
-See \`config.log' for more details." >&2;}
11866
 
-   { (exit 1); exit 1; }; }; }
11867
 
+See \`config.log' for more details." "$LINENO" 5; }
11868
 
 else
11869
 
        BRASERO_DBUS_CFLAGS=$pkg_cv_BRASERO_DBUS_CFLAGS
11870
 
        BRASERO_DBUS_LIBS=$pkg_cv_BRASERO_DBUS_LIBS
11871
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
11872
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11873
 
 $as_echo "yes" >&6; }
11874
 
        :
11875
 
 fi
11876
 
@@ -15479,46 +13840,50 @@ fi
11877
 
 
11878
 
 
11879
 
 pkg_failed=no
11880
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_SM" >&5
11881
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_SM" >&5
11882
 
 $as_echo_n "checking for BRASERO_SM... " >&6; }
11883
 
 
11884
 
-if test -n "$BRASERO_SM_CFLAGS"; then
11885
 
-    pkg_cv_BRASERO_SM_CFLAGS="$BRASERO_SM_CFLAGS"
11886
 
- elif test -n "$PKG_CONFIG"; then
11887
 
-    if test -n "$PKG_CONFIG" && \
11888
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
11889
 
-       sm\"") >&5
11890
 
+if test -n "$PKG_CONFIG"; then
11891
 
+    if test -n "$BRASERO_SM_CFLAGS"; then
11892
 
+        pkg_cv_BRASERO_SM_CFLAGS="$BRASERO_SM_CFLAGS"
11893
 
+    else
11894
 
+        if test -n "$PKG_CONFIG" && \
11895
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
 
4082
     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
 
4083
-       sm\""; } >&5
11896
4084
+       ice sm\""; } >&5
11897
4085
   ($PKG_CONFIG --exists --print-errors "\
11898
4086
-       sm") 2>&5
11899
4087
+       ice sm") 2>&5
11900
4088
   ac_status=$?
11901
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11902
 
-  (exit $ac_status); }; then
11903
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11904
 
+  test $ac_status = 0; }; then
 
4089
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
4090
   test $ac_status = 0; }; then
11905
4091
   pkg_cv_BRASERO_SM_CFLAGS=`$PKG_CONFIG --cflags "\
11906
4092
-       sm" 2>/dev/null`
11907
4093
+       ice sm" 2>/dev/null`
11908
4094
 else
11909
4095
   pkg_failed=yes
11910
4096
 fi
11911
 
- else
11912
 
-    pkg_failed=untried
11913
 
+    fi
11914
 
+else
11915
 
+       pkg_failed=untried
11916
 
 fi
11917
 
-if test -n "$BRASERO_SM_LIBS"; then
11918
 
-    pkg_cv_BRASERO_SM_LIBS="$BRASERO_SM_LIBS"
11919
 
- elif test -n "$PKG_CONFIG"; then
11920
 
-    if test -n "$PKG_CONFIG" && \
11921
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
11922
 
-       sm\"") >&5
11923
 
+if test -n "$PKG_CONFIG"; then
11924
 
+    if test -n "$BRASERO_SM_LIBS"; then
11925
 
+        pkg_cv_BRASERO_SM_LIBS="$BRASERO_SM_LIBS"
11926
 
+    else
11927
 
+        if test -n "$PKG_CONFIG" && \
11928
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
 
4097
@@ -13996,14 +13867,14 @@
 
4098
  elif test -n "$PKG_CONFIG"; then
 
4099
     if test -n "$PKG_CONFIG" && \
 
4100
     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
 
4101
-       sm\""; } >&5
11929
4102
+       ice sm\""; } >&5
11930
4103
   ($PKG_CONFIG --exists --print-errors "\
11931
4104
-       sm") 2>&5
11932
4105
+       ice sm") 2>&5
11933
4106
   ac_status=$?
11934
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11935
 
-  (exit $ac_status); }; then
11936
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11937
 
+  test $ac_status = 0; }; then
 
4107
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
4108
   test $ac_status = 0; }; then
11938
4109
   pkg_cv_BRASERO_SM_LIBS=`$PKG_CONFIG --libs "\
11939
4110
-       sm" 2>/dev/null`
11940
4111
+       ice sm" 2>/dev/null`
11941
4112
 else
11942
4113
   pkg_failed=yes
11943
4114
 fi
11944
 
- else
11945
 
-    pkg_failed=untried
11946
 
+    fi
11947
 
+else
11948
 
+       pkg_failed=untried
11949
 
 fi
11950
 
 
11951
 
 
11952
 
@@ -15531,29 +13896,17 @@ else
11953
 
         _pkg_short_errors_supported=no
 
4115
@@ -14024,16 +13895,16 @@
11954
4116
 fi
11955
4117
         if test $_pkg_short_errors_supported = yes; then
11956
 
-               BRASERO_SM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
 
4118
                BRASERO_SM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
11957
4119
-       sm" 2>&1`
11958
 
+               BRASERO_SM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "\
11959
 
+       ice sm"`
 
4120
+       ice sm" 2>&1`
11960
4121
         else
11961
 
-               BRASERO_SM_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
 
4122
                BRASERO_SM_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
11962
4123
-       sm" 2>&1`
11963
 
+               BRASERO_SM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "\
11964
 
+       ice sm"`
 
4124
+       ice sm" 2>&1`
11965
4125
         fi
11966
4126
        # Put the nasty error message in config.log where it belongs
11967
4127
        echo "$BRASERO_SM_PKG_ERRORS" >&5
11968
4128
 
11969
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (\
11970
 
-       sm) were not met:
11971
 
-
11972
 
-$BRASERO_SM_PKG_ERRORS
11973
 
-
11974
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
11975
 
-installed software in a non-standard prefix.
11976
 
-
11977
 
-Alternatively, you may set the environment variables BRASERO_SM_CFLAGS
11978
 
-and BRASERO_SM_LIBS to avoid the need to call pkg-config.
11979
 
-See the pkg-config man page for more details.
11980
 
-" >&5
11981
 
-$as_echo "$as_me: error: Package requirements (\
11982
 
-       sm) were not met:
11983
 
+       as_fn_error "Package requirements (\
 
4129
        as_fn_error "Package requirements (\
 
4130
-       sm) were not met:
11984
4131
+       ice sm) were not met:
11985
4132
 
11986
4133
 $BRASERO_SM_PKG_ERRORS
11987
4134
 
11988
 
@@ -15563,22 +13916,11 @@ installed software in a non-standard pre
11989
 
 Alternatively, you may set the environment variables BRASERO_SM_CFLAGS
11990
 
 and BRASERO_SM_LIBS to avoid the need to call pkg-config.
11991
 
 See the pkg-config man page for more details.
11992
 
-" >&2;}
11993
 
-   { (exit 1); exit 1; }; }
11994
 
+" "$LINENO" 5
11995
 
 elif test $pkg_failed = untried; then
11996
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11997
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11998
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11999
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
12000
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
12001
 
-path to pkg-config.
12002
 
-
12003
 
-Alternatively, you may set the environment variables BRASERO_SM_CFLAGS
12004
 
-and BRASERO_SM_LIBS to avoid the need to call pkg-config.
12005
 
-See the pkg-config man page for more details.
12006
 
-
12007
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12008
 
-See \`config.log' for more details." >&5
12009
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
12010
 
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
12011
 
 is in your PATH or set the PKG_CONFIG environment variable to the full
12012
 
 path to pkg-config.
12013
 
 
12014
 
@@ -15587,12 +13929,11 @@ and BRASERO_SM_LIBS to avoid the need to
12015
 
 See the pkg-config man page for more details.
12016
 
 
12017
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12018
 
-See \`config.log' for more details." >&2;}
12019
 
-   { (exit 1); exit 1; }; }; }
12020
 
+See \`config.log' for more details." "$LINENO" 5; }
12021
 
 else
12022
 
        BRASERO_SM_CFLAGS=$pkg_cv_BRASERO_SM_CFLAGS
12023
 
        BRASERO_SM_LIBS=$pkg_cv_BRASERO_SM_LIBS
12024
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
12025
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12026
 
 $as_echo "yes" >&6; }
12027
 
        :
12028
 
 fi
12029
 
@@ -15602,52 +13943,56 @@ fi
12030
 
 
12031
 
 
12032
 
 pkg_failed=no
12033
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_CANBERRA" >&5
12034
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_CANBERRA" >&5
12035
 
 $as_echo_n "checking for BRASERO_CANBERRA... " >&6; }
12036
 
 
12037
 
-if test -n "$BRASERO_CANBERRA_CFLAGS"; then
12038
 
-    pkg_cv_BRASERO_CANBERRA_CFLAGS="$BRASERO_CANBERRA_CFLAGS"
12039
 
- elif test -n "$PKG_CONFIG"; then
12040
 
-    if test -n "$PKG_CONFIG" && \
12041
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
12042
 
+if test -n "$PKG_CONFIG"; then
12043
 
+    if test -n "$BRASERO_CANBERRA_CFLAGS"; then
12044
 
+        pkg_cv_BRASERO_CANBERRA_CFLAGS="$BRASERO_CANBERRA_CFLAGS"
12045
 
+    else
12046
 
+        if test -n "$PKG_CONFIG" && \
12047
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
12048
 
        libcanberra >= \$CANBERRA_REQUIRED       \\
12049
 
-       libcanberra-gtk >= \$CANBERRA_REQUIRED\"") >&5
12050
 
+       libcanberra-gtk >= \$CANBERRA_REQUIRED\""; } >&5
12051
 
   ($PKG_CONFIG --exists --print-errors "\
12052
 
        libcanberra >= $CANBERRA_REQUIRED       \
12053
 
        libcanberra-gtk >= $CANBERRA_REQUIRED") 2>&5
12054
 
   ac_status=$?
12055
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12056
 
-  (exit $ac_status); }; then
12057
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12058
 
+  test $ac_status = 0; }; then
12059
 
   pkg_cv_BRASERO_CANBERRA_CFLAGS=`$PKG_CONFIG --cflags "\
12060
 
        libcanberra >= $CANBERRA_REQUIRED       \
12061
 
        libcanberra-gtk >= $CANBERRA_REQUIRED" 2>/dev/null`
12062
 
 else
12063
 
   pkg_failed=yes
12064
 
 fi
12065
 
- else
12066
 
-    pkg_failed=untried
12067
 
+    fi
12068
 
+else
12069
 
+       pkg_failed=untried
12070
 
 fi
12071
 
-if test -n "$BRASERO_CANBERRA_LIBS"; then
12072
 
-    pkg_cv_BRASERO_CANBERRA_LIBS="$BRASERO_CANBERRA_LIBS"
12073
 
- elif test -n "$PKG_CONFIG"; then
12074
 
-    if test -n "$PKG_CONFIG" && \
12075
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
12076
 
+if test -n "$PKG_CONFIG"; then
12077
 
+    if test -n "$BRASERO_CANBERRA_LIBS"; then
12078
 
+        pkg_cv_BRASERO_CANBERRA_LIBS="$BRASERO_CANBERRA_LIBS"
12079
 
+    else
12080
 
+        if test -n "$PKG_CONFIG" && \
12081
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
12082
 
        libcanberra >= \$CANBERRA_REQUIRED       \\
12083
 
-       libcanberra-gtk >= \$CANBERRA_REQUIRED\"") >&5
12084
 
+       libcanberra-gtk >= \$CANBERRA_REQUIRED\""; } >&5
12085
 
   ($PKG_CONFIG --exists --print-errors "\
12086
 
        libcanberra >= $CANBERRA_REQUIRED       \
12087
 
        libcanberra-gtk >= $CANBERRA_REQUIRED") 2>&5
12088
 
   ac_status=$?
12089
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12090
 
-  (exit $ac_status); }; then
12091
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12092
 
+  test $ac_status = 0; }; then
12093
 
   pkg_cv_BRASERO_CANBERRA_LIBS=`$PKG_CONFIG --libs "\
12094
 
        libcanberra >= $CANBERRA_REQUIRED       \
12095
 
        libcanberra-gtk >= $CANBERRA_REQUIRED" 2>/dev/null`
12096
 
 else
12097
 
   pkg_failed=yes
12098
 
 fi
12099
 
- else
12100
 
-    pkg_failed=untried
12101
 
+    fi
12102
 
+else
12103
 
+       pkg_failed=untried
12104
 
 fi
12105
 
 
12106
 
 
12107
 
@@ -15660,31 +14005,18 @@ else
12108
 
         _pkg_short_errors_supported=no
12109
 
 fi
12110
 
         if test $_pkg_short_errors_supported = yes; then
12111
 
-               BRASERO_CANBERRA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
12112
 
+               BRASERO_CANBERRA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "\
12113
 
        libcanberra >= $CANBERRA_REQUIRED       \
12114
 
-       libcanberra-gtk >= $CANBERRA_REQUIRED" 2>&1`
12115
 
+       libcanberra-gtk >= $CANBERRA_REQUIRED"`
12116
 
         else
12117
 
-               BRASERO_CANBERRA_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
12118
 
+               BRASERO_CANBERRA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "\
12119
 
        libcanberra >= $CANBERRA_REQUIRED       \
12120
 
-       libcanberra-gtk >= $CANBERRA_REQUIRED" 2>&1`
12121
 
+       libcanberra-gtk >= $CANBERRA_REQUIRED"`
12122
 
         fi
12123
 
        # Put the nasty error message in config.log where it belongs
12124
 
        echo "$BRASERO_CANBERRA_PKG_ERRORS" >&5
12125
 
 
12126
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (\
12127
 
-       libcanberra >= $CANBERRA_REQUIRED       \
12128
 
-       libcanberra-gtk >= $CANBERRA_REQUIRED) were not met:
12129
 
-
12130
 
-$BRASERO_CANBERRA_PKG_ERRORS
12131
 
-
12132
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
12133
 
-installed software in a non-standard prefix.
12134
 
-
12135
 
-Alternatively, you may set the environment variables BRASERO_CANBERRA_CFLAGS
12136
 
-and BRASERO_CANBERRA_LIBS to avoid the need to call pkg-config.
12137
 
-See the pkg-config man page for more details.
12138
 
-" >&5
12139
 
-$as_echo "$as_me: error: Package requirements (\
12140
 
+       as_fn_error "Package requirements (\
12141
 
        libcanberra >= $CANBERRA_REQUIRED       \
12142
 
        libcanberra-gtk >= $CANBERRA_REQUIRED) were not met:
12143
 
 
12144
 
@@ -15696,22 +14028,11 @@ installed software in a non-standard pre
12145
 
 Alternatively, you may set the environment variables BRASERO_CANBERRA_CFLAGS
12146
 
 and BRASERO_CANBERRA_LIBS to avoid the need to call pkg-config.
12147
 
 See the pkg-config man page for more details.
12148
 
-" >&2;}
12149
 
-   { (exit 1); exit 1; }; }
12150
 
+" "$LINENO" 5
12151
 
 elif test $pkg_failed = untried; then
12152
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
12153
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12154
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12155
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
12156
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
12157
 
-path to pkg-config.
12158
 
-
12159
 
-Alternatively, you may set the environment variables BRASERO_CANBERRA_CFLAGS
12160
 
-and BRASERO_CANBERRA_LIBS to avoid the need to call pkg-config.
12161
 
-See the pkg-config man page for more details.
12162
 
-
12163
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12164
 
-See \`config.log' for more details." >&5
12165
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
12166
 
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
12167
 
 is in your PATH or set the PKG_CONFIG environment variable to the full
12168
 
 path to pkg-config.
12169
 
 
12170
 
@@ -15720,12 +14041,11 @@ and BRASERO_CANBERRA_LIBS to avoid the n
12171
 
 See the pkg-config man page for more details.
12172
 
 
12173
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12174
 
-See \`config.log' for more details." >&2;}
12175
 
-   { (exit 1); exit 1; }; }; }
12176
 
+See \`config.log' for more details." "$LINENO" 5; }
12177
 
 else
12178
 
        BRASERO_CANBERRA_CFLAGS=$pkg_cv_BRASERO_CANBERRA_CFLAGS
12179
 
        BRASERO_CANBERRA_LIBS=$pkg_cv_BRASERO_CANBERRA_LIBS
12180
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
12181
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12182
 
 $as_echo "yes" >&6; }
12183
 
        :
12184
 
 fi
12185
 
@@ -15736,7 +14056,7 @@ fi
12186
 
 NAUTILUS_REQUIRED=2.22.2
12187
 
 
12188
 
 # Check whether --enable-nautilus was given.
12189
 
-if test "${enable_nautilus+set}" = set; then
12190
 
+if test "${enable_nautilus+set}" = set; then :
12191
 
   enableval=$enable_nautilus; enable_nautilus=$enableval
12192
 
 else
12193
 
   enable_nautilus="yes"
12194
 
@@ -15745,7 +14065,7 @@ fi
12195
 
 
12196
 
 
12197
 
 # Check whether --with-nautilusdir was given.
12198
 
-if test "${with_nautilusdir+set}" = set; then
12199
 
+if test "${with_nautilusdir+set}" = set; then :
12200
 
   withval=$with_nautilusdir; ac_with_nautilusdir=$withval
12201
 
 else
12202
 
   ac_with_nautilusdir=""
12203
 
@@ -15755,40 +14075,44 @@ fi
12204
 
 if test x"$enable_nautilus" = "xyes"; then
12205
 
 
12206
 
 pkg_failed=no
12207
 
-{ $as_echo "$as_me:$LINENO: checking for NAUTILUS_EXTENSION" >&5
12208
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for NAUTILUS_EXTENSION" >&5
12209
 
 $as_echo_n "checking for NAUTILUS_EXTENSION... " >&6; }
12210
 
 
12211
 
-if test -n "$NAUTILUS_EXTENSION_CFLAGS"; then
12212
 
-    pkg_cv_NAUTILUS_EXTENSION_CFLAGS="$NAUTILUS_EXTENSION_CFLAGS"
12213
 
- elif test -n "$PKG_CONFIG"; then
12214
 
-    if test -n "$PKG_CONFIG" && \
12215
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libnautilus-extension >= \$NAUTILUS_REQUIRED\"") >&5
12216
 
+if test -n "$PKG_CONFIG"; then
12217
 
+    if test -n "$NAUTILUS_EXTENSION_CFLAGS"; then
12218
 
+        pkg_cv_NAUTILUS_EXTENSION_CFLAGS="$NAUTILUS_EXTENSION_CFLAGS"
12219
 
+    else
12220
 
+        if test -n "$PKG_CONFIG" && \
12221
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnautilus-extension >= \$NAUTILUS_REQUIRED\""; } >&5
12222
 
   ($PKG_CONFIG --exists --print-errors "libnautilus-extension >= $NAUTILUS_REQUIRED") 2>&5
12223
 
   ac_status=$?
12224
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12225
 
-  (exit $ac_status); }; then
12226
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12227
 
+  test $ac_status = 0; }; then
12228
 
   pkg_cv_NAUTILUS_EXTENSION_CFLAGS=`$PKG_CONFIG --cflags "libnautilus-extension >= $NAUTILUS_REQUIRED" 2>/dev/null`
12229
 
 else
12230
 
   pkg_failed=yes
12231
 
 fi
12232
 
- else
12233
 
-    pkg_failed=untried
12234
 
+    fi
12235
 
+else
12236
 
+       pkg_failed=untried
12237
 
 fi
12238
 
-if test -n "$NAUTILUS_EXTENSION_LIBS"; then
12239
 
-    pkg_cv_NAUTILUS_EXTENSION_LIBS="$NAUTILUS_EXTENSION_LIBS"
12240
 
- elif test -n "$PKG_CONFIG"; then
12241
 
-    if test -n "$PKG_CONFIG" && \
12242
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libnautilus-extension >= \$NAUTILUS_REQUIRED\"") >&5
12243
 
+if test -n "$PKG_CONFIG"; then
12244
 
+    if test -n "$NAUTILUS_EXTENSION_LIBS"; then
12245
 
+        pkg_cv_NAUTILUS_EXTENSION_LIBS="$NAUTILUS_EXTENSION_LIBS"
12246
 
+    else
12247
 
+        if test -n "$PKG_CONFIG" && \
12248
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnautilus-extension >= \$NAUTILUS_REQUIRED\""; } >&5
12249
 
   ($PKG_CONFIG --exists --print-errors "libnautilus-extension >= $NAUTILUS_REQUIRED") 2>&5
12250
 
   ac_status=$?
12251
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12252
 
-  (exit $ac_status); }; then
12253
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12254
 
+  test $ac_status = 0; }; then
12255
 
   pkg_cv_NAUTILUS_EXTENSION_LIBS=`$PKG_CONFIG --libs "libnautilus-extension >= $NAUTILUS_REQUIRED" 2>/dev/null`
12256
 
 else
12257
 
   pkg_failed=yes
12258
 
 fi
12259
 
- else
12260
 
-    pkg_failed=untried
12261
 
+    fi
12262
 
+else
12263
 
+       pkg_failed=untried
12264
 
 fi
12265
 
 
12266
 
 
12267
 
@@ -15801,183 +14125,49 @@ else
12268
 
         _pkg_short_errors_supported=no
12269
 
 fi
12270
 
         if test $_pkg_short_errors_supported = yes; then
12271
 
-               NAUTILUS_EXTENSION_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libnautilus-extension >= $NAUTILUS_REQUIRED" 2>&1`
12272
 
+               NAUTILUS_EXTENSION_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libnautilus-extension >= $NAUTILUS_REQUIRED"`
12273
 
         else
12274
 
-               NAUTILUS_EXTENSION_PKG_ERRORS=`$PKG_CONFIG --print-errors "libnautilus-extension >= $NAUTILUS_REQUIRED" 2>&1`
12275
 
+               NAUTILUS_EXTENSION_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libnautilus-extension >= $NAUTILUS_REQUIRED"`
12276
 
         fi
12277
 
        # Put the nasty error message in config.log where it belongs
12278
 
        echo "$NAUTILUS_EXTENSION_PKG_ERRORS" >&5
12279
 
 
12280
 
-       { $as_echo "$as_me:$LINENO: result: no" >&5
12281
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12282
 
 $as_echo "no" >&6; }
12283
 
                 build_nautilus=no
12284
 
 elif test $pkg_failed = untried; then
12285
 
        build_nautilus=no
12286
 
 else
12287
 
-       NAUTILUS_EXTENSION_CFLAGS=$pkg_cv_NAUTILUS_EXTENSION_CFLAGS
12288
 
-       NAUTILUS_EXTENSION_LIBS=$pkg_cv_NAUTILUS_EXTENSION_LIBS
12289
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
12290
 
-$as_echo "yes" >&6; }
12291
 
-       build_nautilus=yes
12292
 
-fi
12293
 
-else
12294
 
-       build_nautilus="no"
12295
 
-fi
12296
 
-
12297
 
-if test x"$build_nautilus" = "xyes"; then
12298
 
-       NAUTILUS_EXTENSION_CFLAGS="$BRASERO_GLIB_CFLAGS $BRASERO_UI_CFLAGS $NAUTILUS_EXTENSION_CFLAGS"
12299
 
-       NAUTILUS_EXTENSION_LIBS="$BRASERO_GLIB_LIBS $BRASERO_UI_LIBS $NAUTILUS_EXTENSION_LIBS"
12300
 
-
12301
 
-       if test "${ac_with_nautilusdir}" = ""; then
12302
 
-               ac_with_nautilusdir=`pkg-config --variable=extensiondir libnautilus-extension`
12303
 
-       fi
12304
 
-
12305
 
-       { $as_echo "$as_me:$LINENO: installing plugin in ${ac_with_nautilusdir}" >&5
12306
 
-$as_echo "$as_me: installing plugin in ${ac_with_nautilusdir}" >&6;}
12307
 
-       NAUTILUSDIR=${ac_with_nautilusdir}
12308
 
-
12309
 
-
12310
 
-
12311
 
-
12312
 
-for ac_header in locale.h
12313
 
-do
12314
 
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12315
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12316
 
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12317
 
-$as_echo_n "checking for $ac_header... " >&6; }
12318
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12319
 
-  $as_echo_n "(cached) " >&6
12320
 
-fi
12321
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
12322
 
-                $as_echo "$as_val"'`
12323
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12324
 
-$as_echo "$ac_res" >&6; }
12325
 
-else
12326
 
-  # Is the header compilable?
12327
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12328
 
-$as_echo_n "checking $ac_header usability... " >&6; }
12329
 
-cat >conftest.$ac_ext <<_ACEOF
12330
 
-/* confdefs.h.  */
12331
 
-_ACEOF
12332
 
-cat confdefs.h >>conftest.$ac_ext
12333
 
-cat >>conftest.$ac_ext <<_ACEOF
12334
 
-/* end confdefs.h.  */
12335
 
-$ac_includes_default
12336
 
-#include <$ac_header>
12337
 
-_ACEOF
12338
 
-rm -f conftest.$ac_objext
12339
 
-if { (ac_try="$ac_compile"
12340
 
-case "(($ac_try" in
12341
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12342
 
-  *) ac_try_echo=$ac_try;;
12343
 
-esac
12344
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12345
 
-$as_echo "$ac_try_echo") >&5
12346
 
-  (eval "$ac_compile") 2>conftest.er1
12347
 
-  ac_status=$?
12348
 
-  grep -v '^ *+' conftest.er1 >conftest.err
12349
 
-  rm -f conftest.er1
12350
 
-  cat conftest.err >&5
12351
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12352
 
-  (exit $ac_status); } && {
12353
 
-        test -z "$ac_c_werror_flag" ||
12354
 
-        test ! -s conftest.err
12355
 
-       } && test -s conftest.$ac_objext; then
12356
 
-  ac_header_compiler=yes
12357
 
-else
12358
 
-  $as_echo "$as_me: failed program was:" >&5
12359
 
-sed 's/^/| /' conftest.$ac_ext >&5
12360
 
-
12361
 
-       ac_header_compiler=no
12362
 
-fi
12363
 
-
12364
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12365
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12366
 
-$as_echo "$ac_header_compiler" >&6; }
12367
 
-
12368
 
-# Is the header present?
12369
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12370
 
-$as_echo_n "checking $ac_header presence... " >&6; }
12371
 
-cat >conftest.$ac_ext <<_ACEOF
12372
 
-/* confdefs.h.  */
12373
 
-_ACEOF
12374
 
-cat confdefs.h >>conftest.$ac_ext
12375
 
-cat >>conftest.$ac_ext <<_ACEOF
12376
 
-/* end confdefs.h.  */
12377
 
-#include <$ac_header>
12378
 
-_ACEOF
12379
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
12380
 
-case "(($ac_try" in
12381
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12382
 
-  *) ac_try_echo=$ac_try;;
12383
 
-esac
12384
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12385
 
-$as_echo "$ac_try_echo") >&5
12386
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12387
 
-  ac_status=$?
12388
 
-  grep -v '^ *+' conftest.er1 >conftest.err
12389
 
-  rm -f conftest.er1
12390
 
-  cat conftest.err >&5
12391
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12392
 
-  (exit $ac_status); } >/dev/null && {
12393
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12394
 
-        test ! -s conftest.err
12395
 
-       }; then
12396
 
-  ac_header_preproc=yes
12397
 
-else
12398
 
-  $as_echo "$as_me: failed program was:" >&5
12399
 
-sed 's/^/| /' conftest.$ac_ext >&5
12400
 
-
12401
 
-  ac_header_preproc=no
12402
 
+       NAUTILUS_EXTENSION_CFLAGS=$pkg_cv_NAUTILUS_EXTENSION_CFLAGS
12403
 
+       NAUTILUS_EXTENSION_LIBS=$pkg_cv_NAUTILUS_EXTENSION_LIBS
12404
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12405
 
+$as_echo "yes" >&6; }
12406
 
+       build_nautilus=yes
12407
 
+fi
12408
 
+else
12409
 
+       build_nautilus="no"
12410
 
 fi
12411
 
 
12412
 
-rm -f conftest.err conftest.$ac_ext
12413
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12414
 
-$as_echo "$ac_header_preproc" >&6; }
12415
 
+if test x"$build_nautilus" = "xyes"; then
12416
 
+       NAUTILUS_EXTENSION_CFLAGS="$BRASERO_GLIB_CFLAGS $BRASERO_UI_CFLAGS $NAUTILUS_EXTENSION_CFLAGS"
12417
 
+       NAUTILUS_EXTENSION_LIBS="$BRASERO_GLIB_LIBS $BRASERO_UI_LIBS $NAUTILUS_EXTENSION_LIBS"
12418
 
 
12419
 
-# So?  What about this header?
12420
 
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12421
 
-  yes:no: )
12422
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12423
 
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12424
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12425
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12426
 
-    ac_header_preproc=yes
12427
 
-    ;;
12428
 
-  no:yes:* )
12429
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12430
 
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12431
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12432
 
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12433
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12434
 
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12435
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12436
 
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12437
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12438
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12439
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12440
 
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12441
 
+       if test "${ac_with_nautilusdir}" = ""; then
12442
 
+               ac_with_nautilusdir=`pkg-config --variable=extensiondir libnautilus-extension`
12443
 
+       fi
12444
 
 
12445
 
-    ;;
12446
 
-esac
12447
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12448
 
-$as_echo_n "checking for $ac_header... " >&6; }
12449
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12450
 
-  $as_echo_n "(cached) " >&6
12451
 
-else
12452
 
-  eval "$as_ac_Header=\$ac_header_preproc"
12453
 
-fi
12454
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
12455
 
-                $as_echo "$as_val"'`
12456
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12457
 
-$as_echo "$ac_res" >&6; }
12458
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: installing plugin in ${ac_with_nautilusdir}" >&5
12459
 
+$as_echo "$as_me: installing plugin in ${ac_with_nautilusdir}" >&6;}
12460
 
+       NAUTILUSDIR=${ac_with_nautilusdir}
12461
 
 
12462
 
-fi
12463
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
12464
 
-                $as_echo "$as_val"'`
12465
 
-   if test "x$as_val" = x""yes; then
12466
 
+
12467
 
+
12468
 
+   for ac_header in locale.h
12469
 
+do :
12470
 
+  ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
12471
 
+if test "x$ac_cv_header_locale_h" = x""yes; then :
12472
 
   cat >>confdefs.h <<_ACEOF
12473
 
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12474
 
+#define HAVE_LOCALE_H 1
12475
 
 _ACEOF
12476
 
 
12477
 
 fi
12478
 
@@ -15985,16 +14175,12 @@ fi
12479
 
 done
12480
 
 
12481
 
     if test $ac_cv_header_locale_h = yes; then
12482
 
-    { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
12483
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
12484
 
 $as_echo_n "checking for LC_MESSAGES... " >&6; }
12485
 
-if test "${am_cv_val_LC_MESSAGES+set}" = set; then
12486
 
+if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
12487
 
   $as_echo_n "(cached) " >&6
12488
 
 else
12489
 
-  cat >conftest.$ac_ext <<_ACEOF
12490
 
-/* confdefs.h.  */
12491
 
-_ACEOF
12492
 
-cat confdefs.h >>conftest.$ac_ext
12493
 
-cat >>conftest.$ac_ext <<_ACEOF
12494
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12495
 
 /* end confdefs.h.  */
12496
 
 #include <locale.h>
12497
 
 int
12498
 
@@ -16005,46 +14191,19 @@ return LC_MESSAGES
12499
 
   return 0;
12500
 
 }
12501
 
 _ACEOF
12502
 
-rm -f conftest.$ac_objext conftest$ac_exeext
12503
 
-if { (ac_try="$ac_link"
12504
 
-case "(($ac_try" in
12505
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12506
 
-  *) ac_try_echo=$ac_try;;
12507
 
-esac
12508
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12509
 
-$as_echo "$ac_try_echo") >&5
12510
 
-  (eval "$ac_link") 2>conftest.er1
12511
 
-  ac_status=$?
12512
 
-  grep -v '^ *+' conftest.er1 >conftest.err
12513
 
-  rm -f conftest.er1
12514
 
-  cat conftest.err >&5
12515
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12516
 
-  (exit $ac_status); } && {
12517
 
-        test -z "$ac_c_werror_flag" ||
12518
 
-        test ! -s conftest.err
12519
 
-       } && test -s conftest$ac_exeext && {
12520
 
-        test "$cross_compiling" = yes ||
12521
 
-        $as_test_x conftest$ac_exeext
12522
 
-       }; then
12523
 
+if ac_fn_c_try_link "$LINENO"; then :
12524
 
   am_cv_val_LC_MESSAGES=yes
12525
 
 else
12526
 
-  $as_echo "$as_me: failed program was:" >&5
12527
 
-sed 's/^/| /' conftest.$ac_ext >&5
12528
 
-
12529
 
-       am_cv_val_LC_MESSAGES=no
12530
 
+  am_cv_val_LC_MESSAGES=no
12531
 
 fi
12532
 
-
12533
 
-rm -rf conftest.dSYM
12534
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12535
 
-      conftest$ac_exeext conftest.$ac_ext
12536
 
+rm -f core conftest.err conftest.$ac_objext \
12537
 
+    conftest$ac_exeext conftest.$ac_ext
12538
 
 fi
12539
 
-{ $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
12540
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
12541
 
 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
12542
 
     if test $am_cv_val_LC_MESSAGES = yes; then
12543
 
 
12544
 
-cat >>confdefs.h <<\_ACEOF
12545
 
-#define HAVE_LC_MESSAGES 1
12546
 
-_ACEOF
12547
 
+$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
12548
 
 
12549
 
     fi
12550
 
   fi
12551
 
@@ -16057,150 +14216,20 @@ _ACEOF
12552
 
     XGETTEXT=:
12553
 
     INTLLIBS=
12554
 
 
12555
 
-    if test "${ac_cv_header_libintl_h+set}" = set; then
12556
 
-  { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
12557
 
-$as_echo_n "checking for libintl.h... " >&6; }
12558
 
-if test "${ac_cv_header_libintl_h+set}" = set; then
12559
 
-  $as_echo_n "(cached) " >&6
12560
 
-fi
12561
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
12562
 
-$as_echo "$ac_cv_header_libintl_h" >&6; }
12563
 
-else
12564
 
-  # Is the header compilable?
12565
 
-{ $as_echo "$as_me:$LINENO: checking libintl.h usability" >&5
12566
 
-$as_echo_n "checking libintl.h usability... " >&6; }
12567
 
-cat >conftest.$ac_ext <<_ACEOF
12568
 
-/* confdefs.h.  */
12569
 
-_ACEOF
12570
 
-cat confdefs.h >>conftest.$ac_ext
12571
 
-cat >>conftest.$ac_ext <<_ACEOF
12572
 
-/* end confdefs.h.  */
12573
 
-$ac_includes_default
12574
 
-#include <libintl.h>
12575
 
-_ACEOF
12576
 
-rm -f conftest.$ac_objext
12577
 
-if { (ac_try="$ac_compile"
12578
 
-case "(($ac_try" in
12579
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12580
 
-  *) ac_try_echo=$ac_try;;
12581
 
-esac
12582
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12583
 
-$as_echo "$ac_try_echo") >&5
12584
 
-  (eval "$ac_compile") 2>conftest.er1
12585
 
-  ac_status=$?
12586
 
-  grep -v '^ *+' conftest.er1 >conftest.err
12587
 
-  rm -f conftest.er1
12588
 
-  cat conftest.err >&5
12589
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12590
 
-  (exit $ac_status); } && {
12591
 
-        test -z "$ac_c_werror_flag" ||
12592
 
-        test ! -s conftest.err
12593
 
-       } && test -s conftest.$ac_objext; then
12594
 
-  ac_header_compiler=yes
12595
 
-else
12596
 
-  $as_echo "$as_me: failed program was:" >&5
12597
 
-sed 's/^/| /' conftest.$ac_ext >&5
12598
 
-
12599
 
-       ac_header_compiler=no
12600
 
-fi
12601
 
-
12602
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12603
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12604
 
-$as_echo "$ac_header_compiler" >&6; }
12605
 
-
12606
 
-# Is the header present?
12607
 
-{ $as_echo "$as_me:$LINENO: checking libintl.h presence" >&5
12608
 
-$as_echo_n "checking libintl.h presence... " >&6; }
12609
 
-cat >conftest.$ac_ext <<_ACEOF
12610
 
-/* confdefs.h.  */
12611
 
-_ACEOF
12612
 
-cat confdefs.h >>conftest.$ac_ext
12613
 
-cat >>conftest.$ac_ext <<_ACEOF
12614
 
-/* end confdefs.h.  */
12615
 
-#include <libintl.h>
12616
 
-_ACEOF
12617
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
12618
 
-case "(($ac_try" in
12619
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12620
 
-  *) ac_try_echo=$ac_try;;
12621
 
-esac
12622
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12623
 
-$as_echo "$ac_try_echo") >&5
12624
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12625
 
-  ac_status=$?
12626
 
-  grep -v '^ *+' conftest.er1 >conftest.err
12627
 
-  rm -f conftest.er1
12628
 
-  cat conftest.err >&5
12629
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12630
 
-  (exit $ac_status); } >/dev/null && {
12631
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12632
 
-        test ! -s conftest.err
12633
 
-       }; then
12634
 
-  ac_header_preproc=yes
12635
 
-else
12636
 
-  $as_echo "$as_me: failed program was:" >&5
12637
 
-sed 's/^/| /' conftest.$ac_ext >&5
12638
 
-
12639
 
-  ac_header_preproc=no
12640
 
-fi
12641
 
-
12642
 
-rm -f conftest.err conftest.$ac_ext
12643
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12644
 
-$as_echo "$ac_header_preproc" >&6; }
12645
 
-
12646
 
-# So?  What about this header?
12647
 
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12648
 
-  yes:no: )
12649
 
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
12650
 
-$as_echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12651
 
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
12652
 
-$as_echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
12653
 
-    ac_header_preproc=yes
12654
 
-    ;;
12655
 
-  no:yes:* )
12656
 
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
12657
 
-$as_echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
12658
 
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h:     check for missing prerequisite headers?" >&5
12659
 
-$as_echo "$as_me: WARNING: libintl.h:     check for missing prerequisite headers?" >&2;}
12660
 
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
12661
 
-$as_echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
12662
 
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&5
12663
 
-$as_echo "$as_me: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
12664
 
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
12665
 
-$as_echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
12666
 
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
12667
 
-$as_echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
12668
 
-
12669
 
-    ;;
12670
 
-esac
12671
 
-{ $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
12672
 
-$as_echo_n "checking for libintl.h... " >&6; }
12673
 
-if test "${ac_cv_header_libintl_h+set}" = set; then
12674
 
-  $as_echo_n "(cached) " >&6
12675
 
-else
12676
 
-  ac_cv_header_libintl_h=$ac_header_preproc
12677
 
-fi
12678
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
12679
 
-$as_echo "$ac_cv_header_libintl_h" >&6; }
12680
 
-
12681
 
-fi
12682
 
-if test "x$ac_cv_header_libintl_h" = x""yes; then
12683
 
+    ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default"
12684
 
+if test "x$ac_cv_header_libintl_h" = x""yes; then :
12685
 
   gt_cv_func_dgettext_libintl="no"
12686
 
       libintl_extra_libs=""
12687
 
 
12688
 
       #
12689
 
       # First check in libc
12690
 
       #
12691
 
-      { $as_echo "$as_me:$LINENO: checking for ngettext in libc" >&5
12692
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in libc" >&5
12693
 
 $as_echo_n "checking for ngettext in libc... " >&6; }
12694
 
-if test "${gt_cv_func_ngettext_libc+set}" = set; then
12695
 
+if test "${gt_cv_func_ngettext_libc+set}" = set; then :
12696
 
   $as_echo_n "(cached) " >&6
12697
 
 else
12698
 
-  cat >conftest.$ac_ext <<_ACEOF
12699
 
-/* confdefs.h.  */
12700
 
-_ACEOF
12701
 
-cat confdefs.h >>conftest.$ac_ext
12702
 
-cat >>conftest.$ac_ext <<_ACEOF
12703
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12704
 
 /* end confdefs.h.  */
12705
 
 
12706
 
 #include <libintl.h>
12707
 
@@ -16213,54 +14242,25 @@ return !ngettext ("","", 1)
12708
 
   return 0;
12709
 
 }
12710
 
 _ACEOF
12711
 
-rm -f conftest.$ac_objext conftest$ac_exeext
12712
 
-if { (ac_try="$ac_link"
12713
 
-case "(($ac_try" in
12714
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12715
 
-  *) ac_try_echo=$ac_try;;
12716
 
-esac
12717
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12718
 
-$as_echo "$ac_try_echo") >&5
12719
 
-  (eval "$ac_link") 2>conftest.er1
12720
 
-  ac_status=$?
12721
 
-  grep -v '^ *+' conftest.er1 >conftest.err
12722
 
-  rm -f conftest.er1
12723
 
-  cat conftest.err >&5
12724
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12725
 
-  (exit $ac_status); } && {
12726
 
-        test -z "$ac_c_werror_flag" ||
12727
 
-        test ! -s conftest.err
12728
 
-       } && test -s conftest$ac_exeext && {
12729
 
-        test "$cross_compiling" = yes ||
12730
 
-        $as_test_x conftest$ac_exeext
12731
 
-       }; then
12732
 
+if ac_fn_c_try_link "$LINENO"; then :
12733
 
   gt_cv_func_ngettext_libc=yes
12734
 
 else
12735
 
-  $as_echo "$as_me: failed program was:" >&5
12736
 
-sed 's/^/| /' conftest.$ac_ext >&5
12737
 
-
12738
 
-       gt_cv_func_ngettext_libc=no
12739
 
+  gt_cv_func_ngettext_libc=no
12740
 
 fi
12741
 
-
12742
 
-rm -rf conftest.dSYM
12743
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12744
 
-      conftest$ac_exeext conftest.$ac_ext
12745
 
+rm -f core conftest.err conftest.$ac_objext \
12746
 
+    conftest$ac_exeext conftest.$ac_ext
12747
 
 
12748
 
 fi
12749
 
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
12750
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_ngettext_libc" >&5
12751
 
 $as_echo "$gt_cv_func_ngettext_libc" >&6; }
12752
 
 
12753
 
       if test "$gt_cv_func_ngettext_libc" = "yes" ; then
12754
 
-             { $as_echo "$as_me:$LINENO: checking for dgettext in libc" >&5
12755
 
+             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in libc" >&5
12756
 
 $as_echo_n "checking for dgettext in libc... " >&6; }
12757
 
-if test "${gt_cv_func_dgettext_libc+set}" = set; then
12758
 
+if test "${gt_cv_func_dgettext_libc+set}" = set; then :
12759
 
   $as_echo_n "(cached) " >&6
12760
 
 else
12761
 
-  cat >conftest.$ac_ext <<_ACEOF
12762
 
-/* confdefs.h.  */
12763
 
-_ACEOF
12764
 
-cat confdefs.h >>conftest.$ac_ext
12765
 
-cat >>conftest.$ac_ext <<_ACEOF
12766
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12767
 
 /* end confdefs.h.  */
12768
 
 
12769
 
 #include <libintl.h>
12770
 
@@ -16273,141 +14273,26 @@ return !dgettext ("","")
12771
 
   return 0;
12772
 
 }
12773
 
 _ACEOF
12774
 
-rm -f conftest.$ac_objext conftest$ac_exeext
12775
 
-if { (ac_try="$ac_link"
12776
 
-case "(($ac_try" in
12777
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12778
 
-  *) ac_try_echo=$ac_try;;
12779
 
-esac
12780
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12781
 
-$as_echo "$ac_try_echo") >&5
12782
 
-  (eval "$ac_link") 2>conftest.er1
12783
 
-  ac_status=$?
12784
 
-  grep -v '^ *+' conftest.er1 >conftest.err
12785
 
-  rm -f conftest.er1
12786
 
-  cat conftest.err >&5
12787
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12788
 
-  (exit $ac_status); } && {
12789
 
-        test -z "$ac_c_werror_flag" ||
12790
 
-        test ! -s conftest.err
12791
 
-       } && test -s conftest$ac_exeext && {
12792
 
-        test "$cross_compiling" = yes ||
12793
 
-        $as_test_x conftest$ac_exeext
12794
 
-       }; then
12795
 
+if ac_fn_c_try_link "$LINENO"; then :
12796
 
   gt_cv_func_dgettext_libc=yes
12797
 
 else
12798
 
-  $as_echo "$as_me: failed program was:" >&5
12799
 
-sed 's/^/| /' conftest.$ac_ext >&5
12800
 
-
12801
 
-       gt_cv_func_dgettext_libc=no
12802
 
+  gt_cv_func_dgettext_libc=no
12803
 
 fi
12804
 
-
12805
 
-rm -rf conftest.dSYM
12806
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12807
 
-      conftest$ac_exeext conftest.$ac_ext
12808
 
+rm -f core conftest.err conftest.$ac_objext \
12809
 
+    conftest$ac_exeext conftest.$ac_ext
12810
 
 
12811
 
 fi
12812
 
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
12813
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_dgettext_libc" >&5
12814
 
 $as_echo "$gt_cv_func_dgettext_libc" >&6; }
12815
 
       fi
12816
 
 
12817
 
       if test "$gt_cv_func_ngettext_libc" = "yes" ; then
12818
 
-
12819
 
-for ac_func in bind_textdomain_codeset
12820
 
-do
12821
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12822
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
12823
 
-$as_echo_n "checking for $ac_func... " >&6; }
12824
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12825
 
-  $as_echo_n "(cached) " >&6
12826
 
-else
12827
 
-  cat >conftest.$ac_ext <<_ACEOF
12828
 
-/* confdefs.h.  */
12829
 
-_ACEOF
12830
 
-cat confdefs.h >>conftest.$ac_ext
12831
 
-cat >>conftest.$ac_ext <<_ACEOF
12832
 
-/* end confdefs.h.  */
12833
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12834
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12835
 
-#define $ac_func innocuous_$ac_func
12836
 
-
12837
 
-/* System header to define __stub macros and hopefully few prototypes,
12838
 
-    which can conflict with char $ac_func (); below.
12839
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12840
 
-    <limits.h> exists even on freestanding compilers.  */
12841
 
-
12842
 
-#ifdef __STDC__
12843
 
-# include <limits.h>
12844
 
-#else
12845
 
-# include <assert.h>
12846
 
-#endif
12847
 
-
12848
 
-#undef $ac_func
12849
 
-
12850
 
-/* Override any GCC internal prototype to avoid an error.
12851
 
-   Use char because int might match the return type of a GCC
12852
 
-   builtin and then its argument prototype would still apply.  */
12853
 
-#ifdef __cplusplus
12854
 
-extern "C"
12855
 
-#endif
12856
 
-char $ac_func ();
12857
 
-/* The GNU C library defines this for functions which it implements
12858
 
-    to always fail with ENOSYS.  Some functions are actually named
12859
 
-    something starting with __ and the normal name is an alias.  */
12860
 
-#if defined __stub_$ac_func || defined __stub___$ac_func
12861
 
-choke me
12862
 
-#endif
12863
 
-
12864
 
-int
12865
 
-main ()
12866
 
-{
12867
 
-return $ac_func ();
12868
 
-  ;
12869
 
-  return 0;
12870
 
-}
12871
 
-_ACEOF
12872
 
-rm -f conftest.$ac_objext conftest$ac_exeext
12873
 
-if { (ac_try="$ac_link"
12874
 
-case "(($ac_try" in
12875
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12876
 
-  *) ac_try_echo=$ac_try;;
12877
 
-esac
12878
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12879
 
-$as_echo "$ac_try_echo") >&5
12880
 
-  (eval "$ac_link") 2>conftest.er1
12881
 
-  ac_status=$?
12882
 
-  grep -v '^ *+' conftest.er1 >conftest.err
12883
 
-  rm -f conftest.er1
12884
 
-  cat conftest.err >&5
12885
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12886
 
-  (exit $ac_status); } && {
12887
 
-        test -z "$ac_c_werror_flag" ||
12888
 
-        test ! -s conftest.err
12889
 
-       } && test -s conftest$ac_exeext && {
12890
 
-        test "$cross_compiling" = yes ||
12891
 
-        $as_test_x conftest$ac_exeext
12892
 
-       }; then
12893
 
-  eval "$as_ac_var=yes"
12894
 
-else
12895
 
-  $as_echo "$as_me: failed program was:" >&5
12896
 
-sed 's/^/| /' conftest.$ac_ext >&5
12897
 
-
12898
 
-       eval "$as_ac_var=no"
12899
 
-fi
12900
 
-
12901
 
-rm -rf conftest.dSYM
12902
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12903
 
-      conftest$ac_exeext conftest.$ac_ext
12904
 
-fi
12905
 
-ac_res=`eval 'as_val=${'$as_ac_var'}
12906
 
-                $as_echo "$as_val"'`
12907
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12908
 
-$as_echo "$ac_res" >&6; }
12909
 
-as_val=`eval 'as_val=${'$as_ac_var'}
12910
 
-                $as_echo "$as_val"'`
12911
 
-   if test "x$as_val" = x""yes; then
12912
 
+        for ac_func in bind_textdomain_codeset
12913
 
+do :
12914
 
+  ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
12915
 
+if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
12916
 
   cat >>confdefs.h <<_ACEOF
12917
 
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12918
 
+#define HAVE_BIND_TEXTDOMAIN_CODESET 1
12919
 
 _ACEOF
12920
 
 
12921
 
 fi
12922
 
@@ -16422,18 +14307,14 @@ done
12923
 
         || test "$gt_cv_func_ngettext_libc" != "yes" \
12924
 
          || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
12925
 
 
12926
 
-        { $as_echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
12927
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bindtextdomain in -lintl" >&5
12928
 
 $as_echo_n "checking for bindtextdomain in -lintl... " >&6; }
12929
 
-if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
12930
 
+if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then :
12931
 
   $as_echo_n "(cached) " >&6
12932
 
 else
12933
 
   ac_check_lib_save_LIBS=$LIBS
12934
 
 LIBS="-lintl  $LIBS"
12935
 
-cat >conftest.$ac_ext <<_ACEOF
12936
 
-/* confdefs.h.  */
12937
 
-_ACEOF
12938
 
-cat confdefs.h >>conftest.$ac_ext
12939
 
-cat >>conftest.$ac_ext <<_ACEOF
12940
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12941
 
 /* end confdefs.h.  */
12942
 
 
12943
 
 /* Override any GCC internal prototype to avoid an error.
12944
 
@@ -16451,55 +14332,26 @@ return bindtextdomain ();
12945
 
   return 0;
12946
 
 }
12947
 
 _ACEOF
12948
 
-rm -f conftest.$ac_objext conftest$ac_exeext
12949
 
-if { (ac_try="$ac_link"
12950
 
-case "(($ac_try" in
12951
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12952
 
-  *) ac_try_echo=$ac_try;;
12953
 
-esac
12954
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12955
 
-$as_echo "$ac_try_echo") >&5
12956
 
-  (eval "$ac_link") 2>conftest.er1
12957
 
-  ac_status=$?
12958
 
-  grep -v '^ *+' conftest.er1 >conftest.err
12959
 
-  rm -f conftest.er1
12960
 
-  cat conftest.err >&5
12961
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12962
 
-  (exit $ac_status); } && {
12963
 
-        test -z "$ac_c_werror_flag" ||
12964
 
-        test ! -s conftest.err
12965
 
-       } && test -s conftest$ac_exeext && {
12966
 
-        test "$cross_compiling" = yes ||
12967
 
-        $as_test_x conftest$ac_exeext
12968
 
-       }; then
12969
 
+if ac_fn_c_try_link "$LINENO"; then :
12970
 
   ac_cv_lib_intl_bindtextdomain=yes
12971
 
 else
12972
 
-  $as_echo "$as_me: failed program was:" >&5
12973
 
-sed 's/^/| /' conftest.$ac_ext >&5
12974
 
-
12975
 
-       ac_cv_lib_intl_bindtextdomain=no
12976
 
+  ac_cv_lib_intl_bindtextdomain=no
12977
 
 fi
12978
 
-
12979
 
-rm -rf conftest.dSYM
12980
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12981
 
-      conftest$ac_exeext conftest.$ac_ext
12982
 
+rm -f core conftest.err conftest.$ac_objext \
12983
 
+    conftest$ac_exeext conftest.$ac_ext
12984
 
 LIBS=$ac_check_lib_save_LIBS
12985
 
 fi
12986
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
12987
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_bindtextdomain" >&5
12988
 
 $as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; }
12989
 
-if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then
12990
 
-  { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
12991
 
+if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then :
12992
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5
12993
 
 $as_echo_n "checking for ngettext in -lintl... " >&6; }
12994
 
-if test "${ac_cv_lib_intl_ngettext+set}" = set; then
12995
 
+if test "${ac_cv_lib_intl_ngettext+set}" = set; then :
12996
 
   $as_echo_n "(cached) " >&6
12997
 
 else
12998
 
   ac_check_lib_save_LIBS=$LIBS
12999
 
 LIBS="-lintl  $LIBS"
13000
 
-cat >conftest.$ac_ext <<_ACEOF
13001
 
-/* confdefs.h.  */
13002
 
-_ACEOF
13003
 
-cat confdefs.h >>conftest.$ac_ext
13004
 
-cat >>conftest.$ac_ext <<_ACEOF
13005
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13006
 
 /* end confdefs.h.  */
13007
 
 
13008
 
 /* Override any GCC internal prototype to avoid an error.
13009
 
@@ -16517,55 +14369,26 @@ return ngettext ();
13010
 
   return 0;
13011
 
 }
13012
 
 _ACEOF
13013
 
-rm -f conftest.$ac_objext conftest$ac_exeext
13014
 
-if { (ac_try="$ac_link"
13015
 
-case "(($ac_try" in
13016
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13017
 
-  *) ac_try_echo=$ac_try;;
13018
 
-esac
13019
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13020
 
-$as_echo "$ac_try_echo") >&5
13021
 
-  (eval "$ac_link") 2>conftest.er1
13022
 
-  ac_status=$?
13023
 
-  grep -v '^ *+' conftest.er1 >conftest.err
13024
 
-  rm -f conftest.er1
13025
 
-  cat conftest.err >&5
13026
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13027
 
-  (exit $ac_status); } && {
13028
 
-        test -z "$ac_c_werror_flag" ||
13029
 
-        test ! -s conftest.err
13030
 
-       } && test -s conftest$ac_exeext && {
13031
 
-        test "$cross_compiling" = yes ||
13032
 
-        $as_test_x conftest$ac_exeext
13033
 
-       }; then
13034
 
+if ac_fn_c_try_link "$LINENO"; then :
13035
 
   ac_cv_lib_intl_ngettext=yes
13036
 
 else
13037
 
-  $as_echo "$as_me: failed program was:" >&5
13038
 
-sed 's/^/| /' conftest.$ac_ext >&5
13039
 
-
13040
 
-       ac_cv_lib_intl_ngettext=no
13041
 
+  ac_cv_lib_intl_ngettext=no
13042
 
 fi
13043
 
-
13044
 
-rm -rf conftest.dSYM
13045
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13046
 
-      conftest$ac_exeext conftest.$ac_ext
13047
 
+rm -f core conftest.err conftest.$ac_objext \
13048
 
+    conftest$ac_exeext conftest.$ac_ext
13049
 
 LIBS=$ac_check_lib_save_LIBS
13050
 
 fi
13051
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
13052
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5
13053
 
 $as_echo "$ac_cv_lib_intl_ngettext" >&6; }
13054
 
-if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
13055
 
-  { $as_echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
13056
 
+if test "x$ac_cv_lib_intl_ngettext" = x""yes; then :
13057
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5
13058
 
 $as_echo_n "checking for dgettext in -lintl... " >&6; }
13059
 
-if test "${ac_cv_lib_intl_dgettext+set}" = set; then
13060
 
+if test "${ac_cv_lib_intl_dgettext+set}" = set; then :
13061
 
   $as_echo_n "(cached) " >&6
13062
 
 else
13063
 
   ac_check_lib_save_LIBS=$LIBS
13064
 
 LIBS="-lintl  $LIBS"
13065
 
-cat >conftest.$ac_ext <<_ACEOF
13066
 
-/* confdefs.h.  */
13067
 
-_ACEOF
13068
 
-cat confdefs.h >>conftest.$ac_ext
13069
 
-cat >>conftest.$ac_ext <<_ACEOF
13070
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13071
 
 /* end confdefs.h.  */
13072
 
 
13073
 
 /* Override any GCC internal prototype to avoid an error.
13074
 
@@ -16574,52 +14397,27 @@ cat >>conftest.$ac_ext <<_ACEOF
13075
 
 #ifdef __cplusplus
13076
 
 extern "C"
13077
 
 #endif
13078
 
-char dgettext ();
13079
 
-int
13080
 
-main ()
13081
 
-{
13082
 
-return dgettext ();
13083
 
-  ;
13084
 
-  return 0;
13085
 
-}
13086
 
-_ACEOF
13087
 
-rm -f conftest.$ac_objext conftest$ac_exeext
13088
 
-if { (ac_try="$ac_link"
13089
 
-case "(($ac_try" in
13090
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13091
 
-  *) ac_try_echo=$ac_try;;
13092
 
-esac
13093
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13094
 
-$as_echo "$ac_try_echo") >&5
13095
 
-  (eval "$ac_link") 2>conftest.er1
13096
 
-  ac_status=$?
13097
 
-  grep -v '^ *+' conftest.er1 >conftest.err
13098
 
-  rm -f conftest.er1
13099
 
-  cat conftest.err >&5
13100
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13101
 
-  (exit $ac_status); } && {
13102
 
-        test -z "$ac_c_werror_flag" ||
13103
 
-        test ! -s conftest.err
13104
 
-       } && test -s conftest$ac_exeext && {
13105
 
-        test "$cross_compiling" = yes ||
13106
 
-        $as_test_x conftest$ac_exeext
13107
 
-       }; then
13108
 
+char dgettext ();
13109
 
+int
13110
 
+main ()
13111
 
+{
13112
 
+return dgettext ();
13113
 
+  ;
13114
 
+  return 0;
13115
 
+}
13116
 
+_ACEOF
13117
 
+if ac_fn_c_try_link "$LINENO"; then :
13118
 
   ac_cv_lib_intl_dgettext=yes
13119
 
 else
13120
 
-  $as_echo "$as_me: failed program was:" >&5
13121
 
-sed 's/^/| /' conftest.$ac_ext >&5
13122
 
-
13123
 
-       ac_cv_lib_intl_dgettext=no
13124
 
+  ac_cv_lib_intl_dgettext=no
13125
 
 fi
13126
 
-
13127
 
-rm -rf conftest.dSYM
13128
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13129
 
-      conftest$ac_exeext conftest.$ac_ext
13130
 
+rm -f core conftest.err conftest.$ac_objext \
13131
 
+    conftest$ac_exeext conftest.$ac_ext
13132
 
 LIBS=$ac_check_lib_save_LIBS
13133
 
 fi
13134
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
13135
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5
13136
 
 $as_echo "$ac_cv_lib_intl_dgettext" >&6; }
13137
 
-if test "x$ac_cv_lib_intl_dgettext" = x""yes; then
13138
 
+if test "x$ac_cv_lib_intl_dgettext" = x""yes; then :
13139
 
   gt_cv_func_dgettext_libintl=yes
13140
 
 fi
13141
 
 
13142
 
@@ -16629,22 +14427,18 @@ fi
13143
 
 
13144
 
 
13145
 
        if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
13146
 
-         { $as_echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
13147
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -liconv is needed to use gettext" >&5
13148
 
 $as_echo_n "checking if -liconv is needed to use gettext... " >&6; }
13149
 
-         { $as_echo "$as_me:$LINENO: result: " >&5
13150
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
13151
 
 $as_echo "" >&6; }
13152
 
-         { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
13153
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5
13154
 
 $as_echo_n "checking for ngettext in -lintl... " >&6; }
13155
 
-if test "${ac_cv_lib_intl_ngettext+set}" = set; then
13156
 
+if test "${ac_cv_lib_intl_ngettext+set}" = set; then :
13157
 
   $as_echo_n "(cached) " >&6
13158
 
 else
13159
 
   ac_check_lib_save_LIBS=$LIBS
13160
 
 LIBS="-lintl -liconv $LIBS"
13161
 
-cat >conftest.$ac_ext <<_ACEOF
13162
 
-/* confdefs.h.  */
13163
 
-_ACEOF
13164
 
-cat confdefs.h >>conftest.$ac_ext
13165
 
-cat >>conftest.$ac_ext <<_ACEOF
13166
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13167
 
 /* end confdefs.h.  */
13168
 
 
13169
 
 /* Override any GCC internal prototype to avoid an error.
13170
 
@@ -16662,55 +14456,26 @@ return ngettext ();
13171
 
   return 0;
13172
 
 }
13173
 
 _ACEOF
13174
 
-rm -f conftest.$ac_objext conftest$ac_exeext
13175
 
-if { (ac_try="$ac_link"
13176
 
-case "(($ac_try" in
13177
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13178
 
-  *) ac_try_echo=$ac_try;;
13179
 
-esac
13180
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13181
 
-$as_echo "$ac_try_echo") >&5
13182
 
-  (eval "$ac_link") 2>conftest.er1
13183
 
-  ac_status=$?
13184
 
-  grep -v '^ *+' conftest.er1 >conftest.err
13185
 
-  rm -f conftest.er1
13186
 
-  cat conftest.err >&5
13187
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13188
 
-  (exit $ac_status); } && {
13189
 
-        test -z "$ac_c_werror_flag" ||
13190
 
-        test ! -s conftest.err
13191
 
-       } && test -s conftest$ac_exeext && {
13192
 
-        test "$cross_compiling" = yes ||
13193
 
-        $as_test_x conftest$ac_exeext
13194
 
-       }; then
13195
 
+if ac_fn_c_try_link "$LINENO"; then :
13196
 
   ac_cv_lib_intl_ngettext=yes
13197
 
 else
13198
 
-  $as_echo "$as_me: failed program was:" >&5
13199
 
-sed 's/^/| /' conftest.$ac_ext >&5
13200
 
-
13201
 
-       ac_cv_lib_intl_ngettext=no
13202
 
+  ac_cv_lib_intl_ngettext=no
13203
 
 fi
13204
 
-
13205
 
-rm -rf conftest.dSYM
13206
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13207
 
-      conftest$ac_exeext conftest.$ac_ext
13208
 
+rm -f core conftest.err conftest.$ac_objext \
13209
 
+    conftest$ac_exeext conftest.$ac_ext
13210
 
 LIBS=$ac_check_lib_save_LIBS
13211
 
 fi
13212
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
13213
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5
13214
 
 $as_echo "$ac_cv_lib_intl_ngettext" >&6; }
13215
 
-if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
13216
 
-  { $as_echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
13217
 
+if test "x$ac_cv_lib_intl_ngettext" = x""yes; then :
13218
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dcgettext in -lintl" >&5
13219
 
 $as_echo_n "checking for dcgettext in -lintl... " >&6; }
13220
 
-if test "${ac_cv_lib_intl_dcgettext+set}" = set; then
13221
 
+if test "${ac_cv_lib_intl_dcgettext+set}" = set; then :
13222
 
   $as_echo_n "(cached) " >&6
13223
 
 else
13224
 
   ac_check_lib_save_LIBS=$LIBS
13225
 
 LIBS="-lintl -liconv $LIBS"
13226
 
-cat >conftest.$ac_ext <<_ACEOF
13227
 
-/* confdefs.h.  */
13228
 
-_ACEOF
13229
 
-cat confdefs.h >>conftest.$ac_ext
13230
 
-cat >>conftest.$ac_ext <<_ACEOF
13231
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13232
 
 /* end confdefs.h.  */
13233
 
 
13234
 
 /* Override any GCC internal prototype to avoid an error.
13235
 
@@ -16728,43 +14493,18 @@ return dcgettext ();
13236
 
   return 0;
13237
 
 }
13238
 
 _ACEOF
13239
 
-rm -f conftest.$ac_objext conftest$ac_exeext
13240
 
-if { (ac_try="$ac_link"
13241
 
-case "(($ac_try" in
13242
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13243
 
-  *) ac_try_echo=$ac_try;;
13244
 
-esac
13245
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13246
 
-$as_echo "$ac_try_echo") >&5
13247
 
-  (eval "$ac_link") 2>conftest.er1
13248
 
-  ac_status=$?
13249
 
-  grep -v '^ *+' conftest.er1 >conftest.err
13250
 
-  rm -f conftest.er1
13251
 
-  cat conftest.err >&5
13252
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13253
 
-  (exit $ac_status); } && {
13254
 
-        test -z "$ac_c_werror_flag" ||
13255
 
-        test ! -s conftest.err
13256
 
-       } && test -s conftest$ac_exeext && {
13257
 
-        test "$cross_compiling" = yes ||
13258
 
-        $as_test_x conftest$ac_exeext
13259
 
-       }; then
13260
 
+if ac_fn_c_try_link "$LINENO"; then :
13261
 
   ac_cv_lib_intl_dcgettext=yes
13262
 
 else
13263
 
-  $as_echo "$as_me: failed program was:" >&5
13264
 
-sed 's/^/| /' conftest.$ac_ext >&5
13265
 
-
13266
 
-       ac_cv_lib_intl_dcgettext=no
13267
 
+  ac_cv_lib_intl_dcgettext=no
13268
 
 fi
13269
 
-
13270
 
-rm -rf conftest.dSYM
13271
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13272
 
-      conftest$ac_exeext conftest.$ac_ext
13273
 
+rm -f core conftest.err conftest.$ac_objext \
13274
 
+    conftest$ac_exeext conftest.$ac_ext
13275
 
 LIBS=$ac_check_lib_save_LIBS
13276
 
 fi
13277
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
13278
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dcgettext" >&5
13279
 
 $as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
13280
 
-if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then
13281
 
+if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then :
13282
 
   gt_cv_func_dgettext_libintl=yes
13283
 
                        libintl_extra_libs=-liconv
13284
 
 else
13285
 
@@ -16786,102 +14526,12 @@ fi
13286
 
           glib_save_LIBS="$LIBS"
13287
 
           LIBS="$LIBS -lintl $libintl_extra_libs"
13288
 
           unset ac_cv_func_bind_textdomain_codeset
13289
 
-
13290
 
-for ac_func in bind_textdomain_codeset
13291
 
-do
13292
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13293
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13294
 
-$as_echo_n "checking for $ac_func... " >&6; }
13295
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13296
 
-  $as_echo_n "(cached) " >&6
13297
 
-else
13298
 
-  cat >conftest.$ac_ext <<_ACEOF
13299
 
-/* confdefs.h.  */
13300
 
-_ACEOF
13301
 
-cat confdefs.h >>conftest.$ac_ext
13302
 
-cat >>conftest.$ac_ext <<_ACEOF
13303
 
-/* end confdefs.h.  */
13304
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13305
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13306
 
-#define $ac_func innocuous_$ac_func
13307
 
-
13308
 
-/* System header to define __stub macros and hopefully few prototypes,
13309
 
-    which can conflict with char $ac_func (); below.
13310
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13311
 
-    <limits.h> exists even on freestanding compilers.  */
13312
 
-
13313
 
-#ifdef __STDC__
13314
 
-# include <limits.h>
13315
 
-#else
13316
 
-# include <assert.h>
13317
 
-#endif
13318
 
-
13319
 
-#undef $ac_func
13320
 
-
13321
 
-/* Override any GCC internal prototype to avoid an error.
13322
 
-   Use char because int might match the return type of a GCC
13323
 
-   builtin and then its argument prototype would still apply.  */
13324
 
-#ifdef __cplusplus
13325
 
-extern "C"
13326
 
-#endif
13327
 
-char $ac_func ();
13328
 
-/* The GNU C library defines this for functions which it implements
13329
 
-    to always fail with ENOSYS.  Some functions are actually named
13330
 
-    something starting with __ and the normal name is an alias.  */
13331
 
-#if defined __stub_$ac_func || defined __stub___$ac_func
13332
 
-choke me
13333
 
-#endif
13334
 
-
13335
 
-int
13336
 
-main ()
13337
 
-{
13338
 
-return $ac_func ();
13339
 
-  ;
13340
 
-  return 0;
13341
 
-}
13342
 
-_ACEOF
13343
 
-rm -f conftest.$ac_objext conftest$ac_exeext
13344
 
-if { (ac_try="$ac_link"
13345
 
-case "(($ac_try" in
13346
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13347
 
-  *) ac_try_echo=$ac_try;;
13348
 
-esac
13349
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13350
 
-$as_echo "$ac_try_echo") >&5
13351
 
-  (eval "$ac_link") 2>conftest.er1
13352
 
-  ac_status=$?
13353
 
-  grep -v '^ *+' conftest.er1 >conftest.err
13354
 
-  rm -f conftest.er1
13355
 
-  cat conftest.err >&5
13356
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13357
 
-  (exit $ac_status); } && {
13358
 
-        test -z "$ac_c_werror_flag" ||
13359
 
-        test ! -s conftest.err
13360
 
-       } && test -s conftest$ac_exeext && {
13361
 
-        test "$cross_compiling" = yes ||
13362
 
-        $as_test_x conftest$ac_exeext
13363
 
-       }; then
13364
 
-  eval "$as_ac_var=yes"
13365
 
-else
13366
 
-  $as_echo "$as_me: failed program was:" >&5
13367
 
-sed 's/^/| /' conftest.$ac_ext >&5
13368
 
-
13369
 
-       eval "$as_ac_var=no"
13370
 
-fi
13371
 
-
13372
 
-rm -rf conftest.dSYM
13373
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13374
 
-      conftest$ac_exeext conftest.$ac_ext
13375
 
-fi
13376
 
-ac_res=`eval 'as_val=${'$as_ac_var'}
13377
 
-                $as_echo "$as_val"'`
13378
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13379
 
-$as_echo "$ac_res" >&6; }
13380
 
-as_val=`eval 'as_val=${'$as_ac_var'}
13381
 
-                $as_echo "$as_val"'`
13382
 
-   if test "x$as_val" = x""yes; then
13383
 
+          for ac_func in bind_textdomain_codeset
13384
 
+do :
13385
 
+  ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
13386
 
+if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
13387
 
   cat >>confdefs.h <<_ACEOF
13388
 
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13389
 
+#define HAVE_BIND_TEXTDOMAIN_CODESET 1
13390
 
 _ACEOF
13391
 
 
13392
 
 fi
13393
 
@@ -16911,15 +14561,13 @@ done
13394
 
 
13395
 
       if test "$gt_cv_have_gettext" = "yes"; then
13396
 
 
13397
 
-cat >>confdefs.h <<\_ACEOF
13398
 
-#define HAVE_GETTEXT 1
13399
 
-_ACEOF
13400
 
+$as_echo "#define HAVE_GETTEXT 1" >>confdefs.h
13401
 
 
13402
 
        # Extract the first word of "msgfmt", so it can be a program name with args.
13403
 
 set dummy msgfmt; ac_word=$2
13404
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13405
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13406
 
 $as_echo_n "checking for $ac_word... " >&6; }
13407
 
-if test "${ac_cv_path_MSGFMT+set}" = set; then
13408
 
+if test "${ac_cv_path_MSGFMT+set}" = set; then :
13409
 
   $as_echo_n "(cached) " >&6
13410
 
 else
13411
 
   case "$MSGFMT" in
13412
 
@@ -16944,118 +14592,28 @@ esac
13413
 
 fi
13414
 
 MSGFMT="$ac_cv_path_MSGFMT"
13415
 
 if test "$MSGFMT" != "no"; then
13416
 
-  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
13417
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13418
 
 $as_echo "$MSGFMT" >&6; }
13419
 
 else
13420
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
13421
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13422
 
 $as_echo "no" >&6; }
13423
 
 fi
13424
 
        if test "$MSGFMT" != "no"; then
13425
 
           glib_save_LIBS="$LIBS"
13426
 
           LIBS="$LIBS $INTLLIBS"
13427
 
-
13428
 
-for ac_func in dcgettext
13429
 
-do
13430
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13431
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13432
 
-$as_echo_n "checking for $ac_func... " >&6; }
13433
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13434
 
-  $as_echo_n "(cached) " >&6
13435
 
-else
13436
 
-  cat >conftest.$ac_ext <<_ACEOF
13437
 
-/* confdefs.h.  */
13438
 
-_ACEOF
13439
 
-cat confdefs.h >>conftest.$ac_ext
13440
 
-cat >>conftest.$ac_ext <<_ACEOF
13441
 
-/* end confdefs.h.  */
13442
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13443
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13444
 
-#define $ac_func innocuous_$ac_func
13445
 
-
13446
 
-/* System header to define __stub macros and hopefully few prototypes,
13447
 
-    which can conflict with char $ac_func (); below.
13448
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13449
 
-    <limits.h> exists even on freestanding compilers.  */
13450
 
-
13451
 
-#ifdef __STDC__
13452
 
-# include <limits.h>
13453
 
-#else
13454
 
-# include <assert.h>
13455
 
-#endif
13456
 
-
13457
 
-#undef $ac_func
13458
 
-
13459
 
-/* Override any GCC internal prototype to avoid an error.
13460
 
-   Use char because int might match the return type of a GCC
13461
 
-   builtin and then its argument prototype would still apply.  */
13462
 
-#ifdef __cplusplus
13463
 
-extern "C"
13464
 
-#endif
13465
 
-char $ac_func ();
13466
 
-/* The GNU C library defines this for functions which it implements
13467
 
-    to always fail with ENOSYS.  Some functions are actually named
13468
 
-    something starting with __ and the normal name is an alias.  */
13469
 
-#if defined __stub_$ac_func || defined __stub___$ac_func
13470
 
-choke me
13471
 
-#endif
13472
 
-
13473
 
-int
13474
 
-main ()
13475
 
-{
13476
 
-return $ac_func ();
13477
 
-  ;
13478
 
-  return 0;
13479
 
-}
13480
 
-_ACEOF
13481
 
-rm -f conftest.$ac_objext conftest$ac_exeext
13482
 
-if { (ac_try="$ac_link"
13483
 
-case "(($ac_try" in
13484
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13485
 
-  *) ac_try_echo=$ac_try;;
13486
 
-esac
13487
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13488
 
-$as_echo "$ac_try_echo") >&5
13489
 
-  (eval "$ac_link") 2>conftest.er1
13490
 
-  ac_status=$?
13491
 
-  grep -v '^ *+' conftest.er1 >conftest.err
13492
 
-  rm -f conftest.er1
13493
 
-  cat conftest.err >&5
13494
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13495
 
-  (exit $ac_status); } && {
13496
 
-        test -z "$ac_c_werror_flag" ||
13497
 
-        test ! -s conftest.err
13498
 
-       } && test -s conftest$ac_exeext && {
13499
 
-        test "$cross_compiling" = yes ||
13500
 
-        $as_test_x conftest$ac_exeext
13501
 
-       }; then
13502
 
-  eval "$as_ac_var=yes"
13503
 
-else
13504
 
-  $as_echo "$as_me: failed program was:" >&5
13505
 
-sed 's/^/| /' conftest.$ac_ext >&5
13506
 
-
13507
 
-       eval "$as_ac_var=no"
13508
 
-fi
13509
 
-
13510
 
-rm -rf conftest.dSYM
13511
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13512
 
-      conftest$ac_exeext conftest.$ac_ext
13513
 
-fi
13514
 
-ac_res=`eval 'as_val=${'$as_ac_var'}
13515
 
-                $as_echo "$as_val"'`
13516
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13517
 
-$as_echo "$ac_res" >&6; }
13518
 
-as_val=`eval 'as_val=${'$as_ac_var'}
13519
 
-                $as_echo "$as_val"'`
13520
 
-   if test "x$as_val" = x""yes; then
13521
 
+         for ac_func in dcgettext
13522
 
+do :
13523
 
+  ac_fn_c_check_func "$LINENO" "dcgettext" "ac_cv_func_dcgettext"
13524
 
+if test "x$ac_cv_func_dcgettext" = x""yes; then :
13525
 
   cat >>confdefs.h <<_ACEOF
13526
 
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13527
 
+#define HAVE_DCGETTEXT 1
13528
 
 _ACEOF
13529
 
 
13530
 
 fi
13531
 
 done
13532
 
 
13533
 
          MSGFMT_OPTS=
13534
 
-         { $as_echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
13535
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if msgfmt accepts -c" >&5
13536
 
 $as_echo_n "checking if msgfmt accepts -c... " >&6; }
13537
 
          cat >conftest.foo <<_ACEOF
13538
 
 
13539
 
@@ -17070,14 +14628,14 @@ msgstr ""
13540
 
 "Content-Transfer-Encoding: 8bit\n"
13541
 
 
13542
 
 _ACEOF
13543
 
-if { ($as_echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5
13544
 
+if { { $as_echo "$as_me:${as_lineno-$LINENO}: \$MSGFMT -c -o /dev/null conftest.foo"; } >&5
13545
 
   ($MSGFMT -c -o /dev/null conftest.foo) 2>&5
13546
 
   ac_status=$?
13547
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13548
 
-  (exit $ac_status); }; then
13549
 
-  MSGFMT_OPTS=-c; { $as_echo "$as_me:$LINENO: result: yes" >&5
13550
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13551
 
+  test $ac_status = 0; }; then
13552
 
+  MSGFMT_OPTS=-c; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13553
 
 $as_echo "yes" >&6; }
13554
 
-else { $as_echo "$as_me:$LINENO: result: no" >&5
13555
 
+else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13556
 
 $as_echo "no" >&6; }
13557
 
 echo "$as_me: failed input was:" >&5
13558
 
 sed 's/^/| /' conftest.foo >&5
13559
 
@@ -17085,9 +14643,9 @@ fi
13560
 
 
13561
 
          # Extract the first word of "gmsgfmt", so it can be a program name with args.
13562
 
 set dummy gmsgfmt; ac_word=$2
13563
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13564
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13565
 
 $as_echo_n "checking for $ac_word... " >&6; }
13566
 
-if test "${ac_cv_path_GMSGFMT+set}" = set; then
13567
 
+if test "${ac_cv_path_GMSGFMT+set}" = set; then :
13568
 
   $as_echo_n "(cached) " >&6
13569
 
 else
13570
 
   case $GMSGFMT in
13571
 
@@ -17100,14 +14658,14 @@ for as_dir in $PATH
13572
 
 do
13573
 
   IFS=$as_save_IFS
13574
 
   test -z "$as_dir" && as_dir=.
13575
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
13576
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
13577
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13578
 
     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13579
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13580
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13581
 
     break 2
13582
 
   fi
13583
 
 done
13584
 
-done
13585
 
+  done
13586
 
 IFS=$as_save_IFS
13587
 
 
13588
 
   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13589
 
@@ -17116,19 +14674,19 @@ esac
13590
 
 fi
13591
 
 GMSGFMT=$ac_cv_path_GMSGFMT
13592
 
 if test -n "$GMSGFMT"; then
13593
 
-  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
13594
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13595
 
 $as_echo "$GMSGFMT" >&6; }
13596
 
 else
13597
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
13598
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13599
 
 $as_echo "no" >&6; }
13600
 
 fi
13601
 
 
13602
 
 
13603
 
          # Extract the first word of "xgettext", so it can be a program name with args.
13604
 
 set dummy xgettext; ac_word=$2
13605
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13606
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13607
 
 $as_echo_n "checking for $ac_word... " >&6; }
13608
 
-if test "${ac_cv_path_XGETTEXT+set}" = set; then
13609
 
+if test "${ac_cv_path_XGETTEXT+set}" = set; then :
13610
 
   $as_echo_n "(cached) " >&6
13611
 
 else
13612
 
   case "$XGETTEXT" in
13613
 
@@ -17153,18 +14711,14 @@ esac
13614
 
 fi
13615
 
 XGETTEXT="$ac_cv_path_XGETTEXT"
13616
 
 if test "$XGETTEXT" != ":"; then
13617
 
-  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
13618
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13619
 
 $as_echo "$XGETTEXT" >&6; }
13620
 
 else
13621
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
13622
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13623
 
 $as_echo "no" >&6; }
13624
 
 fi
13625
 
 
13626
 
-         cat >conftest.$ac_ext <<_ACEOF
13627
 
-/* confdefs.h.  */
13628
 
-_ACEOF
13629
 
-cat confdefs.h >>conftest.$ac_ext
13630
 
-cat >>conftest.$ac_ext <<_ACEOF
13631
 
+         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13632
 
 /* end confdefs.h.  */
13633
 
 
13634
 
 int
13635
 
@@ -17176,121 +14730,14 @@ extern int _nl_msg_cat_cntr;
13636
 
   return 0;
13637
 
 }
13638
 
 _ACEOF
13639
 
-rm -f conftest.$ac_objext conftest$ac_exeext
13640
 
-if { (ac_try="$ac_link"
13641
 
-case "(($ac_try" in
13642
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13643
 
-  *) ac_try_echo=$ac_try;;
13644
 
-esac
13645
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13646
 
-$as_echo "$ac_try_echo") >&5
13647
 
-  (eval "$ac_link") 2>conftest.er1
13648
 
-  ac_status=$?
13649
 
-  grep -v '^ *+' conftest.er1 >conftest.err
13650
 
-  rm -f conftest.er1
13651
 
-  cat conftest.err >&5
13652
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13653
 
-  (exit $ac_status); } && {
13654
 
-        test -z "$ac_c_werror_flag" ||
13655
 
-        test ! -s conftest.err
13656
 
-       } && test -s conftest$ac_exeext && {
13657
 
-        test "$cross_compiling" = yes ||
13658
 
-        $as_test_x conftest$ac_exeext
13659
 
-       }; then
13660
 
+if ac_fn_c_try_link "$LINENO"; then :
13661
 
   CATOBJEXT=.gmo
13662
 
              DATADIRNAME=share
13663
 
 else
13664
 
-  $as_echo "$as_me: failed program was:" >&5
13665
 
-sed 's/^/| /' conftest.$ac_ext >&5
13666
 
-
13667
 
-       case $host in
13668
 
+  case $host in
13669
 
            *-*-solaris*)
13670
 
-                                                               { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
13671
 
-$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
13672
 
-if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
13673
 
-  $as_echo_n "(cached) " >&6
13674
 
-else
13675
 
-  cat >conftest.$ac_ext <<_ACEOF
13676
 
-/* confdefs.h.  */
13677
 
-_ACEOF
13678
 
-cat confdefs.h >>conftest.$ac_ext
13679
 
-cat >>conftest.$ac_ext <<_ACEOF
13680
 
-/* end confdefs.h.  */
13681
 
-/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
13682
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13683
 
-#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
13684
 
-
13685
 
-/* System header to define __stub macros and hopefully few prototypes,
13686
 
-    which can conflict with char bind_textdomain_codeset (); below.
13687
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13688
 
-    <limits.h> exists even on freestanding compilers.  */
13689
 
-
13690
 
-#ifdef __STDC__
13691
 
-# include <limits.h>
13692
 
-#else
13693
 
-# include <assert.h>
13694
 
-#endif
13695
 
-
13696
 
-#undef bind_textdomain_codeset
13697
 
-
13698
 
-/* Override any GCC internal prototype to avoid an error.
13699
 
-   Use char because int might match the return type of a GCC
13700
 
-   builtin and then its argument prototype would still apply.  */
13701
 
-#ifdef __cplusplus
13702
 
-extern "C"
13703
 
-#endif
13704
 
-char bind_textdomain_codeset ();
13705
 
-/* The GNU C library defines this for functions which it implements
13706
 
-    to always fail with ENOSYS.  Some functions are actually named
13707
 
-    something starting with __ and the normal name is an alias.  */
13708
 
-#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
13709
 
-choke me
13710
 
-#endif
13711
 
-
13712
 
-int
13713
 
-main ()
13714
 
-{
13715
 
-return bind_textdomain_codeset ();
13716
 
-  ;
13717
 
-  return 0;
13718
 
-}
13719
 
-_ACEOF
13720
 
-rm -f conftest.$ac_objext conftest$ac_exeext
13721
 
-if { (ac_try="$ac_link"
13722
 
-case "(($ac_try" in
13723
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13724
 
-  *) ac_try_echo=$ac_try;;
13725
 
-esac
13726
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13727
 
-$as_echo "$ac_try_echo") >&5
13728
 
-  (eval "$ac_link") 2>conftest.er1
13729
 
-  ac_status=$?
13730
 
-  grep -v '^ *+' conftest.er1 >conftest.err
13731
 
-  rm -f conftest.er1
13732
 
-  cat conftest.err >&5
13733
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13734
 
-  (exit $ac_status); } && {
13735
 
-        test -z "$ac_c_werror_flag" ||
13736
 
-        test ! -s conftest.err
13737
 
-       } && test -s conftest$ac_exeext && {
13738
 
-        test "$cross_compiling" = yes ||
13739
 
-        $as_test_x conftest$ac_exeext
13740
 
-       }; then
13741
 
-  ac_cv_func_bind_textdomain_codeset=yes
13742
 
-else
13743
 
-  $as_echo "$as_me: failed program was:" >&5
13744
 
-sed 's/^/| /' conftest.$ac_ext >&5
13745
 
-
13746
 
-       ac_cv_func_bind_textdomain_codeset=no
13747
 
-fi
13748
 
-
13749
 
-rm -rf conftest.dSYM
13750
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13751
 
-      conftest$ac_exeext conftest.$ac_ext
13752
 
-fi
13753
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
13754
 
-$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
13755
 
-if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
13756
 
+                                                               ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
13757
 
+if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
13758
 
   CATOBJEXT=.gmo
13759
 
                DATADIRNAME=share
13760
 
 else
13761
 
@@ -17305,10 +14752,8 @@ fi
13762
 
            ;;
13763
 
            esac
13764
 
 fi
13765
 
-
13766
 
-rm -rf conftest.dSYM
13767
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13768
 
-      conftest$ac_exeext conftest.$ac_ext
13769
 
+rm -f core conftest.err conftest.$ac_objext \
13770
 
+    conftest$ac_exeext conftest.$ac_ext
13771
 
           LIBS="$glib_save_LIBS"
13772
 
          INSTOBJEXT=.mo
13773
 
        else
13774
 
@@ -17322,9 +14767,7 @@ fi
13775
 
 
13776
 
     if test "$gt_cv_have_gettext" = "yes" ; then
13777
 
 
13778
 
-cat >>confdefs.h <<\_ACEOF
13779
 
-#define ENABLE_NLS 1
13780
 
-_ACEOF
13781
 
+$as_echo "#define ENABLE_NLS 1" >>confdefs.h
13782
 
 
13783
 
     fi
13784
 
 
13785
 
@@ -17332,7 +14775,7 @@ _ACEOF
13786
 
                   if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
13787
 
         : ;
13788
 
       else
13789
 
-        { $as_echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
13790
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13791
 
 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13792
 
         XGETTEXT=":"
13793
 
       fi
13794
 
@@ -17365,7 +14808,7 @@ $as_echo "found xgettext program is not
13795
 
      if test "x$ALL_LINGUAS" = "x"; then
13796
 
        LINGUAS=
13797
 
      else
13798
 
-       { $as_echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
13799
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13800
 
 $as_echo_n "checking for catalogs to be installed... " >&6; }
13801
 
        NEW_LINGUAS=
13802
 
        for presentlang in $ALL_LINGUAS; do
13803
 
@@ -17390,7 +14833,7 @@ $as_echo_n "checking for catalogs to be
13804
 
          fi
13805
 
        done
13806
 
        LINGUAS=$NEW_LINGUAS
13807
 
-       { $as_echo "$as_me:$LINENO: result: $LINGUAS" >&5
13808
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13809
 
 $as_echo "$LINGUAS" >&6; }
13810
 
      fi
13811
 
 
13812
 
@@ -17457,7 +14900,7 @@ LIBBURN_REQUIRED=0.4.0
13813
 
 LIBISOFS_REQUIRED=0.6.4
13814
 
 
13815
 
 # Check whether --enable-libburnia was given.
13816
 
-if test "${enable_libburnia+set}" = set; then
13817
 
+if test "${enable_libburnia+set}" = set; then :
13818
 
   enableval=$enable_libburnia; enable_libburnia=$enableval
13819
 
 else
13820
 
   enable_libburnia="yes"
13821
 
@@ -17467,40 +14910,44 @@ fi
13822
 
 if test x"$enable_libburnia" = "xyes"; then
13823
 
 
13824
 
 pkg_failed=no
13825
 
-{ $as_echo "$as_me:$LINENO: checking for LIBBURNIA" >&5
13826
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBBURNIA" >&5
13827
 
 $as_echo_n "checking for LIBBURNIA... " >&6; }
13828
 
 
13829
 
-if test -n "$LIBBURNIA_CFLAGS"; then
13830
 
-    pkg_cv_LIBBURNIA_CFLAGS="$LIBBURNIA_CFLAGS"
13831
 
- elif test -n "$PKG_CONFIG"; then
13832
 
-    if test -n "$PKG_CONFIG" && \
13833
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libburn-1 >= \$LIBBURN_REQUIRED  libisofs-1 >= \$LIBISOFS_REQUIRED\"") >&5
13834
 
+if test -n "$PKG_CONFIG"; then
13835
 
+    if test -n "$LIBBURNIA_CFLAGS"; then
13836
 
+        pkg_cv_LIBBURNIA_CFLAGS="$LIBBURNIA_CFLAGS"
13837
 
+    else
13838
 
+        if test -n "$PKG_CONFIG" && \
13839
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libburn-1 >= \$LIBBURN_REQUIRED  libisofs-1 >= \$LIBISOFS_REQUIRED\""; } >&5
13840
 
   ($PKG_CONFIG --exists --print-errors "libburn-1 >= $LIBBURN_REQUIRED  libisofs-1 >= $LIBISOFS_REQUIRED") 2>&5
13841
 
   ac_status=$?
13842
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13843
 
-  (exit $ac_status); }; then
13844
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13845
 
+  test $ac_status = 0; }; then
13846
 
   pkg_cv_LIBBURNIA_CFLAGS=`$PKG_CONFIG --cflags "libburn-1 >= $LIBBURN_REQUIRED  libisofs-1 >= $LIBISOFS_REQUIRED" 2>/dev/null`
13847
 
 else
13848
 
   pkg_failed=yes
13849
 
 fi
13850
 
- else
13851
 
-    pkg_failed=untried
13852
 
+    fi
13853
 
+else
13854
 
+       pkg_failed=untried
13855
 
 fi
13856
 
-if test -n "$LIBBURNIA_LIBS"; then
13857
 
-    pkg_cv_LIBBURNIA_LIBS="$LIBBURNIA_LIBS"
13858
 
- elif test -n "$PKG_CONFIG"; then
13859
 
-    if test -n "$PKG_CONFIG" && \
13860
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libburn-1 >= \$LIBBURN_REQUIRED  libisofs-1 >= \$LIBISOFS_REQUIRED\"") >&5
13861
 
+if test -n "$PKG_CONFIG"; then
13862
 
+    if test -n "$LIBBURNIA_LIBS"; then
13863
 
+        pkg_cv_LIBBURNIA_LIBS="$LIBBURNIA_LIBS"
13864
 
+    else
13865
 
+        if test -n "$PKG_CONFIG" && \
13866
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libburn-1 >= \$LIBBURN_REQUIRED  libisofs-1 >= \$LIBISOFS_REQUIRED\""; } >&5
13867
 
   ($PKG_CONFIG --exists --print-errors "libburn-1 >= $LIBBURN_REQUIRED  libisofs-1 >= $LIBISOFS_REQUIRED") 2>&5
13868
 
   ac_status=$?
13869
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13870
 
-  (exit $ac_status); }; then
13871
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13872
 
+  test $ac_status = 0; }; then
13873
 
   pkg_cv_LIBBURNIA_LIBS=`$PKG_CONFIG --libs "libburn-1 >= $LIBBURN_REQUIRED  libisofs-1 >= $LIBISOFS_REQUIRED" 2>/dev/null`
13874
 
 else
13875
 
   pkg_failed=yes
13876
 
 fi
13877
 
- else
13878
 
-    pkg_failed=untried
13879
 
+    fi
13880
 
+else
13881
 
+       pkg_failed=untried
13882
 
 fi
13883
 
 
13884
 
 
13885
 
@@ -17513,14 +14960,14 @@ else
13886
 
         _pkg_short_errors_supported=no
13887
 
 fi
13888
 
         if test $_pkg_short_errors_supported = yes; then
13889
 
-               LIBBURNIA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libburn-1 >= $LIBBURN_REQUIRED  libisofs-1 >= $LIBISOFS_REQUIRED" 2>&1`
13890
 
+               LIBBURNIA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libburn-1 >= $LIBBURN_REQUIRED  libisofs-1 >= $LIBISOFS_REQUIRED"`
13891
 
         else
13892
 
-               LIBBURNIA_PKG_ERRORS=`$PKG_CONFIG --print-errors "libburn-1 >= $LIBBURN_REQUIRED  libisofs-1 >= $LIBISOFS_REQUIRED" 2>&1`
13893
 
+               LIBBURNIA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libburn-1 >= $LIBBURN_REQUIRED  libisofs-1 >= $LIBISOFS_REQUIRED"`
13894
 
         fi
13895
 
        # Put the nasty error message in config.log where it belongs
13896
 
        echo "$LIBBURNIA_PKG_ERRORS" >&5
13897
 
 
13898
 
-       { $as_echo "$as_me:$LINENO: result: no" >&5
13899
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13900
 
 $as_echo "no" >&6; }
13901
 
                 build_libburnia=no
13902
 
 elif test $pkg_failed = untried; then
13903
 
@@ -17528,7 +14975,7 @@ elif test $pkg_failed = untried; then
13904
 
 else
13905
 
        LIBBURNIA_CFLAGS=$pkg_cv_LIBBURNIA_CFLAGS
13906
 
        LIBBURNIA_LIBS=$pkg_cv_LIBBURNIA_LIBS
13907
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
13908
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13909
 
 $as_echo "yes" >&6; }
13910
 
        build_libburnia=yes
13911
 
 fi
13912
 
@@ -17543,9 +14990,7 @@ if test x"$build_libburnia" = "xyes"; th
13913
 
        BRASERO_LIBBURNIA_CFLAGS="$LIBBURNIA_CFLAGS"
13914
 
        BRASERO_LIBBURNIA_LIBS="$LIBBURNIA_LIBS"
13915
 
 
13916
 
-cat >>confdefs.h <<\_ACEOF
13917
 
-#define BUILD_LIBBURNIA 1
13918
 
-_ACEOF
13919
 
+$as_echo "#define BUILD_LIBBURNIA 1" >>confdefs.h
13920
 
 
13921
 
 fi
13922
 
  if test x"$build_libburnia" = "xyes"; then
13923
 
@@ -17558,7 +15003,7 @@ fi
13924
 
 
13925
 
 
13926
 
 # Check whether --enable-cdrtools was given.
13927
 
-if test "${enable_cdrtools+set}" = set; then
13928
 
+if test "${enable_cdrtools+set}" = set; then :
13929
 
   enableval=$enable_cdrtools; build_cdrtools=$enableval
13930
 
 else
13931
 
   build_cdrtools="yes"
13932
 
@@ -17567,9 +15012,7 @@ fi
13933
 
 
13934
 
 if test x"$build_cdrtools" = "xyes"; then
13935
 
 
13936
 
-cat >>confdefs.h <<\_ACEOF
13937
 
-#define BUILD_CDRTOOLS 1
13938
 
-_ACEOF
13939
 
+$as_echo "#define BUILD_CDRTOOLS 1" >>confdefs.h
13940
 
 
13941
 
 else
13942
 
        build_cdrtools="no"
13943
 
@@ -17584,7 +15027,7 @@ fi
13944
 
 
13945
 
 
13946
 
 # Check whether --enable-cdrdao was given.
13947
 
-if test "${enable_cdrdao+set}" = set; then
13948
 
+if test "${enable_cdrdao+set}" = set; then :
13949
 
   enableval=$enable_cdrdao; build_cdrdao=$enableval
13950
 
 else
13951
 
   build_cdrdao="yes"
13952
 
@@ -17593,9 +15036,7 @@ fi
13953
 
 
13954
 
 if test x"$build_cdrdao" = "xyes"; then
13955
 
 
13956
 
-cat >>confdefs.h <<\_ACEOF
13957
 
-#define BUILD_CDRDAO 1
13958
 
-_ACEOF
13959
 
+$as_echo "#define BUILD_CDRDAO 1" >>confdefs.h
13960
 
 
13961
 
 else
13962
 
        build_cdrdao="no"
13963
 
@@ -17610,7 +15051,7 @@ fi
13964
 
 
13965
 
 
13966
 
 # Check whether --enable-cdrkit was given.
13967
 
-if test "${enable_cdrkit+set}" = set; then
13968
 
+if test "${enable_cdrkit+set}" = set; then :
13969
 
   enableval=$enable_cdrkit; build_cdrkit=$enableval
13970
 
 else
13971
 
   build_cdrkit="yes"
13972
 
@@ -17619,9 +15060,7 @@ fi
13973
 
 
13974
 
 if test x"$build_cdrkit" = "xyes"; then
13975
 
 
13976
 
-cat >>confdefs.h <<\_ACEOF
13977
 
-#define BUILD_CDRKIT 1
13978
 
-_ACEOF
13979
 
+$as_echo "#define BUILD_CDRKIT 1" >>confdefs.h
13980
 
 
13981
 
 else
13982
 
        build_cdrkit="no"
13983
 
@@ -17636,7 +15075,7 @@ fi
13984
 
 
13985
 
 
13986
 
 # Check whether --enable-growisofs was given.
13987
 
-if test "${enable_growisofs+set}" = set; then
13988
 
+if test "${enable_growisofs+set}" = set; then :
13989
 
   enableval=$enable_growisofs; build_growisofs=$enableval
13990
 
 else
13991
 
   build_growisofs="yes"
13992
 
@@ -17645,9 +15084,7 @@ fi
13993
 
 
13994
 
 if test x"$build_growisofs" = "xyes"; then
13995
 
 
13996
 
-cat >>confdefs.h <<\_ACEOF
13997
 
-#define BUILD_GROWISOFS 1
13998
 
-_ACEOF
13999
 
+$as_echo "#define BUILD_GROWISOFS 1" >>confdefs.h
14000
 
 
14001
 
 else
14002
 
        build_growisofs="no"
14003
 
@@ -17669,7 +15106,7 @@ BEAGLE_REQUIRED=0.3.0
14004
 
 TRACKER_REQUIRED=0.8.0
14005
 
 
14006
 
 # Check whether --enable-search was given.
14007
 
-if test "${enable_search+set}" = set; then
14008
 
+if test "${enable_search+set}" = set; then :
14009
 
   enableval=$enable_search; case "$enableval" in
14010
 
                                "auto")    enable_search="yes" ;;
14011
 
                                "yes")     enable_search="yes" ;;
14012
 
@@ -17686,40 +15123,44 @@ fi
14013
 
 if test x"$enable_search" = "xtracker"; then
14014
 
 
14015
 
 pkg_failed=no
14016
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_SEARCH" >&5
14017
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_SEARCH" >&5
14018
 
 $as_echo_n "checking for BRASERO_SEARCH... " >&6; }
14019
 
 
14020
 
-if test -n "$BRASERO_SEARCH_CFLAGS"; then
14021
 
-    pkg_cv_BRASERO_SEARCH_CFLAGS="$BRASERO_SEARCH_CFLAGS"
14022
 
- elif test -n "$PKG_CONFIG"; then
14023
 
-    if test -n "$PKG_CONFIG" && \
14024
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"tracker-client-0.8 >= \$TRACKER_REQUIRED\"") >&5
14025
 
+if test -n "$PKG_CONFIG"; then
14026
 
+    if test -n "$BRASERO_SEARCH_CFLAGS"; then
14027
 
+        pkg_cv_BRASERO_SEARCH_CFLAGS="$BRASERO_SEARCH_CFLAGS"
14028
 
+    else
14029
 
+        if test -n "$PKG_CONFIG" && \
14030
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tracker-client-0.8 >= \$TRACKER_REQUIRED\""; } >&5
14031
 
   ($PKG_CONFIG --exists --print-errors "tracker-client-0.8 >= $TRACKER_REQUIRED") 2>&5
14032
 
   ac_status=$?
14033
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14034
 
-  (exit $ac_status); }; then
14035
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14036
 
+  test $ac_status = 0; }; then
14037
 
   pkg_cv_BRASERO_SEARCH_CFLAGS=`$PKG_CONFIG --cflags "tracker-client-0.8 >= $TRACKER_REQUIRED" 2>/dev/null`
14038
 
 else
14039
 
   pkg_failed=yes
14040
 
 fi
14041
 
- else
14042
 
-    pkg_failed=untried
14043
 
+    fi
14044
 
+else
14045
 
+       pkg_failed=untried
14046
 
 fi
14047
 
-if test -n "$BRASERO_SEARCH_LIBS"; then
14048
 
-    pkg_cv_BRASERO_SEARCH_LIBS="$BRASERO_SEARCH_LIBS"
14049
 
- elif test -n "$PKG_CONFIG"; then
14050
 
-    if test -n "$PKG_CONFIG" && \
14051
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"tracker-client-0.8 >= \$TRACKER_REQUIRED\"") >&5
14052
 
+if test -n "$PKG_CONFIG"; then
14053
 
+    if test -n "$BRASERO_SEARCH_LIBS"; then
14054
 
+        pkg_cv_BRASERO_SEARCH_LIBS="$BRASERO_SEARCH_LIBS"
14055
 
+    else
14056
 
+        if test -n "$PKG_CONFIG" && \
14057
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tracker-client-0.8 >= \$TRACKER_REQUIRED\""; } >&5
14058
 
   ($PKG_CONFIG --exists --print-errors "tracker-client-0.8 >= $TRACKER_REQUIRED") 2>&5
14059
 
   ac_status=$?
14060
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14061
 
-  (exit $ac_status); }; then
14062
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14063
 
+  test $ac_status = 0; }; then
14064
 
   pkg_cv_BRASERO_SEARCH_LIBS=`$PKG_CONFIG --libs "tracker-client-0.8 >= $TRACKER_REQUIRED" 2>/dev/null`
14065
 
 else
14066
 
   pkg_failed=yes
14067
 
 fi
14068
 
- else
14069
 
-    pkg_failed=untried
14070
 
+    fi
14071
 
+else
14072
 
+       pkg_failed=untried
14073
 
 fi
14074
 
 
14075
 
 
14076
 
@@ -17732,25 +15173,14 @@ else
14077
 
         _pkg_short_errors_supported=no
14078
 
 fi
14079
 
         if test $_pkg_short_errors_supported = yes; then
14080
 
-               BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "tracker-client-0.8 >= $TRACKER_REQUIRED" 2>&1`
14081
 
+               BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "tracker-client-0.8 >= $TRACKER_REQUIRED"`
14082
 
         else
14083
 
-               BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --print-errors "tracker-client-0.8 >= $TRACKER_REQUIRED" 2>&1`
14084
 
+               BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "tracker-client-0.8 >= $TRACKER_REQUIRED"`
14085
 
         fi
14086
 
        # Put the nasty error message in config.log where it belongs
14087
 
        echo "$BRASERO_SEARCH_PKG_ERRORS" >&5
14088
 
 
14089
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (tracker-client-0.8 >= $TRACKER_REQUIRED) were not met:
14090
 
-
14091
 
-$BRASERO_SEARCH_PKG_ERRORS
14092
 
-
14093
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
14094
 
-installed software in a non-standard prefix.
14095
 
-
14096
 
-Alternatively, you may set the environment variables BRASERO_SEARCH_CFLAGS
14097
 
-and BRASERO_SEARCH_LIBS to avoid the need to call pkg-config.
14098
 
-See the pkg-config man page for more details.
14099
 
-" >&5
14100
 
-$as_echo "$as_me: error: Package requirements (tracker-client-0.8 >= $TRACKER_REQUIRED) were not met:
14101
 
+       as_fn_error "Package requirements (tracker-client-0.8 >= $TRACKER_REQUIRED) were not met:
14102
 
 
14103
 
 $BRASERO_SEARCH_PKG_ERRORS
14104
 
 
14105
 
@@ -17760,22 +15190,11 @@ installed software in a non-standard pre
14106
 
 Alternatively, you may set the environment variables BRASERO_SEARCH_CFLAGS
14107
 
 and BRASERO_SEARCH_LIBS to avoid the need to call pkg-config.
14108
 
 See the pkg-config man page for more details.
14109
 
-" >&2;}
14110
 
-   { (exit 1); exit 1; }; }
14111
 
+" "$LINENO" 5
14112
 
 elif test $pkg_failed = untried; then
14113
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14114
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14115
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14116
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
14117
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
14118
 
-path to pkg-config.
14119
 
-
14120
 
-Alternatively, you may set the environment variables BRASERO_SEARCH_CFLAGS
14121
 
-and BRASERO_SEARCH_LIBS to avoid the need to call pkg-config.
14122
 
-See the pkg-config man page for more details.
14123
 
-
14124
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14125
 
-See \`config.log' for more details." >&5
14126
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
14127
 
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
14128
 
 is in your PATH or set the PKG_CONFIG environment variable to the full
14129
 
 path to pkg-config.
14130
 
 
14131
 
@@ -17784,24 +15203,19 @@ and BRASERO_SEARCH_LIBS to avoid the nee
14132
 
 See the pkg-config man page for more details.
14133
 
 
14134
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14135
 
-See \`config.log' for more details." >&2;}
14136
 
-   { (exit 1); exit 1; }; }; }
14137
 
+See \`config.log' for more details." "$LINENO" 5; }
14138
 
 else
14139
 
        BRASERO_SEARCH_CFLAGS=$pkg_cv_BRASERO_SEARCH_CFLAGS
14140
 
        BRASERO_SEARCH_LIBS=$pkg_cv_BRASERO_SEARCH_LIBS
14141
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
14142
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14143
 
 $as_echo "yes" >&6; }
14144
 
        :
14145
 
 fi
14146
 
 
14147
 
-cat >>confdefs.h <<\_ACEOF
14148
 
-#define BUILD_SEARCH 1
14149
 
-_ACEOF
14150
 
+$as_echo "#define BUILD_SEARCH 1" >>confdefs.h
14151
 
 
14152
 
 
14153
 
-cat >>confdefs.h <<\_ACEOF
14154
 
-#define BUILD_TRACKER 1
14155
 
-_ACEOF
14156
 
+$as_echo "#define BUILD_TRACKER 1" >>confdefs.h
14157
 
 
14158
 
 
14159
 
 
14160
 
@@ -17811,40 +15225,44 @@ _ACEOF
14161
 
 elif test x"$enable_search" = "xbeagle"; then
14162
 
 
14163
 
 pkg_failed=no
14164
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_SEARCH" >&5
14165
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_SEARCH" >&5
14166
 
 $as_echo_n "checking for BRASERO_SEARCH... " >&6; }
14167
 
 
14168
 
-if test -n "$BRASERO_SEARCH_CFLAGS"; then
14169
 
-    pkg_cv_BRASERO_SEARCH_CFLAGS="$BRASERO_SEARCH_CFLAGS"
14170
 
- elif test -n "$PKG_CONFIG"; then
14171
 
-    if test -n "$PKG_CONFIG" && \
14172
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libbeagle-1.0 >= \$BEAGLE_REQUIRED\"") >&5
14173
 
+if test -n "$PKG_CONFIG"; then
14174
 
+    if test -n "$BRASERO_SEARCH_CFLAGS"; then
14175
 
+        pkg_cv_BRASERO_SEARCH_CFLAGS="$BRASERO_SEARCH_CFLAGS"
14176
 
+    else
14177
 
+        if test -n "$PKG_CONFIG" && \
14178
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libbeagle-1.0 >= \$BEAGLE_REQUIRED\""; } >&5
14179
 
   ($PKG_CONFIG --exists --print-errors "libbeagle-1.0 >= $BEAGLE_REQUIRED") 2>&5
14180
 
   ac_status=$?
14181
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14182
 
-  (exit $ac_status); }; then
14183
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14184
 
+  test $ac_status = 0; }; then
14185
 
   pkg_cv_BRASERO_SEARCH_CFLAGS=`$PKG_CONFIG --cflags "libbeagle-1.0 >= $BEAGLE_REQUIRED" 2>/dev/null`
14186
 
 else
14187
 
   pkg_failed=yes
14188
 
 fi
14189
 
- else
14190
 
-    pkg_failed=untried
14191
 
+    fi
14192
 
+else
14193
 
+       pkg_failed=untried
14194
 
 fi
14195
 
-if test -n "$BRASERO_SEARCH_LIBS"; then
14196
 
-    pkg_cv_BRASERO_SEARCH_LIBS="$BRASERO_SEARCH_LIBS"
14197
 
- elif test -n "$PKG_CONFIG"; then
14198
 
-    if test -n "$PKG_CONFIG" && \
14199
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libbeagle-1.0 >= \$BEAGLE_REQUIRED\"") >&5
14200
 
+if test -n "$PKG_CONFIG"; then
14201
 
+    if test -n "$BRASERO_SEARCH_LIBS"; then
14202
 
+        pkg_cv_BRASERO_SEARCH_LIBS="$BRASERO_SEARCH_LIBS"
14203
 
+    else
14204
 
+        if test -n "$PKG_CONFIG" && \
14205
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libbeagle-1.0 >= \$BEAGLE_REQUIRED\""; } >&5
14206
 
   ($PKG_CONFIG --exists --print-errors "libbeagle-1.0 >= $BEAGLE_REQUIRED") 2>&5
14207
 
   ac_status=$?
14208
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14209
 
-  (exit $ac_status); }; then
14210
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14211
 
+  test $ac_status = 0; }; then
14212
 
   pkg_cv_BRASERO_SEARCH_LIBS=`$PKG_CONFIG --libs "libbeagle-1.0 >= $BEAGLE_REQUIRED" 2>/dev/null`
14213
 
 else
14214
 
   pkg_failed=yes
14215
 
 fi
14216
 
- else
14217
 
-    pkg_failed=untried
14218
 
+    fi
14219
 
+else
14220
 
+       pkg_failed=untried
14221
 
 fi
14222
 
 
14223
 
 
14224
 
@@ -17857,25 +15275,14 @@ else
14225
 
         _pkg_short_errors_supported=no
14226
 
 fi
14227
 
         if test $_pkg_short_errors_supported = yes; then
14228
 
-               BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libbeagle-1.0 >= $BEAGLE_REQUIRED" 2>&1`
14229
 
+               BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libbeagle-1.0 >= $BEAGLE_REQUIRED"`
14230
 
         else
14231
 
-               BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --print-errors "libbeagle-1.0 >= $BEAGLE_REQUIRED" 2>&1`
14232
 
+               BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libbeagle-1.0 >= $BEAGLE_REQUIRED"`
14233
 
         fi
14234
 
        # Put the nasty error message in config.log where it belongs
14235
 
        echo "$BRASERO_SEARCH_PKG_ERRORS" >&5
14236
 
 
14237
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (libbeagle-1.0 >= $BEAGLE_REQUIRED) were not met:
14238
 
-
14239
 
-$BRASERO_SEARCH_PKG_ERRORS
14240
 
-
14241
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
14242
 
-installed software in a non-standard prefix.
14243
 
-
14244
 
-Alternatively, you may set the environment variables BRASERO_SEARCH_CFLAGS
14245
 
-and BRASERO_SEARCH_LIBS to avoid the need to call pkg-config.
14246
 
-See the pkg-config man page for more details.
14247
 
-" >&5
14248
 
-$as_echo "$as_me: error: Package requirements (libbeagle-1.0 >= $BEAGLE_REQUIRED) were not met:
14249
 
+       as_fn_error "Package requirements (libbeagle-1.0 >= $BEAGLE_REQUIRED) were not met:
14250
 
 
14251
 
 $BRASERO_SEARCH_PKG_ERRORS
14252
 
 
14253
 
@@ -17885,22 +15292,11 @@ installed software in a non-standard pre
14254
 
 Alternatively, you may set the environment variables BRASERO_SEARCH_CFLAGS
14255
 
 and BRASERO_SEARCH_LIBS to avoid the need to call pkg-config.
14256
 
 See the pkg-config man page for more details.
14257
 
-" >&2;}
14258
 
-   { (exit 1); exit 1; }; }
14259
 
+" "$LINENO" 5
14260
 
 elif test $pkg_failed = untried; then
14261
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14262
 
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14263
 
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14264
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
14265
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
14266
 
-path to pkg-config.
14267
 
-
14268
 
-Alternatively, you may set the environment variables BRASERO_SEARCH_CFLAGS
14269
 
-and BRASERO_SEARCH_LIBS to avoid the need to call pkg-config.
14270
 
-See the pkg-config man page for more details.
14271
 
-
14272
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14273
 
-See \`config.log' for more details." >&5
14274
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
14275
 
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
14276
 
 is in your PATH or set the PKG_CONFIG environment variable to the full
14277
 
 path to pkg-config.
14278
 
 
14279
 
@@ -17909,24 +15305,19 @@ and BRASERO_SEARCH_LIBS to avoid the nee
14280
 
 See the pkg-config man page for more details.
14281
 
 
14282
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14283
 
-See \`config.log' for more details." >&2;}
14284
 
-   { (exit 1); exit 1; }; }; }
14285
 
+See \`config.log' for more details." "$LINENO" 5; }
14286
 
 else
14287
 
        BRASERO_SEARCH_CFLAGS=$pkg_cv_BRASERO_SEARCH_CFLAGS
14288
 
        BRASERO_SEARCH_LIBS=$pkg_cv_BRASERO_SEARCH_LIBS
14289
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
14290
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14291
 
 $as_echo "yes" >&6; }
14292
 
        :
14293
 
 fi
14294
 
 
14295
 
-cat >>confdefs.h <<\_ACEOF
14296
 
-#define BUILD_SEARCH 1
14297
 
-_ACEOF
14298
 
+$as_echo "#define BUILD_SEARCH 1" >>confdefs.h
14299
 
 
14300
 
 
14301
 
-cat >>confdefs.h <<\_ACEOF
14302
 
-#define BUILD_BEAGLE 1
14303
 
-_ACEOF
14304
 
+$as_echo "#define BUILD_BEAGLE 1" >>confdefs.h
14305
 
 
14306
 
 
14307
 
 
14308
 
@@ -17936,40 +15327,44 @@ _ACEOF
14309
 
 elif test x"$enable_search" = "xyes"; then
14310
 
 
14311
 
 pkg_failed=no
14312
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_SEARCH" >&5
14313
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_SEARCH" >&5
14314
 
 $as_echo_n "checking for BRASERO_SEARCH... " >&6; }
14315
 
 
14316
 
-if test -n "$BRASERO_SEARCH_CFLAGS"; then
14317
 
-    pkg_cv_BRASERO_SEARCH_CFLAGS="$BRASERO_SEARCH_CFLAGS"
14318
 
- elif test -n "$PKG_CONFIG"; then
14319
 
-    if test -n "$PKG_CONFIG" && \
14320
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"tracker-client-0.8 >= \$TRACKER_REQUIRED\"") >&5
14321
 
+if test -n "$PKG_CONFIG"; then
14322
 
+    if test -n "$BRASERO_SEARCH_CFLAGS"; then
14323
 
+        pkg_cv_BRASERO_SEARCH_CFLAGS="$BRASERO_SEARCH_CFLAGS"
14324
 
+    else
14325
 
+        if test -n "$PKG_CONFIG" && \
14326
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tracker-client-0.8 >= \$TRACKER_REQUIRED\""; } >&5
14327
 
   ($PKG_CONFIG --exists --print-errors "tracker-client-0.8 >= $TRACKER_REQUIRED") 2>&5
14328
 
   ac_status=$?
14329
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14330
 
-  (exit $ac_status); }; then
14331
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14332
 
+  test $ac_status = 0; }; then
14333
 
   pkg_cv_BRASERO_SEARCH_CFLAGS=`$PKG_CONFIG --cflags "tracker-client-0.8 >= $TRACKER_REQUIRED" 2>/dev/null`
14334
 
 else
14335
 
   pkg_failed=yes
14336
 
 fi
14337
 
- else
14338
 
-    pkg_failed=untried
14339
 
+    fi
14340
 
+else
14341
 
+       pkg_failed=untried
14342
 
 fi
14343
 
-if test -n "$BRASERO_SEARCH_LIBS"; then
14344
 
-    pkg_cv_BRASERO_SEARCH_LIBS="$BRASERO_SEARCH_LIBS"
14345
 
- elif test -n "$PKG_CONFIG"; then
14346
 
-    if test -n "$PKG_CONFIG" && \
14347
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"tracker-client-0.8 >= \$TRACKER_REQUIRED\"") >&5
14348
 
+if test -n "$PKG_CONFIG"; then
14349
 
+    if test -n "$BRASERO_SEARCH_LIBS"; then
14350
 
+        pkg_cv_BRASERO_SEARCH_LIBS="$BRASERO_SEARCH_LIBS"
14351
 
+    else
14352
 
+        if test -n "$PKG_CONFIG" && \
14353
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tracker-client-0.8 >= \$TRACKER_REQUIRED\""; } >&5
14354
 
   ($PKG_CONFIG --exists --print-errors "tracker-client-0.8 >= $TRACKER_REQUIRED") 2>&5
14355
 
   ac_status=$?
14356
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14357
 
-  (exit $ac_status); }; then
14358
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14359
 
+  test $ac_status = 0; }; then
14360
 
   pkg_cv_BRASERO_SEARCH_LIBS=`$PKG_CONFIG --libs "tracker-client-0.8 >= $TRACKER_REQUIRED" 2>/dev/null`
14361
 
 else
14362
 
   pkg_failed=yes
14363
 
 fi
14364
 
- else
14365
 
-    pkg_failed=untried
14366
 
+    fi
14367
 
+else
14368
 
+       pkg_failed=untried
14369
 
 fi
14370
 
 
14371
 
 
14372
 
@@ -17982,14 +15377,14 @@ else
14373
 
         _pkg_short_errors_supported=no
14374
 
 fi
14375
 
         if test $_pkg_short_errors_supported = yes; then
14376
 
-               BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "tracker-client-0.8 >= $TRACKER_REQUIRED" 2>&1`
14377
 
+               BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "tracker-client-0.8 >= $TRACKER_REQUIRED"`
14378
 
         else
14379
 
-               BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --print-errors "tracker-client-0.8 >= $TRACKER_REQUIRED" 2>&1`
14380
 
+               BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "tracker-client-0.8 >= $TRACKER_REQUIRED"`
14381
 
         fi
14382
 
        # Put the nasty error message in config.log where it belongs
14383
 
        echo "$BRASERO_SEARCH_PKG_ERRORS" >&5
14384
 
 
14385
 
-       { $as_echo "$as_me:$LINENO: result: no" >&5
14386
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14387
 
 $as_echo "no" >&6; }
14388
 
                 build_search=no
14389
 
 elif test $pkg_failed = untried; then
14390
 
@@ -17997,20 +15392,16 @@ elif test $pkg_failed = untried; then
14391
 
 else
14392
 
        BRASERO_SEARCH_CFLAGS=$pkg_cv_BRASERO_SEARCH_CFLAGS
14393
 
        BRASERO_SEARCH_LIBS=$pkg_cv_BRASERO_SEARCH_LIBS
14394
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
14395
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14396
 
 $as_echo "yes" >&6; }
14397
 
        build_search=yes
14398
 
 fi
14399
 
        if test x"$build_search" = "xyes"; then
14400
 
 
14401
 
-cat >>confdefs.h <<\_ACEOF
14402
 
-#define BUILD_SEARCH 1
14403
 
-_ACEOF
14404
 
+$as_echo "#define BUILD_SEARCH 1" >>confdefs.h
14405
 
 
14406
 
 
14407
 
-cat >>confdefs.h <<\_ACEOF
14408
 
-#define BUILD_TRACKER 1
14409
 
-_ACEOF
14410
 
+$as_echo "#define BUILD_TRACKER 1" >>confdefs.h
14411
 
 
14412
 
 
14413
 
 
14414
 
@@ -18021,40 +15412,44 @@ _ACEOF
14415
 
        else
14416
 
 
14417
 
 pkg_failed=no
14418
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_SEARCH" >&5
14419
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_SEARCH" >&5
14420
 
 $as_echo_n "checking for BRASERO_SEARCH... " >&6; }
14421
 
 
14422
 
-if test -n "$BRASERO_SEARCH_CFLAGS"; then
14423
 
-    pkg_cv_BRASERO_SEARCH_CFLAGS="$BRASERO_SEARCH_CFLAGS"
14424
 
- elif test -n "$PKG_CONFIG"; then
14425
 
-    if test -n "$PKG_CONFIG" && \
14426
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libbeagle-1.0 >= \$BEAGLE_REQUIRED\"") >&5
14427
 
+if test -n "$PKG_CONFIG"; then
14428
 
+    if test -n "$BRASERO_SEARCH_CFLAGS"; then
14429
 
+        pkg_cv_BRASERO_SEARCH_CFLAGS="$BRASERO_SEARCH_CFLAGS"
14430
 
+    else
14431
 
+        if test -n "$PKG_CONFIG" && \
14432
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libbeagle-1.0 >= \$BEAGLE_REQUIRED\""; } >&5
14433
 
   ($PKG_CONFIG --exists --print-errors "libbeagle-1.0 >= $BEAGLE_REQUIRED") 2>&5
14434
 
   ac_status=$?
14435
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14436
 
-  (exit $ac_status); }; then
14437
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14438
 
+  test $ac_status = 0; }; then
14439
 
   pkg_cv_BRASERO_SEARCH_CFLAGS=`$PKG_CONFIG --cflags "libbeagle-1.0 >= $BEAGLE_REQUIRED" 2>/dev/null`
14440
 
 else
14441
 
   pkg_failed=yes
14442
 
 fi
14443
 
- else
14444
 
-    pkg_failed=untried
14445
 
+    fi
14446
 
+else
14447
 
+       pkg_failed=untried
14448
 
 fi
14449
 
-if test -n "$BRASERO_SEARCH_LIBS"; then
14450
 
-    pkg_cv_BRASERO_SEARCH_LIBS="$BRASERO_SEARCH_LIBS"
14451
 
- elif test -n "$PKG_CONFIG"; then
14452
 
-    if test -n "$PKG_CONFIG" && \
14453
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libbeagle-1.0 >= \$BEAGLE_REQUIRED\"") >&5
14454
 
+if test -n "$PKG_CONFIG"; then
14455
 
+    if test -n "$BRASERO_SEARCH_LIBS"; then
14456
 
+        pkg_cv_BRASERO_SEARCH_LIBS="$BRASERO_SEARCH_LIBS"
14457
 
+    else
14458
 
+        if test -n "$PKG_CONFIG" && \
14459
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libbeagle-1.0 >= \$BEAGLE_REQUIRED\""; } >&5
14460
 
   ($PKG_CONFIG --exists --print-errors "libbeagle-1.0 >= $BEAGLE_REQUIRED") 2>&5
14461
 
   ac_status=$?
14462
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14463
 
-  (exit $ac_status); }; then
14464
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14465
 
+  test $ac_status = 0; }; then
14466
 
   pkg_cv_BRASERO_SEARCH_LIBS=`$PKG_CONFIG --libs "libbeagle-1.0 >= $BEAGLE_REQUIRED" 2>/dev/null`
14467
 
 else
14468
 
   pkg_failed=yes
14469
 
 fi
14470
 
- else
14471
 
-    pkg_failed=untried
14472
 
+    fi
14473
 
+else
14474
 
+       pkg_failed=untried
14475
 
 fi
14476
 
 
14477
 
 
14478
 
@@ -18067,14 +15462,14 @@ else
14479
 
         _pkg_short_errors_supported=no
14480
 
 fi
14481
 
         if test $_pkg_short_errors_supported = yes; then
14482
 
-               BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libbeagle-1.0 >= $BEAGLE_REQUIRED" 2>&1`
14483
 
+               BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libbeagle-1.0 >= $BEAGLE_REQUIRED"`
14484
 
         else
14485
 
-               BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --print-errors "libbeagle-1.0 >= $BEAGLE_REQUIRED" 2>&1`
14486
 
+               BRASERO_SEARCH_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libbeagle-1.0 >= $BEAGLE_REQUIRED"`
14487
 
         fi
14488
 
        # Put the nasty error message in config.log where it belongs
14489
 
        echo "$BRASERO_SEARCH_PKG_ERRORS" >&5
14490
 
 
14491
 
-       { $as_echo "$as_me:$LINENO: result: no" >&5
14492
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14493
 
 $as_echo "no" >&6; }
14494
 
                 build_search=no
14495
 
 elif test $pkg_failed = untried; then
14496
 
@@ -18082,20 +15477,16 @@ elif test $pkg_failed = untried; then
14497
 
 else
14498
 
        BRASERO_SEARCH_CFLAGS=$pkg_cv_BRASERO_SEARCH_CFLAGS
14499
 
        BRASERO_SEARCH_LIBS=$pkg_cv_BRASERO_SEARCH_LIBS
14500
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
14501
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14502
 
 $as_echo "yes" >&6; }
14503
 
        build_search=yes
14504
 
 fi
14505
 
                if test x"$build_search" = "xyes"; then
14506
 
 
14507
 
-cat >>confdefs.h <<\_ACEOF
14508
 
-#define BUILD_SEARCH 1
14509
 
-_ACEOF
14510
 
+$as_echo "#define BUILD_SEARCH 1" >>confdefs.h
14511
 
 
14512
 
 
14513
 
-cat >>confdefs.h <<\_ACEOF
14514
 
-#define BUILD_BEAGLE 1
14515
 
-_ACEOF
14516
 
+$as_echo "#define BUILD_BEAGLE 1" >>confdefs.h
14517
 
 
14518
 
 
14519
 
 
14520
 
@@ -18137,7 +15528,7 @@ fi
14521
 
 TOTEM_REQUIRED=2.29.1
14522
 
 
14523
 
 # Check whether --enable-playlist was given.
14524
 
-if test "${enable_playlist+set}" = set; then
14525
 
+if test "${enable_playlist+set}" = set; then :
14526
 
   enableval=$enable_playlist; enable_playlist=$enableval
14527
 
 else
14528
 
   enable_playlist="yes"
14529
 
@@ -18147,40 +15538,44 @@ fi
14530
 
 if test x"$enable_playlist" = "xyes"; then
14531
 
 
14532
 
 pkg_failed=no
14533
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_PL_PARSER" >&5
14534
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_PL_PARSER" >&5
14535
 
 $as_echo_n "checking for BRASERO_PL_PARSER... " >&6; }
14536
 
 
14537
 
-if test -n "$BRASERO_PL_PARSER_CFLAGS"; then
14538
 
-    pkg_cv_BRASERO_PL_PARSER_CFLAGS="$BRASERO_PL_PARSER_CFLAGS"
14539
 
- elif test -n "$PKG_CONFIG"; then
14540
 
-    if test -n "$PKG_CONFIG" && \
14541
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"totem-plparser >= \$TOTEM_REQUIRED\"") >&5
14542
 
+if test -n "$PKG_CONFIG"; then
14543
 
+    if test -n "$BRASERO_PL_PARSER_CFLAGS"; then
14544
 
+        pkg_cv_BRASERO_PL_PARSER_CFLAGS="$BRASERO_PL_PARSER_CFLAGS"
14545
 
+    else
14546
 
+        if test -n "$PKG_CONFIG" && \
14547
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"totem-plparser >= \$TOTEM_REQUIRED\""; } >&5
14548
 
   ($PKG_CONFIG --exists --print-errors "totem-plparser >= $TOTEM_REQUIRED") 2>&5
14549
 
   ac_status=$?
14550
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14551
 
-  (exit $ac_status); }; then
14552
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14553
 
+  test $ac_status = 0; }; then
14554
 
   pkg_cv_BRASERO_PL_PARSER_CFLAGS=`$PKG_CONFIG --cflags "totem-plparser >= $TOTEM_REQUIRED" 2>/dev/null`
14555
 
 else
14556
 
   pkg_failed=yes
14557
 
 fi
14558
 
- else
14559
 
-    pkg_failed=untried
14560
 
+    fi
14561
 
+else
14562
 
+       pkg_failed=untried
14563
 
 fi
14564
 
-if test -n "$BRASERO_PL_PARSER_LIBS"; then
14565
 
-    pkg_cv_BRASERO_PL_PARSER_LIBS="$BRASERO_PL_PARSER_LIBS"
14566
 
- elif test -n "$PKG_CONFIG"; then
14567
 
-    if test -n "$PKG_CONFIG" && \
14568
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"totem-plparser >= \$TOTEM_REQUIRED\"") >&5
14569
 
+if test -n "$PKG_CONFIG"; then
14570
 
+    if test -n "$BRASERO_PL_PARSER_LIBS"; then
14571
 
+        pkg_cv_BRASERO_PL_PARSER_LIBS="$BRASERO_PL_PARSER_LIBS"
14572
 
+    else
14573
 
+        if test -n "$PKG_CONFIG" && \
14574
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"totem-plparser >= \$TOTEM_REQUIRED\""; } >&5
14575
 
   ($PKG_CONFIG --exists --print-errors "totem-plparser >= $TOTEM_REQUIRED") 2>&5
14576
 
   ac_status=$?
14577
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14578
 
-  (exit $ac_status); }; then
14579
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14580
 
+  test $ac_status = 0; }; then
14581
 
   pkg_cv_BRASERO_PL_PARSER_LIBS=`$PKG_CONFIG --libs "totem-plparser >= $TOTEM_REQUIRED" 2>/dev/null`
14582
 
 else
14583
 
   pkg_failed=yes
14584
 
 fi
14585
 
- else
14586
 
-    pkg_failed=untried
14587
 
+    fi
14588
 
+else
14589
 
+       pkg_failed=untried
14590
 
 fi
14591
 
 
14592
 
 
14593
 
@@ -18193,14 +15588,14 @@ else
14594
 
         _pkg_short_errors_supported=no
14595
 
 fi
14596
 
         if test $_pkg_short_errors_supported = yes; then
14597
 
-               BRASERO_PL_PARSER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "totem-plparser >= $TOTEM_REQUIRED" 2>&1`
14598
 
+               BRASERO_PL_PARSER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "totem-plparser >= $TOTEM_REQUIRED"`
14599
 
         else
14600
 
-               BRASERO_PL_PARSER_PKG_ERRORS=`$PKG_CONFIG --print-errors "totem-plparser >= $TOTEM_REQUIRED" 2>&1`
14601
 
+               BRASERO_PL_PARSER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "totem-plparser >= $TOTEM_REQUIRED"`
14602
 
         fi
14603
 
        # Put the nasty error message in config.log where it belongs
14604
 
        echo "$BRASERO_PL_PARSER_PKG_ERRORS" >&5
14605
 
 
14606
 
-       { $as_echo "$as_me:$LINENO: result: no" >&5
14607
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14608
 
 $as_echo "no" >&6; }
14609
 
                 build_totem=no
14610
 
 elif test $pkg_failed = untried; then
14611
 
@@ -18208,7 +15603,7 @@ elif test $pkg_failed = untried; then
14612
 
 else
14613
 
        BRASERO_PL_PARSER_CFLAGS=$pkg_cv_BRASERO_PL_PARSER_CFLAGS
14614
 
        BRASERO_PL_PARSER_LIBS=$pkg_cv_BRASERO_PL_PARSER_LIBS
14615
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
14616
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14617
 
 $as_echo "yes" >&6; }
14618
 
        build_totem=yes
14619
 
 fi
14620
 
@@ -18218,9 +15613,7 @@ fi
14621
 
 
14622
 
 if test x"$build_totem" = "xyes"; then
14623
 
 
14624
 
-cat >>confdefs.h <<\_ACEOF
14625
 
-#define BUILD_PLAYLIST 1
14626
 
-_ACEOF
14627
 
+$as_echo "#define BUILD_PLAYLIST 1" >>confdefs.h
14628
 
 
14629
 
 fi
14630
 
 
14631
 
@@ -18238,7 +15631,7 @@ fi
14632
 
 
14633
 
 GSTREAMER_MODULE_REQUIRED=0.10.0
14634
 
 # Check whether --enable-preview was given.
14635
 
-if test "${enable_preview+set}" = set; then
14636
 
+if test "${enable_preview+set}" = set; then :
14637
 
   enableval=$enable_preview; enable_preview=$enableval
14638
 
 else
14639
 
   enable_preview="yes"
14640
 
@@ -18248,40 +15641,44 @@ fi
14641
 
 if test x"$enable_preview" = "xyes"; then
14642
 
 
14643
 
 pkg_failed=no
14644
 
-{ $as_echo "$as_me:$LINENO: checking for BRASERO_GSTREAMER_BASE" >&5
14645
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BRASERO_GSTREAMER_BASE" >&5
14646
 
 $as_echo_n "checking for BRASERO_GSTREAMER_BASE... " >&6; }
14647
 
 
14648
 
-if test -n "$BRASERO_GSTREAMER_BASE_CFLAGS"; then
14649
 
-    pkg_cv_BRASERO_GSTREAMER_BASE_CFLAGS="$BRASERO_GSTREAMER_BASE_CFLAGS"
14650
 
- elif test -n "$PKG_CONFIG"; then
14651
 
-    if test -n "$PKG_CONFIG" && \
14652
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-plugins-base-0.10 >= \$GSTREAMER_MODULE_REQUIRED\"") >&5
14653
 
+if test -n "$PKG_CONFIG"; then
14654
 
+    if test -n "$BRASERO_GSTREAMER_BASE_CFLAGS"; then
14655
 
+        pkg_cv_BRASERO_GSTREAMER_BASE_CFLAGS="$BRASERO_GSTREAMER_BASE_CFLAGS"
14656
 
+    else
14657
 
+        if test -n "$PKG_CONFIG" && \
14658
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-plugins-base-0.10 >= \$GSTREAMER_MODULE_REQUIRED\""; } >&5
14659
 
   ($PKG_CONFIG --exists --print-errors "gstreamer-plugins-base-0.10 >= $GSTREAMER_MODULE_REQUIRED") 2>&5
14660
 
   ac_status=$?
14661
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14662
 
-  (exit $ac_status); }; then
14663
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14664
 
+  test $ac_status = 0; }; then
14665
 
   pkg_cv_BRASERO_GSTREAMER_BASE_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-plugins-base-0.10 >= $GSTREAMER_MODULE_REQUIRED" 2>/dev/null`
14666
 
 else
14667
 
   pkg_failed=yes
14668
 
 fi
14669
 
- else
14670
 
-    pkg_failed=untried
14671
 
+    fi
14672
 
+else
14673
 
+       pkg_failed=untried
14674
 
 fi
14675
 
-if test -n "$BRASERO_GSTREAMER_BASE_LIBS"; then
14676
 
-    pkg_cv_BRASERO_GSTREAMER_BASE_LIBS="$BRASERO_GSTREAMER_BASE_LIBS"
14677
 
- elif test -n "$PKG_CONFIG"; then
14678
 
-    if test -n "$PKG_CONFIG" && \
14679
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-plugins-base-0.10 >= \$GSTREAMER_MODULE_REQUIRED\"") >&5
14680
 
+if test -n "$PKG_CONFIG"; then
14681
 
+    if test -n "$BRASERO_GSTREAMER_BASE_LIBS"; then
14682
 
+        pkg_cv_BRASERO_GSTREAMER_BASE_LIBS="$BRASERO_GSTREAMER_BASE_LIBS"
14683
 
+    else
14684
 
+        if test -n "$PKG_CONFIG" && \
14685
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-plugins-base-0.10 >= \$GSTREAMER_MODULE_REQUIRED\""; } >&5
14686
 
   ($PKG_CONFIG --exists --print-errors "gstreamer-plugins-base-0.10 >= $GSTREAMER_MODULE_REQUIRED") 2>&5
14687
 
   ac_status=$?
14688
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14689
 
-  (exit $ac_status); }; then
14690
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14691
 
+  test $ac_status = 0; }; then
14692
 
   pkg_cv_BRASERO_GSTREAMER_BASE_LIBS=`$PKG_CONFIG --libs "gstreamer-plugins-base-0.10 >= $GSTREAMER_MODULE_REQUIRED" 2>/dev/null`
14693
 
 else
14694
 
   pkg_failed=yes
14695
 
 fi
14696
 
- else
14697
 
-    pkg_failed=untried
14698
 
+    fi
14699
 
+else
14700
 
+       pkg_failed=untried
14701
 
 fi
14702
 
 
14703
 
 
14704
 
@@ -18294,14 +15691,14 @@ else
14705
 
         _pkg_short_errors_supported=no
14706
 
 fi
14707
 
         if test $_pkg_short_errors_supported = yes; then
14708
 
-               BRASERO_GSTREAMER_BASE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gstreamer-plugins-base-0.10 >= $GSTREAMER_MODULE_REQUIRED" 2>&1`
14709
 
+               BRASERO_GSTREAMER_BASE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-plugins-base-0.10 >= $GSTREAMER_MODULE_REQUIRED"`
14710
 
         else
14711
 
-               BRASERO_GSTREAMER_BASE_PKG_ERRORS=`$PKG_CONFIG --print-errors "gstreamer-plugins-base-0.10 >= $GSTREAMER_MODULE_REQUIRED" 2>&1`
14712
 
+               BRASERO_GSTREAMER_BASE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-plugins-base-0.10 >= $GSTREAMER_MODULE_REQUIRED"`
14713
 
         fi
14714
 
        # Put the nasty error message in config.log where it belongs
14715
 
        echo "$BRASERO_GSTREAMER_BASE_PKG_ERRORS" >&5
14716
 
 
14717
 
-       { $as_echo "$as_me:$LINENO: result: no" >&5
14718
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14719
 
 $as_echo "no" >&6; }
14720
 
                 build_preview=no
14721
 
 elif test $pkg_failed = untried; then
14722
 
@@ -18309,7 +15706,7 @@ elif test $pkg_failed = untried; then
14723
 
 else
14724
 
        BRASERO_GSTREAMER_BASE_CFLAGS=$pkg_cv_BRASERO_GSTREAMER_BASE_CFLAGS
14725
 
        BRASERO_GSTREAMER_BASE_LIBS=$pkg_cv_BRASERO_GSTREAMER_BASE_LIBS
14726
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
14727
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14728
 
 $as_echo "yes" >&6; }
14729
 
        build_preview=yes
14730
 
 fi
14731
 
@@ -18319,9 +15716,7 @@ fi
14732
 
 
14733
 
 if test x"$build_preview" = "xyes"; then
14734
 
 
14735
 
-cat >>confdefs.h <<\_ACEOF
14736
 
-#define BUILD_PREVIEW 1
14737
 
-_ACEOF
14738
 
+$as_echo "#define BUILD_PREVIEW 1" >>confdefs.h
14739
 
 
14740
 
 fi
14741
 
 
14742
 
@@ -18338,7 +15733,7 @@ fi
14743
 
 
14744
 
 
14745
 
 # Check whether --enable-inotify was given.
14746
 
-if test "${enable_inotify+set}" = set; then
14747
 
+if test "${enable_inotify+set}" = set; then :
14748
 
   enableval=$enable_inotify; enable_inotify=$enableval
14749
 
 else
14750
 
   enable_inotify="yes"
14751
 
@@ -18347,9 +15742,7 @@ fi
14752
 
 
14753
 
 if test x"$enable_inotify" = "xyes"; then
14754
 
 
14755
 
-cat >>confdefs.h <<\_ACEOF
14756
 
-#define BUILD_INOTIFY 1
14757
 
-_ACEOF
14758
 
+$as_echo "#define BUILD_INOTIFY 1" >>confdefs.h
14759
 
 
14760
 
 fi
14761
 
  if test x"$enable_inotify" = "xyes"; then
14762
 
@@ -18365,7 +15758,7 @@ fi
14763
 
 GOBJECT_INTROSPECTION_REQUIRED=0.6.3
14764
 
 
14765
 
 # Check whether --enable-introspection was given.
14766
 
-if test "${enable_introspection+set}" = set; then
14767
 
+if test "${enable_introspection+set}" = set; then :
14768
 
   enableval=$enable_introspection; enable_introspection=$enableval
14769
 
 else
14770
 
   enable_introspection="auto"
14771
 
@@ -18374,7 +15767,7 @@ fi
14772
 
 
14773
 
 
14774
 
 # Check whether --with-girdir was given.
14775
 
-if test "${with_girdir+set}" = set; then
14776
 
+if test "${with_girdir+set}" = set; then :
14777
 
   withval=$with_girdir; ac_with_girdir=$withval
14778
 
 else
14779
 
   ac_with_girdir=""
14780
 
@@ -18383,62 +15776,59 @@ fi
14781
 
 
14782
 
 
14783
 
 # Check whether --with-typelibdir was given.
14784
 
-if test "${with_typelibdir+set}" = set; then
14785
 
+if test "${with_typelibdir+set}" = set; then :
14786
 
   withval=$with_typelibdir; ac_with_typelibdir=$withval
14787
 
 else
14788
 
   ac_with_typelibdir=""
14789
 
 fi
14790
 
 
14791
 
 
14792
 
-{ $as_echo "$as_me:$LINENO: checking for gobject-introspection" >&5
14793
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gobject-introspection" >&5
14794
 
 $as_echo_n "checking for gobject-introspection... " >&6; }
14795
 
 
14796
 
-case $enable_introspection in
14797
 
-  no)         found_introspection="no (disabled, use --enable-introspection to enable)"
14798
 
-     ;;
14799
 
-      yes)         if test -n "$PKG_CONFIG" && \
14800
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0\"") >&5
14801
 
+case $enable_introspection in #(
14802
 
+  no) :
14803
 
+            found_introspection="no (disabled, use --enable-introspection to enable)"
14804
 
+     ;; #(
14805
 
+      yes) :
14806
 
+            if test -n "$PKG_CONFIG" && \
14807
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0\""; } >&5
14808
 
   ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0") 2>&5
14809
 
   ac_status=$?
14810
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14811
 
-  (exit $ac_status); }; then
14812
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14813
 
+  test $ac_status = 0; }; then
14814
 
   :
14815
 
 else
14816
 
-  { { $as_echo "$as_me:$LINENO: error: gobject-introspection-1.0 is not installed" >&5
14817
 
-$as_echo "$as_me: error: gobject-introspection-1.0 is not installed" >&2;}
14818
 
-   { (exit 1); exit 1; }; }
14819
 
+  as_fn_error "gobject-introspection-1.0 is not installed" "$LINENO" 5
14820
 
 fi
14821
 
         if test -n "$PKG_CONFIG" && \
14822
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= \$GOBJECT_INTROSPECTION_REQUIRED\"") >&5
14823
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= \$GOBJECT_INTROSPECTION_REQUIRED\""; } >&5
14824
 
   ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= $GOBJECT_INTROSPECTION_REQUIRED") 2>&5
14825
 
   ac_status=$?
14826
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14827
 
-  (exit $ac_status); }; then
14828
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14829
 
+  test $ac_status = 0; }; then
14830
 
   found_introspection=yes
14831
 
 else
14832
 
-  { { $as_echo "$as_me:$LINENO: error: You need to have gobject-introspection >= $1 installed to build brasero" >&5
14833
 
-$as_echo "$as_me: error: You need to have gobject-introspection >= $1 installed to build brasero" >&2;}
14834
 
-   { (exit 1); exit 1; }; }
14835
 
+  as_fn_error "You need to have gobject-introspection >= $1 installed to build brasero" "$LINENO" 5
14836
 
 fi
14837
 
-     ;;
14838
 
-      auto)         if test -n "$PKG_CONFIG" && \
14839
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= \$GOBJECT_INTROSPECTION_REQUIRED\"") >&5
14840
 
+     ;; #(
14841
 
+      auto) :
14842
 
+            if test -n "$PKG_CONFIG" && \
14843
 
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= \$GOBJECT_INTROSPECTION_REQUIRED\""; } >&5
14844
 
   ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= $GOBJECT_INTROSPECTION_REQUIRED") 2>&5
14845
 
   ac_status=$?
14846
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14847
 
-  (exit $ac_status); }; then
14848
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14849
 
+  test $ac_status = 0; }; then
14850
 
   found_introspection=yes
14851
 
 else
14852
 
   found_introspection=no
14853
 
 fi
14854
 
-     ;;
14855
 
-  *)             { { $as_echo "$as_me:$LINENO: error: invalid argument passed to --enable-introspection, should be one of [no/auto/yes]" >&5
14856
 
-$as_echo "$as_me: error: invalid argument passed to --enable-introspection, should be one of [no/auto/yes]" >&2;}
14857
 
-   { (exit 1); exit 1; }; }
14858
 
+     ;; #(
14859
 
+  *) :
14860
 
+                as_fn_error "invalid argument passed to --enable-introspection, should be one of [no/auto/yes]" "$LINENO" 5
14861
 
  ;;
14862
 
 esac
14863
 
-
14864
 
-{ $as_echo "$as_me:$LINENO: result: $found_introspection" >&5
14865
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $found_introspection" >&5
14866
 
 $as_echo "$found_introspection" >&6; }
14867
 
 
14868
 
 INTROSPECTION_SCANNER=
14869
 
@@ -18455,14 +15845,14 @@ if test "x$found_introspection" = "xyes"
14870
 
                ac_with_girdir=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
14871
 
        fi
14872
 
        INTROSPECTION_GIRDIR=${ac_with_girdir}
14873
 
-       { $as_echo "$as_me:$LINENO: installing .gir files in ${INTROSPECTION_GIRDIR}" >&5
14874
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: installing .gir files in ${INTROSPECTION_GIRDIR}" >&5
14875
 
 $as_echo "$as_me: installing .gir files in ${INTROSPECTION_GIRDIR}" >&6;}
14876
 
 
14877
 
        if test "${ac_with_typelibdir}" = ""; then
14878
 
                ac_with_typelibdir="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
14879
 
        fi
14880
 
        INTROSPECTION_TYPELIBDIR=${ac_with_typelibdir}
14881
 
-       { $as_echo "$as_me:$LINENO: installing .typelib files in ${INTROSPECTION_TYPELIBDIR}" >&5
14882
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: installing .typelib files in ${INTROSPECTION_TYPELIBDIR}" >&5
14883
 
 $as_echo "$as_me: installing .typelib files in ${INTROSPECTION_TYPELIBDIR}" >&6;}
14884
 
 fi
14885
 
 
14886
 
@@ -18481,7 +15871,7 @@ fi
14887
 
 
14888
 
 
14889
 
 # Check whether --enable-caches was given.
14890
 
-if test "${enable_caches+set}" = set; then
14891
 
+if test "${enable_caches+set}" = set; then :
14892
 
   enableval=$enable_caches; enable_caches=$enableval
14893
 
 else
14894
 
   enable_caches="yes"
14895
 
@@ -18506,146 +15896,12 @@ _ACEOF
14896
 
 
14897
 
 
14898
 
 
14899
 
-
14900
 
-for ac_header in locale.h
14901
 
-do
14902
 
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14903
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14904
 
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14905
 
-$as_echo_n "checking for $ac_header... " >&6; }
14906
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14907
 
-  $as_echo_n "(cached) " >&6
14908
 
-fi
14909
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
14910
 
-                $as_echo "$as_val"'`
14911
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14912
 
-$as_echo "$ac_res" >&6; }
14913
 
-else
14914
 
-  # Is the header compilable?
14915
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
14916
 
-$as_echo_n "checking $ac_header usability... " >&6; }
14917
 
-cat >conftest.$ac_ext <<_ACEOF
14918
 
-/* confdefs.h.  */
14919
 
-_ACEOF
14920
 
-cat confdefs.h >>conftest.$ac_ext
14921
 
-cat >>conftest.$ac_ext <<_ACEOF
14922
 
-/* end confdefs.h.  */
14923
 
-$ac_includes_default
14924
 
-#include <$ac_header>
14925
 
-_ACEOF
14926
 
-rm -f conftest.$ac_objext
14927
 
-if { (ac_try="$ac_compile"
14928
 
-case "(($ac_try" in
14929
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14930
 
-  *) ac_try_echo=$ac_try;;
14931
 
-esac
14932
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14933
 
-$as_echo "$ac_try_echo") >&5
14934
 
-  (eval "$ac_compile") 2>conftest.er1
14935
 
-  ac_status=$?
14936
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14937
 
-  rm -f conftest.er1
14938
 
-  cat conftest.err >&5
14939
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14940
 
-  (exit $ac_status); } && {
14941
 
-        test -z "$ac_c_werror_flag" ||
14942
 
-        test ! -s conftest.err
14943
 
-       } && test -s conftest.$ac_objext; then
14944
 
-  ac_header_compiler=yes
14945
 
-else
14946
 
-  $as_echo "$as_me: failed program was:" >&5
14947
 
-sed 's/^/| /' conftest.$ac_ext >&5
14948
 
-
14949
 
-       ac_header_compiler=no
14950
 
-fi
14951
 
-
14952
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14953
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14954
 
-$as_echo "$ac_header_compiler" >&6; }
14955
 
-
14956
 
-# Is the header present?
14957
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
14958
 
-$as_echo_n "checking $ac_header presence... " >&6; }
14959
 
-cat >conftest.$ac_ext <<_ACEOF
14960
 
-/* confdefs.h.  */
14961
 
-_ACEOF
14962
 
-cat confdefs.h >>conftest.$ac_ext
14963
 
-cat >>conftest.$ac_ext <<_ACEOF
14964
 
-/* end confdefs.h.  */
14965
 
-#include <$ac_header>
14966
 
-_ACEOF
14967
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
14968
 
-case "(($ac_try" in
14969
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14970
 
-  *) ac_try_echo=$ac_try;;
14971
 
-esac
14972
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14973
 
-$as_echo "$ac_try_echo") >&5
14974
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14975
 
-  ac_status=$?
14976
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14977
 
-  rm -f conftest.er1
14978
 
-  cat conftest.err >&5
14979
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14980
 
-  (exit $ac_status); } >/dev/null && {
14981
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14982
 
-        test ! -s conftest.err
14983
 
-       }; then
14984
 
-  ac_header_preproc=yes
14985
 
-else
14986
 
-  $as_echo "$as_me: failed program was:" >&5
14987
 
-sed 's/^/| /' conftest.$ac_ext >&5
14988
 
-
14989
 
-  ac_header_preproc=no
14990
 
-fi
14991
 
-
14992
 
-rm -f conftest.err conftest.$ac_ext
14993
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14994
 
-$as_echo "$ac_header_preproc" >&6; }
14995
 
-
14996
 
-# So?  What about this header?
14997
 
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14998
 
-  yes:no: )
14999
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15000
 
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15001
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15002
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15003
 
-    ac_header_preproc=yes
15004
 
-    ;;
15005
 
-  no:yes:* )
15006
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15007
 
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15008
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
15009
 
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
15010
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15011
 
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15012
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
15013
 
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
15014
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15015
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15016
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15017
 
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15018
 
-
15019
 
-    ;;
15020
 
-esac
15021
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15022
 
-$as_echo_n "checking for $ac_header... " >&6; }
15023
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15024
 
-  $as_echo_n "(cached) " >&6
15025
 
-else
15026
 
-  eval "$as_ac_Header=\$ac_header_preproc"
15027
 
-fi
15028
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
15029
 
-                $as_echo "$as_val"'`
15030
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15031
 
-$as_echo "$ac_res" >&6; }
15032
 
-
15033
 
-fi
15034
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
15035
 
-                $as_echo "$as_val"'`
15036
 
-   if test "x$as_val" = x""yes; then
15037
 
+   for ac_header in locale.h
15038
 
+do :
15039
 
+  ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
15040
 
+if test "x$ac_cv_header_locale_h" = x""yes; then :
15041
 
   cat >>confdefs.h <<_ACEOF
15042
 
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15043
 
+#define HAVE_LOCALE_H 1
15044
 
 _ACEOF
15045
 
 
15046
 
 fi
15047
 
@@ -18653,16 +15909,12 @@ fi
15048
 
 done
15049
 
 
15050
 
     if test $ac_cv_header_locale_h = yes; then
15051
 
-    { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
15052
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
15053
 
 $as_echo_n "checking for LC_MESSAGES... " >&6; }
15054
 
-if test "${am_cv_val_LC_MESSAGES+set}" = set; then
15055
 
+if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
15056
 
   $as_echo_n "(cached) " >&6
15057
 
 else
15058
 
-  cat >conftest.$ac_ext <<_ACEOF
15059
 
-/* confdefs.h.  */
15060
 
-_ACEOF
15061
 
-cat confdefs.h >>conftest.$ac_ext
15062
 
-cat >>conftest.$ac_ext <<_ACEOF
15063
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15064
 
 /* end confdefs.h.  */
15065
 
 #include <locale.h>
15066
 
 int
15067
 
@@ -18673,202 +15925,45 @@ return LC_MESSAGES
15068
 
   return 0;
15069
 
 }
15070
 
 _ACEOF
15071
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15072
 
-if { (ac_try="$ac_link"
15073
 
-case "(($ac_try" in
15074
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15075
 
-  *) ac_try_echo=$ac_try;;
15076
 
-esac
15077
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15078
 
-$as_echo "$ac_try_echo") >&5
15079
 
-  (eval "$ac_link") 2>conftest.er1
15080
 
-  ac_status=$?
15081
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15082
 
-  rm -f conftest.er1
15083
 
-  cat conftest.err >&5
15084
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15085
 
-  (exit $ac_status); } && {
15086
 
-        test -z "$ac_c_werror_flag" ||
15087
 
-        test ! -s conftest.err
15088
 
-       } && test -s conftest$ac_exeext && {
15089
 
-        test "$cross_compiling" = yes ||
15090
 
-        $as_test_x conftest$ac_exeext
15091
 
-       }; then
15092
 
+if ac_fn_c_try_link "$LINENO"; then :
15093
 
   am_cv_val_LC_MESSAGES=yes
15094
 
 else
15095
 
-  $as_echo "$as_me: failed program was:" >&5
15096
 
-sed 's/^/| /' conftest.$ac_ext >&5
15097
 
-
15098
 
-       am_cv_val_LC_MESSAGES=no
15099
 
+  am_cv_val_LC_MESSAGES=no
15100
 
 fi
15101
 
-
15102
 
-rm -rf conftest.dSYM
15103
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15104
 
-      conftest$ac_exeext conftest.$ac_ext
15105
 
+rm -f core conftest.err conftest.$ac_objext \
15106
 
+    conftest$ac_exeext conftest.$ac_ext
15107
 
 fi
15108
 
-{ $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
15109
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
15110
 
 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
15111
 
     if test $am_cv_val_LC_MESSAGES = yes; then
15112
 
 
15113
 
-cat >>confdefs.h <<\_ACEOF
15114
 
-#define HAVE_LC_MESSAGES 1
15115
 
-_ACEOF
15116
 
+$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
15117
 
 
15118
 
     fi
15119
 
-  fi
15120
 
-     USE_NLS=yes
15121
 
-
15122
 
-
15123
 
-    gt_cv_have_gettext=no
15124
 
-
15125
 
-    CATOBJEXT=NONE
15126
 
-    XGETTEXT=:
15127
 
-    INTLLIBS=
15128
 
-
15129
 
-    if test "${ac_cv_header_libintl_h+set}" = set; then
15130
 
-  { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
15131
 
-$as_echo_n "checking for libintl.h... " >&6; }
15132
 
-if test "${ac_cv_header_libintl_h+set}" = set; then
15133
 
-  $as_echo_n "(cached) " >&6
15134
 
-fi
15135
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
15136
 
-$as_echo "$ac_cv_header_libintl_h" >&6; }
15137
 
-else
15138
 
-  # Is the header compilable?
15139
 
-{ $as_echo "$as_me:$LINENO: checking libintl.h usability" >&5
15140
 
-$as_echo_n "checking libintl.h usability... " >&6; }
15141
 
-cat >conftest.$ac_ext <<_ACEOF
15142
 
-/* confdefs.h.  */
15143
 
-_ACEOF
15144
 
-cat confdefs.h >>conftest.$ac_ext
15145
 
-cat >>conftest.$ac_ext <<_ACEOF
15146
 
-/* end confdefs.h.  */
15147
 
-$ac_includes_default
15148
 
-#include <libintl.h>
15149
 
-_ACEOF
15150
 
-rm -f conftest.$ac_objext
15151
 
-if { (ac_try="$ac_compile"
15152
 
-case "(($ac_try" in
15153
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15154
 
-  *) ac_try_echo=$ac_try;;
15155
 
-esac
15156
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15157
 
-$as_echo "$ac_try_echo") >&5
15158
 
-  (eval "$ac_compile") 2>conftest.er1
15159
 
-  ac_status=$?
15160
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15161
 
-  rm -f conftest.er1
15162
 
-  cat conftest.err >&5
15163
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15164
 
-  (exit $ac_status); } && {
15165
 
-        test -z "$ac_c_werror_flag" ||
15166
 
-        test ! -s conftest.err
15167
 
-       } && test -s conftest.$ac_objext; then
15168
 
-  ac_header_compiler=yes
15169
 
-else
15170
 
-  $as_echo "$as_me: failed program was:" >&5
15171
 
-sed 's/^/| /' conftest.$ac_ext >&5
15172
 
-
15173
 
-       ac_header_compiler=no
15174
 
-fi
15175
 
-
15176
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15177
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15178
 
-$as_echo "$ac_header_compiler" >&6; }
15179
 
-
15180
 
-# Is the header present?
15181
 
-{ $as_echo "$as_me:$LINENO: checking libintl.h presence" >&5
15182
 
-$as_echo_n "checking libintl.h presence... " >&6; }
15183
 
-cat >conftest.$ac_ext <<_ACEOF
15184
 
-/* confdefs.h.  */
15185
 
-_ACEOF
15186
 
-cat confdefs.h >>conftest.$ac_ext
15187
 
-cat >>conftest.$ac_ext <<_ACEOF
15188
 
-/* end confdefs.h.  */
15189
 
-#include <libintl.h>
15190
 
-_ACEOF
15191
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
15192
 
-case "(($ac_try" in
15193
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15194
 
-  *) ac_try_echo=$ac_try;;
15195
 
-esac
15196
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15197
 
-$as_echo "$ac_try_echo") >&5
15198
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15199
 
-  ac_status=$?
15200
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15201
 
-  rm -f conftest.er1
15202
 
-  cat conftest.err >&5
15203
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15204
 
-  (exit $ac_status); } >/dev/null && {
15205
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15206
 
-        test ! -s conftest.err
15207
 
-       }; then
15208
 
-  ac_header_preproc=yes
15209
 
-else
15210
 
-  $as_echo "$as_me: failed program was:" >&5
15211
 
-sed 's/^/| /' conftest.$ac_ext >&5
15212
 
-
15213
 
-  ac_header_preproc=no
15214
 
-fi
15215
 
+  fi
15216
 
+     USE_NLS=yes
15217
 
 
15218
 
-rm -f conftest.err conftest.$ac_ext
15219
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15220
 
-$as_echo "$ac_header_preproc" >&6; }
15221
 
 
15222
 
-# So?  What about this header?
15223
 
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15224
 
-  yes:no: )
15225
 
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
15226
 
-$as_echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15227
 
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
15228
 
-$as_echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
15229
 
-    ac_header_preproc=yes
15230
 
-    ;;
15231
 
-  no:yes:* )
15232
 
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
15233
 
-$as_echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
15234
 
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h:     check for missing prerequisite headers?" >&5
15235
 
-$as_echo "$as_me: WARNING: libintl.h:     check for missing prerequisite headers?" >&2;}
15236
 
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
15237
 
-$as_echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
15238
 
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&5
15239
 
-$as_echo "$as_me: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
15240
 
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
15241
 
-$as_echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
15242
 
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
15243
 
-$as_echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
15244
 
+    gt_cv_have_gettext=no
15245
 
 
15246
 
-    ;;
15247
 
-esac
15248
 
-{ $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
15249
 
-$as_echo_n "checking for libintl.h... " >&6; }
15250
 
-if test "${ac_cv_header_libintl_h+set}" = set; then
15251
 
-  $as_echo_n "(cached) " >&6
15252
 
-else
15253
 
-  ac_cv_header_libintl_h=$ac_header_preproc
15254
 
-fi
15255
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
15256
 
-$as_echo "$ac_cv_header_libintl_h" >&6; }
15257
 
+    CATOBJEXT=NONE
15258
 
+    XGETTEXT=:
15259
 
+    INTLLIBS=
15260
 
 
15261
 
-fi
15262
 
-if test "x$ac_cv_header_libintl_h" = x""yes; then
15263
 
+    ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default"
15264
 
+if test "x$ac_cv_header_libintl_h" = x""yes; then :
15265
 
   gt_cv_func_dgettext_libintl="no"
15266
 
       libintl_extra_libs=""
15267
 
 
15268
 
       #
15269
 
       # First check in libc
15270
 
       #
15271
 
-      { $as_echo "$as_me:$LINENO: checking for ngettext in libc" >&5
15272
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in libc" >&5
15273
 
 $as_echo_n "checking for ngettext in libc... " >&6; }
15274
 
-if test "${gt_cv_func_ngettext_libc+set}" = set; then
15275
 
+if test "${gt_cv_func_ngettext_libc+set}" = set; then :
15276
 
   $as_echo_n "(cached) " >&6
15277
 
 else
15278
 
-  cat >conftest.$ac_ext <<_ACEOF
15279
 
-/* confdefs.h.  */
15280
 
-_ACEOF
15281
 
-cat confdefs.h >>conftest.$ac_ext
15282
 
-cat >>conftest.$ac_ext <<_ACEOF
15283
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15284
 
 /* end confdefs.h.  */
15285
 
 
15286
 
 #include <libintl.h>
15287
 
@@ -18881,54 +15976,25 @@ return !ngettext ("","", 1)
15288
 
   return 0;
15289
 
 }
15290
 
 _ACEOF
15291
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15292
 
-if { (ac_try="$ac_link"
15293
 
-case "(($ac_try" in
15294
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15295
 
-  *) ac_try_echo=$ac_try;;
15296
 
-esac
15297
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15298
 
-$as_echo "$ac_try_echo") >&5
15299
 
-  (eval "$ac_link") 2>conftest.er1
15300
 
-  ac_status=$?
15301
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15302
 
-  rm -f conftest.er1
15303
 
-  cat conftest.err >&5
15304
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15305
 
-  (exit $ac_status); } && {
15306
 
-        test -z "$ac_c_werror_flag" ||
15307
 
-        test ! -s conftest.err
15308
 
-       } && test -s conftest$ac_exeext && {
15309
 
-        test "$cross_compiling" = yes ||
15310
 
-        $as_test_x conftest$ac_exeext
15311
 
-       }; then
15312
 
+if ac_fn_c_try_link "$LINENO"; then :
15313
 
   gt_cv_func_ngettext_libc=yes
15314
 
 else
15315
 
-  $as_echo "$as_me: failed program was:" >&5
15316
 
-sed 's/^/| /' conftest.$ac_ext >&5
15317
 
-
15318
 
-       gt_cv_func_ngettext_libc=no
15319
 
+  gt_cv_func_ngettext_libc=no
15320
 
 fi
15321
 
-
15322
 
-rm -rf conftest.dSYM
15323
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15324
 
-      conftest$ac_exeext conftest.$ac_ext
15325
 
+rm -f core conftest.err conftest.$ac_objext \
15326
 
+    conftest$ac_exeext conftest.$ac_ext
15327
 
 
15328
 
 fi
15329
 
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
15330
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_ngettext_libc" >&5
15331
 
 $as_echo "$gt_cv_func_ngettext_libc" >&6; }
15332
 
 
15333
 
       if test "$gt_cv_func_ngettext_libc" = "yes" ; then
15334
 
-             { $as_echo "$as_me:$LINENO: checking for dgettext in libc" >&5
15335
 
+             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in libc" >&5
15336
 
 $as_echo_n "checking for dgettext in libc... " >&6; }
15337
 
-if test "${gt_cv_func_dgettext_libc+set}" = set; then
15338
 
+if test "${gt_cv_func_dgettext_libc+set}" = set; then :
15339
 
   $as_echo_n "(cached) " >&6
15340
 
 else
15341
 
-  cat >conftest.$ac_ext <<_ACEOF
15342
 
-/* confdefs.h.  */
15343
 
-_ACEOF
15344
 
-cat confdefs.h >>conftest.$ac_ext
15345
 
-cat >>conftest.$ac_ext <<_ACEOF
15346
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15347
 
 /* end confdefs.h.  */
15348
 
 
15349
 
 #include <libintl.h>
15350
 
@@ -18941,141 +16007,26 @@ return !dgettext ("","")
15351
 
   return 0;
15352
 
 }
15353
 
 _ACEOF
15354
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15355
 
-if { (ac_try="$ac_link"
15356
 
-case "(($ac_try" in
15357
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15358
 
-  *) ac_try_echo=$ac_try;;
15359
 
-esac
15360
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15361
 
-$as_echo "$ac_try_echo") >&5
15362
 
-  (eval "$ac_link") 2>conftest.er1
15363
 
-  ac_status=$?
15364
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15365
 
-  rm -f conftest.er1
15366
 
-  cat conftest.err >&5
15367
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15368
 
-  (exit $ac_status); } && {
15369
 
-        test -z "$ac_c_werror_flag" ||
15370
 
-        test ! -s conftest.err
15371
 
-       } && test -s conftest$ac_exeext && {
15372
 
-        test "$cross_compiling" = yes ||
15373
 
-        $as_test_x conftest$ac_exeext
15374
 
-       }; then
15375
 
+if ac_fn_c_try_link "$LINENO"; then :
15376
 
   gt_cv_func_dgettext_libc=yes
15377
 
 else
15378
 
-  $as_echo "$as_me: failed program was:" >&5
15379
 
-sed 's/^/| /' conftest.$ac_ext >&5
15380
 
-
15381
 
-       gt_cv_func_dgettext_libc=no
15382
 
+  gt_cv_func_dgettext_libc=no
15383
 
 fi
15384
 
-
15385
 
-rm -rf conftest.dSYM
15386
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15387
 
-      conftest$ac_exeext conftest.$ac_ext
15388
 
+rm -f core conftest.err conftest.$ac_objext \
15389
 
+    conftest$ac_exeext conftest.$ac_ext
15390
 
 
15391
 
 fi
15392
 
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
15393
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_dgettext_libc" >&5
15394
 
 $as_echo "$gt_cv_func_dgettext_libc" >&6; }
15395
 
       fi
15396
 
 
15397
 
       if test "$gt_cv_func_ngettext_libc" = "yes" ; then
15398
 
-
15399
 
-for ac_func in bind_textdomain_codeset
15400
 
-do
15401
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15402
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15403
 
-$as_echo_n "checking for $ac_func... " >&6; }
15404
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15405
 
-  $as_echo_n "(cached) " >&6
15406
 
-else
15407
 
-  cat >conftest.$ac_ext <<_ACEOF
15408
 
-/* confdefs.h.  */
15409
 
-_ACEOF
15410
 
-cat confdefs.h >>conftest.$ac_ext
15411
 
-cat >>conftest.$ac_ext <<_ACEOF
15412
 
-/* end confdefs.h.  */
15413
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15414
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15415
 
-#define $ac_func innocuous_$ac_func
15416
 
-
15417
 
-/* System header to define __stub macros and hopefully few prototypes,
15418
 
-    which can conflict with char $ac_func (); below.
15419
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15420
 
-    <limits.h> exists even on freestanding compilers.  */
15421
 
-
15422
 
-#ifdef __STDC__
15423
 
-# include <limits.h>
15424
 
-#else
15425
 
-# include <assert.h>
15426
 
-#endif
15427
 
-
15428
 
-#undef $ac_func
15429
 
-
15430
 
-/* Override any GCC internal prototype to avoid an error.
15431
 
-   Use char because int might match the return type of a GCC
15432
 
-   builtin and then its argument prototype would still apply.  */
15433
 
-#ifdef __cplusplus
15434
 
-extern "C"
15435
 
-#endif
15436
 
-char $ac_func ();
15437
 
-/* The GNU C library defines this for functions which it implements
15438
 
-    to always fail with ENOSYS.  Some functions are actually named
15439
 
-    something starting with __ and the normal name is an alias.  */
15440
 
-#if defined __stub_$ac_func || defined __stub___$ac_func
15441
 
-choke me
15442
 
-#endif
15443
 
-
15444
 
-int
15445
 
-main ()
15446
 
-{
15447
 
-return $ac_func ();
15448
 
-  ;
15449
 
-  return 0;
15450
 
-}
15451
 
-_ACEOF
15452
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15453
 
-if { (ac_try="$ac_link"
15454
 
-case "(($ac_try" in
15455
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15456
 
-  *) ac_try_echo=$ac_try;;
15457
 
-esac
15458
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15459
 
-$as_echo "$ac_try_echo") >&5
15460
 
-  (eval "$ac_link") 2>conftest.er1
15461
 
-  ac_status=$?
15462
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15463
 
-  rm -f conftest.er1
15464
 
-  cat conftest.err >&5
15465
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15466
 
-  (exit $ac_status); } && {
15467
 
-        test -z "$ac_c_werror_flag" ||
15468
 
-        test ! -s conftest.err
15469
 
-       } && test -s conftest$ac_exeext && {
15470
 
-        test "$cross_compiling" = yes ||
15471
 
-        $as_test_x conftest$ac_exeext
15472
 
-       }; then
15473
 
-  eval "$as_ac_var=yes"
15474
 
-else
15475
 
-  $as_echo "$as_me: failed program was:" >&5
15476
 
-sed 's/^/| /' conftest.$ac_ext >&5
15477
 
-
15478
 
-       eval "$as_ac_var=no"
15479
 
-fi
15480
 
-
15481
 
-rm -rf conftest.dSYM
15482
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15483
 
-      conftest$ac_exeext conftest.$ac_ext
15484
 
-fi
15485
 
-ac_res=`eval 'as_val=${'$as_ac_var'}
15486
 
-                $as_echo "$as_val"'`
15487
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15488
 
-$as_echo "$ac_res" >&6; }
15489
 
-as_val=`eval 'as_val=${'$as_ac_var'}
15490
 
-                $as_echo "$as_val"'`
15491
 
-   if test "x$as_val" = x""yes; then
15492
 
+        for ac_func in bind_textdomain_codeset
15493
 
+do :
15494
 
+  ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
15495
 
+if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
15496
 
   cat >>confdefs.h <<_ACEOF
15497
 
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15498
 
+#define HAVE_BIND_TEXTDOMAIN_CODESET 1
15499
 
 _ACEOF
15500
 
 
15501
 
 fi
15502
 
@@ -19090,18 +16041,14 @@ done
15503
 
         || test "$gt_cv_func_ngettext_libc" != "yes" \
15504
 
          || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
15505
 
 
15506
 
-        { $as_echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
15507
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bindtextdomain in -lintl" >&5
15508
 
 $as_echo_n "checking for bindtextdomain in -lintl... " >&6; }
15509
 
-if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
15510
 
+if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then :
15511
 
   $as_echo_n "(cached) " >&6
15512
 
 else
15513
 
   ac_check_lib_save_LIBS=$LIBS
15514
 
 LIBS="-lintl  $LIBS"
15515
 
-cat >conftest.$ac_ext <<_ACEOF
15516
 
-/* confdefs.h.  */
15517
 
-_ACEOF
15518
 
-cat confdefs.h >>conftest.$ac_ext
15519
 
-cat >>conftest.$ac_ext <<_ACEOF
15520
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15521
 
 /* end confdefs.h.  */
15522
 
 
15523
 
 /* Override any GCC internal prototype to avoid an error.
15524
 
@@ -19119,55 +16066,26 @@ return bindtextdomain ();
15525
 
   return 0;
15526
 
 }
15527
 
 _ACEOF
15528
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15529
 
-if { (ac_try="$ac_link"
15530
 
-case "(($ac_try" in
15531
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15532
 
-  *) ac_try_echo=$ac_try;;
15533
 
-esac
15534
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15535
 
-$as_echo "$ac_try_echo") >&5
15536
 
-  (eval "$ac_link") 2>conftest.er1
15537
 
-  ac_status=$?
15538
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15539
 
-  rm -f conftest.er1
15540
 
-  cat conftest.err >&5
15541
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15542
 
-  (exit $ac_status); } && {
15543
 
-        test -z "$ac_c_werror_flag" ||
15544
 
-        test ! -s conftest.err
15545
 
-       } && test -s conftest$ac_exeext && {
15546
 
-        test "$cross_compiling" = yes ||
15547
 
-        $as_test_x conftest$ac_exeext
15548
 
-       }; then
15549
 
+if ac_fn_c_try_link "$LINENO"; then :
15550
 
   ac_cv_lib_intl_bindtextdomain=yes
15551
 
 else
15552
 
-  $as_echo "$as_me: failed program was:" >&5
15553
 
-sed 's/^/| /' conftest.$ac_ext >&5
15554
 
-
15555
 
-       ac_cv_lib_intl_bindtextdomain=no
15556
 
+  ac_cv_lib_intl_bindtextdomain=no
15557
 
 fi
15558
 
-
15559
 
-rm -rf conftest.dSYM
15560
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15561
 
-      conftest$ac_exeext conftest.$ac_ext
15562
 
+rm -f core conftest.err conftest.$ac_objext \
15563
 
+    conftest$ac_exeext conftest.$ac_ext
15564
 
 LIBS=$ac_check_lib_save_LIBS
15565
 
 fi
15566
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
15567
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_bindtextdomain" >&5
15568
 
 $as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; }
15569
 
-if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then
15570
 
-  { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
15571
 
+if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then :
15572
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5
15573
 
 $as_echo_n "checking for ngettext in -lintl... " >&6; }
15574
 
-if test "${ac_cv_lib_intl_ngettext+set}" = set; then
15575
 
+if test "${ac_cv_lib_intl_ngettext+set}" = set; then :
15576
 
   $as_echo_n "(cached) " >&6
15577
 
 else
15578
 
   ac_check_lib_save_LIBS=$LIBS
15579
 
 LIBS="-lintl  $LIBS"
15580
 
-cat >conftest.$ac_ext <<_ACEOF
15581
 
-/* confdefs.h.  */
15582
 
-_ACEOF
15583
 
-cat confdefs.h >>conftest.$ac_ext
15584
 
-cat >>conftest.$ac_ext <<_ACEOF
15585
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15586
 
 /* end confdefs.h.  */
15587
 
 
15588
 
 /* Override any GCC internal prototype to avoid an error.
15589
 
@@ -19185,55 +16103,26 @@ return ngettext ();
15590
 
   return 0;
15591
 
 }
15592
 
 _ACEOF
15593
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15594
 
-if { (ac_try="$ac_link"
15595
 
-case "(($ac_try" in
15596
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15597
 
-  *) ac_try_echo=$ac_try;;
15598
 
-esac
15599
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15600
 
-$as_echo "$ac_try_echo") >&5
15601
 
-  (eval "$ac_link") 2>conftest.er1
15602
 
-  ac_status=$?
15603
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15604
 
-  rm -f conftest.er1
15605
 
-  cat conftest.err >&5
15606
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15607
 
-  (exit $ac_status); } && {
15608
 
-        test -z "$ac_c_werror_flag" ||
15609
 
-        test ! -s conftest.err
15610
 
-       } && test -s conftest$ac_exeext && {
15611
 
-        test "$cross_compiling" = yes ||
15612
 
-        $as_test_x conftest$ac_exeext
15613
 
-       }; then
15614
 
+if ac_fn_c_try_link "$LINENO"; then :
15615
 
   ac_cv_lib_intl_ngettext=yes
15616
 
 else
15617
 
-  $as_echo "$as_me: failed program was:" >&5
15618
 
-sed 's/^/| /' conftest.$ac_ext >&5
15619
 
-
15620
 
-       ac_cv_lib_intl_ngettext=no
15621
 
+  ac_cv_lib_intl_ngettext=no
15622
 
 fi
15623
 
-
15624
 
-rm -rf conftest.dSYM
15625
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15626
 
-      conftest$ac_exeext conftest.$ac_ext
15627
 
+rm -f core conftest.err conftest.$ac_objext \
15628
 
+    conftest$ac_exeext conftest.$ac_ext
15629
 
 LIBS=$ac_check_lib_save_LIBS
15630
 
 fi
15631
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
15632
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5
15633
 
 $as_echo "$ac_cv_lib_intl_ngettext" >&6; }
15634
 
-if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
15635
 
-  { $as_echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
15636
 
+if test "x$ac_cv_lib_intl_ngettext" = x""yes; then :
15637
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5
15638
 
 $as_echo_n "checking for dgettext in -lintl... " >&6; }
15639
 
-if test "${ac_cv_lib_intl_dgettext+set}" = set; then
15640
 
+if test "${ac_cv_lib_intl_dgettext+set}" = set; then :
15641
 
   $as_echo_n "(cached) " >&6
15642
 
 else
15643
 
   ac_check_lib_save_LIBS=$LIBS
15644
 
 LIBS="-lintl  $LIBS"
15645
 
-cat >conftest.$ac_ext <<_ACEOF
15646
 
-/* confdefs.h.  */
15647
 
-_ACEOF
15648
 
-cat confdefs.h >>conftest.$ac_ext
15649
 
-cat >>conftest.$ac_ext <<_ACEOF
15650
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15651
 
 /* end confdefs.h.  */
15652
 
 
15653
 
 /* Override any GCC internal prototype to avoid an error.
15654
 
@@ -19251,43 +16140,18 @@ return dgettext ();
15655
 
   return 0;
15656
 
 }
15657
 
 _ACEOF
15658
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15659
 
-if { (ac_try="$ac_link"
15660
 
-case "(($ac_try" in
15661
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15662
 
-  *) ac_try_echo=$ac_try;;
15663
 
-esac
15664
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15665
 
-$as_echo "$ac_try_echo") >&5
15666
 
-  (eval "$ac_link") 2>conftest.er1
15667
 
-  ac_status=$?
15668
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15669
 
-  rm -f conftest.er1
15670
 
-  cat conftest.err >&5
15671
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15672
 
-  (exit $ac_status); } && {
15673
 
-        test -z "$ac_c_werror_flag" ||
15674
 
-        test ! -s conftest.err
15675
 
-       } && test -s conftest$ac_exeext && {
15676
 
-        test "$cross_compiling" = yes ||
15677
 
-        $as_test_x conftest$ac_exeext
15678
 
-       }; then
15679
 
+if ac_fn_c_try_link "$LINENO"; then :
15680
 
   ac_cv_lib_intl_dgettext=yes
15681
 
 else
15682
 
-  $as_echo "$as_me: failed program was:" >&5
15683
 
-sed 's/^/| /' conftest.$ac_ext >&5
15684
 
-
15685
 
-       ac_cv_lib_intl_dgettext=no
15686
 
+  ac_cv_lib_intl_dgettext=no
15687
 
 fi
15688
 
-
15689
 
-rm -rf conftest.dSYM
15690
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15691
 
-      conftest$ac_exeext conftest.$ac_ext
15692
 
+rm -f core conftest.err conftest.$ac_objext \
15693
 
+    conftest$ac_exeext conftest.$ac_ext
15694
 
 LIBS=$ac_check_lib_save_LIBS
15695
 
 fi
15696
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
15697
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5
15698
 
 $as_echo "$ac_cv_lib_intl_dgettext" >&6; }
15699
 
-if test "x$ac_cv_lib_intl_dgettext" = x""yes; then
15700
 
+if test "x$ac_cv_lib_intl_dgettext" = x""yes; then :
15701
 
   gt_cv_func_dgettext_libintl=yes
15702
 
 fi
15703
 
 
15704
 
@@ -19297,22 +16161,18 @@ fi
15705
 
 
15706
 
 
15707
 
        if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
15708
 
-         { $as_echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
15709
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -liconv is needed to use gettext" >&5
15710
 
 $as_echo_n "checking if -liconv is needed to use gettext... " >&6; }
15711
 
-         { $as_echo "$as_me:$LINENO: result: " >&5
15712
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
15713
 
 $as_echo "" >&6; }
15714
 
-         { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
15715
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5
15716
 
 $as_echo_n "checking for ngettext in -lintl... " >&6; }
15717
 
-if test "${ac_cv_lib_intl_ngettext+set}" = set; then
15718
 
+if test "${ac_cv_lib_intl_ngettext+set}" = set; then :
15719
 
   $as_echo_n "(cached) " >&6
15720
 
 else
15721
 
   ac_check_lib_save_LIBS=$LIBS
15722
 
 LIBS="-lintl -liconv $LIBS"
15723
 
-cat >conftest.$ac_ext <<_ACEOF
15724
 
-/* confdefs.h.  */
15725
 
-_ACEOF
15726
 
-cat confdefs.h >>conftest.$ac_ext
15727
 
-cat >>conftest.$ac_ext <<_ACEOF
15728
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15729
 
 /* end confdefs.h.  */
15730
 
 
15731
 
 /* Override any GCC internal prototype to avoid an error.
15732
 
@@ -19330,226 +16190,82 @@ return ngettext ();
15733
 
   return 0;
15734
 
 }
15735
 
 _ACEOF
15736
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15737
 
-if { (ac_try="$ac_link"
15738
 
-case "(($ac_try" in
15739
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15740
 
-  *) ac_try_echo=$ac_try;;
15741
 
-esac
15742
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15743
 
-$as_echo "$ac_try_echo") >&5
15744
 
-  (eval "$ac_link") 2>conftest.er1
15745
 
-  ac_status=$?
15746
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15747
 
-  rm -f conftest.er1
15748
 
-  cat conftest.err >&5
15749
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15750
 
-  (exit $ac_status); } && {
15751
 
-        test -z "$ac_c_werror_flag" ||
15752
 
-        test ! -s conftest.err
15753
 
-       } && test -s conftest$ac_exeext && {
15754
 
-        test "$cross_compiling" = yes ||
15755
 
-        $as_test_x conftest$ac_exeext
15756
 
-       }; then
15757
 
+if ac_fn_c_try_link "$LINENO"; then :
15758
 
   ac_cv_lib_intl_ngettext=yes
15759
 
 else
15760
 
-  $as_echo "$as_me: failed program was:" >&5
15761
 
-sed 's/^/| /' conftest.$ac_ext >&5
15762
 
-
15763
 
-       ac_cv_lib_intl_ngettext=no
15764
 
+  ac_cv_lib_intl_ngettext=no
15765
 
 fi
15766
 
-
15767
 
-rm -rf conftest.dSYM
15768
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15769
 
-      conftest$ac_exeext conftest.$ac_ext
15770
 
+rm -f core conftest.err conftest.$ac_objext \
15771
 
+    conftest$ac_exeext conftest.$ac_ext
15772
 
 LIBS=$ac_check_lib_save_LIBS
15773
 
 fi
15774
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
15775
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5
15776
 
 $as_echo "$ac_cv_lib_intl_ngettext" >&6; }
15777
 
-if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
15778
 
-  { $as_echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
15779
 
+if test "x$ac_cv_lib_intl_ngettext" = x""yes; then :
15780
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dcgettext in -lintl" >&5
15781
 
 $as_echo_n "checking for dcgettext in -lintl... " >&6; }
15782
 
-if test "${ac_cv_lib_intl_dcgettext+set}" = set; then
15783
 
+if test "${ac_cv_lib_intl_dcgettext+set}" = set; then :
15784
 
   $as_echo_n "(cached) " >&6
15785
 
 else
15786
 
   ac_check_lib_save_LIBS=$LIBS
15787
 
 LIBS="-lintl -liconv $LIBS"
15788
 
-cat >conftest.$ac_ext <<_ACEOF
15789
 
-/* confdefs.h.  */
15790
 
-_ACEOF
15791
 
-cat confdefs.h >>conftest.$ac_ext
15792
 
-cat >>conftest.$ac_ext <<_ACEOF
15793
 
-/* end confdefs.h.  */
15794
 
-
15795
 
-/* Override any GCC internal prototype to avoid an error.
15796
 
-   Use char because int might match the return type of a GCC
15797
 
-   builtin and then its argument prototype would still apply.  */
15798
 
-#ifdef __cplusplus
15799
 
-extern "C"
15800
 
-#endif
15801
 
-char dcgettext ();
15802
 
-int
15803
 
-main ()
15804
 
-{
15805
 
-return dcgettext ();
15806
 
-  ;
15807
 
-  return 0;
15808
 
-}
15809
 
-_ACEOF
15810
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15811
 
-if { (ac_try="$ac_link"
15812
 
-case "(($ac_try" in
15813
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15814
 
-  *) ac_try_echo=$ac_try;;
15815
 
-esac
15816
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15817
 
-$as_echo "$ac_try_echo") >&5
15818
 
-  (eval "$ac_link") 2>conftest.er1
15819
 
-  ac_status=$?
15820
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15821
 
-  rm -f conftest.er1
15822
 
-  cat conftest.err >&5
15823
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15824
 
-  (exit $ac_status); } && {
15825
 
-        test -z "$ac_c_werror_flag" ||
15826
 
-        test ! -s conftest.err
15827
 
-       } && test -s conftest$ac_exeext && {
15828
 
-        test "$cross_compiling" = yes ||
15829
 
-        $as_test_x conftest$ac_exeext
15830
 
-       }; then
15831
 
-  ac_cv_lib_intl_dcgettext=yes
15832
 
-else
15833
 
-  $as_echo "$as_me: failed program was:" >&5
15834
 
-sed 's/^/| /' conftest.$ac_ext >&5
15835
 
-
15836
 
-       ac_cv_lib_intl_dcgettext=no
15837
 
-fi
15838
 
-
15839
 
-rm -rf conftest.dSYM
15840
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15841
 
-      conftest$ac_exeext conftest.$ac_ext
15842
 
-LIBS=$ac_check_lib_save_LIBS
15843
 
-fi
15844
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
15845
 
-$as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
15846
 
-if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then
15847
 
-  gt_cv_func_dgettext_libintl=yes
15848
 
-                       libintl_extra_libs=-liconv
15849
 
-else
15850
 
-  :
15851
 
-fi
15852
 
-
15853
 
-else
15854
 
-  :
15855
 
-fi
15856
 
-
15857
 
-        fi
15858
 
-
15859
 
-        #
15860
 
-        # If we found libintl, then check in it for bind_textdomain_codeset();
15861
 
-        # we'll prefer libc if neither have bind_textdomain_codeset(),
15862
 
-        # and both have dgettext and ngettext
15863
 
-        #
15864
 
-        if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
15865
 
-          glib_save_LIBS="$LIBS"
15866
 
-          LIBS="$LIBS -lintl $libintl_extra_libs"
15867
 
-          unset ac_cv_func_bind_textdomain_codeset
15868
 
-
15869
 
-for ac_func in bind_textdomain_codeset
15870
 
-do
15871
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15872
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15873
 
-$as_echo_n "checking for $ac_func... " >&6; }
15874
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15875
 
-  $as_echo_n "(cached) " >&6
15876
 
-else
15877
 
-  cat >conftest.$ac_ext <<_ACEOF
15878
 
-/* confdefs.h.  */
15879
 
-_ACEOF
15880
 
-cat confdefs.h >>conftest.$ac_ext
15881
 
-cat >>conftest.$ac_ext <<_ACEOF
15882
 
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15883
 
 /* end confdefs.h.  */
15884
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15885
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15886
 
-#define $ac_func innocuous_$ac_func
15887
 
-
15888
 
-/* System header to define __stub macros and hopefully few prototypes,
15889
 
-    which can conflict with char $ac_func (); below.
15890
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15891
 
-    <limits.h> exists even on freestanding compilers.  */
15892
 
-
15893
 
-#ifdef __STDC__
15894
 
-# include <limits.h>
15895
 
-#else
15896
 
-# include <assert.h>
15897
 
-#endif
15898
 
-
15899
 
-#undef $ac_func
15900
 
 
15901
 
 /* Override any GCC internal prototype to avoid an error.
15902
 
    Use char because int might match the return type of a GCC
15903
 
-   builtin and then its argument prototype would still apply.  */
15904
 
-#ifdef __cplusplus
15905
 
-extern "C"
15906
 
-#endif
15907
 
-char $ac_func ();
15908
 
-/* The GNU C library defines this for functions which it implements
15909
 
-    to always fail with ENOSYS.  Some functions are actually named
15910
 
-    something starting with __ and the normal name is an alias.  */
15911
 
-#if defined __stub_$ac_func || defined __stub___$ac_func
15912
 
-choke me
15913
 
+   builtin and then its argument prototype would still apply.  */
15914
 
+#ifdef __cplusplus
15915
 
+extern "C"
15916
 
 #endif
15917
 
-
15918
 
+char dcgettext ();
15919
 
 int
15920
 
 main ()
15921
 
 {
15922
 
-return $ac_func ();
15923
 
+return dcgettext ();
15924
 
   ;
15925
 
   return 0;
15926
 
 }
15927
 
 _ACEOF
15928
 
-rm -f conftest.$ac_objext conftest$ac_exeext
15929
 
-if { (ac_try="$ac_link"
15930
 
-case "(($ac_try" in
15931
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15932
 
-  *) ac_try_echo=$ac_try;;
15933
 
-esac
15934
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15935
 
-$as_echo "$ac_try_echo") >&5
15936
 
-  (eval "$ac_link") 2>conftest.er1
15937
 
-  ac_status=$?
15938
 
-  grep -v '^ *+' conftest.er1 >conftest.err
15939
 
-  rm -f conftest.er1
15940
 
-  cat conftest.err >&5
15941
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15942
 
-  (exit $ac_status); } && {
15943
 
-        test -z "$ac_c_werror_flag" ||
15944
 
-        test ! -s conftest.err
15945
 
-       } && test -s conftest$ac_exeext && {
15946
 
-        test "$cross_compiling" = yes ||
15947
 
-        $as_test_x conftest$ac_exeext
15948
 
-       }; then
15949
 
-  eval "$as_ac_var=yes"
15950
 
+if ac_fn_c_try_link "$LINENO"; then :
15951
 
+  ac_cv_lib_intl_dcgettext=yes
15952
 
 else
15953
 
-  $as_echo "$as_me: failed program was:" >&5
15954
 
-sed 's/^/| /' conftest.$ac_ext >&5
15955
 
-
15956
 
-       eval "$as_ac_var=no"
15957
 
+  ac_cv_lib_intl_dcgettext=no
15958
 
+fi
15959
 
+rm -f core conftest.err conftest.$ac_objext \
15960
 
+    conftest$ac_exeext conftest.$ac_ext
15961
 
+LIBS=$ac_check_lib_save_LIBS
15962
 
+fi
15963
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dcgettext" >&5
15964
 
+$as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
15965
 
+if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then :
15966
 
+  gt_cv_func_dgettext_libintl=yes
15967
 
+                       libintl_extra_libs=-liconv
15968
 
+else
15969
 
+  :
15970
 
 fi
15971
 
 
15972
 
-rm -rf conftest.dSYM
15973
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15974
 
-      conftest$ac_exeext conftest.$ac_ext
15975
 
+else
15976
 
+  :
15977
 
 fi
15978
 
-ac_res=`eval 'as_val=${'$as_ac_var'}
15979
 
-                $as_echo "$as_val"'`
15980
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15981
 
-$as_echo "$ac_res" >&6; }
15982
 
-as_val=`eval 'as_val=${'$as_ac_var'}
15983
 
-                $as_echo "$as_val"'`
15984
 
-   if test "x$as_val" = x""yes; then
15985
 
+
15986
 
+        fi
15987
 
+
15988
 
+        #
15989
 
+        # If we found libintl, then check in it for bind_textdomain_codeset();
15990
 
+        # we'll prefer libc if neither have bind_textdomain_codeset(),
15991
 
+        # and both have dgettext and ngettext
15992
 
+        #
15993
 
+        if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
15994
 
+          glib_save_LIBS="$LIBS"
15995
 
+          LIBS="$LIBS -lintl $libintl_extra_libs"
15996
 
+          unset ac_cv_func_bind_textdomain_codeset
15997
 
+          for ac_func in bind_textdomain_codeset
15998
 
+do :
15999
 
+  ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
16000
 
+if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
16001
 
   cat >>confdefs.h <<_ACEOF
16002
 
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16003
 
+#define HAVE_BIND_TEXTDOMAIN_CODESET 1
16004
 
 _ACEOF
16005
 
 
16006
 
 fi
16007
 
@@ -19579,15 +16295,13 @@ done
16008
 
 
16009
 
       if test "$gt_cv_have_gettext" = "yes"; then
16010
 
 
16011
 
-cat >>confdefs.h <<\_ACEOF
16012
 
-#define HAVE_GETTEXT 1
16013
 
-_ACEOF
16014
 
+$as_echo "#define HAVE_GETTEXT 1" >>confdefs.h
16015
 
 
16016
 
        # Extract the first word of "msgfmt", so it can be a program name with args.
16017
 
 set dummy msgfmt; ac_word=$2
16018
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
16019
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16020
 
 $as_echo_n "checking for $ac_word... " >&6; }
16021
 
-if test "${ac_cv_path_MSGFMT+set}" = set; then
16022
 
+if test "${ac_cv_path_MSGFMT+set}" = set; then :
16023
 
   $as_echo_n "(cached) " >&6
16024
 
 else
16025
 
   case "$MSGFMT" in
16026
 
@@ -19612,118 +16326,28 @@ esac
16027
 
 fi
16028
 
 MSGFMT="$ac_cv_path_MSGFMT"
16029
 
 if test "$MSGFMT" != "no"; then
16030
 
-  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
16031
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
16032
 
 $as_echo "$MSGFMT" >&6; }
16033
 
 else
16034
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
16035
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16036
 
 $as_echo "no" >&6; }
16037
 
 fi
16038
 
        if test "$MSGFMT" != "no"; then
16039
 
           glib_save_LIBS="$LIBS"
16040
 
           LIBS="$LIBS $INTLLIBS"
16041
 
-
16042
 
-for ac_func in dcgettext
16043
 
-do
16044
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16045
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
16046
 
-$as_echo_n "checking for $ac_func... " >&6; }
16047
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16048
 
-  $as_echo_n "(cached) " >&6
16049
 
-else
16050
 
-  cat >conftest.$ac_ext <<_ACEOF
16051
 
-/* confdefs.h.  */
16052
 
-_ACEOF
16053
 
-cat confdefs.h >>conftest.$ac_ext
16054
 
-cat >>conftest.$ac_ext <<_ACEOF
16055
 
-/* end confdefs.h.  */
16056
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16057
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16058
 
-#define $ac_func innocuous_$ac_func
16059
 
-
16060
 
-/* System header to define __stub macros and hopefully few prototypes,
16061
 
-    which can conflict with char $ac_func (); below.
16062
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16063
 
-    <limits.h> exists even on freestanding compilers.  */
16064
 
-
16065
 
-#ifdef __STDC__
16066
 
-# include <limits.h>
16067
 
-#else
16068
 
-# include <assert.h>
16069
 
-#endif
16070
 
-
16071
 
-#undef $ac_func
16072
 
-
16073
 
-/* Override any GCC internal prototype to avoid an error.
16074
 
-   Use char because int might match the return type of a GCC
16075
 
-   builtin and then its argument prototype would still apply.  */
16076
 
-#ifdef __cplusplus
16077
 
-extern "C"
16078
 
-#endif
16079
 
-char $ac_func ();
16080
 
-/* The GNU C library defines this for functions which it implements
16081
 
-    to always fail with ENOSYS.  Some functions are actually named
16082
 
-    something starting with __ and the normal name is an alias.  */
16083
 
-#if defined __stub_$ac_func || defined __stub___$ac_func
16084
 
-choke me
16085
 
-#endif
16086
 
-
16087
 
-int
16088
 
-main ()
16089
 
-{
16090
 
-return $ac_func ();
16091
 
-  ;
16092
 
-  return 0;
16093
 
-}
16094
 
-_ACEOF
16095
 
-rm -f conftest.$ac_objext conftest$ac_exeext
16096
 
-if { (ac_try="$ac_link"
16097
 
-case "(($ac_try" in
16098
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16099
 
-  *) ac_try_echo=$ac_try;;
16100
 
-esac
16101
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16102
 
-$as_echo "$ac_try_echo") >&5
16103
 
-  (eval "$ac_link") 2>conftest.er1
16104
 
-  ac_status=$?
16105
 
-  grep -v '^ *+' conftest.er1 >conftest.err
16106
 
-  rm -f conftest.er1
16107
 
-  cat conftest.err >&5
16108
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16109
 
-  (exit $ac_status); } && {
16110
 
-        test -z "$ac_c_werror_flag" ||
16111
 
-        test ! -s conftest.err
16112
 
-       } && test -s conftest$ac_exeext && {
16113
 
-        test "$cross_compiling" = yes ||
16114
 
-        $as_test_x conftest$ac_exeext
16115
 
-       }; then
16116
 
-  eval "$as_ac_var=yes"
16117
 
-else
16118
 
-  $as_echo "$as_me: failed program was:" >&5
16119
 
-sed 's/^/| /' conftest.$ac_ext >&5
16120
 
-
16121
 
-       eval "$as_ac_var=no"
16122
 
-fi
16123
 
-
16124
 
-rm -rf conftest.dSYM
16125
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16126
 
-      conftest$ac_exeext conftest.$ac_ext
16127
 
-fi
16128
 
-ac_res=`eval 'as_val=${'$as_ac_var'}
16129
 
-                $as_echo "$as_val"'`
16130
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16131
 
-$as_echo "$ac_res" >&6; }
16132
 
-as_val=`eval 'as_val=${'$as_ac_var'}
16133
 
-                $as_echo "$as_val"'`
16134
 
-   if test "x$as_val" = x""yes; then
16135
 
+         for ac_func in dcgettext
16136
 
+do :
16137
 
+  ac_fn_c_check_func "$LINENO" "dcgettext" "ac_cv_func_dcgettext"
16138
 
+if test "x$ac_cv_func_dcgettext" = x""yes; then :
16139
 
   cat >>confdefs.h <<_ACEOF
16140
 
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16141
 
+#define HAVE_DCGETTEXT 1
16142
 
 _ACEOF
16143
 
 
16144
 
 fi
16145
 
 done
16146
 
 
16147
 
          MSGFMT_OPTS=
16148
 
-         { $as_echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
16149
 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if msgfmt accepts -c" >&5
16150
 
 $as_echo_n "checking if msgfmt accepts -c... " >&6; }
16151
 
          cat >conftest.foo <<_ACEOF
16152
 
 
16153
 
@@ -19738,14 +16362,14 @@ msgstr ""
16154
 
 "Content-Transfer-Encoding: 8bit\n"
16155
 
 
16156
 
 _ACEOF
16157
 
-if { ($as_echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5
16158
 
+if { { $as_echo "$as_me:${as_lineno-$LINENO}: \$MSGFMT -c -o /dev/null conftest.foo"; } >&5
16159
 
   ($MSGFMT -c -o /dev/null conftest.foo) 2>&5
16160
 
   ac_status=$?
16161
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16162
 
-  (exit $ac_status); }; then
16163
 
-  MSGFMT_OPTS=-c; { $as_echo "$as_me:$LINENO: result: yes" >&5
16164
 
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16165
 
+  test $ac_status = 0; }; then
16166
 
+  MSGFMT_OPTS=-c; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16167
 
 $as_echo "yes" >&6; }
16168
 
-else { $as_echo "$as_me:$LINENO: result: no" >&5
16169
 
+else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16170
 
 $as_echo "no" >&6; }
16171
 
 echo "$as_me: failed input was:" >&5
16172
 
 sed 's/^/| /' conftest.foo >&5
16173
 
@@ -19753,9 +16377,9 @@ fi
16174
 
 
16175
 
          # Extract the first word of "gmsgfmt", so it can be a program name with args.
16176
 
 set dummy gmsgfmt; ac_word=$2
16177
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
16178
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16179
 
 $as_echo_n "checking for $ac_word... " >&6; }
16180
 
-if test "${ac_cv_path_GMSGFMT+set}" = set; then
16181
 
+if test "${ac_cv_path_GMSGFMT+set}" = set; then :
16182
 
   $as_echo_n "(cached) " >&6
16183
 
 else
16184
 
   case $GMSGFMT in
16185
 
@@ -19768,14 +16392,14 @@ for as_dir in $PATH
16186
 
 do
16187
 
   IFS=$as_save_IFS
16188
 
   test -z "$as_dir" && as_dir=.
16189
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
16190
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
16191
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16192
 
     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
16193
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16194
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16195
 
     break 2
16196
 
   fi
16197
 
 done
16198
 
-done
16199
 
+  done
16200
 
 IFS=$as_save_IFS
16201
 
 
16202
 
   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
16203
 
@@ -19784,19 +16408,19 @@ esac
16204
 
 fi
16205
 
 GMSGFMT=$ac_cv_path_GMSGFMT
16206
 
 if test -n "$GMSGFMT"; then
16207
 
-  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
16208
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
16209
 
 $as_echo "$GMSGFMT" >&6; }
16210
 
 else
16211
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
16212
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16213
 
 $as_echo "no" >&6; }
16214
 
 fi
16215
 
 
16216
 
 
16217
 
          # Extract the first word of "xgettext", so it can be a program name with args.
16218
 
 set dummy xgettext; ac_word=$2
16219
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
16220
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16221
 
 $as_echo_n "checking for $ac_word... " >&6; }
16222
 
-if test "${ac_cv_path_XGETTEXT+set}" = set; then
16223
 
+if test "${ac_cv_path_XGETTEXT+set}" = set; then :
16224
 
   $as_echo_n "(cached) " >&6
16225
 
 else
16226
 
   case "$XGETTEXT" in
16227
 
@@ -19821,18 +16445,14 @@ esac
16228
 
 fi
16229
 
 XGETTEXT="$ac_cv_path_XGETTEXT"
16230
 
 if test "$XGETTEXT" != ":"; then
16231
 
-  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
16232
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
16233
 
 $as_echo "$XGETTEXT" >&6; }
16234
 
 else
16235
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
16236
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16237
 
 $as_echo "no" >&6; }
16238
 
 fi
16239
 
 
16240
 
-         cat >conftest.$ac_ext <<_ACEOF
16241
 
-/* confdefs.h.  */
16242
 
-_ACEOF
16243
 
-cat confdefs.h >>conftest.$ac_ext
16244
 
-cat >>conftest.$ac_ext <<_ACEOF
16245
 
+         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16246
 
 /* end confdefs.h.  */
16247
 
 
16248
 
 int
16249
 
@@ -19844,121 +16464,14 @@ extern int _nl_msg_cat_cntr;
16250
 
   return 0;
16251
 
 }
16252
 
 _ACEOF
16253
 
-rm -f conftest.$ac_objext conftest$ac_exeext
16254
 
-if { (ac_try="$ac_link"
16255
 
-case "(($ac_try" in
16256
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16257
 
-  *) ac_try_echo=$ac_try;;
16258
 
-esac
16259
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16260
 
-$as_echo "$ac_try_echo") >&5
16261
 
-  (eval "$ac_link") 2>conftest.er1
16262
 
-  ac_status=$?
16263
 
-  grep -v '^ *+' conftest.er1 >conftest.err
16264
 
-  rm -f conftest.er1
16265
 
-  cat conftest.err >&5
16266
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16267
 
-  (exit $ac_status); } && {
16268
 
-        test -z "$ac_c_werror_flag" ||
16269
 
-        test ! -s conftest.err
16270
 
-       } && test -s conftest$ac_exeext && {
16271
 
-        test "$cross_compiling" = yes ||
16272
 
-        $as_test_x conftest$ac_exeext
16273
 
-       }; then
16274
 
+if ac_fn_c_try_link "$LINENO"; then :
16275
 
   CATOBJEXT=.gmo
16276
 
              DATADIRNAME=share
16277
 
 else
16278
 
-  $as_echo "$as_me: failed program was:" >&5
16279
 
-sed 's/^/| /' conftest.$ac_ext >&5
16280
 
-
16281
 
-       case $host in
16282
 
+  case $host in
16283
 
            *-*-solaris*)
16284
 
-                                                               { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
16285
 
-$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
16286
 
-if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
16287
 
-  $as_echo_n "(cached) " >&6
16288
 
-else
16289
 
-  cat >conftest.$ac_ext <<_ACEOF
16290
 
-/* confdefs.h.  */
16291
 
-_ACEOF
16292
 
-cat confdefs.h >>conftest.$ac_ext
16293
 
-cat >>conftest.$ac_ext <<_ACEOF
16294
 
-/* end confdefs.h.  */
16295
 
-/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
16296
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16297
 
-#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
16298
 
-
16299
 
-/* System header to define __stub macros and hopefully few prototypes,
16300
 
-    which can conflict with char bind_textdomain_codeset (); below.
16301
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16302
 
-    <limits.h> exists even on freestanding compilers.  */
16303
 
-
16304
 
-#ifdef __STDC__
16305
 
-# include <limits.h>
16306
 
-#else
16307
 
-# include <assert.h>
16308
 
-#endif
16309
 
-
16310
 
-#undef bind_textdomain_codeset
16311
 
-
16312
 
-/* Override any GCC internal prototype to avoid an error.
16313
 
-   Use char because int might match the return type of a GCC
16314
 
-   builtin and then its argument prototype would still apply.  */
16315
 
-#ifdef __cplusplus
16316
 
-extern "C"
16317
 
-#endif
16318
 
-char bind_textdomain_codeset ();
16319
 
-/* The GNU C library defines this for functions which it implements
16320
 
-    to always fail with ENOSYS.  Some functions are actually named
16321
 
-    something starting with __ and the normal name is an alias.  */
16322
 
-#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
16323
 
-choke me
16324
 
-#endif
16325
 
-
16326
 
-int
16327
 
-main ()
16328
 
-{
16329
 
-return bind_textdomain_codeset ();
16330
 
-  ;
16331
 
-  return 0;
16332
 
-}
16333
 
-_ACEOF
16334
 
-rm -f conftest.$ac_objext conftest$ac_exeext
16335
 
-if { (ac_try="$ac_link"
16336
 
-case "(($ac_try" in
16337
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16338
 
-  *) ac_try_echo=$ac_try;;
16339
 
-esac
16340
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16341
 
-$as_echo "$ac_try_echo") >&5
16342
 
-  (eval "$ac_link") 2>conftest.er1
16343
 
-  ac_status=$?
16344
 
-  grep -v '^ *+' conftest.er1 >conftest.err
16345
 
-  rm -f conftest.er1
16346
 
-  cat conftest.err >&5
16347
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16348
 
-  (exit $ac_status); } && {
16349
 
-        test -z "$ac_c_werror_flag" ||
16350
 
-        test ! -s conftest.err
16351
 
-       } && test -s conftest$ac_exeext && {
16352
 
-        test "$cross_compiling" = yes ||
16353
 
-        $as_test_x conftest$ac_exeext
16354
 
-       }; then
16355
 
-  ac_cv_func_bind_textdomain_codeset=yes
16356
 
-else
16357
 
-  $as_echo "$as_me: failed program was:" >&5
16358
 
-sed 's/^/| /' conftest.$ac_ext >&5
16359
 
-
16360
 
-       ac_cv_func_bind_textdomain_codeset=no
16361
 
-fi
16362
 
-
16363
 
-rm -rf conftest.dSYM
16364
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16365
 
-      conftest$ac_exeext conftest.$ac_ext
16366
 
-fi
16367
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
16368
 
-$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
16369
 
-if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
16370
 
+                                                               ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
16371
 
+if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
16372
 
   CATOBJEXT=.gmo
16373
 
                DATADIRNAME=share
16374
 
 else
16375
 
@@ -19973,10 +16486,8 @@ fi
16376
 
            ;;
16377
 
            esac
16378
 
 fi
16379
 
-
16380
 
-rm -rf conftest.dSYM
16381
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16382
 
-      conftest$ac_exeext conftest.$ac_ext
16383
 
+rm -f core conftest.err conftest.$ac_objext \
16384
 
+    conftest$ac_exeext conftest.$ac_ext
16385
 
           LIBS="$glib_save_LIBS"
16386
 
          INSTOBJEXT=.mo
16387
 
        else
16388
 
@@ -19990,9 +16501,7 @@ fi
16389
 
 
16390
 
     if test "$gt_cv_have_gettext" = "yes" ; then
16391
 
 
16392
 
-cat >>confdefs.h <<\_ACEOF
16393
 
-#define ENABLE_NLS 1
16394
 
-_ACEOF
16395
 
+$as_echo "#define ENABLE_NLS 1" >>confdefs.h
16396
 
 
16397
 
     fi
16398
 
 
16399
 
@@ -20000,7 +16509,7 @@ _ACEOF
16400
 
                   if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
16401
 
         : ;
16402
 
       else
16403
 
-        { $as_echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
16404
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
16405
 
 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
16406
 
         XGETTEXT=":"
16407
 
       fi
16408
 
@@ -20033,7 +16542,7 @@ $as_echo "found xgettext program is not
16409
 
      if test "x$ALL_LINGUAS" = "x"; then
16410
 
        LINGUAS=
16411
 
      else
16412
 
-       { $as_echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
16413
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
16414
 
 $as_echo_n "checking for catalogs to be installed... " >&6; }
16415
 
        NEW_LINGUAS=
16416
 
        for presentlang in $ALL_LINGUAS; do
16417
 
@@ -20058,7 +16567,7 @@ $as_echo_n "checking for catalogs to be
16418
 
          fi
16419
 
        done
16420
 
        LINGUAS=$NEW_LINGUAS
16421
 
-       { $as_echo "$as_me:$LINENO: result: $LINGUAS" >&5
16422
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
16423
 
 $as_echo "$LINGUAS" >&6; }
16424
 
      fi
16425
 
 
16426
 
@@ -20092,16 +16601,16 @@ $as_echo "$LINGUAS" >&6; }
16427
 
 
16428
 
 
16429
 
 
16430
 
-  { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5
16431
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
16432
 
 $as_echo_n "checking whether NLS is requested... " >&6; }
16433
 
     # Check whether --enable-nls was given.
16434
 
-if test "${enable_nls+set}" = set; then
16435
 
+if test "${enable_nls+set}" = set; then :
16436
 
   enableval=$enable_nls; USE_NLS=$enableval
16437
 
 else
16438
 
   USE_NLS=yes
16439
 
 fi
16440
 
 
16441
 
-  { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5
16442
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
16443
 
 $as_echo "$USE_NLS" >&6; }
16444
 
 
16445
 
 
16446
 
@@ -20109,35 +16618,31 @@ $as_echo "$USE_NLS" >&6; }
16447
 
 
16448
 
 case "$am__api_version" in
16449
 
     1.01234)
16450
 
-       { { $as_echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
16451
 
-$as_echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;}
16452
 
-   { (exit 1); exit 1; }; }
16453
 
+       as_fn_error "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
16454
 
     ;;
16455
 
     *)
16456
 
     ;;
16457
 
 esac
16458
 
 
16459
 
 if test -n "0.35.0"; then
16460
 
-    { $as_echo "$as_me:$LINENO: checking for intltool >= 0.35.0" >&5
16461
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= 0.35.0" >&5
16462
 
 $as_echo_n "checking for intltool >= 0.35.0... " >&6; }
16463
 
 
16464
 
     INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
16465
 
     INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
16466
 
     INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
16467
 
 
16468
 
-    { $as_echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
16469
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
16470
 
 $as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
16471
 
     test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
16472
 
-       { { $as_echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool 0.35.0 or later." >&5
16473
 
-$as_echo "$as_me: error: Your intltool is too old.  You need intltool 0.35.0 or later." >&2;}
16474
 
-   { (exit 1); exit 1; }; }
16475
 
+       as_fn_error "Your intltool is too old.  You need intltool 0.35.0 or later." "$LINENO" 5
16476
 
 fi
16477
 
 
16478
 
 # Extract the first word of "intltool-update", so it can be a program name with args.
16479
 
 set dummy intltool-update; ac_word=$2
16480
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
16481
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16482
 
 $as_echo_n "checking for $ac_word... " >&6; }
16483
 
-if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then
16484
 
+if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then :
16485
 
   $as_echo_n "(cached) " >&6
16486
 
 else
16487
 
   case $INTLTOOL_UPDATE in
16488
 
@@ -20150,14 +16655,14 @@ for as_dir in $PATH
16489
 
 do
16490
 
   IFS=$as_save_IFS
16491
 
   test -z "$as_dir" && as_dir=.
16492
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
16493
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
16494
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16495
 
     ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext"
16496
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16497
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16498
 
     break 2
16499
 
   fi
16500
 
 done
16501
 
-done
16502
 
+  done
16503
 
 IFS=$as_save_IFS
16504
 
 
16505
 
   ;;
16506
 
@@ -20165,19 +16670,19 @@ esac
16507
 
 fi
16508
 
 INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE
16509
 
 if test -n "$INTLTOOL_UPDATE"; then
16510
 
-  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5
16511
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_UPDATE" >&5
16512
 
 $as_echo "$INTLTOOL_UPDATE" >&6; }
16513
 
 else
16514
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
16515
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16516
 
 $as_echo "no" >&6; }
16517
 
 fi
16518
 
 
16519
 
 
16520
 
 # Extract the first word of "intltool-merge", so it can be a program name with args.
16521
 
 set dummy intltool-merge; ac_word=$2
16522
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
16523
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16524
 
 $as_echo_n "checking for $ac_word... " >&6; }
16525
 
-if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then
16526
 
+if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then :
16527
 
   $as_echo_n "(cached) " >&6
16528
 
 else
16529
 
   case $INTLTOOL_MERGE in
16530
 
@@ -20190,14 +16695,14 @@ for as_dir in $PATH
16531
 
 do
16532
 
   IFS=$as_save_IFS
16533
 
   test -z "$as_dir" && as_dir=.
16534
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
16535
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
16536
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16537
 
     ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext"
16538
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16539
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16540
 
     break 2
16541
 
   fi
16542
 
 done
16543
 
-done
16544
 
+  done
16545
 
 IFS=$as_save_IFS
16546
 
 
16547
 
   ;;
16548
 
@@ -20205,19 +16710,19 @@ esac
16549
 
 fi
16550
 
 INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE
16551
 
 if test -n "$INTLTOOL_MERGE"; then
16552
 
-  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5
16553
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_MERGE" >&5
16554
 
 $as_echo "$INTLTOOL_MERGE" >&6; }
16555
 
 else
16556
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
16557
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16558
 
 $as_echo "no" >&6; }
16559
 
 fi
16560
 
 
16561
 
 
16562
 
 # Extract the first word of "intltool-extract", so it can be a program name with args.
16563
 
 set dummy intltool-extract; ac_word=$2
16564
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
16565
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16566
 
 $as_echo_n "checking for $ac_word... " >&6; }
16567
 
-if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then
16568
 
+if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then :
16569
 
   $as_echo_n "(cached) " >&6
16570
 
 else
16571
 
   case $INTLTOOL_EXTRACT in
16572
 
@@ -20230,14 +16735,14 @@ for as_dir in $PATH
16573
 
 do
16574
 
   IFS=$as_save_IFS
16575
 
   test -z "$as_dir" && as_dir=.
16576
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
16577
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
16578
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16579
 
     ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext"
16580
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16581
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16582
 
     break 2
16583
 
   fi
16584
 
 done
16585
 
-done
16586
 
+  done
16587
 
 IFS=$as_save_IFS
16588
 
 
16589
 
   ;;
16590
 
@@ -20245,18 +16750,16 @@ esac
16591
 
 fi
16592
 
 INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT
16593
 
 if test -n "$INTLTOOL_EXTRACT"; then
16594
 
-  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5
16595
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_EXTRACT" >&5
16596
 
 $as_echo "$INTLTOOL_EXTRACT" >&6; }
16597
 
 else
16598
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
16599
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16600
 
 $as_echo "no" >&6; }
16601
 
 fi
16602
 
 
16603
 
 
16604
 
 if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
16605
 
-    { { $as_echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5
16606
 
-$as_echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;}
16607
 
-   { (exit 1); exit 1; }; }
16608
 
+    as_fn_error "The intltool scripts were not found. Please install intltool." "$LINENO" 5
16609
 
 fi
16610
 
 
16611
 
   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 $< $@'
16612
 
@@ -20378,9 +16881,9 @@ INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.
16613
 
 # Check the gettext tools to make sure they are GNU
16614
 
 # Extract the first word of "xgettext", so it can be a program name with args.
16615
 
 set dummy xgettext; ac_word=$2
16616
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
16617
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16618
 
 $as_echo_n "checking for $ac_word... " >&6; }
16619
 
-if test "${ac_cv_path_XGETTEXT+set}" = set; then
16620
 
+if test "${ac_cv_path_XGETTEXT+set}" = set; then :
16621
 
   $as_echo_n "(cached) " >&6
16622
 
 else
16623
 
   case $XGETTEXT in
16624
 
@@ -20393,14 +16896,14 @@ for as_dir in $PATH
16625
 
 do
16626
 
   IFS=$as_save_IFS
16627
 
   test -z "$as_dir" && as_dir=.
16628
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
16629
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
16630
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16631
 
     ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
16632
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16633
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16634
 
     break 2
16635
 
   fi
16636
 
 done
16637
 
-done
16638
 
+  done
16639
 
 IFS=$as_save_IFS
16640
 
 
16641
 
   ;;
16642
 
@@ -20408,19 +16911,19 @@ esac
16643
 
 fi
16644
 
 XGETTEXT=$ac_cv_path_XGETTEXT
16645
 
 if test -n "$XGETTEXT"; then
16646
 
-  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
16647
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
16648
 
 $as_echo "$XGETTEXT" >&6; }
16649
 
 else
16650
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
16651
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16652
 
 $as_echo "no" >&6; }
16653
 
 fi
16654
 
 
16655
 
 
16656
 
 # Extract the first word of "msgmerge", so it can be a program name with args.
16657
 
 set dummy msgmerge; ac_word=$2
16658
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
16659
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16660
 
 $as_echo_n "checking for $ac_word... " >&6; }
16661
 
-if test "${ac_cv_path_MSGMERGE+set}" = set; then
16662
 
+if test "${ac_cv_path_MSGMERGE+set}" = set; then :
16663
 
   $as_echo_n "(cached) " >&6
16664
 
 else
16665
 
   case $MSGMERGE in
16666
 
@@ -20433,14 +16936,14 @@ for as_dir in $PATH
16667
 
 do
16668
 
   IFS=$as_save_IFS
16669
 
   test -z "$as_dir" && as_dir=.
16670
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
16671
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
16672
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16673
 
     ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
16674
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16675
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16676
 
     break 2
16677
 
   fi
16678
 
 done
16679
 
-done
16680
 
+  done
16681
 
 IFS=$as_save_IFS
16682
 
 
16683
 
   ;;
16684
 
@@ -20448,19 +16951,19 @@ esac
16685
 
 fi
16686
 
 MSGMERGE=$ac_cv_path_MSGMERGE
16687
 
 if test -n "$MSGMERGE"; then
16688
 
-  { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5
16689
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
16690
 
 $as_echo "$MSGMERGE" >&6; }
16691
 
 else
16692
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
16693
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16694
 
 $as_echo "no" >&6; }
16695
 
 fi
16696
 
 
16697
 
 
16698
 
 # Extract the first word of "msgfmt", so it can be a program name with args.
16699
 
 set dummy msgfmt; ac_word=$2
16700
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
16701
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16702
 
 $as_echo_n "checking for $ac_word... " >&6; }
16703
 
-if test "${ac_cv_path_MSGFMT+set}" = set; then
16704
 
+if test "${ac_cv_path_MSGFMT+set}" = set; then :
16705
 
   $as_echo_n "(cached) " >&6
16706
 
 else
16707
 
   case $MSGFMT in
16708
 
@@ -20473,14 +16976,14 @@ for as_dir in $PATH
16709
 
 do
16710
 
   IFS=$as_save_IFS
16711
 
   test -z "$as_dir" && as_dir=.
16712
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
16713
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
16714
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16715
 
     ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
16716
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16717
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16718
 
     break 2
16719
 
   fi
16720
 
 done
16721
 
-done
16722
 
+  done
16723
 
 IFS=$as_save_IFS
16724
 
 
16725
 
   ;;
16726
 
@@ -20488,19 +16991,19 @@ esac
16727
 
 fi
16728
 
 MSGFMT=$ac_cv_path_MSGFMT
16729
 
 if test -n "$MSGFMT"; then
16730
 
-  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
16731
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
16732
 
 $as_echo "$MSGFMT" >&6; }
16733
 
 else
16734
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
16735
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16736
 
 $as_echo "no" >&6; }
16737
 
 fi
16738
 
 
16739
 
 
16740
 
 # Extract the first word of "gmsgfmt", so it can be a program name with args.
16741
 
 set dummy gmsgfmt; ac_word=$2
16742
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
16743
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16744
 
 $as_echo_n "checking for $ac_word... " >&6; }
16745
 
-if test "${ac_cv_path_GMSGFMT+set}" = set; then
16746
 
+if test "${ac_cv_path_GMSGFMT+set}" = set; then :
16747
 
   $as_echo_n "(cached) " >&6
16748
 
 else
16749
 
   case $GMSGFMT in
16750
 
@@ -20513,14 +17016,14 @@ for as_dir in $PATH
16751
 
 do
16752
 
   IFS=$as_save_IFS
16753
 
   test -z "$as_dir" && as_dir=.
16754
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
16755
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
16756
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16757
 
     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
16758
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16759
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16760
 
     break 2
16761
 
   fi
16762
 
 done
16763
 
-done
16764
 
+  done
16765
 
 IFS=$as_save_IFS
16766
 
 
16767
 
   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
16768
 
@@ -20529,33 +17032,29 @@ esac
16769
 
 fi
16770
 
 GMSGFMT=$ac_cv_path_GMSGFMT
16771
 
 if test -n "$GMSGFMT"; then
16772
 
-  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
16773
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
16774
 
 $as_echo "$GMSGFMT" >&6; }
16775
 
 else
16776
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
16777
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16778
 
 $as_echo "no" >&6; }
16779
 
 fi
16780
 
 
16781
 
 
16782
 
 if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
16783
 
-    { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
16784
 
-$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
16785
 
-   { (exit 1); exit 1; }; }
16786
 
+    as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
16787
 
 fi
16788
 
 xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
16789
 
 mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
16790
 
 mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
16791
 
 if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
16792
 
-    { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
16793
 
-$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
16794
 
-   { (exit 1); exit 1; }; }
16795
 
+    as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
16796
 
 fi
16797
 
 
16798
 
 # Extract the first word of "perl", so it can be a program name with args.
16799
 
 set dummy perl; ac_word=$2
16800
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
16801
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16802
 
 $as_echo_n "checking for $ac_word... " >&6; }
16803
 
-if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then
16804
 
+if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then :
16805
 
   $as_echo_n "(cached) " >&6
16806
 
 else
16807
 
   case $INTLTOOL_PERL in
16808
 
@@ -20568,14 +17067,14 @@ for as_dir in $PATH
16809
 
 do
16810
 
   IFS=$as_save_IFS
16811
 
   test -z "$as_dir" && as_dir=.
16812
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
16813
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
16814
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16815
 
     ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
16816
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16817
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16818
 
     break 2
16819
 
   fi
16820
 
 done
16821
 
-done
16822
 
+  done
16823
 
 IFS=$as_save_IFS
16824
 
 
16825
 
   ;;
16826
 
@@ -20583,180 +17082,63 @@ esac
16827
 
 fi
16828
 
 INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
16829
 
 if test -n "$INTLTOOL_PERL"; then
16830
 
-  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5
16831
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_PERL" >&5
16832
 
 $as_echo "$INTLTOOL_PERL" >&6; }
16833
 
 else
16834
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
16835
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16836
 
 $as_echo "no" >&6; }
16837
 
 fi
16838
 
 
16839
 
 
16840
 
 if test -z "$INTLTOOL_PERL"; then
16841
 
-   { { $as_echo "$as_me:$LINENO: error: perl not found" >&5
16842
 
-$as_echo "$as_me: error: perl not found" >&2;}
16843
 
-   { (exit 1); exit 1; }; }
16844
 
+   as_fn_error "perl not found" "$LINENO" 5
16845
 
 fi
16846
 
-{ $as_echo "$as_me:$LINENO: checking for perl >= 5.8.1" >&5
16847
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5
16848
 
 $as_echo_n "checking for perl >= 5.8.1... " >&6; }
16849
 
 $INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
16850
 
 if test $? -ne 0; then
16851
 
-   { { $as_echo "$as_me:$LINENO: error: perl 5.8.1 is required for intltool" >&5
16852
 
-$as_echo "$as_me: error: perl 5.8.1 is required for intltool" >&2;}
16853
 
-   { (exit 1); exit 1; }; }
16854
 
+   as_fn_error "perl 5.8.1 is required for intltool" "$LINENO" 5
16855
 
 else
16856
 
    IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
16857
 
-   { $as_echo "$as_me:$LINENO: result: $IT_PERL_VERSION" >&5
16858
 
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
16859
 
 $as_echo "$IT_PERL_VERSION" >&6; }
16860
 
 fi
16861
 
 if test "x" != "xno-xml"; then
16862
 
-   { $as_echo "$as_me:$LINENO: checking for XML::Parser" >&5
16863
 
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5
16864
 
 $as_echo_n "checking for XML::Parser... " >&6; }
16865
 
    if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
16866
 
-       { $as_echo "$as_me:$LINENO: result: ok" >&5
16867
 
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
16868
 
 $as_echo "ok" >&6; }
16869
 
    else
16870
 
-       { { $as_echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
16871
 
-$as_echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
16872
 
-   { (exit 1); exit 1; }; }
16873
 
-   fi
16874
 
-fi
16875
 
-
16876
 
-# Substitute ALL_LINGUAS so we can use it in po/Makefile
16877
 
-
16878
 
-
16879
 
-# Set DATADIRNAME correctly if it is not set yet
16880
 
-# (copied from glib-gettext.m4)
16881
 
-if test -z "$DATADIRNAME"; then
16882
 
-  cat >conftest.$ac_ext <<_ACEOF
16883
 
-/* confdefs.h.  */
16884
 
-_ACEOF
16885
 
-cat confdefs.h >>conftest.$ac_ext
16886
 
-cat >>conftest.$ac_ext <<_ACEOF
16887
 
-/* end confdefs.h.  */
16888
 
-
16889
 
-int
16890
 
-main ()
16891
 
-{
16892
 
-extern int _nl_msg_cat_cntr;
16893
 
-                       return _nl_msg_cat_cntr
16894
 
-  ;
16895
 
-  return 0;
16896
 
-}
16897
 
-_ACEOF
16898
 
-rm -f conftest.$ac_objext conftest$ac_exeext
16899
 
-if { (ac_try="$ac_link"
16900
 
-case "(($ac_try" in
16901
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16902
 
-  *) ac_try_echo=$ac_try;;
16903
 
-esac
16904
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16905
 
-$as_echo "$ac_try_echo") >&5
16906
 
-  (eval "$ac_link") 2>conftest.er1
16907
 
-  ac_status=$?
16908
 
-  grep -v '^ *+' conftest.er1 >conftest.err
16909
 
-  rm -f conftest.er1
16910
 
-  cat conftest.err >&5
16911
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16912
 
-  (exit $ac_status); } && {
16913
 
-        test -z "$ac_c_werror_flag" ||
16914
 
-        test ! -s conftest.err
16915
 
-       } && test -s conftest$ac_exeext && {
16916
 
-        test "$cross_compiling" = yes ||
16917
 
-        $as_test_x conftest$ac_exeext
16918
 
-       }; then
16919
 
-  DATADIRNAME=share
16920
 
-else
16921
 
-  $as_echo "$as_me: failed program was:" >&5
16922
 
-sed 's/^/| /' conftest.$ac_ext >&5
16923
 
-
16924
 
-       case $host in
16925
 
-    *-*-solaris*)
16926
 
-                        { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
16927
 
-$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
16928
 
-if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
16929
 
-  $as_echo_n "(cached) " >&6
16930
 
-else
16931
 
-  cat >conftest.$ac_ext <<_ACEOF
16932
 
-/* confdefs.h.  */
16933
 
-_ACEOF
16934
 
-cat confdefs.h >>conftest.$ac_ext
16935
 
-cat >>conftest.$ac_ext <<_ACEOF
16936
 
-/* end confdefs.h.  */
16937
 
-/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
16938
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16939
 
-#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
16940
 
-
16941
 
-/* System header to define __stub macros and hopefully few prototypes,
16942
 
-    which can conflict with char bind_textdomain_codeset (); below.
16943
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16944
 
-    <limits.h> exists even on freestanding compilers.  */
16945
 
-
16946
 
-#ifdef __STDC__
16947
 
-# include <limits.h>
16948
 
-#else
16949
 
-# include <assert.h>
16950
 
-#endif
16951
 
+       as_fn_error "XML::Parser perl module is required for intltool" "$LINENO" 5
16952
 
+   fi
16953
 
+fi
16954
 
 
16955
 
-#undef bind_textdomain_codeset
16956
 
+# Substitute ALL_LINGUAS so we can use it in po/Makefile
16957
 
 
16958
 
-/* Override any GCC internal prototype to avoid an error.
16959
 
-   Use char because int might match the return type of a GCC
16960
 
-   builtin and then its argument prototype would still apply.  */
16961
 
-#ifdef __cplusplus
16962
 
-extern "C"
16963
 
-#endif
16964
 
-char bind_textdomain_codeset ();
16965
 
-/* The GNU C library defines this for functions which it implements
16966
 
-    to always fail with ENOSYS.  Some functions are actually named
16967
 
-    something starting with __ and the normal name is an alias.  */
16968
 
-#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
16969
 
-choke me
16970
 
-#endif
16971
 
+
16972
 
+# Set DATADIRNAME correctly if it is not set yet
16973
 
+# (copied from glib-gettext.m4)
16974
 
+if test -z "$DATADIRNAME"; then
16975
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16976
 
+/* end confdefs.h.  */
16977
 
 
16978
 
 int
16979
 
 main ()
16980
 
 {
16981
 
-return bind_textdomain_codeset ();
16982
 
+extern int _nl_msg_cat_cntr;
16983
 
+                       return _nl_msg_cat_cntr
16984
 
   ;
16985
 
   return 0;
16986
 
 }
16987
 
 _ACEOF
16988
 
-rm -f conftest.$ac_objext conftest$ac_exeext
16989
 
-if { (ac_try="$ac_link"
16990
 
-case "(($ac_try" in
16991
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16992
 
-  *) ac_try_echo=$ac_try;;
16993
 
-esac
16994
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16995
 
-$as_echo "$ac_try_echo") >&5
16996
 
-  (eval "$ac_link") 2>conftest.er1
16997
 
-  ac_status=$?
16998
 
-  grep -v '^ *+' conftest.er1 >conftest.err
16999
 
-  rm -f conftest.er1
17000
 
-  cat conftest.err >&5
17001
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17002
 
-  (exit $ac_status); } && {
17003
 
-        test -z "$ac_c_werror_flag" ||
17004
 
-        test ! -s conftest.err
17005
 
-       } && test -s conftest$ac_exeext && {
17006
 
-        test "$cross_compiling" = yes ||
17007
 
-        $as_test_x conftest$ac_exeext
17008
 
-       }; then
17009
 
-  ac_cv_func_bind_textdomain_codeset=yes
17010
 
+if ac_fn_c_try_link "$LINENO"; then :
17011
 
+  DATADIRNAME=share
17012
 
 else
17013
 
-  $as_echo "$as_me: failed program was:" >&5
17014
 
-sed 's/^/| /' conftest.$ac_ext >&5
17015
 
-
17016
 
-       ac_cv_func_bind_textdomain_codeset=no
17017
 
-fi
17018
 
-
17019
 
-rm -rf conftest.dSYM
17020
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17021
 
-      conftest$ac_exeext conftest.$ac_ext
17022
 
-fi
17023
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
17024
 
-$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
17025
 
-if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
17026
 
+  case $host in
17027
 
+    *-*-solaris*)
17028
 
+                        ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
17029
 
+if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then :
17030
 
   DATADIRNAME=share
17031
 
 else
17032
 
   DATADIRNAME=lib
17033
 
@@ -20768,10 +17150,8 @@ fi
17034
 
     ;;
17035
 
     esac
17036
 
 fi
17037
 
-
17038
 
-rm -rf conftest.dSYM
17039
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17040
 
-      conftest$ac_exeext conftest.$ac_ext
17041
 
+rm -f core conftest.err conftest.$ac_objext \
17042
 
+    conftest$ac_exeext conftest.$ac_ext
17043
 
 fi
17044
 
 
17045
 
 
17046
 
@@ -20795,7 +17175,7 @@ fi
17047
 
 
17048
 
 
17049
 
 # Check whether --enable-schemas-install was given.
17050
 
-if test "${enable_schemas_install+set}" = set; then
17051
 
+if test "${enable_schemas_install+set}" = set; then :
17052
 
   enableval=$enable_schemas_install;
17053
 
 fi
17054
 
 
17055
 
@@ -20811,9 +17191,9 @@ fi
17056
 
 
17057
 
 # Extract the first word of "gconftool-2", so it can be a program name with args.
17058
 
 set dummy gconftool-2; ac_word=$2
17059
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
17060
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
17061
 
 $as_echo_n "checking for $ac_word... " >&6; }
17062
 
-if test "${ac_cv_path_GCONFTOOL+set}" = set; then
17063
 
+if test "${ac_cv_path_GCONFTOOL+set}" = set; then :
17064
 
   $as_echo_n "(cached) " >&6
17065
 
 else
17066
 
   case $GCONFTOOL in
17067
 
@@ -20826,14 +17206,14 @@ for as_dir in $PATH
17068
 
 do
17069
 
   IFS=$as_save_IFS
17070
 
   test -z "$as_dir" && as_dir=.
17071
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
17072
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
17073
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
17074
 
     ac_cv_path_GCONFTOOL="$as_dir/$ac_word$ac_exec_ext"
17075
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
17076
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
17077
 
     break 2
17078
 
   fi
17079
 
 done
17080
 
-done
17081
 
+  done
17082
 
 IFS=$as_save_IFS
17083
 
 
17084
 
   test -z "$ac_cv_path_GCONFTOOL" && ac_cv_path_GCONFTOOL="no"
17085
 
@@ -20842,18 +17222,16 @@ esac
17086
 
 fi
17087
 
 GCONFTOOL=$ac_cv_path_GCONFTOOL
17088
 
 if test -n "$GCONFTOOL"; then
17089
 
-  { $as_echo "$as_me:$LINENO: result: $GCONFTOOL" >&5
17090
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCONFTOOL" >&5
17091
 
 $as_echo "$GCONFTOOL" >&6; }
17092
 
 else
17093
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
17094
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17095
 
 $as_echo "no" >&6; }
17096
 
 fi
17097
 
 
17098
 
 
17099
 
 if test x"$GCONFTOOL" = "xno"; then
17100
 
-       { { $as_echo "$as_me:$LINENO: error: gconftool-2 executable not found in your path - should be installed with GConf" >&5
17101
 
-$as_echo "$as_me: error: gconftool-2 executable not found in your path - should be installed with GConf" >&2;}
17102
 
-   { (exit 1); exit 1; }; }
17103
 
+       as_fn_error "gconftool-2 executable not found in your path - should be installed with GConf" "$LINENO" 5
17104
 
 fi
17105
 
 
17106
 
   if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
17107
 
@@ -20864,13 +17242,13 @@ fi
17108
 
 
17109
 
 
17110
 
 # Check whether --with-gconf-source was given.
17111
 
-if test "${with_gconf_source+set}" = set; then
17112
 
+if test "${with_gconf_source+set}" = set; then :
17113
 
   withval=$with_gconf_source; GCONF_SCHEMA_CONFIG_SOURCE="$withval"
17114
 
 fi
17115
 
 
17116
 
 
17117
 
 
17118
 
-  { $as_echo "$as_me:$LINENO: result: Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&5
17119
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&5
17120
 
 $as_echo "Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&6; }
17121
 
 
17122
 
   if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
17123
 
@@ -20879,22 +17257,20 @@ $as_echo "Using config source $GCONF_SCH
17124
 
 
17125
 
 
17126
 
 # Check whether --with-gconf-schema-file-dir was given.
17127
 
-if test "${with_gconf_schema_file_dir+set}" = set; then
17128
 
+if test "${with_gconf_schema_file_dir+set}" = set; then :
17129
 
   withval=$with_gconf_schema_file_dir; GCONF_SCHEMA_FILE_DIR="$withval"
17130
 
 fi
17131
 
 
17132
 
 
17133
 
 
17134
 
-  { $as_echo "$as_me:$LINENO: result: Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&5
17135
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&5
17136
 
 $as_echo "Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&6; }
17137
 
 
17138
 
   # Check whether --enable-schemas-install was given.
17139
 
-if test "${enable_schemas_install+set}" = set; then
17140
 
+if test "${enable_schemas_install+set}" = set; then :
17141
 
   enableval=$enable_schemas_install; case ${enableval} in
17142
 
        yes|no) ;;
17143
 
-       *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-schemas-install" >&5
17144
 
-$as_echo "$as_me: error: bad value ${enableval} for --enable-schemas-install" >&2;}
17145
 
-   { (exit 1); exit 1; }; } ;;
17146
 
+       *) as_fn_error "bad value ${enableval} for --enable-schemas-install" "$LINENO" 5 ;;
17147
 
       esac
17148
 
 fi
17149
 
 
17150
 
@@ -20938,13 +17314,13 @@ _ACEOF
17151
 
     case $ac_val in #(
17152
 
     *${as_nl}*)
17153
 
       case $ac_var in #(
17154
 
-      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
17155
 
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17156
 
 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17157
 
       esac
17158
 
       case $ac_var in #(
17159
 
       _ | IFS | as_nl) ;; #(
17160
 
       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17161
 
-      *) $as_unset $ac_var ;;
17162
 
+      *) { eval $ac_var=; unset $ac_var;} ;;
17163
 
       esac ;;
17164
 
     esac
17165
 
   done
17166
 
@@ -20952,8 +17328,8 @@ $as_echo "$as_me: WARNING: cache variabl
17167
 
   (set) 2>&1 |
17168
 
     case $as_nl`(ac_space=' '; set) 2>&1` in #(
17169
 
     *${as_nl}ac_space=\ *)
17170
 
-      # `set' does not quote correctly, so add quotes (double-quote
17171
 
-      # substitution turns \\\\ into \\, and sed turns \\ into \).
17172
 
+      # `set' does not quote correctly, so add quotes: double-quote
17173
 
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
17174
 
       sed -n \
17175
 
        "s/'/'\\\\''/g;
17176
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17177
 
@@ -20976,11 +17352,11 @@ $as_echo "$as_me: WARNING: cache variabl
17178
 
 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17179
 
   if test -w "$cache_file"; then
17180
 
     test "x$cache_file" != "x/dev/null" &&
17181
 
-      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
17182
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17183
 
 $as_echo "$as_me: updating cache $cache_file" >&6;}
17184
 
     cat confcache >$cache_file
17185
 
   else
17186
 
-    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
17187
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17188
 
 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17189
 
   fi
17190
 
 fi
17191
 
@@ -21000,8 +17376,8 @@ for ac_i in : $LIBOBJS; do test "x$ac_i"
17192
 
   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17193
 
   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
17194
 
   #    will be set to the directory where LIBOBJS objects are built.
17195
 
-  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17196
 
-  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
17197
 
+  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17198
 
+  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
17199
 
 done
17200
 
 LIBOBJS=$ac_libobjs
17201
 
 
17202
 
@@ -21017,234 +17393,142 @@ else
17203
 
 fi
17204
 
 
17205
 
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
17206
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
17207
 
-Usually this means the macro was only invoked conditionally." >&5
17208
 
-$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
17209
 
-Usually this means the macro was only invoked conditionally." >&2;}
17210
 
-   { (exit 1); exit 1; }; }
17211
 
+  as_fn_error "conditional \"AMDEP\" was never defined.
17212
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17213
 
 fi
17214
 
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
17215
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
17216
 
-Usually this means the macro was only invoked conditionally." >&5
17217
 
-$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
17218
 
-Usually this means the macro was only invoked conditionally." >&2;}
17219
 
-   { (exit 1); exit 1; }; }
17220
 
+  as_fn_error "conditional \"am__fastdepCC\" was never defined.
17221
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17222
 
 fi
17223
 
 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
17224
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
17225
 
-Usually this means the macro was only invoked conditionally." >&5
17226
 
-$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
17227
 
-Usually this means the macro was only invoked conditionally." >&2;}
17228
 
-   { (exit 1); exit 1; }; }
17229
 
+  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
17230
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17231
 
 fi
17232
 
 if test -z "${ENABLE_SK_TRUE}" && test -z "${ENABLE_SK_FALSE}"; then
17233
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_SK\" was never defined.
17234
 
-Usually this means the macro was only invoked conditionally." >&5
17235
 
-$as_echo "$as_me: error: conditional \"ENABLE_SK\" was never defined.
17236
 
-Usually this means the macro was only invoked conditionally." >&2;}
17237
 
-   { (exit 1); exit 1; }; }
17238
 
+  as_fn_error "conditional \"ENABLE_SK\" was never defined.
17239
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17240
 
 fi
17241
 
 if test -z "${HAVE_GNOME_DOC_UTILS_TRUE}" && test -z "${HAVE_GNOME_DOC_UTILS_FALSE}"; then
17242
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
17243
 
-Usually this means the macro was only invoked conditionally." >&5
17244
 
-$as_echo "$as_me: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
17245
 
-Usually this means the macro was only invoked conditionally." >&2;}
17246
 
-   { (exit 1); exit 1; }; }
17247
 
+  as_fn_error "conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
17248
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17249
 
 fi
17250
 
 if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
17251
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_GTK_DOC\" was never defined.
17252
 
-Usually this means the macro was only invoked conditionally." >&5
17253
 
-$as_echo "$as_me: error: conditional \"ENABLE_GTK_DOC\" was never defined.
17254
 
-Usually this means the macro was only invoked conditionally." >&2;}
17255
 
-   { (exit 1); exit 1; }; }
17256
 
+  as_fn_error "conditional \"ENABLE_GTK_DOC\" was never defined.
17257
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17258
 
 fi
17259
 
 if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then
17260
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_BUILD_HTML\" was never defined.
17261
 
-Usually this means the macro was only invoked conditionally." >&5
17262
 
-$as_echo "$as_me: error: conditional \"GTK_DOC_BUILD_HTML\" was never defined.
17263
 
-Usually this means the macro was only invoked conditionally." >&2;}
17264
 
-   { (exit 1); exit 1; }; }
17265
 
+  as_fn_error "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
17266
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17267
 
 fi
17268
 
 if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then
17269
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_BUILD_PDF\" was never defined.
17270
 
-Usually this means the macro was only invoked conditionally." >&5
17271
 
-$as_echo "$as_me: error: conditional \"GTK_DOC_BUILD_PDF\" was never defined.
17272
 
-Usually this means the macro was only invoked conditionally." >&2;}
17273
 
-   { (exit 1); exit 1; }; }
17274
 
+  as_fn_error "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
17275
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17276
 
 fi
17277
 
 if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then
17278
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
17279
 
-Usually this means the macro was only invoked conditionally." >&5
17280
 
-$as_echo "$as_me: error: conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
17281
 
-Usually this means the macro was only invoked conditionally." >&2;}
17282
 
-   { (exit 1); exit 1; }; }
17283
 
+  as_fn_error "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
17284
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17285
 
 fi
17286
 
 if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then
17287
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_USE_REBASE\" was never defined.
17288
 
-Usually this means the macro was only invoked conditionally." >&5
17289
 
-$as_echo "$as_me: error: conditional \"GTK_DOC_USE_REBASE\" was never defined.
17290
 
-Usually this means the macro was only invoked conditionally." >&2;}
17291
 
-   { (exit 1); exit 1; }; }
17292
 
+  as_fn_error "conditional \"GTK_DOC_USE_REBASE\" was never defined.
17293
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17294
 
 fi
17295
 
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
17296
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
17297
 
-Usually this means the macro was only invoked conditionally." >&5
17298
 
-$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
17299
 
-Usually this means the macro was only invoked conditionally." >&2;}
17300
 
-   { (exit 1); exit 1; }; }
17301
 
+  as_fn_error "conditional \"am__fastdepCC\" was never defined.
17302
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17303
 
 fi
17304
 
 if test -z "${HAVE_CAM_LIB_H_TRUE}" && test -z "${HAVE_CAM_LIB_H_FALSE}"; then
17305
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_CAM_LIB_H\" was never defined.
17306
 
-Usually this means the macro was only invoked conditionally." >&5
17307
 
-$as_echo "$as_me: error: conditional \"HAVE_CAM_LIB_H\" was never defined.
17308
 
-Usually this means the macro was only invoked conditionally." >&2;}
17309
 
-   { (exit 1); exit 1; }; }
17310
 
+  as_fn_error "conditional \"HAVE_CAM_LIB_H\" was never defined.
17311
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17312
 
 fi
17313
 
 if test -z "${HAVE_SG_IO_HDR_T_TRUE}" && test -z "${HAVE_SG_IO_HDR_T_FALSE}"; then
17314
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_SG_IO_HDR_T\" was never defined.
17315
 
-Usually this means the macro was only invoked conditionally." >&5
17316
 
-$as_echo "$as_me: error: conditional \"HAVE_SG_IO_HDR_T\" was never defined.
17317
 
-Usually this means the macro was only invoked conditionally." >&2;}
17318
 
-   { (exit 1); exit 1; }; }
17319
 
+  as_fn_error "conditional \"HAVE_SG_IO_HDR_T\" was never defined.
17320
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17321
 
 fi
17322
 
 if test -z "${HAVE_USCSI_H_TRUE}" && test -z "${HAVE_USCSI_H_FALSE}"; then
17323
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_USCSI_H\" was never defined.
17324
 
-Usually this means the macro was only invoked conditionally." >&5
17325
 
-$as_echo "$as_me: error: conditional \"HAVE_USCSI_H\" was never defined.
17326
 
-Usually this means the macro was only invoked conditionally." >&2;}
17327
 
-   { (exit 1); exit 1; }; }
17328
 
+  as_fn_error "conditional \"HAVE_USCSI_H\" was never defined.
17329
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17330
 
 fi
17331
 
 if test -z "${HAVE_SCSIIO_H_TRUE}" && test -z "${HAVE_SCSIIO_H_FALSE}"; then
17332
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_SCSIIO_H\" was never defined.
17333
 
-Usually this means the macro was only invoked conditionally." >&5
17334
 
-$as_echo "$as_me: error: conditional \"HAVE_SCSIIO_H\" was never defined.
17335
 
-Usually this means the macro was only invoked conditionally." >&2;}
17336
 
-   { (exit 1); exit 1; }; }
17337
 
+  as_fn_error "conditional \"HAVE_SCSIIO_H\" was never defined.
17338
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17339
 
 fi
17340
 
 if test -z "${BUILD_NAUTILUS_TRUE}" && test -z "${BUILD_NAUTILUS_FALSE}"; then
17341
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_NAUTILUS\" was never defined.
17342
 
-Usually this means the macro was only invoked conditionally." >&5
17343
 
-$as_echo "$as_me: error: conditional \"BUILD_NAUTILUS\" was never defined.
17344
 
-Usually this means the macro was only invoked conditionally." >&2;}
17345
 
-   { (exit 1); exit 1; }; }
17346
 
+  as_fn_error "conditional \"BUILD_NAUTILUS\" was never defined.
17347
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17348
 
 fi
17349
 
 if test -z "${BUILD_LIBBURNIA_TRUE}" && test -z "${BUILD_LIBBURNIA_FALSE}"; then
17350
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_LIBBURNIA\" was never defined.
17351
 
-Usually this means the macro was only invoked conditionally." >&5
17352
 
-$as_echo "$as_me: error: conditional \"BUILD_LIBBURNIA\" was never defined.
17353
 
-Usually this means the macro was only invoked conditionally." >&2;}
17354
 
-   { (exit 1); exit 1; }; }
17355
 
+  as_fn_error "conditional \"BUILD_LIBBURNIA\" was never defined.
17356
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17357
 
 fi
17358
 
 if test -z "${BUILD_CDRTOOLS_TRUE}" && test -z "${BUILD_CDRTOOLS_FALSE}"; then
17359
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_CDRTOOLS\" was never defined.
17360
 
-Usually this means the macro was only invoked conditionally." >&5
17361
 
-$as_echo "$as_me: error: conditional \"BUILD_CDRTOOLS\" was never defined.
17362
 
-Usually this means the macro was only invoked conditionally." >&2;}
17363
 
-   { (exit 1); exit 1; }; }
17364
 
+  as_fn_error "conditional \"BUILD_CDRTOOLS\" was never defined.
17365
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17366
 
 fi
17367
 
 if test -z "${BUILD_CDRDAO_TRUE}" && test -z "${BUILD_CDRDAO_FALSE}"; then
17368
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_CDRDAO\" was never defined.
17369
 
-Usually this means the macro was only invoked conditionally." >&5
17370
 
-$as_echo "$as_me: error: conditional \"BUILD_CDRDAO\" was never defined.
17371
 
-Usually this means the macro was only invoked conditionally." >&2;}
17372
 
-   { (exit 1); exit 1; }; }
17373
 
+  as_fn_error "conditional \"BUILD_CDRDAO\" was never defined.
17374
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17375
 
 fi
17376
 
 if test -z "${BUILD_CDRKIT_TRUE}" && test -z "${BUILD_CDRKIT_FALSE}"; then
17377
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_CDRKIT\" was never defined.
17378
 
-Usually this means the macro was only invoked conditionally." >&5
17379
 
-$as_echo "$as_me: error: conditional \"BUILD_CDRKIT\" was never defined.
17380
 
-Usually this means the macro was only invoked conditionally." >&2;}
17381
 
-   { (exit 1); exit 1; }; }
17382
 
+  as_fn_error "conditional \"BUILD_CDRKIT\" was never defined.
17383
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17384
 
 fi
17385
 
 if test -z "${BUILD_GROWISOFS_TRUE}" && test -z "${BUILD_GROWISOFS_FALSE}"; then
17386
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_GROWISOFS\" was never defined.
17387
 
-Usually this means the macro was only invoked conditionally." >&5
17388
 
-$as_echo "$as_me: error: conditional \"BUILD_GROWISOFS\" was never defined.
17389
 
-Usually this means the macro was only invoked conditionally." >&2;}
17390
 
-   { (exit 1); exit 1; }; }
17391
 
+  as_fn_error "conditional \"BUILD_GROWISOFS\" was never defined.
17392
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17393
 
 fi
17394
 
 if test -z "${BUILD_SEARCH_TRUE}" && test -z "${BUILD_SEARCH_FALSE}"; then
17395
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_SEARCH\" was never defined.
17396
 
-Usually this means the macro was only invoked conditionally." >&5
17397
 
-$as_echo "$as_me: error: conditional \"BUILD_SEARCH\" was never defined.
17398
 
-Usually this means the macro was only invoked conditionally." >&2;}
17399
 
-   { (exit 1); exit 1; }; }
17400
 
+  as_fn_error "conditional \"BUILD_SEARCH\" was never defined.
17401
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17402
 
 fi
17403
 
 if test -z "${BUILD_BEAGLE_TRUE}" && test -z "${BUILD_BEAGLE_FALSE}"; then
17404
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_BEAGLE\" was never defined.
17405
 
-Usually this means the macro was only invoked conditionally." >&5
17406
 
-$as_echo "$as_me: error: conditional \"BUILD_BEAGLE\" was never defined.
17407
 
-Usually this means the macro was only invoked conditionally." >&2;}
17408
 
-   { (exit 1); exit 1; }; }
17409
 
+  as_fn_error "conditional \"BUILD_BEAGLE\" was never defined.
17410
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17411
 
 fi
17412
 
 if test -z "${BUILD_TRACKER_TRUE}" && test -z "${BUILD_TRACKER_FALSE}"; then
17413
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_TRACKER\" was never defined.
17414
 
-Usually this means the macro was only invoked conditionally." >&5
17415
 
-$as_echo "$as_me: error: conditional \"BUILD_TRACKER\" was never defined.
17416
 
-Usually this means the macro was only invoked conditionally." >&2;}
17417
 
-   { (exit 1); exit 1; }; }
17418
 
+  as_fn_error "conditional \"BUILD_TRACKER\" was never defined.
17419
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17420
 
 fi
17421
 
 if test -z "${BUILD_PLAYLIST_TRUE}" && test -z "${BUILD_PLAYLIST_FALSE}"; then
17422
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_PLAYLIST\" was never defined.
17423
 
-Usually this means the macro was only invoked conditionally." >&5
17424
 
-$as_echo "$as_me: error: conditional \"BUILD_PLAYLIST\" was never defined.
17425
 
-Usually this means the macro was only invoked conditionally." >&2;}
17426
 
-   { (exit 1); exit 1; }; }
17427
 
+  as_fn_error "conditional \"BUILD_PLAYLIST\" was never defined.
17428
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17429
 
 fi
17430
 
 if test -z "${BUILD_PREVIEW_TRUE}" && test -z "${BUILD_PREVIEW_FALSE}"; then
17431
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_PREVIEW\" was never defined.
17432
 
-Usually this means the macro was only invoked conditionally." >&5
17433
 
-$as_echo "$as_me: error: conditional \"BUILD_PREVIEW\" was never defined.
17434
 
-Usually this means the macro was only invoked conditionally." >&2;}
17435
 
-   { (exit 1); exit 1; }; }
17436
 
+  as_fn_error "conditional \"BUILD_PREVIEW\" was never defined.
17437
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17438
 
 fi
17439
 
 if test -z "${BUILD_INOTIFY_TRUE}" && test -z "${BUILD_INOTIFY_FALSE}"; then
17440
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_INOTIFY\" was never defined.
17441
 
-Usually this means the macro was only invoked conditionally." >&5
17442
 
-$as_echo "$as_me: error: conditional \"BUILD_INOTIFY\" was never defined.
17443
 
-Usually this means the macro was only invoked conditionally." >&2;}
17444
 
-   { (exit 1); exit 1; }; }
17445
 
+  as_fn_error "conditional \"BUILD_INOTIFY\" was never defined.
17446
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17447
 
 fi
17448
 
 if test -z "${HAVE_INTROSPECTION_TRUE}" && test -z "${HAVE_INTROSPECTION_FALSE}"; then
17449
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_INTROSPECTION\" was never defined.
17450
 
-Usually this means the macro was only invoked conditionally." >&5
17451
 
-$as_echo "$as_me: error: conditional \"HAVE_INTROSPECTION\" was never defined.
17452
 
-Usually this means the macro was only invoked conditionally." >&2;}
17453
 
-   { (exit 1); exit 1; }; }
17454
 
+  as_fn_error "conditional \"HAVE_INTROSPECTION\" was never defined.
17455
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17456
 
 fi
17457
 
 if test -z "${UPDATE_CACHES_TRUE}" && test -z "${UPDATE_CACHES_FALSE}"; then
17458
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"UPDATE_CACHES\" was never defined.
17459
 
-Usually this means the macro was only invoked conditionally." >&5
17460
 
-$as_echo "$as_me: error: conditional \"UPDATE_CACHES\" was never defined.
17461
 
-Usually this means the macro was only invoked conditionally." >&2;}
17462
 
-   { (exit 1); exit 1; }; }
17463
 
+  as_fn_error "conditional \"UPDATE_CACHES\" was never defined.
17464
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17465
 
 fi
17466
 
 
17467
 
   ac_config_commands="$ac_config_commands po/stamp-it"
17468
 
 
17469
 
 
17470
 
 if test -z "${SCHEMAS_INSTALL_TRUE}" && test -z "${SCHEMAS_INSTALL_FALSE}"; then
17471
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"SCHEMAS_INSTALL\" was never defined.
17472
 
-Usually this means the macro was only invoked conditionally." >&5
17473
 
-$as_echo "$as_me: error: conditional \"SCHEMAS_INSTALL\" was never defined.
17474
 
-Usually this means the macro was only invoked conditionally." >&2;}
17475
 
-   { (exit 1); exit 1; }; }
17476
 
+  as_fn_error "conditional \"SCHEMAS_INSTALL\" was never defined.
17477
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17478
 
 fi
17479
 
 if test -z "${GCONF_SCHEMAS_INSTALL_TRUE}" && test -z "${GCONF_SCHEMAS_INSTALL_FALSE}"; then
17480
 
-  { { $as_echo "$as_me:$LINENO: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
17481
 
-Usually this means the macro was only invoked conditionally." >&5
17482
 
-$as_echo "$as_me: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
17483
 
-Usually this means the macro was only invoked conditionally." >&2;}
17484
 
-   { (exit 1); exit 1; }; }
17485
 
+  as_fn_error "conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
17486
 
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
17487
 
 fi
17488
 
 
17489
 
 : ${CONFIG_STATUS=./config.status}
17490
 
 ac_write_fail=0
17491
 
 ac_clean_files_save=$ac_clean_files
17492
 
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17493
 
-{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
17494
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17495
 
 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17496
 
-cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17497
 
+as_write_fail=0
17498
 
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17499
 
 #! $SHELL
17500
 
 # Generated by $as_me.
17501
 
 # Run this file to recreate the current configuration.
17502
 
@@ -21254,17 +17538,18 @@ cat >$CONFIG_STATUS <<_ACEOF || ac_write
17503
 
 debug=false
17504
 
 ac_cs_recheck=false
17505
 
 ac_cs_silent=false
17506
 
-SHELL=\${CONFIG_SHELL-$SHELL}
17507
 
-_ACEOF
17508
 
 
17509
 
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17510
 
-## --------------------- ##
17511
 
-## M4sh Initialization.  ##
17512
 
-## --------------------- ##
17513
 
+SHELL=\${CONFIG_SHELL-$SHELL}
17514
 
+export SHELL
17515
 
+_ASEOF
17516
 
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17517
 
+## -------------------- ##
17518
 
+## M4sh Initialization. ##
17519
 
+## -------------------- ##
17520
 
 
17521
 
 # Be more Bourne compatible
17522
 
 DUALCASE=1; export DUALCASE # for MKS sh
17523
 
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17524
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
17525
 
   emulate sh
17526
 
   NULLCMD=:
17527
 
   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17528
 
@@ -21272,23 +17557,15 @@ if test -n "${ZSH_VERSION+set}" && (emul
17529
 
   alias -g '${1+"$@"}'='"$@"'
17530
 
   setopt NO_GLOB_SUBST
17531
 
 else
17532
 
-  case `(set -o) 2>/dev/null` in
17533
 
-  *posix*) set -o posix ;;
17534
 
+  case `(set -o) 2>/dev/null` in #(
17535
 
+  *posix*) :
17536
 
+    set -o posix ;; #(
17537
 
+  *) :
17538
 
+     ;;
17539
 
 esac
17540
 
-
17541
 
 fi
17542
 
 
17543
 
 
17544
 
-
17545
 
-
17546
 
-# PATH needs CR
17547
 
-# Avoid depending upon Character Ranges.
17548
 
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17549
 
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17550
 
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17551
 
-as_cr_digits='0123456789'
17552
 
-as_cr_alnum=$as_cr_Letters$as_cr_digits
17553
 
-
17554
 
 as_nl='
17555
 
 '
17556
 
 export as_nl
17557
 
@@ -21296,7 +17573,13 @@ export as_nl
17558
 
 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17559
 
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17560
 
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17561
 
-if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17562
 
+# Prefer a ksh shell builtin over an external printf program on Solaris,
17563
 
+# but without wasting forks for bash or zsh.
17564
 
+if test -z "$BASH_VERSION$ZSH_VERSION" \
17565
 
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17566
 
+  as_echo='print -r --'
17567
 
+  as_echo_n='print -rn --'
17568
 
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17569
 
   as_echo='printf %s\n'
17570
 
   as_echo_n='printf %s'
17571
 
 else
17572
 
@@ -21307,7 +17590,7 @@ else
17573
 
     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17574
 
     as_echo_n_body='eval
17575
 
       arg=$1;
17576
 
-      case $arg in
17577
 
+      case $arg in #(
17578
 
       *"$as_nl"*)
17579
 
        expr "X$arg" : "X\\(.*\\)$as_nl";
17580
 
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17581
 
@@ -21330,13 +17613,6 @@ if test "${PATH_SEPARATOR+set}" != set;
17582
 
   }
17583
 
 fi
17584
 
 
17585
 
-# Support unset when possible.
17586
 
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
17587
 
-  as_unset=unset
17588
 
-else
17589
 
-  as_unset=false
17590
 
-fi
17591
 
-
17592
 
 
17593
 
 # IFS
17594
 
 # We need space, tab and new line, in precisely that order.  Quoting is
17595
 
@@ -21346,15 +17622,15 @@ fi
17596
 
 IFS=" ""       $as_nl"
17597
 
 
17598
 
 # Find who we are.  Look in the path if we contain no directory separator.
17599
 
-case $0 in
17600
 
+case $0 in #((
17601
 
   *[\\/]* ) as_myself=$0 ;;
17602
 
   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17603
 
 for as_dir in $PATH
17604
 
 do
17605
 
   IFS=$as_save_IFS
17606
 
   test -z "$as_dir" && as_dir=.
17607
 
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17608
 
-done
17609
 
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17610
 
+  done
17611
 
 IFS=$as_save_IFS
17612
 
 
17613
 
      ;;
17614
 
@@ -21366,12 +17642,16 @@ if test "x$as_myself" = x; then
17615
 
 fi
17616
 
 if test ! -f "$as_myself"; then
17617
 
   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17618
 
-  { (exit 1); exit 1; }
17619
 
+  exit 1
17620
 
 fi
17621
 
 
17622
 
-# Work around bugs in pre-3.0 UWIN ksh.
17623
 
-for as_var in ENV MAIL MAILPATH
17624
 
-do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
17625
 
+# Unset variables that we do not need and which cause bugs (e.g. in
17626
 
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
17627
 
+# suppresses any "Segmentation fault" message there.  '((' could
17628
 
+# trigger a bug in pdksh 5.2.14.
17629
 
+for as_var in BASH_ENV ENV MAIL MAILPATH
17630
 
+do eval test x\${$as_var+set} = xset \
17631
 
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
17632
 
 done
17633
 
 PS1='$ '
17634
 
 PS2='> '
17635
 
@@ -21383,7 +17663,89 @@ export LC_ALL
17636
 
 LANGUAGE=C
17637
 
 export LANGUAGE
17638
 
 
17639
 
-# Required to use basename.
17640
 
+# CDPATH.
17641
 
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17642
 
+
17643
 
+
17644
 
+# as_fn_error ERROR [LINENO LOG_FD]
17645
 
+# ---------------------------------
17646
 
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17647
 
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17648
 
+# script with status $?, using 1 if that was 0.
17649
 
+as_fn_error ()
17650
 
+{
17651
 
+  as_status=$?; test $as_status -eq 0 && as_status=1
17652
 
+  if test "$3"; then
17653
 
+    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17654
 
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
17655
 
+  fi
17656
 
+  $as_echo "$as_me: error: $1" >&2
17657
 
+  as_fn_exit $as_status
17658
 
+} # as_fn_error
17659
 
+
17660
 
+
17661
 
+# as_fn_set_status STATUS
17662
 
+# -----------------------
17663
 
+# Set $? to STATUS, without forking.
17664
 
+as_fn_set_status ()
17665
 
+{
17666
 
+  return $1
17667
 
+} # as_fn_set_status
17668
 
+
17669
 
+# as_fn_exit STATUS
17670
 
+# -----------------
17671
 
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17672
 
+as_fn_exit ()
17673
 
+{
17674
 
+  set +e
17675
 
+  as_fn_set_status $1
17676
 
+  exit $1
17677
 
+} # as_fn_exit
17678
 
+
17679
 
+# as_fn_unset VAR
17680
 
+# ---------------
17681
 
+# Portably unset VAR.
17682
 
+as_fn_unset ()
17683
 
+{
17684
 
+  { eval $1=; unset $1;}
17685
 
+}
17686
 
+as_unset=as_fn_unset
17687
 
+# as_fn_append VAR VALUE
17688
 
+# ----------------------
17689
 
+# Append the text in VALUE to the end of the definition contained in VAR. Take
17690
 
+# advantage of any shell optimizations that allow amortized linear growth over
17691
 
+# repeated appends, instead of the typical quadratic growth present in naive
17692
 
+# implementations.
17693
 
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
17694
 
+  eval 'as_fn_append ()
17695
 
+  {
17696
 
+    eval $1+=\$2
17697
 
+  }'
17698
 
+else
17699
 
+  as_fn_append ()
17700
 
+  {
17701
 
+    eval $1=\$$1\$2
17702
 
+  }
17703
 
+fi # as_fn_append
17704
 
+
17705
 
+# as_fn_arith ARG...
17706
 
+# ------------------
17707
 
+# Perform arithmetic evaluation on the ARGs, and store the result in the
17708
 
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
17709
 
+# must be portable across $(()) and expr.
17710
 
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
17711
 
+  eval 'as_fn_arith ()
17712
 
+  {
17713
 
+    as_val=$(( $* ))
17714
 
+  }'
17715
 
+else
17716
 
+  as_fn_arith ()
17717
 
+  {
17718
 
+    as_val=`expr "$@" || test $? -eq 1`
17719
 
+  }
17720
 
+fi # as_fn_arith
17721
 
+
17722
 
+
17723
 
 if expr a : '\(a\)' >/dev/null 2>&1 &&
17724
 
    test "X`expr 00001 : '.*\(...\)'`" = X001; then
17725
 
   as_expr=expr
17726
 
@@ -21397,8 +17759,12 @@ else
17727
 
   as_basename=false
17728
 
 fi
17729
 
 
17730
 
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
17731
 
+  as_dirname=dirname
17732
 
+else
17733
 
+  as_dirname=false
17734
 
+fi
17735
 
 
17736
 
-# Name of the executable.
17737
 
 as_me=`$as_basename -- "$0" ||
17738
 
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17739
 
         X"$0" : 'X\(//\)$' \| \
17740
 
@@ -21418,76 +17784,25 @@ $as_echo X/"$0" |
17741
 
          }
17742
 
          s/.*/./; q'`
17743
 
 
17744
 
-# CDPATH.
17745
 
-$as_unset CDPATH
17746
 
-
17747
 
-
17748
 
-
17749
 
-  as_lineno_1=$LINENO
17750
 
-  as_lineno_2=$LINENO
17751
 
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
17752
 
-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
17753
 
-
17754
 
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
17755
 
-  # uniformly replaced by the line number.  The first 'sed' inserts a
17756
 
-  # line-number line after each line using $LINENO; the second 'sed'
17757
 
-  # does the real work.  The second script uses 'N' to pair each
17758
 
-  # line-number line with the line containing $LINENO, and appends
17759
 
-  # trailing '-' during substitution so that $LINENO is not a special
17760
 
-  # case at line end.
17761
 
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
17762
 
-  # scripts with optimization help from Paolo Bonzini.  Blame Lee
17763
 
-  # E. McMahon (1931-1989) for sed's syntax.  :-)
17764
 
-  sed -n '
17765
 
-    p
17766
 
-    /[$]LINENO/=
17767
 
-  ' <$as_myself |
17768
 
-    sed '
17769
 
-      s/[$]LINENO.*/&-/
17770
 
-      t lineno
17771
 
-      b
17772
 
-      :lineno
17773
 
-      N
17774
 
-      :loop
17775
 
-      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
17776
 
-      t loop
17777
 
-      s/-\n.*//
17778
 
-    ' >$as_me.lineno &&
17779
 
-  chmod +x "$as_me.lineno" ||
17780
 
-    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
17781
 
-   { (exit 1); exit 1; }; }
17782
 
-
17783
 
-  # Don't try to exec as it changes $[0], causing all sort of problems
17784
 
-  # (the dirname of $[0] is not the place where we might find the
17785
 
-  # original and so on.  Autoconf is especially sensitive to this).
17786
 
-  . "./$as_me.lineno"
17787
 
-  # Exit status is that of the last command.
17788
 
-  exit
17789
 
-}
17790
 
-
17791
 
-
17792
 
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
17793
 
-  as_dirname=dirname
17794
 
-else
17795
 
-  as_dirname=false
17796
 
-fi
17797
 
+# Avoid depending upon Character Ranges.
17798
 
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17799
 
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17800
 
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17801
 
+as_cr_digits='0123456789'
17802
 
+as_cr_alnum=$as_cr_Letters$as_cr_digits
17803
 
 
17804
 
 ECHO_C= ECHO_N= ECHO_T=
17805
 
-case `echo -n x` in
17806
 
+case `echo -n x` in #(((((
17807
 
 -n*)
17808
 
-  case `echo 'x\c'` in
17809
 
+  case `echo 'xy\c'` in
17810
 
   *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
17811
 
-  *)   ECHO_C='\c';;
17812
 
+  xy)  ECHO_C='\c';;
17813
 
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
17814
 
+       ECHO_T='        ';;
17815
 
   esac;;
17816
 
 *)
17817
 
   ECHO_N='-n';;
17818
 
 esac
17819
 
-if expr a : '\(a\)' >/dev/null 2>&1 &&
17820
 
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
17821
 
-  as_expr=expr
17822
 
-else
17823
 
-  as_expr=false
17824
 
-fi
17825
 
 
17826
 
 rm -f conf$$ conf$$.exe conf$$.file
17827
 
 if test -d conf$$.dir; then
17828
 
@@ -21516,8 +17831,56 @@ fi
17829
 
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
17830
 
 rmdir conf$$.dir 2>/dev/null
17831
 
 
17832
 
+
17833
 
+# as_fn_mkdir_p
17834
 
+# -------------
17835
 
+# Create "$as_dir" as a directory, including parents if necessary.
17836
 
+as_fn_mkdir_p ()
17837
 
+{
17838
 
+
17839
 
+  case $as_dir in #(
17840
 
+  -*) as_dir=./$as_dir;;
17841
 
+  esac
17842
 
+  test -d "$as_dir" || eval $as_mkdir_p || {
17843
 
+    as_dirs=
17844
 
+    while :; do
17845
 
+      case $as_dir in #(
17846
 
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17847
 
+      *) as_qdir=$as_dir;;
17848
 
+      esac
17849
 
+      as_dirs="'$as_qdir' $as_dirs"
17850
 
+      as_dir=`$as_dirname -- "$as_dir" ||
17851
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17852
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
17853
 
+        X"$as_dir" : 'X\(//\)$' \| \
17854
 
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17855
 
+$as_echo X"$as_dir" |
17856
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17857
 
+           s//\1/
17858
 
+           q
17859
 
+         }
17860
 
+         /^X\(\/\/\)[^/].*/{
17861
 
+           s//\1/
17862
 
+           q
17863
 
+         }
17864
 
+         /^X\(\/\/\)$/{
17865
 
+           s//\1/
17866
 
+           q
17867
 
+         }
17868
 
+         /^X\(\/\).*/{
17869
 
+           s//\1/
17870
 
+           q
17871
 
+         }
17872
 
+         s/.*/./; q'`
17873
 
+      test -d "$as_dir" && break
17874
 
+    done
17875
 
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
17876
 
+  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
17877
 
+
17878
 
+
17879
 
+} # as_fn_mkdir_p
17880
 
 if mkdir -p . 2>/dev/null; then
17881
 
-  as_mkdir_p=:
17882
 
+  as_mkdir_p='mkdir -p "$as_dir"'
17883
 
 else
17884
 
   test -d ./-p && rmdir ./-p
17885
 
   as_mkdir_p=false
17886
 
@@ -21536,10 +17899,10 @@ else
17887
 
       if test -d "$1"; then
17888
 
        test -d "$1/.";
17889
 
       else
17890
 
-       case $1 in
17891
 
+       case $1 in #(
17892
 
        -*)set "./$1";;
17893
 
        esac;
17894
 
-       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
17895
 
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
17896
 
        ???[sx]*):;;*)false;;esac;fi
17897
 
     '\'' sh
17898
 
   '
17899
 
@@ -21554,13 +17917,19 @@ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr
17900
 
 
17901
 
 
17902
 
 exec 6>&1
17903
 
+## ----------------------------------- ##
17904
 
+## Main body of $CONFIG_STATUS script. ##
17905
 
+## ----------------------------------- ##
17906
 
+_ASEOF
17907
 
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
17908
 
 
17909
 
-# Save the log message, to keep $[0] and so on meaningful, and to
17910
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17911
 
+# Save the log message, to keep $0 and so on meaningful, and to
17912
 
 # report actual input values of CONFIG_FILES etc. instead of their
17913
 
 # values after options handling.
17914
 
 ac_log="
17915
 
 This file was extended by brasero $as_me 2.30.1, which was
17916
 
-generated by GNU Autoconf 2.63.  Invocation command line was
17917
 
+generated by GNU Autoconf 2.65.  Invocation command line was
17918
 
 
17919
 
   CONFIG_FILES    = $CONFIG_FILES
17920
 
   CONFIG_HEADERS  = $CONFIG_HEADERS
17921
 
@@ -21592,13 +17961,15 @@ _ACEOF
17922
 
 
17923
 
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17924
 
 ac_cs_usage="\
17925
 
-\`$as_me' instantiates files from templates according to the
17926
 
-current configuration.
17927
 
+\`$as_me' instantiates files and other configuration actions
17928
 
+from templates according to the current configuration.  Unless the files
17929
 
+and actions are specified as TAGs, all are instantiated by default.
17930
 
 
17931
 
-Usage: $0 [OPTION]... [FILE]...
17932
 
+Usage: $0 [OPTION]... [TAG]...
17933
 
 
17934
 
   -h, --help       print this help, then exit
17935
 
   -V, --version    print version number and configuration settings, then exit
17936
 
+      --config     print configuration, then exit
17937
 
   -q, --quiet, --silent
17938
 
                    do not print progress messages
17939
 
   -d, --debug      don't remove temporary files
17940
 
@@ -21617,16 +17988,17 @@ $config_headers
17941
 
 Configuration commands:
17942
 
 $config_commands
17943
 
 
17944
 
-Report bugs to <bug-autoconf@gnu.org>."
17945
 
+Report bugs to the package provider."
17946
 
 
17947
 
 _ACEOF
17948
 
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17949
 
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17950
 
 ac_cs_version="\\
17951
 
 brasero config.status 2.30.1
17952
 
-configured by $0, generated by GNU Autoconf 2.63,
17953
 
-  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
17954
 
+configured by $0, generated by GNU Autoconf 2.65,
17955
 
+  with options \\"\$ac_cs_config\\"
17956
 
 
17957
 
-Copyright (C) 2008 Free Software Foundation, Inc.
17958
 
+Copyright (C) 2009 Free Software Foundation, Inc.
17959
 
 This config.status script is free software; the Free Software Foundation
17960
 
 gives unlimited permission to copy, distribute and modify it."
17961
 
 
17962
 
@@ -21662,6 +18034,8 @@ do
17963
 
     ac_cs_recheck=: ;;
17964
 
   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
17965
 
     $as_echo "$ac_cs_version"; exit ;;
17966
 
+  --config | --confi | --conf | --con | --co | --c )
17967
 
+    $as_echo "$ac_cs_config"; exit ;;
17968
 
   --debug | --debu | --deb | --de | --d | -d )
17969
 
     debug=: ;;
17970
 
   --file | --fil | --fi | --f )
17971
 
@@ -21669,20 +18043,19 @@ do
17972
 
     case $ac_optarg in
17973
 
     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17974
 
     esac
17975
 
-    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
17976
 
+    as_fn_append CONFIG_FILES " '$ac_optarg'"
17977
 
     ac_need_defaults=false;;
17978
 
   --header | --heade | --head | --hea )
17979
 
     $ac_shift
17980
 
     case $ac_optarg in
17981
 
     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17982
 
     esac
17983
 
-    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
17984
 
+    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
17985
 
     ac_need_defaults=false;;
17986
 
   --he | --h)
17987
 
     # Conflict between --help and --header
17988
 
-    { $as_echo "$as_me: error: ambiguous option: $1
17989
 
-Try \`$0 --help' for more information." >&2
17990
 
-   { (exit 1); exit 1; }; };;
17991
 
+    as_fn_error "ambiguous option: \`$1'
17992
 
+Try \`$0 --help' for more information.";;
17993
 
   --help | --hel | -h )
17994
 
     $as_echo "$ac_cs_usage"; exit ;;
17995
 
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17996
 
@@ -21690,11 +18063,10 @@ Try \`$0 --help' for more information."
17997
 
     ac_cs_silent=: ;;
17998
 
 
17999
 
   # This is an error.
18000
 
-  -*) { $as_echo "$as_me: error: unrecognized option: $1
18001
 
-Try \`$0 --help' for more information." >&2
18002
 
-   { (exit 1); exit 1; }; } ;;
18003
 
+  -*) as_fn_error "unrecognized option: \`$1'
18004
 
+Try \`$0 --help' for more information." ;;
18005
 
 
18006
 
-  *) ac_config_targets="$ac_config_targets $1"
18007
 
+  *) as_fn_append ac_config_targets " $1"
18008
 
      ac_need_defaults=false ;;
18009
 
 
18010
 
   esac
18011
 
@@ -22045,9 +18417,7 @@ do
18012
 
     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
18013
 
     "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
18014
 
 
18015
 
-  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
18016
 
-$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
18017
 
-   { (exit 1); exit 1; }; };;
18018
 
+  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18019
 
   esac
18020
 
 done
18021
 
 
18022
 
@@ -22074,7 +18444,7 @@ $debug ||
18023
 
   trap 'exit_status=$?
18024
 
   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
18025
 
 ' 0
18026
 
-  trap '{ (exit 1); exit 1; }' 1 2 13 15
18027
 
+  trap 'as_fn_exit 1' 1 2 13 15
18028
 
 }
18029
 
 # Create a (secure) tmp directory for tmp files.
18030
 
 
18031
 
@@ -22085,11 +18455,7 @@ $debug ||
18032
 
 {
18033
 
   tmp=./conf$$-$RANDOM
18034
 
   (umask 077 && mkdir "$tmp")
18035
 
-} ||
18036
 
-{
18037
 
-   $as_echo "$as_me: cannot create a temporary directory in ." >&2
18038
 
-   { (exit 1); exit 1; }
18039
 
-}
18040
 
+} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
18041
 
 
18042
 
 # Set up the scripts for CONFIG_FILES section.
18043
 
 # No need to generate them if there are no CONFIG_FILES.
18044
 
@@ -22097,10 +18463,16 @@ $debug ||
18045
 
 if test -n "$CONFIG_FILES"; then
18046
 
 
18047
 
 
18048
 
-ac_cr='
 
 
b"'"
18049
 
+ac_cr=`echo X | tr X '\015'`
18050
 
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
18051
 
+# But we know of no other shell where ac_cr would be empty at this
18052
 
+# point, so we can use a bashism as a fallback.
18053
 
+if test "x$ac_cr" = x; then
18054
 
+  eval ac_cr=\$\'\\r\'
18055
 
+fi
18056
 
 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18057
 
 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18058
 
-  ac_cs_awk_cr='\\r'
18059
 
+  ac_cs_awk_cr='\r'
18060
 
 else
18061
 
   ac_cs_awk_cr=$ac_cr
18062
 
 fi
18063
 
@@ -22114,24 +18486,18 @@ _ACEOF
18064
 
   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18065
 
   echo "_ACEOF"
18066
 
 } >conf$$subs.sh ||
18067
 
-  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
18068
 
-$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
18069
 
-   { (exit 1); exit 1; }; }
18070
 
+  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18071
 
 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
18072
 
 ac_delim='%!_!# '
18073
 
 for ac_last_try in false false false false false :; do
18074
 
   . ./conf$$subs.sh ||
18075
 
-    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
18076
 
-$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
18077
 
-   { (exit 1); exit 1; }; }
18078
 
+    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18079
 
 
18080
 
   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18081
 
   if test $ac_delim_n = $ac_delim_num; then
18082
 
     break
18083
 
   elif $ac_last_try; then
18084
 
-    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
18085
 
-$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
18086
 
-   { (exit 1); exit 1; }; }
18087
 
+    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18088
 
   else
18089
 
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18090
 
   fi
18091
 
@@ -22153,7 +18519,7 @@ s/'"$ac_delim"'$//
18092
 
 t delim
18093
 
 :nl
18094
 
 h
18095
 
-s/\(.\{148\}\).*/\1/
18096
 
+s/\(.\{148\}\)..*/\1/
18097
 
 t more1
18098
 
 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18099
 
 p
18100
 
@@ -22167,7 +18533,7 @@ s/.\{148\}//
18101
 
 t nl
18102
 
 :delim
18103
 
 h
18104
 
-s/\(.\{148\}\).*/\1/
18105
 
+s/\(.\{148\}\)..*/\1/
18106
 
 t more2
18107
 
 s/["\\]/\\&/g; s/^/"/; s/$/"/
18108
 
 p
18109
 
@@ -22220,9 +18586,7 @@ if sed "s/$ac_cr//" < /dev/null > /dev/n
18110
 
 else
18111
 
   cat
18112
 
 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
18113
 
-  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
18114
 
-$as_echo "$as_me: error: could not setup config files machinery" >&2;}
18115
 
-   { (exit 1); exit 1; }; }
18116
 
+  || as_fn_error "could not setup config files machinery" "$LINENO" 5
18117
 
 _ACEOF
18118
 
 
18119
 
 # VPATH may cause trouble with some makes, so we remove $(srcdir),
18120
 
@@ -22263,9 +18627,7 @@ for ac_last_try in false false :; do
18121
 
   if test -z "$ac_t"; then
18122
 
     break
18123
 
   elif $ac_last_try; then
18124
 
-    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
18125
 
-$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
18126
 
-   { (exit 1); exit 1; }; }
18127
 
+    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
18128
 
   else
18129
 
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18130
 
   fi
18131
 
@@ -22350,9 +18712,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
18132
 
 _ACAWK
18133
 
 _ACEOF
18134
 
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18135
 
-  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
18136
 
-$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
18137
 
-   { (exit 1); exit 1; }; }
18138
 
+  as_fn_error "could not setup config headers machinery" "$LINENO" 5
18139
 
 fi # test -n "$CONFIG_HEADERS"
18140
 
 
18141
 
 
18142
 
@@ -22365,9 +18725,7 @@ do
18143
 
   esac
18144
 
   case $ac_mode$ac_tag in
18145
 
   :[FHL]*:*);;
18146
 
-  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
18147
 
-$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
18148
 
-   { (exit 1); exit 1; }; };;
18149
 
+  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
18150
 
   :[FH]-) ac_tag=-:-;;
18151
 
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
18152
 
   esac
18153
 
@@ -22395,12 +18753,10 @@ $as_echo "$as_me: error: invalid tag $ac
18154
 
           [\\/$]*) false;;
18155
 
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
18156
 
           esac ||
18157
 
-          { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
18158
 
-$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
18159
 
-   { (exit 1); exit 1; }; };;
18160
 
+          as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18161
 
       esac
18162
 
       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18163
 
-      ac_file_inputs="$ac_file_inputs '$ac_f'"
18164
 
+      as_fn_append ac_file_inputs " '$ac_f'"
18165
 
     done
18166
 
 
18167
 
     # Let's still pretend it is `configure' which instantiates (i.e., don't
18168
 
@@ -22411,7 +18767,7 @@ $as_echo "$as_me: error: cannot find inp
18169
 
        `' by configure.'
18170
 
     if test x"$ac_file" != x-; then
18171
 
       configure_input="$ac_file.  $configure_input"
18172
 
-      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
18173
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18174
 
 $as_echo "$as_me: creating $ac_file" >&6;}
18175
 
     fi
18176
 
     # Neutralize special characters interpreted by sed in replacement strings.
18177
 
@@ -22424,9 +18780,7 @@ $as_echo "$as_me: creating $ac_file" >&6
18178
 
 
18179
 
     case $ac_tag in
18180
 
     *:-:* | *:-) cat >"$tmp/stdin" \
18181
 
-      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
18182
 
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
18183
 
-   { (exit 1); exit 1; }; } ;;
18184
 
+      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
18185
 
     esac
18186
 
     ;;
18187
 
   esac
18188
 
@@ -22454,47 +18808,7 @@ $as_echo X"$ac_file" |
18189
 
            q
18190
 
          }
18191
 
          s/.*/./; q'`
18192
 
-  { as_dir="$ac_dir"
18193
 
-  case $as_dir in #(
18194
 
-  -*) as_dir=./$as_dir;;
18195
 
-  esac
18196
 
-  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
18197
 
-    as_dirs=
18198
 
-    while :; do
18199
 
-      case $as_dir in #(
18200
 
-      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18201
 
-      *) as_qdir=$as_dir;;
18202
 
-      esac
18203
 
-      as_dirs="'$as_qdir' $as_dirs"
18204
 
-      as_dir=`$as_dirname -- "$as_dir" ||
18205
 
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18206
 
-        X"$as_dir" : 'X\(//\)[^/]' \| \
18207
 
-        X"$as_dir" : 'X\(//\)$' \| \
18208
 
-        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18209
 
-$as_echo X"$as_dir" |
18210
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18211
 
-           s//\1/
18212
 
-           q
18213
 
-         }
18214
 
-         /^X\(\/\/\)[^/].*/{
18215
 
-           s//\1/
18216
 
-           q
18217
 
-         }
18218
 
-         /^X\(\/\/\)$/{
18219
 
-           s//\1/
18220
 
-           q
18221
 
-         }
18222
 
-         /^X\(\/\).*/{
18223
 
-           s//\1/
18224
 
-           q
18225
 
-         }
18226
 
-         s/.*/./; q'`
18227
 
-      test -d "$as_dir" && break
18228
 
-    done
18229
 
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
18230
 
-  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
18231
 
-$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
18232
 
-   { (exit 1); exit 1; }; }; }
18233
 
+  as_dir="$ac_dir"; as_fn_mkdir_p
18234
 
   ac_builddir=.
18235
 
 
18236
 
 case "$ac_dir" in
18237
 
@@ -22551,7 +18865,6 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
18238
 
 # If the template does not know about datarootdir, expand it.
18239
 
 # FIXME: This hack should be removed a few years after 2.60.
18240
 
 ac_datarootdir_hack=; ac_datarootdir_seen=
18241
 
-
18242
 
 ac_sed_dataroot='
18243
 
 /datarootdir/ {
18244
 
   p
18245
 
@@ -22561,12 +18874,11 @@ ac_sed_dataroot='
18246
 
 /@docdir@/p
18247
 
 /@infodir@/p
18248
 
 /@localedir@/p
18249
 
-/@mandir@/p
18250
 
-'
18251
 
+/@mandir@/p'
18252
 
 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
18253
 
 *datarootdir*) ac_datarootdir_seen=yes;;
18254
 
 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
18255
 
-  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18256
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18257
 
 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
18258
 
 _ACEOF
18259
 
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18260
 
@@ -22576,7 +18888,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
18261
 
   s&@infodir@&$infodir&g
18262
 
   s&@localedir@&$localedir&g
18263
 
   s&@mandir@&$mandir&g
18264
 
-    s&\\\${datarootdir}&$datarootdir&g' ;;
18265
 
+  s&\\\${datarootdir}&$datarootdir&g' ;;
18266
 
 esac
18267
 
 _ACEOF
18268
 
 
18269
 
@@ -22605,14 +18917,12 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t
18270
 
 $ac_datarootdir_hack
18271
 
 "
18272
 
 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
18273
 
-  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
18274
 
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
18275
 
-   { (exit 1); exit 1; }; }
18276
 
+  || as_fn_error "could not create $ac_file" "$LINENO" 5
18277
 
 
18278
 
 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18279
 
   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
18280
 
   { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
18281
 
-  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18282
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18283
 
 which seems to be undefined.  Please make sure it is defined." >&5
18284
 
 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18285
 
 which seems to be undefined.  Please make sure it is defined." >&2;}
18286
 
@@ -22622,9 +18932,7 @@ which seems to be undefined.  Please mak
18287
 
   -) cat "$tmp/out" && rm -f "$tmp/out";;
18288
 
   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
18289
 
   esac \
18290
 
-  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
18291
 
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
18292
 
-   { (exit 1); exit 1; }; }
18293
 
+  || as_fn_error "could not create $ac_file" "$LINENO" 5
18294
 
  ;;
18295
 
   :H)
18296
 
   #
18297
 
@@ -22635,25 +18943,19 @@ $as_echo "$as_me: error: could not creat
18298
 
       $as_echo "/* $configure_input  */" \
18299
 
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
18300
 
     } >"$tmp/config.h" \
18301
 
-      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
18302
 
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
18303
 
-   { (exit 1); exit 1; }; }
18304
 
+      || as_fn_error "could not create $ac_file" "$LINENO" 5
18305
 
     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
18306
 
-      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
18307
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18308
 
 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18309
 
     else
18310
 
       rm -f "$ac_file"
18311
 
       mv "$tmp/config.h" "$ac_file" \
18312
 
-       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
18313
 
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
18314
 
-   { (exit 1); exit 1; }; }
18315
 
+       || as_fn_error "could not create $ac_file" "$LINENO" 5
18316
 
     fi
18317
 
   else
18318
 
     $as_echo "/* $configure_input  */" \
18319
 
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
18320
 
-      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
18321
 
-$as_echo "$as_me: error: could not create -" >&2;}
18322
 
-   { (exit 1); exit 1; }; }
18323
 
+      || as_fn_error "could not create -" "$LINENO" 5
18324
 
   fi
18325
 
 # Compute "$ac_file"'s index in $config_headers.
18326
 
 _am_arg="$ac_file"
18327
 
@@ -22691,7 +18993,7 @@ $as_echo X"$_am_arg" |
18328
 
          s/.*/./; q'`/stamp-h$_am_stamp_count
18329
 
  ;;
18330
 
 
18331
 
-  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
18332
 
+  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18333
 
 $as_echo "$as_me: executing $ac_file commands" >&6;}
18334
 
  ;;
18335
 
   esac
18336
 
@@ -22786,47 +19088,7 @@ $as_echo X"$file" |
18337
 
            q
18338
 
          }
18339
 
          s/.*/./; q'`
18340
 
-      { as_dir=$dirpart/$fdir
18341
 
-  case $as_dir in #(
18342
 
-  -*) as_dir=./$as_dir;;
18343
 
-  esac
18344
 
-  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
18345
 
-    as_dirs=
18346
 
-    while :; do
18347
 
-      case $as_dir in #(
18348
 
-      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18349
 
-      *) as_qdir=$as_dir;;
18350
 
-      esac
18351
 
-      as_dirs="'$as_qdir' $as_dirs"
18352
 
-      as_dir=`$as_dirname -- "$as_dir" ||
18353
 
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18354
 
-        X"$as_dir" : 'X\(//\)[^/]' \| \
18355
 
-        X"$as_dir" : 'X\(//\)$' \| \
18356
 
-        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18357
 
-$as_echo X"$as_dir" |
18358
 
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18359
 
-           s//\1/
18360
 
-           q
18361
 
-         }
18362
 
-         /^X\(\/\/\)[^/].*/{
18363
 
-           s//\1/
18364
 
-           q
18365
 
-         }
18366
 
-         /^X\(\/\/\)$/{
18367
 
-           s//\1/
18368
 
-           q
18369
 
-         }
18370
 
-         /^X\(\/\).*/{
18371
 
-           s//\1/
18372
 
-           q
18373
 
-         }
18374
 
-         s/.*/./; q'`
18375
 
-      test -d "$as_dir" && break
18376
 
-    done
18377
 
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
18378
 
-  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
18379
 
-$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
18380
 
-   { (exit 1); exit 1; }; }; }
18381
 
+      as_dir=$dirpart/$fdir; as_fn_mkdir_p
18382
 
       # echo "creating $dirpart/$file"
18383
 
       echo '# dummy' > "$dirpart/$file"
18384
 
     done
18385
 
@@ -23476,9 +19738,7 @@ _LT_EOF
18386
 
       esac ;;
18387
 
     "po/stamp-it":C)
18388
 
     if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
18389
 
-       { { $as_echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
18390
 
-$as_echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
18391
 
-   { (exit 1); exit 1; }; }
18392
 
+       as_fn_error "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
18393
 
     fi
18394
 
     rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
18395
 
     >"po/stamp-it.tmp"
18396
 
@@ -23501,15 +19761,12 @@ $as_echo "$as_me: error: po/Makefile.in.
18397
 
 done # for ac_tag
18398
 
 
18399
 
 
18400
 
-{ (exit 0); exit 0; }
18401
 
+as_fn_exit 0
18402
 
 _ACEOF
18403
 
-chmod +x $CONFIG_STATUS
18404
 
 ac_clean_files=$ac_clean_files_save
18405
 
 
18406
 
 test $ac_write_fail = 0 ||
18407
 
-  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
18408
 
-$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
18409
 
-   { (exit 1); exit 1; }; }
18410
 
+  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
18411
 
 
18412
 
 
18413
 
 # configure is writing to config.log, and then calls config.status.
18414
 
@@ -23530,10 +19787,10 @@ if test "$no_create" != yes; then
18415
 
   exec 5>>config.log
18416
 
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18417
 
   # would make configure fail if this is the last instruction.
18418
 
-  $ac_cs_success || { (exit 1); exit 1; }
18419
 
+  $ac_cs_success || as_fn_exit $?
18420
 
 fi
18421
 
 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18422
 
-  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18423
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18424
 
 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18425
 
 fi
18426
 
 
18427
 
Index: brasero-2.30.1/data/Makefile.in
18428
 
===================================================================
18429
 
--- brasero-2.30.1.orig/data/Makefile.in        2010-04-27 01:29:13.000000000 +0200
18430
 
+++ brasero-2.30.1/data/Makefile.in     2010-05-03 15:56:49.464604045 +0200
18431
 
@@ -1,4 +1,4 @@
18432
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
18433
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
18434
 
 # @configure_input@
18435
 
 
18436
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18437
 
@@ -255,6 +255,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18438
 
 PACKAGE_NAME = @PACKAGE_NAME@
18439
 
 PACKAGE_STRING = @PACKAGE_STRING@
18440
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18441
 
+PACKAGE_URL = @PACKAGE_URL@
18442
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
18443
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
18444
 
 PKG_CONFIG = @PKG_CONFIG@
18445
 
@@ -494,7 +495,7 @@ uninstall-schemasDATA:
18446
 
 #     (which will cause the Makefiles to be regenerated when you run `make');
18447
 
 # (2) otherwise, pass the desired values on the `make' command line.
18448
 
 $(RECURSIVE_TARGETS):
18449
 
-       @failcom='exit 1'; \
18450
 
+       @fail= failcom='exit 1'; \
18451
 
        for f in x $$MAKEFLAGS; do \
18452
 
          case $$f in \
18453
 
            *=* | --[!k]*);; \
18454
 
@@ -519,7 +520,7 @@ $(RECURSIVE_TARGETS):
18455
 
        fi; test -z "$$fail"
18456
 
 
18457
 
 $(RECURSIVE_CLEAN_TARGETS):
18458
 
-       @failcom='exit 1'; \
18459
 
+       @fail= failcom='exit 1'; \
18460
 
        for f in x $$MAKEFLAGS; do \
18461
 
          case $$f in \
18462
 
            *=* | --[!k]*);; \
18463
 
Index: brasero-2.30.1/data/icons/Makefile.in
18464
 
===================================================================
18465
 
--- brasero-2.30.1.orig/data/icons/Makefile.in  2010-04-27 01:29:13.000000000 +0200
18466
 
+++ brasero-2.30.1/data/icons/Makefile.in       2010-05-03 15:56:49.464604045 +0200
18467
 
@@ -1,4 +1,4 @@
18468
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
18469
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
18470
 
 # @configure_input@
18471
 
 
18472
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18473
 
@@ -188,6 +188,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18474
 
 PACKAGE_NAME = @PACKAGE_NAME@
18475
 
 PACKAGE_STRING = @PACKAGE_STRING@
18476
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18477
 
+PACKAGE_URL = @PACKAGE_URL@
18478
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
18479
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
18480
 
 PKG_CONFIG = @PKG_CONFIG@
18481
 
Index: brasero-2.30.1/docs/Makefile.in
18482
 
===================================================================
18483
 
--- brasero-2.30.1.orig/docs/Makefile.in        2010-04-27 01:29:13.000000000 +0200
18484
 
+++ brasero-2.30.1/docs/Makefile.in     2010-05-03 15:56:49.464604045 +0200
18485
 
@@ -1,4 +1,4 @@
18486
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
18487
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
18488
 
 # @configure_input@
18489
 
 
18490
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18491
 
@@ -251,6 +251,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18492
 
 PACKAGE_NAME = @PACKAGE_NAME@
18493
 
 PACKAGE_STRING = @PACKAGE_STRING@
18494
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18495
 
+PACKAGE_URL = @PACKAGE_URL@
18496
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
18497
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
18498
 
 PKG_CONFIG = @PKG_CONFIG@
18499
 
@@ -408,7 +409,7 @@ uninstall-man1:
18500
 
 #     (which will cause the Makefiles to be regenerated when you run `make');
18501
 
 # (2) otherwise, pass the desired values on the `make' command line.
18502
 
 $(RECURSIVE_TARGETS):
18503
 
-       @failcom='exit 1'; \
18504
 
+       @fail= failcom='exit 1'; \
18505
 
        for f in x $$MAKEFLAGS; do \
18506
 
          case $$f in \
18507
 
            *=* | --[!k]*);; \
18508
 
@@ -433,7 +434,7 @@ $(RECURSIVE_TARGETS):
18509
 
        fi; test -z "$$fail"
18510
 
 
18511
 
 $(RECURSIVE_CLEAN_TARGETS):
18512
 
-       @failcom='exit 1'; \
18513
 
+       @fail= failcom='exit 1'; \
18514
 
        for f in x $$MAKEFLAGS; do \
18515
 
          case $$f in \
18516
 
            *=* | --[!k]*);; \
18517
 
Index: brasero-2.30.1/docs/reference/Makefile.in
18518
 
===================================================================
18519
 
--- brasero-2.30.1.orig/docs/reference/Makefile.in      2010-04-27 01:29:13.000000000 +0200
18520
 
+++ brasero-2.30.1/docs/reference/Makefile.in   2010-05-03 15:56:49.464604045 +0200
18521
 
@@ -1,4 +1,4 @@
18522
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
18523
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
18524
 
 # @configure_input@
18525
 
 
18526
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18527
 
@@ -226,6 +226,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18528
 
 PACKAGE_NAME = @PACKAGE_NAME@
18529
 
 PACKAGE_STRING = @PACKAGE_STRING@
18530
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18531
 
+PACKAGE_URL = @PACKAGE_URL@
18532
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
18533
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
18534
 
 PKG_CONFIG = @PKG_CONFIG@
18535
 
@@ -344,7 +345,7 @@ clean-libtool:
18536
 
 #     (which will cause the Makefiles to be regenerated when you run `make');
18537
 
 # (2) otherwise, pass the desired values on the `make' command line.
18538
 
 $(RECURSIVE_TARGETS):
18539
 
-       @failcom='exit 1'; \
18540
 
+       @fail= failcom='exit 1'; \
18541
 
        for f in x $$MAKEFLAGS; do \
18542
 
          case $$f in \
18543
 
            *=* | --[!k]*);; \
18544
 
@@ -369,7 +370,7 @@ $(RECURSIVE_TARGETS):
18545
 
        fi; test -z "$$fail"
18546
 
 
18547
 
 $(RECURSIVE_CLEAN_TARGETS):
18548
 
-       @failcom='exit 1'; \
18549
 
+       @fail= failcom='exit 1'; \
18550
 
        for f in x $$MAKEFLAGS; do \
18551
 
          case $$f in \
18552
 
            *=* | --[!k]*);; \
18553
 
Index: brasero-2.30.1/docs/reference/libbrasero-burn/Makefile.in
18554
 
===================================================================
18555
 
--- brasero-2.30.1.orig/docs/reference/libbrasero-burn/Makefile.in      2010-04-27 01:29:13.000000000 +0200
18556
 
+++ brasero-2.30.1/docs/reference/libbrasero-burn/Makefile.in   2010-05-03 15:56:49.464604045 +0200
18557
 
@@ -1,4 +1,4 @@
18558
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
18559
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
18560
 
 # @configure_input@
18561
 
 
18562
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18563
 
@@ -193,6 +193,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18564
 
 PACKAGE_NAME = @PACKAGE_NAME@
18565
 
 PACKAGE_STRING = @PACKAGE_STRING@
18566
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18567
 
+PACKAGE_URL = @PACKAGE_URL@
18568
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
18569
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
18570
 
 PKG_CONFIG = @PKG_CONFIG@
18571
 
Index: brasero-2.30.1/docs/reference/libbrasero-media/Makefile.in
18572
 
===================================================================
18573
 
--- brasero-2.30.1.orig/docs/reference/libbrasero-media/Makefile.in     2010-04-27 01:29:13.000000000 +0200
18574
 
+++ brasero-2.30.1/docs/reference/libbrasero-media/Makefile.in  2010-05-03 15:56:49.464604045 +0200
18575
 
@@ -1,4 +1,4 @@
18576
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
18577
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
18578
 
 # @configure_input@
18579
 
 
18580
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18581
 
@@ -193,6 +193,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18582
 
 PACKAGE_NAME = @PACKAGE_NAME@
18583
 
 PACKAGE_STRING = @PACKAGE_STRING@
18584
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18585
 
+PACKAGE_URL = @PACKAGE_URL@
18586
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
18587
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
18588
 
 PKG_CONFIG = @PKG_CONFIG@
18589
 
Index: brasero-2.30.1/help/Makefile.in
18590
 
===================================================================
18591
 
--- brasero-2.30.1.orig/help/Makefile.in        2010-04-27 01:29:13.000000000 +0200
18592
 
+++ brasero-2.30.1/help/Makefile.in     2010-05-03 15:56:49.464604045 +0200
18593
 
@@ -1,4 +1,4 @@
18594
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
18595
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
18596
 
 # @configure_input@
18597
 
 
18598
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18599
 
@@ -211,6 +211,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18600
 
 PACKAGE_NAME = @PACKAGE_NAME@
18601
 
 PACKAGE_STRING = @PACKAGE_STRING@
18602
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18603
 
+PACKAGE_URL = @PACKAGE_URL@
18604
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
18605
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
18606
 
 PKG_CONFIG = @PKG_CONFIG@
18607
 
Index: brasero-2.30.1/libbrasero-burn/Makefile.in
18608
 
===================================================================
18609
 
--- brasero-2.30.1.orig/libbrasero-burn/Makefile.in     2010-04-27 01:29:14.000000000 +0200
18610
 
+++ brasero-2.30.1/libbrasero-burn/Makefile.in  2010-05-03 15:56:49.464604045 +0200
18611
 
@@ -1,4 +1,4 @@
18612
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
18613
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
18614
 
 # @configure_input@
18615
 
 
18616
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18617
 
@@ -330,6 +330,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18618
 
 PACKAGE_NAME = @PACKAGE_NAME@
18619
 
 PACKAGE_STRING = @PACKAGE_STRING@
18620
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18621
 
+PACKAGE_URL = @PACKAGE_URL@
18622
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
18623
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
18624
 
 PKG_CONFIG = @PKG_CONFIG@
18625
 
@@ -410,7 +411,7 @@ INCLUDES = \
 
4135
@@ -18230,143 +18101,131 @@
 
4136
 sed_quote_subst='$sed_quote_subst'
 
4137
 double_quote_subst='$double_quote_subst'
 
4138
 delay_variable_subst='$delay_variable_subst'
 
4139
-enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
 
4140
-macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
 
4141
-macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
 
4142
-enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
 
4143
-pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
 
4144
-enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
 
4145
-SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
 
4146
-ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
 
4147
-host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
 
4148
-host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
 
4149
-host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
 
4150
-build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
 
4151
-build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
 
4152
-build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
 
4153
-SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
 
4154
-Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
 
4155
-GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
 
4156
-EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
 
4157
-FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
 
4158
-LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
 
4159
-NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
 
4160
-LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
 
4161
-max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
 
4162
-ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
 
4163
-exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
 
4164
-lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
 
4165
-lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
 
4166
-lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
 
4167
-reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
 
4168
-reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
 
4169
-OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
 
4170
-deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
 
4171
-file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
 
4172
-AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
 
4173
-AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
 
4174
-STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
 
4175
-RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
 
4176
-old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
 
4177
-old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
 
4178
-old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
 
4179
-lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
 
4180
-CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
 
4181
-CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
 
4182
-compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
 
4183
-GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
 
4184
-lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
 
4185
-lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
 
4186
-lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
 
4187
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
 
4188
-objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
 
4189
-MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
 
4190
-lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
 
4191
-lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
 
4192
-lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
 
4193
-lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
 
4194
-lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
 
4195
-need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
 
4196
-DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
 
4197
-NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
 
4198
-LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
 
4199
-OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
 
4200
-OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
 
4201
-libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
 
4202
-shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
 
4203
-extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
 
4204
-archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
 
4205
-enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
 
4206
-export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
 
4207
-whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
 
4208
-compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
 
4209
-old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
 
4210
-old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
 
4211
-archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
 
4212
-archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
 
4213
-module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
 
4214
-module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
 
4215
-with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
 
4216
-allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
 
4217
-no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
 
4218
-hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
 
4219
-hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
 
4220
-hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
 
4221
-hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
 
4222
-hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
 
4223
-hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
 
4224
-hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
 
4225
-hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
 
4226
-inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
 
4227
-link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
 
4228
-fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
 
4229
-always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
 
4230
-export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
 
4231
-exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
 
4232
-include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
 
4233
-prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
 
4234
-file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
 
4235
-variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
 
4236
-need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
 
4237
-need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
 
4238
-version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
 
4239
-runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
 
4240
-shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
 
4241
-shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
 
4242
-libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
 
4243
-library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
 
4244
-soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
 
4245
-install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
 
4246
-postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
 
4247
-postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
 
4248
-finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
 
4249
-finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
 
4250
-hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
 
4251
-sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
 
4252
-sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
 
4253
-hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
 
4254
-enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
 
4255
-enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
 
4256
-enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
 
4257
-old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
 
4258
-striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
 
4259
+enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
 
4260
+macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
 
4261
+macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
 
4262
+enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
 
4263
+pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
 
4264
+enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
 
4265
+host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
 
4266
+host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
 
4267
+host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
 
4268
+build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
 
4269
+build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
 
4270
+build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
 
4271
+SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
 
4272
+Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
 
4273
+GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
 
4274
+EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
 
4275
+FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
 
4276
+LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
 
4277
+NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
 
4278
+LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
 
4279
+max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
 
4280
+ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
 
4281
+exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
 
4282
+lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
 
4283
+lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
 
4284
+lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
 
4285
+reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
4286
+reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4287
+OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
 
4288
+deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
 
4289
+file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
 
4290
+AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
 
4291
+AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
 
4292
+STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
 
4293
+RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
 
4294
+old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4295
+old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4296
+old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4297
+CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
 
4298
+CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
 
4299
+compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
 
4300
+GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
 
4301
+lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
 
4302
+lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
 
4303
+lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
 
4304
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
 
4305
+objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
 
4306
+SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
 
4307
+ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
 
4308
+MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
 
4309
+lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
4310
+lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
 
4311
+lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
 
4312
+lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
 
4313
+lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
 
4314
+need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
 
4315
+DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
 
4316
+NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
 
4317
+LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
 
4318
+OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
 
4319
+OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
 
4320
+libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
 
4321
+shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4322
+extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4323
+archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
 
4324
+enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
 
4325
+export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
4326
+whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
4327
+compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
 
4328
+old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4329
+old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4330
+archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4331
+archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4332
+module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4333
+module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4334
+with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
 
4335
+allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
4336
+no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
4337
+hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
4338
+hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
 
4339
+hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
 
4340
+hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
 
4341
+hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
 
4342
+hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
 
4343
+hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
 
4344
+hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
 
4345
+inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
 
4346
+link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
 
4347
+fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
 
4348
+always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
 
4349
+export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4350
+exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
 
4351
+include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
 
4352
+prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4353
+file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
4354
+variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
 
4355
+need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
 
4356
+need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
 
4357
+version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
 
4358
+runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
 
4359
+shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
 
4360
+shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
 
4361
+libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
4362
+library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
4363
+soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
4364
+postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4365
+postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4366
+finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
4367
+finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
 
4368
+hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
 
4369
+sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
4370
+sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
4371
+hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
 
4372
+enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
 
4373
+enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
 
4374
+enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
 
4375
+old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
 
4376
+striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
 
4377
 
 
4378
 LTCC='$LTCC'
 
4379
 LTCFLAGS='$LTCFLAGS'
 
4380
 compiler='$compiler_DEFAULT'
 
4381
 
 
4382
-# A function that is used when there is no print builtin or printf.
 
4383
-func_fallback_echo ()
 
4384
-{
 
4385
-  eval 'cat <<_LTECHO_EOF
 
4386
-\$1
 
4387
-_LTECHO_EOF'
 
4388
-}
 
4389
-
 
4390
 # Quote evaled strings.
 
4391
-for var in SHELL \
 
4392
-ECHO \
 
4393
-SED \
 
4394
+for var in SED \
 
4395
 GREP \
 
4396
 EGREP \
 
4397
 FGREP \
 
4398
@@ -18390,6 +18249,8 @@
 
4399
 lt_cv_sys_global_symbol_to_cdecl \
 
4400
 lt_cv_sys_global_symbol_to_c_name_address \
 
4401
 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
 
4402
+SHELL \
 
4403
+ECHO \
 
4404
 lt_prog_compiler_no_builtin_flag \
 
4405
 lt_prog_compiler_wl \
 
4406
 lt_prog_compiler_pic \
 
4407
@@ -18419,13 +18280,12 @@
 
4408
 libname_spec \
 
4409
 library_names_spec \
 
4410
 soname_spec \
 
4411
-install_override_mode \
 
4412
 finish_eval \
 
4413
 old_striplib \
 
4414
 striplib; do
 
4415
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
 
4416
+    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
4417
     *[\\\\\\\`\\"\\\$]*)
 
4418
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
 
4419
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
 
4420
       ;;
 
4421
     *)
 
4422
       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
4423
@@ -18452,9 +18312,9 @@
 
4424
 finish_cmds \
 
4425
 sys_lib_search_path_spec \
 
4426
 sys_lib_dlsearch_path_spec; do
 
4427
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
 
4428
+    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
4429
     *[\\\\\\\`\\"\\\$]*)
 
4430
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
 
4431
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
 
4432
       ;;
 
4433
     *)
 
4434
       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
4435
@@ -18462,6 +18322,12 @@
 
4436
     esac
 
4437
 done
 
4438
 
 
4439
+# Fix-up fallback echo if it was mangled by the above quoting rules.
 
4440
+case \$lt_ECHO in
 
4441
+*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
 
4442
+  ;;
 
4443
+esac
 
4444
+
 
4445
 ac_aux_dir='$ac_aux_dir'
 
4446
 xsi_shell='$xsi_shell'
 
4447
 lt_shell_append='$lt_shell_append'
 
4448
@@ -19234,8 +19100,7 @@
 
4449
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
4450
 #
 
4451
 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 
4452
-#                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
 
4453
-#                 Inc.
 
4454
+#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
4455
 #   Written by Gordon Matzigkeit, 1996
 
4456
 #
 
4457
 #   This file is part of GNU Libtool.
 
4458
@@ -19283,12 +19148,6 @@
 
4459
 # Whether or not to optimize for fast installation.
 
4460
 fast_install=$enable_fast_install
 
4461
 
 
4462
-# Shell to use when invoking shell scripts.
 
4463
-SHELL=$lt_SHELL
 
4464
-
 
4465
-# An echo program that protects backslashes.
 
4466
-ECHO=$lt_ECHO
 
4467
-
 
4468
 # The host system.
 
4469
 host_alias=$host_alias
 
4470
 host=$host
 
4471
@@ -19338,6 +19197,10 @@
 
4472
 # turn newlines into spaces.
 
4473
 NL2SP=$lt_lt_NL2SP
 
4474
 
 
4475
+# How to create reloadable object files.
 
4476
+reload_flag=$lt_reload_flag
 
4477
+reload_cmds=$lt_reload_cmds
 
4478
+
 
4479
 # An object symbol dumper.
 
4480
 OBJDUMP=$lt_OBJDUMP
 
4481
 
 
4482
@@ -19359,9 +19222,6 @@
 
4483
 old_postinstall_cmds=$lt_old_postinstall_cmds
 
4484
 old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
4485
 
 
4486
-# Whether to use a lock for old archive extraction.
 
4487
-lock_old_archive_extraction=$lock_old_archive_extraction
 
4488
-
 
4489
 # A C compiler.
 
4490
 LTCC=$lt_CC
 
4491
 
 
4492
@@ -19383,6 +19243,12 @@
 
4493
 # The name of the directory that contains temporary libtool files.
 
4494
 objdir=$objdir
 
4495
 
 
4496
+# Shell to use when invoking shell scripts.
 
4497
+SHELL=$lt_SHELL
 
4498
+
 
4499
+# An echo program that does not interpret backslashes.
 
4500
+ECHO=$lt_ECHO
 
4501
+
 
4502
 # Used to examine libraries when file_magic_cmd begins with "file".
 
4503
 MAGIC_CMD=$MAGIC_CMD
 
4504
 
 
4505
@@ -19445,9 +19311,6 @@
 
4506
 # The coded name of the library, if different from the real name.
 
4507
 soname_spec=$lt_soname_spec
 
4508
 
 
4509
-# Permission mode override for installation of shared libraries.
 
4510
-install_override_mode=$lt_install_override_mode
 
4511
-
 
4512
 # Command to use after installation of a shared archive.
 
4513
 postinstall_cmds=$lt_postinstall_cmds
 
4514
 
 
4515
@@ -19487,10 +19350,6 @@
 
4516
 # The linker used to build libraries.
 
4517
 LD=$lt_LD
 
4518
 
 
4519
-# How to create reloadable object files.
 
4520
-reload_flag=$lt_reload_flag
 
4521
-reload_cmds=$lt_reload_cmds
 
4522
-
 
4523
 # Commands used to build an old-style archive.
 
4524
 old_archive_cmds=$lt_old_archive_cmds
 
4525
 
 
4526
@@ -19750,7 +19609,7 @@
 
4527
 func_dirname ()
 
4528
 {
 
4529
   # Extract subdirectory from the argument.
 
4530
-  func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
 
4531
+  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
 
4532
   if test "X$func_dirname_result" = "X${1}"; then
 
4533
     func_dirname_result="${3}"
 
4534
   else
 
4535
@@ -19761,7 +19620,7 @@
 
4536
 # func_basename file
 
4537
 func_basename ()
 
4538
 {
 
4539
-  func_basename_result=`$ECHO "${1}" | $SED "$basename"`
 
4540
+  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
 
4541
 }
 
4542
 
 
4543
 
 
4544
@@ -19774,8 +19633,10 @@
 
4545
 func_stripname ()
 
4546
 {
 
4547
   case ${2} in
 
4548
-    .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
 
4549
-    *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
 
4550
+    .*) func_stripname_result=`$ECHO "X${3}" \
 
4551
+           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
 
4552
+    *)  func_stripname_result=`$ECHO "X${3}" \
 
4553
+           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
 
4554
   esac
 
4555
 }
 
4556
 
 
4557
@@ -19786,20 +19647,20 @@
 
4558
 # func_opt_split
 
4559
 func_opt_split ()
 
4560
 {
 
4561
-  func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
 
4562
-  func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
 
4563
+  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
 
4564
+  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
 
4565
 }
 
4566
 
 
4567
 # func_lo2o object
 
4568
 func_lo2o ()
 
4569
 {
 
4570
-  func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
 
4571
+  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
 
4572
 }
 
4573
 
 
4574
 # func_xform libobj-or-source
 
4575
 func_xform ()
 
4576
 {
 
4577
-  func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
 
4578
+  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
 
4579
 }
 
4580
 
 
4581
 # func_arith arithmetic-term...
 
4582
Index: brasero-2.30.2/data/Makefile.in
 
4583
===================================================================
 
4584
--- brasero-2.30.2.orig/data/Makefile.in        2010-07-04 14:04:50.893083293 +0200
 
4585
+++ brasero-2.30.2/data/Makefile.in     2010-07-04 14:04:20.713077719 +0200
 
4586
@@ -311,6 +311,7 @@
 
4587
 libexecdir = @libexecdir@
 
4588
 localedir = @localedir@
 
4589
 localstatedir = @localstatedir@
 
4590
+lt_ECHO = @lt_ECHO@
 
4591
 mandir = @mandir@
 
4592
 mkdir_p = @mkdir_p@
 
4593
 oldincludedir = @oldincludedir@
 
4594
Index: brasero-2.30.2/data/icons/Makefile.in
 
4595
===================================================================
 
4596
--- brasero-2.30.2.orig/data/icons/Makefile.in  2010-07-04 14:04:50.953083957 +0200
 
4597
+++ brasero-2.30.2/data/icons/Makefile.in       2010-07-04 14:04:20.825079130 +0200
 
4598
@@ -244,6 +244,7 @@
 
4599
 libexecdir = @libexecdir@
 
4600
 localedir = @localedir@
 
4601
 localstatedir = @localstatedir@
 
4602
+lt_ECHO = @lt_ECHO@
 
4603
 mandir = @mandir@
 
4604
 mkdir_p = @mkdir_p@
 
4605
 oldincludedir = @oldincludedir@
 
4606
Index: brasero-2.30.2/docs/Makefile.in
 
4607
===================================================================
 
4608
--- brasero-2.30.2.orig/docs/Makefile.in        2010-07-04 14:04:51.433084488 +0200
 
4609
+++ brasero-2.30.2/docs/Makefile.in     2010-07-04 14:04:20.937081379 +0200
 
4610
@@ -307,6 +307,7 @@
 
4611
 libexecdir = @libexecdir@
 
4612
 localedir = @localedir@
 
4613
 localstatedir = @localstatedir@
 
4614
+lt_ECHO = @lt_ECHO@
 
4615
 mandir = @mandir@
 
4616
 mkdir_p = @mkdir_p@
 
4617
 oldincludedir = @oldincludedir@
 
4618
Index: brasero-2.30.2/docs/reference/Makefile.in
 
4619
===================================================================
 
4620
--- brasero-2.30.2.orig/docs/reference/Makefile.in      2010-07-04 14:04:51.485085251 +0200
 
4621
+++ brasero-2.30.2/docs/reference/Makefile.in   2010-07-04 14:04:21.041078154 +0200
 
4622
@@ -282,6 +282,7 @@
 
4623
 libexecdir = @libexecdir@
 
4624
 localedir = @localedir@
 
4625
 localstatedir = @localstatedir@
 
4626
+lt_ECHO = @lt_ECHO@
 
4627
 mandir = @mandir@
 
4628
 mkdir_p = @mkdir_p@
 
4629
 oldincludedir = @oldincludedir@
 
4630
Index: brasero-2.30.2/docs/reference/libbrasero-burn/Makefile.in
 
4631
===================================================================
 
4632
--- brasero-2.30.2.orig/docs/reference/libbrasero-burn/Makefile.in      2010-07-04 14:04:51.533084107 +0200
 
4633
+++ brasero-2.30.2/docs/reference/libbrasero-burn/Makefile.in   2010-07-04 14:04:21.165077751 +0200
 
4634
@@ -249,6 +249,7 @@
 
4635
 libexecdir = @libexecdir@
 
4636
 localedir = @localedir@
 
4637
 localstatedir = @localstatedir@
 
4638
+lt_ECHO = @lt_ECHO@
 
4639
 mandir = @mandir@
 
4640
 mkdir_p = @mkdir_p@
 
4641
 oldincludedir = @oldincludedir@
 
4642
Index: brasero-2.30.2/docs/reference/libbrasero-media/Makefile.in
 
4643
===================================================================
 
4644
--- brasero-2.30.2.orig/docs/reference/libbrasero-media/Makefile.in     2010-07-04 14:04:51.685084200 +0200
 
4645
+++ brasero-2.30.2/docs/reference/libbrasero-media/Makefile.in  2010-07-04 14:04:21.285079346 +0200
 
4646
@@ -249,6 +249,7 @@
 
4647
 libexecdir = @libexecdir@
 
4648
 localedir = @localedir@
 
4649
 localstatedir = @localstatedir@
 
4650
+lt_ECHO = @lt_ECHO@
 
4651
 mandir = @mandir@
 
4652
 mkdir_p = @mkdir_p@
 
4653
 oldincludedir = @oldincludedir@
 
4654
Index: brasero-2.30.2/help/Makefile.in
 
4655
===================================================================
 
4656
--- brasero-2.30.2.orig/help/Makefile.in        2010-07-04 14:04:52.581082132 +0200
 
4657
+++ brasero-2.30.2/help/Makefile.in     2010-07-04 14:04:21.425078173 +0200
 
4658
@@ -267,6 +267,7 @@
 
4659
 libexecdir = @libexecdir@
 
4660
 localedir = @localedir@
 
4661
 localstatedir = @localstatedir@
 
4662
+lt_ECHO = @lt_ECHO@
 
4663
 mandir = @mandir@
 
4664
 mkdir_p = @mkdir_p@
 
4665
 oldincludedir = @oldincludedir@
 
4666
Index: brasero-2.30.2/libbrasero-burn/Makefile.in
 
4667
===================================================================
 
4668
--- brasero-2.30.2.orig/libbrasero-burn/Makefile.in     2010-07-04 14:04:52.761091094 +0200
 
4669
+++ brasero-2.30.2/libbrasero-burn/Makefile.in  2010-07-04 14:04:21.665078310 +0200
 
4670
@@ -386,6 +386,7 @@
 
4671
 libexecdir = @libexecdir@
 
4672
 localedir = @localedir@
 
4673
 localstatedir = @localstatedir@
 
4674
+lt_ECHO = @lt_ECHO@
 
4675
 mandir = @mandir@
 
4676
 mkdir_p = @mkdir_p@
 
4677
 oldincludedir = @oldincludedir@
 
4678
@@ -412,7 +413,7 @@
18626
4679
        -DBRASERO_PREFIX=\"$(prefix)\"                                  \
18627
4680
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                          \
18628
4681
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                        \
18631
4684
        $(WARN_CFLAGS)                                                  \
18632
4685
        $(DISABLE_DEPRECATED)                                           \
18633
4686
        $(BRASERO_GMODULE_CFLAGS)                                       \
18634
 
Index: brasero-2.30.1/libbrasero-media/Makefile.in
18635
 
===================================================================
18636
 
--- brasero-2.30.1.orig/libbrasero-media/Makefile.in    2010-04-27 01:29:14.000000000 +0200
18637
 
+++ brasero-2.30.1/libbrasero-media/Makefile.in 2010-05-03 15:56:49.468606579 +0200
18638
 
@@ -1,4 +1,4 @@
18639
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
18640
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
18641
 
 # @configure_input@
18642
 
 
18643
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18644
 
@@ -315,6 +315,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18645
 
 PACKAGE_NAME = @PACKAGE_NAME@
18646
 
 PACKAGE_STRING = @PACKAGE_STRING@
18647
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18648
 
+PACKAGE_URL = @PACKAGE_URL@
18649
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
18650
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
18651
 
 PKG_CONFIG = @PKG_CONFIG@
18652
 
@@ -391,7 +392,7 @@ INCLUDES = \
18653
 
        -DBRASERO_PREFIX=\"$(prefix)\"                                  \
18654
 
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                          \
18655
 
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                        \
18656
 
-       -DBRASERO_LIBDIR=\"$(libdir)\"                                  \
18657
 
+       -DBRASERO_PKGLIBDIR=\"$(pkglibdir)\"                            \
18658
 
        $(WARN_CFLAGS)                                                  \
18659
 
        $(DISABLE_DEPRECATED)                                           \
18660
 
        $(BRASERO_GLIB_CFLAGS)                                          \
18661
 
Index: brasero-2.30.1/libbrasero-utils/Makefile.in
18662
 
===================================================================
18663
 
--- brasero-2.30.1.orig/libbrasero-utils/Makefile.in    2010-04-27 01:29:14.000000000 +0200
18664
 
+++ brasero-2.30.1/libbrasero-utils/Makefile.in 2010-05-03 15:56:49.468606579 +0200
18665
 
@@ -1,4 +1,4 @@
18666
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
18667
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
18668
 
 # @configure_input@
18669
 
 
18670
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18671
 
@@ -251,6 +251,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18672
 
 PACKAGE_NAME = @PACKAGE_NAME@
18673
 
 PACKAGE_STRING = @PACKAGE_STRING@
18674
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18675
 
+PACKAGE_URL = @PACKAGE_URL@
18676
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
18677
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
18678
 
 PKG_CONFIG = @PKG_CONFIG@
18679
 
@@ -327,7 +328,7 @@ INCLUDES = \
18680
 
        -DBRASERO_PREFIX=\"$(prefix)\"                                  \
18681
 
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                          \
18682
 
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                        \
18683
 
-       -DBRASERO_LIBDIR=\"$(libdir)\"                                  \
18684
 
+       -DBRASERO_PKGLIBDIR=\"$(pkglibdir)\"                            \
18685
 
        $(WARN_CFLAGS)                                                  \
18686
 
        $(DISABLE_DEPRECATED)                                           \
18687
 
        $(BRASERO_GLIB_CFLAGS)                                          \
18688
 
Index: brasero-2.30.1/ltmain.sh
18689
 
===================================================================
18690
 
--- brasero-2.30.1.orig/ltmain.sh       2010-04-27 01:29:07.000000000 +0200
18691
 
+++ brasero-2.30.1/ltmain.sh    2010-05-03 15:57:12.584108278 +0200
18692
 
@@ -1,6 +1,6 @@
 
4687
Index: brasero-2.30.2/libbrasero-media/Makefile.in
 
4688
===================================================================
 
4689
--- brasero-2.30.2.orig/libbrasero-media/Makefile.in    2010-07-04 14:04:52.977082567 +0200
 
4690
+++ brasero-2.30.2/libbrasero-media/Makefile.in 2010-07-04 14:04:21.833079311 +0200
 
4691
@@ -371,6 +371,7 @@
 
4692
 libexecdir = @libexecdir@
 
4693
 localedir = @localedir@
 
4694
 localstatedir = @localstatedir@
 
4695
+lt_ECHO = @lt_ECHO@
 
4696
 mandir = @mandir@
 
4697
 mkdir_p = @mkdir_p@
 
4698
 oldincludedir = @oldincludedir@
 
4699
@@ -393,7 +394,7 @@
 
4700
        -DBRASERO_PREFIX=\"$(prefix)\"                                  \
 
4701
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                          \
 
4702
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                        \
 
4703
-       -DBRASERO_LIBDIR=\"$(libdir)\"                                  \
 
4704
+       -DBRASERO_PKGLIBDIR=\"$(pkglibdir)\"                            \
 
4705
        $(WARN_CFLAGS)                                                  \
 
4706
        $(DISABLE_DEPRECATED)                                           \
 
4707
        $(BRASERO_GLIB_CFLAGS)                                          \
 
4708
Index: brasero-2.30.2/libbrasero-utils/Makefile.in
 
4709
===================================================================
 
4710
--- brasero-2.30.2.orig/libbrasero-utils/Makefile.in    2010-07-04 14:04:53.533084677 +0200
 
4711
+++ brasero-2.30.2/libbrasero-utils/Makefile.in 2010-07-04 14:04:21.973078706 +0200
 
4712
@@ -307,6 +307,7 @@
 
4713
 libexecdir = @libexecdir@
 
4714
 localedir = @localedir@
 
4715
 localstatedir = @localstatedir@
 
4716
+lt_ECHO = @lt_ECHO@
 
4717
 mandir = @mandir@
 
4718
 mkdir_p = @mkdir_p@
 
4719
 oldincludedir = @oldincludedir@
 
4720
@@ -329,7 +330,7 @@
 
4721
        -DBRASERO_PREFIX=\"$(prefix)\"                                  \
 
4722
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                          \
 
4723
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                        \
 
4724
-       -DBRASERO_LIBDIR=\"$(libdir)\"                                  \
 
4725
+       -DBRASERO_PKGLIBDIR=\"$(pkglibdir)\"                            \
 
4726
        $(WARN_CFLAGS)                                                  \
 
4727
        $(DISABLE_DEPRECATED)                                           \
 
4728
        $(BRASERO_GLIB_CFLAGS)                                          \
 
4729
Index: brasero-2.30.2/ltmain.sh
 
4730
===================================================================
 
4731
--- brasero-2.30.2.orig/ltmain.sh       2010-07-04 14:04:51.789089624 +0200
 
4732
+++ brasero-2.30.2/ltmain.sh    2010-07-04 14:03:48.049084180 +0200
 
4733
@@ -1,10 +1,9 @@
18693
4734
 # Generated from ltmain.m4sh.
18694
4735
 
18695
 
-# ltmain.sh (GNU libtool) 2.2.6
 
4736
-# libtool (GNU libtool) 2.2.10
18696
4737
+# ltmain.sh (GNU libtool) 2.2.6b
18697
4738
 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
18698
4739
 
18699
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
18700
 
@@ -65,7 +65,7 @@
18701
 
 #       compiler:              $LTCC
18702
 
 #       compiler flags:                $LTCFLAGS
18703
 
 #       linker:                $LD (gnu? $with_gnu_ld)
18704
 
-#       $progname:             (GNU libtool) 2.2.6
 
4740
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
 
4741
-# 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
4742
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
 
4743
 # This is free software; see the source for copying conditions.  There is NO
 
4744
 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
4745
 
 
4746
@@ -33,54 +32,50 @@
 
4747
 #
 
4748
 # Provide generalized library-building support services.
 
4749
 #
 
4750
-#       --config             show all configuration variables
 
4751
-#       --debug              enable verbose shell tracing
 
4752
-#   -n, --dry-run            display commands without modifying any files
 
4753
-#       --features           display basic configuration information and exit
 
4754
-#       --mode=MODE          use operation mode MODE
 
4755
-#       --preserve-dup-deps  don't remove duplicate dependency libraries
 
4756
-#       --quiet, --silent    don't print informational messages
 
4757
-#       --no-quiet, --no-silent
 
4758
-#                            print informational messages (default)
 
4759
-#       --tag=TAG            use configuration variables from tag TAG
 
4760
-#   -v, --verbose            print more informational messages than default
 
4761
-#       --no-verbose         don't print the extra informational messages
 
4762
-#       --version            print version information
 
4763
-#   -h, --help, --help-all   print short, long, or detailed help message
 
4764
+#     --config             show all configuration variables
 
4765
+#     --debug              enable verbose shell tracing
 
4766
+# -n, --dry-run            display commands without modifying any files
 
4767
+#     --features           display basic configuration information and exit
 
4768
+#     --mode=MODE          use operation mode MODE
 
4769
+#     --preserve-dup-deps  don't remove duplicate dependency libraries
 
4770
+#     --quiet, --silent    don't print informational messages
 
4771
+#     --tag=TAG            use configuration variables from tag TAG
 
4772
+# -v, --verbose            print informational messages (default)
 
4773
+#     --version            print version information
 
4774
+# -h, --help               print short or long help message
 
4775
 #
 
4776
 # MODE must be one of the following:
 
4777
 #
 
4778
-#         clean              remove files from the build directory
 
4779
-#         compile            compile a source file into a libtool object
 
4780
-#         execute            automatically set library path, then run a program
 
4781
-#         finish             complete the installation of libtool libraries
 
4782
-#         install            install libraries or executables
 
4783
-#         link               create a library or an executable
 
4784
-#         uninstall          remove libraries from an installed directory
 
4785
+#       clean              remove files from the build directory
 
4786
+#       compile            compile a source file into a libtool object
 
4787
+#       execute            automatically set library path, then run a program
 
4788
+#       finish             complete the installation of libtool libraries
 
4789
+#       install            install libraries or executables
 
4790
+#       link               create a library or an executable
 
4791
+#       uninstall          remove libraries from an installed directory
 
4792
 #
 
4793
-# MODE-ARGS vary depending on the MODE.  When passed as first option,
 
4794
-# `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that.
 
4795
+# MODE-ARGS vary depending on the MODE.
 
4796
 # Try `$progname --help --mode=MODE' for a more detailed description of MODE.
 
4797
 #
 
4798
 # When reporting a bug, please describe a test case to reproduce it and
 
4799
 # include the following information:
 
4800
 #
 
4801
-#         host-triplet:        $host
 
4802
-#         shell:               $SHELL
 
4803
-#         compiler:            $LTCC
 
4804
-#         compiler flags:              $LTCFLAGS
 
4805
-#         linker:              $LD (gnu? $with_gnu_ld)
 
4806
-#         $progname:   (GNU libtool) 2.2.10
 
4807
-#         automake:    $automake_version
 
4808
-#         autoconf:    $autoconf_version
 
4809
+#       host-triplet:  $host
 
4810
+#       shell:         $SHELL
 
4811
+#       compiler:              $LTCC
 
4812
+#       compiler flags:                $LTCFLAGS
 
4813
+#       linker:                $LD (gnu? $with_gnu_ld)
18705
4814
+#       $progname:             (GNU libtool) 2.2.6b Debian-2.2.6b-2
18706
 
 #       automake:              $automake_version
18707
 
 #       autoconf:              $autoconf_version
 
4815
+#       automake:              $automake_version
 
4816
+#       autoconf:              $autoconf_version
18708
4817
 #
18709
 
@@ -73,9 +73,9 @@
 
4818
 # Report bugs to <bug-libtool@gnu.org>.
18710
4819
 
18711
 
 PROGRAM=ltmain.sh
 
4820
-PROGRAM=libtool
 
4821
+PROGRAM=ltmain.sh
18712
4822
 PACKAGE=libtool
18713
 
-VERSION=2.2.6
 
4823
-VERSION=2.2.10
18714
4824
+VERSION="2.2.6b Debian-2.2.6b-2"
18715
4825
 TIMESTAMP=""
18716
 
-package_revision=1.3012
 
4826
-package_revision=1.3175
18717
4827
+package_revision=1.3017
18718
4828
 
18719
4829
 # Be Bourne compatible
18720
4830
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18721
 
@@ -116,15 +116,15 @@ $lt_unset CDPATH
 
4831
@@ -96,15 +91,10 @@
 
4832
 BIN_SH=xpg4; export BIN_SH # for Tru64
 
4833
 DUALCASE=1; export DUALCASE # for MKS sh
 
4834
 
 
4835
-# A function that is used when there is no print builtin or printf.
 
4836
-func_fallback_echo ()
 
4837
-{
 
4838
-  eval 'cat <<_LTECHO_EOF
 
4839
-$1
 
4840
-_LTECHO_EOF'
 
4841
-}
 
4842
-
 
4843
 # NLS nuisances: We save the old values to restore during execute mode.
 
4844
+# Only set LANG and LC_ALL to C if already set.
 
4845
+# These must not be set unconditionally because not all systems understand
 
4846
+# e.g. LANG=C (notably SCO).
 
4847
 lt_user_locale=
 
4848
 lt_safe_locale=
 
4849
 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
 
4850
@@ -117,33 +107,24 @@
 
4851
          lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\"
 
4852
        fi"
 
4853
 done
 
4854
-LC_ALL=C
 
4855
-LANGUAGE=C
 
4856
-export LANGUAGE LC_ALL
 
4857
 
 
4858
 $lt_unset CDPATH
 
4859
 
 
4860
 
 
4861
-# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
 
4862
-# is ksh but when the shell is invoked as "sh" and the current value of
 
4863
-# the _XPG environment variable is not equal to 1 (one), the special
 
4864
-# positional parameter $0, within a function call, is the name of the
 
4865
-# function.
 
4866
-progpath="$0"
 
4867
 
 
4868
 
18722
4869
 
18723
4870
 : ${CP="cp -f"}
18724
 
 : ${ECHO="echo"}
18725
 
-: ${EGREP="/usr/bin/grep -E"}
18726
 
-: ${FGREP="/usr/bin/grep -F"}
18727
 
-: ${GREP="/usr/bin/grep"}
 
4871
-test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'}
 
4872
-: ${EGREP="grep -E"}
 
4873
-: ${FGREP="grep -F"}
 
4874
-: ${GREP="grep"}
 
4875
+: ${ECHO="echo"}
18728
4876
+: ${EGREP="/bin/grep -E"}
18729
4877
+: ${FGREP="/bin/grep -F"}
18730
4878
+: ${GREP="/bin/grep"}
18733
4881
 : ${MKDIR="mkdir"}
18734
4882
 : ${MV="mv -f"}
18735
4883
 : ${RM="rm -f"}
18736
 
-: ${SED="/opt/local/bin/gsed"}
 
4884
-: ${SED="sed"}
18737
4885
+: ${SED="/bin/sed"}
18738
4886
 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
18739
4887
 : ${Xsed="$SED -e 1s/^X//"}
18740
4888
 
18741
 
@@ -5033,7 +5033,10 @@ func_mode_link ()
 
4889
@@ -178,168 +159,32 @@
 
4890
 func_dirname_and_basename ()
 
4891
 {
 
4892
   # Extract subdirectory from the argument.
 
4893
-  func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
 
4894
+  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
 
4895
   if test "X$func_dirname_result" = "X${1}"; then
 
4896
     func_dirname_result="${3}"
 
4897
   else
 
4898
     func_dirname_result="$func_dirname_result${2}"
 
4899
   fi
 
4900
-  func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
 
4901
+  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
 
4902
 }
 
4903
 
 
4904
 # Generated shell functions inserted here.
 
4905
 
 
4906
-# These SED scripts presuppose an absolute path with a trailing slash.
 
4907
-pathcar='s,^/\([^/]*\).*$,\1,'
 
4908
-pathcdr='s,^/[^/]*,,'
 
4909
-removedotparts=':dotsl
 
4910
-               s@/\./@/@g
 
4911
-               t dotsl
 
4912
-               s,/\.$,/,'
 
4913
-collapseslashes='s@/\{1,\}@/@g'
 
4914
-finalslash='s,/*$,/,'
 
4915
-
 
4916
-# func_normal_abspath PATH
 
4917
-# Remove doubled-up and trailing slashes, "." path components,
 
4918
-# and cancel out any ".." path components in PATH after making
 
4919
-# it an absolute path.
 
4920
-#             value returned in "$func_normal_abspath_result"
 
4921
-func_normal_abspath ()
 
4922
-{
 
4923
-  # Start from root dir and reassemble the path.
 
4924
-  func_normal_abspath_result=
 
4925
-  func_normal_abspath_tpath=$1
 
4926
-  func_normal_abspath_altnamespace=
 
4927
-  case $func_normal_abspath_tpath in
 
4928
-    "")
 
4929
-      # Empty path, that just means $cwd.
 
4930
-      func_stripname '' '/' "`pwd`"
 
4931
-      func_normal_abspath_result=$func_stripname_result
 
4932
-      return
 
4933
-    ;;
 
4934
-    # The next three entries are used to spot a run of precisely
 
4935
-    # two leading slashes without using negated character classes;
 
4936
-    # we take advantage of case's first-match behaviour.
 
4937
-    ///*)
 
4938
-      # Unusual form of absolute path, do nothing.
 
4939
-    ;;
 
4940
-    //*)
 
4941
-      # Not necessarily an ordinary path; POSIX reserves leading '//'
 
4942
-      # and for example Cygwin uses it to access remote file shares
 
4943
-      # over CIFS/SMB, so we conserve a leading double slash if found.
 
4944
-      func_normal_abspath_altnamespace=/
 
4945
-    ;;
 
4946
-    /*)
 
4947
-      # Absolute path, do nothing.
 
4948
-    ;;
 
4949
-    *)
 
4950
-      # Relative path, prepend $cwd.
 
4951
-      func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
 
4952
-    ;;
 
4953
-  esac
 
4954
-  # Cancel out all the simple stuff to save iterations.  We also want
 
4955
-  # the path to end with a slash for ease of parsing, so make sure
 
4956
-  # there is one (and only one) here.
 
4957
-  func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
 
4958
-        -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"`
 
4959
-  while :; do
 
4960
-    # Processed it all yet?
 
4961
-    if test "$func_normal_abspath_tpath" = / ; then
 
4962
-      # If we ascended to the root using ".." the result may be empty now.
 
4963
-      if test -z "$func_normal_abspath_result" ; then
 
4964
-        func_normal_abspath_result=/
 
4965
-      fi
 
4966
-      break
 
4967
-    fi
 
4968
-    func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
 
4969
-        -e "$pathcar"`
 
4970
-    func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
 
4971
-        -e "$pathcdr"`
 
4972
-    # Figure out what to do with it
 
4973
-    case $func_normal_abspath_tcomponent in
 
4974
-      "")
 
4975
-        # Trailing empty path component, ignore it.
 
4976
-      ;;
 
4977
-      ..)
 
4978
-        # Parent dir; strip last assembled component from result.
 
4979
-        func_dirname "$func_normal_abspath_result"
 
4980
-        func_normal_abspath_result=$func_dirname_result
 
4981
-      ;;
 
4982
-      *)
 
4983
-        # Actual path component, append it.
 
4984
-        func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent
 
4985
-      ;;
 
4986
-    esac
 
4987
-  done
 
4988
-  # Restore leading double-slash if one was found on entry.
 
4989
-  func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
 
4990
-}
 
4991
-
 
4992
-# func_relative_path SRCDIR DSTDIR
 
4993
-# generates a relative path from SRCDIR to DSTDIR, with a trailing
 
4994
-# slash if non-empty, suitable for immediately appending a filename
 
4995
-# without needing to append a separator.
 
4996
-#             value returned in "$func_relative_path_result"
 
4997
-func_relative_path ()
 
4998
-{
 
4999
-  func_relative_path_result=
 
5000
-  func_normal_abspath "$1"
 
5001
-  func_relative_path_tlibdir=$func_normal_abspath_result
 
5002
-  func_normal_abspath "$2"
 
5003
-  func_relative_path_tbindir=$func_normal_abspath_result
 
5004
-
 
5005
-  # Ascend the tree starting from libdir
 
5006
-  while :; do
 
5007
-    # check if we have found a prefix of bindir
 
5008
-    case $func_relative_path_tbindir in
 
5009
-      $func_relative_path_tlibdir)
 
5010
-        # found an exact match
 
5011
-        func_relative_path_tcancelled=
 
5012
-        break
 
5013
-        ;;
 
5014
-      $func_relative_path_tlibdir*)
 
5015
-        # found a matching prefix
 
5016
-        func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
 
5017
-        func_relative_path_tcancelled=$func_stripname_result
 
5018
-        if test -z "$func_relative_path_result"; then
 
5019
-          func_relative_path_result=.
 
5020
-        fi
 
5021
-        break
 
5022
-        ;;
 
5023
-      *)
 
5024
-        func_dirname $func_relative_path_tlibdir
 
5025
-        func_relative_path_tlibdir=${func_dirname_result}
 
5026
-        if test "x$func_relative_path_tlibdir" = x ; then
 
5027
-          # Have to descend all the way to the root!
 
5028
-          func_relative_path_result=../$func_relative_path_result
 
5029
-          func_relative_path_tcancelled=$func_relative_path_tbindir
 
5030
-          break
 
5031
-        fi
 
5032
-        func_relative_path_result=../$func_relative_path_result
 
5033
-        ;;
 
5034
-    esac
 
5035
-  done
 
5036
-
 
5037
-  # Now calculate path; take care to avoid doubling-up slashes.
 
5038
-  func_stripname '' '/' "$func_relative_path_result"
 
5039
-  func_relative_path_result=$func_stripname_result
 
5040
-  func_stripname '/' '/' "$func_relative_path_tcancelled"
 
5041
-  if test "x$func_stripname_result" != x ; then
 
5042
-    func_relative_path_result=${func_relative_path_result}/${func_stripname_result}
 
5043
-  fi
 
5044
-
 
5045
-  # Normalisation. If bindir is libdir, return empty string,
 
5046
-  # else relative path ending with a slash; either way, target
 
5047
-  # file name can be directly appended.
 
5048
-  if test ! -z "$func_relative_path_result"; then
 
5049
-    func_stripname './' '' "$func_relative_path_result/"
 
5050
-    func_relative_path_result=$func_stripname_result
 
5051
-  fi
 
5052
-}
 
5053
+# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
 
5054
+# is ksh but when the shell is invoked as "sh" and the current value of
 
5055
+# the _XPG environment variable is not equal to 1 (one), the special
 
5056
+# positional parameter $0, within a function call, is the name of the
 
5057
+# function.
 
5058
+progpath="$0"
 
5059
 
 
5060
 # The name of this program:
 
5061
+# In the unlikely event $progname began with a '-', it would play havoc with
 
5062
+# func_echo (imagine progname=-n), so we prepend ./ in that case:
 
5063
 func_dirname_and_basename "$progpath"
 
5064
 progname=$func_basename_result
 
5065
+case $progname in
 
5066
+  -*) progname=./$progname ;;
 
5067
+esac
 
5068
 
 
5069
 # Make sure we have an absolute path for reexecution:
 
5070
 case $progpath in
 
5071
@@ -413,13 +258,6 @@
 
5072
     :
 
5073
 }
 
5074
 
 
5075
-# func_echo_all arg...
 
5076
-# Invoke $ECHO with all args, space-separated.
 
5077
-func_echo_all ()
 
5078
-{
 
5079
-    $ECHO "$*"
 
5080
-}
 
5081
-
 
5082
 # func_error arg...
 
5083
 # Echo program name prefixed message to standard error.
 
5084
 func_error ()
 
5085
@@ -488,9 +326,9 @@
 
5086
         case $my_directory_path in */*) ;; *) break ;; esac
 
5087
 
 
5088
         # ...otherwise throw away the child directory and loop
 
5089
-        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
 
5090
+        my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"`
 
5091
       done
 
5092
-      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
 
5093
+      my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'`
 
5094
 
 
5095
       save_mkdir_p_IFS="$IFS"; IFS=':'
 
5096
       for my_dir in $my_dir_list; do
 
5097
@@ -540,7 +378,7 @@
 
5098
         func_fatal_error "cannot create temporary directory \`$my_tmpdir'"
 
5099
     fi
 
5100
 
 
5101
-    $ECHO "$my_tmpdir"
 
5102
+    $ECHO "X$my_tmpdir" | $Xsed
 
5103
 }
 
5104
 
 
5105
 
 
5106
@@ -554,7 +392,7 @@
 
5107
 {
 
5108
     case $1 in
 
5109
       *[\\\`\"\$]*)
 
5110
-       func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
 
5111
+       func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;;
 
5112
       *)
 
5113
         func_quote_for_eval_unquoted_result="$1" ;;
 
5114
     esac
 
5115
@@ -581,7 +419,7 @@
 
5116
 {
 
5117
     case $1 in
 
5118
       *[\\\`\"]*)
 
5119
-       my_arg=`$ECHO "$1" | $SED \
 
5120
+       my_arg=`$ECHO "X$1" | $Xsed \
 
5121
            -e "$double_quote_subst" -e "$sed_double_backslash"` ;;
 
5122
       *)
 
5123
         my_arg="$1" ;;
 
5124
@@ -651,19 +489,14 @@
 
5125
 }
 
5126
 
 
5127
 
 
5128
+
 
5129
+
 
5130
+
 
5131
 # func_version
 
5132
 # Echo version message to standard output and exit.
 
5133
 func_version ()
 
5134
 {
 
5135
-    $SED -n '/(C)/!b go
 
5136
-       :more
 
5137
-       /\./!{
 
5138
-         N
 
5139
-         s/\n# / /
 
5140
-         b more
 
5141
-       }
 
5142
-       :go
 
5143
-       /^# '$PROGRAM' (GNU /,/# warranty; / {
 
5144
+    $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / {
 
5145
         s/^# //
 
5146
        s/^# *$//
 
5147
         s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/
 
5148
@@ -676,20 +509,19 @@
 
5149
 # Echo short help message to standard output and exit.
 
5150
 func_usage ()
 
5151
 {
 
5152
-    $SED -n '/^# Usage:/,/^#  *.*--help/ {
 
5153
+    $SED -n '/^# Usage:/,/# -h/ {
 
5154
         s/^# //
 
5155
        s/^# *$//
 
5156
        s/\$progname/'$progname'/
 
5157
        p
 
5158
     }' < "$progpath"
 
5159
-    echo
 
5160
+    $ECHO
 
5161
     $ECHO "run \`$progname --help | more' for full usage"
 
5162
     exit $?
 
5163
 }
 
5164
 
 
5165
-# func_help [NOEXIT]
 
5166
-# Echo long help message to standard output and exit,
 
5167
-# unless 'noexit' is passed as argument.
 
5168
+# func_help
 
5169
+# Echo long help message to standard output and exit.
 
5170
 func_help ()
 
5171
 {
 
5172
     $SED -n '/^# Usage:/,/# Report bugs to/ {
 
5173
@@ -706,10 +538,7 @@
 
5174
        s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
 
5175
        p
 
5176
      }' < "$progpath"
 
5177
-    ret=$?
 
5178
-    if test -z "$1"; then
 
5179
-      exit $ret
 
5180
-    fi
 
5181
+    exit $?
 
5182
 }
 
5183
 
 
5184
 # func_missing_arg argname
 
5185
@@ -717,7 +546,7 @@
 
5186
 # exit_cmd.
 
5187
 func_missing_arg ()
 
5188
 {
 
5189
-    func_error "missing argument for $1."
 
5190
+    func_error "missing argument for $1"
 
5191
     exit_cmd=exit
 
5192
 }
 
5193
 
 
5194
@@ -727,6 +556,29 @@
 
5195
 
 
5196
 
 
5197
 
 
5198
+# Check that we have a working $ECHO.
 
5199
+if test "X$1" = X--no-reexec; then
 
5200
+  # Discard the --no-reexec flag, and continue.
 
5201
+  shift
 
5202
+elif test "X$1" = X--fallback-echo; then
 
5203
+  # Avoid inline document here, it may be left over
 
5204
+  :
 
5205
+elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then
 
5206
+  # Yippee, $ECHO works!
 
5207
+  :
 
5208
+else
 
5209
+  # Restart under the correct shell, and then maybe $ECHO will work.
 
5210
+  exec $SHELL "$progpath" --no-reexec ${1+"$@"}
 
5211
+fi
 
5212
+
 
5213
+if test "X$1" = X--fallback-echo; then
 
5214
+  # used as fallback echo
 
5215
+  shift
 
5216
+  cat <<EOF
 
5217
+$*
 
5218
+EOF
 
5219
+  exit $EXIT_SUCCESS
 
5220
+fi
 
5221
 
 
5222
 magic="%%%MAGIC variable%%%"
 
5223
 magic_exe="%%%MAGIC EXE variable%%%"
 
5224
@@ -784,16 +636,16 @@
 
5225
 # Display the features supported by this script.
 
5226
 func_features ()
 
5227
 {
 
5228
-    echo "host: $host"
 
5229
+    $ECHO "host: $host"
 
5230
     if test "$build_libtool_libs" = yes; then
 
5231
-      echo "enable shared libraries"
 
5232
+      $ECHO "enable shared libraries"
 
5233
     else
 
5234
-      echo "disable shared libraries"
 
5235
+      $ECHO "disable shared libraries"
 
5236
     fi
 
5237
     if test "$build_old_libs" = yes; then
 
5238
-      echo "enable static libraries"
 
5239
+      $ECHO "enable static libraries"
 
5240
     else
 
5241
-      echo "disable static libraries"
 
5242
+      $ECHO "disable static libraries"
 
5243
     fi
 
5244
 
 
5245
     exit $?
 
5246
@@ -920,21 +772,10 @@
 
5247
 
 
5248
       --quiet|--silent)        preserve_args="$preserve_args $opt"
 
5249
                        opt_silent=:
 
5250
-                       opt_verbose=false
 
5251
-                       ;;
 
5252
-
 
5253
-      --no-quiet|--no-silent)
 
5254
-                       preserve_args="$preserve_args $opt"
 
5255
-                       opt_silent=false
 
5256
                        ;;
 
5257
 
 
5258
       --verbose| -v)   preserve_args="$preserve_args $opt"
 
5259
                        opt_silent=false
 
5260
-                       opt_verbose=:
 
5261
-                       ;;
 
5262
-
 
5263
-      --no-verbose)    preserve_args="$preserve_args $opt"
 
5264
-                       opt_verbose=false
 
5265
                        ;;
 
5266
 
 
5267
       --tag)           test "$#" -eq 0 && func_missing_arg "$opt" && break
 
5268
@@ -952,7 +793,6 @@
 
5269
 
 
5270
       -\?|-h)          func_usage                                      ;;
 
5271
       --help)          opt_help=:                                      ;;
 
5272
-      --help-all)      opt_help=': help-all'                           ;;
 
5273
       --version)       func_version                                    ;;
 
5274
 
 
5275
       -*)              func_fatal_help "unrecognized option \`$opt'"   ;;
 
5276
@@ -1176,13 +1016,10 @@
 
5277
         func_quote_for_eval "$arg"
 
5278
        CC_quoted="$CC_quoted $func_quote_for_eval_result"
 
5279
       done
 
5280
-      CC_expanded=`func_echo_all $CC`
 
5281
-      CC_quoted_expanded=`func_echo_all $CC_quoted`
 
5282
       case $@ in
 
5283
       # Blanks in the command may have been stripped by the calling shell,
 
5284
       # but not from the CC environment variable when configure was run.
 
5285
-      " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
 
5286
-      " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;;
 
5287
+      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;;
 
5288
       # Blanks at the start of $base_compile will cause this to fail
 
5289
       # if we don't check for them as well.
 
5290
       *)
 
5291
@@ -1196,11 +1033,8 @@
 
5292
              func_quote_for_eval "$arg"
 
5293
              CC_quoted="$CC_quoted $func_quote_for_eval_result"
 
5294
            done
 
5295
-           CC_expanded=`func_echo_all $CC`
 
5296
-           CC_quoted_expanded=`func_echo_all $CC_quoted`
 
5297
            case "$@ " in
 
5298
-           " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
 
5299
-           " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*)
 
5300
+             " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*)
 
5301
              # The compiler in the base compile command matches
 
5302
              # the one in the tagged configuration.
 
5303
              # Assume this is the tagged configuration we want.
 
5304
@@ -1379,7 +1213,7 @@
 
5305
     *.[cCFSifmso] | \
 
5306
     *.ada | *.adb | *.ads | *.asm | \
 
5307
     *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
 
5308
-    *.[fF][09]? | *.for | *.java | *.obj | *.sx | *.cu | *.cup)
 
5309
+    *.[fF][09]? | *.for | *.java | *.obj | *.sx)
 
5310
       func_xform "$libobj"
 
5311
       libobj=$func_xform_result
 
5312
       ;;
 
5313
@@ -1454,7 +1288,7 @@
 
5314
     # Calculate the filename of the output object if compiler does
 
5315
     # not support -o with -c
 
5316
     if test "$compiler_c_o" = no; then
 
5317
-      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
 
5318
+      output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
 
5319
       lockfile="$output_obj.lock"
 
5320
     else
 
5321
       output_obj=
 
5322
@@ -1611,7 +1445,7 @@
 
5323
 }
 
5324
 
 
5325
 $opt_help || {
 
5326
-  test "$mode" = compile && func_mode_compile ${1+"$@"}
 
5327
+test "$mode" = compile && func_mode_compile ${1+"$@"}
 
5328
 }
 
5329
 
 
5330
 func_mode_help ()
 
5331
@@ -1648,11 +1482,10 @@
 
5332
 
 
5333
   -o OUTPUT-FILE    set the output file name to OUTPUT-FILE
 
5334
   -no-suppress      do not suppress compiler output for multiple passes
 
5335
-  -prefer-pic       try to build PIC objects only
 
5336
-  -prefer-non-pic   try to build non-PIC objects only
 
5337
+  -prefer-pic       try to building PIC objects only
 
5338
+  -prefer-non-pic   try to building non-PIC objects only
 
5339
   -shared           do not build a \`.o' file suitable for static linking
 
5340
   -static           only build a \`.o' file suitable for static linking
 
5341
-  -Wc,FLAG          pass FLAG directly to the compiler
 
5342
 
 
5343
 COMPILE-COMMAND is a command to be used in creating a \`standard' object file
 
5344
 from the given SOURCEFILE.
 
5345
@@ -1705,7 +1538,7 @@
 
5346
 
 
5347
 The following components of INSTALL-COMMAND are treated specially:
 
5348
 
 
5349
-  -inst-prefix-dir PREFIX-DIR  Use PREFIX-DIR as a staging area for installation
 
5350
+  -inst-prefix PREFIX-DIR  Use PREFIX-DIR as a staging area for installation
 
5351
 
 
5352
 The rest of the components are interpreted as arguments to that command (only
 
5353
 BSD-compatible install options are recognized)."
 
5354
@@ -1725,8 +1558,6 @@
 
5355
 
 
5356
   -all-static       do not do any dynamic linking at all
 
5357
   -avoid-version    do not add a version suffix if possible
 
5358
-  -bindir BINDIR    specify path to binaries directory (for systems where
 
5359
-                    libraries must be found in the PATH setting at runtime)
 
5360
   -dlopen FILE      \`-dlpreopen' FILE if it cannot be dlopened at runtime
 
5361
   -dlpreopen FILE   link in FILE and add its symbols to lt_preloaded_symbols
 
5362
   -export-dynamic   allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
 
5363
@@ -1755,11 +1586,6 @@
 
5364
   -version-info CURRENT[:REVISION[:AGE]]
 
5365
                     specify library version info [each variable defaults to 0]
 
5366
   -weak LIBNAME     declare that the target provides the LIBNAME interface
 
5367
-  -Wc,FLAG
 
5368
-  -Xcompiler FLAG   pass linker-specific FLAG directly to the compiler
 
5369
-  -Wl,FLAG
 
5370
-  -Xlinker FLAG     pass linker-specific FLAG directly to the linker
 
5371
-  -XCClinker FLAG   pass link-specific FLAG to the compiler driver (CC)
 
5372
 
 
5373
 All other options (arguments beginning with \`-') are ignored.
 
5374
 
 
5375
@@ -1797,40 +1623,14 @@
 
5376
         ;;
 
5377
     esac
 
5378
 
 
5379
-    echo
 
5380
+    $ECHO
 
5381
     $ECHO "Try \`$progname --help' for more information about other modes."
 
5382
+
 
5383
+    exit $?
 
5384
 }
 
5385
 
 
5386
-# Now that we've collected a possible --mode arg, show help if necessary
 
5387
-if $opt_help; then
 
5388
-  if test "$opt_help" = :; then
 
5389
-    func_mode_help
 
5390
-  else
 
5391
-    {
 
5392
-      func_help noexit
 
5393
-      for mode in compile link execute install finish uninstall clean; do
 
5394
-       func_mode_help
 
5395
-      done
 
5396
-    } | sed -n '1p; 2,$s/^Usage:/  or: /p'
 
5397
-    {
 
5398
-      func_help noexit
 
5399
-      for mode in compile link execute install finish uninstall clean; do
 
5400
-       echo
 
5401
-       func_mode_help
 
5402
-      done
 
5403
-    } |
 
5404
-    sed '1d
 
5405
-      /^When reporting/,/^Report/{
 
5406
-       H
 
5407
-       d
 
5408
-      }
 
5409
-      $x
 
5410
-      /information about other modes/d
 
5411
-      /more detailed .*MODE/d
 
5412
-      s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/'
 
5413
-  fi
 
5414
-  exit $?
 
5415
-fi
 
5416
+  # Now that we've collected a possible --mode arg, show help if necessary
 
5417
+  $opt_help && func_mode_help
 
5418
 
 
5419
 
 
5420
 # func_mode_execute arg...
 
5421
@@ -1912,7 +1712,7 @@
 
5422
     for file
 
5423
     do
 
5424
       case $file in
 
5425
-      -* | *.la | *.lo ) ;;
 
5426
+      -*) ;;
 
5427
       *)
 
5428
        # Do a test to see if this is really a libtool program.
 
5429
        if func_ltwrapper_script_p "$file"; then
 
5430
@@ -1954,7 +1754,7 @@
 
5431
       # Display what would be done.
 
5432
       if test -n "$shlibpath_var"; then
 
5433
        eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
 
5434
-       echo "export $shlibpath_var"
 
5435
+       $ECHO "export $shlibpath_var"
 
5436
       fi
 
5437
       $ECHO "$cmd$args"
 
5438
       exit $EXIT_SUCCESS
 
5439
@@ -1995,23 +1795,23 @@
 
5440
     # Exit here if they wanted silent mode.
 
5441
     $opt_silent && exit $EXIT_SUCCESS
 
5442
 
 
5443
-    echo "----------------------------------------------------------------------"
 
5444
-    echo "Libraries have been installed in:"
 
5445
+    $ECHO "X----------------------------------------------------------------------" | $Xsed
 
5446
+    $ECHO "Libraries have been installed in:"
 
5447
     for libdir in $libdirs; do
 
5448
       $ECHO "   $libdir"
 
5449
     done
 
5450
-    echo
 
5451
-    echo "If you ever happen to want to link against installed libraries"
 
5452
-    echo "in a given directory, LIBDIR, you must either use libtool, and"
 
5453
-    echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
 
5454
-    echo "flag during linking and do at least one of the following:"
 
5455
+    $ECHO
 
5456
+    $ECHO "If you ever happen to want to link against installed libraries"
 
5457
+    $ECHO "in a given directory, LIBDIR, you must either use libtool, and"
 
5458
+    $ECHO "specify the full pathname of the library, or use the \`-LLIBDIR'"
 
5459
+    $ECHO "flag during linking and do at least one of the following:"
 
5460
     if test -n "$shlibpath_var"; then
 
5461
-      echo "   - add LIBDIR to the \`$shlibpath_var' environment variable"
 
5462
-      echo "     during execution"
 
5463
+      $ECHO "   - add LIBDIR to the \`$shlibpath_var' environment variable"
 
5464
+      $ECHO "     during execution"
 
5465
     fi
 
5466
     if test -n "$runpath_var"; then
 
5467
-      echo "   - add LIBDIR to the \`$runpath_var' environment variable"
 
5468
-      echo "     during linking"
 
5469
+      $ECHO "   - add LIBDIR to the \`$runpath_var' environment variable"
 
5470
+      $ECHO "     during linking"
 
5471
     fi
 
5472
     if test -n "$hardcode_libdir_flag_spec"; then
 
5473
       libdir=LIBDIR
 
5474
@@ -2023,21 +1823,21 @@
 
5475
       $ECHO "   - have your system administrator run these commands:$admincmds"
 
5476
     fi
 
5477
     if test -f /etc/ld.so.conf; then
 
5478
-      echo "   - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
 
5479
+      $ECHO "   - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
 
5480
     fi
 
5481
-    echo
 
5482
+    $ECHO
 
5483
 
 
5484
-    echo "See any operating system documentation about shared libraries for"
 
5485
+    $ECHO "See any operating system documentation about shared libraries for"
 
5486
     case $host in
 
5487
       solaris2.[6789]|solaris2.1[0-9])
 
5488
-        echo "more information, such as the ld(1), crle(1) and ld.so(8) manual"
 
5489
-       echo "pages."
 
5490
+        $ECHO "more information, such as the ld(1), crle(1) and ld.so(8) manual"
 
5491
+       $ECHO "pages."
 
5492
        ;;
 
5493
       *)
 
5494
-        echo "more information, such as the ld(1) and ld.so(8) manual pages."
 
5495
+        $ECHO "more information, such as the ld(1) and ld.so(8) manual pages."
 
5496
         ;;
 
5497
     esac
 
5498
-    echo "----------------------------------------------------------------------"
 
5499
+    $ECHO "X----------------------------------------------------------------------" | $Xsed
 
5500
     exit $EXIT_SUCCESS
 
5501
 }
 
5502
 
 
5503
@@ -2052,7 +1852,7 @@
 
5504
     # install_prog (especially on Windows NT).
 
5505
     if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
 
5506
        # Allow the use of GNU shtool's install command.
 
5507
-       case $nonopt in *shtool*) :;; *) false;; esac; then
 
5508
+       $ECHO "X$nonopt" | $GREP shtool >/dev/null; then
 
5509
       # Aesthetically quote it.
 
5510
       func_quote_for_eval "$nonopt"
 
5511
       install_prog="$func_quote_for_eval_result "
 
5512
@@ -2067,11 +1867,6 @@
 
5513
     # Aesthetically quote it.
 
5514
     func_quote_for_eval "$arg"
 
5515
     install_prog="$install_prog$func_quote_for_eval_result"
 
5516
-    install_shared_prog=$install_prog
 
5517
-    case " $install_prog " in
 
5518
-      *[\\\ /]cp\ *) install_cp=: ;;
 
5519
-      *) install_cp=false ;;
 
5520
-    esac
 
5521
 
 
5522
     # We need to accept at least all the BSD install flags.
 
5523
     dest=
 
5524
@@ -2081,10 +1876,8 @@
 
5525
     install_type=
 
5526
     isdir=no
 
5527
     stripme=
 
5528
-    no_mode=:
 
5529
     for arg
 
5530
     do
 
5531
-      arg2=
 
5532
       if test -n "$dest"; then
 
5533
        files="$files $dest"
 
5534
        dest=$arg
 
5535
@@ -2094,9 +1887,10 @@
 
5536
       case $arg in
 
5537
       -d) isdir=yes ;;
 
5538
       -f)
 
5539
-       if $install_cp; then :; else
 
5540
-         prev=$arg
 
5541
-       fi
 
5542
+       case " $install_prog " in
 
5543
+       *[\\\ /]cp\ *) ;;
 
5544
+       *) prev=$arg ;;
 
5545
+       esac
 
5546
        ;;
 
5547
       -g | -m | -o)
 
5548
        prev=$arg
 
5549
@@ -2110,10 +1904,6 @@
 
5550
       *)
 
5551
        # If the previous option needed an argument, then skip it.
 
5552
        if test -n "$prev"; then
 
5553
-         if test "x$prev" = x-m && test -n "$install_override_mode"; then
 
5554
-           arg2=$install_override_mode
 
5555
-           no_mode=false
 
5556
-         fi
 
5557
          prev=
 
5558
        else
 
5559
          dest=$arg
 
5560
@@ -2125,10 +1915,6 @@
 
5561
       # Aesthetically quote the argument.
 
5562
       func_quote_for_eval "$arg"
 
5563
       install_prog="$install_prog $func_quote_for_eval_result"
 
5564
-      if test -n "$arg2"; then
 
5565
-       func_quote_for_eval "$arg2"
 
5566
-      fi
 
5567
-      install_shared_prog="$install_shared_prog $func_quote_for_eval_result"
 
5568
     done
 
5569
 
 
5570
     test -z "$install_prog" && \
 
5571
@@ -2137,13 +1923,6 @@
 
5572
     test -n "$prev" && \
 
5573
       func_fatal_help "the \`$prev' option requires an argument"
 
5574
 
 
5575
-    if test -n "$install_override_mode" && $no_mode; then
 
5576
-      if $install_cp; then :; else
 
5577
-       func_quote_for_eval "$install_override_mode"
 
5578
-       install_shared_prog="$install_shared_prog -m $func_quote_for_eval_result"
 
5579
-      fi
 
5580
-    fi
 
5581
-
 
5582
     if test -z "$files"; then
 
5583
       if test -z "$dest"; then
 
5584
        func_fatal_help "no file or destination specified"
 
5585
@@ -2231,7 +2010,7 @@
 
5586
 
 
5587
        if test -n "$relink_command"; then
 
5588
          # Determine the prefix the user has applied to our future dir.
 
5589
-         inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
 
5590
+         inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"`
 
5591
 
 
5592
          # Don't allow the user to place us outside of our expected
 
5593
          # location b/c this prevents finding dependent libraries that
 
5594
@@ -2244,9 +2023,9 @@
 
5595
 
 
5596
          if test -n "$inst_prefix_dir"; then
 
5597
            # Stick the inst_prefix_dir data into the link command.
 
5598
-           relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
 
5599
+           relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
 
5600
          else
 
5601
-           relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
 
5602
+           relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
 
5603
          fi
 
5604
 
 
5605
          func_warning "relinking \`$file'"
 
5606
@@ -2264,7 +2043,7 @@
 
5607
          test -n "$relink_command" && srcname="$realname"T
 
5608
 
 
5609
          # Install the shared library and build the symlinks.
 
5610
-         func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \
 
5611
+         func_show_eval "$install_prog $dir/$srcname $destdir/$realname" \
 
5612
              'exit $?'
 
5613
          tstripme="$stripme"
 
5614
          case $host_os in
 
5615
@@ -2404,7 +2183,7 @@
 
5616
            if test -f "$lib"; then
 
5617
              func_source "$lib"
 
5618
            fi
 
5619
-           libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
 
5620
+           libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
 
5621
            if test -n "$libdir" && test ! -f "$libfile"; then
 
5622
              func_warning "\`$lib' has not been installed in \`$libdir'"
 
5623
              finalize=no
 
5624
@@ -2423,7 +2202,7 @@
 
5625
                file="$func_basename_result"
 
5626
                outputname="$tmpdir/$file"
 
5627
                # Replace the output file specification.
 
5628
-               relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
 
5629
+               relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
 
5630
 
 
5631
                $opt_silent || {
 
5632
                  func_quote_for_expand "$relink_command"
 
5633
@@ -2442,7 +2221,7 @@
 
5634
            }
 
5635
          else
 
5636
            # Install the binary that we compiled earlier.
 
5637
-           file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
 
5638
+           file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
 
5639
          fi
 
5640
        fi
 
5641
 
 
5642
@@ -2544,10 +2323,6 @@
 
5643
 extern \"C\" {
 
5644
 #endif
 
5645
 
 
5646
-#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
 
5647
-#pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
 
5648
-#endif
 
5649
-
 
5650
 /* External symbol declarations for the compiler. */\
 
5651
 "
 
5652
 
 
5653
@@ -2557,7 +2332,7 @@
 
5654
          $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
 
5655
 
 
5656
          # Add our own program objects to the symbol list.
 
5657
-         progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
 
5658
+         progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
 
5659
          for progfile in $progfiles; do
 
5660
            func_verbose "extracting global C symbols from \`$progfile'"
 
5661
            $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'"
 
5662
@@ -2596,7 +2371,7 @@
 
5663
              eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
 
5664
              eval '$MV "$nlist"T "$nlist"'
 
5665
              case $host in
 
5666
-               *cygwin* | *mingw* | *cegcc* )
 
5667
+               *cygwin | *mingw* | *cegcc* )
 
5668
                  eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
 
5669
                  eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
 
5670
                  ;;
 
5671
@@ -2640,10 +2415,10 @@
 
5672
          if test -f "$nlist"S; then
 
5673
            eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
 
5674
          else
 
5675
-           echo '/* NONE */' >> "$output_objdir/$my_dlsyms"
 
5676
+           $ECHO '/* NONE */' >> "$output_objdir/$my_dlsyms"
 
5677
          fi
 
5678
 
 
5679
-         echo >> "$output_objdir/$my_dlsyms" "\
 
5680
+         $ECHO >> "$output_objdir/$my_dlsyms" "\
 
5681
 
 
5682
 /* The mapping between symbol names and symbols.  */
 
5683
 typedef struct {
 
5684
@@ -2653,7 +2428,7 @@
 
5685
 "
 
5686
          case $host in
 
5687
          *cygwin* | *mingw* | *cegcc* )
 
5688
-           echo >> "$output_objdir/$my_dlsyms" "\
 
5689
+           $ECHO >> "$output_objdir/$my_dlsyms" "\
 
5690
 /* DATA imports from DLLs on WIN32 con't be const, because
 
5691
    runtime relocations are performed -- see ld's documentation
 
5692
    on pseudo-relocs.  */"
 
5693
@@ -2666,7 +2441,7 @@
 
5694
            lt_dlsym_const=const ;;
 
5695
          esac
 
5696
 
 
5697
-         echo >> "$output_objdir/$my_dlsyms" "\
 
5698
+         $ECHO >> "$output_objdir/$my_dlsyms" "\
 
5699
 extern $lt_dlsym_const lt_dlsymlist
 
5700
 lt_${my_prefix}_LTX_preloaded_symbols[];
 
5701
 $lt_dlsym_const lt_dlsymlist
 
5702
@@ -2682,7 +2457,7 @@
 
5703
            eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
 
5704
            ;;
 
5705
          esac
 
5706
-         echo >> "$output_objdir/$my_dlsyms" "\
 
5707
+         $ECHO >> "$output_objdir/$my_dlsyms" "\
 
5708
   {0, (void *) 0}
 
5709
 };
 
5710
 
 
5711
@@ -2740,16 +2515,16 @@
 
5712
        case $host in
 
5713
        *cygwin* | *mingw* | *cegcc* )
 
5714
          if test -f "$output_objdir/$my_outputname.def"; then
 
5715
-           compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
 
5716
-           finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
 
5717
+           compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
 
5718
+           finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
 
5719
          else
 
5720
-           compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
 
5721
-           finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
 
5722
+           compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
 
5723
+           finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
 
5724
          fi
 
5725
          ;;
 
5726
        *)
 
5727
-         compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
 
5728
-         finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
 
5729
+         compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
 
5730
+         finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
 
5731
          ;;
 
5732
        esac
 
5733
        ;;
 
5734
@@ -2763,8 +2538,8 @@
 
5735
       # really was required.
 
5736
 
 
5737
       # Nullify the symbol file.
 
5738
-      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
 
5739
-      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
 
5740
+      compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
 
5741
+      finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
 
5742
     fi
 
5743
 }
 
5744
 
 
5745
@@ -2774,7 +2549,6 @@
 
5746
 # Need a lot of goo to handle *both* DLLs and import libs
 
5747
 # Has to be a shell function in order to 'eat' the argument
 
5748
 # that is supplied when $file_magic_command is called.
 
5749
-# Despite the name, also deal with 64 bit binaries.
 
5750
 func_win32_libid ()
 
5751
 {
 
5752
   $opt_debug
 
5753
@@ -2785,9 +2559,8 @@
 
5754
     win32_libid_type="x86 archive import"
 
5755
     ;;
 
5756
   *ar\ archive*) # could be an import, or static
 
5757
-    # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD.
 
5758
     if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
 
5759
-       $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then
 
5760
+       $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
 
5761
       win32_nmres=`eval $NM -f posix -A $1 |
 
5762
        $SED -n -e '
 
5763
            1,100{
 
5764
@@ -2825,18 +2598,7 @@
 
5765
     $opt_debug
 
5766
     f_ex_an_ar_dir="$1"; shift
 
5767
     f_ex_an_ar_oldlib="$1"
 
5768
-    if test "$lock_old_archive_extraction" = yes; then
 
5769
-      lockfile=$f_ex_an_ar_oldlib.lock
 
5770
-      until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
 
5771
-       func_echo "Waiting for $lockfile to be removed"
 
5772
-       sleep 2
 
5773
-      done
 
5774
-    fi
 
5775
-    func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
 
5776
-                  'stat=$?; rm -f "$lockfile"; exit $stat'
 
5777
-    if test "$lock_old_archive_extraction" = yes; then
 
5778
-      $opt_dry_run || rm -f "$lockfile"
 
5779
-    fi
 
5780
+    func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" 'exit $?'
 
5781
     if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
 
5782
      :
 
5783
     else
 
5784
@@ -2907,7 +2669,7 @@
 
5785
            darwin_file=
 
5786
            darwin_files=
 
5787
            for darwin_file in $darwin_filelist; do
 
5788
-             darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
 
5789
+             darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
 
5790
              $LIPO -create -output "$darwin_file" $darwin_files
 
5791
            done # $darwin_filelist
 
5792
            $RM -rf unfat-$$
 
5793
@@ -2922,30 +2684,25 @@
 
5794
         func_extract_an_archive "$my_xdir" "$my_xabs"
 
5795
        ;;
 
5796
       esac
 
5797
-      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
 
5798
+      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
 
5799
     done
 
5800
 
 
5801
     func_extract_archives_result="$my_oldobjs"
 
5802
 }
 
5803
 
 
5804
 
 
5805
-# func_emit_wrapper [arg=no]
 
5806
-#
 
5807
-# Emit a libtool wrapper script on stdout.
 
5808
-# Don't directly open a file because we may want to
 
5809
-# incorporate the script contents within a cygwin/mingw
 
5810
-# wrapper executable.  Must ONLY be called from within
 
5811
-# func_mode_link because it depends on a number of variables
 
5812
-# set therein.
 
5813
+
 
5814
+# func_emit_wrapper_part1 [arg=no]
 
5815
 #
 
5816
-# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
 
5817
-# variable will take.  If 'yes', then the emitted script
 
5818
-# will assume that the directory in which it is stored is
 
5819
-# the $objdir directory.  This is a cygwin/mingw-specific
 
5820
-# behavior.
 
5821
-func_emit_wrapper ()
 
5822
-{
 
5823
-       func_emit_wrapper_arg1=${1-no}
 
5824
+# Emit the first part of a libtool wrapper script on stdout.
 
5825
+# For more information, see the description associated with
 
5826
+# func_emit_wrapper(), below.
 
5827
+func_emit_wrapper_part1 ()
 
5828
+{
 
5829
+       func_emit_wrapper_part1_arg1=no
 
5830
+       if test -n "$1" ; then
 
5831
+         func_emit_wrapper_part1_arg1=$1
 
5832
+       fi
 
5833
 
 
5834
        $ECHO "\
 
5835
 #! $SHELL
 
5836
@@ -2961,6 +2718,7 @@
 
5837
 
 
5838
 # Sed substitution that helps us do robust quoting.  It backslashifies
 
5839
 # metacharacters that are still active within double-quoted strings.
 
5840
+Xsed='${SED} -e 1s/^X//'
 
5841
 sed_quote_subst='$sed_quote_subst'
 
5842
 
 
5843
 # Be Bourne compatible
 
5844
@@ -2991,132 +2749,31 @@
 
5845
 else
 
5846
   # When we are sourced in execute mode, \$file and \$ECHO are already set.
 
5847
   if test \"\$libtool_execute_magic\" != \"$magic\"; then
 
5848
-    file=\"\$0\""
 
5849
-
 
5850
-    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
 
5851
-    $ECHO "\
 
5852
-
 
5853
-# A function that is used when there is no print builtin or printf.
 
5854
-func_fallback_echo ()
 
5855
-{
 
5856
-  eval 'cat <<_LTECHO_EOF
 
5857
-\$1
 
5858
-_LTECHO_EOF'
 
5859
-}
 
5860
-    ECHO=\"$qECHO\"
 
5861
-  fi
 
5862
-
 
5863
-# Very basic option parsing. These options are (a) specific to
 
5864
-# the libtool wrapper, (b) are identical between the wrapper
 
5865
-# /script/ and the wrapper /executable/ which is used only on
 
5866
-# windows platforms, and (c) all begin with the string "--lt-"
 
5867
-# (application programs are unlikely to have options which match
 
5868
-# this pattern).
 
5869
-#
 
5870
-# There are only two supported options: --lt-debug and
 
5871
-# --lt-dump-script. There is, deliberately, no --lt-help.
 
5872
-#
 
5873
-# The first argument to this parsing function should be the
 
5874
-# script's $0 value, followed by "$@".
 
5875
-lt_option_debug=
 
5876
-func_parse_lt_options ()
 
5877
-{
 
5878
-  lt_script_arg0=\$0
 
5879
-  shift
 
5880
-  for lt_opt
 
5881
-  do
 
5882
-    case \"\$lt_opt\" in
 
5883
-    --lt-debug) lt_option_debug=1 ;;
 
5884
-    --lt-dump-script)
 
5885
-        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
 
5886
-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
 
5887
-        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
 
5888
-        cat \"\$lt_dump_D/\$lt_dump_F\"
 
5889
-        exit 0
 
5890
-      ;;
 
5891
-    --lt-*)
 
5892
-        \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2
 
5893
-        exit 1
 
5894
-      ;;
 
5895
-    esac
 
5896
-  done
 
5897
-
 
5898
-  # Print the debug banner immediately:
 
5899
-  if test -n \"\$lt_option_debug\"; then
 
5900
-    echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2
 
5901
-  fi
 
5902
-}
 
5903
-
 
5904
-# Used when --lt-debug. Prints its arguments to stdout
 
5905
-# (redirection is the responsibility of the caller)
 
5906
-func_lt_dump_args ()
 
5907
-{
 
5908
-  lt_dump_args_N=1;
 
5909
-  for lt_arg
 
5910
-  do
 
5911
-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
 
5912
-    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
 
5913
-  done
 
5914
-}
 
5915
-
 
5916
-# Core function for launching the target application
 
5917
-func_exec_program_core ()
 
5918
-{
 
5919
-"
 
5920
-  case $host in
 
5921
-  # Backslashes separate directories on plain windows
 
5922
-  *-*-mingw | *-*-os2* | *-cegcc*)
 
5923
-    $ECHO "\
 
5924
-      if test -n \"\$lt_option_debug\"; then
 
5925
-        \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2
 
5926
-        func_lt_dump_args \${1+\"\$@\"} 1>&2
 
5927
-      fi
 
5928
-      exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
 
5929
-"
 
5930
-    ;;
 
5931
-
 
5932
-  *)
 
5933
-    $ECHO "\
 
5934
-      if test -n \"\$lt_option_debug\"; then
 
5935
-        \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2
 
5936
-        func_lt_dump_args \${1+\"\$@\"} 1>&2
 
5937
-      fi
 
5938
-      exec \"\$progdir/\$program\" \${1+\"\$@\"}
 
5939
+    ECHO=\"$qecho\"
 
5940
+    file=\"\$0\"
 
5941
+    # Make sure echo works.
 
5942
+    if test \"X\$1\" = X--no-reexec; then
 
5943
+      # Discard the --no-reexec flag, and continue.
 
5944
+      shift
 
5945
+    elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then
 
5946
+      # Yippee, \$ECHO works!
 
5947
+      :
 
5948
+    else
 
5949
+      # Restart under the correct shell, and then maybe \$ECHO will work.
 
5950
+      exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"}
 
5951
+    fi
 
5952
+  fi\
 
5953
 "
 
5954
-    ;;
 
5955
-  esac
 
5956
-  $ECHO "\
 
5957
-      \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2
 
5958
-      exit 1
 
5959
-}
 
5960
-
 
5961
-# A function to encapsulate launching the target application
 
5962
-# Strips options in the --lt-* namespace from \$@ and
 
5963
-# launches target application with the remaining arguments.
 
5964
-func_exec_program ()
 
5965
-{
 
5966
-  for lt_wr_arg
 
5967
-  do
 
5968
-    case \$lt_wr_arg in
 
5969
-    --lt-*) ;;
 
5970
-    *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
 
5971
-    esac
 
5972
-    shift
 
5973
-  done
 
5974
-  func_exec_program_core \${1+\"\$@\"}
 
5975
-}
 
5976
-
 
5977
-  # Parse options
 
5978
-  func_parse_lt_options \"\$0\" \${1+\"\$@\"}
 
5979
+       $ECHO "\
 
5980
 
 
5981
   # Find the directory that this script lives in.
 
5982
-  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
 
5983
+  thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
 
5984
   test \"x\$thisdir\" = \"x\$file\" && thisdir=.
 
5985
 
 
5986
   # Follow symbolic links until we get to the real thisdir.
 
5987
-  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
 
5988
+  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
 
5989
   while test -n \"\$file\"; do
 
5990
-    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
 
5991
+    destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
 
5992
 
 
5993
     # If there was a directory component, then change thisdir.
 
5994
     if test \"x\$destdir\" != \"x\$file\"; then
 
5995
@@ -3126,13 +2783,30 @@
 
5996
       esac
 
5997
     fi
 
5998
 
 
5999
-    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
 
6000
-    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
 
6001
+    file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
 
6002
+    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
 
6003
   done
 
6004
+"
 
6005
+}
 
6006
+# end: func_emit_wrapper_part1
 
6007
+
 
6008
+# func_emit_wrapper_part2 [arg=no]
 
6009
+#
 
6010
+# Emit the second part of a libtool wrapper script on stdout.
 
6011
+# For more information, see the description associated with
 
6012
+# func_emit_wrapper(), below.
 
6013
+func_emit_wrapper_part2 ()
 
6014
+{
 
6015
+       func_emit_wrapper_part2_arg1=no
 
6016
+       if test -n "$1" ; then
 
6017
+         func_emit_wrapper_part2_arg1=$1
 
6018
+       fi
 
6019
+
 
6020
+       $ECHO "\
 
6021
 
 
6022
   # Usually 'no', except on cygwin/mingw when embedded into
 
6023
   # the cwrapper.
 
6024
-  WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1
 
6025
+  WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_part2_arg1
 
6026
   if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then
 
6027
     # special case for '.'
 
6028
     if test \"\$thisdir\" = \".\"; then
 
6029
@@ -3140,7 +2814,7 @@
 
6030
     fi
 
6031
     # remove .libs from thisdir
 
6032
     case \"\$thisdir\" in
 
6033
-    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
 
6034
+    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;;
 
6035
     $objdir )   thisdir=. ;;
 
6036
     esac
 
6037
   fi
 
6038
@@ -3203,7 +2877,7 @@
 
6039
 
 
6040
     # Some systems cannot cope with colon-terminated $shlibpath_var
 
6041
     # The second colon is a workaround for a bug in BeOS R4 sed
 
6042
-    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
 
6043
+    $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
 
6044
 
 
6045
     export $shlibpath_var
 
6046
 "
 
6047
@@ -3220,18 +2894,64 @@
 
6048
        $ECHO "\
 
6049
     if test \"\$libtool_execute_magic\" != \"$magic\"; then
 
6050
       # Run the actual program with our arguments.
 
6051
-      func_exec_program \${1+\"\$@\"}
 
6052
+"
 
6053
+       case $host in
 
6054
+       # Backslashes separate directories on plain windows
 
6055
+       *-*-mingw | *-*-os2* | *-cegcc*)
 
6056
+         $ECHO "\
 
6057
+      exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
 
6058
+"
 
6059
+         ;;
 
6060
+
 
6061
+       *)
 
6062
+         $ECHO "\
 
6063
+      exec \"\$progdir/\$program\" \${1+\"\$@\"}
 
6064
+"
 
6065
+         ;;
 
6066
+       esac
 
6067
+       $ECHO "\
 
6068
+      \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2
 
6069
+      exit 1
 
6070
     fi
 
6071
   else
 
6072
     # The program doesn't exist.
 
6073
     \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
 
6074
     \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
 
6075
-    \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
 
6076
+    $ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
 
6077
     exit 1
 
6078
   fi
 
6079
 fi\
 
6080
 "
 
6081
 }
 
6082
+# end: func_emit_wrapper_part2
 
6083
+
 
6084
+
 
6085
+# func_emit_wrapper [arg=no]
 
6086
+#
 
6087
+# Emit a libtool wrapper script on stdout.
 
6088
+# Don't directly open a file because we may want to
 
6089
+# incorporate the script contents within a cygwin/mingw
 
6090
+# wrapper executable.  Must ONLY be called from within
 
6091
+# func_mode_link because it depends on a number of variables
 
6092
+# set therein.
 
6093
+#
 
6094
+# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
 
6095
+# variable will take.  If 'yes', then the emitted script
 
6096
+# will assume that the directory in which it is stored is
 
6097
+# the $objdir directory.  This is a cygwin/mingw-specific
 
6098
+# behavior.
 
6099
+func_emit_wrapper ()
 
6100
+{
 
6101
+       func_emit_wrapper_arg1=no
 
6102
+       if test -n "$1" ; then
 
6103
+         func_emit_wrapper_arg1=$1
 
6104
+       fi
 
6105
+
 
6106
+       # split this up so that func_emit_cwrapperexe_src
 
6107
+       # can call each part independently.
 
6108
+       func_emit_wrapper_part1 "${func_emit_wrapper_arg1}"
 
6109
+       func_emit_wrapper_part2 "${func_emit_wrapper_arg1}"
 
6110
+}
 
6111
 
 
6112
 
 
6113
 # func_to_host_path arg
 
6114
@@ -3258,19 +2978,23 @@
 
6115
 func_to_host_path ()
 
6116
 {
 
6117
   func_to_host_path_result="$1"
 
6118
-  if test -n "$1"; then
 
6119
+  if test -n "$1" ; then
 
6120
     case $host in
 
6121
       *mingw* )
 
6122
         lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
 
6123
         case $build in
 
6124
           *mingw* ) # actually, msys
 
6125
             # awkward: cmd appends spaces to result
 
6126
-            func_to_host_path_result=`( cmd //c echo "$1" ) 2>/dev/null |
 
6127
-              $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"`
 
6128
+            lt_sed_strip_trailing_spaces="s/[ ]*\$//"
 
6129
+            func_to_host_path_tmp1=`( cmd //c echo "$1" |\
 
6130
+              $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""`
 
6131
+            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
 
6132
+              $SED -e "$lt_sed_naive_backslashify"`
 
6133
             ;;
 
6134
           *cygwin* )
 
6135
-            func_to_host_path_result=`cygpath -w "$1" |
 
6136
-             $SED -e "$lt_sed_naive_backslashify"`
 
6137
+            func_to_host_path_tmp1=`cygpath -w "$1"`
 
6138
+            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
 
6139
+              $SED -e "$lt_sed_naive_backslashify"`
 
6140
             ;;
 
6141
           * )
 
6142
             # Unfortunately, winepath does not exit with a non-zero
 
6143
@@ -3282,17 +3006,17 @@
 
6144
             # the odd construction:
 
6145
             func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
 
6146
             if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
 
6147
-              func_to_host_path_result=`$ECHO "$func_to_host_path_tmp1" |
 
6148
+              func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
 
6149
                 $SED -e "$lt_sed_naive_backslashify"`
 
6150
             else
 
6151
               # Allow warning below.
 
6152
-              func_to_host_path_result=
 
6153
+              func_to_host_path_result=""
 
6154
             fi
 
6155
             ;;
 
6156
         esac
 
6157
         if test -z "$func_to_host_path_result" ; then
 
6158
           func_error "Could not determine host path corresponding to"
 
6159
-          func_error "  \`$1'"
 
6160
+          func_error "  '$1'"
 
6161
           func_error "Continuing, but uninstalled executables may not work."
 
6162
           # Fallback:
 
6163
           func_to_host_path_result="$1"
 
6164
@@ -3325,24 +3049,30 @@
 
6165
 func_to_host_pathlist ()
 
6166
 {
 
6167
   func_to_host_pathlist_result="$1"
 
6168
-  if test -n "$1"; then
 
6169
+  if test -n "$1" ; then
 
6170
     case $host in
 
6171
       *mingw* )
 
6172
         lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
 
6173
         # Remove leading and trailing path separator characters from
 
6174
         # ARG. msys behavior is inconsistent here, cygpath turns them
 
6175
         # into '.;' and ';.', and winepath ignores them completely.
 
6176
-       func_stripname : : "$1"
 
6177
-        func_to_host_pathlist_tmp1=$func_stripname_result
 
6178
+        func_to_host_pathlist_tmp2="$1"
 
6179
+        # Once set for this call, this variable should not be
 
6180
+        # reassigned. It is used in tha fallback case.
 
6181
+        func_to_host_pathlist_tmp1=`echo "$func_to_host_pathlist_tmp2" |\
 
6182
+          $SED -e 's|^:*||' -e 's|:*$||'`
 
6183
         case $build in
 
6184
           *mingw* ) # Actually, msys.
 
6185
             # Awkward: cmd appends spaces to result.
 
6186
-            func_to_host_pathlist_result=`
 
6187
-             ( cmd //c echo "$func_to_host_pathlist_tmp1" ) 2>/dev/null |
 
6188
-             $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"`
 
6189
+            lt_sed_strip_trailing_spaces="s/[ ]*\$//"
 
6190
+            func_to_host_pathlist_tmp2=`( cmd //c echo "$func_to_host_pathlist_tmp1" |\
 
6191
+              $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""`
 
6192
+            func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
 
6193
+              $SED -e "$lt_sed_naive_backslashify"`
 
6194
             ;;
 
6195
           *cygwin* )
 
6196
-            func_to_host_pathlist_result=`cygpath -w -p "$func_to_host_pathlist_tmp1" |
 
6197
+            func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"`
 
6198
+            func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
 
6199
               $SED -e "$lt_sed_naive_backslashify"`
 
6200
             ;;
 
6201
           * )
 
6202
@@ -3358,17 +3088,18 @@
 
6203
                   if test -z "$func_to_host_pathlist_result" ; then
 
6204
                     func_to_host_pathlist_result="$func_to_host_path_result"
 
6205
                   else
 
6206
-                    func_append func_to_host_pathlist_result ";$func_to_host_path_result"
 
6207
+                    func_to_host_pathlist_result="$func_to_host_pathlist_result;$func_to_host_path_result"
 
6208
                   fi
 
6209
                 fi
 
6210
               fi
 
6211
+              IFS=:
 
6212
             done
 
6213
             IFS=$func_to_host_pathlist_oldIFS
 
6214
             ;;
 
6215
         esac
 
6216
-        if test -z "$func_to_host_pathlist_result"; then
 
6217
+        if test -z "$func_to_host_pathlist_result" ; then
 
6218
           func_error "Could not determine the host path(s) corresponding to"
 
6219
-          func_error "  \`$1'"
 
6220
+          func_error "  '$1'"
 
6221
           func_error "Continuing, but uninstalled executables may not work."
 
6222
           # Fallback. This may break if $1 contains DOS-style drive
 
6223
           # specifications. The fix is not to complicate the expression
 
6224
@@ -3385,7 +3116,7 @@
 
6225
             ;;
 
6226
         esac
 
6227
         case "$1" in
 
6228
-          *: ) func_append func_to_host_pathlist_result ";"
 
6229
+          *: ) func_to_host_pathlist_result="$func_to_host_pathlist_result;"
 
6230
             ;;
 
6231
         esac
 
6232
         ;;
 
6233
@@ -3410,23 +3141,31 @@
 
6234
 
 
6235
    This wrapper executable should never be moved out of the build directory.
 
6236
    If it is, it will not operate correctly.
 
6237
+
 
6238
+   Currently, it simply execs the wrapper *script* "$SHELL $output",
 
6239
+   but could eventually absorb all of the scripts functionality and
 
6240
+   exec $objdir/$outputname directly.
 
6241
 */
 
6242
 EOF
 
6243
            cat <<"EOF"
 
6244
-#ifdef _MSC_VER
 
6245
-# define _CRT_SECURE_NO_DEPRECATE 1
 
6246
-#endif
 
6247
 #include <stdio.h>
 
6248
 #include <stdlib.h>
 
6249
 #ifdef _MSC_VER
 
6250
 # include <direct.h>
 
6251
 # include <process.h>
 
6252
 # include <io.h>
 
6253
+# define setmode _setmode
 
6254
 #else
 
6255
 # include <unistd.h>
 
6256
 # include <stdint.h>
 
6257
 # ifdef __CYGWIN__
 
6258
 #  include <io.h>
 
6259
+#  define HAVE_SETENV
 
6260
+#  ifdef __STRICT_ANSI__
 
6261
+char *realpath (const char *, char *);
 
6262
+int putenv (char *);
 
6263
+int setenv (const char *, const char *, int);
 
6264
+#  endif
 
6265
 # endif
 
6266
 #endif
 
6267
 #include <malloc.h>
 
6268
@@ -3438,44 +3177,6 @@
 
6269
 #include <fcntl.h>
 
6270
 #include <sys/stat.h>
 
6271
 
 
6272
-/* declarations of non-ANSI functions */
 
6273
-#if defined(__MINGW32__)
 
6274
-# ifdef __STRICT_ANSI__
 
6275
-int _putenv (const char *);
 
6276
-# endif
 
6277
-#elif defined(__CYGWIN__)
 
6278
-# ifdef __STRICT_ANSI__
 
6279
-char *realpath (const char *, char *);
 
6280
-int putenv (char *);
 
6281
-int setenv (const char *, const char *, int);
 
6282
-# endif
 
6283
-/* #elif defined (other platforms) ... */
 
6284
-#endif
 
6285
-
 
6286
-/* portability defines, excluding path handling macros */
 
6287
-#if defined(_MSC_VER)
 
6288
-# define setmode _setmode
 
6289
-# define stat    _stat
 
6290
-# define chmod   _chmod
 
6291
-# define getcwd  _getcwd
 
6292
-# define putenv  _putenv
 
6293
-# define S_IXUSR _S_IEXEC
 
6294
-# ifndef _INTPTR_T_DEFINED
 
6295
-#  define _INTPTR_T_DEFINED
 
6296
-#  define intptr_t int
 
6297
-# endif
 
6298
-#elif defined(__MINGW32__)
 
6299
-# define setmode _setmode
 
6300
-# define stat    _stat
 
6301
-# define chmod   _chmod
 
6302
-# define getcwd  _getcwd
 
6303
-# define putenv  _putenv
 
6304
-#elif defined(__CYGWIN__)
 
6305
-# define HAVE_SETENV
 
6306
-# define FOPEN_WB "wb"
 
6307
-/* #elif defined (other platforms) ... */
 
6308
-#endif
 
6309
-
 
6310
 #if defined(PATH_MAX)
 
6311
 # define LT_PATHMAX PATH_MAX
 
6312
 #elif defined(MAXPATHLEN)
 
6313
@@ -3491,7 +3192,14 @@
 
6314
 # define S_IXGRP 0
 
6315
 #endif
 
6316
 
 
6317
-/* path handling portability macros */
 
6318
+#ifdef _MSC_VER
 
6319
+# define S_IXUSR _S_IEXEC
 
6320
+# define stat _stat
 
6321
+# ifndef _INTPTR_T_DEFINED
 
6322
+#  define intptr_t int
 
6323
+# endif
 
6324
+#endif
 
6325
+
 
6326
 #ifndef DIR_SEPARATOR
 
6327
 # define DIR_SEPARATOR '/'
 
6328
 # define PATH_SEPARATOR ':'
 
6329
@@ -3522,6 +3230,10 @@
 
6330
 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
 
6331
 #endif /* PATH_SEPARATOR_2 */
 
6332
 
 
6333
+#ifdef __CYGWIN__
 
6334
+# define FOPEN_WB "wb"
 
6335
+#endif
 
6336
+
 
6337
 #ifndef FOPEN_WB
 
6338
 # define FOPEN_WB "w"
 
6339
 #endif
 
6340
@@ -3534,13 +3246,22 @@
 
6341
   if (stale) { free ((void *) stale); stale = 0; } \
 
6342
 } while (0)
 
6343
 
 
6344
-#if defined(LT_DEBUGWRAPPER)
 
6345
-static int lt_debug = 1;
 
6346
+#undef LTWRAPPER_DEBUGPRINTF
 
6347
+#if defined DEBUGWRAPPER
 
6348
+# define LTWRAPPER_DEBUGPRINTF(args) ltwrapper_debugprintf args
 
6349
+static void
 
6350
+ltwrapper_debugprintf (const char *fmt, ...)
 
6351
+{
 
6352
+    va_list args;
 
6353
+    va_start (args, fmt);
 
6354
+    (void) vfprintf (stderr, fmt, args);
 
6355
+    va_end (args);
 
6356
+}
 
6357
 #else
 
6358
-static int lt_debug = 0;
 
6359
+# define LTWRAPPER_DEBUGPRINTF(args)
 
6360
 #endif
 
6361
 
 
6362
-const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
 
6363
+const char *program_name = NULL;
 
6364
 
 
6365
 void *xmalloc (size_t num);
 
6366
 char *xstrdup (const char *string);
 
6367
@@ -3550,17 +3271,31 @@
 
6368
 int make_executable (const char *path);
 
6369
 int check_executable (const char *path);
 
6370
 char *strendzap (char *str, const char *pat);
 
6371
-void lt_debugprintf (const char *file, int line, const char *fmt, ...);
 
6372
-void lt_fatal (const char *file, int line, const char *message, ...);
 
6373
-static const char *nonnull (const char *s);
 
6374
-static const char *nonempty (const char *s);
 
6375
+void lt_fatal (const char *message, ...);
 
6376
 void lt_setenv (const char *name, const char *value);
 
6377
 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
 
6378
+void lt_opt_process_env_set (const char *arg);
 
6379
+void lt_opt_process_env_prepend (const char *arg);
 
6380
+void lt_opt_process_env_append (const char *arg);
 
6381
+int lt_split_name_value (const char *arg, char** name, char** value);
 
6382
 void lt_update_exe_path (const char *name, const char *value);
 
6383
 void lt_update_lib_path (const char *name, const char *value);
 
6384
-char **prepare_spawn (char **argv);
 
6385
-void lt_dump_script (FILE *f);
 
6386
+
 
6387
+static const char *script_text_part1 =
 
6388
+EOF
 
6389
+
 
6390
+           func_emit_wrapper_part1 yes |
 
6391
+               $SED -e 's/\([\\"]\)/\\\1/g' \
 
6392
+                    -e 's/^/  "/' -e 's/$/\\n"/'
 
6393
+           echo ";"
 
6394
+           cat <<EOF
 
6395
+
 
6396
+static const char *script_text_part2 =
 
6397
 EOF
 
6398
+           func_emit_wrapper_part2 yes |
 
6399
+               $SED -e 's/\([\\"]\)/\\\1/g' \
 
6400
+                    -e 's/^/  "/' -e 's/$/\\n"/'
 
6401
+           echo ";"
 
6402
 
 
6403
            cat <<EOF
 
6404
 const char * MAGIC_EXE = "$magic_exe";
 
6405
@@ -3605,10 +3340,24 @@
 
6406
            cat <<"EOF"
 
6407
 
 
6408
 #define LTWRAPPER_OPTION_PREFIX         "--lt-"
 
6409
+#define LTWRAPPER_OPTION_PREFIX_LENGTH  5
 
6410
 
 
6411
+static const size_t opt_prefix_len         = LTWRAPPER_OPTION_PREFIX_LENGTH;
 
6412
 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
 
6413
+
 
6414
 static const char *dumpscript_opt       = LTWRAPPER_OPTION_PREFIX "dump-script";
 
6415
-static const char *debug_opt            = LTWRAPPER_OPTION_PREFIX "debug";
 
6416
+
 
6417
+static const size_t env_set_opt_len     = LTWRAPPER_OPTION_PREFIX_LENGTH + 7;
 
6418
+static const char *env_set_opt          = LTWRAPPER_OPTION_PREFIX "env-set";
 
6419
+  /* argument is putenv-style "foo=bar", value of foo is set to bar */
 
6420
+
 
6421
+static const size_t env_prepend_opt_len = LTWRAPPER_OPTION_PREFIX_LENGTH + 11;
 
6422
+static const char *env_prepend_opt      = LTWRAPPER_OPTION_PREFIX "env-prepend";
 
6423
+  /* argument is putenv-style "foo=bar", new value of foo is bar${foo} */
 
6424
+
 
6425
+static const size_t env_append_opt_len  = LTWRAPPER_OPTION_PREFIX_LENGTH + 10;
 
6426
+static const char *env_append_opt       = LTWRAPPER_OPTION_PREFIX "env-append";
 
6427
+  /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */
 
6428
 
 
6429
 int
 
6430
 main (int argc, char *argv[])
 
6431
@@ -3625,13 +3374,10 @@
 
6432
   int i;
 
6433
 
 
6434
   program_name = (char *) xstrdup (base_name (argv[0]));
 
6435
-  newargz = XMALLOC (char *, argc + 1);
 
6436
+  LTWRAPPER_DEBUGPRINTF (("(main) argv[0]      : %s\n", argv[0]));
 
6437
+  LTWRAPPER_DEBUGPRINTF (("(main) program_name : %s\n", program_name));
 
6438
 
 
6439
-  /* very simple arg parsing; don't want to rely on getopt
 
6440
-   * also, copy all non cwrapper options to newargz, except
 
6441
-   * argz[0], which is handled differently
 
6442
-   */
 
6443
-  newargc=0;
 
6444
+  /* very simple arg parsing; don't want to rely on getopt */
 
6445
   for (i = 1; i < argc; i++)
 
6446
     {
 
6447
       if (strcmp (argv[i], dumpscript_opt) == 0)
 
6448
@@ -3645,57 +3391,25 @@
 
6449
              esac
 
6450
 
 
6451
            cat <<"EOF"
 
6452
-         lt_dump_script (stdout);
 
6453
+         printf ("%s", script_text_part1);
 
6454
+         printf ("%s", script_text_part2);
 
6455
          return 0;
 
6456
        }
 
6457
-      if (strcmp (argv[i], debug_opt) == 0)
 
6458
-       {
 
6459
-          lt_debug = 1;
 
6460
-          continue;
 
6461
-       }
 
6462
-      if (strcmp (argv[i], ltwrapper_option_prefix) == 0)
 
6463
-        {
 
6464
-          /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
 
6465
-             namespace, but it is not one of the ones we know about and
 
6466
-             have already dealt with, above (inluding dump-script), then
 
6467
-             report an error. Otherwise, targets might begin to believe
 
6468
-             they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
 
6469
-             namespace. The first time any user complains about this, we'll
 
6470
-             need to make LTWRAPPER_OPTION_PREFIX a configure-time option
 
6471
-             or a configure.ac-settable value.
 
6472
-           */
 
6473
-          lt_fatal (__FILE__, __LINE__,
 
6474
-                   "unrecognized %s option: '%s'",
 
6475
-                    ltwrapper_option_prefix, argv[i]);
 
6476
-        }
 
6477
-      /* otherwise ... */
 
6478
-      newargz[++newargc] = xstrdup (argv[i]);
 
6479
     }
 
6480
-  newargz[++newargc] = NULL;
 
6481
-
 
6482
-EOF
 
6483
-           cat <<EOF
 
6484
-  /* The GNU banner must be the first non-error debug message */
 
6485
-  lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n");
 
6486
-EOF
 
6487
-           cat <<"EOF"
 
6488
-  lt_debugprintf (__FILE__, __LINE__, "(main) argv[0]: %s\n", argv[0]);
 
6489
-  lt_debugprintf (__FILE__, __LINE__, "(main) program_name: %s\n", program_name);
 
6490
 
 
6491
+  newargz = XMALLOC (char *, argc + 1);
 
6492
   tmp_pathspec = find_executable (argv[0]);
 
6493
   if (tmp_pathspec == NULL)
 
6494
-    lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
 
6495
-  lt_debugprintf (__FILE__, __LINE__,
 
6496
-                  "(main) found exe (before symlink chase) at: %s\n",
 
6497
-                 tmp_pathspec);
 
6498
+    lt_fatal ("Couldn't find %s", argv[0]);
 
6499
+  LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n",
 
6500
+                         tmp_pathspec));
 
6501
 
 
6502
   actual_cwrapper_path = chase_symlinks (tmp_pathspec);
 
6503
-  lt_debugprintf (__FILE__, __LINE__,
 
6504
-                  "(main) found exe (after symlink chase) at: %s\n",
 
6505
-                 actual_cwrapper_path);
 
6506
+  LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n",
 
6507
+                         actual_cwrapper_path));
 
6508
   XFREE (tmp_pathspec);
 
6509
 
 
6510
-  actual_cwrapper_name = xstrdup (base_name (actual_cwrapper_path));
 
6511
+  actual_cwrapper_name = xstrdup( base_name (actual_cwrapper_path));
 
6512
   strendzap (actual_cwrapper_path, actual_cwrapper_name);
 
6513
 
 
6514
   /* wrapper name transforms */
 
6515
@@ -3713,9 +3427,8 @@
 
6516
   target_name = tmp_pathspec;
 
6517
   tmp_pathspec = 0;
 
6518
 
 
6519
-  lt_debugprintf (__FILE__, __LINE__,
 
6520
-                 "(main) libtool target name: %s\n",
 
6521
-                 target_name);
 
6522
+  LTWRAPPER_DEBUGPRINTF (("(main) libtool target name: %s\n",
 
6523
+                         target_name));
 
6524
 EOF
 
6525
 
 
6526
            cat <<EOF
 
6527
@@ -3768,12 +3481,77 @@
 
6528
   lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE);
 
6529
   lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE);
 
6530
 
 
6531
-  lt_debugprintf (__FILE__, __LINE__, "(main) lt_argv_zero: %s\n",
 
6532
-                 nonnull (lt_argv_zero));
 
6533
+  newargc=0;
 
6534
+  for (i = 1; i < argc; i++)
 
6535
+    {
 
6536
+      if (strncmp (argv[i], env_set_opt, env_set_opt_len) == 0)
 
6537
+        {
 
6538
+          if (argv[i][env_set_opt_len] == '=')
 
6539
+            {
 
6540
+              const char *p = argv[i] + env_set_opt_len + 1;
 
6541
+              lt_opt_process_env_set (p);
 
6542
+            }
 
6543
+          else if (argv[i][env_set_opt_len] == '\0' && i + 1 < argc)
 
6544
+            {
 
6545
+              lt_opt_process_env_set (argv[++i]); /* don't copy */
 
6546
+            }
 
6547
+          else
 
6548
+            lt_fatal ("%s missing required argument", env_set_opt);
 
6549
+          continue;
 
6550
+        }
 
6551
+      if (strncmp (argv[i], env_prepend_opt, env_prepend_opt_len) == 0)
 
6552
+        {
 
6553
+          if (argv[i][env_prepend_opt_len] == '=')
 
6554
+            {
 
6555
+              const char *p = argv[i] + env_prepend_opt_len + 1;
 
6556
+              lt_opt_process_env_prepend (p);
 
6557
+            }
 
6558
+          else if (argv[i][env_prepend_opt_len] == '\0' && i + 1 < argc)
 
6559
+            {
 
6560
+              lt_opt_process_env_prepend (argv[++i]); /* don't copy */
 
6561
+            }
 
6562
+          else
 
6563
+            lt_fatal ("%s missing required argument", env_prepend_opt);
 
6564
+          continue;
 
6565
+        }
 
6566
+      if (strncmp (argv[i], env_append_opt, env_append_opt_len) == 0)
 
6567
+        {
 
6568
+          if (argv[i][env_append_opt_len] == '=')
 
6569
+            {
 
6570
+              const char *p = argv[i] + env_append_opt_len + 1;
 
6571
+              lt_opt_process_env_append (p);
 
6572
+            }
 
6573
+          else if (argv[i][env_append_opt_len] == '\0' && i + 1 < argc)
 
6574
+            {
 
6575
+              lt_opt_process_env_append (argv[++i]); /* don't copy */
 
6576
+            }
 
6577
+          else
 
6578
+            lt_fatal ("%s missing required argument", env_append_opt);
 
6579
+          continue;
 
6580
+        }
 
6581
+      if (strncmp (argv[i], ltwrapper_option_prefix, opt_prefix_len) == 0)
 
6582
+        {
 
6583
+          /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
 
6584
+             namespace, but it is not one of the ones we know about and
 
6585
+             have already dealt with, above (inluding dump-script), then
 
6586
+             report an error. Otherwise, targets might begin to believe
 
6587
+             they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
 
6588
+             namespace. The first time any user complains about this, we'll
 
6589
+             need to make LTWRAPPER_OPTION_PREFIX a configure-time option
 
6590
+             or a configure.ac-settable value.
 
6591
+           */
 
6592
+          lt_fatal ("Unrecognized option in %s namespace: '%s'",
 
6593
+                    ltwrapper_option_prefix, argv[i]);
 
6594
+        }
 
6595
+      /* otherwise ... */
 
6596
+      newargz[++newargc] = xstrdup (argv[i]);
 
6597
+    }
 
6598
+  newargz[++newargc] = NULL;
 
6599
+
 
6600
+  LTWRAPPER_DEBUGPRINTF     (("(main) lt_argv_zero : %s\n", (lt_argv_zero ? lt_argv_zero : "<NULL>")));
 
6601
   for (i = 0; i < newargc; i++)
 
6602
     {
 
6603
-      lt_debugprintf (__FILE__, __LINE__, "(main) newargz[%d]: %s\n",
 
6604
-                     i, nonnull (newargz[i]));
 
6605
+      LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d]   : %s\n", i, (newargz[i] ? newargz[i] : "<NULL>")));
 
6606
     }
 
6607
 
 
6608
 EOF
 
6609
@@ -3782,14 +3560,11 @@
 
6610
              mingw*)
 
6611
                cat <<"EOF"
 
6612
   /* execv doesn't actually work on mingw as expected on unix */
 
6613
-  newargz = prepare_spawn (newargz);
 
6614
   rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
 
6615
   if (rval == -1)
 
6616
     {
 
6617
       /* failed to start process */
 
6618
-      lt_debugprintf (__FILE__, __LINE__,
 
6619
-                     "(main) failed to launch target \"%s\": %s\n",
 
6620
-                     lt_argv_zero, nonnull (strerror (errno)));
 
6621
+      LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"%s\": errno = %d\n", lt_argv_zero, errno));
 
6622
       return 127;
 
6623
     }
 
6624
   return rval;
 
6625
@@ -3811,7 +3586,7 @@
 
6626
 {
 
6627
   void *p = (void *) malloc (num);
 
6628
   if (!p)
 
6629
-    lt_fatal (__FILE__, __LINE__, "memory exhausted");
 
6630
+    lt_fatal ("Memory exhausted");
 
6631
 
 
6632
   return p;
 
6633
 }
 
6634
@@ -3845,8 +3620,8 @@
 
6635
 {
 
6636
   struct stat st;
 
6637
 
 
6638
-  lt_debugprintf (__FILE__, __LINE__, "(check_executable): %s\n",
 
6639
-                  nonempty (path));
 
6640
+  LTWRAPPER_DEBUGPRINTF (("(check_executable)  : %s\n",
 
6641
+                         path ? (*path ? path : "EMPTY!") : "NULL!"));
 
6642
   if ((!path) || (!*path))
 
6643
     return 0;
 
6644
 
 
6645
@@ -3863,8 +3638,8 @@
 
6646
   int rval = 0;
 
6647
   struct stat st;
 
6648
 
 
6649
-  lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n",
 
6650
-                  nonempty (path));
 
6651
+  LTWRAPPER_DEBUGPRINTF (("(make_executable)   : %s\n",
 
6652
+                         path ? (*path ? path : "EMPTY!") : "NULL!"));
 
6653
   if ((!path) || (!*path))
 
6654
     return 0;
 
6655
 
 
6656
@@ -3890,8 +3665,8 @@
 
6657
   int tmp_len;
 
6658
   char *concat_name;
 
6659
 
 
6660
-  lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n",
 
6661
-                  nonempty (wrapper));
 
6662
+  LTWRAPPER_DEBUGPRINTF (("(find_executable)   : %s\n",
 
6663
+                         wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
 
6664
 
 
6665
   if ((wrapper == NULL) || (*wrapper == '\0'))
 
6666
     return NULL;
 
6667
@@ -3944,8 +3719,7 @@
 
6668
                {
 
6669
                  /* empty path: current directory */
 
6670
                  if (getcwd (tmp, LT_PATHMAX) == NULL)
 
6671
-                   lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
 
6672
-                              nonnull (strerror (errno)));
 
6673
+                   lt_fatal ("getcwd failed");
 
6674
                  tmp_len = strlen (tmp);
 
6675
                  concat_name =
 
6676
                    XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
 
6677
@@ -3970,8 +3744,7 @@
 
6678
     }
 
6679
   /* Relative path | not found in path: prepend cwd */
 
6680
   if (getcwd (tmp, LT_PATHMAX) == NULL)
 
6681
-    lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
 
6682
-              nonnull (strerror (errno)));
 
6683
+    lt_fatal ("getcwd failed");
 
6684
   tmp_len = strlen (tmp);
 
6685
   concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
 
6686
   memcpy (concat_name, tmp, tmp_len);
 
6687
@@ -3997,9 +3770,8 @@
 
6688
   int has_symlinks = 0;
 
6689
   while (strlen (tmp_pathspec) && !has_symlinks)
 
6690
     {
 
6691
-      lt_debugprintf (__FILE__, __LINE__,
 
6692
-                     "checking path component for symlinks: %s\n",
 
6693
-                     tmp_pathspec);
 
6694
+      LTWRAPPER_DEBUGPRINTF (("checking path component for symlinks: %s\n",
 
6695
+                             tmp_pathspec));
 
6696
       if (lstat (tmp_pathspec, &s) == 0)
 
6697
        {
 
6698
          if (S_ISLNK (s.st_mode) != 0)
 
6699
@@ -4021,9 +3793,8 @@
 
6700
        }
 
6701
       else
 
6702
        {
 
6703
-         lt_fatal (__FILE__, __LINE__,
 
6704
-                   "error accessing file \"%s\": %s",
 
6705
-                   tmp_pathspec, nonnull (strerror (errno)));
 
6706
+         char *errstr = strerror (errno);
 
6707
+         lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);
 
6708
        }
 
6709
     }
 
6710
   XFREE (tmp_pathspec);
 
6711
@@ -4036,8 +3807,7 @@
 
6712
   tmp_pathspec = realpath (pathspec, buf);
 
6713
   if (tmp_pathspec == 0)
 
6714
     {
 
6715
-      lt_fatal (__FILE__, __LINE__,
 
6716
-               "could not follow symlinks for %s", pathspec);
 
6717
+      lt_fatal ("Could not follow symlinks for %s", pathspec);
 
6718
     }
 
6719
   return xstrdup (tmp_pathspec);
 
6720
 #endif
 
6721
@@ -4063,25 +3833,11 @@
 
6722
   return str;
 
6723
 }
 
6724
 
 
6725
-void
 
6726
-lt_debugprintf (const char *file, int line, const char *fmt, ...)
 
6727
-{
 
6728
-  va_list args;
 
6729
-  if (lt_debug)
 
6730
-    {
 
6731
-      (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line);
 
6732
-      va_start (args, fmt);
 
6733
-      (void) vfprintf (stderr, fmt, args);
 
6734
-      va_end (args);
 
6735
-    }
 
6736
-}
 
6737
-
 
6738
 static void
 
6739
-lt_error_core (int exit_status, const char *file,
 
6740
-              int line, const char *mode,
 
6741
+lt_error_core (int exit_status, const char *mode,
 
6742
               const char *message, va_list ap)
 
6743
 {
 
6744
-  fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode);
 
6745
+  fprintf (stderr, "%s: %s: ", program_name, mode);
 
6746
   vfprintf (stderr, message, ap);
 
6747
   fprintf (stderr, ".\n");
 
6748
 
 
6749
@@ -4090,32 +3846,20 @@
 
6750
 }
 
6751
 
 
6752
 void
 
6753
-lt_fatal (const char *file, int line, const char *message, ...)
 
6754
+lt_fatal (const char *message, ...)
 
6755
 {
 
6756
   va_list ap;
 
6757
   va_start (ap, message);
 
6758
-  lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap);
 
6759
+  lt_error_core (EXIT_FAILURE, "FATAL", message, ap);
 
6760
   va_end (ap);
 
6761
 }
 
6762
 
 
6763
-static const char *
 
6764
-nonnull (const char *s)
 
6765
-{
 
6766
-  return s ? s : "(null)";
 
6767
-}
 
6768
-
 
6769
-static const char *
 
6770
-nonempty (const char *s)
 
6771
-{
 
6772
-  return (s && !*s) ? "(empty)" : nonnull (s);
 
6773
-}
 
6774
-
 
6775
 void
 
6776
 lt_setenv (const char *name, const char *value)
 
6777
 {
 
6778
-  lt_debugprintf (__FILE__, __LINE__,
 
6779
-                 "(lt_setenv) setting '%s' to '%s'\n",
 
6780
-                  nonnull (name), nonnull (value));
 
6781
+  LTWRAPPER_DEBUGPRINTF (("(lt_setenv) setting '%s' to '%s'\n",
 
6782
+                          (name ? name : "<NULL>"),
 
6783
+                          (value ? value : "<NULL>")));
 
6784
   {
 
6785
 #ifdef HAVE_SETENV
 
6786
     /* always make a copy, for consistency with !HAVE_SETENV */
 
6787
@@ -4160,12 +3904,95 @@
 
6788
   return new_value;
 
6789
 }
 
6790
 
 
6791
+int
 
6792
+lt_split_name_value (const char *arg, char** name, char** value)
 
6793
+{
 
6794
+  const char *p;
 
6795
+  int len;
 
6796
+  if (!arg || !*arg)
 
6797
+    return 1;
 
6798
+
 
6799
+  p = strchr (arg, (int)'=');
 
6800
+
 
6801
+  if (!p)
 
6802
+    return 1;
 
6803
+
 
6804
+  *value = xstrdup (++p);
 
6805
+
 
6806
+  len = strlen (arg) - strlen (*value);
 
6807
+  *name = XMALLOC (char, len);
 
6808
+  strncpy (*name, arg, len-1);
 
6809
+  (*name)[len - 1] = '\0';
 
6810
+
 
6811
+  return 0;
 
6812
+}
 
6813
+
 
6814
+void
 
6815
+lt_opt_process_env_set (const char *arg)
 
6816
+{
 
6817
+  char *name = NULL;
 
6818
+  char *value = NULL;
 
6819
+
 
6820
+  if (lt_split_name_value (arg, &name, &value) != 0)
 
6821
+    {
 
6822
+      XFREE (name);
 
6823
+      XFREE (value);
 
6824
+      lt_fatal ("bad argument for %s: '%s'", env_set_opt, arg);
 
6825
+    }
 
6826
+
 
6827
+  lt_setenv (name, value);
 
6828
+  XFREE (name);
 
6829
+  XFREE (value);
 
6830
+}
 
6831
+
 
6832
+void
 
6833
+lt_opt_process_env_prepend (const char *arg)
 
6834
+{
 
6835
+  char *name = NULL;
 
6836
+  char *value = NULL;
 
6837
+  char *new_value = NULL;
 
6838
+
 
6839
+  if (lt_split_name_value (arg, &name, &value) != 0)
 
6840
+    {
 
6841
+      XFREE (name);
 
6842
+      XFREE (value);
 
6843
+      lt_fatal ("bad argument for %s: '%s'", env_prepend_opt, arg);
 
6844
+    }
 
6845
+
 
6846
+  new_value = lt_extend_str (getenv (name), value, 0);
 
6847
+  lt_setenv (name, new_value);
 
6848
+  XFREE (new_value);
 
6849
+  XFREE (name);
 
6850
+  XFREE (value);
 
6851
+}
 
6852
+
 
6853
+void
 
6854
+lt_opt_process_env_append (const char *arg)
 
6855
+{
 
6856
+  char *name = NULL;
 
6857
+  char *value = NULL;
 
6858
+  char *new_value = NULL;
 
6859
+
 
6860
+  if (lt_split_name_value (arg, &name, &value) != 0)
 
6861
+    {
 
6862
+      XFREE (name);
 
6863
+      XFREE (value);
 
6864
+      lt_fatal ("bad argument for %s: '%s'", env_append_opt, arg);
 
6865
+    }
 
6866
+
 
6867
+  new_value = lt_extend_str (getenv (name), value, 1);
 
6868
+  lt_setenv (name, new_value);
 
6869
+  XFREE (new_value);
 
6870
+  XFREE (name);
 
6871
+  XFREE (value);
 
6872
+}
 
6873
+
 
6874
 void
 
6875
 lt_update_exe_path (const char *name, const char *value)
 
6876
 {
 
6877
-  lt_debugprintf (__FILE__, __LINE__,
 
6878
-                 "(lt_update_exe_path) modifying '%s' by prepending '%s'\n",
 
6879
-                  nonnull (name), nonnull (value));
 
6880
+  LTWRAPPER_DEBUGPRINTF (("(lt_update_exe_path) modifying '%s' by prepending '%s'\n",
 
6881
+                          (name ? name : "<NULL>"),
 
6882
+                          (value ? value : "<NULL>")));
 
6883
 
 
6884
   if (name && *name && value && *value)
 
6885
     {
 
6886
@@ -4184,9 +4011,9 @@
 
6887
 void
 
6888
 lt_update_lib_path (const char *name, const char *value)
 
6889
 {
 
6890
-  lt_debugprintf (__FILE__, __LINE__,
 
6891
-                 "(lt_update_lib_path) modifying '%s' by prepending '%s'\n",
 
6892
-                  nonnull (name), nonnull (value));
 
6893
+  LTWRAPPER_DEBUGPRINTF (("(lt_update_lib_path) modifying '%s' by prepending '%s'\n",
 
6894
+                          (name ? name : "<NULL>"),
 
6895
+                          (value ? value : "<NULL>")));
 
6896
 
 
6897
   if (name && *name && value && *value)
 
6898
     {
 
6899
@@ -4196,152 +4023,11 @@
 
6900
     }
 
6901
 }
 
6902
 
 
6903
-EOF
 
6904
-           case $host_os in
 
6905
-             mingw*)
 
6906
-               cat <<"EOF"
 
6907
-
 
6908
-/* Prepares an argument vector before calling spawn().
 
6909
-   Note that spawn() does not by itself call the command interpreter
 
6910
-     (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") :
 
6911
-      ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
 
6912
-         GetVersionEx(&v);
 
6913
-         v.dwPlatformId == VER_PLATFORM_WIN32_NT;
 
6914
-      }) ? "cmd.exe" : "command.com").
 
6915
-   Instead it simply concatenates the arguments, separated by ' ', and calls
 
6916
-   CreateProcess().  We must quote the arguments since Win32 CreateProcess()
 
6917
-   interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a
 
6918
-   special way:
 
6919
-   - Space and tab are interpreted as delimiters. They are not treated as
 
6920
-     delimiters if they are surrounded by double quotes: "...".
 
6921
-   - Unescaped double quotes are removed from the input. Their only effect is
 
6922
-     that within double quotes, space and tab are treated like normal
 
6923
-     characters.
 
6924
-   - Backslashes not followed by double quotes are not special.
 
6925
-   - But 2*n+1 backslashes followed by a double quote become
 
6926
-     n backslashes followed by a double quote (n >= 0):
 
6927
-       \" -> "
 
6928
-       \\\" -> \"
 
6929
-       \\\\\" -> \\"
 
6930
- */
 
6931
-#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
 
6932
-#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
 
6933
-char **
 
6934
-prepare_spawn (char **argv)
 
6935
-{
 
6936
-  size_t argc;
 
6937
-  char **new_argv;
 
6938
-  size_t i;
 
6939
-
 
6940
-  /* Count number of arguments.  */
 
6941
-  for (argc = 0; argv[argc] != NULL; argc++)
 
6942
-    ;
 
6943
-
 
6944
-  /* Allocate new argument vector.  */
 
6945
-  new_argv = XMALLOC (char *, argc + 1);
 
6946
-
 
6947
-  /* Put quoted arguments into the new argument vector.  */
 
6948
-  for (i = 0; i < argc; i++)
 
6949
-    {
 
6950
-      const char *string = argv[i];
 
6951
-
 
6952
-      if (string[0] == '\0')
 
6953
-       new_argv[i] = xstrdup ("\"\"");
 
6954
-      else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
 
6955
-       {
 
6956
-         int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
 
6957
-         size_t length;
 
6958
-         unsigned int backslashes;
 
6959
-         const char *s;
 
6960
-         char *quoted_string;
 
6961
-         char *p;
 
6962
-
 
6963
-         length = 0;
 
6964
-         backslashes = 0;
 
6965
-         if (quote_around)
 
6966
-           length++;
 
6967
-         for (s = string; *s != '\0'; s++)
 
6968
-           {
 
6969
-             char c = *s;
 
6970
-             if (c == '"')
 
6971
-               length += backslashes + 1;
 
6972
-             length++;
 
6973
-             if (c == '\\')
 
6974
-               backslashes++;
 
6975
-             else
 
6976
-               backslashes = 0;
 
6977
-           }
 
6978
-         if (quote_around)
 
6979
-           length += backslashes + 1;
 
6980
-
 
6981
-         quoted_string = XMALLOC (char, length + 1);
 
6982
-
 
6983
-         p = quoted_string;
 
6984
-         backslashes = 0;
 
6985
-         if (quote_around)
 
6986
-           *p++ = '"';
 
6987
-         for (s = string; *s != '\0'; s++)
 
6988
-           {
 
6989
-             char c = *s;
 
6990
-             if (c == '"')
 
6991
-               {
 
6992
-                 unsigned int j;
 
6993
-                 for (j = backslashes + 1; j > 0; j--)
 
6994
-                   *p++ = '\\';
 
6995
-               }
 
6996
-             *p++ = c;
 
6997
-             if (c == '\\')
 
6998
-               backslashes++;
 
6999
-             else
 
7000
-               backslashes = 0;
 
7001
-           }
 
7002
-         if (quote_around)
 
7003
-           {
 
7004
-             unsigned int j;
 
7005
-             for (j = backslashes; j > 0; j--)
 
7006
-               *p++ = '\\';
 
7007
-             *p++ = '"';
 
7008
-           }
 
7009
-         *p = '\0';
 
7010
-
 
7011
-         new_argv[i] = quoted_string;
 
7012
-       }
 
7013
-      else
 
7014
-       new_argv[i] = (char *) string;
 
7015
-    }
 
7016
-  new_argv[argc] = NULL;
 
7017
-
 
7018
-  return new_argv;
 
7019
-}
 
7020
-EOF
 
7021
-               ;;
 
7022
-           esac
 
7023
-
 
7024
-            cat <<"EOF"
 
7025
-void lt_dump_script (FILE* f)
 
7026
-{
 
7027
-EOF
 
7028
-           func_emit_wrapper yes |
 
7029
-              $SED -e 's/\([\\"]\)/\\\1/g' \
 
7030
-                  -e 's/^/  fputs ("/' -e 's/$/\\n", f);/'
 
7031
 
 
7032
-            cat <<"EOF"
 
7033
-}
 
7034
 EOF
 
7035
 }
 
7036
 # end: func_emit_cwrapperexe_src
 
7037
 
 
7038
-# func_win32_import_lib_p ARG
 
7039
-# True if ARG is an import lib, as indicated by $file_magic_cmd
 
7040
-func_win32_import_lib_p ()
 
7041
-{
 
7042
-    $opt_debug
 
7043
-    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
 
7044
-    *import*) : ;;
 
7045
-    *) false ;;
 
7046
-    esac
 
7047
-}
 
7048
-
 
7049
 # func_mode_link arg...
 
7050
 func_mode_link ()
 
7051
 {
 
7052
@@ -4386,7 +4072,6 @@
 
7053
     new_inherited_linker_flags=
 
7054
 
 
7055
     avoid_version=no
 
7056
-    bindir=
 
7057
     dlfiles=
 
7058
     dlprefiles=
 
7059
     dlself=no
 
7060
@@ -4479,11 +4164,6 @@
 
7061
        esac
 
7062
 
 
7063
        case $prev in
 
7064
-       bindir)
 
7065
-         bindir="$arg"
 
7066
-         prev=
 
7067
-         continue
 
7068
-         ;;
 
7069
        dlfiles|dlprefiles)
 
7070
          if test "$preload" = no; then
 
7071
            # Add the symbol object into the linking commands.
 
7072
@@ -4745,11 +4425,6 @@
 
7073
        continue
 
7074
        ;;
 
7075
 
 
7076
-      -bindir)
 
7077
-       prev=bindir
 
7078
-       continue
 
7079
-       ;;
 
7080
-
 
7081
       -dlopen)
 
7082
        prev=dlfiles
 
7083
        continue
 
7084
@@ -4828,7 +4503,7 @@
 
7085
        esac
 
7086
        case $host in
 
7087
        *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
 
7088
-         testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
 
7089
+         testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
 
7090
          case :$dllsearchpath: in
 
7091
          *":$dir:"*) ;;
 
7092
          ::) dllsearchpath=$dir;;
 
7093
@@ -4847,7 +4522,7 @@
 
7094
       -l*)
 
7095
        if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
 
7096
          case $host in
 
7097
-         *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
 
7098
+         *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc*)
 
7099
            # These systems don't actually have a C or math library (as such)
 
7100
            continue
 
7101
            ;;
 
7102
@@ -5033,7 +4708,7 @@
 
7103
        for flag in $args; do
 
7104
          IFS="$save_ifs"
 
7105
           func_quote_for_eval "$flag"
 
7106
-         arg="$arg $func_quote_for_eval_result"
 
7107
+         arg="$arg $wl$func_quote_for_eval_result"
 
7108
          compiler_flags="$compiler_flags $func_quote_for_eval_result"
 
7109
        done
 
7110
        IFS="$save_ifs"
 
7111
@@ -5079,19 +4754,18 @@
 
7112
        arg="$func_quote_for_eval_result"
 
7113
        ;;
 
7114
 
 
7115
-      # Flags to be passed through unchanged, with rationale:
 
7116
-      # -64, -mips[0-9]      enable 64-bit mode for the SGI compiler
 
7117
-      # -r[0-9][0-9]*        specify processor for the SGI compiler
 
7118
-      # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler
 
7119
-      # +DA*, +DD*           enable 64-bit mode for the HP compiler
 
7120
-      # -q*                  compiler args for the IBM compiler
 
7121
-      # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
 
7122
-      # -F/path              path to uninstalled frameworks, gcc on darwin
 
7123
-      # -p, -pg, --coverage, -fprofile-*  profiling flags for GCC
 
7124
-      # @file                GCC response files
 
7125
-      # -tp=*                Portland pgcc target processor selection
 
7126
+      # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
 
7127
+      # -r[0-9][0-9]* specifies the processor on the SGI compiler
 
7128
+      # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
 
7129
+      # +DA*, +DD* enable 64-bit mode on the HP compiler
 
7130
+      # -q* pass through compiler args for the IBM compiler
 
7131
+      # -m*, -t[45]*, -txscale* pass through architecture-specific
 
7132
+      # compiler args for GCC
 
7133
+      # -F/path gives path to uninstalled frameworks, gcc on darwin
 
7134
+      # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
 
7135
+      # @file GCC response files
 
7136
       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
 
7137
-      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*)
 
7138
+      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
 
7139
         func_quote_for_eval "$arg"
 
7140
        arg="$func_quote_for_eval_result"
 
7141
         func_append compile_command " $arg"
 
7142
@@ -5251,7 +4925,7 @@
 
7143
 
 
7144
     if test -n "$shlibpath_var"; then
 
7145
       # get the directories listed in $shlibpath_var
 
7146
-      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
 
7147
+      eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
 
7148
     else
 
7149
       shlib_search_path=
 
7150
     fi
 
7151
@@ -5359,7 +5033,10 @@
18742
7152
        case $pass in
18743
7153
        dlopen) libs="$dlfiles" ;;
18744
7154
        dlpreopen) libs="$dlprefiles" ;;
18750
7160
        esac
18751
7161
       fi
18752
7162
       if test "$linkmode,$pass" = "lib,dlpreopen"; then
18753
 
@@ -5344,19 +5347,19 @@ func_mode_link ()
 
7163
@@ -5374,8 +5051,7 @@
 
7164
          # Collect preopened libtool deplibs, except any this library
 
7165
          # has declared as weak libs
 
7166
          for deplib in $dependency_libs; do
 
7167
-           func_basename "$deplib"
 
7168
-            deplib_base=$func_basename_result
 
7169
+            deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"`
 
7170
            case " $weak_libs " in
 
7171
            *" $deplib_base "*) ;;
 
7172
            *) deplibs="$deplibs $deplib" ;;
 
7173
@@ -5554,7 +5230,7 @@
 
7174
                match_pattern*)
 
7175
                  set dummy $deplibs_check_method; shift
 
7176
                  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
 
7177
-                 if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
 
7178
+                 if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \
 
7179
                    | $EGREP "$match_pattern_regex" > /dev/null; then
 
7180
                    valid_a_lib=yes
 
7181
                  fi
 
7182
@@ -5564,15 +5240,15 @@
 
7183
                ;;
 
7184
              esac
 
7185
              if test "$valid_a_lib" != yes; then
 
7186
-               echo
 
7187
+               $ECHO
 
7188
                $ECHO "*** Warning: Trying to link with static lib archive $deplib."
 
7189
-               echo "*** I have the capability to make that library automatically link in when"
 
7190
-               echo "*** you link to this library.  But I can only do this if you have a"
 
7191
-               echo "*** shared version of the library, which you do not appear to have"
 
7192
-               echo "*** because the file extensions .$libext of this argument makes me believe"
 
7193
-               echo "*** that it is just a static archive that I should not use here."
 
7194
+               $ECHO "*** I have the capability to make that library automatically link in when"
 
7195
+               $ECHO "*** you link to this library.  But I can only do this if you have a"
 
7196
+               $ECHO "*** shared version of the library, which you do not appear to have"
 
7197
+               $ECHO "*** because the file extensions .$libext of this argument makes me believe"
 
7198
+               $ECHO "*** that it is just a static archive that I should not use here."
 
7199
              else
 
7200
-               echo
 
7201
+               $ECHO
 
7202
                $ECHO "*** Warning: Linking the shared library $output against the"
 
7203
                $ECHO "*** static library $deplib is not portable!"
 
7204
                deplibs="$deplib $deplibs"
 
7205
@@ -5645,7 +5321,7 @@
 
7206
 
 
7207
        # Convert "-framework foo" to "foo.ltframework"
 
7208
        if test -n "$inherited_linker_flags"; then
 
7209
-         tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
 
7210
+         tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'`
 
7211
          for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
 
7212
            case " $new_inherited_linker_flags " in
 
7213
              *" $tmp_inherited_linker_flag "*) ;;
 
7214
@@ -5653,7 +5329,7 @@
 
7215
            esac
 
7216
          done
 
7217
        fi
 
7218
-       dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
 
7219
+       dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
 
7220
        if test "$linkmode,$pass" = "lib,link" ||
 
7221
           test "$linkmode,$pass" = "prog,scan" ||
 
7222
           { test "$linkmode" != prog && test "$linkmode" != lib; }; then
 
7223
@@ -5671,19 +5347,19 @@
18754
7224
            # It is a libtool convenience library, so add in its objects.
18755
7225
            convenience="$convenience $ladir/$objdir/$old_library"
18756
7226
            old_convenience="$old_convenience $ladir/$objdir/$old_library"
18780
7250
          continue
18781
7251
        fi # $pass = conv
18782
7252
 
18783
 
@@ -5893,6 +5896,7 @@ func_mode_link ()
18784
 
          if test "$link_all_deplibs" != no; then
18785
 
            # Add the search paths of all dependency libraries
18786
 
            for deplib in $dependency_libs; do
18787
 
+             path=
18788
 
              case $deplib in
18789
 
              -L*) path="$deplib" ;;
18790
 
              *.la)
18791
 
@@ -6206,6 +6210,9 @@ func_mode_link ()
 
7253
@@ -5907,7 +5583,7 @@
 
7254
            fi
 
7255
          done
 
7256
          if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then
 
7257
-           echo
 
7258
+           $ECHO
 
7259
            if test "$linkmode" = prog; then
 
7260
              $ECHO "*** Warning: Linking the executable $output against the loadable module"
 
7261
            else
 
7262
@@ -6010,9 +5686,9 @@
 
7263
                      if test "X$dlopenmodule" != "X$lib"; then
 
7264
                        $ECHO "*** Warning: lib $linklib is a module, not a shared library"
 
7265
                        if test -z "$old_library" ; then
 
7266
-                         echo
 
7267
-                         echo "*** And there doesn't seem to be a static archive available"
 
7268
-                         echo "*** The link will probably fail, sorry"
 
7269
+                         $ECHO
 
7270
+                         $ECHO "*** And there doesn't seem to be a static archive available"
 
7271
+                         $ECHO "*** The link will probably fail, sorry"
 
7272
                        else
 
7273
                          add="$dir/$old_library"
 
7274
                        fi
 
7275
@@ -6152,21 +5828,21 @@
 
7276
 
 
7277
            # Just print a warning and add the library to dependency_libs so
 
7278
            # that the program can be linked against the static library.
 
7279
-           echo
 
7280
+           $ECHO
 
7281
            $ECHO "*** Warning: This system can not link to static lib archive $lib."
 
7282
-           echo "*** I have the capability to make that library automatically link in when"
 
7283
-           echo "*** you link to this library.  But I can only do this if you have a"
 
7284
-           echo "*** shared version of the library, which you do not appear to have."
 
7285
+           $ECHO "*** I have the capability to make that library automatically link in when"
 
7286
+           $ECHO "*** you link to this library.  But I can only do this if you have a"
 
7287
+           $ECHO "*** shared version of the library, which you do not appear to have."
 
7288
            if test "$module" = yes; then
 
7289
-             echo "*** But as you try to build a module library, libtool will still create "
 
7290
-             echo "*** a static module, that should work as long as the dlopening application"
 
7291
-             echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
 
7292
+             $ECHO "*** But as you try to build a module library, libtool will still create "
 
7293
+             $ECHO "*** a static module, that should work as long as the dlopening application"
 
7294
+             $ECHO "*** is linked with the -dlopen flag to resolve symbols at runtime."
 
7295
              if test -z "$global_symbol_pipe"; then
 
7296
-               echo
 
7297
-               echo "*** However, this would only work if libtool was able to extract symbol"
 
7298
-               echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
 
7299
-               echo "*** not find such a program.  So, this module is probably useless."
 
7300
-               echo "*** \`nm' from GNU binutils and a full rebuild may help."
 
7301
+               $ECHO
 
7302
+               $ECHO "*** However, this would only work if libtool was able to extract symbol"
 
7303
+               $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could"
 
7304
+               $ECHO "*** not find such a program.  So, this module is probably useless."
 
7305
+               $ECHO "*** \`nm' from GNU binutils and a full rebuild may help."
 
7306
              fi
 
7307
              if test "$build_old_libs" = no; then
 
7308
                build_libtool_libs=module
 
7309
@@ -6286,7 +5962,7 @@
 
7310
          compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
 
7311
          finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
 
7312
        else
 
7313
-         compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
 
7314
+         compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
 
7315
        fi
 
7316
       fi
 
7317
       dependency_libs="$newdependency_libs"
 
7318
@@ -6454,7 +6130,7 @@
 
7319
        if test "$deplibs_check_method" != pass_all; then
 
7320
          func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs"
 
7321
        else
 
7322
-         echo
 
7323
+         $ECHO
 
7324
          $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
 
7325
          $ECHO "*** objects $objs is not portable!"
 
7326
          libobjs="$libobjs $objs"
 
7327
@@ -6522,7 +6198,7 @@
 
7328
            age="$number_minor"
 
7329
            revision="$number_revision"
 
7330
            ;;
 
7331
-         freebsd-aout|freebsd-elf|qnx|sunos)
 
7332
+         freebsd-aout|freebsd-elf|sunos)
 
7333
            current="$number_major"
 
7334
            revision="$number_minor"
 
7335
            age="0"
 
7336
@@ -6534,6 +6210,9 @@
18792
7337
            revision="$number_minor"
18793
7338
            lt_irix_increment=no
18794
7339
            ;;
18798
7343
          esac
18799
7344
          ;;
18800
7345
        no)
18801
 
Index: brasero-2.30.1/nautilus/Makefile.in
18802
 
===================================================================
18803
 
--- brasero-2.30.1.orig/nautilus/Makefile.in    2010-04-27 01:29:14.000000000 +0200
18804
 
+++ brasero-2.30.1/nautilus/Makefile.in 2010-05-03 15:56:49.468606579 +0200
18805
 
@@ -1,4 +1,4 @@
18806
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
18807
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
18808
 
 # @configure_input@
18809
 
 
18810
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18811
 
@@ -252,6 +252,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18812
 
 PACKAGE_NAME = @PACKAGE_NAME@
18813
 
 PACKAGE_STRING = @PACKAGE_STRING@
18814
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18815
 
+PACKAGE_URL = @PACKAGE_URL@
18816
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
18817
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
18818
 
 PKG_CONFIG = @PKG_CONFIG@
18819
 
Index: brasero-2.30.1/plugins/Makefile.in
18820
 
===================================================================
18821
 
--- brasero-2.30.1.orig/plugins/Makefile.in     2010-04-27 01:29:14.000000000 +0200
18822
 
+++ brasero-2.30.1/plugins/Makefile.in  2010-05-03 15:56:49.468606579 +0200
18823
 
@@ -1,4 +1,4 @@
18824
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
18825
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
18826
 
 # @configure_input@
18827
 
 
18828
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18829
 
@@ -232,6 +232,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18830
 
 PACKAGE_NAME = @PACKAGE_NAME@
18831
 
 PACKAGE_STRING = @PACKAGE_STRING@
18832
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18833
 
+PACKAGE_URL = @PACKAGE_URL@
18834
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
18835
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
18836
 
 PKG_CONFIG = @PKG_CONFIG@
18837
 
@@ -351,7 +352,7 @@ clean-libtool:
18838
 
 #     (which will cause the Makefiles to be regenerated when you run `make');
18839
 
 # (2) otherwise, pass the desired values on the `make' command line.
18840
 
 $(RECURSIVE_TARGETS):
18841
 
-       @failcom='exit 1'; \
18842
 
+       @fail= failcom='exit 1'; \
18843
 
        for f in x $$MAKEFLAGS; do \
18844
 
          case $$f in \
18845
 
            *=* | --[!k]*);; \
18846
 
@@ -376,7 +377,7 @@ $(RECURSIVE_TARGETS):
18847
 
        fi; test -z "$$fail"
18848
 
 
18849
 
 $(RECURSIVE_CLEAN_TARGETS):
18850
 
-       @failcom='exit 1'; \
18851
 
+       @fail= failcom='exit 1'; \
18852
 
        for f in x $$MAKEFLAGS; do \
18853
 
          case $$f in \
18854
 
            *=* | --[!k]*);; \
18855
 
Index: brasero-2.30.1/plugins/cdrdao/Makefile.in
18856
 
===================================================================
18857
 
--- brasero-2.30.1.orig/plugins/cdrdao/Makefile.in      2010-04-27 01:29:14.000000000 +0200
18858
 
+++ brasero-2.30.1/plugins/cdrdao/Makefile.in   2010-05-03 15:56:49.468606579 +0200
18859
 
@@ -1,4 +1,4 @@
18860
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
18861
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
18862
 
 # @configure_input@
18863
 
 
18864
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18865
 
@@ -246,6 +246,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18866
 
 PACKAGE_NAME = @PACKAGE_NAME@
18867
 
 PACKAGE_STRING = @PACKAGE_STRING@
18868
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18869
 
+PACKAGE_URL = @PACKAGE_URL@
18870
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
18871
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
18872
 
 PKG_CONFIG = @PKG_CONFIG@
18873
 
@@ -325,7 +326,7 @@ INCLUDES = \
 
7346
@@ -6756,14 +6435,14 @@
 
7347
        oldlibs="$oldlibs $output_objdir/$libname.$libext"
 
7348
 
 
7349
        # Transform .lo files to .o files.
 
7350
-       oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
 
7351
+       oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
 
7352
       fi
 
7353
 
 
7354
       # Eliminate all temporary directories.
 
7355
       #for path in $notinst_path; do
 
7356
-      #        lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
 
7357
-      #        deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
 
7358
-      #        dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
 
7359
+      #        lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"`
 
7360
+      #        deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"`
 
7361
+      #        dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"`
 
7362
       #done
 
7363
 
 
7364
       if test -n "$xrpath"; then
 
7365
@@ -6804,7 +6483,7 @@
 
7366
       if test "$build_libtool_libs" = yes; then
 
7367
        if test -n "$rpath"; then
 
7368
          case $host in
 
7369
-         *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
 
7370
+         *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc*)
 
7371
            # these systems don't actually have a c library (as such)!
 
7372
            ;;
 
7373
          *-*-rhapsody* | *-*-darwin1.[012])
 
7374
@@ -6889,13 +6568,13 @@
 
7375
                    newdeplibs="$newdeplibs $i"
 
7376
                  else
 
7377
                    droppeddeps=yes
 
7378
-                   echo
 
7379
+                   $ECHO
 
7380
                    $ECHO "*** Warning: dynamic linker does not accept needed library $i."
 
7381
-                   echo "*** I have the capability to make that library automatically link in when"
 
7382
-                   echo "*** you link to this library.  But I can only do this if you have a"
 
7383
-                   echo "*** shared version of the library, which I believe you do not have"
 
7384
-                   echo "*** because a test_compile did reveal that the linker did not use it for"
 
7385
-                   echo "*** its dynamic dependency list that programs get resolved with at runtime."
 
7386
+                   $ECHO "*** I have the capability to make that library automatically link in when"
 
7387
+                   $ECHO "*** you link to this library.  But I can only do this if you have a"
 
7388
+                   $ECHO "*** shared version of the library, which I believe you do not have"
 
7389
+                   $ECHO "*** because a test_compile did reveal that the linker did not use it for"
 
7390
+                   $ECHO "*** its dynamic dependency list that programs get resolved with at runtime."
 
7391
                  fi
 
7392
                fi
 
7393
                ;;
 
7394
@@ -6932,22 +6611,22 @@
 
7395
                      newdeplibs="$newdeplibs $i"
 
7396
                    else
 
7397
                      droppeddeps=yes
 
7398
-                     echo
 
7399
+                     $ECHO
 
7400
                      $ECHO "*** Warning: dynamic linker does not accept needed library $i."
 
7401
-                     echo "*** I have the capability to make that library automatically link in when"
 
7402
-                     echo "*** you link to this library.  But I can only do this if you have a"
 
7403
-                     echo "*** shared version of the library, which you do not appear to have"
 
7404
-                     echo "*** because a test_compile did reveal that the linker did not use this one"
 
7405
-                     echo "*** as a dynamic dependency that programs can get resolved with at runtime."
 
7406
+                     $ECHO "*** I have the capability to make that library automatically link in when"
 
7407
+                     $ECHO "*** you link to this library.  But I can only do this if you have a"
 
7408
+                     $ECHO "*** shared version of the library, which you do not appear to have"
 
7409
+                     $ECHO "*** because a test_compile did reveal that the linker did not use this one"
 
7410
+                     $ECHO "*** as a dynamic dependency that programs can get resolved with at runtime."
 
7411
                    fi
 
7412
                  fi
 
7413
                else
 
7414
                  droppeddeps=yes
 
7415
-                 echo
 
7416
+                 $ECHO
 
7417
                  $ECHO "*** Warning!  Library $i is needed by this library but I was not able to"
 
7418
-                 echo "*** make it link in!  You will probably need to install it or some"
 
7419
-                 echo "*** library that it depends on before this library will be fully"
 
7420
-                 echo "*** functional.  Installing it before continuing would be even better."
 
7421
+                 $ECHO "*** make it link in!  You will probably need to install it or some"
 
7422
+                 $ECHO "*** library that it depends on before this library will be fully"
 
7423
+                 $ECHO "*** functional.  Installing it before continuing would be even better."
 
7424
                fi
 
7425
                ;;
 
7426
              *)
 
7427
@@ -6993,7 +6672,7 @@
 
7428
                        potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
 
7429
                        case $potliblink in
 
7430
                        [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
 
7431
-                       *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
 
7432
+                       *) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
 
7433
                        esac
 
7434
                      done
 
7435
                      if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
 
7436
@@ -7008,12 +6687,12 @@
 
7437
              fi
 
7438
              if test -n "$a_deplib" ; then
 
7439
                droppeddeps=yes
 
7440
-               echo
 
7441
+               $ECHO
 
7442
                $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
 
7443
-               echo "*** I have the capability to make that library automatically link in when"
 
7444
-               echo "*** you link to this library.  But I can only do this if you have a"
 
7445
-               echo "*** shared version of the library, which you do not appear to have"
 
7446
-               echo "*** because I did check the linker path looking for a file starting"
 
7447
+               $ECHO "*** I have the capability to make that library automatically link in when"
 
7448
+               $ECHO "*** you link to this library.  But I can only do this if you have a"
 
7449
+               $ECHO "*** shared version of the library, which you do not appear to have"
 
7450
+               $ECHO "*** because I did check the linker path looking for a file starting"
 
7451
                if test -z "$potlib" ; then
 
7452
                  $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
 
7453
                else
 
7454
@@ -7051,7 +6730,7 @@
 
7455
                  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
 
7456
                  for potent_lib in $potential_libs; do
 
7457
                    potlib="$potent_lib" # see symlink-check above in file_magic test
 
7458
-                   if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \
 
7459
+                   if eval "\$ECHO \"X$potent_lib\"" 2>/dev/null | $Xsed -e 10q | \
 
7460
                       $EGREP "$match_pattern_regex" > /dev/null; then
 
7461
                      newdeplibs="$newdeplibs $a_deplib"
 
7462
                      a_deplib=""
 
7463
@@ -7062,12 +6741,12 @@
 
7464
              fi
 
7465
              if test -n "$a_deplib" ; then
 
7466
                droppeddeps=yes
 
7467
-               echo
 
7468
+               $ECHO
 
7469
                $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
 
7470
-               echo "*** I have the capability to make that library automatically link in when"
 
7471
-               echo "*** you link to this library.  But I can only do this if you have a"
 
7472
-               echo "*** shared version of the library, which you do not appear to have"
 
7473
-               echo "*** because I did check the linker path looking for a file starting"
 
7474
+               $ECHO "*** I have the capability to make that library automatically link in when"
 
7475
+               $ECHO "*** you link to this library.  But I can only do this if you have a"
 
7476
+               $ECHO "*** shared version of the library, which you do not appear to have"
 
7477
+               $ECHO "*** because I did check the linker path looking for a file starting"
 
7478
                if test -z "$potlib" ; then
 
7479
                  $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
 
7480
                else
 
7481
@@ -7085,25 +6764,25 @@
 
7482
          ;;
 
7483
        none | unknown | *)
 
7484
          newdeplibs=""
 
7485
-         tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
 
7486
+         tmp_deplibs=`$ECHO "X $deplibs" | $Xsed \
 
7487
+             -e 's/ -lc$//' -e 's/ -[LR][^ ]*//g'`
 
7488
          if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 
7489
            for i in $predeps $postdeps ; do
 
7490
              # can't use Xsed below, because $i might contain '/'
 
7491
-             tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
 
7492
+             tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"`
 
7493
            done
 
7494
          fi
 
7495
-         case $tmp_deplibs in
 
7496
-         *[!\  \ ]*)
 
7497
-           echo
 
7498
+         if $ECHO "X $tmp_deplibs" | $Xsed -e 's/[      ]//g' |
 
7499
+            $GREP . >/dev/null; then
 
7500
+           $ECHO
 
7501
            if test "X$deplibs_check_method" = "Xnone"; then
 
7502
-             echo "*** Warning: inter-library dependencies are not supported in this platform."
 
7503
+             $ECHO "*** Warning: inter-library dependencies are not supported in this platform."
 
7504
            else
 
7505
-             echo "*** Warning: inter-library dependencies are not known to be supported."
 
7506
+             $ECHO "*** Warning: inter-library dependencies are not known to be supported."
 
7507
            fi
 
7508
-           echo "*** All declared inter-library dependencies are being dropped."
 
7509
+           $ECHO "*** All declared inter-library dependencies are being dropped."
 
7510
            droppeddeps=yes
 
7511
-           ;;
 
7512
-         esac
 
7513
+         fi
 
7514
          ;;
 
7515
        esac
 
7516
        versuffix=$versuffix_save
 
7517
@@ -7115,23 +6794,23 @@
 
7518
        case $host in
 
7519
        *-*-rhapsody* | *-*-darwin1.[012])
 
7520
          # On Rhapsody replace the C library with the System framework
 
7521
-         newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
 
7522
+         newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
 
7523
          ;;
 
7524
        esac
 
7525
 
 
7526
        if test "$droppeddeps" = yes; then
 
7527
          if test "$module" = yes; then
 
7528
-           echo
 
7529
-           echo "*** Warning: libtool could not satisfy all declared inter-library"
 
7530
+           $ECHO
 
7531
+           $ECHO "*** Warning: libtool could not satisfy all declared inter-library"
 
7532
            $ECHO "*** dependencies of module $libname.  Therefore, libtool will create"
 
7533
-           echo "*** a static module, that should work as long as the dlopening"
 
7534
-           echo "*** application is linked with the -dlopen flag."
 
7535
+           $ECHO "*** a static module, that should work as long as the dlopening"
 
7536
+           $ECHO "*** application is linked with the -dlopen flag."
 
7537
            if test -z "$global_symbol_pipe"; then
 
7538
-             echo
 
7539
-             echo "*** However, this would only work if libtool was able to extract symbol"
 
7540
-             echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
 
7541
-             echo "*** not find such a program.  So, this module is probably useless."
 
7542
-             echo "*** \`nm' from GNU binutils and a full rebuild may help."
 
7543
+             $ECHO
 
7544
+             $ECHO "*** However, this would only work if libtool was able to extract symbol"
 
7545
+             $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could"
 
7546
+             $ECHO "*** not find such a program.  So, this module is probably useless."
 
7547
+             $ECHO "*** \`nm' from GNU binutils and a full rebuild may help."
 
7548
            fi
 
7549
            if test "$build_old_libs" = no; then
 
7550
              oldlibs="$output_objdir/$libname.$libext"
 
7551
@@ -7141,16 +6820,16 @@
 
7552
              build_libtool_libs=no
 
7553
            fi
 
7554
          else
 
7555
-           echo "*** The inter-library dependencies that have been dropped here will be"
 
7556
-           echo "*** automatically added whenever a program is linked with this library"
 
7557
-           echo "*** or is declared to -dlopen it."
 
7558
+           $ECHO "*** The inter-library dependencies that have been dropped here will be"
 
7559
+           $ECHO "*** automatically added whenever a program is linked with this library"
 
7560
+           $ECHO "*** or is declared to -dlopen it."
 
7561
 
 
7562
            if test "$allow_undefined" = no; then
 
7563
-             echo
 
7564
-             echo "*** Since this library must not contain undefined symbols,"
 
7565
-             echo "*** because either the platform does not support them or"
 
7566
-             echo "*** it was explicitly requested with -no-undefined,"
 
7567
-             echo "*** libtool will only create a static version of it."
 
7568
+             $ECHO
 
7569
+             $ECHO "*** Since this library must not contain undefined symbols,"
 
7570
+             $ECHO "*** because either the platform does not support them or"
 
7571
+             $ECHO "*** it was explicitly requested with -no-undefined,"
 
7572
+             $ECHO "*** libtool will only create a static version of it."
 
7573
              if test "$build_old_libs" = no; then
 
7574
                oldlibs="$output_objdir/$libname.$libext"
 
7575
                build_libtool_libs=module
 
7576
@@ -7167,9 +6846,9 @@
 
7577
       # Time to change all our "foo.ltframework" stuff back to "-framework foo"
 
7578
       case $host in
 
7579
        *-*-darwin*)
 
7580
-         newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
 
7581
-         new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
 
7582
-         deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
 
7583
+         newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
 
7584
+         new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
 
7585
+         deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
 
7586
          ;;
 
7587
       esac
 
7588
 
 
7589
@@ -7291,7 +6970,7 @@
 
7590
        done
 
7591
 
 
7592
        # Use standard objects if they are pic
 
7593
-       test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
 
7594
+       test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
 
7595
        test "X$libobjs" = "X " && libobjs=
 
7596
 
 
7597
        delfiles=
 
7598
@@ -7357,7 +7036,7 @@
 
7599
        if test -n "$export_symbols" && test -n "$include_expsyms"; then
 
7600
          tmp_export_symbols="$export_symbols"
 
7601
          test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
 
7602
-         $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
 
7603
+         $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"'
 
7604
        fi
 
7605
 
 
7606
        if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then
 
7607
@@ -7458,8 +7137,7 @@
 
7608
            save_libobjs=$libobjs
 
7609
          fi
 
7610
          save_output=$output
 
7611
-         func_basename "$output"
 
7612
-         output_la=$func_basename_result
 
7613
+         output_la=`$ECHO "X$output" | $Xsed -e "$basename"`
 
7614
 
 
7615
          # Clear the reloadable object creation command queue and
 
7616
          # initialize k to one.
 
7617
@@ -7472,12 +7150,12 @@
 
7618
          if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then
 
7619
            output=${output_objdir}/${output_la}.lnkscript
 
7620
            func_verbose "creating GNU ld script: $output"
 
7621
-           echo 'INPUT (' > $output
 
7622
+           $ECHO 'INPUT (' > $output
 
7623
            for obj in $save_libobjs
 
7624
            do
 
7625
              $ECHO "$obj" >> $output
 
7626
            done
 
7627
-           echo ')' >> $output
 
7628
+           $ECHO ')' >> $output
 
7629
            delfiles="$delfiles $output"
 
7630
          elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then
 
7631
            output=${output_objdir}/${output_la}.lnk
 
7632
@@ -7519,19 +7197,17 @@
 
7633
                  # command to the queue.
 
7634
                  if test "$k" -eq 1 ; then
 
7635
                    # The first file doesn't have a previous command to add.
 
7636
-                   reload_objs=$objlist
 
7637
-                   eval concat_cmds=\"$reload_cmds\"
 
7638
+                   eval concat_cmds=\"$reload_cmds $objlist $last_robj\"
 
7639
                  else
 
7640
                    # All subsequent reloadable object files will link in
 
7641
                    # the last one created.
 
7642
-                   reload_objs="$objlist $last_robj"
 
7643
-                   eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
 
7644
+                   eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj~\$RM $last_robj\"
 
7645
                  fi
 
7646
                  last_robj=$output_objdir/$output_la-${k}.$objext
 
7647
                  func_arith $k + 1
 
7648
                  k=$func_arith_result
 
7649
                  output=$output_objdir/$output_la-${k}.$objext
 
7650
-                 objlist=" $obj"
 
7651
+                 objlist=$obj
 
7652
                  func_len " $last_robj"
 
7653
                  func_arith $len0 + $func_len_result
 
7654
                  len=$func_arith_result
 
7655
@@ -7541,8 +7217,7 @@
 
7656
              # reloadable object file.  All subsequent reloadable object
 
7657
              # files will link in the last one created.
 
7658
              test -z "$concat_cmds" || concat_cmds=$concat_cmds~
 
7659
-             reload_objs="$objlist $last_robj"
 
7660
-             eval concat_cmds=\"\${concat_cmds}$reload_cmds\"
 
7661
+             eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\"
 
7662
              if test -n "$last_robj"; then
 
7663
                eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
 
7664
              fi
 
7665
@@ -7601,7 +7276,7 @@
 
7666
            if test -n "$export_symbols" && test -n "$include_expsyms"; then
 
7667
              tmp_export_symbols="$export_symbols"
 
7668
              test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
 
7669
-             $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
 
7670
+             $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"'
 
7671
            fi
 
7672
 
 
7673
            if test -n "$orig_export_symbols"; then
 
7674
@@ -7766,7 +7441,7 @@
 
7675
       if test -n "$convenience"; then
 
7676
        if test -n "$whole_archive_flag_spec"; then
 
7677
          eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
 
7678
-         reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
 
7679
+         reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
 
7680
        else
 
7681
          gentop="$output_objdir/${obj}x"
 
7682
          generated="$generated $gentop"
 
7683
@@ -7777,7 +7452,7 @@
 
7684
       fi
 
7685
 
 
7686
       # Create the old-style object.
 
7687
-      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
 
7688
+      reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
 
7689
 
 
7690
       output="$obj"
 
7691
       func_execute_cmds "$reload_cmds" 'exit $?'
 
7692
@@ -7837,8 +7512,8 @@
 
7693
       case $host in
 
7694
       *-*-rhapsody* | *-*-darwin1.[012])
 
7695
        # On Rhapsody replace the C library is the System framework
 
7696
-       compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
 
7697
-       finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
 
7698
+       compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
 
7699
+       finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
 
7700
        ;;
 
7701
       esac
 
7702
 
 
7703
@@ -7855,8 +7530,8 @@
 
7704
          esac
 
7705
        fi
 
7706
        # Time to change all our "foo.ltframework" stuff back to "-framework foo"
 
7707
-       compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
 
7708
-       finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
 
7709
+       compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
 
7710
+       finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
 
7711
        ;;
 
7712
       esac
 
7713
 
 
7714
@@ -7993,8 +7668,8 @@
 
7715
 
 
7716
       if test -n "$libobjs" && test "$build_old_libs" = yes; then
 
7717
        # Transform all the library objects into standard objects.
 
7718
-       compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
 
7719
-       finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
 
7720
+       compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
 
7721
+       finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
 
7722
       fi
 
7723
 
 
7724
       func_generate_dlsyms "$outputname" "@PROGRAM@" "no"
 
7725
@@ -8006,15 +7681,15 @@
 
7726
 
 
7727
       wrappers_required=yes
 
7728
       case $host in
 
7729
-      *cegcc* | *mingw32ce*)
 
7730
-        # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
 
7731
-        wrappers_required=no
 
7732
-        ;;
 
7733
       *cygwin* | *mingw* )
 
7734
         if test "$build_libtool_libs" != yes; then
 
7735
           wrappers_required=no
 
7736
         fi
 
7737
         ;;
 
7738
+      *cegcc)
 
7739
+        # Disable wrappers for cegcc, we are cross compiling anyway.
 
7740
+        wrappers_required=no
 
7741
+        ;;
 
7742
       *)
 
7743
         if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
 
7744
           wrappers_required=no
 
7745
@@ -8023,7 +7698,7 @@
 
7746
       esac
 
7747
       if test "$wrappers_required" = no; then
 
7748
        # Replace the output file specification.
 
7749
-       compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
 
7750
+       compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
 
7751
        link_command="$compile_command$compile_rpath"
 
7752
 
 
7753
        # We have no uninstalled library dependencies, so finalize right now.
 
7754
@@ -8070,7 +7745,7 @@
 
7755
        # We don't need to create a wrapper script.
 
7756
        link_command="$compile_var$compile_command$compile_rpath"
 
7757
        # Replace the output file specification.
 
7758
-       link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
 
7759
+       link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
 
7760
        # Delete the old output file.
 
7761
        $opt_dry_run || $RM $output
 
7762
        # Link the executable and exit
 
7763
@@ -8089,7 +7764,7 @@
 
7764
        if test "$fast_install" != no; then
 
7765
          link_command="$finalize_var$compile_command$finalize_rpath"
 
7766
          if test "$fast_install" = yes; then
 
7767
-           relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
 
7768
+           relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
 
7769
          else
 
7770
            # fast_install is set to needless
 
7771
            relink_command=
 
7772
@@ -8101,7 +7776,7 @@
 
7773
       fi
 
7774
 
 
7775
       # Replace the output file specification.
 
7776
-      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
 
7777
+      link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
 
7778
 
 
7779
       # Delete the old output files.
 
7780
       $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
 
7781
@@ -8125,7 +7800,18 @@
 
7782
          fi
 
7783
        done
 
7784
        relink_command="(cd `pwd`; $relink_command)"
 
7785
-       relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
 
7786
+       relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
 
7787
+      fi
 
7788
+
 
7789
+      # Quote $ECHO for shipping.
 
7790
+      if test "X$ECHO" = "X$SHELL $progpath --fallback-echo"; then
 
7791
+       case $progpath in
 
7792
+       [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";;
 
7793
+       *) qecho="$SHELL `pwd`/$progpath --fallback-echo";;
 
7794
+       esac
 
7795
+       qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"`
 
7796
+      else
 
7797
+       qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"`
 
7798
       fi
 
7799
 
 
7800
       # Only actually do things if not in dry run mode.
 
7801
@@ -8246,7 +7932,7 @@
 
7802
            done | sort | sort -uc >/dev/null 2>&1); then
 
7803
          :
 
7804
        else
 
7805
-         echo "copying selected object files to avoid basename conflicts..."
 
7806
+         $ECHO "copying selected object files to avoid basename conflicts..."
 
7807
          gentop="$output_objdir/${outputname}x"
 
7808
          generated="$generated $gentop"
 
7809
          func_mkdir_p "$gentop"
 
7810
@@ -8357,7 +8043,7 @@
 
7811
       done
 
7812
       # Quote the link command for shipping.
 
7813
       relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
 
7814
-      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
 
7815
+      relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
 
7816
       if test "$hardcode_automatic" = yes ; then
 
7817
        relink_command=
 
7818
       fi
 
7819
@@ -8442,27 +8128,9 @@
 
7820
          fi
 
7821
          $RM $output
 
7822
          # place dlname in correct position for cygwin
 
7823
-         # In fact, it would be nice if we could use this code for all target
 
7824
-         # systems that can't hard-code library paths into their executables
 
7825
-         # and that have no shared library path variable independent of PATH,
 
7826
-         # but it turns out we can't easily determine that from inspecting
 
7827
-         # libtool variables, so we have to hard-code the OSs to which it
 
7828
-         # applies here; at the moment, that means platforms that use the PE
 
7829
-         # object format with DLL files.  See the long comment at the top of
 
7830
-         # tests/bindir.at for full details.
 
7831
          tdlname=$dlname
 
7832
          case $host,$output,$installed,$module,$dlname in
 
7833
-           *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
 
7834
-             # If a -bindir argument was supplied, place the dll there.
 
7835
-             if test "x$bindir" != x ;
 
7836
-             then
 
7837
-               func_relative_path "$install_libdir" "$bindir"
 
7838
-               tdlname=$func_relative_path_result$dlname
 
7839
-             else
 
7840
-               # Otherwise fall back on heuristic.
 
7841
-               tdlname=../bin/$dlname
 
7842
-             fi
 
7843
-             ;;
 
7844
+           *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
 
7845
          esac
 
7846
          $ECHO > $output "\
 
7847
 # $outputname - a libtool library file
 
7848
Index: brasero-2.30.2/nautilus/Makefile.in
 
7849
===================================================================
 
7850
--- brasero-2.30.2.orig/nautilus/Makefile.in    2010-07-04 14:04:51.377077078 +0200
 
7851
+++ brasero-2.30.2/nautilus/Makefile.in 2010-07-04 14:04:22.121079130 +0200
 
7852
@@ -308,6 +308,7 @@
 
7853
 libexecdir = @libexecdir@
 
7854
 localedir = @localedir@
 
7855
 localstatedir = @localstatedir@
 
7856
+lt_ECHO = @lt_ECHO@
 
7857
 mandir = @mandir@
 
7858
 mkdir_p = @mkdir_p@
 
7859
 oldincludedir = @oldincludedir@
 
7860
Index: brasero-2.30.2/plugins/Makefile.in
 
7861
===================================================================
 
7862
--- brasero-2.30.2.orig/plugins/Makefile.in     2010-07-04 14:04:51.837084561 +0200
 
7863
+++ brasero-2.30.2/plugins/Makefile.in  2010-07-04 14:04:22.229078360 +0200
 
7864
@@ -288,6 +288,7 @@
 
7865
 libexecdir = @libexecdir@
 
7866
 localedir = @localedir@
 
7867
 localstatedir = @localstatedir@
 
7868
+lt_ECHO = @lt_ECHO@
 
7869
 mandir = @mandir@
 
7870
 mkdir_p = @mkdir_p@
 
7871
 oldincludedir = @oldincludedir@
 
7872
Index: brasero-2.30.2/plugins/audio2cue/Makefile.in
 
7873
===================================================================
 
7874
--- brasero-2.30.2.orig/plugins/audio2cue/Makefile.in   2010-07-04 14:04:52.089081752 +0200
 
7875
+++ brasero-2.30.2/plugins/audio2cue/Makefile.in        2010-07-04 14:04:22.357078176 +0200
 
7876
@@ -301,6 +301,7 @@
 
7877
 libexecdir = @libexecdir@
 
7878
 localedir = @localedir@
 
7879
 localstatedir = @localstatedir@
 
7880
+lt_ECHO = @lt_ECHO@
 
7881
 mandir = @mandir@
 
7882
 mkdir_p = @mkdir_p@
 
7883
 oldincludedir = @oldincludedir@
 
7884
@@ -326,14 +327,14 @@
 
7885
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
 
7886
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
 
7887
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
 
7888
-       -DBRASERO_LIBDIR=\"$(libdir)\"                          \
 
7889
+       -DBRASERO_PKGLIBDIR=\"$(pkglibdir)\"                    \
 
7890
        $(WARN_CFLAGS)                                                  \
 
7891
        $(DISABLE_DEPRECATED)                           \
 
7892
        $(BRASERO_GLIB_CFLAGS)
 
7893
 
 
7894
 
 
7895
 #audio2cue
 
7896
-audio2cuedir = $(libdir)/brasero/plugins
 
7897
+audio2cuedir = $(pkglibdir)/plugins
 
7898
 audio2cue_LTLIBRARIES = libbrasero-audio2cue.la
 
7899
 libbrasero_audio2cue_la_SOURCES = burn-audio2cue.c
 
7900
 libbrasero_audio2cue_la_LIBADD = $(BRASERO_GLIB_LIBS) ../../libbrasero-burn/libbrasero-burn.la
 
7901
Index: brasero-2.30.2/plugins/cdrdao/Makefile.in
 
7902
===================================================================
 
7903
--- brasero-2.30.2.orig/plugins/cdrdao/Makefile.in      2010-07-04 14:04:52.305085241 +0200
 
7904
+++ brasero-2.30.2/plugins/cdrdao/Makefile.in   2010-07-04 14:04:22.485078839 +0200
 
7905
@@ -302,6 +302,7 @@
 
7906
 libexecdir = @libexecdir@
 
7907
 localedir = @localedir@
 
7908
 localstatedir = @localstatedir@
 
7909
+lt_ECHO = @lt_ECHO@
 
7910
 mandir = @mandir@
 
7911
 mkdir_p = @mkdir_p@
 
7912
 oldincludedir = @oldincludedir@
 
7913
@@ -327,7 +328,7 @@
18874
7914
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
18875
7915
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
18876
7916
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
18879
7919
        $(WARN_CFLAGS)                                                  \
18880
7920
        $(DISABLE_DEPRECATED)                           \
18881
7921
        $(BRASERO_GLIB_CFLAGS)                          \
18882
 
@@ -333,7 +334,7 @@ INCLUDES = \
 
7922
@@ -335,7 +336,7 @@
18883
7923
 
18884
7924
 
18885
7925
 #cdrdao
18888
7928
 cdrdao_LTLIBRARIES = libbrasero-cdrdao.la
18889
7929
 libbrasero_cdrdao_la_SOURCES = burn-cdrdao.c 
18890
7930
 libbrasero_cdrdao_la_LIBADD = $(BRASERO_GLIB_LIBS) $(BRASERO_GCONF_LIBS) ../../libbrasero-media/libbrasero-media.la ../../libbrasero-burn/libbrasero-burn.la
18891
 
Index: brasero-2.30.1/plugins/cdrkit/Makefile.in
 
7931
Index: brasero-2.30.2/plugins/cdrkit/Makefile.in
18892
7932
===================================================================
18893
 
--- brasero-2.30.1.orig/plugins/cdrkit/Makefile.in      2010-04-27 01:29:15.000000000 +0200
18894
 
+++ brasero-2.30.1/plugins/cdrkit/Makefile.in   2010-05-03 15:56:49.468606579 +0200
18895
 
@@ -1,4 +1,4 @@
18896
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
18897
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
18898
 
 # @configure_input@
18899
 
 
18900
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18901
 
@@ -268,6 +268,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18902
 
 PACKAGE_NAME = @PACKAGE_NAME@
18903
 
 PACKAGE_STRING = @PACKAGE_STRING@
18904
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18905
 
+PACKAGE_URL = @PACKAGE_URL@
18906
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
18907
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
18908
 
 PKG_CONFIG = @PKG_CONFIG@
18909
 
@@ -347,7 +348,7 @@ INCLUDES = \
 
7933
--- brasero-2.30.2.orig/plugins/cdrkit/Makefile.in      2010-07-04 14:04:52.029084721 +0200
 
7934
+++ brasero-2.30.2/plugins/cdrkit/Makefile.in   2010-07-04 14:04:22.637080330 +0200
 
7935
@@ -324,6 +324,7 @@
 
7936
 libexecdir = @libexecdir@
 
7937
 localedir = @localedir@
 
7938
 localstatedir = @localstatedir@
 
7939
+lt_ECHO = @lt_ECHO@
 
7940
 mandir = @mandir@
 
7941
 mkdir_p = @mkdir_p@
 
7942
 oldincludedir = @oldincludedir@
 
7943
@@ -349,7 +350,7 @@
18910
7944
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
18911
7945
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
18912
7946
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
18915
7949
        $(WARN_CFLAGS)                                                  \
18916
7950
        $(DISABLE_DEPRECATED)                           \
18917
7951
        $(BRASERO_GLIB_CFLAGS)                          \
18918
 
@@ -355,7 +356,7 @@ INCLUDES = \
 
7952
@@ -357,7 +358,7 @@
18919
7953
 
18920
7954
 
18921
7955
 #wodim
18924
7958
 wodim_LTLIBRARIES = libbrasero-wodim.la
18925
7959
 libbrasero_wodim_la_SOURCES = burn-wodim.c \
18926
7960
        burn-cdrkit.h 
18927
 
@@ -364,7 +365,7 @@ libbrasero_wodim_la_LIBADD = $(BRASERO_G
 
7961
@@ -366,7 +367,7 @@
18928
7962
 libbrasero_wodim_la_LDFLAGS = -module -avoid-version
18929
7963
 
18930
7964
 #genisoimage
18933
7967
 genisoimage_LTLIBRARIES = libbrasero-genisoimage.la
18934
7968
 libbrasero_genisoimage_la_SOURCES = burn-genisoimage.c \
18935
7969
        burn-cdrkit.h 
18936
 
@@ -373,7 +374,7 @@ libbrasero_genisoimage_la_LIBADD = $(BRA
 
7970
@@ -375,7 +376,7 @@
18937
7971
 libbrasero_genisoimage_la_LDFLAGS = -module -avoid-version
18938
7972
 
18939
7973
 #readom
18942
7976
 readom_LTLIBRARIES = libbrasero-readom.la
18943
7977
 libbrasero_readom_la_SOURCES = burn-readom.c \
18944
7978
        burn-cdrkit.h 
18945
 
Index: brasero-2.30.1/plugins/cdrtools/Makefile.in
 
7979
Index: brasero-2.30.2/plugins/cdrtools/Makefile.in
18946
7980
===================================================================
18947
 
--- brasero-2.30.1.orig/plugins/cdrtools/Makefile.in    2010-04-27 01:29:15.000000000 +0200
18948
 
+++ brasero-2.30.1/plugins/cdrtools/Makefile.in 2010-05-03 15:57:28.076109845 +0200
18949
 
@@ -1,4 +1,4 @@
18950
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
18951
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
18952
 
 # @configure_input@
18953
 
 
18954
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18955
 
@@ -279,6 +279,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18956
 
 PACKAGE_NAME = @PACKAGE_NAME@
18957
 
 PACKAGE_STRING = @PACKAGE_STRING@
18958
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
18959
 
+PACKAGE_URL = @PACKAGE_URL@
18960
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
18961
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
18962
 
 PKG_CONFIG = @PKG_CONFIG@
18963
 
@@ -358,7 +359,7 @@ INCLUDES = \
 
7981
--- brasero-2.30.2.orig/plugins/cdrtools/Makefile.in    2010-07-04 14:04:52.465082712 +0200
 
7982
+++ brasero-2.30.2/plugins/cdrtools/Makefile.in 2010-07-04 14:04:22.789078458 +0200
 
7983
@@ -335,6 +335,7 @@
 
7984
 libexecdir = @libexecdir@
 
7985
 localedir = @localedir@
 
7986
 localstatedir = @localstatedir@
 
7987
+lt_ECHO = @lt_ECHO@
 
7988
 mandir = @mandir@
 
7989
 mkdir_p = @mkdir_p@
 
7990
 oldincludedir = @oldincludedir@
 
7991
@@ -360,7 +361,7 @@
18964
7992
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
18965
7993
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
18966
7994
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
18969
7997
        $(WARN_CFLAGS)                                                  \
18970
7998
        $(DISABLE_DEPRECATED)                           \
18971
7999
        $(BRASERO_GLIB_CFLAGS)                          \
18972
 
@@ -366,7 +367,7 @@ INCLUDES = \
 
8000
@@ -368,7 +369,7 @@
18973
8001
 
18974
8002
 
18975
8003
 #cdrecord
18978
8006
 cdrecord_LTLIBRARIES = libbrasero-cdrecord.la
18979
8007
 libbrasero_cdrecord_la_SOURCES = burn-cdrecord.c \
18980
8008
        burn-cdrtools.h 
18981
 
@@ -375,7 +376,7 @@ libbrasero_cdrecord_la_LIBADD = $(BRASER
 
8009
@@ -377,7 +378,7 @@
18982
8010
 libbrasero_cdrecord_la_LDFLAGS = -module -avoid-version
18983
8011
 
18984
8012
 #mkisofs
18987
8015
 mkisofs_LTLIBRARIES = libbrasero-mkisofs.la
18988
8016
 libbrasero_mkisofs_la_SOURCES = burn-mkisofs.c \
18989
8017
        burn-cdrtools.h 
18990
 
@@ -384,7 +385,7 @@ libbrasero_mkisofs_la_LIBADD = $(BRASERO
 
8018
@@ -386,7 +387,7 @@
18991
8019
 libbrasero_mkisofs_la_LDFLAGS = -module -avoid-version
18992
8020
 
18993
8021
 #readcd
18996
8024
 readcd_LTLIBRARIES = libbrasero-readcd.la
18997
8025
 libbrasero_readcd_la_SOURCES = burn-readcd.c \
18998
8026
        burn-cdrtools.h 
18999
 
@@ -393,7 +394,7 @@ libbrasero_readcd_la_LIBADD = $(BRASERO_
 
8027
@@ -395,7 +396,7 @@
19000
8028
 libbrasero_readcd_la_LDFLAGS = -module -avoid-version
19001
8029
 
19002
8030
 #cdda2wav
19005
8033
 cdda2wav_LTLIBRARIES = libbrasero-cdda2wav.la
19006
8034
 libbrasero_cdda2wav_la_SOURCES = burn-cdda2wav.c burn-cdrtools.h 
19007
8035
 libbrasero_cdda2wav_la_LIBADD = $(BRASERO_GLIB_LIBS) ../../libbrasero-media/libbrasero-media.la ../../libbrasero-burn/libbrasero-burn.la
19008
 
Index: brasero-2.30.1/plugins/checksum/Makefile.in
 
8036
Index: brasero-2.30.2/plugins/checksum/Makefile.in
19009
8037
===================================================================
19010
 
--- brasero-2.30.1.orig/plugins/checksum/Makefile.in    2010-04-27 01:29:15.000000000 +0200
19011
 
+++ brasero-2.30.1/plugins/checksum/Makefile.in 2010-05-03 15:57:28.248606483 +0200
19012
 
@@ -1,4 +1,4 @@
19013
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
19014
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
19015
 
 # @configure_input@
19016
 
 
19017
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19018
 
@@ -261,6 +261,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
19019
 
 PACKAGE_NAME = @PACKAGE_NAME@
19020
 
 PACKAGE_STRING = @PACKAGE_STRING@
19021
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
19022
 
+PACKAGE_URL = @PACKAGE_URL@
19023
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
19024
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
19025
 
 PKG_CONFIG = @PKG_CONFIG@
19026
 
@@ -340,19 +341,19 @@ INCLUDES = \
 
8038
--- brasero-2.30.2.orig/plugins/checksum/Makefile.in    2010-07-04 14:04:52.525083655 +0200
 
8039
+++ brasero-2.30.2/plugins/checksum/Makefile.in 2010-07-04 14:04:22.933081987 +0200
 
8040
@@ -317,6 +317,7 @@
 
8041
 libexecdir = @libexecdir@
 
8042
 localedir = @localedir@
 
8043
 localstatedir = @localstatedir@
 
8044
+lt_ECHO = @lt_ECHO@
 
8045
 mandir = @mandir@
 
8046
 mkdir_p = @mkdir_p@
 
8047
 oldincludedir = @oldincludedir@
 
8048
@@ -342,19 +343,19 @@
19027
8049
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
19028
8050
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
19029
8051
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
19046
8068
 checksumfile_LTLIBRARIES = libbrasero-checksum-file.la
19047
8069
 libbrasero_checksum_file_la_SOURCES = burn-checksum-files.c    \
19048
8070
                                      burn-volume-read.c  \
19049
 
Index: brasero-2.30.1/plugins/dvdauthor/Makefile.in
 
8071
Index: brasero-2.30.2/plugins/dvdauthor/Makefile.in
19050
8072
===================================================================
19051
 
--- brasero-2.30.1.orig/plugins/dvdauthor/Makefile.in   2010-04-27 01:29:15.000000000 +0200
19052
 
+++ brasero-2.30.1/plugins/dvdauthor/Makefile.in        2010-05-03 15:56:49.472606669 +0200
19053
 
@@ -1,4 +1,4 @@
19054
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
19055
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
19056
 
 # @configure_input@
19057
 
 
19058
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19059
 
@@ -245,6 +245,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
19060
 
 PACKAGE_NAME = @PACKAGE_NAME@
19061
 
 PACKAGE_STRING = @PACKAGE_STRING@
19062
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
19063
 
+PACKAGE_URL = @PACKAGE_URL@
19064
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
19065
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
19066
 
 PKG_CONFIG = @PKG_CONFIG@
19067
 
@@ -324,13 +325,13 @@ INCLUDES = \
 
8073
--- brasero-2.30.2.orig/plugins/dvdauthor/Makefile.in   2010-07-04 14:04:52.197081265 +0200
 
8074
+++ brasero-2.30.2/plugins/dvdauthor/Makefile.in        2010-07-04 14:04:23.069080605 +0200
 
8075
@@ -301,6 +301,7 @@
 
8076
 libexecdir = @libexecdir@
 
8077
 localedir = @localedir@
 
8078
 localstatedir = @localstatedir@
 
8079
+lt_ECHO = @lt_ECHO@
 
8080
 mandir = @mandir@
 
8081
 mkdir_p = @mkdir_p@
 
8082
 oldincludedir = @oldincludedir@
 
8083
@@ -326,13 +327,13 @@
19068
8084
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
19069
8085
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
19070
8086
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
19080
8096
 dvdauthor_LTLIBRARIES = libbrasero-dvdauthor.la
19081
8097
 libbrasero_dvdauthor_la_SOURCES = burn-dvdauthor.c 
19082
8098
 libbrasero_dvdauthor_la_LIBADD = $(BRASERO_GLIB_LIBS) $(BRASERO_LIBXML_LIBS) ../../libbrasero-burn/libbrasero-burn.la
19083
 
Index: brasero-2.30.1/plugins/dvdcss/Makefile.in
 
8099
Index: brasero-2.30.2/plugins/dvdcss/Makefile.in
19084
8100
===================================================================
19085
 
--- brasero-2.30.1.orig/plugins/dvdcss/Makefile.in      2010-04-27 01:29:15.000000000 +0200
19086
 
+++ brasero-2.30.1/plugins/dvdcss/Makefile.in   2010-05-03 15:56:49.472606669 +0200
19087
 
@@ -1,4 +1,4 @@
19088
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
19089
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
19090
 
 # @configure_input@
19091
 
 
19092
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19093
 
@@ -246,6 +246,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
19094
 
 PACKAGE_NAME = @PACKAGE_NAME@
19095
 
 PACKAGE_STRING = @PACKAGE_STRING@
19096
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
19097
 
+PACKAGE_URL = @PACKAGE_URL@
19098
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
19099
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
19100
 
 PKG_CONFIG = @PKG_CONFIG@
19101
 
@@ -315,7 +316,7 @@ target_alias = @target_alias@
 
8101
--- brasero-2.30.2.orig/plugins/dvdcss/Makefile.in      2010-07-04 14:04:52.413083904 +0200
 
8102
+++ brasero-2.30.2/plugins/dvdcss/Makefile.in   2010-07-04 14:04:23.201077588 +0200
 
8103
@@ -302,6 +302,7 @@
 
8104
 libexecdir = @libexecdir@
 
8105
 localedir = @localedir@
 
8106
 localstatedir = @localstatedir@
 
8107
+lt_ECHO = @lt_ECHO@
 
8108
 mandir = @mandir@
 
8109
 mkdir_p = @mkdir_p@
 
8110
 oldincludedir = @oldincludedir@
 
8111
@@ -317,7 +318,7 @@
19102
8112
 top_build_prefix = @top_build_prefix@
19103
8113
 top_builddir = @top_builddir@
19104
8114
 top_srcdir = @top_srcdir@
19107
8117
 INCLUDES = \
19108
8118
        -I$(top_srcdir)                                 \
19109
8119
        -I$(top_srcdir)/libbrasero-media/                                       \
19110
 
@@ -326,7 +327,7 @@ INCLUDES = \
 
8120
@@ -328,7 +329,7 @@
19111
8121
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
19112
8122
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
19113
8123
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
19116
8126
        $(WARN_CFLAGS)                                                  \
19117
8127
        $(DISABLE_DEPRECATED)                           \
19118
8128
        $(BRASERO_GLIB_CFLAGS)
19119
 
Index: brasero-2.30.1/plugins/growisofs/Makefile.in
 
8129
Index: brasero-2.30.2/plugins/growisofs/Makefile.in
19120
8130
===================================================================
19121
 
--- brasero-2.30.1.orig/plugins/growisofs/Makefile.in   2010-04-27 01:29:15.000000000 +0200
19122
 
+++ brasero-2.30.1/plugins/growisofs/Makefile.in        2010-05-03 15:56:49.472606669 +0200
19123
 
@@ -1,4 +1,4 @@
19124
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
19125
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
19126
 
 # @configure_input@
19127
 
 
19128
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19129
 
@@ -257,6 +257,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
19130
 
 PACKAGE_NAME = @PACKAGE_NAME@
19131
 
 PACKAGE_STRING = @PACKAGE_STRING@
19132
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
19133
 
+PACKAGE_URL = @PACKAGE_URL@
19134
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
19135
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
19136
 
 PKG_CONFIG = @PKG_CONFIG@
19137
 
@@ -336,7 +337,7 @@ INCLUDES = \
 
8131
--- brasero-2.30.2.orig/plugins/growisofs/Makefile.in   2010-07-04 14:04:52.141085026 +0200
 
8132
+++ brasero-2.30.2/plugins/growisofs/Makefile.in        2010-07-04 14:04:23.341078094 +0200
 
8133
@@ -313,6 +313,7 @@
 
8134
 libexecdir = @libexecdir@
 
8135
 localedir = @localedir@
 
8136
 localstatedir = @localstatedir@
 
8137
+lt_ECHO = @lt_ECHO@
 
8138
 mandir = @mandir@
 
8139
 mkdir_p = @mkdir_p@
 
8140
 oldincludedir = @oldincludedir@
 
8141
@@ -338,7 +339,7 @@
19138
8142
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
19139
8143
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
19140
8144
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
19143
8147
        $(WARN_CFLAGS)                                                  \
19144
8148
        $(DISABLE_DEPRECATED)                           \
19145
8149
        $(BRASERO_GLIB_CFLAGS)                          \
19146
 
@@ -344,7 +345,7 @@ INCLUDES = \
 
8150
@@ -346,7 +347,7 @@
19147
8151
 
19148
8152
 
19149
8153
 #growisofs
19152
8156
 growisofs_LTLIBRARIES = libbrasero-growisofs.la
19153
8157
 libbrasero_growisofs_la_SOURCES = burn-growisofs.c \
19154
8158
        burn-growisofs-common.h 
19155
 
@@ -353,7 +354,7 @@ libbrasero_growisofs_la_LIBADD = $(BRASE
 
8159
@@ -355,7 +356,7 @@
19156
8160
 libbrasero_growisofs_la_LDFLAGS = -module -avoid-version
19157
8161
 
19158
8162
 #dvdrwformat
19161
8165
 dvdrwformat_LTLIBRARIES = libbrasero-dvdrwformat.la
19162
8166
 libbrasero_dvdrwformat_la_SOURCES = burn-dvd-rw-format.c 
19163
8167
 libbrasero_dvdrwformat_la_LIBADD = $(BRASERO_GLIB_LIBS) ../../libbrasero-burn/libbrasero-burn.la
19164
 
Index: brasero-2.30.1/plugins/libburnia/Makefile.in
 
8168
Index: brasero-2.30.2/plugins/libburnia/Makefile.in
19165
8169
===================================================================
19166
 
--- brasero-2.30.1.orig/plugins/libburnia/Makefile.in   2010-04-27 01:29:15.000000000 +0200
19167
 
+++ brasero-2.30.1/plugins/libburnia/Makefile.in        2010-05-03 15:56:49.472606669 +0200
19168
 
@@ -1,4 +1,4 @@
19169
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
19170
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
19171
 
 # @configure_input@
19172
 
 
19173
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19174
 
@@ -256,6 +256,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
19175
 
 PACKAGE_NAME = @PACKAGE_NAME@
19176
 
 PACKAGE_STRING = @PACKAGE_STRING@
19177
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
19178
 
+PACKAGE_URL = @PACKAGE_URL@
19179
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
19180
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
19181
 
 PKG_CONFIG = @PKG_CONFIG@
19182
 
@@ -335,7 +336,7 @@ INCLUDES = \
 
8170
--- brasero-2.30.2.orig/plugins/libburnia/Makefile.in   2010-07-04 14:04:51.941086633 +0200
 
8171
+++ brasero-2.30.2/plugins/libburnia/Makefile.in        2010-07-04 14:04:23.481078049 +0200
 
8172
@@ -312,6 +312,7 @@
 
8173
 libexecdir = @libexecdir@
 
8174
 localedir = @localedir@
 
8175
 localstatedir = @localstatedir@
 
8176
+lt_ECHO = @lt_ECHO@
 
8177
 mandir = @mandir@
 
8178
 mkdir_p = @mkdir_p@
 
8179
 oldincludedir = @oldincludedir@
 
8180
@@ -337,7 +338,7 @@
19183
8181
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
19184
8182
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
19185
8183
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
19188
8186
        $(WARN_CFLAGS)                                                  \
19189
8187
        $(DISABLE_DEPRECATED)                           \
19190
8188
        $(BRASERO_LIBISOFS_CFLAGS)                      \
19191
 
@@ -344,7 +345,7 @@ INCLUDES = \
 
8189
@@ -346,7 +347,7 @@
19192
8190
 
19193
8191
 
19194
8192
 #libburn
19197
8195
 libburn_LTLIBRARIES = libbrasero-libburn.la
19198
8196
 libbrasero_libburn_la_SOURCES = burn-libburn.c                 \
19199
8197
                                burn-libburn-common.c   \
19200
 
@@ -355,7 +356,7 @@ libbrasero_libburn_la_LIBADD = $(BRASERO
 
8198
@@ -357,7 +358,7 @@
19201
8199
 libbrasero_libburn_la_LDFLAGS = -module -avoid-version
19202
8200
 
19203
8201
 #libisofs (apparently libisofs needs one libburn function)
19206
8204
 libisofs_LTLIBRARIES = libbrasero-libisofs.la
19207
8205
 libbrasero_libisofs_la_SOURCES = burn-libisofs.c                       \
19208
8206
        burn-libburn-common.c burn-libburn-common.h                     \
19209
 
Index: brasero-2.30.1/plugins/local-track/Makefile.in
 
8207
Index: brasero-2.30.2/plugins/local-track/Makefile.in
19210
8208
===================================================================
19211
 
--- brasero-2.30.1.orig/plugins/local-track/Makefile.in 2010-04-27 01:29:16.000000000 +0200
19212
 
+++ brasero-2.30.1/plugins/local-track/Makefile.in      2010-05-03 15:57:28.996104977 +0200
19213
 
@@ -1,4 +1,4 @@
19214
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
19215
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
19216
 
 # @configure_input@
19217
 
 
19218
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19219
 
@@ -256,6 +256,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
19220
 
 PACKAGE_NAME = @PACKAGE_NAME@
19221
 
 PACKAGE_STRING = @PACKAGE_STRING@
19222
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
19223
 
+PACKAGE_URL = @PACKAGE_URL@
19224
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
19225
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
19226
 
 PKG_CONFIG = @PKG_CONFIG@
19227
 
@@ -335,7 +336,7 @@ INCLUDES = \
 
8209
--- brasero-2.30.2.orig/plugins/local-track/Makefile.in 2010-07-04 14:04:52.361079799 +0200
 
8210
+++ brasero-2.30.2/plugins/local-track/Makefile.in      2010-07-04 14:04:23.621079689 +0200
 
8211
@@ -312,6 +312,7 @@
 
8212
 libexecdir = @libexecdir@
 
8213
 localedir = @localedir@
 
8214
 localstatedir = @localstatedir@
 
8215
+lt_ECHO = @lt_ECHO@
 
8216
 mandir = @mandir@
 
8217
 mkdir_p = @mkdir_p@
 
8218
 oldincludedir = @oldincludedir@
 
8219
@@ -337,7 +338,7 @@
19228
8220
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
19229
8221
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
19230
8222
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
19233
8225
        $(WARN_CFLAGS)                                                  \
19234
8226
        $(DISABLE_DEPRECATED)                                   \
19235
8227
        $(BRASERO_GLIB_CFLAGS)                                  \
19236
 
@@ -343,14 +344,14 @@ INCLUDES = \
 
8228
@@ -345,14 +346,14 @@
19237
8229
 
19238
8230
 
19239
8231
 #local-track
19250
8242
 burn_uri_LTLIBRARIES = libbrasero-burn-uri.la
19251
8243
 libbrasero_burn_uri_la_SOURCES = burn-uri.c 
19252
8244
 libbrasero_burn_uri_la_LIBADD = $(BRASERO_GLIB_LIBS) $(BRASERO_GIO_LIBS) ../../libbrasero-burn/libbrasero-burn.la
19253
 
Index: brasero-2.30.1/plugins/transcode/Makefile.in
 
8245
Index: brasero-2.30.2/plugins/transcode/Makefile.in
19254
8246
===================================================================
19255
 
--- brasero-2.30.1.orig/plugins/transcode/Makefile.in   2010-04-27 01:29:16.000000000 +0200
19256
 
+++ brasero-2.30.1/plugins/transcode/Makefile.in        2010-05-03 15:57:29.152606649 +0200
19257
 
@@ -1,4 +1,4 @@
19258
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
19259
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
19260
 
 # @configure_input@
19261
 
 
19262
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19263
 
@@ -268,6 +268,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
19264
 
 PACKAGE_NAME = @PACKAGE_NAME@
19265
 
 PACKAGE_STRING = @PACKAGE_STRING@
19266
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
19267
 
+PACKAGE_URL = @PACKAGE_URL@
19268
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
19269
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
19270
 
 PKG_CONFIG = @PKG_CONFIG@
19271
 
@@ -347,23 +348,23 @@ INCLUDES = \
 
8247
--- brasero-2.30.2.orig/plugins/transcode/Makefile.in   2010-07-04 14:04:52.249083976 +0200
 
8248
+++ brasero-2.30.2/plugins/transcode/Makefile.in        2010-07-04 14:04:23.769078984 +0200
 
8249
@@ -324,6 +324,7 @@
 
8250
 libexecdir = @libexecdir@
 
8251
 localedir = @localedir@
 
8252
 localstatedir = @localstatedir@
 
8253
+lt_ECHO = @lt_ECHO@
 
8254
 mandir = @mandir@
 
8255
 mkdir_p = @mkdir_p@
 
8256
 oldincludedir = @oldincludedir@
 
8257
@@ -349,23 +350,23 @@
19272
8258
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
19273
8259
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
19274
8260
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
19296
8282
 vob_LTLIBRARIES = libbrasero-vob.la
19297
8283
 libbrasero_vob_la_SOURCES = burn-vob.c 
19298
8284
 libbrasero_vob_la_LIBADD = $(BRASERO_GLIB_LIBS) $(BRASERO_GSTREAMER_LIBS) ../../libbrasero-burn/libbrasero-burn.la
19299
 
Index: brasero-2.30.1/plugins/vcdimager/Makefile.in
 
8285
Index: brasero-2.30.2/plugins/vcdimager/Makefile.in
19300
8286
===================================================================
19301
 
--- brasero-2.30.1.orig/plugins/vcdimager/Makefile.in   2010-04-27 01:29:16.000000000 +0200
19302
 
+++ brasero-2.30.1/plugins/vcdimager/Makefile.in        2010-05-03 15:56:49.472606669 +0200
19303
 
@@ -1,4 +1,4 @@
19304
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
19305
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
19306
 
 # @configure_input@
19307
 
 
19308
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19309
 
@@ -245,6 +245,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
19310
 
 PACKAGE_NAME = @PACKAGE_NAME@
19311
 
 PACKAGE_STRING = @PACKAGE_STRING@
19312
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
19313
 
+PACKAGE_URL = @PACKAGE_URL@
19314
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
19315
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
19316
 
 PKG_CONFIG = @PKG_CONFIG@
19317
 
@@ -324,13 +325,13 @@ INCLUDES = \
 
8287
--- brasero-2.30.2.orig/plugins/vcdimager/Makefile.in   2010-07-04 14:04:51.885085085 +0200
 
8288
+++ brasero-2.30.2/plugins/vcdimager/Makefile.in        2010-07-04 14:04:23.901078468 +0200
 
8289
@@ -301,6 +301,7 @@
 
8290
 libexecdir = @libexecdir@
 
8291
 localedir = @localedir@
 
8292
 localstatedir = @localstatedir@
 
8293
+lt_ECHO = @lt_ECHO@
 
8294
 mandir = @mandir@
 
8295
 mkdir_p = @mkdir_p@
 
8296
 oldincludedir = @oldincludedir@
 
8297
@@ -326,13 +327,13 @@
19318
8298
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
19319
8299
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
19320
8300
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
19330
8310
 vcdimager_LTLIBRARIES = libbrasero-vcdimager.la
19331
8311
 libbrasero_vcdimager_la_SOURCES = burn-vcdimager.c 
19332
8312
 libbrasero_vcdimager_la_LIBADD = $(BRASERO_GLIB_LIBS) $(BRASERO_LIBXML_LIBS) ../../libbrasero-burn/libbrasero-burn.la
19333
 
Index: brasero-2.30.1/src/Makefile.in
 
8313
Index: brasero-2.30.2/src/Makefile.in
19334
8314
===================================================================
19335
 
--- brasero-2.30.1.orig/src/Makefile.in 2010-04-27 01:29:16.000000000 +0200
19336
 
+++ brasero-2.30.1/src/Makefile.in      2010-05-03 15:56:49.472606669 +0200
19337
 
@@ -1,4 +1,4 @@
19338
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
19339
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
19340
 
 # @configure_input@
19341
 
 
19342
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19343
 
@@ -320,6 +320,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
19344
 
 PACKAGE_NAME = @PACKAGE_NAME@
19345
 
 PACKAGE_STRING = @PACKAGE_STRING@
19346
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
19347
 
+PACKAGE_URL = @PACKAGE_URL@
19348
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
19349
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
19350
 
 PKG_CONFIG = @PKG_CONFIG@
19351
 
@@ -401,7 +402,7 @@ INCLUDES = \
 
8315
--- brasero-2.30.2.orig/src/Makefile.in 2010-07-04 14:04:53.221085163 +0200
 
8316
+++ brasero-2.30.2/src/Makefile.in      2010-07-04 14:04:24.065079816 +0200
 
8317
@@ -376,6 +376,7 @@
 
8318
 libexecdir = @libexecdir@
 
8319
 localedir = @localedir@
 
8320
 localstatedir = @localstatedir@
 
8321
+lt_ECHO = @lt_ECHO@
 
8322
 mandir = @mandir@
 
8323
 mkdir_p = @mkdir_p@
 
8324
 oldincludedir = @oldincludedir@
 
8325
@@ -403,7 +404,7 @@
19352
8326
        -DBRASERO_PREFIX=\"$(prefix)\"                                  \
19353
8327
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                          \
19354
8328
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                        \
19357
8331
        $(WARN_CFLAGS)                                                  \
19358
8332
        $(DISABLE_DEPRECATED)                                           \
19359
8333
        $(BRASERO_GLIB_CFLAGS)                                          \
19360
 
Index: brasero-2.30.1/plugins/audio2cue/Makefile.in
19361
 
===================================================================
19362
 
--- brasero-2.30.1.orig/plugins/audio2cue/Makefile.in   2010-05-03 15:57:41.228604711 +0200
19363
 
+++ brasero-2.30.1/plugins/audio2cue/Makefile.in        2010-05-03 15:57:27.612604988 +0200
19364
 
@@ -1,4 +1,4 @@
19365
 
-# Makefile.in generated by automake 1.11 from Makefile.am.
19366
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
19367
 
 # @configure_input@
19368
 
 
19369
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19370
 
@@ -245,6 +245,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
19371
 
 PACKAGE_NAME = @PACKAGE_NAME@
19372
 
 PACKAGE_STRING = @PACKAGE_STRING@
19373
 
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
19374
 
+PACKAGE_URL = @PACKAGE_URL@
19375
 
 PACKAGE_VERSION = @PACKAGE_VERSION@
19376
 
 PATH_SEPARATOR = @PATH_SEPARATOR@
19377
 
 PKG_CONFIG = @PKG_CONFIG@
19378
 
@@ -324,14 +325,14 @@ INCLUDES = \
19379
 
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
19380
 
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
19381
 
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
19382
 
-       -DBRASERO_LIBDIR=\"$(libdir)\"                          \
19383
 
+       -DBRASERO_PKGLIBDIR=\"$(pkglibdir)\"                    \
19384
 
        $(WARN_CFLAGS)                                                  \
19385
 
        $(DISABLE_DEPRECATED)                           \
19386
 
        $(BRASERO_GLIB_CFLAGS)
19387
 
 
19388
 
 
19389
 
 #audio2cue
19390
 
-audio2cuedir = $(libdir)/brasero/plugins
19391
 
+audio2cuedir = $(pkglibdir)/plugins
19392
 
 audio2cue_LTLIBRARIES = libbrasero-audio2cue.la
19393
 
 libbrasero_audio2cue_la_SOURCES = burn-audio2cue.c
19394
 
 libbrasero_audio2cue_la_LIBADD = $(BRASERO_GLIB_LIBS) ../../libbrasero-burn/libbrasero-burn.la