~ubuntu-branches/ubuntu/trusty/sound-juicer/trusty

« back to all changes in this revision

Viewing changes to debian/patches/02_autoconf.patch

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2009-02-13 16:57:30 UTC
  • mfrom: (1.1.37 upstream)
  • Revision ID: james.westby@ubuntu.com-20090213165730-zehs2hnzj2pso94k
Tags: 2.25.3-0ubuntu1
* New upstream release (LP: #329134)
  - Put the disc number in the file name
  - Support multiple genres
  - Use libcanberra for event sounds
  - Handle custom patterns in the prefs dialog
  - Remove Musicbrainz data if the track data is changed
  - Fix disc number editing logic
* debian/control.in:
  - Bump libgstreamer0.10-dev to 0.10.15
  - Build-dep on libcanberra-gtk-dev 
  - Also depend on libcanberra-gtk0
* debian/debian/patches/01_lpi.patch, 
  debian/patches/02_autoconf.patch:
  - Refreshed for the new upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur -x '*.orig' -x '*~' sound-juicer-2.25.2/configure sound-juicer-2.25.2.new/configure
2
 
--- sound-juicer-2.25.2/configure       2009-02-03 11:34:33.000000000 +0000
3
 
+++ sound-juicer-2.25.2.new/configure   2009-02-03 15:36:20.000000000 +0000
4
 
@@ -23382,12 +23382,12 @@
 
1
diff -Nur -x '*.orig' -x '*~' sound-juicer-2.25.3/configure sound-juicer-2.25.3.new/configure
 
2
--- sound-juicer-2.25.3/configure       2009-02-13 16:39:28.000000000 +0000
 
3
+++ sound-juicer-2.25.3.new/configure   2009-02-13 17:05:22.000000000 +0000
 
4
@@ -1,11 +1,11 @@
 
5
 #! /bin/sh
 
6
 # Guess values for system-dependent variables and create Makefiles.
 
7
-# Generated by GNU Autoconf 2.61 for Sound Juicer 2.25.3.
 
8
+# Generated by GNU Autoconf 2.63 for Sound Juicer 2.25.3.
 
9
 #
 
10
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=sound-juicer>.
 
11
 #
 
12
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
13
-# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
14
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
15
 # This configure script is free software; the Free Software Foundation
 
16
 # gives unlimited permission to copy, distribute and modify it.
 
17
 ## --------------------- ##
 
18
@@ -17,7 +17,7 @@
 
19
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
20
   emulate sh
 
21
   NULLCMD=:
 
22
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
23
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
24
   # is contrary to our usage.  Disable this feature.
 
25
   alias -g '${1+"$@"}'='"$@"'
 
26
   setopt NO_GLOB_SUBST
 
27
@@ -39,17 +39,45 @@
 
28
 as_cr_digits='0123456789'
 
29
 as_cr_alnum=$as_cr_Letters$as_cr_digits
 
30
 
 
31
+as_nl='
 
32
+'
 
33
+export as_nl
 
34
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
 
35
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
36
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
37
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
38
+if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
39
+  as_echo='printf %s\n'
 
40
+  as_echo_n='printf %s'
 
41
+else
 
42
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 
43
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 
44
+    as_echo_n='/usr/ucb/echo -n'
 
45
+  else
 
46
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
47
+    as_echo_n_body='eval
 
48
+      arg=$1;
 
49
+      case $arg in
 
50
+      *"$as_nl"*)
 
51
+       expr "X$arg" : "X\\(.*\\)$as_nl";
 
52
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
53
+      esac;
 
54
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 
55
+    '
 
56
+    export as_echo_n_body
 
57
+    as_echo_n='sh -c $as_echo_n_body as_echo'
 
58
+  fi
 
59
+  export as_echo_body
 
60
+  as_echo='sh -c $as_echo_body as_echo'
 
61
+fi
 
62
+
 
63
 # The user is always right.
 
64
 if test "${PATH_SEPARATOR+set}" != set; then
 
65
-  echo "#! /bin/sh" >conf$$.sh
 
66
-  echo  "exit 0"   >>conf$$.sh
 
67
-  chmod +x conf$$.sh
 
68
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
69
-    PATH_SEPARATOR=';'
 
70
-  else
 
71
-    PATH_SEPARATOR=:
 
72
-  fi
 
73
-  rm -f conf$$.sh
 
74
+  PATH_SEPARATOR=:
 
75
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
 
76
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
 
77
+      PATH_SEPARATOR=';'
 
78
+  }
 
79
 fi
 
80
 
 
81
 # Support unset when possible.
 
82
@@ -65,8 +93,6 @@
 
83
 # there to prevent editors from complaining about space-tab.
 
84
 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
85
 # splitting by setting IFS to empty value.)
 
86
-as_nl='
 
87
-'
 
88
 IFS=" ""       $as_nl"
 
89
 
 
90
 # Find who we are.  Look in the path if we contain no directory separator.
 
91
@@ -89,7 +115,7 @@
 
92
   as_myself=$0
 
93
 fi
 
94
 if test ! -f "$as_myself"; then
 
95
-  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
96
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
97
   { (exit 1); exit 1; }
 
98
 fi
 
99
 
 
100
@@ -102,17 +128,10 @@
 
101
 PS4='+ '
 
102
 
 
103
 # NLS nuisances.
 
104
-for as_var in \
 
105
-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
106
-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
107
-  LC_TELEPHONE LC_TIME
 
108
-do
 
109
-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
110
-    eval $as_var=C; export $as_var
 
111
-  else
 
112
-    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
113
-  fi
 
114
-done
 
115
+LC_ALL=C
 
116
+export LC_ALL
 
117
+LANGUAGE=C
 
118
+export LANGUAGE
 
119
 
 
120
 # Required to use basename.
 
121
 if expr a : '\(a\)' >/dev/null 2>&1 &&
 
122
@@ -134,7 +153,7 @@
 
123
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
124
         X"$0" : 'X\(//\)$' \| \
 
125
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
126
-echo X/"$0" |
 
127
+$as_echo X/"$0" |
 
128
     sed '/^.*\/\([^/][^/]*\)\/*$/{
 
129
            s//\1/
 
130
            q
 
131
@@ -160,7 +179,7 @@
 
132
   as_have_required=no
 
133
 fi
 
134
 
 
135
-  if test $as_have_required = yes &&    (eval ":
 
136
+  if test $as_have_required = yes &&    (eval ":
 
137
 (as_func_return () {
 
138
   (exit \$1)
 
139
 }
 
140
@@ -242,7 +261,7 @@
 
141
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
142
   emulate sh
 
143
   NULLCMD=:
 
144
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
145
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
146
   # is contrary to our usage.  Disable this feature.
 
147
   alias -g '${1+"$@"}'='"$@"'
 
148
   setopt NO_GLOB_SUBST
 
149
@@ -263,7 +282,7 @@
 
150
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
151
   emulate sh
 
152
   NULLCMD=:
 
153
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
154
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
155
   # is contrary to our usage.  Disable this feature.
 
156
   alias -g '${1+"$@"}'='"$@"'
 
157
   setopt NO_GLOB_SUBST
 
158
@@ -343,10 +362,10 @@
 
159
 
 
160
       if test "x$CONFIG_SHELL" != x; then
 
161
   for as_var in BASH_ENV ENV
 
162
-        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
163
-        done
 
164
-        export CONFIG_SHELL
 
165
-        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 
166
+       do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
167
+       done
 
168
+       export CONFIG_SHELL
 
169
+       exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 
170
 fi
 
171
 
 
172
 
 
173
@@ -415,9 +434,10 @@
 
174
 
 
175
 test \$exitcode = 0") || {
 
176
   echo No shell found that supports shell functions.
 
177
-  echo Please tell autoconf@gnu.org about your system,
 
178
-  echo including any error possibly output before this
 
179
-  echo message
 
180
+  echo Please tell bug-autoconf@gnu.org about your system,
 
181
+  echo including any error possibly output before this message.
 
182
+  echo This can help us improve future autoconf versions.
 
183
+  echo Configuration will now proceed without shell functions.
 
184
 }
 
185
 
 
186
 
 
187
@@ -453,7 +473,7 @@
 
188
       s/-\n.*//
 
189
     ' >$as_me.lineno &&
 
190
   chmod +x "$as_me.lineno" ||
 
191
-    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
192
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
193
    { (exit 1); exit 1; }; }
 
194
 
 
195
   # Don't try to exec as it changes $[0], causing all sort of problems
 
196
@@ -481,7 +501,6 @@
 
197
 *)
 
198
   ECHO_N='-n';;
 
199
 esac
 
200
-
 
201
 if expr a : '\(a\)' >/dev/null 2>&1 &&
 
202
    test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
203
   as_expr=expr
 
204
@@ -494,19 +513,22 @@
 
205
   rm -f conf$$.dir/conf$$.file
 
206
 else
 
207
   rm -f conf$$.dir
 
208
-  mkdir conf$$.dir
 
209
+  mkdir conf$$.dir 2>/dev/null
 
210
 fi
 
211
-echo >conf$$.file
 
212
-if ln -s conf$$.file conf$$ 2>/dev/null; then
 
213
-  as_ln_s='ln -s'
 
214
-  # ... but there are two gotchas:
 
215
-  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
216
-  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
217
-  # In both cases, we have to default to `cp -p'.
 
218
-  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
219
+if (echo >conf$$.file) 2>/dev/null; then
 
220
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
 
221
+    as_ln_s='ln -s'
 
222
+    # ... but there are two gotchas:
 
223
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
224
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
225
+    # In both cases, we have to default to `cp -p'.
 
226
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
227
+      as_ln_s='cp -p'
 
228
+  elif ln conf$$.file conf$$ 2>/dev/null; then
 
229
+    as_ln_s=ln
 
230
+  else
 
231
     as_ln_s='cp -p'
 
232
-elif ln conf$$.file conf$$ 2>/dev/null; then
 
233
-  as_ln_s=ln
 
234
+  fi
 
235
 else
 
236
   as_ln_s='cp -p'
 
237
 fi
 
238
@@ -531,10 +553,10 @@
 
239
   as_test_x='
 
240
     eval sh -c '\''
 
241
       if test -d "$1"; then
 
242
-        test -d "$1/.";
 
243
+       test -d "$1/.";
 
244
       else
 
245
        case $1 in
 
246
-        -*)set "./$1";;
 
247
+       -*)set "./$1";;
 
248
        esac;
 
249
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
250
        ???[sx]*):;;*)false;;esac;fi
 
251
@@ -769,204 +791,231 @@
 
252
 # include <unistd.h>
 
253
 #endif"
 
254
 
 
255
-ac_subst_vars='SHELL
 
256
-PATH_SEPARATOR
 
257
-PACKAGE_NAME
 
258
-PACKAGE_TARNAME
 
259
-PACKAGE_VERSION
 
260
-PACKAGE_STRING
 
261
-PACKAGE_BUGREPORT
 
262
-exec_prefix
 
263
-prefix
 
264
-program_transform_name
 
265
-bindir
 
266
-sbindir
 
267
-libexecdir
 
268
-datarootdir
 
269
-datadir
 
270
-sysconfdir
 
271
-sharedstatedir
 
272
-localstatedir
 
273
-includedir
 
274
-oldincludedir
 
275
-docdir
 
276
-infodir
 
277
-htmldir
 
278
-dvidir
 
279
-pdfdir
 
280
-psdir
 
281
-libdir
 
282
-localedir
 
283
-mandir
 
284
-DEFS
 
285
-ECHO_C
 
286
-ECHO_N
 
287
-ECHO_T
 
288
-LIBS
 
289
-build_alias
 
290
-host_alias
 
291
-target_alias
 
292
-INSTALL_PROGRAM
 
293
-INSTALL_SCRIPT
 
294
-INSTALL_DATA
 
295
-am__isrc
 
296
-CYGPATH_W
 
297
-PACKAGE
 
298
-VERSION
 
299
-ACLOCAL
 
300
-AUTOCONF
 
301
-AUTOMAKE
 
302
-AUTOHEADER
 
303
-MAKEINFO
 
304
-install_sh
 
305
-STRIP
 
306
-INSTALL_STRIP_PROGRAM
 
307
-mkdir_p
 
308
-AWK
 
309
-SET_MAKE
 
310
-am__leading_dot
 
311
-AMTAR
 
312
-am__tar
 
313
-am__untar
 
314
-ACLOCAL_AMFLAGS
 
315
-GETTEXT_PACKAGE
 
316
-CC
 
317
-CFLAGS
 
318
-LDFLAGS
 
319
-CPPFLAGS
 
320
-ac_ct_CC
 
321
-EXEEXT
 
322
-OBJEXT
 
323
-DEPDIR
 
324
-am__include
 
325
-am__quote
 
326
-AMDEP_TRUE
 
327
-AMDEP_FALSE
 
328
-AMDEPBACKSLASH
 
329
-CCDEPMODE
 
330
-am__fastdepCC_TRUE
 
331
-am__fastdepCC_FALSE
 
332
-CPP
 
333
-GREP
 
334
-EGREP
 
335
-USE_NLS
 
336
-MSGFMT
 
337
-MSGFMT_OPTS
 
338
-GMSGFMT
 
339
-XGETTEXT
 
340
-CATALOGS
 
341
-CATOBJEXT
 
342
-DATADIRNAME
 
343
-GMOFILES
 
344
-INSTOBJEXT
 
345
-INTLLIBS
 
346
-PO_IN_DATADIR_TRUE
 
347
-PO_IN_DATADIR_FALSE
 
348
-POFILES
 
349
-POSUB
 
350
-MKINSTALLDIRS
 
351
-CXX
 
352
-CXXFLAGS
 
353
-ac_ct_CXX
 
354
-CXXDEPMODE
 
355
-am__fastdepCXX_TRUE
 
356
-am__fastdepCXX_FALSE
 
357
-build
 
358
-build_cpu
 
359
-build_vendor
 
360
-build_os
 
361
-host
 
362
-host_cpu
 
363
-host_vendor
 
364
-host_os
 
365
-SED
 
366
-LN_S
 
367
-ECHO
 
368
-AR
 
369
-RANLIB
 
370
-DSYMUTIL
 
371
-NMEDIT
 
372
-CXXCPP
 
373
-F77
 
374
-FFLAGS
 
375
-ac_ct_F77
 
376
-LIBTOOL
 
377
-INTLTOOL_UPDATE
 
378
-INTLTOOL_MERGE
 
379
-INTLTOOL_EXTRACT
 
380
-INTLTOOL_DESKTOP_RULE
 
381
-INTLTOOL_DIRECTORY_RULE
 
382
-INTLTOOL_KEYS_RULE
 
383
-INTLTOOL_PROP_RULE
 
384
-INTLTOOL_OAF_RULE
 
385
-INTLTOOL_PONG_RULE
 
386
-INTLTOOL_SERVER_RULE
 
387
-INTLTOOL_SHEET_RULE
 
388
-INTLTOOL_SOUNDLIST_RULE
 
389
-INTLTOOL_UI_RULE
 
390
-INTLTOOL_XAM_RULE
 
391
-INTLTOOL_KBD_RULE
 
392
-INTLTOOL_XML_RULE
 
393
-INTLTOOL_XML_NOMERGE_RULE
 
394
-INTLTOOL_CAVES_RULE
 
395
-INTLTOOL_SCHEMAS_RULE
 
396
-INTLTOOL_THEME_RULE
 
397
-INTLTOOL_SERVICE_RULE
 
398
-INTLTOOL_POLICY_RULE
 
399
-MSGMERGE
 
400
-INTLTOOL_PERL
 
401
-ALL_LINGUAS
 
402
-WARN_CFLAGS
 
403
-WARN_CXXFLAGS
 
404
-MAINTAINER_MODE_TRUE
 
405
-MAINTAINER_MODE_FALSE
 
406
-MAINT
 
407
-DISABLE_DEPRECATED
 
408
-PKG_CONFIG
 
409
-HELP_DIR
 
410
-OMF_DIR
 
411
-DOC_USER_FORMATS
 
412
-ENABLE_SK_TRUE
 
413
-ENABLE_SK_FALSE
 
414
-DISTCHECK_CONFIGURE_FLAGS
 
415
-HAVE_GNOME_DOC_UTILS_TRUE
 
416
-HAVE_GNOME_DOC_UTILS_FALSE
 
417
-GLIB_CFLAGS
 
418
-GLIB_LIBS
 
419
-BURN_CFLAGS
 
420
-BURN_LIBS
 
421
-UI_CFLAGS
 
422
-UI_LIBS
 
423
-GSTREAMER_CFLAGS
 
424
-GSTREAMER_LIBS
 
425
-GST_INSPECT
 
426
-MEDIA_PROFILES_CFLAGS
 
427
-MEDIA_PROFILES_LIBS
 
428
-CDIO_CFLAGS
 
429
-CDIO_LIBS
 
430
-HAVE_LIBCDIO_TRUE
 
431
-HAVE_LIBCDIO_FALSE
 
432
-MUSICBRAINZ3_CFLAGS
 
433
-MUSICBRAINZ3_LIBS
 
434
-HAVE_MUSICBRAINZ3_TRUE
 
435
-HAVE_MUSICBRAINZ3_FALSE
 
436
-MUSICBRAINZ_CFLAGS
 
437
-MUSICBRAINZ_LIBS
 
438
-GIO_CFLAGS
 
439
-GIO_LIBS
 
440
-GCONFTOOL
 
441
-GCONF_SCHEMA_CONFIG_SOURCE
 
442
-GCONF_SCHEMA_FILE_DIR
 
443
-GCONF_SCHEMAS_INSTALL_TRUE
 
444
-GCONF_SCHEMAS_INSTALL_FALSE
 
445
-SCROLLKEEPER_BUILD_REQUIRED
 
446
-AM_CPPFLAGS
 
447
-AM_CFLAGS
 
448
-AM_CXXFLAGS
 
449
-AM_LDFLAGS
 
450
+ac_subst_vars='LTLIBOBJS
 
451
 LIBOBJS
 
452
-LTLIBOBJS'
 
453
+AM_LDFLAGS
 
454
+AM_CXXFLAGS
 
455
+AM_CFLAGS
 
456
+AM_CPPFLAGS
 
457
+SCROLLKEEPER_BUILD_REQUIRED
 
458
+GCONF_SCHEMAS_INSTALL_FALSE
 
459
+GCONF_SCHEMAS_INSTALL_TRUE
 
460
+GCONF_SCHEMA_FILE_DIR
 
461
+GCONF_SCHEMA_CONFIG_SOURCE
 
462
+GCONFTOOL
 
463
+GIO_LIBS
 
464
+GIO_CFLAGS
 
465
+MUSICBRAINZ_LIBS
 
466
+MUSICBRAINZ_CFLAGS
 
467
+HAVE_MUSICBRAINZ3_FALSE
 
468
+HAVE_MUSICBRAINZ3_TRUE
 
469
+MUSICBRAINZ3_LIBS
 
470
+MUSICBRAINZ3_CFLAGS
 
471
+HAVE_LIBCDIO_FALSE
 
472
+HAVE_LIBCDIO_TRUE
 
473
+CDIO_LIBS
 
474
+CDIO_CFLAGS
 
475
+MEDIA_PROFILES_LIBS
 
476
+MEDIA_PROFILES_CFLAGS
 
477
+GST_INSPECT
 
478
+GSTREAMER_LIBS
 
479
+GSTREAMER_CFLAGS
 
480
+UI_LIBS
 
481
+UI_CFLAGS
 
482
+BURN_LIBS
 
483
+BURN_CFLAGS
 
484
+GLIB_LIBS
 
485
+GLIB_CFLAGS
 
486
+HAVE_GNOME_DOC_UTILS_FALSE
 
487
+HAVE_GNOME_DOC_UTILS_TRUE
 
488
+DISTCHECK_CONFIGURE_FLAGS
 
489
+ENABLE_SK_FALSE
 
490
+ENABLE_SK_TRUE
 
491
+DOC_USER_FORMATS
 
492
+OMF_DIR
 
493
+HELP_DIR
 
494
+PKG_CONFIG
 
495
+DISABLE_DEPRECATED
 
496
+MAINT
 
497
+MAINTAINER_MODE_FALSE
 
498
+MAINTAINER_MODE_TRUE
 
499
+WARN_CXXFLAGS
 
500
+WARN_CFLAGS
 
501
+ALL_LINGUAS
 
502
+INTLTOOL_PERL
 
503
+MSGMERGE
 
504
+INTLTOOL_POLICY_RULE
 
505
+INTLTOOL_SERVICE_RULE
 
506
+INTLTOOL_THEME_RULE
 
507
+INTLTOOL_SCHEMAS_RULE
 
508
+INTLTOOL_CAVES_RULE
 
509
+INTLTOOL_XML_NOMERGE_RULE
 
510
+INTLTOOL_XML_RULE
 
511
+INTLTOOL_KBD_RULE
 
512
+INTLTOOL_XAM_RULE
 
513
+INTLTOOL_UI_RULE
 
514
+INTLTOOL_SOUNDLIST_RULE
 
515
+INTLTOOL_SHEET_RULE
 
516
+INTLTOOL_SERVER_RULE
 
517
+INTLTOOL_PONG_RULE
 
518
+INTLTOOL_OAF_RULE
 
519
+INTLTOOL_PROP_RULE
 
520
+INTLTOOL_KEYS_RULE
 
521
+INTLTOOL_DIRECTORY_RULE
 
522
+INTLTOOL_DESKTOP_RULE
 
523
+INTLTOOL_EXTRACT
 
524
+INTLTOOL_MERGE
 
525
+INTLTOOL_UPDATE
 
526
+LIBTOOL
 
527
+ac_ct_F77
 
528
+FFLAGS
 
529
+F77
 
530
+CXXCPP
 
531
+NMEDIT
 
532
+DSYMUTIL
 
533
+RANLIB
 
534
+AR
 
535
+ECHO
 
536
+LN_S
 
537
+SED
 
538
+host_os
 
539
+host_vendor
 
540
+host_cpu
 
541
+host
 
542
+build_os
 
543
+build_vendor
 
544
+build_cpu
 
545
+build
 
546
+am__fastdepCXX_FALSE
 
547
+am__fastdepCXX_TRUE
 
548
+CXXDEPMODE
 
549
+ac_ct_CXX
 
550
+CXXFLAGS
 
551
+CXX
 
552
+MKINSTALLDIRS
 
553
+POSUB
 
554
+POFILES
 
555
+PO_IN_DATADIR_FALSE
 
556
+PO_IN_DATADIR_TRUE
 
557
+INTLLIBS
 
558
+INSTOBJEXT
 
559
+GMOFILES
 
560
+DATADIRNAME
 
561
+CATOBJEXT
 
562
+CATALOGS
 
563
+XGETTEXT
 
564
+GMSGFMT
 
565
+MSGFMT_OPTS
 
566
+MSGFMT
 
567
+USE_NLS
 
568
+EGREP
 
569
+GREP
 
570
+CPP
 
571
+am__fastdepCC_FALSE
 
572
+am__fastdepCC_TRUE
 
573
+CCDEPMODE
 
574
+AMDEPBACKSLASH
 
575
+AMDEP_FALSE
 
576
+AMDEP_TRUE
 
577
+am__quote
 
578
+am__include
 
579
+DEPDIR
 
580
+OBJEXT
 
581
+EXEEXT
 
582
+ac_ct_CC
 
583
+CPPFLAGS
 
584
+LDFLAGS
 
585
+CFLAGS
 
586
+CC
 
587
+GETTEXT_PACKAGE
 
588
+ACLOCAL_AMFLAGS
 
589
+am__untar
 
590
+am__tar
 
591
+AMTAR
 
592
+am__leading_dot
 
593
+SET_MAKE
 
594
+AWK
 
595
+mkdir_p
 
596
+MKDIR_P
 
597
+INSTALL_STRIP_PROGRAM
 
598
+STRIP
 
599
+install_sh
 
600
+MAKEINFO
 
601
+AUTOHEADER
 
602
+AUTOMAKE
 
603
+AUTOCONF
 
604
+ACLOCAL
 
605
+VERSION
 
606
+PACKAGE
 
607
+CYGPATH_W
 
608
+am__isrc
 
609
+INSTALL_DATA
 
610
+INSTALL_SCRIPT
 
611
+INSTALL_PROGRAM
 
612
+target_alias
 
613
+host_alias
 
614
+build_alias
 
615
+LIBS
 
616
+ECHO_T
 
617
+ECHO_N
 
618
+ECHO_C
 
619
+DEFS
 
620
+mandir
 
621
+localedir
 
622
+libdir
 
623
+psdir
 
624
+pdfdir
 
625
+dvidir
 
626
+htmldir
 
627
+infodir
 
628
+docdir
 
629
+oldincludedir
 
630
+includedir
 
631
+localstatedir
 
632
+sharedstatedir
 
633
+sysconfdir
 
634
+datadir
 
635
+datarootdir
 
636
+libexecdir
 
637
+sbindir
 
638
+bindir
 
639
+program_transform_name
 
640
+prefix
 
641
+exec_prefix
 
642
+PACKAGE_BUGREPORT
 
643
+PACKAGE_STRING
 
644
+PACKAGE_VERSION
 
645
+PACKAGE_TARNAME
 
646
+PACKAGE_NAME
 
647
+PATH_SEPARATOR
 
648
+SHELL'
 
649
 ac_subst_files=''
 
650
+ac_user_opts='
 
651
+enable_option_checking
 
652
+enable_dependency_tracking
 
653
+enable_shared
 
654
+enable_static
 
655
+enable_fast_install
 
656
+with_gnu_ld
 
657
+enable_libtool_lock
 
658
+with_pic
 
659
+with_tags
 
660
+enable_nls
 
661
+enable_compile_warnings
 
662
+enable_iso_c
 
663
+enable_cxx_warnings
 
664
+enable_iso_cxx
 
665
+enable_debug
 
666
+enable_maintainer_mode
 
667
+with_help_dir
 
668
+with_omf_dir
 
669
+with_help_formats
 
670
+enable_scrollkeeper
 
671
+with_gconf_source
 
672
+with_gconf_schema_file_dir
 
673
+enable_schemas_install
 
674
+enable_deprecations
 
675
+'
 
676
       ac_precious_vars='build_alias
 
677
 host_alias
 
678
 target_alias
 
679
@@ -1006,6 +1055,8 @@
 
680
 # Initialize some variables set by options.
 
681
 ac_init_help=
 
682
 ac_init_version=false
 
683
+ac_unrecognized_opts=
 
684
+ac_unrecognized_sep=
 
685
 # The variables have the same names as the options, with
 
686
 # dashes changed to underlines.
 
687
 cache_file=/dev/null
 
688
@@ -1104,13 +1155,21 @@
 
689
     datarootdir=$ac_optarg ;;
 
690
 
 
691
   -disable-* | --disable-*)
 
692
-    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 
693
+    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 
694
     # Reject names that are not valid shell variable names.
 
695
-    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
696
-      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 
697
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
698
+      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
 
699
    { (exit 1); exit 1; }; }
 
700
-    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 
701
-    eval enable_$ac_feature=no ;;
 
702
+    ac_useropt_orig=$ac_useropt
 
703
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
704
+    case $ac_user_opts in
 
705
+      *"
 
706
+"enable_$ac_useropt"
 
707
+"*) ;;
 
708
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
 
709
+        ac_unrecognized_sep=', ';;
 
710
+    esac
 
711
+    eval enable_$ac_useropt=no ;;
 
712
 
 
713
   -docdir | --docdir | --docdi | --doc | --do)
 
714
     ac_prev=docdir ;;
 
715
@@ -1123,13 +1182,21 @@
 
716
     dvidir=$ac_optarg ;;
 
717
 
 
718
   -enable-* | --enable-*)
 
719
-    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 
720
+    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 
721
     # Reject names that are not valid shell variable names.
 
722
-    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
723
-      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 
724
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
725
+      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
 
726
    { (exit 1); exit 1; }; }
 
727
-    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 
728
-    eval enable_$ac_feature=\$ac_optarg ;;
 
729
+    ac_useropt_orig=$ac_useropt
 
730
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
731
+    case $ac_user_opts in
 
732
+      *"
 
733
+"enable_$ac_useropt"
 
734
+"*) ;;
 
735
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
 
736
+        ac_unrecognized_sep=', ';;
 
737
+    esac
 
738
+    eval enable_$ac_useropt=\$ac_optarg ;;
 
739
 
 
740
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
 
741
   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
 
742
@@ -1320,22 +1387,38 @@
 
743
     ac_init_version=: ;;
 
744
 
 
745
   -with-* | --with-*)
 
746
-    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 
747
+    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 
748
     # Reject names that are not valid shell variable names.
 
749
-    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
750
-      { echo "$as_me: error: invalid package name: $ac_package" >&2
 
751
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
752
+      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
 
753
    { (exit 1); exit 1; }; }
 
754
-    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 
755
-    eval with_$ac_package=\$ac_optarg ;;
 
756
+    ac_useropt_orig=$ac_useropt
 
757
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
758
+    case $ac_user_opts in
 
759
+      *"
 
760
+"with_$ac_useropt"
 
761
+"*) ;;
 
762
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
 
763
+        ac_unrecognized_sep=', ';;
 
764
+    esac
 
765
+    eval with_$ac_useropt=\$ac_optarg ;;
 
766
 
 
767
   -without-* | --without-*)
 
768
-    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 
769
+    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 
770
     # Reject names that are not valid shell variable names.
 
771
-    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
772
-      { echo "$as_me: error: invalid package name: $ac_package" >&2
 
773
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
774
+      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
 
775
    { (exit 1); exit 1; }; }
 
776
-    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 
777
-    eval with_$ac_package=no ;;
 
778
+    ac_useropt_orig=$ac_useropt
 
779
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
780
+    case $ac_user_opts in
 
781
+      *"
 
782
+"with_$ac_useropt"
 
783
+"*) ;;
 
784
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
 
785
+        ac_unrecognized_sep=', ';;
 
786
+    esac
 
787
+    eval with_$ac_useropt=no ;;
 
788
 
 
789
   --x)
 
790
     # Obsolete; use --with-x.
 
791
@@ -1355,7 +1438,7 @@
 
792
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
 
793
     x_libraries=$ac_optarg ;;
 
794
 
 
795
-  -*) { echo "$as_me: error: unrecognized option: $ac_option
 
796
+  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
 
797
 Try \`$0 --help' for more information." >&2
 
798
    { (exit 1); exit 1; }; }
 
799
     ;;
 
800
@@ -1364,16 +1447,16 @@
 
801
     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
 
802
     # Reject names that are not valid shell variable names.
 
803
     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
 
804
-      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 
805
+      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 
806
    { (exit 1); exit 1; }; }
 
807
     eval $ac_envvar=\$ac_optarg
 
808
     export $ac_envvar ;;
 
809
 
 
810
   *)
 
811
     # FIXME: should be removed in autoconf 3.0.
 
812
-    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
 
813
+    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
 
814
     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
815
-      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
 
816
+      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
 
817
     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
 
818
     ;;
 
819
 
 
820
@@ -1382,22 +1465,38 @@
 
821
 
 
822
 if test -n "$ac_prev"; then
 
823
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
 
824
-  { echo "$as_me: error: missing argument to $ac_option" >&2
 
825
+  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
 
826
    { (exit 1); exit 1; }; }
 
827
 fi
 
828
 
 
829
-# Be sure to have absolute directory names.
 
830
+if test -n "$ac_unrecognized_opts"; then
 
831
+  case $enable_option_checking in
 
832
+    no) ;;
 
833
+    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
 
834
+   { (exit 1); exit 1; }; } ;;
 
835
+    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
 
836
+  esac
 
837
+fi
 
838
+
 
839
+# Check all directory arguments for consistency.
 
840
 for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
 
841
                datadir sysconfdir sharedstatedir localstatedir includedir \
 
842
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
 
843
                libdir localedir mandir
 
844
 do
 
845
   eval ac_val=\$$ac_var
 
846
+  # Remove trailing slashes.
 
847
+  case $ac_val in
 
848
+    */ )
 
849
+      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
 
850
+      eval $ac_var=\$ac_val;;
 
851
+  esac
 
852
+  # Be sure to have absolute directory names.
 
853
   case $ac_val in
 
854
     [\\/$]* | ?:[\\/]* )  continue;;
 
855
     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
 
856
   esac
 
857
-  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
858
+  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
859
    { (exit 1); exit 1; }; }
 
860
 done
 
861
 
 
862
@@ -1412,7 +1511,7 @@
 
863
 if test "x$host_alias" != x; then
 
864
   if test "x$build_alias" = x; then
 
865
     cross_compiling=maybe
 
866
-    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
 
867
+    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
 
868
     If a cross compiler is detected then cross compile mode will be used." >&2
 
869
   elif test "x$build_alias" != "x$host_alias"; then
 
870
     cross_compiling=yes
 
871
@@ -1428,10 +1527,10 @@
 
872
 ac_pwd=`pwd` && test -n "$ac_pwd" &&
 
873
 ac_ls_di=`ls -di .` &&
 
874
 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
 
875
-  { echo "$as_me: error: Working directory cannot be determined" >&2
 
876
+  { $as_echo "$as_me: error: working directory cannot be determined" >&2
 
877
    { (exit 1); exit 1; }; }
 
878
 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
 
879
-  { echo "$as_me: error: pwd does not report name of working directory" >&2
 
880
+  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
 
881
    { (exit 1); exit 1; }; }
 
882
 
 
883
 
 
884
@@ -1439,12 +1538,12 @@
 
885
 if test -z "$srcdir"; then
 
886
   ac_srcdir_defaulted=yes
 
887
   # Try the directory containing this script, then the parent directory.
 
888
-  ac_confdir=`$as_dirname -- "$0" ||
 
889
-$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
890
-        X"$0" : 'X\(//\)[^/]' \| \
 
891
-        X"$0" : 'X\(//\)$' \| \
 
892
-        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
893
-echo X"$0" |
 
894
+  ac_confdir=`$as_dirname -- "$as_myself" ||
 
895
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
896
+        X"$as_myself" : 'X\(//\)[^/]' \| \
 
897
+        X"$as_myself" : 'X\(//\)$' \| \
 
898
+        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
 
899
+$as_echo X"$as_myself" |
 
900
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
901
            s//\1/
 
902
            q
 
903
@@ -1471,12 +1570,12 @@
 
904
 fi
 
905
 if test ! -r "$srcdir/$ac_unique_file"; then
 
906
   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
 
907
-  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 
908
+  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 
909
    { (exit 1); exit 1; }; }
 
910
 fi
 
911
 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 
912
 ac_abs_confdir=`(
 
913
-       cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
 
914
+       cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
 
915
    { (exit 1); exit 1; }; }
 
916
        pwd)`
 
917
 # When building in place, set srcdir=.
 
918
@@ -1525,9 +1624,9 @@
 
919
 
 
920
 Installation directories:
 
921
   --prefix=PREFIX         install architecture-independent files in PREFIX
 
922
-                         [$ac_default_prefix]
 
923
+                          [$ac_default_prefix]
 
924
   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
 
925
-                         [PREFIX]
 
926
+                          [PREFIX]
 
927
 
 
928
 By default, \`make install' will install all the files in
 
929
 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
 
930
@@ -1537,25 +1636,25 @@
 
931
 For better control, use the options below.
 
932
 
 
933
 Fine tuning of the installation directories:
 
934
-  --bindir=DIR           user executables [EPREFIX/bin]
 
935
-  --sbindir=DIR          system admin executables [EPREFIX/sbin]
 
936
-  --libexecdir=DIR       program executables [EPREFIX/libexec]
 
937
-  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
 
938
-  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
 
939
-  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
 
940
-  --libdir=DIR           object code libraries [EPREFIX/lib]
 
941
-  --includedir=DIR       C header files [PREFIX/include]
 
942
-  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
 
943
-  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
 
944
-  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
 
945
-  --infodir=DIR          info documentation [DATAROOTDIR/info]
 
946
-  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
 
947
-  --mandir=DIR           man documentation [DATAROOTDIR/man]
 
948
-  --docdir=DIR           documentation root [DATAROOTDIR/doc/sound-juicer]
 
949
-  --htmldir=DIR          html documentation [DOCDIR]
 
950
-  --dvidir=DIR           dvi documentation [DOCDIR]
 
951
-  --pdfdir=DIR           pdf documentation [DOCDIR]
 
952
-  --psdir=DIR            ps documentation [DOCDIR]
 
953
+  --bindir=DIR            user executables [EPREFIX/bin]
 
954
+  --sbindir=DIR           system admin executables [EPREFIX/sbin]
 
955
+  --libexecdir=DIR        program executables [EPREFIX/libexec]
 
956
+  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
 
957
+  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
 
958
+  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
 
959
+  --libdir=DIR            object code libraries [EPREFIX/lib]
 
960
+  --includedir=DIR        C header files [PREFIX/include]
 
961
+  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
 
962
+  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
 
963
+  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
 
964
+  --infodir=DIR           info documentation [DATAROOTDIR/info]
 
965
+  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
 
966
+  --mandir=DIR            man documentation [DATAROOTDIR/man]
 
967
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/sound-juicer]
 
968
+  --htmldir=DIR           html documentation [DOCDIR]
 
969
+  --dvidir=DIR            dvi documentation [DOCDIR]
 
970
+  --pdfdir=DIR            pdf documentation [DOCDIR]
 
971
+  --psdir=DIR             ps documentation [DOCDIR]
 
972
 _ACEOF
 
973
 
 
974
   cat <<\_ACEOF
 
975
@@ -1578,6 +1677,7 @@
 
976
   cat <<\_ACEOF
 
977
 
 
978
 Optional Features:
 
979
+  --disable-option-checking  ignore unrecognized --enable/--with options
 
980
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
 
981
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 
982
   --disable-dependency-tracking  speeds up one-time build
 
983
@@ -1671,15 +1771,17 @@
 
984
 if test "$ac_init_help" = "recursive"; then
 
985
   # If there are subdirs, report their specific --help.
 
986
   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
 
987
-    test -d "$ac_dir" || continue
 
988
+    test -d "$ac_dir" ||
 
989
+      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
 
990
+      continue
 
991
     ac_builddir=.
 
992
 
 
993
 case "$ac_dir" in
 
994
 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
995
 *)
 
996
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
997
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
998
   # A ".." for each directory in $ac_dir_suffix.
 
999
-  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
1000
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
1001
   case $ac_top_builddir_sub in
 
1002
   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
1003
   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
1004
@@ -1715,7 +1817,7 @@
 
1005
       echo &&
 
1006
       $SHELL "$ac_srcdir/configure" --help=recursive
 
1007
     else
 
1008
-      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 
1009
+      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 
1010
     fi || ac_status=$?
 
1011
     cd "$ac_pwd" || { ac_status=$?; break; }
 
1012
   done
 
1013
@@ -1725,10 +1827,10 @@
 
1014
 if $ac_init_version; then
 
1015
   cat <<\_ACEOF
 
1016
 Sound Juicer configure 2.25.3
 
1017
-generated by GNU Autoconf 2.61
 
1018
+generated by GNU Autoconf 2.63
 
1019
 
 
1020
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
1021
-2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
1022
+2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
1023
 This configure script is free software; the Free Software Foundation
 
1024
 gives unlimited permission to copy, distribute and modify it.
 
1025
 _ACEOF
 
1026
@@ -1739,7 +1841,7 @@
 
1027
 running configure, to aid debugging if configure makes a mistake.
 
1028
 
 
1029
 It was created by Sound Juicer $as_me 2.25.3, which was
 
1030
-generated by GNU Autoconf 2.61.  Invocation command line was
 
1031
+generated by GNU Autoconf 2.63.  Invocation command line was
 
1032
 
 
1033
   $ $0 $@
 
1034
 
 
1035
@@ -1775,7 +1877,7 @@
 
1036
 do
 
1037
   IFS=$as_save_IFS
 
1038
   test -z "$as_dir" && as_dir=.
 
1039
-  echo "PATH: $as_dir"
 
1040
+  $as_echo "PATH: $as_dir"
 
1041
 done
 
1042
 IFS=$as_save_IFS
 
1043
 
 
1044
@@ -1810,7 +1912,7 @@
 
1045
     | -silent | --silent | --silen | --sile | --sil)
 
1046
       continue ;;
 
1047
     *\'*)
 
1048
-      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
1049
+      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
1050
     esac
 
1051
     case $ac_pass in
 
1052
     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
 
1053
@@ -1862,11 +1964,12 @@
 
1054
     case $ac_val in #(
 
1055
     *${as_nl}*)
 
1056
       case $ac_var in #(
 
1057
-      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 
1058
-echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 
1059
+      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
 
1060
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
 
1061
       esac
 
1062
       case $ac_var in #(
 
1063
       _ | IFS | as_nl) ;; #(
 
1064
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
1065
       *) $as_unset $ac_var ;;
 
1066
       esac ;;
 
1067
     esac
 
1068
@@ -1896,9 +1999,9 @@
 
1069
     do
 
1070
       eval ac_val=\$$ac_var
 
1071
       case $ac_val in
 
1072
-      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
1073
+      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
1074
       esac
 
1075
-      echo "$ac_var='\''$ac_val'\''"
 
1076
+      $as_echo "$ac_var='\''$ac_val'\''"
 
1077
     done | sort
 
1078
     echo
 
1079
 
 
1080
@@ -1913,9 +2016,9 @@
 
1081
       do
 
1082
        eval ac_val=\$$ac_var
 
1083
        case $ac_val in
 
1084
-       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
1085
+       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
1086
        esac
 
1087
-       echo "$ac_var='\''$ac_val'\''"
 
1088
+       $as_echo "$ac_var='\''$ac_val'\''"
 
1089
       done | sort
 
1090
       echo
 
1091
     fi
 
1092
@@ -1931,8 +2034,8 @@
 
1093
       echo
 
1094
     fi
 
1095
     test "$ac_signal" != 0 &&
 
1096
-      echo "$as_me: caught signal $ac_signal"
 
1097
-    echo "$as_me: exit $exit_status"
 
1098
+      $as_echo "$as_me: caught signal $ac_signal"
 
1099
+    $as_echo "$as_me: exit $exit_status"
 
1100
   } >&5
 
1101
   rm -f core *.core core.conftest.* &&
 
1102
     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
 
1103
@@ -1974,21 +2077,24 @@
 
1104
 
 
1105
 
 
1106
 # Let the site file select an alternate cache file if it wants to.
 
1107
-# Prefer explicitly selected file to automatically selected ones.
 
1108
+# Prefer an explicitly selected file to automatically selected ones.
 
1109
+ac_site_file1=NONE
 
1110
+ac_site_file2=NONE
 
1111
 if test -n "$CONFIG_SITE"; then
 
1112
-  set x "$CONFIG_SITE"
 
1113
+  ac_site_file1=$CONFIG_SITE
 
1114
 elif test "x$prefix" != xNONE; then
 
1115
-  set x "$prefix/share/config.site" "$prefix/etc/config.site"
 
1116
+  ac_site_file1=$prefix/share/config.site
 
1117
+  ac_site_file2=$prefix/etc/config.site
 
1118
 else
 
1119
-  set x "$ac_default_prefix/share/config.site" \
 
1120
-       "$ac_default_prefix/etc/config.site"
 
1121
+  ac_site_file1=$ac_default_prefix/share/config.site
 
1122
+  ac_site_file2=$ac_default_prefix/etc/config.site
 
1123
 fi
 
1124
-shift
 
1125
-for ac_site_file
 
1126
+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
 
1127
 do
 
1128
+  test "x$ac_site_file" = xNONE && continue
 
1129
   if test -r "$ac_site_file"; then
 
1130
-    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 
1131
-echo "$as_me: loading site script $ac_site_file" >&6;}
 
1132
+    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 
1133
+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
 
1134
     sed 's/^/| /' "$ac_site_file" >&5
 
1135
     . "$ac_site_file"
 
1136
   fi
 
1137
@@ -1998,16 +2104,16 @@
 
1138
   # Some versions of bash will fail to source /dev/null (special
 
1139
   # files actually), so we avoid doing that.
 
1140
   if test -f "$cache_file"; then
 
1141
-    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
 
1142
-echo "$as_me: loading cache $cache_file" >&6;}
 
1143
+    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
 
1144
+$as_echo "$as_me: loading cache $cache_file" >&6;}
 
1145
     case $cache_file in
 
1146
       [\\/]* | ?:[\\/]* ) . "$cache_file";;
 
1147
       *)                      . "./$cache_file";;
 
1148
     esac
 
1149
   fi
 
1150
 else
 
1151
-  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
 
1152
-echo "$as_me: creating cache $cache_file" >&6;}
 
1153
+  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
 
1154
+$as_echo "$as_me: creating cache $cache_file" >&6;}
 
1155
   >$cache_file
 
1156
 fi
 
1157
 
 
1158
@@ -2021,29 +2127,38 @@
 
1159
   eval ac_new_val=\$ac_env_${ac_var}_value
 
1160
   case $ac_old_set,$ac_new_set in
 
1161
     set,)
 
1162
-      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
1163
-echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 
1164
+      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
1165
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 
1166
       ac_cache_corrupted=: ;;
 
1167
     ,set)
 
1168
-      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
 
1169
-echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 
1170
+      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
 
1171
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 
1172
       ac_cache_corrupted=: ;;
 
1173
     ,);;
 
1174
     *)
 
1175
       if test "x$ac_old_val" != "x$ac_new_val"; then
 
1176
-       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 
1177
-echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 
1178
-       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
 
1179
-echo "$as_me:   former value:  $ac_old_val" >&2;}
 
1180
-       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
 
1181
-echo "$as_me:   current value: $ac_new_val" >&2;}
 
1182
-       ac_cache_corrupted=:
 
1183
+       # differences in whitespace do not lead to failure.
 
1184
+       ac_old_val_w=`echo x $ac_old_val`
 
1185
+       ac_new_val_w=`echo x $ac_new_val`
 
1186
+       if test "$ac_old_val_w" != "$ac_new_val_w"; then
 
1187
+         { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 
1188
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 
1189
+         ac_cache_corrupted=:
 
1190
+       else
 
1191
+         { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
 
1192
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
 
1193
+         eval $ac_var=\$ac_old_val
 
1194
+       fi
 
1195
+       { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
 
1196
+$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
 
1197
+       { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
 
1198
+$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
 
1199
       fi;;
 
1200
   esac
 
1201
   # Pass precious variables to config.status.
 
1202
   if test "$ac_new_set" = set; then
 
1203
     case $ac_new_val in
 
1204
-    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 
1205
+    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 
1206
     *) ac_arg=$ac_var=$ac_new_val ;;
 
1207
     esac
 
1208
     case " $ac_configure_args " in
 
1209
@@ -2053,10 +2168,12 @@
 
1210
   fi
 
1211
 done
 
1212
 if $ac_cache_corrupted; then
 
1213
-  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
 
1214
-echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 
1215
-  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
 
1216
-echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
 
1217
+  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
1218
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
1219
+  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
 
1220
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 
1221
+  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
 
1222
+$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
 
1223
    { (exit 1); exit 1; }; }
 
1224
 fi
 
1225
 
 
1226
@@ -2113,8 +2230,8 @@
 
1227
   fi
 
1228
 done
 
1229
 if test -z "$ac_aux_dir"; then
 
1230
-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
 
1231
-echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
 
1232
+  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
 
1233
+$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
 
1234
    { (exit 1); exit 1; }; }
 
1235
 fi
 
1236
 
 
1237
@@ -2140,11 +2257,12 @@
 
1238
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 
1239
 # OS/2's system install, which has a completely different semantic
 
1240
 # ./install, which can be erroneously created by make from ./install.sh.
 
1241
-{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
1242
-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 
1243
+# Reject install programs that cannot install multiple files.
 
1244
+{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
1245
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
 
1246
 if test -z "$INSTALL"; then
 
1247
 if test "${ac_cv_path_install+set}" = set; then
 
1248
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1249
+  $as_echo_n "(cached) " >&6
 
1250
 else
 
1251
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1252
 for as_dir in $PATH
 
1253
@@ -2173,17 +2291,29 @@
 
1254
            # program-specific install script used by HP pwplus--don't use.
 
1255
            :
 
1256
          else
 
1257
-           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
1258
-           break 3
 
1259
+           rm -rf conftest.one conftest.two conftest.dir
 
1260
+           echo one > conftest.one
 
1261
+           echo two > conftest.two
 
1262
+           mkdir conftest.dir
 
1263
+           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
 
1264
+             test -s conftest.one && test -s conftest.two &&
 
1265
+             test -s conftest.dir/conftest.one &&
 
1266
+             test -s conftest.dir/conftest.two
 
1267
+           then
 
1268
+             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
1269
+             break 3
 
1270
+           fi
 
1271
          fi
 
1272
        fi
 
1273
       done
 
1274
     done
 
1275
     ;;
 
1276
 esac
 
1277
+
 
1278
 done
 
1279
 IFS=$as_save_IFS
 
1280
 
 
1281
+rm -rf conftest.one conftest.two conftest.dir
 
1282
 
 
1283
 fi
 
1284
   if test "${ac_cv_path_install+set}" = set; then
 
1285
@@ -2196,8 +2326,8 @@
 
1286
     INSTALL=$ac_install_sh
 
1287
   fi
 
1288
 fi
 
1289
-{ echo "$as_me:$LINENO: result: $INSTALL" >&5
 
1290
-echo "${ECHO_T}$INSTALL" >&6; }
 
1291
+{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
 
1292
+$as_echo "$INSTALL" >&6; }
 
1293
 
 
1294
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 
1295
 # It thinks the first close brace ends the variable substitution.
 
1296
@@ -2207,8 +2337,8 @@
 
1297
 
 
1298
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
1299
 
 
1300
-{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 
1301
-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
 
1302
+{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 
1303
+$as_echo_n "checking whether build environment is sane... " >&6; }
 
1304
 # Just in case
 
1305
 sleep 1
 
1306
 echo timestamp > conftest.file
 
1307
@@ -2231,9 +2361,9 @@
 
1308
       # if, for instance, CONFIG_SHELL is bash and it inherits a
 
1309
       # broken ls alias from the environment.  This has actually
 
1310
       # happened.  Such a system could not be considered "sane".
 
1311
-      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
 
1312
+      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
 
1313
 alias in your environment" >&5
 
1314
-echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
 
1315
+$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
 
1316
 alias in your environment" >&2;}
 
1317
    { (exit 1); exit 1; }; }
 
1318
    fi
 
1319
@@ -2244,26 +2374,23 @@
 
1320
    # Ok.
 
1321
    :
 
1322
 else
 
1323
-   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
 
1324
+   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
 
1325
 Check your system clock" >&5
 
1326
-echo "$as_me: error: newly created file is older than distributed files!
 
1327
+$as_echo "$as_me: error: newly created file is older than distributed files!
 
1328
 Check your system clock" >&2;}
 
1329
    { (exit 1); exit 1; }; }
 
1330
 fi
 
1331
-{ echo "$as_me:$LINENO: result: yes" >&5
 
1332
-echo "${ECHO_T}yes" >&6; }
 
1333
+{ $as_echo "$as_me:$LINENO: result: yes" >&5
 
1334
+$as_echo "yes" >&6; }
 
1335
 test "$program_prefix" != NONE &&
 
1336
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
 
1337
 # Use a double $ so make ignores it.
 
1338
 test "$program_suffix" != NONE &&
 
1339
   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
 
1340
-# Double any \ or $.  echo might interpret backslashes.
 
1341
+# Double any \ or $.
 
1342
 # By default was `s,x,x', remove it if useless.
 
1343
-cat <<\_ACEOF >conftest.sed
 
1344
-s/[\\$]/&&/g;s/;s,x,x,$//
 
1345
-_ACEOF
 
1346
-program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
 
1347
-rm -f conftest.sed
 
1348
+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
 
1349
+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
 
1350
 
 
1351
 # expand $ac_aux_dir to an absolute path
 
1352
 am_aux_dir=`cd $ac_aux_dir && pwd`
 
1353
@@ -2274,15 +2401,15 @@
 
1354
   am_missing_run="$MISSING --run "
 
1355
 else
 
1356
   am_missing_run=
 
1357
-  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
 
1358
-echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 
1359
+  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
 
1360
+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 
1361
 fi
 
1362
 
 
1363
-{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
 
1364
-echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
 
1365
+{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
 
1366
+$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
 
1367
 if test -z "$MKDIR_P"; then
 
1368
   if test "${ac_cv_path_mkdir+set}" = set; then
 
1369
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1370
+  $as_echo_n "(cached) " >&6
 
1371
 else
 
1372
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1373
 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
 
1374
@@ -2317,8 +2444,8 @@
 
1375
     MKDIR_P="$ac_install_sh -d"
 
1376
   fi
 
1377
 fi
 
1378
-{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
 
1379
-echo "${ECHO_T}$MKDIR_P" >&6; }
 
1380
+{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
 
1381
+$as_echo "$MKDIR_P" >&6; }
 
1382
 
 
1383
 mkdir_p="$MKDIR_P"
 
1384
 case $mkdir_p in
 
1385
@@ -2330,10 +2457,10 @@
 
1386
 do
 
1387
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
1388
 set dummy $ac_prog; ac_word=$2
 
1389
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1390
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1391
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1392
+$as_echo_n "checking for $ac_word... " >&6; }
 
1393
 if test "${ac_cv_prog_AWK+set}" = set; then
 
1394
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1395
+  $as_echo_n "(cached) " >&6
 
1396
 else
 
1397
   if test -n "$AWK"; then
 
1398
   ac_cv_prog_AWK="$AWK" # Let the user override the test.
 
1399
@@ -2346,7 +2473,7 @@
 
1400
   for ac_exec_ext in '' $ac_executable_extensions; do
 
1401
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1402
     ac_cv_prog_AWK="$ac_prog"
 
1403
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1404
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1405
     break 2
 
1406
   fi
 
1407
 done
 
1408
@@ -2357,22 +2484,23 @@
 
1409
 fi
 
1410
 AWK=$ac_cv_prog_AWK
 
1411
 if test -n "$AWK"; then
 
1412
-  { echo "$as_me:$LINENO: result: $AWK" >&5
 
1413
-echo "${ECHO_T}$AWK" >&6; }
 
1414
+  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
 
1415
+$as_echo "$AWK" >&6; }
 
1416
 else
 
1417
-  { echo "$as_me:$LINENO: result: no" >&5
 
1418
-echo "${ECHO_T}no" >&6; }
 
1419
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1420
+$as_echo "no" >&6; }
 
1421
 fi
 
1422
 
 
1423
 
 
1424
   test -n "$AWK" && break
 
1425
 done
 
1426
 
 
1427
-{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
1428
-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
 
1429
-set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 
1430
+{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
1431
+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
 
1432
+set x ${MAKE-make}
 
1433
+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 
1434
 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
 
1435
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1436
+  $as_echo_n "(cached) " >&6
 
1437
 else
 
1438
   cat >conftest.make <<\_ACEOF
 
1439
 SHELL = /bin/sh
 
1440
@@ -2389,12 +2517,12 @@
 
1441
 rm -f conftest.make
 
1442
 fi
 
1443
 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
 
1444
-  { echo "$as_me:$LINENO: result: yes" >&5
 
1445
-echo "${ECHO_T}yes" >&6; }
 
1446
+  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
1447
+$as_echo "yes" >&6; }
 
1448
   SET_MAKE=
 
1449
 else
 
1450
-  { echo "$as_me:$LINENO: result: no" >&5
 
1451
-echo "${ECHO_T}no" >&6; }
 
1452
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1453
+$as_echo "no" >&6; }
 
1454
   SET_MAKE="MAKE=${MAKE-make}"
 
1455
 fi
 
1456
 
 
1457
@@ -2413,8 +2541,8 @@
 
1458
   am__isrc=' -I$(srcdir)'
 
1459
   # test to see if srcdir already configured
 
1460
   if test -f $srcdir/config.status; then
 
1461
-    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
1462
-echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
 
1463
+    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
1464
+$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
 
1465
    { (exit 1); exit 1; }; }
 
1466
   fi
 
1467
 fi
 
1468
@@ -2469,10 +2597,10 @@
 
1469
   if test -n "$ac_tool_prefix"; then
 
1470
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
1471
 set dummy ${ac_tool_prefix}strip; ac_word=$2
 
1472
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1473
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1474
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1475
+$as_echo_n "checking for $ac_word... " >&6; }
 
1476
 if test "${ac_cv_prog_STRIP+set}" = set; then
 
1477
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1478
+  $as_echo_n "(cached) " >&6
 
1479
 else
 
1480
   if test -n "$STRIP"; then
 
1481
   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 
1482
@@ -2485,7 +2613,7 @@
 
1483
   for ac_exec_ext in '' $ac_executable_extensions; do
 
1484
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1485
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
1486
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1487
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1488
     break 2
 
1489
   fi
 
1490
 done
 
1491
@@ -2496,11 +2624,11 @@
 
1492
 fi
 
1493
 STRIP=$ac_cv_prog_STRIP
 
1494
 if test -n "$STRIP"; then
 
1495
-  { echo "$as_me:$LINENO: result: $STRIP" >&5
 
1496
-echo "${ECHO_T}$STRIP" >&6; }
 
1497
+  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
 
1498
+$as_echo "$STRIP" >&6; }
 
1499
 else
 
1500
-  { echo "$as_me:$LINENO: result: no" >&5
 
1501
-echo "${ECHO_T}no" >&6; }
 
1502
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1503
+$as_echo "no" >&6; }
 
1504
 fi
 
1505
 
 
1506
 
 
1507
@@ -2509,10 +2637,10 @@
 
1508
   ac_ct_STRIP=$STRIP
 
1509
   # Extract the first word of "strip", so it can be a program name with args.
 
1510
 set dummy strip; ac_word=$2
 
1511
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1512
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1513
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1514
+$as_echo_n "checking for $ac_word... " >&6; }
 
1515
 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 
1516
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1517
+  $as_echo_n "(cached) " >&6
 
1518
 else
 
1519
   if test -n "$ac_ct_STRIP"; then
 
1520
   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 
1521
@@ -2525,7 +2653,7 @@
 
1522
   for ac_exec_ext in '' $ac_executable_extensions; do
 
1523
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1524
     ac_cv_prog_ac_ct_STRIP="strip"
 
1525
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1526
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1527
     break 2
 
1528
   fi
 
1529
 done
 
1530
@@ -2536,11 +2664,11 @@
 
1531
 fi
 
1532
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
1533
 if test -n "$ac_ct_STRIP"; then
 
1534
-  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
1535
-echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 
1536
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
1537
+$as_echo "$ac_ct_STRIP" >&6; }
 
1538
 else
 
1539
-  { echo "$as_me:$LINENO: result: no" >&5
 
1540
-echo "${ECHO_T}no" >&6; }
 
1541
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1542
+$as_echo "no" >&6; }
 
1543
 fi
 
1544
 
 
1545
   if test "x$ac_ct_STRIP" = x; then
 
1546
@@ -2548,12 +2676,8 @@
 
1547
   else
 
1548
     case $cross_compiling:$ac_tool_warned in
 
1549
 yes:)
 
1550
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
1551
-whose name does not start with the host triplet.  If you think this
 
1552
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
1553
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
1554
-whose name does not start with the host triplet.  If you think this
 
1555
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
1556
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
1557
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
1558
 ac_tool_warned=yes ;;
 
1559
 esac
 
1560
     STRIP=$ac_ct_STRIP
 
1561
@@ -2613,8 +2737,8 @@
 
1562
 .PHONY: am__doit
 
1563
 END
 
1564
 # If we don't find an include directive, just comment out the code.
 
1565
-{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
 
1566
-echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
 
1567
+{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
 
1568
+$as_echo_n "checking for style of include used by $am_make... " >&6; }
 
1569
 am__include="#"
 
1570
 am__quote=
 
1571
 _am_result=none
 
1572
@@ -2641,8 +2765,8 @@
 
1573
 fi
 
1574
 
 
1575
 
 
1576
-{ echo "$as_me:$LINENO: result: $_am_result" >&5
 
1577
-echo "${ECHO_T}$_am_result" >&6; }
 
1578
+{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
 
1579
+$as_echo "$_am_result" >&6; }
 
1580
 rm -f confinc confmf
 
1581
 
 
1582
 # Check whether --enable-dependency-tracking was given.
 
1583
@@ -2671,10 +2795,10 @@
 
1584
 if test -n "$ac_tool_prefix"; then
 
1585
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 
1586
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
 
1587
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1588
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1589
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1590
+$as_echo_n "checking for $ac_word... " >&6; }
 
1591
 if test "${ac_cv_prog_CC+set}" = set; then
 
1592
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1593
+  $as_echo_n "(cached) " >&6
 
1594
 else
 
1595
   if test -n "$CC"; then
 
1596
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
1597
@@ -2687,7 +2811,7 @@
 
1598
   for ac_exec_ext in '' $ac_executable_extensions; do
 
1599
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1600
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
 
1601
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1602
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1603
     break 2
 
1604
   fi
 
1605
 done
 
1606
@@ -2698,11 +2822,11 @@
 
1607
 fi
 
1608
 CC=$ac_cv_prog_CC
 
1609
 if test -n "$CC"; then
 
1610
-  { echo "$as_me:$LINENO: result: $CC" >&5
 
1611
-echo "${ECHO_T}$CC" >&6; }
 
1612
+  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
1613
+$as_echo "$CC" >&6; }
 
1614
 else
 
1615
-  { echo "$as_me:$LINENO: result: no" >&5
 
1616
-echo "${ECHO_T}no" >&6; }
 
1617
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1618
+$as_echo "no" >&6; }
 
1619
 fi
 
1620
 
 
1621
 
 
1622
@@ -2711,10 +2835,10 @@
 
1623
   ac_ct_CC=$CC
 
1624
   # Extract the first word of "gcc", so it can be a program name with args.
 
1625
 set dummy gcc; ac_word=$2
 
1626
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1627
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1628
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1629
+$as_echo_n "checking for $ac_word... " >&6; }
 
1630
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
1631
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1632
+  $as_echo_n "(cached) " >&6
 
1633
 else
 
1634
   if test -n "$ac_ct_CC"; then
 
1635
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
1636
@@ -2727,7 +2851,7 @@
 
1637
   for ac_exec_ext in '' $ac_executable_extensions; do
 
1638
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1639
     ac_cv_prog_ac_ct_CC="gcc"
 
1640
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1641
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1642
     break 2
 
1643
   fi
 
1644
 done
 
1645
@@ -2738,11 +2862,11 @@
 
1646
 fi
 
1647
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
1648
 if test -n "$ac_ct_CC"; then
 
1649
-  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
1650
-echo "${ECHO_T}$ac_ct_CC" >&6; }
 
1651
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
1652
+$as_echo "$ac_ct_CC" >&6; }
 
1653
 else
 
1654
-  { echo "$as_me:$LINENO: result: no" >&5
 
1655
-echo "${ECHO_T}no" >&6; }
 
1656
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1657
+$as_echo "no" >&6; }
 
1658
 fi
 
1659
 
 
1660
   if test "x$ac_ct_CC" = x; then
 
1661
@@ -2750,12 +2874,8 @@
 
1662
   else
 
1663
     case $cross_compiling:$ac_tool_warned in
 
1664
 yes:)
 
1665
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
1666
-whose name does not start with the host triplet.  If you think this
 
1667
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
1668
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
1669
-whose name does not start with the host triplet.  If you think this
 
1670
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
1671
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
1672
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
1673
 ac_tool_warned=yes ;;
 
1674
 esac
 
1675
     CC=$ac_ct_CC
 
1676
@@ -2768,10 +2888,10 @@
 
1677
           if test -n "$ac_tool_prefix"; then
 
1678
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 
1679
 set dummy ${ac_tool_prefix}cc; ac_word=$2
 
1680
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1681
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1682
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1683
+$as_echo_n "checking for $ac_word... " >&6; }
 
1684
 if test "${ac_cv_prog_CC+set}" = set; then
 
1685
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1686
+  $as_echo_n "(cached) " >&6
 
1687
 else
 
1688
   if test -n "$CC"; then
 
1689
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
1690
@@ -2784,7 +2904,7 @@
 
1691
   for ac_exec_ext in '' $ac_executable_extensions; do
 
1692
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1693
     ac_cv_prog_CC="${ac_tool_prefix}cc"
 
1694
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1695
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1696
     break 2
 
1697
   fi
 
1698
 done
 
1699
@@ -2795,11 +2915,11 @@
 
1700
 fi
 
1701
 CC=$ac_cv_prog_CC
 
1702
 if test -n "$CC"; then
 
1703
-  { echo "$as_me:$LINENO: result: $CC" >&5
 
1704
-echo "${ECHO_T}$CC" >&6; }
 
1705
+  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
1706
+$as_echo "$CC" >&6; }
 
1707
 else
 
1708
-  { echo "$as_me:$LINENO: result: no" >&5
 
1709
-echo "${ECHO_T}no" >&6; }
 
1710
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1711
+$as_echo "no" >&6; }
 
1712
 fi
 
1713
 
 
1714
 
 
1715
@@ -2808,10 +2928,10 @@
 
1716
 if test -z "$CC"; then
 
1717
   # Extract the first word of "cc", so it can be a program name with args.
 
1718
 set dummy cc; ac_word=$2
 
1719
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1720
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1721
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1722
+$as_echo_n "checking for $ac_word... " >&6; }
 
1723
 if test "${ac_cv_prog_CC+set}" = set; then
 
1724
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1725
+  $as_echo_n "(cached) " >&6
 
1726
 else
 
1727
   if test -n "$CC"; then
 
1728
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
1729
@@ -2829,7 +2949,7 @@
 
1730
        continue
 
1731
      fi
 
1732
     ac_cv_prog_CC="cc"
 
1733
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1734
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1735
     break 2
 
1736
   fi
 
1737
 done
 
1738
@@ -2852,11 +2972,11 @@
 
1739
 fi
 
1740
 CC=$ac_cv_prog_CC
 
1741
 if test -n "$CC"; then
 
1742
-  { echo "$as_me:$LINENO: result: $CC" >&5
 
1743
-echo "${ECHO_T}$CC" >&6; }
 
1744
+  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
1745
+$as_echo "$CC" >&6; }
 
1746
 else
 
1747
-  { echo "$as_me:$LINENO: result: no" >&5
 
1748
-echo "${ECHO_T}no" >&6; }
 
1749
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1750
+$as_echo "no" >&6; }
 
1751
 fi
 
1752
 
 
1753
 
 
1754
@@ -2867,10 +2987,10 @@
 
1755
   do
 
1756
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
1757
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
1758
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1759
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1760
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1761
+$as_echo_n "checking for $ac_word... " >&6; }
 
1762
 if test "${ac_cv_prog_CC+set}" = set; then
 
1763
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1764
+  $as_echo_n "(cached) " >&6
 
1765
 else
 
1766
   if test -n "$CC"; then
 
1767
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
1768
@@ -2883,7 +3003,7 @@
 
1769
   for ac_exec_ext in '' $ac_executable_extensions; do
 
1770
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1771
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 
1772
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1773
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1774
     break 2
 
1775
   fi
 
1776
 done
 
1777
@@ -2894,11 +3014,11 @@
 
1778
 fi
 
1779
 CC=$ac_cv_prog_CC
 
1780
 if test -n "$CC"; then
 
1781
-  { echo "$as_me:$LINENO: result: $CC" >&5
 
1782
-echo "${ECHO_T}$CC" >&6; }
 
1783
+  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
1784
+$as_echo "$CC" >&6; }
 
1785
 else
 
1786
-  { echo "$as_me:$LINENO: result: no" >&5
 
1787
-echo "${ECHO_T}no" >&6; }
 
1788
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1789
+$as_echo "no" >&6; }
 
1790
 fi
 
1791
 
 
1792
 
 
1793
@@ -2911,10 +3031,10 @@
 
1794
 do
 
1795
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
1796
 set dummy $ac_prog; ac_word=$2
 
1797
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1798
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1799
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1800
+$as_echo_n "checking for $ac_word... " >&6; }
 
1801
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
1802
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1803
+  $as_echo_n "(cached) " >&6
 
1804
 else
 
1805
   if test -n "$ac_ct_CC"; then
 
1806
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
1807
@@ -2927,7 +3047,7 @@
 
1808
   for ac_exec_ext in '' $ac_executable_extensions; do
 
1809
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1810
     ac_cv_prog_ac_ct_CC="$ac_prog"
 
1811
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1812
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1813
     break 2
 
1814
   fi
 
1815
 done
 
1816
@@ -2938,11 +3058,11 @@
 
1817
 fi
 
1818
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
1819
 if test -n "$ac_ct_CC"; then
 
1820
-  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
1821
-echo "${ECHO_T}$ac_ct_CC" >&6; }
 
1822
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
1823
+$as_echo "$ac_ct_CC" >&6; }
 
1824
 else
 
1825
-  { echo "$as_me:$LINENO: result: no" >&5
 
1826
-echo "${ECHO_T}no" >&6; }
 
1827
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1828
+$as_echo "no" >&6; }
 
1829
 fi
 
1830
 
 
1831
 
 
1832
@@ -2954,12 +3074,8 @@
 
1833
   else
 
1834
     case $cross_compiling:$ac_tool_warned in
 
1835
 yes:)
 
1836
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
1837
-whose name does not start with the host triplet.  If you think this
 
1838
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
1839
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
1840
-whose name does not start with the host triplet.  If you think this
 
1841
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
1842
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
1843
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
1844
 ac_tool_warned=yes ;;
 
1845
 esac
 
1846
     CC=$ac_ct_CC
 
1847
@@ -2969,44 +3085,50 @@
 
1848
 fi
 
1849
 
 
1850
 
 
1851
-test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
1852
+test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
1853
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
1854
+{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
1855
 See \`config.log' for more details." >&5
 
1856
-echo "$as_me: error: no acceptable C compiler found in \$PATH
 
1857
+$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
 
1858
 See \`config.log' for more details." >&2;}
 
1859
-   { (exit 1); exit 1; }; }
 
1860
+   { (exit 1); exit 1; }; }; }
 
1861
 
 
1862
 # Provide some information about the compiler.
 
1863
-echo "$as_me:$LINENO: checking for C compiler version" >&5
 
1864
-ac_compiler=`set X $ac_compile; echo $2`
 
1865
+$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
 
1866
+set X $ac_compile
 
1867
+ac_compiler=$2
 
1868
 { (ac_try="$ac_compiler --version >&5"
 
1869
 case "(($ac_try" in
 
1870
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1871
   *) ac_try_echo=$ac_try;;
 
1872
 esac
 
1873
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1874
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
1875
+$as_echo "$ac_try_echo") >&5
 
1876
   (eval "$ac_compiler --version >&5") 2>&5
 
1877
   ac_status=$?
 
1878
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1879
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1880
   (exit $ac_status); }
 
1881
 { (ac_try="$ac_compiler -v >&5"
 
1882
 case "(($ac_try" in
 
1883
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1884
   *) ac_try_echo=$ac_try;;
 
1885
 esac
 
1886
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1887
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
1888
+$as_echo "$ac_try_echo") >&5
 
1889
   (eval "$ac_compiler -v >&5") 2>&5
 
1890
   ac_status=$?
 
1891
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1892
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1893
   (exit $ac_status); }
 
1894
 { (ac_try="$ac_compiler -V >&5"
 
1895
 case "(($ac_try" in
 
1896
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1897
   *) ac_try_echo=$ac_try;;
 
1898
 esac
 
1899
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1900
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
1901
+$as_echo "$ac_try_echo") >&5
 
1902
   (eval "$ac_compiler -V >&5") 2>&5
 
1903
   ac_status=$?
 
1904
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1905
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1906
   (exit $ac_status); }
 
1907
 
 
1908
 cat >conftest.$ac_ext <<_ACEOF
 
1909
@@ -3025,27 +3147,22 @@
 
1910
 }
 
1911
 _ACEOF
 
1912
 ac_clean_files_save=$ac_clean_files
 
1913
-ac_clean_files="$ac_clean_files a.out a.exe b.out"
 
1914
+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
 
1915
 # Try to create an executable without -o first, disregard a.out.
 
1916
 # It will help us diagnose broken compilers, and finding out an intuition
 
1917
 # of exeext.
 
1918
-{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 
1919
-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
 
1920
-ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 
1921
-#
 
1922
-# List of possible output files, starting from the most likely.
 
1923
-# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
 
1924
-# only as a last resort.  b.out is created by i960 compilers.
 
1925
-ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
 
1926
-#
 
1927
-# The IRIX 6 linker writes into existing files which may not be
 
1928
-# executable, retaining their permissions.  Remove them first so a
 
1929
-# subsequent execution test works.
 
1930
+{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 
1931
+$as_echo_n "checking for C compiler default output file name... " >&6; }
 
1932
+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 
1933
+
 
1934
+# The possible output files:
 
1935
+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
 
1936
+
 
1937
 ac_rmfiles=
 
1938
 for ac_file in $ac_files
 
1939
 do
 
1940
   case $ac_file in
 
1941
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
 
1942
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
 
1943
     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
 
1944
   esac
 
1945
 done
 
1946
@@ -3056,10 +3173,11 @@
 
1947
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1948
   *) ac_try_echo=$ac_try;;
 
1949
 esac
 
1950
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1951
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
1952
+$as_echo "$ac_try_echo") >&5
 
1953
   (eval "$ac_link_default") 2>&5
 
1954
   ac_status=$?
 
1955
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1956
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1957
   (exit $ac_status); }; then
 
1958
   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
 
1959
 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
 
1960
@@ -3070,7 +3188,7 @@
 
1961
 do
 
1962
   test -f "$ac_file" || continue
 
1963
   case $ac_file in
 
1964
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
 
1965
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
 
1966
        ;;
 
1967
     [ab].out )
 
1968
        # We found the default executable, but exeext='' is most
 
1969
@@ -3097,25 +3215,27 @@
 
1970
   ac_file=''
 
1971
 fi
 
1972
 
 
1973
-{ echo "$as_me:$LINENO: result: $ac_file" >&5
 
1974
-echo "${ECHO_T}$ac_file" >&6; }
 
1975
+{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
 
1976
+$as_echo "$ac_file" >&6; }
 
1977
 if test -z "$ac_file"; then
 
1978
-  echo "$as_me: failed program was:" >&5
 
1979
+  $as_echo "$as_me: failed program was:" >&5
 
1980
 sed 's/^/| /' conftest.$ac_ext >&5
 
1981
 
 
1982
-{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
 
1983
+{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
1984
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
1985
+{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
 
1986
 See \`config.log' for more details." >&5
 
1987
-echo "$as_me: error: C compiler cannot create executables
 
1988
+$as_echo "$as_me: error: C compiler cannot create executables
 
1989
 See \`config.log' for more details." >&2;}
 
1990
-   { (exit 77); exit 77; }; }
 
1991
+   { (exit 77); exit 77; }; }; }
 
1992
 fi
 
1993
 
 
1994
 ac_exeext=$ac_cv_exeext
 
1995
 
 
1996
 # Check that the compiler produces executables we can run.  If not, either
 
1997
 # the compiler is broken, or we cross compile.
 
1998
-{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 
1999
-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
 
2000
+{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 
2001
+$as_echo_n "checking whether the C compiler works... " >&6; }
 
2002
 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
 
2003
 # If not cross compiling, check that we can run a simple program.
 
2004
 if test "$cross_compiling" != yes; then
 
2005
@@ -3124,49 +3244,53 @@
 
2006
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2007
   *) ac_try_echo=$ac_try;;
 
2008
 esac
 
2009
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2010
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2011
+$as_echo "$ac_try_echo") >&5
 
2012
   (eval "$ac_try") 2>&5
 
2013
   ac_status=$?
 
2014
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2015
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2016
   (exit $ac_status); }; }; then
 
2017
     cross_compiling=no
 
2018
   else
 
2019
     if test "$cross_compiling" = maybe; then
 
2020
        cross_compiling=yes
 
2021
     else
 
2022
-       { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
 
2023
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
2024
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
2025
+{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
 
2026
 If you meant to cross compile, use \`--host'.
 
2027
 See \`config.log' for more details." >&5
 
2028
-echo "$as_me: error: cannot run C compiled programs.
 
2029
+$as_echo "$as_me: error: cannot run C compiled programs.
 
2030
 If you meant to cross compile, use \`--host'.
 
2031
 See \`config.log' for more details." >&2;}
 
2032
-   { (exit 1); exit 1; }; }
 
2033
+   { (exit 1); exit 1; }; }; }
 
2034
     fi
 
2035
   fi
 
2036
 fi
 
2037
-{ echo "$as_me:$LINENO: result: yes" >&5
 
2038
-echo "${ECHO_T}yes" >&6; }
 
2039
+{ $as_echo "$as_me:$LINENO: result: yes" >&5
 
2040
+$as_echo "yes" >&6; }
 
2041
 
 
2042
-rm -f a.out a.exe conftest$ac_cv_exeext b.out
 
2043
+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
 
2044
 ac_clean_files=$ac_clean_files_save
 
2045
 # Check that the compiler produces executables we can run.  If not, either
 
2046
 # the compiler is broken, or we cross compile.
 
2047
-{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 
2048
-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
 
2049
-{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
 
2050
-echo "${ECHO_T}$cross_compiling" >&6; }
 
2051
+{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 
2052
+$as_echo_n "checking whether we are cross compiling... " >&6; }
 
2053
+{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
 
2054
+$as_echo "$cross_compiling" >&6; }
 
2055
 
 
2056
-{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
 
2057
-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
 
2058
+{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
 
2059
+$as_echo_n "checking for suffix of executables... " >&6; }
 
2060
 if { (ac_try="$ac_link"
 
2061
 case "(($ac_try" in
 
2062
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2063
   *) ac_try_echo=$ac_try;;
 
2064
 esac
 
2065
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2066
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2067
+$as_echo "$ac_try_echo") >&5
 
2068
   (eval "$ac_link") 2>&5
 
2069
   ac_status=$?
 
2070
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2071
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2072
   (exit $ac_status); }; then
 
2073
   # If both `conftest.exe' and `conftest' are `present' (well, observable)
 
2074
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
 
2075
@@ -3175,31 +3299,33 @@
 
2076
 for ac_file in conftest.exe conftest conftest.*; do
 
2077
   test -f "$ac_file" || continue
 
2078
   case $ac_file in
 
2079
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
 
2080
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
 
2081
     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 
2082
          break;;
 
2083
     * ) break;;
 
2084
   esac
 
2085
 done
 
2086
 else
 
2087
-  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
 
2088
+  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
2089
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
2090
+{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
 
2091
 See \`config.log' for more details." >&5
 
2092
-echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
 
2093
+$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
 
2094
 See \`config.log' for more details." >&2;}
 
2095
-   { (exit 1); exit 1; }; }
 
2096
+   { (exit 1); exit 1; }; }; }
 
2097
 fi
 
2098
 
 
2099
 rm -f conftest$ac_cv_exeext
 
2100
-{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 
2101
-echo "${ECHO_T}$ac_cv_exeext" >&6; }
 
2102
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 
2103
+$as_echo "$ac_cv_exeext" >&6; }
 
2104
 
 
2105
 rm -f conftest.$ac_ext
 
2106
 EXEEXT=$ac_cv_exeext
 
2107
 ac_exeext=$EXEEXT
 
2108
-{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
 
2109
-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
 
2110
+{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
 
2111
+$as_echo_n "checking for suffix of object files... " >&6; }
 
2112
 if test "${ac_cv_objext+set}" = set; then
 
2113
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2114
+  $as_echo_n "(cached) " >&6
 
2115
 else
 
2116
   cat >conftest.$ac_ext <<_ACEOF
 
2117
 /* confdefs.h.  */
 
2118
@@ -3222,40 +3348,43 @@
 
2119
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2120
   *) ac_try_echo=$ac_try;;
 
2121
 esac
 
2122
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2123
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2124
+$as_echo "$ac_try_echo") >&5
 
2125
   (eval "$ac_compile") 2>&5
 
2126
   ac_status=$?
 
2127
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2128
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2129
   (exit $ac_status); }; then
 
2130
   for ac_file in conftest.o conftest.obj conftest.*; do
 
2131
   test -f "$ac_file" || continue;
 
2132
   case $ac_file in
 
2133
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
 
2134
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
 
2135
     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
 
2136
        break;;
 
2137
   esac
 
2138
 done
 
2139
 else
 
2140
-  echo "$as_me: failed program was:" >&5
 
2141
+  $as_echo "$as_me: failed program was:" >&5
 
2142
 sed 's/^/| /' conftest.$ac_ext >&5
 
2143
 
 
2144
-{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
 
2145
+{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
2146
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
2147
+{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
 
2148
 See \`config.log' for more details." >&5
 
2149
-echo "$as_me: error: cannot compute suffix of object files: cannot compile
 
2150
+$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
 
2151
 See \`config.log' for more details." >&2;}
 
2152
-   { (exit 1); exit 1; }; }
 
2153
+   { (exit 1); exit 1; }; }; }
 
2154
 fi
 
2155
 
 
2156
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
 
2157
 fi
 
2158
-{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 
2159
-echo "${ECHO_T}$ac_cv_objext" >&6; }
 
2160
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 
2161
+$as_echo "$ac_cv_objext" >&6; }
 
2162
 OBJEXT=$ac_cv_objext
 
2163
 ac_objext=$OBJEXT
 
2164
-{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
2165
-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
 
2166
+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
2167
+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
 
2168
 if test "${ac_cv_c_compiler_gnu+set}" = set; then
 
2169
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2170
+  $as_echo_n "(cached) " >&6
 
2171
 else
 
2172
   cat >conftest.$ac_ext <<_ACEOF
 
2173
 /* confdefs.h.  */
 
2174
@@ -3281,20 +3410,21 @@
 
2175
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2176
   *) ac_try_echo=$ac_try;;
 
2177
 esac
 
2178
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2179
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2180
+$as_echo "$ac_try_echo") >&5
 
2181
   (eval "$ac_compile") 2>conftest.er1
 
2182
   ac_status=$?
 
2183
   grep -v '^ *+' conftest.er1 >conftest.err
 
2184
   rm -f conftest.er1
 
2185
   cat conftest.err >&5
 
2186
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2187
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2188
   (exit $ac_status); } && {
 
2189
         test -z "$ac_c_werror_flag" ||
 
2190
         test ! -s conftest.err
 
2191
        } && test -s conftest.$ac_objext; then
 
2192
   ac_compiler_gnu=yes
 
2193
 else
 
2194
-  echo "$as_me: failed program was:" >&5
 
2195
+  $as_echo "$as_me: failed program was:" >&5
 
2196
 sed 's/^/| /' conftest.$ac_ext >&5
 
2197
 
 
2198
        ac_compiler_gnu=no
 
2199
@@ -3304,15 +3434,19 @@
 
2200
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
2201
 
 
2202
 fi
 
2203
-{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
2204
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
 
2205
-GCC=`test $ac_compiler_gnu = yes && echo yes`
 
2206
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
2207
+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
 
2208
+if test $ac_compiler_gnu = yes; then
 
2209
+  GCC=yes
 
2210
+else
 
2211
+  GCC=
 
2212
+fi
 
2213
 ac_test_CFLAGS=${CFLAGS+set}
 
2214
 ac_save_CFLAGS=$CFLAGS
 
2215
-{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
2216
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
 
2217
+{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
2218
+$as_echo_n "checking whether $CC accepts -g... " >&6; }
 
2219
 if test "${ac_cv_prog_cc_g+set}" = set; then
 
2220
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2221
+  $as_echo_n "(cached) " >&6
 
2222
 else
 
2223
   ac_save_c_werror_flag=$ac_c_werror_flag
 
2224
    ac_c_werror_flag=yes
 
2225
@@ -3339,20 +3473,21 @@
 
2226
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2227
   *) ac_try_echo=$ac_try;;
 
2228
 esac
 
2229
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2230
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2231
+$as_echo "$ac_try_echo") >&5
 
2232
   (eval "$ac_compile") 2>conftest.er1
 
2233
   ac_status=$?
 
2234
   grep -v '^ *+' conftest.er1 >conftest.err
 
2235
   rm -f conftest.er1
 
2236
   cat conftest.err >&5
 
2237
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2238
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2239
   (exit $ac_status); } && {
 
2240
         test -z "$ac_c_werror_flag" ||
 
2241
         test ! -s conftest.err
 
2242
        } && test -s conftest.$ac_objext; then
 
2243
   ac_cv_prog_cc_g=yes
 
2244
 else
 
2245
-  echo "$as_me: failed program was:" >&5
 
2246
+  $as_echo "$as_me: failed program was:" >&5
 
2247
 sed 's/^/| /' conftest.$ac_ext >&5
 
2248
 
 
2249
        CFLAGS=""
 
2250
@@ -3377,20 +3512,21 @@
 
2251
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2252
   *) ac_try_echo=$ac_try;;
 
2253
 esac
 
2254
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2255
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2256
+$as_echo "$ac_try_echo") >&5
 
2257
   (eval "$ac_compile") 2>conftest.er1
 
2258
   ac_status=$?
 
2259
   grep -v '^ *+' conftest.er1 >conftest.err
 
2260
   rm -f conftest.er1
 
2261
   cat conftest.err >&5
 
2262
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2263
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2264
   (exit $ac_status); } && {
 
2265
         test -z "$ac_c_werror_flag" ||
 
2266
         test ! -s conftest.err
 
2267
        } && test -s conftest.$ac_objext; then
 
2268
   :
 
2269
 else
 
2270
-  echo "$as_me: failed program was:" >&5
 
2271
+  $as_echo "$as_me: failed program was:" >&5
 
2272
 sed 's/^/| /' conftest.$ac_ext >&5
 
2273
 
 
2274
        ac_c_werror_flag=$ac_save_c_werror_flag
 
2275
@@ -3416,20 +3552,21 @@
 
2276
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2277
   *) ac_try_echo=$ac_try;;
 
2278
 esac
 
2279
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2280
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2281
+$as_echo "$ac_try_echo") >&5
 
2282
   (eval "$ac_compile") 2>conftest.er1
 
2283
   ac_status=$?
 
2284
   grep -v '^ *+' conftest.er1 >conftest.err
 
2285
   rm -f conftest.er1
 
2286
   cat conftest.err >&5
 
2287
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2288
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2289
   (exit $ac_status); } && {
 
2290
         test -z "$ac_c_werror_flag" ||
 
2291
         test ! -s conftest.err
 
2292
        } && test -s conftest.$ac_objext; then
 
2293
   ac_cv_prog_cc_g=yes
 
2294
 else
 
2295
-  echo "$as_me: failed program was:" >&5
 
2296
+  $as_echo "$as_me: failed program was:" >&5
 
2297
 sed 's/^/| /' conftest.$ac_ext >&5
 
2298
 
 
2299
 
 
2300
@@ -3444,8 +3581,8 @@
 
2301
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
2302
    ac_c_werror_flag=$ac_save_c_werror_flag
 
2303
 fi
 
2304
-{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
2305
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
 
2306
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
2307
+$as_echo "$ac_cv_prog_cc_g" >&6; }
 
2308
 if test "$ac_test_CFLAGS" = set; then
 
2309
   CFLAGS=$ac_save_CFLAGS
 
2310
 elif test $ac_cv_prog_cc_g = yes; then
 
2311
@@ -3461,10 +3598,10 @@
 
2312
     CFLAGS=
 
2313
   fi
 
2314
 fi
 
2315
-{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
2316
-echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
 
2317
+{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
2318
+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
 
2319
 if test "${ac_cv_prog_cc_c89+set}" = set; then
 
2320
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2321
+  $as_echo_n "(cached) " >&6
 
2322
 else
 
2323
   ac_cv_prog_cc_c89=no
 
2324
 ac_save_CC=$CC
 
2325
@@ -3535,20 +3672,21 @@
 
2326
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2327
   *) ac_try_echo=$ac_try;;
 
2328
 esac
 
2329
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2330
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2331
+$as_echo "$ac_try_echo") >&5
 
2332
   (eval "$ac_compile") 2>conftest.er1
 
2333
   ac_status=$?
 
2334
   grep -v '^ *+' conftest.er1 >conftest.err
 
2335
   rm -f conftest.er1
 
2336
   cat conftest.err >&5
 
2337
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2338
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2339
   (exit $ac_status); } && {
 
2340
         test -z "$ac_c_werror_flag" ||
 
2341
         test ! -s conftest.err
 
2342
        } && test -s conftest.$ac_objext; then
 
2343
   ac_cv_prog_cc_c89=$ac_arg
 
2344
 else
 
2345
-  echo "$as_me: failed program was:" >&5
 
2346
+  $as_echo "$as_me: failed program was:" >&5
 
2347
 sed 's/^/| /' conftest.$ac_ext >&5
 
2348
 
 
2349
 
 
2350
@@ -3564,15 +3702,15 @@
 
2351
 # AC_CACHE_VAL
 
2352
 case "x$ac_cv_prog_cc_c89" in
 
2353
   x)
 
2354
-    { echo "$as_me:$LINENO: result: none needed" >&5
 
2355
-echo "${ECHO_T}none needed" >&6; } ;;
 
2356
+    { $as_echo "$as_me:$LINENO: result: none needed" >&5
 
2357
+$as_echo "none needed" >&6; } ;;
 
2358
   xno)
 
2359
-    { echo "$as_me:$LINENO: result: unsupported" >&5
 
2360
-echo "${ECHO_T}unsupported" >&6; } ;;
 
2361
+    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
 
2362
+$as_echo "unsupported" >&6; } ;;
 
2363
   *)
 
2364
     CC="$CC $ac_cv_prog_cc_c89"
 
2365
-    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
2366
-echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
 
2367
+    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
2368
+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
 
2369
 esac
 
2370
 
 
2371
 
 
2372
@@ -3584,10 +3722,10 @@
 
2373
 
 
2374
 depcc="$CC"   am_compiler_list=
 
2375
 
 
2376
-{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
2377
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 
2378
+{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
2379
+$as_echo_n "checking dependency style of $depcc... " >&6; }
 
2380
 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 
2381
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2382
+  $as_echo_n "(cached) " >&6
 
2383
 else
 
2384
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
2385
   # We make a subdir and do the tests there.  Otherwise we can end up
 
2386
@@ -3675,8 +3813,8 @@
 
2387
 fi
 
2388
 
 
2389
 fi
 
2390
-{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
2391
-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
 
2392
+{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
2393
+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
 
2394
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 
2395
 
 
2396
  if
 
2397
@@ -3696,15 +3834,15 @@
 
2398
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
2399
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
2400
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
2401
-{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 
2402
-echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
 
2403
+{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 
2404
+$as_echo_n "checking how to run the C preprocessor... " >&6; }
 
2405
 # On Suns, sometimes $CPP names a directory.
 
2406
 if test -n "$CPP" && test -d "$CPP"; then
 
2407
   CPP=
 
2408
 fi
 
2409
 if test -z "$CPP"; then
 
2410
   if test "${ac_cv_prog_CPP+set}" = set; then
 
2411
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2412
+  $as_echo_n "(cached) " >&6
 
2413
 else
 
2414
       # Double quotes because CPP needs to be expanded
 
2415
     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
 
2416
@@ -3736,20 +3874,21 @@
 
2417
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2418
   *) ac_try_echo=$ac_try;;
 
2419
 esac
 
2420
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2421
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2422
+$as_echo "$ac_try_echo") >&5
 
2423
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
2424
   ac_status=$?
 
2425
   grep -v '^ *+' conftest.er1 >conftest.err
 
2426
   rm -f conftest.er1
 
2427
   cat conftest.err >&5
 
2428
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2429
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2430
   (exit $ac_status); } >/dev/null && {
 
2431
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
2432
         test ! -s conftest.err
 
2433
        }; then
 
2434
   :
 
2435
 else
 
2436
-  echo "$as_me: failed program was:" >&5
 
2437
+  $as_echo "$as_me: failed program was:" >&5
 
2438
 sed 's/^/| /' conftest.$ac_ext >&5
 
2439
 
 
2440
   # Broken: fails on valid input.
 
2441
@@ -3773,13 +3912,14 @@
 
2442
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2443
   *) ac_try_echo=$ac_try;;
 
2444
 esac
 
2445
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2446
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2447
+$as_echo "$ac_try_echo") >&5
 
2448
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
2449
   ac_status=$?
 
2450
   grep -v '^ *+' conftest.er1 >conftest.err
 
2451
   rm -f conftest.er1
 
2452
   cat conftest.err >&5
 
2453
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2454
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2455
   (exit $ac_status); } >/dev/null && {
 
2456
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
2457
         test ! -s conftest.err
 
2458
@@ -3787,7 +3927,7 @@
 
2459
   # Broken: success on invalid input.
 
2460
 continue
 
2461
 else
 
2462
-  echo "$as_me: failed program was:" >&5
 
2463
+  $as_echo "$as_me: failed program was:" >&5
 
2464
 sed 's/^/| /' conftest.$ac_ext >&5
 
2465
 
 
2466
   # Passes both tests.
 
2467
@@ -3812,8 +3952,8 @@
 
2468
 else
 
2469
   ac_cv_prog_CPP=$CPP
 
2470
 fi
 
2471
-{ echo "$as_me:$LINENO: result: $CPP" >&5
 
2472
-echo "${ECHO_T}$CPP" >&6; }
 
2473
+{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
 
2474
+$as_echo "$CPP" >&6; }
 
2475
 ac_preproc_ok=false
 
2476
 for ac_c_preproc_warn_flag in '' yes
 
2477
 do
 
2478
@@ -3841,20 +3981,21 @@
 
2479
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2480
   *) ac_try_echo=$ac_try;;
 
2481
 esac
 
2482
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2483
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2484
+$as_echo "$ac_try_echo") >&5
 
2485
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
2486
   ac_status=$?
 
2487
   grep -v '^ *+' conftest.er1 >conftest.err
 
2488
   rm -f conftest.er1
 
2489
   cat conftest.err >&5
 
2490
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2491
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2492
   (exit $ac_status); } >/dev/null && {
 
2493
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
2494
         test ! -s conftest.err
 
2495
        }; then
 
2496
   :
 
2497
 else
 
2498
-  echo "$as_me: failed program was:" >&5
 
2499
+  $as_echo "$as_me: failed program was:" >&5
 
2500
 sed 's/^/| /' conftest.$ac_ext >&5
 
2501
 
 
2502
   # Broken: fails on valid input.
 
2503
@@ -3878,13 +4019,14 @@
 
2504
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2505
   *) ac_try_echo=$ac_try;;
 
2506
 esac
 
2507
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2508
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2509
+$as_echo "$ac_try_echo") >&5
 
2510
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
2511
   ac_status=$?
 
2512
   grep -v '^ *+' conftest.er1 >conftest.err
 
2513
   rm -f conftest.er1
 
2514
   cat conftest.err >&5
 
2515
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2516
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2517
   (exit $ac_status); } >/dev/null && {
 
2518
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
2519
         test ! -s conftest.err
 
2520
@@ -3892,7 +4034,7 @@
 
2521
   # Broken: success on invalid input.
 
2522
 continue
 
2523
 else
 
2524
-  echo "$as_me: failed program was:" >&5
 
2525
+  $as_echo "$as_me: failed program was:" >&5
 
2526
 sed 's/^/| /' conftest.$ac_ext >&5
 
2527
 
 
2528
   # Passes both tests.
 
2529
@@ -3908,11 +4050,13 @@
 
2530
 if $ac_preproc_ok; then
 
2531
   :
 
2532
 else
 
2533
-  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
 
2534
+  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
2535
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
2536
+{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
 
2537
 See \`config.log' for more details." >&5
 
2538
-echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
 
2539
+$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
 
2540
 See \`config.log' for more details." >&2;}
 
2541
-   { (exit 1); exit 1; }; }
 
2542
+   { (exit 1); exit 1; }; }; }
 
2543
 fi
 
2544
 
 
2545
 ac_ext=c
 
2546
@@ -3922,42 +4066,37 @@
 
2547
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
2548
 
 
2549
 
 
2550
-{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
 
2551
-echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
 
2552
+{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
 
2553
+$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
 
2554
 if test "${ac_cv_path_GREP+set}" = set; then
 
2555
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2556
-else
 
2557
-  # Extract the first word of "grep ggrep" to use in msg output
 
2558
-if test -z "$GREP"; then
 
2559
-set dummy grep ggrep; ac_prog_name=$2
 
2560
-if test "${ac_cv_path_GREP+set}" = set; then
 
2561
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2562
+  $as_echo_n "(cached) " >&6
 
2563
 else
 
2564
+  if test -z "$GREP"; then
 
2565
   ac_path_GREP_found=false
 
2566
-# Loop through the user's path and test for each of PROGNAME-LIST
 
2567
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2568
+  # Loop through the user's path and test for each of PROGNAME-LIST
 
2569
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2570
 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 
2571
 do
 
2572
   IFS=$as_save_IFS
 
2573
   test -z "$as_dir" && as_dir=.
 
2574
   for ac_prog in grep ggrep; do
 
2575
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
2576
-    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
 
2577
-    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
 
2578
-    # Check for GNU ac_path_GREP and select it if it is found.
 
2579
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
2580
+      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
 
2581
+      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
 
2582
+# Check for GNU ac_path_GREP and select it if it is found.
 
2583
   # Check for GNU $ac_path_GREP
 
2584
 case `"$ac_path_GREP" --version 2>&1` in
 
2585
 *GNU*)
 
2586
   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
 
2587
 *)
 
2588
   ac_count=0
 
2589
-  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 
2590
+  $as_echo_n 0123456789 >"conftest.in"
 
2591
   while :
 
2592
   do
 
2593
     cat "conftest.in" "conftest.in" >"conftest.tmp"
 
2594
     mv "conftest.tmp" "conftest.in"
 
2595
     cp "conftest.in" "conftest.nl"
 
2596
-    echo 'GREP' >> "conftest.nl"
 
2597
+    $as_echo 'GREP' >> "conftest.nl"
 
2598
     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
2599
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
2600
     ac_count=`expr $ac_count + 1`
 
2601
@@ -3972,74 +4111,60 @@
 
2602
   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 
2603
 esac
 
2604
 
 
2605
-
 
2606
-    $ac_path_GREP_found && break 3
 
2607
+      $ac_path_GREP_found && break 3
 
2608
+    done
 
2609
   done
 
2610
 done
 
2611
-
 
2612
-done
 
2613
 IFS=$as_save_IFS
 
2614
-
 
2615
-
 
2616
-fi
 
2617
-
 
2618
-GREP="$ac_cv_path_GREP"
 
2619
-if test -z "$GREP"; then
 
2620
-  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
2621
-echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
2622
+  if test -z "$ac_cv_path_GREP"; then
 
2623
+    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
2624
+$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
2625
    { (exit 1); exit 1; }; }
 
2626
-fi
 
2627
-
 
2628
+  fi
 
2629
 else
 
2630
   ac_cv_path_GREP=$GREP
 
2631
 fi
 
2632
 
 
2633
-
 
2634
 fi
 
2635
-{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
 
2636
-echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
 
2637
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
 
2638
+$as_echo "$ac_cv_path_GREP" >&6; }
 
2639
  GREP="$ac_cv_path_GREP"
 
2640
 
 
2641
 
 
2642
-{ echo "$as_me:$LINENO: checking for egrep" >&5
 
2643
-echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
 
2644
+{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
 
2645
+$as_echo_n "checking for egrep... " >&6; }
 
2646
 if test "${ac_cv_path_EGREP+set}" = set; then
 
2647
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2648
+  $as_echo_n "(cached) " >&6
 
2649
 else
 
2650
   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
 
2651
    then ac_cv_path_EGREP="$GREP -E"
 
2652
    else
 
2653
-     # Extract the first word of "egrep" to use in msg output
 
2654
-if test -z "$EGREP"; then
 
2655
-set dummy egrep; ac_prog_name=$2
 
2656
-if test "${ac_cv_path_EGREP+set}" = set; then
 
2657
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2658
-else
 
2659
+     if test -z "$EGREP"; then
 
2660
   ac_path_EGREP_found=false
 
2661
-# Loop through the user's path and test for each of PROGNAME-LIST
 
2662
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2663
+  # Loop through the user's path and test for each of PROGNAME-LIST
 
2664
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2665
 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 
2666
 do
 
2667
   IFS=$as_save_IFS
 
2668
   test -z "$as_dir" && as_dir=.
 
2669
   for ac_prog in egrep; do
 
2670
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
2671
-    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
 
2672
-    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
 
2673
-    # Check for GNU ac_path_EGREP and select it if it is found.
 
2674
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
2675
+      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
 
2676
+      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
 
2677
+# Check for GNU ac_path_EGREP and select it if it is found.
 
2678
   # Check for GNU $ac_path_EGREP
 
2679
 case `"$ac_path_EGREP" --version 2>&1` in
 
2680
 *GNU*)
 
2681
   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
 
2682
 *)
 
2683
   ac_count=0
 
2684
-  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 
2685
+  $as_echo_n 0123456789 >"conftest.in"
 
2686
   while :
 
2687
   do
 
2688
     cat "conftest.in" "conftest.in" >"conftest.tmp"
 
2689
     mv "conftest.tmp" "conftest.in"
 
2690
     cp "conftest.in" "conftest.nl"
 
2691
-    echo 'EGREP' >> "conftest.nl"
 
2692
+    $as_echo 'EGREP' >> "conftest.nl"
 
2693
     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
2694
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
2695
     ac_count=`expr $ac_count + 1`
 
2696
@@ -4054,40 +4179,31 @@
 
2697
   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 
2698
 esac
 
2699
 
 
2700
-
 
2701
-    $ac_path_EGREP_found && break 3
 
2702
+      $ac_path_EGREP_found && break 3
 
2703
+    done
 
2704
   done
 
2705
 done
 
2706
-
 
2707
-done
 
2708
 IFS=$as_save_IFS
 
2709
-
 
2710
-
 
2711
-fi
 
2712
-
 
2713
-EGREP="$ac_cv_path_EGREP"
 
2714
-if test -z "$EGREP"; then
 
2715
-  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
2716
-echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
2717
+  if test -z "$ac_cv_path_EGREP"; then
 
2718
+    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
2719
+$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
2720
    { (exit 1); exit 1; }; }
 
2721
-fi
 
2722
-
 
2723
+  fi
 
2724
 else
 
2725
   ac_cv_path_EGREP=$EGREP
 
2726
 fi
 
2727
 
 
2728
-
 
2729
    fi
 
2730
 fi
 
2731
-{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
 
2732
-echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
 
2733
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
 
2734
+$as_echo "$ac_cv_path_EGREP" >&6; }
 
2735
  EGREP="$ac_cv_path_EGREP"
 
2736
 
 
2737
 
 
2738
-{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
2739
-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
 
2740
+{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
2741
+$as_echo_n "checking for ANSI C header files... " >&6; }
 
2742
 if test "${ac_cv_header_stdc+set}" = set; then
 
2743
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2744
+  $as_echo_n "(cached) " >&6
 
2745
 else
 
2746
   cat >conftest.$ac_ext <<_ACEOF
 
2747
 /* confdefs.h.  */
 
2748
@@ -4114,20 +4230,21 @@
 
2749
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2750
   *) ac_try_echo=$ac_try;;
 
2751
 esac
 
2752
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2753
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2754
+$as_echo "$ac_try_echo") >&5
 
2755
   (eval "$ac_compile") 2>conftest.er1
 
2756
   ac_status=$?
 
2757
   grep -v '^ *+' conftest.er1 >conftest.err
 
2758
   rm -f conftest.er1
 
2759
   cat conftest.err >&5
 
2760
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2761
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2762
   (exit $ac_status); } && {
 
2763
         test -z "$ac_c_werror_flag" ||
 
2764
         test ! -s conftest.err
 
2765
        } && test -s conftest.$ac_objext; then
 
2766
   ac_cv_header_stdc=yes
 
2767
 else
 
2768
-  echo "$as_me: failed program was:" >&5
 
2769
+  $as_echo "$as_me: failed program was:" >&5
 
2770
 sed 's/^/| /' conftest.$ac_ext >&5
 
2771
 
 
2772
        ac_cv_header_stdc=no
 
2773
@@ -4219,37 +4336,40 @@
 
2774
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2775
   *) ac_try_echo=$ac_try;;
 
2776
 esac
 
2777
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2778
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2779
+$as_echo "$ac_try_echo") >&5
 
2780
   (eval "$ac_link") 2>&5
 
2781
   ac_status=$?
 
2782
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2783
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2784
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
2785
   { (case "(($ac_try" in
 
2786
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2787
   *) ac_try_echo=$ac_try;;
 
2788
 esac
 
2789
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2790
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2791
+$as_echo "$ac_try_echo") >&5
 
2792
   (eval "$ac_try") 2>&5
 
2793
   ac_status=$?
 
2794
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2795
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2796
   (exit $ac_status); }; }; then
 
2797
   :
 
2798
 else
 
2799
-  echo "$as_me: program exited with status $ac_status" >&5
 
2800
-echo "$as_me: failed program was:" >&5
 
2801
+  $as_echo "$as_me: program exited with status $ac_status" >&5
 
2802
+$as_echo "$as_me: failed program was:" >&5
 
2803
 sed 's/^/| /' conftest.$ac_ext >&5
 
2804
 
 
2805
 ( exit $ac_status )
 
2806
 ac_cv_header_stdc=no
 
2807
 fi
 
2808
+rm -rf conftest.dSYM
 
2809
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
2810
 fi
 
2811
 
 
2812
 
 
2813
 fi
 
2814
 fi
 
2815
-{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
2816
-echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
 
2817
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
2818
+$as_echo "$ac_cv_header_stdc" >&6; }
 
2819
 if test $ac_cv_header_stdc = yes; then
 
2820
 
 
2821
 cat >>confdefs.h <<\_ACEOF
 
2822
@@ -4271,11 +4391,11 @@
 
2823
 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
 
2824
                  inttypes.h stdint.h unistd.h
 
2825
 do
 
2826
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
2827
-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
2828
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
2829
+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
2830
+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
2831
+$as_echo_n "checking for $ac_header... " >&6; }
 
2832
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
2833
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2834
+  $as_echo_n "(cached) " >&6
 
2835
 else
 
2836
   cat >conftest.$ac_ext <<_ACEOF
 
2837
 /* confdefs.h.  */
 
2838
@@ -4293,20 +4413,21 @@
 
2839
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2840
   *) ac_try_echo=$ac_try;;
 
2841
 esac
 
2842
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2843
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2844
+$as_echo "$ac_try_echo") >&5
 
2845
   (eval "$ac_compile") 2>conftest.er1
 
2846
   ac_status=$?
 
2847
   grep -v '^ *+' conftest.er1 >conftest.err
 
2848
   rm -f conftest.er1
 
2849
   cat conftest.err >&5
 
2850
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2851
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2852
   (exit $ac_status); } && {
 
2853
         test -z "$ac_c_werror_flag" ||
 
2854
         test ! -s conftest.err
 
2855
        } && test -s conftest.$ac_objext; then
 
2856
   eval "$as_ac_Header=yes"
 
2857
 else
 
2858
-  echo "$as_me: failed program was:" >&5
 
2859
+  $as_echo "$as_me: failed program was:" >&5
 
2860
 sed 's/^/| /' conftest.$ac_ext >&5
 
2861
 
 
2862
        eval "$as_ac_Header=no"
 
2863
@@ -4314,12 +4435,15 @@
 
2864
 
 
2865
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
2866
 fi
 
2867
-ac_res=`eval echo '${'$as_ac_Header'}'`
 
2868
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
2869
-echo "${ECHO_T}$ac_res" >&6; }
 
2870
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
2871
+ac_res=`eval 'as_val=${'$as_ac_Header'}
 
2872
+                $as_echo "$as_val"'`
 
2873
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
2874
+$as_echo "$ac_res" >&6; }
 
2875
+as_val=`eval 'as_val=${'$as_ac_Header'}
 
2876
+                $as_echo "$as_val"'`
 
2877
+   if test "x$as_val" = x""yes; then
 
2878
   cat >>confdefs.h <<_ACEOF
 
2879
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
2880
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
2881
 _ACEOF
 
2882
 
 
2883
 fi
 
2884
@@ -4331,20 +4455,21 @@
 
2885
 
 
2886
 for ac_header in locale.h
 
2887
 do
 
2888
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
2889
+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
2890
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
2891
-  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
2892
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
2893
+  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
2894
+$as_echo_n "checking for $ac_header... " >&6; }
 
2895
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
2896
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2897
+  $as_echo_n "(cached) " >&6
 
2898
 fi
 
2899
-ac_res=`eval echo '${'$as_ac_Header'}'`
 
2900
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
2901
-echo "${ECHO_T}$ac_res" >&6; }
 
2902
+ac_res=`eval 'as_val=${'$as_ac_Header'}
 
2903
+                $as_echo "$as_val"'`
 
2904
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
2905
+$as_echo "$ac_res" >&6; }
 
2906
 else
 
2907
   # Is the header compilable?
 
2908
-{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
2909
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
2910
+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
2911
+$as_echo_n "checking $ac_header usability... " >&6; }
 
2912
 cat >conftest.$ac_ext <<_ACEOF
 
2913
 /* confdefs.h.  */
 
2914
 _ACEOF
 
2915
@@ -4360,32 +4485,33 @@
 
2916
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2917
   *) ac_try_echo=$ac_try;;
 
2918
 esac
 
2919
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2920
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2921
+$as_echo "$ac_try_echo") >&5
 
2922
   (eval "$ac_compile") 2>conftest.er1
 
2923
   ac_status=$?
 
2924
   grep -v '^ *+' conftest.er1 >conftest.err
 
2925
   rm -f conftest.er1
 
2926
   cat conftest.err >&5
 
2927
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2928
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2929
   (exit $ac_status); } && {
 
2930
         test -z "$ac_c_werror_flag" ||
 
2931
         test ! -s conftest.err
 
2932
        } && test -s conftest.$ac_objext; then
 
2933
   ac_header_compiler=yes
 
2934
 else
 
2935
-  echo "$as_me: failed program was:" >&5
 
2936
+  $as_echo "$as_me: failed program was:" >&5
 
2937
 sed 's/^/| /' conftest.$ac_ext >&5
 
2938
 
 
2939
        ac_header_compiler=no
 
2940
 fi
 
2941
 
 
2942
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
2943
-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
2944
-echo "${ECHO_T}$ac_header_compiler" >&6; }
 
2945
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
2946
+$as_echo "$ac_header_compiler" >&6; }
 
2947
 
 
2948
 # Is the header present?
 
2949
-{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
2950
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
2951
+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
2952
+$as_echo_n "checking $ac_header presence... " >&6; }
 
2953
 cat >conftest.$ac_ext <<_ACEOF
 
2954
 /* confdefs.h.  */
 
2955
 _ACEOF
 
2956
@@ -4399,51 +4525,52 @@
 
2957
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2958
   *) ac_try_echo=$ac_try;;
 
2959
 esac
 
2960
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2961
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2962
+$as_echo "$ac_try_echo") >&5
 
2963
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
2964
   ac_status=$?
 
2965
   grep -v '^ *+' conftest.er1 >conftest.err
 
2966
   rm -f conftest.er1
 
2967
   cat conftest.err >&5
 
2968
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2969
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2970
   (exit $ac_status); } >/dev/null && {
 
2971
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
2972
         test ! -s conftest.err
 
2973
        }; then
 
2974
   ac_header_preproc=yes
 
2975
 else
 
2976
-  echo "$as_me: failed program was:" >&5
 
2977
+  $as_echo "$as_me: failed program was:" >&5
 
2978
 sed 's/^/| /' conftest.$ac_ext >&5
 
2979
 
 
2980
   ac_header_preproc=no
 
2981
 fi
 
2982
 
 
2983
 rm -f conftest.err conftest.$ac_ext
 
2984
-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
2985
-echo "${ECHO_T}$ac_header_preproc" >&6; }
 
2986
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
2987
+$as_echo "$ac_header_preproc" >&6; }
 
2988
 
 
2989
 # So?  What about this header?
 
2990
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
2991
   yes:no: )
 
2992
-    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
2993
-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
2994
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
2995
-echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
2996
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
2997
+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
2998
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
2999
+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
3000
     ac_header_preproc=yes
 
3001
     ;;
 
3002
   no:yes:* )
 
3003
-    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
3004
-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
3005
-    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
3006
-echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
3007
-    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
3008
-echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
3009
-    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
3010
-echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
3011
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
3012
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
3013
-    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
3014
-echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
3015
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
3016
+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
3017
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
3018
+$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
3019
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
3020
+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
3021
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
3022
+$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
3023
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
3024
+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
3025
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
3026
+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
3027
     ( cat <<\_ASBOX
 
3028
 ## --------------------------------------------------------------------------- ##
 
3029
 ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=sound-juicer ##
 
3030
@@ -4452,21 +4579,24 @@
 
3031
      ) | sed "s/^/$as_me: WARNING:     /" >&2
 
3032
     ;;
 
3033
 esac
 
3034
-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
3035
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
3036
+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
3037
+$as_echo_n "checking for $ac_header... " >&6; }
 
3038
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
3039
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3040
+  $as_echo_n "(cached) " >&6
 
3041
 else
 
3042
   eval "$as_ac_Header=\$ac_header_preproc"
 
3043
 fi
 
3044
-ac_res=`eval echo '${'$as_ac_Header'}'`
 
3045
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
3046
-echo "${ECHO_T}$ac_res" >&6; }
 
3047
+ac_res=`eval 'as_val=${'$as_ac_Header'}
 
3048
+                $as_echo "$as_val"'`
 
3049
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
3050
+$as_echo "$ac_res" >&6; }
 
3051
 
 
3052
 fi
 
3053
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
3054
+as_val=`eval 'as_val=${'$as_ac_Header'}
 
3055
+                $as_echo "$as_val"'`
 
3056
+   if test "x$as_val" = x""yes; then
 
3057
   cat >>confdefs.h <<_ACEOF
 
3058
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
3059
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
3060
 _ACEOF
 
3061
 
 
3062
 fi
 
3063
@@ -4474,10 +4604,10 @@
 
3064
 done
 
3065
 
 
3066
     if test $ac_cv_header_locale_h = yes; then
 
3067
-    { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
 
3068
-echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; }
 
3069
+    { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
 
3070
+$as_echo_n "checking for LC_MESSAGES... " >&6; }
 
3071
 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
 
3072
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3073
+  $as_echo_n "(cached) " >&6
 
3074
 else
 
3075
   cat >conftest.$ac_ext <<_ACEOF
 
3076
 /* confdefs.h.  */
 
3077
@@ -4500,31 +4630,35 @@
 
3078
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3079
   *) ac_try_echo=$ac_try;;
 
3080
 esac
 
3081
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3082
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3083
+$as_echo "$ac_try_echo") >&5
 
3084
   (eval "$ac_link") 2>conftest.er1
 
3085
   ac_status=$?
 
3086
   grep -v '^ *+' conftest.er1 >conftest.err
 
3087
   rm -f conftest.er1
 
3088
   cat conftest.err >&5
 
3089
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3090
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3091
   (exit $ac_status); } && {
 
3092
         test -z "$ac_c_werror_flag" ||
 
3093
         test ! -s conftest.err
 
3094
-       } && test -s conftest$ac_exeext &&
 
3095
-       $as_test_x conftest$ac_exeext; then
 
3096
+       } && test -s conftest$ac_exeext && {
 
3097
+        test "$cross_compiling" = yes ||
 
3098
+        $as_test_x conftest$ac_exeext
 
3099
+       }; then
 
3100
   am_cv_val_LC_MESSAGES=yes
 
3101
 else
 
3102
-  echo "$as_me: failed program was:" >&5
 
3103
+  $as_echo "$as_me: failed program was:" >&5
 
3104
 sed 's/^/| /' conftest.$ac_ext >&5
 
3105
 
 
3106
        am_cv_val_LC_MESSAGES=no
 
3107
 fi
 
3108
 
 
3109
+rm -rf conftest.dSYM
 
3110
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3111
       conftest$ac_exeext conftest.$ac_ext
 
3112
 fi
 
3113
-{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
 
3114
-echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; }
 
3115
+{ $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
 
3116
+$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
 
3117
     if test $am_cv_val_LC_MESSAGES = yes; then
 
3118
 
 
3119
 cat >>confdefs.h <<\_ACEOF
 
3120
@@ -4543,17 +4677,17 @@
 
3121
     INTLLIBS=
 
3122
 
 
3123
     if test "${ac_cv_header_libintl_h+set}" = set; then
 
3124
-  { echo "$as_me:$LINENO: checking for libintl.h" >&5
 
3125
-echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
 
3126
+  { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
 
3127
+$as_echo_n "checking for libintl.h... " >&6; }
 
3128
 if test "${ac_cv_header_libintl_h+set}" = set; then
 
3129
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3130
+  $as_echo_n "(cached) " >&6
 
3131
 fi
 
3132
-{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 
3133
-echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
 
3134
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 
3135
+$as_echo "$ac_cv_header_libintl_h" >&6; }
 
3136
 else
 
3137
   # Is the header compilable?
 
3138
-{ echo "$as_me:$LINENO: checking libintl.h usability" >&5
 
3139
-echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6; }
 
3140
+{ $as_echo "$as_me:$LINENO: checking libintl.h usability" >&5
 
3141
+$as_echo_n "checking libintl.h usability... " >&6; }
 
3142
 cat >conftest.$ac_ext <<_ACEOF
 
3143
 /* confdefs.h.  */
 
3144
 _ACEOF
 
3145
@@ -4569,32 +4703,33 @@
 
3146
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3147
   *) ac_try_echo=$ac_try;;
 
3148
 esac
 
3149
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3150
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3151
+$as_echo "$ac_try_echo") >&5
 
3152
   (eval "$ac_compile") 2>conftest.er1
 
3153
   ac_status=$?
 
3154
   grep -v '^ *+' conftest.er1 >conftest.err
 
3155
   rm -f conftest.er1
 
3156
   cat conftest.err >&5
 
3157
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3158
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3159
   (exit $ac_status); } && {
 
3160
         test -z "$ac_c_werror_flag" ||
 
3161
         test ! -s conftest.err
 
3162
        } && test -s conftest.$ac_objext; then
 
3163
   ac_header_compiler=yes
 
3164
 else
 
3165
-  echo "$as_me: failed program was:" >&5
 
3166
+  $as_echo "$as_me: failed program was:" >&5
 
3167
 sed 's/^/| /' conftest.$ac_ext >&5
 
3168
 
 
3169
        ac_header_compiler=no
 
3170
 fi
 
3171
 
 
3172
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
3173
-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
3174
-echo "${ECHO_T}$ac_header_compiler" >&6; }
 
3175
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
3176
+$as_echo "$ac_header_compiler" >&6; }
 
3177
 
 
3178
 # Is the header present?
 
3179
-{ echo "$as_me:$LINENO: checking libintl.h presence" >&5
 
3180
-echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6; }
 
3181
+{ $as_echo "$as_me:$LINENO: checking libintl.h presence" >&5
 
3182
+$as_echo_n "checking libintl.h presence... " >&6; }
 
3183
 cat >conftest.$ac_ext <<_ACEOF
 
3184
 /* confdefs.h.  */
 
3185
 _ACEOF
 
3186
@@ -4608,51 +4743,52 @@
 
3187
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3188
   *) ac_try_echo=$ac_try;;
 
3189
 esac
 
3190
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3191
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3192
+$as_echo "$ac_try_echo") >&5
 
3193
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
3194
   ac_status=$?
 
3195
   grep -v '^ *+' conftest.er1 >conftest.err
 
3196
   rm -f conftest.er1
 
3197
   cat conftest.err >&5
 
3198
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3199
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3200
   (exit $ac_status); } >/dev/null && {
 
3201
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
3202
         test ! -s conftest.err
 
3203
        }; then
 
3204
   ac_header_preproc=yes
 
3205
 else
 
3206
-  echo "$as_me: failed program was:" >&5
 
3207
+  $as_echo "$as_me: failed program was:" >&5
 
3208
 sed 's/^/| /' conftest.$ac_ext >&5
 
3209
 
 
3210
   ac_header_preproc=no
 
3211
 fi
 
3212
 
 
3213
 rm -f conftest.err conftest.$ac_ext
 
3214
-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
3215
-echo "${ECHO_T}$ac_header_preproc" >&6; }
 
3216
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
3217
+$as_echo "$ac_header_preproc" >&6; }
 
3218
 
 
3219
 # So?  What about this header?
 
3220
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
3221
   yes:no: )
 
3222
-    { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
 
3223
-echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
3224
-    { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
 
3225
-echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
 
3226
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
 
3227
+$as_echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
3228
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
 
3229
+$as_echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
 
3230
     ac_header_preproc=yes
 
3231
     ;;
 
3232
   no:yes:* )
 
3233
-    { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
 
3234
-echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
 
3235
-    { echo "$as_me:$LINENO: WARNING: libintl.h:     check for missing prerequisite headers?" >&5
 
3236
-echo "$as_me: WARNING: libintl.h:     check for missing prerequisite headers?" >&2;}
 
3237
-    { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
 
3238
-echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
 
3239
-    { echo "$as_me:$LINENO: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&5
 
3240
-echo "$as_me: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 
3241
-    { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
 
3242
-echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
 
3243
-    { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
 
3244
-echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
 
3245
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
 
3246
+$as_echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
 
3247
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h:     check for missing prerequisite headers?" >&5
 
3248
+$as_echo "$as_me: WARNING: libintl.h:     check for missing prerequisite headers?" >&2;}
 
3249
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
 
3250
+$as_echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
 
3251
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&5
 
3252
+$as_echo "$as_me: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 
3253
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
 
3254
+$as_echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
 
3255
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
 
3256
+$as_echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
 
3257
     ( cat <<\_ASBOX
 
3258
 ## --------------------------------------------------------------------------- ##
 
3259
 ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=sound-juicer ##
 
3260
@@ -4661,28 +4797,28 @@
 
3261
      ) | sed "s/^/$as_me: WARNING:     /" >&2
 
3262
     ;;
 
3263
 esac
 
3264
-{ echo "$as_me:$LINENO: checking for libintl.h" >&5
 
3265
-echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
 
3266
+{ $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
 
3267
+$as_echo_n "checking for libintl.h... " >&6; }
 
3268
 if test "${ac_cv_header_libintl_h+set}" = set; then
 
3269
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3270
+  $as_echo_n "(cached) " >&6
 
3271
 else
 
3272
   ac_cv_header_libintl_h=$ac_header_preproc
 
3273
 fi
 
3274
-{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 
3275
-echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
 
3276
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 
3277
+$as_echo "$ac_cv_header_libintl_h" >&6; }
 
3278
 
 
3279
 fi
 
3280
-if test $ac_cv_header_libintl_h = yes; then
 
3281
+if test "x$ac_cv_header_libintl_h" = x""yes; then
 
3282
   gt_cv_func_dgettext_libintl="no"
 
3283
       libintl_extra_libs=""
 
3284
 
 
3285
       #
 
3286
       # First check in libc
 
3287
       #
 
3288
-      { echo "$as_me:$LINENO: checking for ngettext in libc" >&5
 
3289
-echo $ECHO_N "checking for ngettext in libc... $ECHO_C" >&6; }
 
3290
+      { $as_echo "$as_me:$LINENO: checking for ngettext in libc" >&5
 
3291
+$as_echo_n "checking for ngettext in libc... " >&6; }
 
3292
 if test "${gt_cv_func_ngettext_libc+set}" = set; then
 
3293
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3294
+  $as_echo_n "(cached) " >&6
 
3295
 else
 
3296
   cat >conftest.$ac_ext <<_ACEOF
 
3297
 /* confdefs.h.  */
 
3298
@@ -4707,38 +4843,42 @@
 
3299
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3300
   *) ac_try_echo=$ac_try;;
 
3301
 esac
 
3302
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3303
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3304
+$as_echo "$ac_try_echo") >&5
 
3305
   (eval "$ac_link") 2>conftest.er1
 
3306
   ac_status=$?
 
3307
   grep -v '^ *+' conftest.er1 >conftest.err
 
3308
   rm -f conftest.er1
 
3309
   cat conftest.err >&5
 
3310
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3311
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3312
   (exit $ac_status); } && {
 
3313
         test -z "$ac_c_werror_flag" ||
 
3314
         test ! -s conftest.err
 
3315
-       } && test -s conftest$ac_exeext &&
 
3316
-       $as_test_x conftest$ac_exeext; then
 
3317
+       } && test -s conftest$ac_exeext && {
 
3318
+        test "$cross_compiling" = yes ||
 
3319
+        $as_test_x conftest$ac_exeext
 
3320
+       }; then
 
3321
   gt_cv_func_ngettext_libc=yes
 
3322
 else
 
3323
-  echo "$as_me: failed program was:" >&5
 
3324
+  $as_echo "$as_me: failed program was:" >&5
 
3325
 sed 's/^/| /' conftest.$ac_ext >&5
 
3326
 
 
3327
        gt_cv_func_ngettext_libc=no
 
3328
 fi
 
3329
 
 
3330
+rm -rf conftest.dSYM
 
3331
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3332
       conftest$ac_exeext conftest.$ac_ext
 
3333
 
 
3334
 fi
 
3335
-{ echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
 
3336
-echo "${ECHO_T}$gt_cv_func_ngettext_libc" >&6; }
 
3337
+{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
 
3338
+$as_echo "$gt_cv_func_ngettext_libc" >&6; }
 
3339
 
 
3340
       if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 
3341
-             { echo "$as_me:$LINENO: checking for dgettext in libc" >&5
 
3342
-echo $ECHO_N "checking for dgettext in libc... $ECHO_C" >&6; }
 
3343
+             { $as_echo "$as_me:$LINENO: checking for dgettext in libc" >&5
 
3344
+$as_echo_n "checking for dgettext in libc... " >&6; }
 
3345
 if test "${gt_cv_func_dgettext_libc+set}" = set; then
 
3346
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3347
+  $as_echo_n "(cached) " >&6
 
3348
 else
 
3349
   cat >conftest.$ac_ext <<_ACEOF
 
3350
 /* confdefs.h.  */
 
3351
@@ -4763,43 +4903,47 @@
 
3352
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3353
   *) ac_try_echo=$ac_try;;
 
3354
 esac
 
3355
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3356
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3357
+$as_echo "$ac_try_echo") >&5
 
3358
   (eval "$ac_link") 2>conftest.er1
 
3359
   ac_status=$?
 
3360
   grep -v '^ *+' conftest.er1 >conftest.err
 
3361
   rm -f conftest.er1
 
3362
   cat conftest.err >&5
 
3363
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3364
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3365
   (exit $ac_status); } && {
 
3366
         test -z "$ac_c_werror_flag" ||
 
3367
         test ! -s conftest.err
 
3368
-       } && test -s conftest$ac_exeext &&
 
3369
-       $as_test_x conftest$ac_exeext; then
 
3370
+       } && test -s conftest$ac_exeext && {
 
3371
+        test "$cross_compiling" = yes ||
 
3372
+        $as_test_x conftest$ac_exeext
 
3373
+       }; then
 
3374
   gt_cv_func_dgettext_libc=yes
 
3375
 else
 
3376
-  echo "$as_me: failed program was:" >&5
 
3377
+  $as_echo "$as_me: failed program was:" >&5
 
3378
 sed 's/^/| /' conftest.$ac_ext >&5
 
3379
 
 
3380
        gt_cv_func_dgettext_libc=no
 
3381
 fi
 
3382
 
 
3383
+rm -rf conftest.dSYM
 
3384
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3385
       conftest$ac_exeext conftest.$ac_ext
 
3386
 
 
3387
 fi
 
3388
-{ echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
 
3389
-echo "${ECHO_T}$gt_cv_func_dgettext_libc" >&6; }
 
3390
+{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
 
3391
+$as_echo "$gt_cv_func_dgettext_libc" >&6; }
 
3392
       fi
 
3393
 
 
3394
       if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 
3395
 
 
3396
 for ac_func in bind_textdomain_codeset
 
3397
 do
 
3398
-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
3399
-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
 
3400
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 
3401
+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
3402
+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
3403
+$as_echo_n "checking for $ac_func... " >&6; }
 
3404
 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
3405
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3406
+  $as_echo_n "(cached) " >&6
 
3407
 else
 
3408
   cat >conftest.$ac_ext <<_ACEOF
 
3409
 /* confdefs.h.  */
 
3410
@@ -4852,35 +4996,42 @@
 
3411
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3412
   *) ac_try_echo=$ac_try;;
 
3413
 esac
 
3414
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3415
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3416
+$as_echo "$ac_try_echo") >&5
 
3417
   (eval "$ac_link") 2>conftest.er1
 
3418
   ac_status=$?
 
3419
   grep -v '^ *+' conftest.er1 >conftest.err
 
3420
   rm -f conftest.er1
 
3421
   cat conftest.err >&5
 
3422
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3423
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3424
   (exit $ac_status); } && {
 
3425
         test -z "$ac_c_werror_flag" ||
 
3426
         test ! -s conftest.err
 
3427
-       } && test -s conftest$ac_exeext &&
 
3428
-       $as_test_x conftest$ac_exeext; then
 
3429
+       } && test -s conftest$ac_exeext && {
 
3430
+        test "$cross_compiling" = yes ||
 
3431
+        $as_test_x conftest$ac_exeext
 
3432
+       }; then
 
3433
   eval "$as_ac_var=yes"
 
3434
 else
 
3435
-  echo "$as_me: failed program was:" >&5
 
3436
+  $as_echo "$as_me: failed program was:" >&5
 
3437
 sed 's/^/| /' conftest.$ac_ext >&5
 
3438
 
 
3439
        eval "$as_ac_var=no"
 
3440
 fi
 
3441
 
 
3442
+rm -rf conftest.dSYM
 
3443
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3444
       conftest$ac_exeext conftest.$ac_ext
 
3445
 fi
 
3446
-ac_res=`eval echo '${'$as_ac_var'}'`
 
3447
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
3448
-echo "${ECHO_T}$ac_res" >&6; }
 
3449
-if test `eval echo '${'$as_ac_var'}'` = yes; then
 
3450
+ac_res=`eval 'as_val=${'$as_ac_var'}
 
3451
+                $as_echo "$as_val"'`
 
3452
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
3453
+$as_echo "$ac_res" >&6; }
 
3454
+as_val=`eval 'as_val=${'$as_ac_var'}
 
3455
+                $as_echo "$as_val"'`
 
3456
+   if test "x$as_val" = x""yes; then
 
3457
   cat >>confdefs.h <<_ACEOF
 
3458
-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
3459
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
3460
 _ACEOF
 
3461
 
 
3462
 fi
 
3463
@@ -4895,10 +5046,10 @@
 
3464
         || test "$gt_cv_func_ngettext_libc" != "yes" \
 
3465
          || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
 
3466
 
 
3467
-        { echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
 
3468
-echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6; }
 
3469
+        { $as_echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
 
3470
+$as_echo_n "checking for bindtextdomain in -lintl... " >&6; }
 
3471
 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
 
3472
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3473
+  $as_echo_n "(cached) " >&6
 
3474
 else
 
3475
   ac_check_lib_save_LIBS=$LIBS
 
3476
 LIBS="-lintl  $LIBS"
 
3477
@@ -4930,37 +5081,41 @@
 
3478
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3479
   *) ac_try_echo=$ac_try;;
 
3480
 esac
 
3481
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3482
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3483
+$as_echo "$ac_try_echo") >&5
 
3484
   (eval "$ac_link") 2>conftest.er1
 
3485
   ac_status=$?
 
3486
   grep -v '^ *+' conftest.er1 >conftest.err
 
3487
   rm -f conftest.er1
 
3488
   cat conftest.err >&5
 
3489
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3490
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3491
   (exit $ac_status); } && {
 
3492
         test -z "$ac_c_werror_flag" ||
 
3493
         test ! -s conftest.err
 
3494
-       } && test -s conftest$ac_exeext &&
 
3495
-       $as_test_x conftest$ac_exeext; then
 
3496
+       } && test -s conftest$ac_exeext && {
 
3497
+        test "$cross_compiling" = yes ||
 
3498
+        $as_test_x conftest$ac_exeext
 
3499
+       }; then
 
3500
   ac_cv_lib_intl_bindtextdomain=yes
 
3501
 else
 
3502
-  echo "$as_me: failed program was:" >&5
 
3503
+  $as_echo "$as_me: failed program was:" >&5
 
3504
 sed 's/^/| /' conftest.$ac_ext >&5
 
3505
 
 
3506
        ac_cv_lib_intl_bindtextdomain=no
 
3507
 fi
 
3508
 
 
3509
+rm -rf conftest.dSYM
 
3510
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3511
       conftest$ac_exeext conftest.$ac_ext
 
3512
 LIBS=$ac_check_lib_save_LIBS
 
3513
 fi
 
3514
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
 
3515
-echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6; }
 
3516
-if test $ac_cv_lib_intl_bindtextdomain = yes; then
 
3517
-  { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 
3518
-echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; }
 
3519
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
 
3520
+$as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; }
 
3521
+if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then
 
3522
+  { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 
3523
+$as_echo_n "checking for ngettext in -lintl... " >&6; }
 
3524
 if test "${ac_cv_lib_intl_ngettext+set}" = set; then
 
3525
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3526
+  $as_echo_n "(cached) " >&6
 
3527
 else
 
3528
   ac_check_lib_save_LIBS=$LIBS
 
3529
 LIBS="-lintl  $LIBS"
 
3530
@@ -4992,37 +5147,41 @@
 
3531
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3532
   *) ac_try_echo=$ac_try;;
 
3533
 esac
 
3534
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3535
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3536
+$as_echo "$ac_try_echo") >&5
 
3537
   (eval "$ac_link") 2>conftest.er1
 
3538
   ac_status=$?
 
3539
   grep -v '^ *+' conftest.er1 >conftest.err
 
3540
   rm -f conftest.er1
 
3541
   cat conftest.err >&5
 
3542
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3543
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3544
   (exit $ac_status); } && {
 
3545
         test -z "$ac_c_werror_flag" ||
 
3546
         test ! -s conftest.err
 
3547
-       } && test -s conftest$ac_exeext &&
 
3548
-       $as_test_x conftest$ac_exeext; then
 
3549
+       } && test -s conftest$ac_exeext && {
 
3550
+        test "$cross_compiling" = yes ||
 
3551
+        $as_test_x conftest$ac_exeext
 
3552
+       }; then
 
3553
   ac_cv_lib_intl_ngettext=yes
 
3554
 else
 
3555
-  echo "$as_me: failed program was:" >&5
 
3556
+  $as_echo "$as_me: failed program was:" >&5
 
3557
 sed 's/^/| /' conftest.$ac_ext >&5
 
3558
 
 
3559
        ac_cv_lib_intl_ngettext=no
 
3560
 fi
 
3561
 
 
3562
+rm -rf conftest.dSYM
 
3563
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3564
       conftest$ac_exeext conftest.$ac_ext
 
3565
 LIBS=$ac_check_lib_save_LIBS
 
3566
 fi
 
3567
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 
3568
-echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; }
 
3569
-if test $ac_cv_lib_intl_ngettext = yes; then
 
3570
-  { echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
 
3571
-echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6; }
 
3572
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 
3573
+$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
 
3574
+if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
 
3575
+  { $as_echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
 
3576
+$as_echo_n "checking for dgettext in -lintl... " >&6; }
 
3577
 if test "${ac_cv_lib_intl_dgettext+set}" = set; then
 
3578
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3579
+  $as_echo_n "(cached) " >&6
 
3580
 else
 
3581
   ac_check_lib_save_LIBS=$LIBS
 
3582
 LIBS="-lintl  $LIBS"
 
3583
@@ -5054,33 +5213,37 @@
 
3584
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3585
   *) ac_try_echo=$ac_try;;
 
3586
 esac
 
3587
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3588
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3589
+$as_echo "$ac_try_echo") >&5
 
3590
   (eval "$ac_link") 2>conftest.er1
 
3591
   ac_status=$?
 
3592
   grep -v '^ *+' conftest.er1 >conftest.err
 
3593
   rm -f conftest.er1
 
3594
   cat conftest.err >&5
 
3595
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3596
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3597
   (exit $ac_status); } && {
 
3598
         test -z "$ac_c_werror_flag" ||
 
3599
         test ! -s conftest.err
 
3600
-       } && test -s conftest$ac_exeext &&
 
3601
-       $as_test_x conftest$ac_exeext; then
 
3602
+       } && test -s conftest$ac_exeext && {
 
3603
+        test "$cross_compiling" = yes ||
 
3604
+        $as_test_x conftest$ac_exeext
 
3605
+       }; then
 
3606
   ac_cv_lib_intl_dgettext=yes
 
3607
 else
 
3608
-  echo "$as_me: failed program was:" >&5
 
3609
+  $as_echo "$as_me: failed program was:" >&5
 
3610
 sed 's/^/| /' conftest.$ac_ext >&5
 
3611
 
 
3612
        ac_cv_lib_intl_dgettext=no
 
3613
 fi
 
3614
 
 
3615
+rm -rf conftest.dSYM
 
3616
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3617
       conftest$ac_exeext conftest.$ac_ext
 
3618
 LIBS=$ac_check_lib_save_LIBS
 
3619
 fi
 
3620
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
 
3621
-echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6; }
 
3622
-if test $ac_cv_lib_intl_dgettext = yes; then
 
3623
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
 
3624
+$as_echo "$ac_cv_lib_intl_dgettext" >&6; }
 
3625
+if test "x$ac_cv_lib_intl_dgettext" = x""yes; then
 
3626
   gt_cv_func_dgettext_libintl=yes
 
3627
 fi
 
3628
 
 
3629
@@ -5090,14 +5253,14 @@
 
3630
 
 
3631
 
 
3632
        if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
 
3633
-         { echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
 
3634
-echo $ECHO_N "checking if -liconv is needed to use gettext... $ECHO_C" >&6; }
 
3635
-         { echo "$as_me:$LINENO: result: " >&5
 
3636
-echo "${ECHO_T}" >&6; }
 
3637
-         { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 
3638
-echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; }
 
3639
+         { $as_echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
 
3640
+$as_echo_n "checking if -liconv is needed to use gettext... " >&6; }
 
3641
+         { $as_echo "$as_me:$LINENO: result: " >&5
 
3642
+$as_echo "" >&6; }
 
3643
+         { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 
3644
+$as_echo_n "checking for ngettext in -lintl... " >&6; }
 
3645
 if test "${ac_cv_lib_intl_ngettext+set}" = set; then
 
3646
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3647
+  $as_echo_n "(cached) " >&6
 
3648
 else
 
3649
   ac_check_lib_save_LIBS=$LIBS
 
3650
 LIBS="-lintl -liconv $LIBS"
 
3651
@@ -5129,37 +5292,41 @@
 
3652
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3653
   *) ac_try_echo=$ac_try;;
 
3654
 esac
 
3655
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3656
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3657
+$as_echo "$ac_try_echo") >&5
 
3658
   (eval "$ac_link") 2>conftest.er1
 
3659
   ac_status=$?
 
3660
   grep -v '^ *+' conftest.er1 >conftest.err
 
3661
   rm -f conftest.er1
 
3662
   cat conftest.err >&5
 
3663
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3664
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3665
   (exit $ac_status); } && {
 
3666
         test -z "$ac_c_werror_flag" ||
 
3667
         test ! -s conftest.err
 
3668
-       } && test -s conftest$ac_exeext &&
 
3669
-       $as_test_x conftest$ac_exeext; then
 
3670
+       } && test -s conftest$ac_exeext && {
 
3671
+        test "$cross_compiling" = yes ||
 
3672
+        $as_test_x conftest$ac_exeext
 
3673
+       }; then
 
3674
   ac_cv_lib_intl_ngettext=yes
 
3675
 else
 
3676
-  echo "$as_me: failed program was:" >&5
 
3677
+  $as_echo "$as_me: failed program was:" >&5
 
3678
 sed 's/^/| /' conftest.$ac_ext >&5
 
3679
 
 
3680
        ac_cv_lib_intl_ngettext=no
 
3681
 fi
 
3682
 
 
3683
+rm -rf conftest.dSYM
 
3684
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3685
       conftest$ac_exeext conftest.$ac_ext
 
3686
 LIBS=$ac_check_lib_save_LIBS
 
3687
 fi
 
3688
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 
3689
-echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; }
 
3690
-if test $ac_cv_lib_intl_ngettext = yes; then
 
3691
-  { echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
 
3692
-echo $ECHO_N "checking for dcgettext in -lintl... $ECHO_C" >&6; }
 
3693
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 
3694
+$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
 
3695
+if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
 
3696
+  { $as_echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
 
3697
+$as_echo_n "checking for dcgettext in -lintl... " >&6; }
 
3698
 if test "${ac_cv_lib_intl_dcgettext+set}" = set; then
 
3699
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3700
+  $as_echo_n "(cached) " >&6
 
3701
 else
 
3702
   ac_check_lib_save_LIBS=$LIBS
 
3703
 LIBS="-lintl -liconv $LIBS"
 
3704
@@ -5191,33 +5358,37 @@
 
3705
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3706
   *) ac_try_echo=$ac_try;;
 
3707
 esac
 
3708
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3709
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3710
+$as_echo "$ac_try_echo") >&5
 
3711
   (eval "$ac_link") 2>conftest.er1
 
3712
   ac_status=$?
 
3713
   grep -v '^ *+' conftest.er1 >conftest.err
 
3714
   rm -f conftest.er1
 
3715
   cat conftest.err >&5
 
3716
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3717
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3718
   (exit $ac_status); } && {
 
3719
         test -z "$ac_c_werror_flag" ||
 
3720
         test ! -s conftest.err
 
3721
-       } && test -s conftest$ac_exeext &&
 
3722
-       $as_test_x conftest$ac_exeext; then
 
3723
+       } && test -s conftest$ac_exeext && {
 
3724
+        test "$cross_compiling" = yes ||
 
3725
+        $as_test_x conftest$ac_exeext
 
3726
+       }; then
 
3727
   ac_cv_lib_intl_dcgettext=yes
 
3728
 else
 
3729
-  echo "$as_me: failed program was:" >&5
 
3730
+  $as_echo "$as_me: failed program was:" >&5
 
3731
 sed 's/^/| /' conftest.$ac_ext >&5
 
3732
 
 
3733
        ac_cv_lib_intl_dcgettext=no
 
3734
 fi
 
3735
 
 
3736
+rm -rf conftest.dSYM
 
3737
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3738
       conftest$ac_exeext conftest.$ac_ext
 
3739
 LIBS=$ac_check_lib_save_LIBS
 
3740
 fi
 
3741
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
 
3742
-echo "${ECHO_T}$ac_cv_lib_intl_dcgettext" >&6; }
 
3743
-if test $ac_cv_lib_intl_dcgettext = yes; then
 
3744
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
 
3745
+$as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
 
3746
+if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then
 
3747
   gt_cv_func_dgettext_libintl=yes
 
3748
                        libintl_extra_libs=-liconv
 
3749
 else
 
3750
@@ -5242,11 +5413,11 @@
 
3751
 
 
3752
 for ac_func in bind_textdomain_codeset
 
3753
 do
 
3754
-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
3755
-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
 
3756
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 
3757
+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
3758
+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
3759
+$as_echo_n "checking for $ac_func... " >&6; }
 
3760
 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
3761
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3762
+  $as_echo_n "(cached) " >&6
 
3763
 else
 
3764
   cat >conftest.$ac_ext <<_ACEOF
 
3765
 /* confdefs.h.  */
 
3766
@@ -5299,35 +5470,42 @@
 
3767
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3768
   *) ac_try_echo=$ac_try;;
 
3769
 esac
 
3770
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3771
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3772
+$as_echo "$ac_try_echo") >&5
 
3773
   (eval "$ac_link") 2>conftest.er1
 
3774
   ac_status=$?
 
3775
   grep -v '^ *+' conftest.er1 >conftest.err
 
3776
   rm -f conftest.er1
 
3777
   cat conftest.err >&5
 
3778
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3779
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3780
   (exit $ac_status); } && {
 
3781
         test -z "$ac_c_werror_flag" ||
 
3782
         test ! -s conftest.err
 
3783
-       } && test -s conftest$ac_exeext &&
 
3784
-       $as_test_x conftest$ac_exeext; then
 
3785
+       } && test -s conftest$ac_exeext && {
 
3786
+        test "$cross_compiling" = yes ||
 
3787
+        $as_test_x conftest$ac_exeext
 
3788
+       }; then
 
3789
   eval "$as_ac_var=yes"
 
3790
 else
 
3791
-  echo "$as_me: failed program was:" >&5
 
3792
+  $as_echo "$as_me: failed program was:" >&5
 
3793
 sed 's/^/| /' conftest.$ac_ext >&5
 
3794
 
 
3795
        eval "$as_ac_var=no"
 
3796
 fi
 
3797
 
 
3798
+rm -rf conftest.dSYM
 
3799
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3800
       conftest$ac_exeext conftest.$ac_ext
 
3801
 fi
 
3802
-ac_res=`eval echo '${'$as_ac_var'}'`
 
3803
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
3804
-echo "${ECHO_T}$ac_res" >&6; }
 
3805
-if test `eval echo '${'$as_ac_var'}'` = yes; then
 
3806
+ac_res=`eval 'as_val=${'$as_ac_var'}
 
3807
+                $as_echo "$as_val"'`
 
3808
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
3809
+$as_echo "$ac_res" >&6; }
 
3810
+as_val=`eval 'as_val=${'$as_ac_var'}
 
3811
+                $as_echo "$as_val"'`
 
3812
+   if test "x$as_val" = x""yes; then
 
3813
   cat >>confdefs.h <<_ACEOF
 
3814
-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
3815
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
3816
 _ACEOF
 
3817
 
 
3818
 fi
 
3819
@@ -5363,10 +5541,10 @@
 
3820
 
 
3821
        # Extract the first word of "msgfmt", so it can be a program name with args.
 
3822
 set dummy msgfmt; ac_word=$2
 
3823
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3824
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
3825
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3826
+$as_echo_n "checking for $ac_word... " >&6; }
 
3827
 if test "${ac_cv_path_MSGFMT+set}" = set; then
 
3828
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3829
+  $as_echo_n "(cached) " >&6
 
3830
 else
 
3831
   case "$MSGFMT" in
 
3832
   /*)
 
3833
@@ -5390,11 +5568,11 @@
 
3834
 fi
 
3835
 MSGFMT="$ac_cv_path_MSGFMT"
 
3836
 if test "$MSGFMT" != "no"; then
 
3837
-  { echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
3838
-echo "${ECHO_T}$MSGFMT" >&6; }
 
3839
+  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
3840
+$as_echo "$MSGFMT" >&6; }
 
3841
 else
 
3842
-  { echo "$as_me:$LINENO: result: no" >&5
 
3843
-echo "${ECHO_T}no" >&6; }
 
3844
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
3845
+$as_echo "no" >&6; }
 
3846
 fi
 
3847
        if test "$MSGFMT" != "no"; then
 
3848
           glib_save_LIBS="$LIBS"
 
3849
@@ -5402,11 +5580,11 @@
 
3850
 
 
3851
 for ac_func in dcgettext
 
3852
 do
 
3853
-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
3854
-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
 
3855
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 
3856
+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
3857
+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
3858
+$as_echo_n "checking for $ac_func... " >&6; }
 
3859
 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
3860
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3861
+  $as_echo_n "(cached) " >&6
 
3862
 else
 
3863
   cat >conftest.$ac_ext <<_ACEOF
 
3864
 /* confdefs.h.  */
 
3865
@@ -5459,43 +5637,50 @@
 
3866
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3867
   *) ac_try_echo=$ac_try;;
 
3868
 esac
 
3869
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3870
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3871
+$as_echo "$ac_try_echo") >&5
 
3872
   (eval "$ac_link") 2>conftest.er1
 
3873
   ac_status=$?
 
3874
   grep -v '^ *+' conftest.er1 >conftest.err
 
3875
   rm -f conftest.er1
 
3876
   cat conftest.err >&5
 
3877
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3878
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3879
   (exit $ac_status); } && {
 
3880
         test -z "$ac_c_werror_flag" ||
 
3881
         test ! -s conftest.err
 
3882
-       } && test -s conftest$ac_exeext &&
 
3883
-       $as_test_x conftest$ac_exeext; then
 
3884
+       } && test -s conftest$ac_exeext && {
 
3885
+        test "$cross_compiling" = yes ||
 
3886
+        $as_test_x conftest$ac_exeext
 
3887
+       }; then
 
3888
   eval "$as_ac_var=yes"
 
3889
 else
 
3890
-  echo "$as_me: failed program was:" >&5
 
3891
+  $as_echo "$as_me: failed program was:" >&5
 
3892
 sed 's/^/| /' conftest.$ac_ext >&5
 
3893
 
 
3894
        eval "$as_ac_var=no"
 
3895
 fi
 
3896
 
 
3897
+rm -rf conftest.dSYM
 
3898
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3899
       conftest$ac_exeext conftest.$ac_ext
 
3900
 fi
 
3901
-ac_res=`eval echo '${'$as_ac_var'}'`
 
3902
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
3903
-echo "${ECHO_T}$ac_res" >&6; }
 
3904
-if test `eval echo '${'$as_ac_var'}'` = yes; then
 
3905
+ac_res=`eval 'as_val=${'$as_ac_var'}
 
3906
+                $as_echo "$as_val"'`
 
3907
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
3908
+$as_echo "$ac_res" >&6; }
 
3909
+as_val=`eval 'as_val=${'$as_ac_var'}
 
3910
+                $as_echo "$as_val"'`
 
3911
+   if test "x$as_val" = x""yes; then
 
3912
   cat >>confdefs.h <<_ACEOF
 
3913
-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
3914
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
3915
 _ACEOF
 
3916
 
 
3917
 fi
 
3918
 done
 
3919
 
 
3920
          MSGFMT_OPTS=
 
3921
-         { echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
 
3922
-echo $ECHO_N "checking if msgfmt accepts -c... $ECHO_C" >&6; }
 
3923
+         { $as_echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
 
3924
+$as_echo_n "checking if msgfmt accepts -c... " >&6; }
 
3925
          cat >conftest.foo <<_ACEOF
 
3926
 
 
3927
 msgid ""
 
3928
@@ -5509,25 +5694,25 @@
 
3929
 "Content-Transfer-Encoding: 8bit\n"
 
3930
 
 
3931
 _ACEOF
 
3932
-if { (echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5
 
3933
+if { ($as_echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5
 
3934
   ($MSGFMT -c -o /dev/null conftest.foo) 2>&5
 
3935
   ac_status=$?
 
3936
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3937
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3938
   (exit $ac_status); }; then
 
3939
-  MSGFMT_OPTS=-c; { echo "$as_me:$LINENO: result: yes" >&5
 
3940
-echo "${ECHO_T}yes" >&6; }
 
3941
-else { echo "$as_me:$LINENO: result: no" >&5
 
3942
-echo "${ECHO_T}no" >&6; }
 
3943
+  MSGFMT_OPTS=-c; { $as_echo "$as_me:$LINENO: result: yes" >&5
 
3944
+$as_echo "yes" >&6; }
 
3945
+else { $as_echo "$as_me:$LINENO: result: no" >&5
 
3946
+$as_echo "no" >&6; }
 
3947
 echo "$as_me: failed input was:" >&5
 
3948
 sed 's/^/| /' conftest.foo >&5
 
3949
 fi
 
3950
 
 
3951
          # Extract the first word of "gmsgfmt", so it can be a program name with args.
 
3952
 set dummy gmsgfmt; ac_word=$2
 
3953
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3954
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
3955
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3956
+$as_echo_n "checking for $ac_word... " >&6; }
 
3957
 if test "${ac_cv_path_GMSGFMT+set}" = set; then
 
3958
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3959
+  $as_echo_n "(cached) " >&6
 
3960
 else
 
3961
   case $GMSGFMT in
 
3962
   [\\/]* | ?:[\\/]*)
 
3963
@@ -5542,7 +5727,7 @@
 
3964
   for ac_exec_ext in '' $ac_executable_extensions; do
 
3965
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
3966
     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
3967
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3968
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3969
     break 2
 
3970
   fi
 
3971
 done
 
3972
@@ -5555,20 +5740,20 @@
 
3973
 fi
 
3974
 GMSGFMT=$ac_cv_path_GMSGFMT
 
3975
 if test -n "$GMSGFMT"; then
 
3976
-  { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
3977
-echo "${ECHO_T}$GMSGFMT" >&6; }
 
3978
+  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
3979
+$as_echo "$GMSGFMT" >&6; }
 
3980
 else
 
3981
-  { echo "$as_me:$LINENO: result: no" >&5
 
3982
-echo "${ECHO_T}no" >&6; }
 
3983
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
3984
+$as_echo "no" >&6; }
 
3985
 fi
 
3986
 
 
3987
 
 
3988
          # Extract the first word of "xgettext", so it can be a program name with args.
 
3989
 set dummy xgettext; ac_word=$2
 
3990
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3991
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
3992
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3993
+$as_echo_n "checking for $ac_word... " >&6; }
 
3994
 if test "${ac_cv_path_XGETTEXT+set}" = set; then
 
3995
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3996
+  $as_echo_n "(cached) " >&6
 
3997
 else
 
3998
   case "$XGETTEXT" in
 
3999
   /*)
 
4000
@@ -5592,11 +5777,11 @@
 
4001
 fi
 
4002
 XGETTEXT="$ac_cv_path_XGETTEXT"
 
4003
 if test "$XGETTEXT" != ":"; then
 
4004
-  { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
4005
-echo "${ECHO_T}$XGETTEXT" >&6; }
 
4006
+  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
4007
+$as_echo "$XGETTEXT" >&6; }
 
4008
 else
 
4009
-  { echo "$as_me:$LINENO: result: no" >&5
 
4010
-echo "${ECHO_T}no" >&6; }
 
4011
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4012
+$as_echo "no" >&6; }
 
4013
 fi
 
4014
 
 
4015
          cat >conftest.$ac_ext <<_ACEOF
 
4016
@@ -5621,30 +5806,33 @@
 
4017
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4018
   *) ac_try_echo=$ac_try;;
 
4019
 esac
 
4020
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4021
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4022
+$as_echo "$ac_try_echo") >&5
 
4023
   (eval "$ac_link") 2>conftest.er1
 
4024
   ac_status=$?
 
4025
   grep -v '^ *+' conftest.er1 >conftest.err
 
4026
   rm -f conftest.er1
 
4027
   cat conftest.err >&5
 
4028
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4029
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4030
   (exit $ac_status); } && {
 
4031
         test -z "$ac_c_werror_flag" ||
 
4032
         test ! -s conftest.err
 
4033
-       } && test -s conftest$ac_exeext &&
 
4034
-       $as_test_x conftest$ac_exeext; then
 
4035
+       } && test -s conftest$ac_exeext && {
 
4036
+        test "$cross_compiling" = yes ||
 
4037
+        $as_test_x conftest$ac_exeext
 
4038
+       }; then
 
4039
   CATOBJEXT=.gmo
 
4040
              DATADIRNAME=share
 
4041
 else
 
4042
-  echo "$as_me: failed program was:" >&5
 
4043
+  $as_echo "$as_me: failed program was:" >&5
 
4044
 sed 's/^/| /' conftest.$ac_ext >&5
 
4045
 
 
4046
        case $host in
 
4047
            *-*-solaris*)
 
4048
-                                                               { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
4049
-echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; }
 
4050
+                                                               { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
4051
+$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
 
4052
 if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
 
4053
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4054
+  $as_echo_n "(cached) " >&6
 
4055
 else
 
4056
   cat >conftest.$ac_ext <<_ACEOF
 
4057
 /* confdefs.h.  */
 
4058
@@ -5697,32 +5885,36 @@
 
4059
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4060
   *) ac_try_echo=$ac_try;;
 
4061
 esac
 
4062
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4063
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4064
+$as_echo "$ac_try_echo") >&5
 
4065
   (eval "$ac_link") 2>conftest.er1
 
4066
   ac_status=$?
 
4067
   grep -v '^ *+' conftest.er1 >conftest.err
 
4068
   rm -f conftest.er1
 
4069
   cat conftest.err >&5
 
4070
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4071
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4072
   (exit $ac_status); } && {
 
4073
         test -z "$ac_c_werror_flag" ||
 
4074
         test ! -s conftest.err
 
4075
-       } && test -s conftest$ac_exeext &&
 
4076
-       $as_test_x conftest$ac_exeext; then
 
4077
+       } && test -s conftest$ac_exeext && {
 
4078
+        test "$cross_compiling" = yes ||
 
4079
+        $as_test_x conftest$ac_exeext
 
4080
+       }; then
 
4081
   ac_cv_func_bind_textdomain_codeset=yes
 
4082
 else
 
4083
-  echo "$as_me: failed program was:" >&5
 
4084
+  $as_echo "$as_me: failed program was:" >&5
 
4085
 sed 's/^/| /' conftest.$ac_ext >&5
 
4086
 
 
4087
        ac_cv_func_bind_textdomain_codeset=no
 
4088
 fi
 
4089
 
 
4090
+rm -rf conftest.dSYM
 
4091
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
4092
       conftest$ac_exeext conftest.$ac_ext
 
4093
 fi
 
4094
-{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
4095
-echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; }
 
4096
-if test $ac_cv_func_bind_textdomain_codeset = yes; then
 
4097
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
4098
+$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
 
4099
+if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
 
4100
   CATOBJEXT=.gmo
 
4101
                DATADIRNAME=share
 
4102
 else
 
4103
@@ -5738,6 +5930,7 @@
 
4104
            esac
 
4105
 fi
 
4106
 
 
4107
+rm -rf conftest.dSYM
 
4108
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
4109
       conftest$ac_exeext conftest.$ac_ext
 
4110
           LIBS="$glib_save_LIBS"
 
4111
@@ -5763,8 +5956,8 @@
 
4112
                   if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
 
4113
         : ;
 
4114
       else
 
4115
-        { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
 
4116
-echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; }
 
4117
+        { $as_echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
 
4118
+$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
 
4119
         XGETTEXT=":"
 
4120
       fi
 
4121
     fi
 
4122
@@ -5796,8 +5989,8 @@
 
4123
      if test "x$ALL_LINGUAS" = "x"; then
 
4124
        LINGUAS=
 
4125
      else
 
4126
-       { echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
 
4127
-echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6; }
 
4128
+       { $as_echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
 
4129
+$as_echo_n "checking for catalogs to be installed... " >&6; }
 
4130
        NEW_LINGUAS=
 
4131
        for presentlang in $ALL_LINGUAS; do
 
4132
          useit=no
 
4133
@@ -5821,8 +6014,8 @@
 
4134
          fi
 
4135
        done
 
4136
        LINGUAS=$NEW_LINGUAS
 
4137
-       { echo "$as_me:$LINENO: result: $LINGUAS" >&5
 
4138
-echo "${ECHO_T}$LINGUAS" >&6; }
 
4139
+       { $as_echo "$as_me:$LINENO: result: $LINGUAS" >&5
 
4140
+$as_echo "$LINGUAS" >&6; }
 
4141
      fi
 
4142
 
 
4143
           if test -n "$LINGUAS"; then
 
4144
@@ -5856,10 +6049,10 @@
 
4145
 
 
4146
 
 
4147
 # Standard C and C++ compiler mojo
 
4148
-{ echo "$as_me:$LINENO: checking for library containing strerror" >&5
 
4149
-echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; }
 
4150
+{ $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5
 
4151
+$as_echo_n "checking for library containing strerror... " >&6; }
 
4152
 if test "${ac_cv_search_strerror+set}" = set; then
 
4153
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4154
+  $as_echo_n "(cached) " >&6
 
4155
 else
 
4156
   ac_func_search_save_LIBS=$LIBS
 
4157
 cat >conftest.$ac_ext <<_ACEOF
 
4158
@@ -5897,26 +6090,30 @@
 
4159
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4160
   *) ac_try_echo=$ac_try;;
 
4161
 esac
 
4162
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4163
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4164
+$as_echo "$ac_try_echo") >&5
 
4165
   (eval "$ac_link") 2>conftest.er1
 
4166
   ac_status=$?
 
4167
   grep -v '^ *+' conftest.er1 >conftest.err
 
4168
   rm -f conftest.er1
 
4169
   cat conftest.err >&5
 
4170
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4171
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4172
   (exit $ac_status); } && {
 
4173
         test -z "$ac_c_werror_flag" ||
 
4174
         test ! -s conftest.err
 
4175
-       } && test -s conftest$ac_exeext &&
 
4176
-       $as_test_x conftest$ac_exeext; then
 
4177
+       } && test -s conftest$ac_exeext && {
 
4178
+        test "$cross_compiling" = yes ||
 
4179
+        $as_test_x conftest$ac_exeext
 
4180
+       }; then
 
4181
   ac_cv_search_strerror=$ac_res
 
4182
 else
 
4183
-  echo "$as_me: failed program was:" >&5
 
4184
+  $as_echo "$as_me: failed program was:" >&5
 
4185
 sed 's/^/| /' conftest.$ac_ext >&5
 
4186
 
 
4187
 
 
4188
 fi
 
4189
 
 
4190
+rm -rf conftest.dSYM
 
4191
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
4192
       conftest$ac_exeext
 
4193
   if test "${ac_cv_search_strerror+set}" = set; then
 
4194
@@ -5931,8 +6128,8 @@
 
4195
 rm conftest.$ac_ext
 
4196
 LIBS=$ac_func_search_save_LIBS
 
4197
 fi
 
4198
-{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
 
4199
-echo "${ECHO_T}$ac_cv_search_strerror" >&6; }
 
4200
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
 
4201
+$as_echo "$ac_cv_search_strerror" >&6; }
 
4202
 ac_res=$ac_cv_search_strerror
 
4203
 if test "$ac_res" != no; then
 
4204
   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
 
4205
@@ -5940,16 +6137,16 @@
 
4206
 fi
 
4207
 
 
4208
 if test "x$CC" != xcc; then
 
4209
-  { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
 
4210
-echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
 
4211
+  { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
 
4212
+$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
 
4213
 else
 
4214
-  { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
 
4215
-echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
 
4216
+  { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
 
4217
+$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
 
4218
 fi
 
4219
-set dummy $CC; ac_cc=`echo $2 |
 
4220
+set dummy $CC; ac_cc=`$as_echo "$2" |
 
4221
                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
 
4222
 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
 
4223
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4224
+  $as_echo_n "(cached) " >&6
 
4225
 else
 
4226
   cat >conftest.$ac_ext <<_ACEOF
 
4227
 /* confdefs.h.  */
 
4228
@@ -5975,19 +6172,21 @@
 
4229
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4230
   *) ac_try_echo=$ac_try;;
 
4231
 esac
 
4232
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4233
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4234
+$as_echo "$ac_try_echo") >&5
 
4235
   (eval "$ac_try") 2>&5
 
4236
   ac_status=$?
 
4237
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4238
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4239
   (exit $ac_status); } &&
 
4240
    test -f conftest2.$ac_objext && { (case "(($ac_try" in
 
4241
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4242
   *) ac_try_echo=$ac_try;;
 
4243
 esac
 
4244
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4245
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4246
+$as_echo "$ac_try_echo") >&5
 
4247
   (eval "$ac_try") 2>&5
 
4248
   ac_status=$?
 
4249
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4250
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4251
   (exit $ac_status); };
 
4252
 then
 
4253
   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
 
4254
@@ -5998,10 +6197,11 @@
 
4255
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4256
   *) ac_try_echo=$ac_try;;
 
4257
 esac
 
4258
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4259
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4260
+$as_echo "$ac_try_echo") >&5
 
4261
   (eval "$ac_try") 2>&5
 
4262
   ac_status=$?
 
4263
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4264
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4265
   (exit $ac_status); }; }; then
 
4266
       ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
 
4267
       rm -f conftest2.*
 
4268
@@ -6009,19 +6209,21 @@
 
4269
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4270
   *) ac_try_echo=$ac_try;;
 
4271
 esac
 
4272
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4273
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4274
+$as_echo "$ac_try_echo") >&5
 
4275
   (eval "$ac_try") 2>&5
 
4276
   ac_status=$?
 
4277
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4278
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4279
   (exit $ac_status); } &&
 
4280
         test -f conftest2.$ac_objext && { (case "(($ac_try" in
 
4281
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4282
   *) ac_try_echo=$ac_try;;
 
4283
 esac
 
4284
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4285
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4286
+$as_echo "$ac_try_echo") >&5
 
4287
   (eval "$ac_try") 2>&5
 
4288
   ac_status=$?
 
4289
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4290
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4291
   (exit $ac_status); };
 
4292
       then
 
4293
        # cc works too.
 
4294
@@ -6039,11 +6241,11 @@
 
4295
 
 
4296
 fi
 
4297
 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
 
4298
-  { echo "$as_me:$LINENO: result: yes" >&5
 
4299
-echo "${ECHO_T}yes" >&6; }
 
4300
+  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
4301
+$as_echo "yes" >&6; }
 
4302
 else
 
4303
-  { echo "$as_me:$LINENO: result: no" >&5
 
4304
-echo "${ECHO_T}no" >&6; }
 
4305
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4306
+$as_echo "no" >&6; }
 
4307
 
 
4308
 cat >>confdefs.h <<\_ACEOF
 
4309
 #define NO_MINUS_C_MINUS_O 1
 
4310
@@ -6065,10 +6267,10 @@
 
4311
 fi
 
4312
 
 
4313
 
 
4314
-{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
4315
-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
 
4316
+{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
4317
+$as_echo_n "checking for ANSI C header files... " >&6; }
 
4318
 if test "${ac_cv_header_stdc+set}" = set; then
 
4319
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4320
+  $as_echo_n "(cached) " >&6
 
4321
 else
 
4322
   cat >conftest.$ac_ext <<_ACEOF
 
4323
 /* confdefs.h.  */
 
4324
@@ -6095,20 +6297,21 @@
 
4325
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4326
   *) ac_try_echo=$ac_try;;
 
4327
 esac
 
4328
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4329
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4330
+$as_echo "$ac_try_echo") >&5
 
4331
   (eval "$ac_compile") 2>conftest.er1
 
4332
   ac_status=$?
 
4333
   grep -v '^ *+' conftest.er1 >conftest.err
 
4334
   rm -f conftest.er1
 
4335
   cat conftest.err >&5
 
4336
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4337
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4338
   (exit $ac_status); } && {
 
4339
         test -z "$ac_c_werror_flag" ||
 
4340
         test ! -s conftest.err
 
4341
        } && test -s conftest.$ac_objext; then
 
4342
   ac_cv_header_stdc=yes
 
4343
 else
 
4344
-  echo "$as_me: failed program was:" >&5
 
4345
+  $as_echo "$as_me: failed program was:" >&5
 
4346
 sed 's/^/| /' conftest.$ac_ext >&5
 
4347
 
 
4348
        ac_cv_header_stdc=no
 
4349
@@ -6200,37 +6403,40 @@
 
4350
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4351
   *) ac_try_echo=$ac_try;;
 
4352
 esac
 
4353
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4354
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4355
+$as_echo "$ac_try_echo") >&5
 
4356
   (eval "$ac_link") 2>&5
 
4357
   ac_status=$?
 
4358
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4359
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4360
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
4361
   { (case "(($ac_try" in
 
4362
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4363
   *) ac_try_echo=$ac_try;;
 
4364
 esac
 
4365
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4366
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4367
+$as_echo "$ac_try_echo") >&5
 
4368
   (eval "$ac_try") 2>&5
 
4369
   ac_status=$?
 
4370
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4371
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4372
   (exit $ac_status); }; }; then
 
4373
   :
 
4374
 else
 
4375
-  echo "$as_me: program exited with status $ac_status" >&5
 
4376
-echo "$as_me: failed program was:" >&5
 
4377
+  $as_echo "$as_me: program exited with status $ac_status" >&5
 
4378
+$as_echo "$as_me: failed program was:" >&5
 
4379
 sed 's/^/| /' conftest.$ac_ext >&5
 
4380
 
 
4381
 ( exit $ac_status )
 
4382
 ac_cv_header_stdc=no
 
4383
 fi
 
4384
+rm -rf conftest.dSYM
 
4385
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
4386
 fi
 
4387
 
 
4388
 
 
4389
 fi
 
4390
 fi
 
4391
-{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
4392
-echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
 
4393
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
4394
+$as_echo "$ac_cv_header_stdc" >&6; }
 
4395
 if test $ac_cv_header_stdc = yes; then
 
4396
 
 
4397
 cat >>confdefs.h <<\_ACEOF
 
4398
@@ -6253,10 +6459,10 @@
 
4399
   do
 
4400
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
4401
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
4402
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4403
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
4404
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4405
+$as_echo_n "checking for $ac_word... " >&6; }
 
4406
 if test "${ac_cv_prog_CXX+set}" = set; then
 
4407
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4408
+  $as_echo_n "(cached) " >&6
 
4409
 else
 
4410
   if test -n "$CXX"; then
 
4411
   ac_cv_prog_CXX="$CXX" # Let the user override the test.
 
4412
@@ -6269,7 +6475,7 @@
 
4413
   for ac_exec_ext in '' $ac_executable_extensions; do
 
4414
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
4415
     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
 
4416
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4417
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4418
     break 2
 
4419
   fi
 
4420
 done
 
4421
@@ -6280,11 +6486,11 @@
 
4422
 fi
 
4423
 CXX=$ac_cv_prog_CXX
 
4424
 if test -n "$CXX"; then
 
4425
-  { echo "$as_me:$LINENO: result: $CXX" >&5
 
4426
-echo "${ECHO_T}$CXX" >&6; }
 
4427
+  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
 
4428
+$as_echo "$CXX" >&6; }
 
4429
 else
 
4430
-  { echo "$as_me:$LINENO: result: no" >&5
 
4431
-echo "${ECHO_T}no" >&6; }
 
4432
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4433
+$as_echo "no" >&6; }
 
4434
 fi
 
4435
 
 
4436
 
 
4437
@@ -6297,10 +6503,10 @@
 
4438
 do
 
4439
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
4440
 set dummy $ac_prog; ac_word=$2
 
4441
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4442
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
4443
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4444
+$as_echo_n "checking for $ac_word... " >&6; }
 
4445
 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
 
4446
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4447
+  $as_echo_n "(cached) " >&6
 
4448
 else
 
4449
   if test -n "$ac_ct_CXX"; then
 
4450
   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
 
4451
@@ -6313,7 +6519,7 @@
 
4452
   for ac_exec_ext in '' $ac_executable_extensions; do
 
4453
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
4454
     ac_cv_prog_ac_ct_CXX="$ac_prog"
 
4455
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4456
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4457
     break 2
 
4458
   fi
 
4459
 done
 
4460
@@ -6324,11 +6530,11 @@
 
4461
 fi
 
4462
 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
 
4463
 if test -n "$ac_ct_CXX"; then
 
4464
-  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
 
4465
-echo "${ECHO_T}$ac_ct_CXX" >&6; }
 
4466
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
 
4467
+$as_echo "$ac_ct_CXX" >&6; }
 
4468
 else
 
4469
-  { echo "$as_me:$LINENO: result: no" >&5
 
4470
-echo "${ECHO_T}no" >&6; }
 
4471
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4472
+$as_echo "no" >&6; }
 
4473
 fi
 
4474
 
 
4475
 
 
4476
@@ -6340,12 +6546,8 @@
 
4477
   else
 
4478
     case $cross_compiling:$ac_tool_warned in
 
4479
 yes:)
 
4480
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
4481
-whose name does not start with the host triplet.  If you think this
 
4482
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
4483
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
4484
-whose name does not start with the host triplet.  If you think this
 
4485
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
4486
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
4487
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
4488
 ac_tool_warned=yes ;;
 
4489
 esac
 
4490
     CXX=$ac_ct_CXX
 
4491
@@ -6355,43 +6557,47 @@
 
4492
   fi
 
4493
 fi
 
4494
 # Provide some information about the compiler.
 
4495
-echo "$as_me:$LINENO: checking for C++ compiler version" >&5
 
4496
-ac_compiler=`set X $ac_compile; echo $2`
 
4497
+$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
 
4498
+set X $ac_compile
 
4499
+ac_compiler=$2
 
4500
 { (ac_try="$ac_compiler --version >&5"
 
4501
 case "(($ac_try" in
 
4502
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4503
   *) ac_try_echo=$ac_try;;
 
4504
 esac
 
4505
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4506
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4507
+$as_echo "$ac_try_echo") >&5
 
4508
   (eval "$ac_compiler --version >&5") 2>&5
 
4509
   ac_status=$?
 
4510
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4511
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4512
   (exit $ac_status); }
 
4513
 { (ac_try="$ac_compiler -v >&5"
 
4514
 case "(($ac_try" in
 
4515
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4516
   *) ac_try_echo=$ac_try;;
 
4517
 esac
 
4518
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4519
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4520
+$as_echo "$ac_try_echo") >&5
 
4521
   (eval "$ac_compiler -v >&5") 2>&5
 
4522
   ac_status=$?
 
4523
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4524
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4525
   (exit $ac_status); }
 
4526
 { (ac_try="$ac_compiler -V >&5"
 
4527
 case "(($ac_try" in
 
4528
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4529
   *) ac_try_echo=$ac_try;;
 
4530
 esac
 
4531
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4532
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4533
+$as_echo "$ac_try_echo") >&5
 
4534
   (eval "$ac_compiler -V >&5") 2>&5
 
4535
   ac_status=$?
 
4536
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4537
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4538
   (exit $ac_status); }
 
4539
 
 
4540
-{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
 
4541
-echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
 
4542
+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
 
4543
+$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
 
4544
 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
 
4545
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4546
+  $as_echo_n "(cached) " >&6
 
4547
 else
 
4548
   cat >conftest.$ac_ext <<_ACEOF
 
4549
 /* confdefs.h.  */
 
4550
@@ -6417,20 +6623,21 @@
 
4551
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4552
   *) ac_try_echo=$ac_try;;
 
4553
 esac
 
4554
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4555
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4556
+$as_echo "$ac_try_echo") >&5
 
4557
   (eval "$ac_compile") 2>conftest.er1
 
4558
   ac_status=$?
 
4559
   grep -v '^ *+' conftest.er1 >conftest.err
 
4560
   rm -f conftest.er1
 
4561
   cat conftest.err >&5
 
4562
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4563
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4564
   (exit $ac_status); } && {
 
4565
         test -z "$ac_cxx_werror_flag" ||
 
4566
         test ! -s conftest.err
 
4567
        } && test -s conftest.$ac_objext; then
 
4568
   ac_compiler_gnu=yes
 
4569
 else
 
4570
-  echo "$as_me: failed program was:" >&5
 
4571
+  $as_echo "$as_me: failed program was:" >&5
 
4572
 sed 's/^/| /' conftest.$ac_ext >&5
 
4573
 
 
4574
        ac_compiler_gnu=no
 
4575
@@ -6440,15 +6647,19 @@
 
4576
 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
 
4577
 
 
4578
 fi
 
4579
-{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
 
4580
-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
 
4581
-GXX=`test $ac_compiler_gnu = yes && echo yes`
 
4582
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
 
4583
+$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
 
4584
+if test $ac_compiler_gnu = yes; then
 
4585
+  GXX=yes
 
4586
+else
 
4587
+  GXX=
 
4588
+fi
 
4589
 ac_test_CXXFLAGS=${CXXFLAGS+set}
 
4590
 ac_save_CXXFLAGS=$CXXFLAGS
 
4591
-{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
 
4592
-echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
 
4593
+{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
 
4594
+$as_echo_n "checking whether $CXX accepts -g... " >&6; }
 
4595
 if test "${ac_cv_prog_cxx_g+set}" = set; then
 
4596
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4597
+  $as_echo_n "(cached) " >&6
 
4598
 else
 
4599
   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
 
4600
    ac_cxx_werror_flag=yes
 
4601
@@ -6475,20 +6686,21 @@
 
4602
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4603
   *) ac_try_echo=$ac_try;;
 
4604
 esac
 
4605
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4606
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4607
+$as_echo "$ac_try_echo") >&5
 
4608
   (eval "$ac_compile") 2>conftest.er1
 
4609
   ac_status=$?
 
4610
   grep -v '^ *+' conftest.er1 >conftest.err
 
4611
   rm -f conftest.er1
 
4612
   cat conftest.err >&5
 
4613
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4614
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4615
   (exit $ac_status); } && {
 
4616
         test -z "$ac_cxx_werror_flag" ||
 
4617
         test ! -s conftest.err
 
4618
        } && test -s conftest.$ac_objext; then
 
4619
   ac_cv_prog_cxx_g=yes
 
4620
 else
 
4621
-  echo "$as_me: failed program was:" >&5
 
4622
+  $as_echo "$as_me: failed program was:" >&5
 
4623
 sed 's/^/| /' conftest.$ac_ext >&5
 
4624
 
 
4625
        CXXFLAGS=""
 
4626
@@ -6513,20 +6725,21 @@
 
4627
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4628
   *) ac_try_echo=$ac_try;;
 
4629
 esac
 
4630
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4631
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4632
+$as_echo "$ac_try_echo") >&5
 
4633
   (eval "$ac_compile") 2>conftest.er1
 
4634
   ac_status=$?
 
4635
   grep -v '^ *+' conftest.er1 >conftest.err
 
4636
   rm -f conftest.er1
 
4637
   cat conftest.err >&5
 
4638
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4639
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4640
   (exit $ac_status); } && {
 
4641
         test -z "$ac_cxx_werror_flag" ||
 
4642
         test ! -s conftest.err
 
4643
        } && test -s conftest.$ac_objext; then
 
4644
   :
 
4645
 else
 
4646
-  echo "$as_me: failed program was:" >&5
 
4647
+  $as_echo "$as_me: failed program was:" >&5
 
4648
 sed 's/^/| /' conftest.$ac_ext >&5
 
4649
 
 
4650
        ac_cxx_werror_flag=$ac_save_cxx_werror_flag
 
4651
@@ -6552,20 +6765,21 @@
 
4652
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4653
   *) ac_try_echo=$ac_try;;
 
4654
 esac
 
4655
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4656
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4657
+$as_echo "$ac_try_echo") >&5
 
4658
   (eval "$ac_compile") 2>conftest.er1
 
4659
   ac_status=$?
 
4660
   grep -v '^ *+' conftest.er1 >conftest.err
 
4661
   rm -f conftest.er1
 
4662
   cat conftest.err >&5
 
4663
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4664
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4665
   (exit $ac_status); } && {
 
4666
         test -z "$ac_cxx_werror_flag" ||
 
4667
         test ! -s conftest.err
 
4668
        } && test -s conftest.$ac_objext; then
 
4669
   ac_cv_prog_cxx_g=yes
 
4670
 else
 
4671
-  echo "$as_me: failed program was:" >&5
 
4672
+  $as_echo "$as_me: failed program was:" >&5
 
4673
 sed 's/^/| /' conftest.$ac_ext >&5
 
4674
 
 
4675
 
 
4676
@@ -6580,8 +6794,8 @@
 
4677
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
4678
    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
 
4679
 fi
 
4680
-{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
 
4681
-echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
 
4682
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
 
4683
+$as_echo "$ac_cv_prog_cxx_g" >&6; }
 
4684
 if test "$ac_test_CXXFLAGS" = set; then
 
4685
   CXXFLAGS=$ac_save_CXXFLAGS
 
4686
 elif test $ac_cv_prog_cxx_g = yes; then
 
4687
@@ -6605,10 +6819,10 @@
 
4688
 
 
4689
 depcc="$CXX"  am_compiler_list=
 
4690
 
 
4691
-{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
4692
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 
4693
+{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
4694
+$as_echo_n "checking dependency style of $depcc... " >&6; }
 
4695
 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
 
4696
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4697
+  $as_echo_n "(cached) " >&6
 
4698
 else
 
4699
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
4700
   # We make a subdir and do the tests there.  Otherwise we can end up
 
4701
@@ -6696,8 +6910,8 @@
 
4702
 fi
 
4703
 
 
4704
 fi
 
4705
-{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
 
4706
-echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
 
4707
+{ $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
 
4708
+$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
 
4709
 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
 
4710
 
 
4711
  if
 
4712
@@ -6785,34 +6999,34 @@
 
4713
 
 
4714
 # Make sure we can run config.sub.
 
4715
 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
 
4716
-  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
 
4717
-echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
 
4718
+  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
 
4719
+$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
 
4720
    { (exit 1); exit 1; }; }
 
4721
 
 
4722
-{ echo "$as_me:$LINENO: checking build system type" >&5
 
4723
-echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
 
4724
+{ $as_echo "$as_me:$LINENO: checking build system type" >&5
 
4725
+$as_echo_n "checking build system type... " >&6; }
 
4726
 if test "${ac_cv_build+set}" = set; then
 
4727
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4728
+  $as_echo_n "(cached) " >&6
 
4729
 else
 
4730
   ac_build_alias=$build_alias
 
4731
 test "x$ac_build_alias" = x &&
 
4732
   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 
4733
 test "x$ac_build_alias" = x &&
 
4734
-  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
 
4735
-echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
 
4736
+  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
 
4737
+$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
 
4738
    { (exit 1); exit 1; }; }
 
4739
 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
 
4740
-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
 
4741
-echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
 
4742
+  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
 
4743
+$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
 
4744
    { (exit 1); exit 1; }; }
 
4745
 
 
4746
 fi
 
4747
-{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 
4748
-echo "${ECHO_T}$ac_cv_build" >&6; }
 
4749
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 
4750
+$as_echo "$ac_cv_build" >&6; }
 
4751
 case $ac_cv_build in
 
4752
 *-*-*) ;;
 
4753
-*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
 
4754
-echo "$as_me: error: invalid value of canonical build" >&2;}
 
4755
+*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
 
4756
+$as_echo "$as_me: error: invalid value of canonical build" >&2;}
 
4757
    { (exit 1); exit 1; }; };;
 
4758
 esac
 
4759
 build=$ac_cv_build
 
4760
@@ -6829,27 +7043,27 @@
 
4761
 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
 
4762
 
 
4763
 
 
4764
-{ echo "$as_me:$LINENO: checking host system type" >&5
 
4765
-echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
 
4766
+{ $as_echo "$as_me:$LINENO: checking host system type" >&5
 
4767
+$as_echo_n "checking host system type... " >&6; }
 
4768
 if test "${ac_cv_host+set}" = set; then
 
4769
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4770
+  $as_echo_n "(cached) " >&6
 
4771
 else
 
4772
   if test "x$host_alias" = x; then
 
4773
   ac_cv_host=$ac_cv_build
 
4774
 else
 
4775
   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
 
4776
-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
 
4777
-echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
 
4778
+    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
 
4779
+$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
 
4780
    { (exit 1); exit 1; }; }
 
4781
 fi
 
4782
 
 
4783
 fi
 
4784
-{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 
4785
-echo "${ECHO_T}$ac_cv_host" >&6; }
 
4786
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 
4787
+$as_echo "$ac_cv_host" >&6; }
 
4788
 case $ac_cv_host in
 
4789
 *-*-*) ;;
 
4790
-*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
 
4791
-echo "$as_me: error: invalid value of canonical host" >&2;}
 
4792
+*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
 
4793
+$as_echo "$as_me: error: invalid value of canonical host" >&2;}
 
4794
    { (exit 1); exit 1; }; };;
 
4795
 esac
 
4796
 host=$ac_cv_host
 
4797
@@ -6866,10 +7080,10 @@
 
4798
 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 
4799
 
 
4800
 
 
4801
-{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
 
4802
-echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
 
4803
+{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
 
4804
+$as_echo_n "checking for a sed that does not truncate output... " >&6; }
 
4805
 if test "${lt_cv_path_SED+set}" = set; then
 
4806
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4807
+  $as_echo_n "(cached) " >&6
 
4808
 else
 
4809
   # Loop through the user's path and test for sed and gsed.
 
4810
 # Then use that list of sed's as ones to test for truncation.
 
4811
@@ -6922,8 +7136,8 @@
 
4812
 
 
4813
 SED=$lt_cv_path_SED
 
4814
 
 
4815
-{ echo "$as_me:$LINENO: result: $SED" >&5
 
4816
-echo "${ECHO_T}$SED" >&6; }
 
4817
+{ $as_echo "$as_me:$LINENO: result: $SED" >&5
 
4818
+$as_echo "$SED" >&6; }
 
4819
 
 
4820
 
 
4821
 # Check whether --with-gnu-ld was given.
 
4822
@@ -6936,8 +7150,8 @@
 
4823
 ac_prog=ld
 
4824
 if test "$GCC" = yes; then
 
4825
   # Check if gcc -print-prog-name=ld gives a path.
 
4826
-  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
4827
-echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
 
4828
+  { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
4829
+$as_echo_n "checking for ld used by $CC... " >&6; }
 
4830
   case $host in
 
4831
   *-*-mingw*)
 
4832
     # gcc leaves a trailing carriage return which upsets mingw
 
4833
@@ -6966,14 +7180,14 @@
 
4834
     ;;
 
4835
   esac
 
4836
 elif test "$with_gnu_ld" = yes; then
 
4837
-  { echo "$as_me:$LINENO: checking for GNU ld" >&5
 
4838
-echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
 
4839
+  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
 
4840
+$as_echo_n "checking for GNU ld... " >&6; }
 
4841
 else
 
4842
-  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
4843
-echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
 
4844
+  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
4845
+$as_echo_n "checking for non-GNU ld... " >&6; }
 
4846
 fi
 
4847
 if test "${lt_cv_path_LD+set}" = set; then
 
4848
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4849
+  $as_echo_n "(cached) " >&6
 
4850
 else
 
4851
   if test -z "$LD"; then
 
4852
   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
4853
@@ -7003,19 +7217,19 @@
 
4854
 
 
4855
 LD="$lt_cv_path_LD"
 
4856
 if test -n "$LD"; then
 
4857
-  { echo "$as_me:$LINENO: result: $LD" >&5
 
4858
-echo "${ECHO_T}$LD" >&6; }
 
4859
+  { $as_echo "$as_me:$LINENO: result: $LD" >&5
 
4860
+$as_echo "$LD" >&6; }
 
4861
 else
 
4862
-  { echo "$as_me:$LINENO: result: no" >&5
 
4863
-echo "${ECHO_T}no" >&6; }
 
4864
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4865
+$as_echo "no" >&6; }
 
4866
 fi
 
4867
-test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
4868
-echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
4869
+test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
4870
+$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
4871
    { (exit 1); exit 1; }; }
 
4872
-{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
4873
-echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
 
4874
+{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
4875
+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
 
4876
 if test "${lt_cv_prog_gnu_ld+set}" = set; then
 
4877
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4878
+  $as_echo_n "(cached) " >&6
 
4879
 else
 
4880
   # I'd rather use --version here, but apparently some GNU lds only accept -v.
 
4881
 case `$LD -v 2>&1 </dev/null` in
 
4882
@@ -7027,20 +7241,20 @@
 
4883
   ;;
 
4884
 esac
 
4885
 fi
 
4886
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
4887
-echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
 
4888
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
4889
+$as_echo "$lt_cv_prog_gnu_ld" >&6; }
 
4890
 with_gnu_ld=$lt_cv_prog_gnu_ld
 
4891
 
 
4892
 
 
4893
-{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 
4894
-echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
 
4895
+{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 
4896
+$as_echo_n "checking for $LD option to reload object files... " >&6; }
 
4897
 if test "${lt_cv_ld_reload_flag+set}" = set; then
 
4898
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4899
+  $as_echo_n "(cached) " >&6
 
4900
 else
 
4901
   lt_cv_ld_reload_flag='-r'
 
4902
 fi
 
4903
-{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 
4904
-echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
 
4905
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 
4906
+$as_echo "$lt_cv_ld_reload_flag" >&6; }
 
4907
 reload_flag=$lt_cv_ld_reload_flag
 
4908
 case $reload_flag in
 
4909
 "" | " "*) ;;
 
4910
@@ -7057,10 +7271,10 @@
 
4911
     ;;
 
4912
 esac
 
4913
 
 
4914
-{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
 
4915
-echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
 
4916
+{ $as_echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
 
4917
+$as_echo_n "checking for BSD-compatible nm... " >&6; }
 
4918
 if test "${lt_cv_path_NM+set}" = set; then
 
4919
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4920
+  $as_echo_n "(cached) " >&6
 
4921
 else
 
4922
   if test -n "$NM"; then
 
4923
   # Let the user override the test.
 
4924
@@ -7106,25 +7320,25 @@
 
4925
   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
 
4926
 fi
 
4927
 fi
 
4928
-{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 
4929
-echo "${ECHO_T}$lt_cv_path_NM" >&6; }
 
4930
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 
4931
+$as_echo "$lt_cv_path_NM" >&6; }
 
4932
 NM="$lt_cv_path_NM"
 
4933
 
 
4934
-{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
 
4935
-echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
 
4936
+{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
 
4937
+$as_echo_n "checking whether ln -s works... " >&6; }
 
4938
 LN_S=$as_ln_s
 
4939
 if test "$LN_S" = "ln -s"; then
 
4940
-  { echo "$as_me:$LINENO: result: yes" >&5
 
4941
-echo "${ECHO_T}yes" >&6; }
 
4942
+  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
4943
+$as_echo "yes" >&6; }
 
4944
 else
 
4945
-  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 
4946
-echo "${ECHO_T}no, using $LN_S" >&6; }
 
4947
+  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 
4948
+$as_echo "no, using $LN_S" >&6; }
 
4949
 fi
 
4950
 
 
4951
-{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 
4952
-echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
 
4953
+{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 
4954
+$as_echo_n "checking how to recognize dependent libraries... " >&6; }
 
4955
 if test "${lt_cv_deplibs_check_method+set}" = set; then
 
4956
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4957
+  $as_echo_n "(cached) " >&6
 
4958
 else
 
4959
   lt_cv_file_magic_cmd='$MAGIC_CMD'
 
4960
 lt_cv_file_magic_test_file=
 
4961
@@ -7307,8 +7521,8 @@
 
4962
 esac
 
4963
 
 
4964
 fi
 
4965
-{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 
4966
-echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
 
4967
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 
4968
+$as_echo "$lt_cv_deplibs_check_method" >&6; }
 
4969
 file_magic_cmd=$lt_cv_file_magic_cmd
 
4970
 deplibs_check_method=$lt_cv_deplibs_check_method
 
4971
 test -z "$deplibs_check_method" && deplibs_check_method=unknown
 
4972
@@ -7341,7 +7555,7 @@
 
4973
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
4974
   (eval $ac_compile) 2>&5
 
4975
   ac_status=$?
 
4976
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4977
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4978
   (exit $ac_status); }; then
 
4979
     case `/usr/bin/file conftest.$ac_objext` in
 
4980
     *ELF-32*)
 
4981
@@ -7356,11 +7570,11 @@
 
4982
   ;;
 
4983
 *-*-irix6*)
 
4984
   # Find out which ABI we are using.
 
4985
-  echo '#line 7359 "configure"' > conftest.$ac_ext
 
4986
+  echo '#line 7573 "configure"' > conftest.$ac_ext
 
4987
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
4988
   (eval $ac_compile) 2>&5
 
4989
   ac_status=$?
 
4990
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4991
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4992
   (exit $ac_status); }; then
 
4993
    if test "$lt_cv_prog_gnu_ld" = yes; then
 
4994
     case `/usr/bin/file conftest.$ac_objext` in
 
4995
@@ -7398,7 +7612,7 @@
 
4996
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
4997
   (eval $ac_compile) 2>&5
 
4998
   ac_status=$?
 
4999
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5000
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5001
   (exit $ac_status); }; then
 
5002
     case `/usr/bin/file conftest.o` in
 
5003
     *32-bit*)
 
5004
@@ -7448,10 +7662,10 @@
 
5005
   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 
5006
   SAVE_CFLAGS="$CFLAGS"
 
5007
   CFLAGS="$CFLAGS -belf"
 
5008
-  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 
5009
-echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
 
5010
+  { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 
5011
+$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
 
5012
 if test "${lt_cv_cc_needs_belf+set}" = set; then
 
5013
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5014
+  $as_echo_n "(cached) " >&6
 
5015
 else
 
5016
   ac_ext=c
 
5017
 ac_cpp='$CPP $CPPFLAGS'
 
5018
@@ -7480,26 +7694,30 @@
 
5019
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5020
   *) ac_try_echo=$ac_try;;
 
5021
 esac
 
5022
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5023
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5024
+$as_echo "$ac_try_echo") >&5
 
5025
   (eval "$ac_link") 2>conftest.er1
 
5026
   ac_status=$?
 
5027
   grep -v '^ *+' conftest.er1 >conftest.err
 
5028
   rm -f conftest.er1
 
5029
   cat conftest.err >&5
 
5030
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5031
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5032
   (exit $ac_status); } && {
 
5033
         test -z "$ac_c_werror_flag" ||
 
5034
         test ! -s conftest.err
 
5035
-       } && test -s conftest$ac_exeext &&
 
5036
-       $as_test_x conftest$ac_exeext; then
 
5037
+       } && test -s conftest$ac_exeext && {
 
5038
+        test "$cross_compiling" = yes ||
 
5039
+        $as_test_x conftest$ac_exeext
 
5040
+       }; then
 
5041
   lt_cv_cc_needs_belf=yes
 
5042
 else
 
5043
-  echo "$as_me: failed program was:" >&5
 
5044
+  $as_echo "$as_me: failed program was:" >&5
 
5045
 sed 's/^/| /' conftest.$ac_ext >&5
 
5046
 
 
5047
        lt_cv_cc_needs_belf=no
 
5048
 fi
 
5049
 
 
5050
+rm -rf conftest.dSYM
 
5051
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5052
       conftest$ac_exeext conftest.$ac_ext
 
5053
      ac_ext=c
 
5054
@@ -7509,8 +7727,8 @@
 
5055
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
5056
 
 
5057
 fi
 
5058
-{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 
5059
-echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
 
5060
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 
5061
+$as_echo "$lt_cv_cc_needs_belf" >&6; }
 
5062
   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 
5063
     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 
5064
     CFLAGS="$SAVE_CFLAGS"
 
5065
@@ -7522,7 +7740,7 @@
 
5066
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
5067
   (eval $ac_compile) 2>&5
 
5068
   ac_status=$?
 
5069
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5070
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5071
   (exit $ac_status); }; then
 
5072
     case `/usr/bin/file conftest.o` in
 
5073
     *64-bit*)
 
5074
@@ -7549,20 +7767,21 @@
 
5075
 
 
5076
 for ac_header in dlfcn.h
 
5077
 do
 
5078
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
5079
+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
5080
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
5081
-  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
5082
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
5083
+  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
5084
+$as_echo_n "checking for $ac_header... " >&6; }
 
5085
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
5086
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5087
+  $as_echo_n "(cached) " >&6
 
5088
 fi
 
5089
-ac_res=`eval echo '${'$as_ac_Header'}'`
 
5090
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
5091
-echo "${ECHO_T}$ac_res" >&6; }
 
5092
+ac_res=`eval 'as_val=${'$as_ac_Header'}
 
5093
+                $as_echo "$as_val"'`
 
5094
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
5095
+$as_echo "$ac_res" >&6; }
 
5096
 else
 
5097
   # Is the header compilable?
 
5098
-{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
5099
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
5100
+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
5101
+$as_echo_n "checking $ac_header usability... " >&6; }
 
5102
 cat >conftest.$ac_ext <<_ACEOF
 
5103
 /* confdefs.h.  */
 
5104
 _ACEOF
 
5105
@@ -7578,32 +7797,33 @@
 
5106
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5107
   *) ac_try_echo=$ac_try;;
 
5108
 esac
 
5109
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5110
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5111
+$as_echo "$ac_try_echo") >&5
 
5112
   (eval "$ac_compile") 2>conftest.er1
 
5113
   ac_status=$?
 
5114
   grep -v '^ *+' conftest.er1 >conftest.err
 
5115
   rm -f conftest.er1
 
5116
   cat conftest.err >&5
 
5117
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5118
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5119
   (exit $ac_status); } && {
 
5120
         test -z "$ac_c_werror_flag" ||
 
5121
         test ! -s conftest.err
 
5122
        } && test -s conftest.$ac_objext; then
 
5123
   ac_header_compiler=yes
 
5124
 else
 
5125
-  echo "$as_me: failed program was:" >&5
 
5126
+  $as_echo "$as_me: failed program was:" >&5
 
5127
 sed 's/^/| /' conftest.$ac_ext >&5
 
5128
 
 
5129
        ac_header_compiler=no
 
5130
 fi
 
5131
 
 
5132
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
5133
-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
5134
-echo "${ECHO_T}$ac_header_compiler" >&6; }
 
5135
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
5136
+$as_echo "$ac_header_compiler" >&6; }
 
5137
 
 
5138
 # Is the header present?
 
5139
-{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
5140
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
5141
+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
5142
+$as_echo_n "checking $ac_header presence... " >&6; }
 
5143
 cat >conftest.$ac_ext <<_ACEOF
 
5144
 /* confdefs.h.  */
 
5145
 _ACEOF
 
5146
@@ -7617,51 +7837,52 @@
 
5147
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5148
   *) ac_try_echo=$ac_try;;
 
5149
 esac
 
5150
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5151
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5152
+$as_echo "$ac_try_echo") >&5
 
5153
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
5154
   ac_status=$?
 
5155
   grep -v '^ *+' conftest.er1 >conftest.err
 
5156
   rm -f conftest.er1
 
5157
   cat conftest.err >&5
 
5158
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5159
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5160
   (exit $ac_status); } >/dev/null && {
 
5161
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
5162
         test ! -s conftest.err
 
5163
        }; then
 
5164
   ac_header_preproc=yes
 
5165
 else
 
5166
-  echo "$as_me: failed program was:" >&5
 
5167
+  $as_echo "$as_me: failed program was:" >&5
 
5168
 sed 's/^/| /' conftest.$ac_ext >&5
 
5169
 
 
5170
   ac_header_preproc=no
 
5171
 fi
 
5172
 
 
5173
 rm -f conftest.err conftest.$ac_ext
 
5174
-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
5175
-echo "${ECHO_T}$ac_header_preproc" >&6; }
 
5176
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
5177
+$as_echo "$ac_header_preproc" >&6; }
 
5178
 
 
5179
 # So?  What about this header?
 
5180
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
5181
   yes:no: )
 
5182
-    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
5183
-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
5184
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
5185
-echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
5186
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
5187
+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
5188
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
5189
+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
5190
     ac_header_preproc=yes
 
5191
     ;;
 
5192
   no:yes:* )
 
5193
-    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
5194
-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
5195
-    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
5196
-echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
5197
-    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
5198
-echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
5199
-    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
5200
-echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
5201
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
5202
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
5203
-    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
5204
-echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
5205
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
5206
+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
5207
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
5208
+$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
5209
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
5210
+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
5211
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
5212
+$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
5213
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
5214
+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
5215
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
5216
+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
5217
     ( cat <<\_ASBOX
 
5218
 ## --------------------------------------------------------------------------- ##
 
5219
 ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=sound-juicer ##
 
5220
@@ -7670,21 +7891,24 @@
 
5221
      ) | sed "s/^/$as_me: WARNING:     /" >&2
 
5222
     ;;
 
5223
 esac
 
5224
-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
5225
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
5226
+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
5227
+$as_echo_n "checking for $ac_header... " >&6; }
 
5228
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
5229
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5230
+  $as_echo_n "(cached) " >&6
 
5231
 else
 
5232
   eval "$as_ac_Header=\$ac_header_preproc"
 
5233
 fi
 
5234
-ac_res=`eval echo '${'$as_ac_Header'}'`
 
5235
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
5236
-echo "${ECHO_T}$ac_res" >&6; }
 
5237
+ac_res=`eval 'as_val=${'$as_ac_Header'}
 
5238
+                $as_echo "$as_val"'`
 
5239
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
5240
+$as_echo "$ac_res" >&6; }
 
5241
 
 
5242
 fi
 
5243
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
5244
+as_val=`eval 'as_val=${'$as_ac_Header'}
 
5245
+                $as_echo "$as_val"'`
 
5246
+   if test "x$as_val" = x""yes; then
 
5247
   cat >>confdefs.h <<_ACEOF
 
5248
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
5249
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
5250
 _ACEOF
 
5251
 
 
5252
 fi
 
5253
@@ -7701,11 +7925,11 @@
 
5254
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
5255
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
5256
 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
5257
-{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
 
5258
-echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
 
5259
+{ $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
 
5260
+$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
 
5261
 if test -z "$CXXCPP"; then
 
5262
   if test "${ac_cv_prog_CXXCPP+set}" = set; then
 
5263
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5264
+  $as_echo_n "(cached) " >&6
 
5265
 else
 
5266
       # Double quotes because CXXCPP needs to be expanded
 
5267
     for CXXCPP in "$CXX -E" "/lib/cpp"
 
5268
@@ -7737,20 +7961,21 @@
 
5269
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5270
   *) ac_try_echo=$ac_try;;
 
5271
 esac
 
5272
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5273
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5274
+$as_echo "$ac_try_echo") >&5
 
5275
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
5276
   ac_status=$?
 
5277
   grep -v '^ *+' conftest.er1 >conftest.err
 
5278
   rm -f conftest.er1
 
5279
   cat conftest.err >&5
 
5280
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5281
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5282
   (exit $ac_status); } >/dev/null && {
 
5283
         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
5284
         test ! -s conftest.err
 
5285
        }; then
 
5286
   :
 
5287
 else
 
5288
-  echo "$as_me: failed program was:" >&5
 
5289
+  $as_echo "$as_me: failed program was:" >&5
 
5290
 sed 's/^/| /' conftest.$ac_ext >&5
 
5291
 
 
5292
   # Broken: fails on valid input.
 
5293
@@ -7774,13 +7999,14 @@
 
5294
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5295
   *) ac_try_echo=$ac_try;;
 
5296
 esac
 
5297
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5298
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5299
+$as_echo "$ac_try_echo") >&5
 
5300
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
5301
   ac_status=$?
 
5302
   grep -v '^ *+' conftest.er1 >conftest.err
 
5303
   rm -f conftest.er1
 
5304
   cat conftest.err >&5
 
5305
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5306
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5307
   (exit $ac_status); } >/dev/null && {
 
5308
         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
5309
         test ! -s conftest.err
 
5310
@@ -7788,7 +8014,7 @@
 
5311
   # Broken: success on invalid input.
 
5312
 continue
 
5313
 else
 
5314
-  echo "$as_me: failed program was:" >&5
 
5315
+  $as_echo "$as_me: failed program was:" >&5
 
5316
 sed 's/^/| /' conftest.$ac_ext >&5
 
5317
 
 
5318
   # Passes both tests.
 
5319
@@ -7813,8 +8039,8 @@
 
5320
 else
 
5321
   ac_cv_prog_CXXCPP=$CXXCPP
 
5322
 fi
 
5323
-{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
 
5324
-echo "${ECHO_T}$CXXCPP" >&6; }
 
5325
+{ $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5
 
5326
+$as_echo "$CXXCPP" >&6; }
 
5327
 ac_preproc_ok=false
 
5328
 for ac_cxx_preproc_warn_flag in '' yes
 
5329
 do
 
5330
@@ -7842,20 +8068,21 @@
 
5331
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5332
   *) ac_try_echo=$ac_try;;
 
5333
 esac
 
5334
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5335
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5336
+$as_echo "$ac_try_echo") >&5
 
5337
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
5338
   ac_status=$?
 
5339
   grep -v '^ *+' conftest.er1 >conftest.err
 
5340
   rm -f conftest.er1
 
5341
   cat conftest.err >&5
 
5342
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5343
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5344
   (exit $ac_status); } >/dev/null && {
 
5345
         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
5346
         test ! -s conftest.err
 
5347
        }; then
 
5348
   :
 
5349
 else
 
5350
-  echo "$as_me: failed program was:" >&5
 
5351
+  $as_echo "$as_me: failed program was:" >&5
 
5352
 sed 's/^/| /' conftest.$ac_ext >&5
 
5353
 
 
5354
   # Broken: fails on valid input.
 
5355
@@ -7879,13 +8106,14 @@
 
5356
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5357
   *) ac_try_echo=$ac_try;;
 
5358
 esac
 
5359
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5360
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5361
+$as_echo "$ac_try_echo") >&5
 
5362
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
5363
   ac_status=$?
 
5364
   grep -v '^ *+' conftest.er1 >conftest.err
 
5365
   rm -f conftest.er1
 
5366
   cat conftest.err >&5
 
5367
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5368
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5369
   (exit $ac_status); } >/dev/null && {
 
5370
         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
5371
         test ! -s conftest.err
 
5372
@@ -7893,7 +8121,7 @@
 
5373
   # Broken: success on invalid input.
 
5374
 continue
 
5375
 else
 
5376
-  echo "$as_me: failed program was:" >&5
 
5377
+  $as_echo "$as_me: failed program was:" >&5
 
5378
 sed 's/^/| /' conftest.$ac_ext >&5
 
5379
 
 
5380
   # Passes both tests.
 
5381
@@ -7909,11 +8137,13 @@
 
5382
 if $ac_preproc_ok; then
 
5383
   :
 
5384
 else
 
5385
-  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
 
5386
+  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
5387
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
5388
+{ { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
 
5389
 See \`config.log' for more details." >&5
 
5390
-echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
 
5391
+$as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
 
5392
 See \`config.log' for more details." >&2;}
 
5393
-   { (exit 1); exit 1; }; }
 
5394
+   { (exit 1); exit 1; }; }; }
 
5395
 fi
 
5396
 
 
5397
 ac_ext=cpp
 
5398
@@ -7934,10 +8164,10 @@
 
5399
   do
 
5400
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
5401
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
5402
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5403
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
5404
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5405
+$as_echo_n "checking for $ac_word... " >&6; }
 
5406
 if test "${ac_cv_prog_F77+set}" = set; then
 
5407
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5408
+  $as_echo_n "(cached) " >&6
 
5409
 else
 
5410
   if test -n "$F77"; then
 
5411
   ac_cv_prog_F77="$F77" # Let the user override the test.
 
5412
@@ -7950,7 +8180,7 @@
 
5413
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5414
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5415
     ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
 
5416
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5417
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5418
     break 2
 
5419
   fi
 
5420
 done
 
5421
@@ -7961,11 +8191,11 @@
 
5422
 fi
 
5423
 F77=$ac_cv_prog_F77
 
5424
 if test -n "$F77"; then
 
5425
-  { echo "$as_me:$LINENO: result: $F77" >&5
 
5426
-echo "${ECHO_T}$F77" >&6; }
 
5427
+  { $as_echo "$as_me:$LINENO: result: $F77" >&5
 
5428
+$as_echo "$F77" >&6; }
 
5429
 else
 
5430
-  { echo "$as_me:$LINENO: result: no" >&5
 
5431
-echo "${ECHO_T}no" >&6; }
 
5432
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
5433
+$as_echo "no" >&6; }
 
5434
 fi
 
5435
 
 
5436
 
 
5437
@@ -7978,10 +8208,10 @@
 
5438
 do
 
5439
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
5440
 set dummy $ac_prog; ac_word=$2
 
5441
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5442
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
5443
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5444
+$as_echo_n "checking for $ac_word... " >&6; }
 
5445
 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
 
5446
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5447
+  $as_echo_n "(cached) " >&6
 
5448
 else
 
5449
   if test -n "$ac_ct_F77"; then
 
5450
   ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
 
5451
@@ -7994,7 +8224,7 @@
 
5452
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5453
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5454
     ac_cv_prog_ac_ct_F77="$ac_prog"
 
5455
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5456
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5457
     break 2
 
5458
   fi
 
5459
 done
 
5460
@@ -8005,11 +8235,11 @@
 
5461
 fi
 
5462
 ac_ct_F77=$ac_cv_prog_ac_ct_F77
 
5463
 if test -n "$ac_ct_F77"; then
 
5464
-  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
 
5465
-echo "${ECHO_T}$ac_ct_F77" >&6; }
 
5466
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
 
5467
+$as_echo "$ac_ct_F77" >&6; }
 
5468
 else
 
5469
-  { echo "$as_me:$LINENO: result: no" >&5
 
5470
-echo "${ECHO_T}no" >&6; }
 
5471
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
5472
+$as_echo "no" >&6; }
 
5473
 fi
 
5474
 
 
5475
 
 
5476
@@ -8021,12 +8251,8 @@
 
5477
   else
 
5478
     case $cross_compiling:$ac_tool_warned in
 
5479
 yes:)
 
5480
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
5481
-whose name does not start with the host triplet.  If you think this
 
5482
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
5483
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
5484
-whose name does not start with the host triplet.  If you think this
 
5485
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
5486
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
5487
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
5488
 ac_tool_warned=yes ;;
 
5489
 esac
 
5490
     F77=$ac_ct_F77
 
5491
@@ -8035,37 +8261,41 @@
 
5492
 
 
5493
 
 
5494
 # Provide some information about the compiler.
 
5495
-echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
 
5496
-ac_compiler=`set X $ac_compile; echo $2`
 
5497
+$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
 
5498
+set X $ac_compile
 
5499
+ac_compiler=$2
 
5500
 { (ac_try="$ac_compiler --version >&5"
 
5501
 case "(($ac_try" in
 
5502
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5503
   *) ac_try_echo=$ac_try;;
 
5504
 esac
 
5505
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5506
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5507
+$as_echo "$ac_try_echo") >&5
 
5508
   (eval "$ac_compiler --version >&5") 2>&5
 
5509
   ac_status=$?
 
5510
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5511
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5512
   (exit $ac_status); }
 
5513
 { (ac_try="$ac_compiler -v >&5"
 
5514
 case "(($ac_try" in
 
5515
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5516
   *) ac_try_echo=$ac_try;;
 
5517
 esac
 
5518
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5519
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5520
+$as_echo "$ac_try_echo") >&5
 
5521
   (eval "$ac_compiler -v >&5") 2>&5
 
5522
   ac_status=$?
 
5523
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5524
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5525
   (exit $ac_status); }
 
5526
 { (ac_try="$ac_compiler -V >&5"
 
5527
 case "(($ac_try" in
 
5528
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5529
   *) ac_try_echo=$ac_try;;
 
5530
 esac
 
5531
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5532
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5533
+$as_echo "$ac_try_echo") >&5
 
5534
   (eval "$ac_compiler -V >&5") 2>&5
 
5535
   ac_status=$?
 
5536
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5537
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5538
   (exit $ac_status); }
 
5539
 rm -f a.out
 
5540
 
 
5541
@@ -8073,10 +8303,10 @@
 
5542
 # input file.  (Note that this only needs to work for GNU compilers.)
 
5543
 ac_save_ext=$ac_ext
 
5544
 ac_ext=F
 
5545
-{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
 
5546
-echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
 
5547
+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
 
5548
+$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
 
5549
 if test "${ac_cv_f77_compiler_gnu+set}" = set; then
 
5550
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5551
+  $as_echo_n "(cached) " >&6
 
5552
 else
 
5553
   cat >conftest.$ac_ext <<_ACEOF
 
5554
       program main
 
5555
@@ -8092,20 +8322,21 @@
 
5556
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5557
   *) ac_try_echo=$ac_try;;
 
5558
 esac
 
5559
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5560
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5561
+$as_echo "$ac_try_echo") >&5
 
5562
   (eval "$ac_compile") 2>conftest.er1
 
5563
   ac_status=$?
 
5564
   grep -v '^ *+' conftest.er1 >conftest.err
 
5565
   rm -f conftest.er1
 
5566
   cat conftest.err >&5
 
5567
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5568
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5569
   (exit $ac_status); } && {
 
5570
         test -z "$ac_f77_werror_flag" ||
 
5571
         test ! -s conftest.err
 
5572
        } && test -s conftest.$ac_objext; then
 
5573
   ac_compiler_gnu=yes
 
5574
 else
 
5575
-  echo "$as_me: failed program was:" >&5
 
5576
+  $as_echo "$as_me: failed program was:" >&5
 
5577
 sed 's/^/| /' conftest.$ac_ext >&5
 
5578
 
 
5579
        ac_compiler_gnu=no
 
5580
@@ -8115,16 +8346,16 @@
 
5581
 ac_cv_f77_compiler_gnu=$ac_compiler_gnu
 
5582
 
 
5583
 fi
 
5584
-{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
 
5585
-echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
 
5586
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
 
5587
+$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
 
5588
 ac_ext=$ac_save_ext
 
5589
 ac_test_FFLAGS=${FFLAGS+set}
 
5590
 ac_save_FFLAGS=$FFLAGS
 
5591
 FFLAGS=
 
5592
-{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
 
5593
-echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
 
5594
+{ $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
 
5595
+$as_echo_n "checking whether $F77 accepts -g... " >&6; }
 
5596
 if test "${ac_cv_prog_f77_g+set}" = set; then
 
5597
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5598
+  $as_echo_n "(cached) " >&6
 
5599
 else
 
5600
   FFLAGS=-g
 
5601
 cat >conftest.$ac_ext <<_ACEOF
 
5602
@@ -8138,20 +8369,21 @@
 
5603
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5604
   *) ac_try_echo=$ac_try;;
 
5605
 esac
 
5606
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5607
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5608
+$as_echo "$ac_try_echo") >&5
 
5609
   (eval "$ac_compile") 2>conftest.er1
 
5610
   ac_status=$?
 
5611
   grep -v '^ *+' conftest.er1 >conftest.err
 
5612
   rm -f conftest.er1
 
5613
   cat conftest.err >&5
 
5614
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5615
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5616
   (exit $ac_status); } && {
 
5617
         test -z "$ac_f77_werror_flag" ||
 
5618
         test ! -s conftest.err
 
5619
        } && test -s conftest.$ac_objext; then
 
5620
   ac_cv_prog_f77_g=yes
 
5621
 else
 
5622
-  echo "$as_me: failed program was:" >&5
 
5623
+  $as_echo "$as_me: failed program was:" >&5
 
5624
 sed 's/^/| /' conftest.$ac_ext >&5
 
5625
 
 
5626
        ac_cv_prog_f77_g=no
 
5627
@@ -8160,8 +8392,8 @@
 
5628
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
5629
 
 
5630
 fi
 
5631
-{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
 
5632
-echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
 
5633
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
 
5634
+$as_echo "$ac_cv_prog_f77_g" >&6; }
 
5635
 if test "$ac_test_FFLAGS" = set; then
 
5636
   FFLAGS=$ac_save_FFLAGS
 
5637
 elif test $ac_cv_prog_f77_g = yes; then
 
5638
@@ -8178,7 +8410,11 @@
 
5639
   fi
 
5640
 fi
 
5641
 
 
5642
-G77=`test $ac_compiler_gnu = yes && echo yes`
 
5643
+if test $ac_compiler_gnu = yes; then
 
5644
+  G77=yes
 
5645
+else
 
5646
+  G77=
 
5647
+fi
 
5648
 ac_ext=c
 
5649
 ac_cpp='$CPP $CPPFLAGS'
 
5650
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
5651
@@ -8189,10 +8425,10 @@
 
5652
 
 
5653
 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
 
5654
 # find the maximum length of command line arguments
 
5655
-{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 
5656
-echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
 
5657
+{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 
5658
+$as_echo_n "checking the maximum length of command line arguments... " >&6; }
 
5659
 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
 
5660
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5661
+  $as_echo_n "(cached) " >&6
 
5662
 else
 
5663
     i=0
 
5664
   teststring="ABCD"
 
5665
@@ -8301,11 +8537,11 @@
 
5666
 fi
 
5667
 
 
5668
 if test -n $lt_cv_sys_max_cmd_len ; then
 
5669
-  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 
5670
-echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
 
5671
+  { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 
5672
+$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
 
5673
 else
 
5674
-  { echo "$as_me:$LINENO: result: none" >&5
 
5675
-echo "${ECHO_T}none" >&6; }
 
5676
+  { $as_echo "$as_me:$LINENO: result: none" >&5
 
5677
+$as_echo "none" >&6; }
 
5678
 fi
 
5679
 
 
5680
 
 
5681
@@ -8313,10 +8549,10 @@
 
5682
 
 
5683
 
 
5684
 # Check for command to grab the raw symbol name followed by C symbol from nm.
 
5685
-{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 
5686
-echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
 
5687
+{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 
5688
+$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
 
5689
 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
 
5690
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5691
+  $as_echo_n "(cached) " >&6
 
5692
 else
 
5693
 
 
5694
 # These are sane defaults that work on at least a few old systems.
 
5695
@@ -8421,14 +8657,14 @@
 
5696
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
5697
   (eval $ac_compile) 2>&5
 
5698
   ac_status=$?
 
5699
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5700
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5701
   (exit $ac_status); }; then
 
5702
     # Now try to grab the symbols.
 
5703
     nlist=conftest.nm
 
5704
     if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
 
5705
   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
 
5706
   ac_status=$?
 
5707
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5708
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5709
   (exit $ac_status); } && test -s "$nlist"; then
 
5710
       # Try sorting and uniquifying the output.
 
5711
       if sort "$nlist" | uniq > "$nlist"T; then
 
5712
@@ -8483,7 +8719,7 @@
 
5713
          if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
5714
   (eval $ac_link) 2>&5
 
5715
   ac_status=$?
 
5716
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5717
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5718
   (exit $ac_status); } && test -s conftest${ac_exeext}; then
 
5719
            pipe_works=yes
 
5720
          fi
 
5721
@@ -8518,17 +8754,17 @@
 
5722
   lt_cv_sys_global_symbol_to_cdecl=
 
5723
 fi
 
5724
 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 
5725
-  { echo "$as_me:$LINENO: result: failed" >&5
 
5726
-echo "${ECHO_T}failed" >&6; }
 
5727
+  { $as_echo "$as_me:$LINENO: result: failed" >&5
 
5728
+$as_echo "failed" >&6; }
 
5729
 else
 
5730
-  { echo "$as_me:$LINENO: result: ok" >&5
 
5731
-echo "${ECHO_T}ok" >&6; }
 
5732
+  { $as_echo "$as_me:$LINENO: result: ok" >&5
 
5733
+$as_echo "ok" >&6; }
 
5734
 fi
 
5735
 
 
5736
-{ echo "$as_me:$LINENO: checking for objdir" >&5
 
5737
-echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
 
5738
+{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
 
5739
+$as_echo_n "checking for objdir... " >&6; }
 
5740
 if test "${lt_cv_objdir+set}" = set; then
 
5741
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5742
+  $as_echo_n "(cached) " >&6
 
5743
 else
 
5744
   rm -f .libs 2>/dev/null
 
5745
 mkdir .libs 2>/dev/null
 
5746
@@ -8540,8 +8776,8 @@
 
5747
 fi
 
5748
 rmdir .libs 2>/dev/null
 
5749
 fi
 
5750
-{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 
5751
-echo "${ECHO_T}$lt_cv_objdir" >&6; }
 
5752
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 
5753
+$as_echo "$lt_cv_objdir" >&6; }
 
5754
 objdir=$lt_cv_objdir
 
5755
 
 
5756
 
 
5757
@@ -8592,10 +8828,10 @@
 
5758
 if test -n "$ac_tool_prefix"; then
 
5759
   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 
5760
 set dummy ${ac_tool_prefix}ar; ac_word=$2
 
5761
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5762
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
5763
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5764
+$as_echo_n "checking for $ac_word... " >&6; }
 
5765
 if test "${ac_cv_prog_AR+set}" = set; then
 
5766
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5767
+  $as_echo_n "(cached) " >&6
 
5768
 else
 
5769
   if test -n "$AR"; then
 
5770
   ac_cv_prog_AR="$AR" # Let the user override the test.
 
5771
@@ -8608,7 +8844,7 @@
 
5772
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5773
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5774
     ac_cv_prog_AR="${ac_tool_prefix}ar"
 
5775
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5776
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5777
     break 2
 
5778
   fi
 
5779
 done
 
5780
@@ -8619,11 +8855,11 @@
 
5781
 fi
 
5782
 AR=$ac_cv_prog_AR
 
5783
 if test -n "$AR"; then
 
5784
-  { echo "$as_me:$LINENO: result: $AR" >&5
 
5785
-echo "${ECHO_T}$AR" >&6; }
 
5786
+  { $as_echo "$as_me:$LINENO: result: $AR" >&5
 
5787
+$as_echo "$AR" >&6; }
 
5788
 else
 
5789
-  { echo "$as_me:$LINENO: result: no" >&5
 
5790
-echo "${ECHO_T}no" >&6; }
 
5791
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
5792
+$as_echo "no" >&6; }
 
5793
 fi
 
5794
 
 
5795
 
 
5796
@@ -8632,10 +8868,10 @@
 
5797
   ac_ct_AR=$AR
 
5798
   # Extract the first word of "ar", so it can be a program name with args.
 
5799
 set dummy ar; ac_word=$2
 
5800
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5801
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
5802
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5803
+$as_echo_n "checking for $ac_word... " >&6; }
 
5804
 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
 
5805
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5806
+  $as_echo_n "(cached) " >&6
 
5807
 else
 
5808
   if test -n "$ac_ct_AR"; then
 
5809
   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
 
5810
@@ -8648,7 +8884,7 @@
 
5811
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5812
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5813
     ac_cv_prog_ac_ct_AR="ar"
 
5814
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5815
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5816
     break 2
 
5817
   fi
 
5818
 done
 
5819
@@ -8659,11 +8895,11 @@
 
5820
 fi
 
5821
 ac_ct_AR=$ac_cv_prog_ac_ct_AR
 
5822
 if test -n "$ac_ct_AR"; then
 
5823
-  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 
5824
-echo "${ECHO_T}$ac_ct_AR" >&6; }
 
5825
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 
5826
+$as_echo "$ac_ct_AR" >&6; }
 
5827
 else
 
5828
-  { echo "$as_me:$LINENO: result: no" >&5
 
5829
-echo "${ECHO_T}no" >&6; }
 
5830
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
5831
+$as_echo "no" >&6; }
 
5832
 fi
 
5833
 
 
5834
   if test "x$ac_ct_AR" = x; then
 
5835
@@ -8671,12 +8907,8 @@
 
5836
   else
 
5837
     case $cross_compiling:$ac_tool_warned in
 
5838
 yes:)
 
5839
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
5840
-whose name does not start with the host triplet.  If you think this
 
5841
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
5842
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
5843
-whose name does not start with the host triplet.  If you think this
 
5844
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
5845
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
5846
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
5847
 ac_tool_warned=yes ;;
 
5848
 esac
 
5849
     AR=$ac_ct_AR
 
5850
@@ -8688,10 +8920,10 @@
 
5851
 if test -n "$ac_tool_prefix"; then
 
5852
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 
5853
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 
5854
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5855
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
5856
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5857
+$as_echo_n "checking for $ac_word... " >&6; }
 
5858
 if test "${ac_cv_prog_RANLIB+set}" = set; then
 
5859
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5860
+  $as_echo_n "(cached) " >&6
 
5861
 else
 
5862
   if test -n "$RANLIB"; then
 
5863
   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
 
5864
@@ -8704,7 +8936,7 @@
 
5865
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5866
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5867
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
 
5868
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5869
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5870
     break 2
 
5871
   fi
 
5872
 done
 
5873
@@ -8715,11 +8947,11 @@
 
5874
 fi
 
5875
 RANLIB=$ac_cv_prog_RANLIB
 
5876
 if test -n "$RANLIB"; then
 
5877
-  { echo "$as_me:$LINENO: result: $RANLIB" >&5
 
5878
-echo "${ECHO_T}$RANLIB" >&6; }
 
5879
+  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
 
5880
+$as_echo "$RANLIB" >&6; }
 
5881
 else
 
5882
-  { echo "$as_me:$LINENO: result: no" >&5
 
5883
-echo "${ECHO_T}no" >&6; }
 
5884
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
5885
+$as_echo "no" >&6; }
 
5886
 fi
 
5887
 
 
5888
 
 
5889
@@ -8728,10 +8960,10 @@
 
5890
   ac_ct_RANLIB=$RANLIB
 
5891
   # Extract the first word of "ranlib", so it can be a program name with args.
 
5892
 set dummy ranlib; ac_word=$2
 
5893
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5894
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
5895
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5896
+$as_echo_n "checking for $ac_word... " >&6; }
 
5897
 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
 
5898
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5899
+  $as_echo_n "(cached) " >&6
 
5900
 else
 
5901
   if test -n "$ac_ct_RANLIB"; then
 
5902
   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
 
5903
@@ -8744,7 +8976,7 @@
 
5904
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5905
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5906
     ac_cv_prog_ac_ct_RANLIB="ranlib"
 
5907
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5908
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5909
     break 2
 
5910
   fi
 
5911
 done
 
5912
@@ -8755,11 +8987,11 @@
 
5913
 fi
 
5914
 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 
5915
 if test -n "$ac_ct_RANLIB"; then
 
5916
-  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 
5917
-echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
 
5918
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 
5919
+$as_echo "$ac_ct_RANLIB" >&6; }
 
5920
 else
 
5921
-  { echo "$as_me:$LINENO: result: no" >&5
 
5922
-echo "${ECHO_T}no" >&6; }
 
5923
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
5924
+$as_echo "no" >&6; }
 
5925
 fi
 
5926
 
 
5927
   if test "x$ac_ct_RANLIB" = x; then
 
5928
@@ -8767,12 +8999,8 @@
 
5929
   else
 
5930
     case $cross_compiling:$ac_tool_warned in
 
5931
 yes:)
 
5932
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
5933
-whose name does not start with the host triplet.  If you think this
 
5934
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
5935
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
5936
-whose name does not start with the host triplet.  If you think this
 
5937
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
5938
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
5939
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
5940
 ac_tool_warned=yes ;;
 
5941
 esac
 
5942
     RANLIB=$ac_ct_RANLIB
 
5943
@@ -8784,10 +9012,10 @@
 
5944
 if test -n "$ac_tool_prefix"; then
 
5945
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
5946
 set dummy ${ac_tool_prefix}strip; ac_word=$2
 
5947
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5948
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
5949
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5950
+$as_echo_n "checking for $ac_word... " >&6; }
 
5951
 if test "${ac_cv_prog_STRIP+set}" = set; then
 
5952
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5953
+  $as_echo_n "(cached) " >&6
 
5954
 else
 
5955
   if test -n "$STRIP"; then
 
5956
   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 
5957
@@ -8800,7 +9028,7 @@
 
5958
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5959
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5960
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
5961
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5962
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5963
     break 2
 
5964
   fi
 
5965
 done
 
5966
@@ -8811,11 +9039,11 @@
 
5967
 fi
 
5968
 STRIP=$ac_cv_prog_STRIP
 
5969
 if test -n "$STRIP"; then
 
5970
-  { echo "$as_me:$LINENO: result: $STRIP" >&5
 
5971
-echo "${ECHO_T}$STRIP" >&6; }
 
5972
+  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
 
5973
+$as_echo "$STRIP" >&6; }
 
5974
 else
 
5975
-  { echo "$as_me:$LINENO: result: no" >&5
 
5976
-echo "${ECHO_T}no" >&6; }
 
5977
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
5978
+$as_echo "no" >&6; }
 
5979
 fi
 
5980
 
 
5981
 
 
5982
@@ -8824,10 +9052,10 @@
 
5983
   ac_ct_STRIP=$STRIP
 
5984
   # Extract the first word of "strip", so it can be a program name with args.
 
5985
 set dummy strip; ac_word=$2
 
5986
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5987
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
5988
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5989
+$as_echo_n "checking for $ac_word... " >&6; }
 
5990
 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 
5991
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5992
+  $as_echo_n "(cached) " >&6
 
5993
 else
 
5994
   if test -n "$ac_ct_STRIP"; then
 
5995
   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 
5996
@@ -8840,7 +9068,7 @@
 
5997
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5998
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5999
     ac_cv_prog_ac_ct_STRIP="strip"
 
6000
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
6001
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
6002
     break 2
 
6003
   fi
 
6004
 done
 
6005
@@ -8851,11 +9079,11 @@
 
6006
 fi
 
6007
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
6008
 if test -n "$ac_ct_STRIP"; then
 
6009
-  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
6010
-echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 
6011
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
6012
+$as_echo "$ac_ct_STRIP" >&6; }
 
6013
 else
 
6014
-  { echo "$as_me:$LINENO: result: no" >&5
 
6015
-echo "${ECHO_T}no" >&6; }
 
6016
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
6017
+$as_echo "no" >&6; }
 
6018
 fi
 
6019
 
 
6020
   if test "x$ac_ct_STRIP" = x; then
 
6021
@@ -8863,12 +9091,8 @@
 
6022
   else
 
6023
     case $cross_compiling:$ac_tool_warned in
 
6024
 yes:)
 
6025
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
6026
-whose name does not start with the host triplet.  If you think this
 
6027
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
6028
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
6029
-whose name does not start with the host triplet.  If you think this
 
6030
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
6031
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
6032
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
6033
 ac_tool_warned=yes ;;
 
6034
 esac
 
6035
     STRIP=$ac_ct_STRIP
 
6036
@@ -8931,10 +9155,10 @@
 
6037
 case $deplibs_check_method in
 
6038
 file_magic*)
 
6039
   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 
6040
-    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 
6041
-echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
 
6042
+    { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 
6043
+$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
 
6044
 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 
6045
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6046
+  $as_echo_n "(cached) " >&6
 
6047
 else
 
6048
   case $MAGIC_CMD in
 
6049
 [\\/*] |  ?:[\\/]*)
 
6050
@@ -8984,19 +9208,19 @@
 
6051
 
 
6052
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
6053
 if test -n "$MAGIC_CMD"; then
 
6054
-  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
6055
-echo "${ECHO_T}$MAGIC_CMD" >&6; }
 
6056
+  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
6057
+$as_echo "$MAGIC_CMD" >&6; }
 
6058
 else
 
6059
-  { echo "$as_me:$LINENO: result: no" >&5
 
6060
-echo "${ECHO_T}no" >&6; }
 
6061
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
6062
+$as_echo "no" >&6; }
 
6063
 fi
 
6064
 
 
6065
 if test -z "$lt_cv_path_MAGIC_CMD"; then
 
6066
   if test -n "$ac_tool_prefix"; then
 
6067
-    { echo "$as_me:$LINENO: checking for file" >&5
 
6068
-echo $ECHO_N "checking for file... $ECHO_C" >&6; }
 
6069
+    { $as_echo "$as_me:$LINENO: checking for file" >&5
 
6070
+$as_echo_n "checking for file... " >&6; }
 
6071
 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 
6072
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6073
+  $as_echo_n "(cached) " >&6
 
6074
 else
 
6075
   case $MAGIC_CMD in
 
6076
 [\\/*] |  ?:[\\/]*)
 
6077
@@ -9046,11 +9270,11 @@
 
6078
 
 
6079
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
6080
 if test -n "$MAGIC_CMD"; then
 
6081
-  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
6082
-echo "${ECHO_T}$MAGIC_CMD" >&6; }
 
6083
+  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
6084
+$as_echo "$MAGIC_CMD" >&6; }
 
6085
 else
 
6086
-  { echo "$as_me:$LINENO: result: no" >&5
 
6087
-echo "${ECHO_T}no" >&6; }
 
6088
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
6089
+$as_echo "no" >&6; }
 
6090
 fi
 
6091
 
 
6092
   else
 
6093
@@ -9068,10 +9292,10 @@
 
6094
     if test -n "$ac_tool_prefix"; then
 
6095
   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
 
6096
 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
 
6097
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
6098
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
6099
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
6100
+$as_echo_n "checking for $ac_word... " >&6; }
 
6101
 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
 
6102
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6103
+  $as_echo_n "(cached) " >&6
 
6104
 else
 
6105
   if test -n "$DSYMUTIL"; then
 
6106
   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
 
6107
@@ -9084,7 +9308,7 @@
 
6108
   for ac_exec_ext in '' $ac_executable_extensions; do
 
6109
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
6110
     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
 
6111
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
6112
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
6113
     break 2
 
6114
   fi
 
6115
 done
 
6116
@@ -9095,11 +9319,11 @@
 
6117
 fi
 
6118
 DSYMUTIL=$ac_cv_prog_DSYMUTIL
 
6119
 if test -n "$DSYMUTIL"; then
 
6120
-  { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
 
6121
-echo "${ECHO_T}$DSYMUTIL" >&6; }
 
6122
+  { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
 
6123
+$as_echo "$DSYMUTIL" >&6; }
 
6124
 else
 
6125
-  { echo "$as_me:$LINENO: result: no" >&5
 
6126
-echo "${ECHO_T}no" >&6; }
 
6127
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
6128
+$as_echo "no" >&6; }
 
6129
 fi
 
6130
 
 
6131
 
 
6132
@@ -9108,10 +9332,10 @@
 
6133
   ac_ct_DSYMUTIL=$DSYMUTIL
 
6134
   # Extract the first word of "dsymutil", so it can be a program name with args.
 
6135
 set dummy dsymutil; ac_word=$2
 
6136
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
6137
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
6138
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
6139
+$as_echo_n "checking for $ac_word... " >&6; }
 
6140
 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
 
6141
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6142
+  $as_echo_n "(cached) " >&6
 
6143
 else
 
6144
   if test -n "$ac_ct_DSYMUTIL"; then
 
6145
   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
 
6146
@@ -9124,7 +9348,7 @@
 
6147
   for ac_exec_ext in '' $ac_executable_extensions; do
 
6148
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
6149
     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
 
6150
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
6151
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
6152
     break 2
 
6153
   fi
 
6154
 done
 
6155
@@ -9135,11 +9359,11 @@
 
6156
 fi
 
6157
 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
 
6158
 if test -n "$ac_ct_DSYMUTIL"; then
 
6159
-  { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
 
6160
-echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
 
6161
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
 
6162
+$as_echo "$ac_ct_DSYMUTIL" >&6; }
 
6163
 else
 
6164
-  { echo "$as_me:$LINENO: result: no" >&5
 
6165
-echo "${ECHO_T}no" >&6; }
 
6166
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
6167
+$as_echo "no" >&6; }
 
6168
 fi
 
6169
 
 
6170
   if test "x$ac_ct_DSYMUTIL" = x; then
 
6171
@@ -9147,12 +9371,8 @@
 
6172
   else
 
6173
     case $cross_compiling:$ac_tool_warned in
 
6174
 yes:)
 
6175
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
6176
-whose name does not start with the host triplet.  If you think this
 
6177
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
6178
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
6179
-whose name does not start with the host triplet.  If you think this
 
6180
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
6181
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
6182
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
6183
 ac_tool_warned=yes ;;
 
6184
 esac
 
6185
     DSYMUTIL=$ac_ct_DSYMUTIL
 
6186
@@ -9164,10 +9384,10 @@
 
6187
     if test -n "$ac_tool_prefix"; then
 
6188
   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
 
6189
 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
 
6190
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
6191
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
6192
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
6193
+$as_echo_n "checking for $ac_word... " >&6; }
 
6194
 if test "${ac_cv_prog_NMEDIT+set}" = set; then
 
6195
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6196
+  $as_echo_n "(cached) " >&6
 
6197
 else
 
6198
   if test -n "$NMEDIT"; then
 
6199
   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
 
6200
@@ -9180,7 +9400,7 @@
 
6201
   for ac_exec_ext in '' $ac_executable_extensions; do
 
6202
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
6203
     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
 
6204
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
6205
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
6206
     break 2
 
6207
   fi
 
6208
 done
 
6209
@@ -9191,11 +9411,11 @@
 
6210
 fi
 
6211
 NMEDIT=$ac_cv_prog_NMEDIT
 
6212
 if test -n "$NMEDIT"; then
 
6213
-  { echo "$as_me:$LINENO: result: $NMEDIT" >&5
 
6214
-echo "${ECHO_T}$NMEDIT" >&6; }
 
6215
+  { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
 
6216
+$as_echo "$NMEDIT" >&6; }
 
6217
 else
 
6218
-  { echo "$as_me:$LINENO: result: no" >&5
 
6219
-echo "${ECHO_T}no" >&6; }
 
6220
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
6221
+$as_echo "no" >&6; }
 
6222
 fi
 
6223
 
 
6224
 
 
6225
@@ -9204,10 +9424,10 @@
 
6226
   ac_ct_NMEDIT=$NMEDIT
 
6227
   # Extract the first word of "nmedit", so it can be a program name with args.
 
6228
 set dummy nmedit; ac_word=$2
 
6229
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
6230
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
6231
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
6232
+$as_echo_n "checking for $ac_word... " >&6; }
 
6233
 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
 
6234
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6235
+  $as_echo_n "(cached) " >&6
 
6236
 else
 
6237
   if test -n "$ac_ct_NMEDIT"; then
 
6238
   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
 
6239
@@ -9220,7 +9440,7 @@
 
6240
   for ac_exec_ext in '' $ac_executable_extensions; do
 
6241
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
6242
     ac_cv_prog_ac_ct_NMEDIT="nmedit"
 
6243
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
6244
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
6245
     break 2
 
6246
   fi
 
6247
 done
 
6248
@@ -9231,11 +9451,11 @@
 
6249
 fi
 
6250
 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
 
6251
 if test -n "$ac_ct_NMEDIT"; then
 
6252
-  { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 
6253
-echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
 
6254
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 
6255
+$as_echo "$ac_ct_NMEDIT" >&6; }
 
6256
 else
 
6257
-  { echo "$as_me:$LINENO: result: no" >&5
 
6258
-echo "${ECHO_T}no" >&6; }
 
6259
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
6260
+$as_echo "no" >&6; }
 
6261
 fi
 
6262
 
 
6263
   if test "x$ac_ct_NMEDIT" = x; then
 
6264
@@ -9243,12 +9463,8 @@
 
6265
   else
 
6266
     case $cross_compiling:$ac_tool_warned in
 
6267
 yes:)
 
6268
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
6269
-whose name does not start with the host triplet.  If you think this
 
6270
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
6271
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
6272
-whose name does not start with the host triplet.  If you think this
 
6273
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
6274
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
6275
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
6276
 ac_tool_warned=yes ;;
 
6277
 esac
 
6278
     NMEDIT=$ac_ct_NMEDIT
 
6279
@@ -9258,10 +9474,10 @@
 
6280
 fi
 
6281
 
 
6282
 
 
6283
-    { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 
6284
-echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
 
6285
+    { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 
6286
+$as_echo_n "checking for -single_module linker flag... " >&6; }
 
6287
 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
 
6288
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6289
+  $as_echo_n "(cached) " >&6
 
6290
 else
 
6291
   lt_cv_apple_cc_single_mod=no
 
6292
       if test -z "${LT_MULTI_MODULE}"; then
 
6293
@@ -9279,12 +9495,12 @@
 
6294
    rm conftest.c
 
6295
       fi
 
6296
 fi
 
6297
-{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 
6298
-echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
 
6299
-    { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 
6300
-echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
 
6301
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 
6302
+$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
 
6303
+    { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 
6304
+$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
 
6305
 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
 
6306
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6307
+  $as_echo_n "(cached) " >&6
 
6308
 else
 
6309
   lt_cv_ld_exported_symbols_list=no
 
6310
       save_LDFLAGS=$LDFLAGS
 
6311
@@ -9311,33 +9527,37 @@
 
6312
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6313
   *) ac_try_echo=$ac_try;;
 
6314
 esac
 
6315
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6316
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
6317
+$as_echo "$ac_try_echo") >&5
 
6318
   (eval "$ac_link") 2>conftest.er1
 
6319
   ac_status=$?
 
6320
   grep -v '^ *+' conftest.er1 >conftest.err
 
6321
   rm -f conftest.er1
 
6322
   cat conftest.err >&5
 
6323
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6324
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6325
   (exit $ac_status); } && {
 
6326
         test -z "$ac_c_werror_flag" ||
 
6327
         test ! -s conftest.err
 
6328
-       } && test -s conftest$ac_exeext &&
 
6329
-       $as_test_x conftest$ac_exeext; then
 
6330
+       } && test -s conftest$ac_exeext && {
 
6331
+        test "$cross_compiling" = yes ||
 
6332
+        $as_test_x conftest$ac_exeext
 
6333
+       }; then
 
6334
   lt_cv_ld_exported_symbols_list=yes
 
6335
 else
 
6336
-  echo "$as_me: failed program was:" >&5
 
6337
+  $as_echo "$as_me: failed program was:" >&5
 
6338
 sed 's/^/| /' conftest.$ac_ext >&5
 
6339
 
 
6340
        lt_cv_ld_exported_symbols_list=no
 
6341
 fi
 
6342
 
 
6343
+rm -rf conftest.dSYM
 
6344
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
6345
       conftest$ac_exeext conftest.$ac_ext
 
6346
    LDFLAGS="$save_LDFLAGS"
 
6347
 
 
6348
 fi
 
6349
-{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 
6350
-echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
 
6351
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 
6352
+$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
 
6353
     case $host_os in
 
6354
     rhapsody* | darwin1.[0123])
 
6355
       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
 
6356
@@ -9449,10 +9669,10 @@
 
6357
   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
 
6358
 
 
6359
 
 
6360
-{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
6361
-echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
 
6362
+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
6363
+$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
 
6364
 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
 
6365
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6366
+  $as_echo_n "(cached) " >&6
 
6367
 else
 
6368
   lt_cv_prog_compiler_rtti_exceptions=no
 
6369
   ac_outfile=conftest.$ac_objext
 
6370
@@ -9467,11 +9687,11 @@
 
6371
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
6372
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
6373
    -e 's:$: $lt_compiler_flag:'`
 
6374
-   (eval echo "\"\$as_me:9470: $lt_compile\"" >&5)
 
6375
+   (eval echo "\"\$as_me:9690: $lt_compile\"" >&5)
 
6376
    (eval "$lt_compile" 2>conftest.err)
 
6377
    ac_status=$?
 
6378
    cat conftest.err >&5
 
6379
-   echo "$as_me:9474: \$? = $ac_status" >&5
 
6380
+   echo "$as_me:9694: \$? = $ac_status" >&5
 
6381
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
6382
      # The compiler can only warn and ignore the option if not recognized
 
6383
      # So say no if there are warnings other than the usual output.
 
6384
@@ -9484,8 +9704,8 @@
 
6385
    $rm conftest*
 
6386
 
 
6387
 fi
 
6388
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
6389
-echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
6390
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
6391
+$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
6392
 
 
6393
 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
 
6394
     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
 
6395
@@ -9499,8 +9719,8 @@
 
6396
 lt_prog_compiler_pic=
 
6397
 lt_prog_compiler_static=
 
6398
 
 
6399
-{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
6400
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
6401
+{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
6402
+$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
6403
 
 
6404
   if test "$GCC" = yes; then
 
6405
     lt_prog_compiler_wl='-Wl,'
 
6406
@@ -9731,18 +9951,18 @@
 
6407
     esac
 
6408
   fi
 
6409
 
 
6410
-{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 
6411
-echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
 
6412
+{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 
6413
+$as_echo "$lt_prog_compiler_pic" >&6; }
 
6414
 
 
6415
 #
 
6416
 # Check to make sure the PIC flag actually works.
 
6417
 #
 
6418
 if test -n "$lt_prog_compiler_pic"; then
 
6419
 
 
6420
-{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 
6421
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
 
6422
+{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 
6423
+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
 
6424
 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
 
6425
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6426
+  $as_echo_n "(cached) " >&6
 
6427
 else
 
6428
   lt_cv_prog_compiler_pic_works=no
 
6429
   ac_outfile=conftest.$ac_objext
 
6430
@@ -9757,11 +9977,11 @@
 
6431
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
6432
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
6433
    -e 's:$: $lt_compiler_flag:'`
 
6434
-   (eval echo "\"\$as_me:9760: $lt_compile\"" >&5)
 
6435
+   (eval echo "\"\$as_me:9980: $lt_compile\"" >&5)
 
6436
    (eval "$lt_compile" 2>conftest.err)
 
6437
    ac_status=$?
 
6438
    cat conftest.err >&5
 
6439
-   echo "$as_me:9764: \$? = $ac_status" >&5
 
6440
+   echo "$as_me:9984: \$? = $ac_status" >&5
 
6441
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
6442
      # The compiler can only warn and ignore the option if not recognized
 
6443
      # So say no if there are warnings other than the usual output.
 
6444
@@ -9774,8 +9994,8 @@
 
6445
    $rm conftest*
 
6446
 
 
6447
 fi
 
6448
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
 
6449
-echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
 
6450
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
 
6451
+$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
 
6452
 
 
6453
 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
 
6454
     case $lt_prog_compiler_pic in
 
6455
@@ -9802,10 +10022,10 @@
 
6456
 # Check to make sure the static flag actually works.
 
6457
 #
 
6458
 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
 
6459
-{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
6460
-echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 
6461
+{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
6462
+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
 
6463
 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
 
6464
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6465
+  $as_echo_n "(cached) " >&6
 
6466
 else
 
6467
   lt_cv_prog_compiler_static_works=no
 
6468
    save_LDFLAGS="$LDFLAGS"
 
6469
@@ -9830,8 +10050,8 @@
 
6470
    LDFLAGS="$save_LDFLAGS"
 
6471
 
 
6472
 fi
 
6473
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
 
6474
-echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
 
6475
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
 
6476
+$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
 
6477
 
 
6478
 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
 
6479
     :
 
6480
@@ -9840,10 +10060,10 @@
 
6481
 fi
 
6482
 
 
6483
 
 
6484
-{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
6485
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
6486
+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
6487
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 
6488
 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 
6489
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6490
+  $as_echo_n "(cached) " >&6
 
6491
 else
 
6492
   lt_cv_prog_compiler_c_o=no
 
6493
    $rm -r conftest 2>/dev/null
 
6494
@@ -9861,11 +10081,11 @@
 
6495
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
6496
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
6497
    -e 's:$: $lt_compiler_flag:'`
 
6498
-   (eval echo "\"\$as_me:9864: $lt_compile\"" >&5)
 
6499
+   (eval echo "\"\$as_me:10084: $lt_compile\"" >&5)
 
6500
    (eval "$lt_compile" 2>out/conftest.err)
 
6501
    ac_status=$?
 
6502
    cat out/conftest.err >&5
 
6503
-   echo "$as_me:9868: \$? = $ac_status" >&5
 
6504
+   echo "$as_me:10088: \$? = $ac_status" >&5
 
6505
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
6506
    then
 
6507
      # The compiler can only warn and ignore the option if not recognized
 
6508
@@ -9887,34 +10107,34 @@
 
6509
    $rm conftest*
 
6510
 
 
6511
 fi
 
6512
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 
6513
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
 
6514
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 
6515
+$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
 
6516
 
 
6517
 
 
6518
 hard_links="nottested"
 
6519
 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
 
6520
   # do not overwrite the value of need_locks provided by the user
 
6521
-  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
6522
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 
6523
+  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
6524
+$as_echo_n "checking if we can lock with hard links... " >&6; }
 
6525
   hard_links=yes
 
6526
   $rm conftest*
 
6527
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
6528
   touch conftest.a
 
6529
   ln conftest.a conftest.b 2>&5 || hard_links=no
 
6530
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
6531
-  { echo "$as_me:$LINENO: result: $hard_links" >&5
 
6532
-echo "${ECHO_T}$hard_links" >&6; }
 
6533
+  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
 
6534
+$as_echo "$hard_links" >&6; }
 
6535
   if test "$hard_links" = no; then
 
6536
-    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
6537
-echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
6538
+    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
6539
+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
6540
     need_locks=warn
 
6541
   fi
 
6542
 else
 
6543
   need_locks=no
 
6544
 fi
 
6545
 
 
6546
-{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
6547
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
6548
+{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
6549
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
 
6550
 
 
6551
   runpath_var=
 
6552
   allow_undefined_flag=
 
6553
@@ -10345,18 +10565,21 @@
 
6554
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6555
   *) ac_try_echo=$ac_try;;
 
6556
 esac
 
6557
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6558
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
6559
+$as_echo "$ac_try_echo") >&5
 
6560
   (eval "$ac_link") 2>conftest.er1
 
6561
   ac_status=$?
 
6562
   grep -v '^ *+' conftest.er1 >conftest.err
 
6563
   rm -f conftest.er1
 
6564
   cat conftest.err >&5
 
6565
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6566
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6567
   (exit $ac_status); } && {
 
6568
         test -z "$ac_c_werror_flag" ||
 
6569
         test ! -s conftest.err
 
6570
-       } && test -s conftest$ac_exeext &&
 
6571
-       $as_test_x conftest$ac_exeext; then
 
6572
+       } && test -s conftest$ac_exeext && {
 
6573
+        test "$cross_compiling" = yes ||
 
6574
+        $as_test_x conftest$ac_exeext
 
6575
+       }; then
 
6576
 
 
6577
 lt_aix_libpath_sed='
 
6578
     /Import File Strings/,/^$/ {
 
6579
@@ -10371,12 +10594,13 @@
 
6580
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
6581
 fi
 
6582
 else
 
6583
-  echo "$as_me: failed program was:" >&5
 
6584
+  $as_echo "$as_me: failed program was:" >&5
 
6585
 sed 's/^/| /' conftest.$ac_ext >&5
 
6586
 
 
6587
 
 
6588
 fi
 
6589
 
 
6590
+rm -rf conftest.dSYM
 
6591
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
6592
       conftest$ac_exeext conftest.$ac_ext
 
6593
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
6594
@@ -10411,18 +10635,21 @@
 
6595
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6596
   *) ac_try_echo=$ac_try;;
 
6597
 esac
 
6598
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6599
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
6600
+$as_echo "$ac_try_echo") >&5
 
6601
   (eval "$ac_link") 2>conftest.er1
 
6602
   ac_status=$?
 
6603
   grep -v '^ *+' conftest.er1 >conftest.err
 
6604
   rm -f conftest.er1
 
6605
   cat conftest.err >&5
 
6606
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6607
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6608
   (exit $ac_status); } && {
 
6609
         test -z "$ac_c_werror_flag" ||
 
6610
         test ! -s conftest.err
 
6611
-       } && test -s conftest$ac_exeext &&
 
6612
-       $as_test_x conftest$ac_exeext; then
 
6613
+       } && test -s conftest$ac_exeext && {
 
6614
+        test "$cross_compiling" = yes ||
 
6615
+        $as_test_x conftest$ac_exeext
 
6616
+       }; then
 
6617
 
 
6618
 lt_aix_libpath_sed='
 
6619
     /Import File Strings/,/^$/ {
 
6620
@@ -10437,12 +10664,13 @@
 
6621
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
6622
 fi
 
6623
 else
 
6624
-  echo "$as_me: failed program was:" >&5
 
6625
+  $as_echo "$as_me: failed program was:" >&5
 
6626
 sed 's/^/| /' conftest.$ac_ext >&5
 
6627
 
 
6628
 
 
6629
 fi
 
6630
 
 
6631
+rm -rf conftest.dSYM
 
6632
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
6633
       conftest$ac_exeext conftest.$ac_ext
 
6634
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
6635
@@ -10894,8 +11122,8 @@
 
6636
     esac
 
6637
   fi
 
6638
 
 
6639
-{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 
6640
-echo "${ECHO_T}$ld_shlibs" >&6; }
 
6641
+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 
6642
+$as_echo "$ld_shlibs" >&6; }
 
6643
 test "$ld_shlibs" = no && can_build_shared=no
 
6644
 
 
6645
 #
 
6646
@@ -10915,15 +11143,15 @@
 
6647
       # Test whether the compiler implicitly links with -lc since on some
 
6648
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
6649
       # to ld, don't add -lc before -lgcc.
 
6650
-      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
6651
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 
6652
+      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
6653
+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
 
6654
       $rm conftest*
 
6655
       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
6656
 
 
6657
       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
6658
   (eval $ac_compile) 2>&5
 
6659
   ac_status=$?
 
6660
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6661
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6662
   (exit $ac_status); } 2>conftest.err; then
 
6663
         soname=conftest
 
6664
         lib=conftest
 
6665
@@ -10941,7 +11169,7 @@
 
6666
         if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
 
6667
   (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
 
6668
   ac_status=$?
 
6669
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6670
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6671
   (exit $ac_status); }
 
6672
         then
 
6673
          archive_cmds_need_lc=no
 
6674
@@ -10953,16 +11181,16 @@
 
6675
         cat conftest.err 1>&5
 
6676
       fi
 
6677
       $rm conftest*
 
6678
-      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
 
6679
-echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
 
6680
+      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
 
6681
+$as_echo "$archive_cmds_need_lc" >&6; }
 
6682
       ;;
 
6683
     esac
 
6684
   fi
 
6685
   ;;
 
6686
 esac
 
6687
 
 
6688
-{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
6689
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 
6690
+{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
6691
+$as_echo_n "checking dynamic linker characteristics... " >&6; }
 
6692
 library_names_spec=
 
6693
 libname_spec='lib$name'
 
6694
 soname_spec=
 
6695
@@ -11575,19 +11803,19 @@
 
6696
   dynamic_linker=no
 
6697
   ;;
 
6698
 esac
 
6699
-{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
6700
-echo "${ECHO_T}$dynamic_linker" >&6; }
 
6701
+{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
6702
+$as_echo "$dynamic_linker" >&6; }
 
6703
 test "$dynamic_linker" = no && can_build_shared=no
 
6704
 
 
6705
 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
6706
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6707
+  $as_echo_n "(cached) " >&6
 
6708
 else
 
6709
   lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
 
6710
 fi
 
6711
 
 
6712
 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
6713
 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
6714
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6715
+  $as_echo_n "(cached) " >&6
 
6716
 else
 
6717
   lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
 
6718
 fi
 
6719
@@ -11599,8 +11827,8 @@
 
6720
   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
6721
 fi
 
6722
 
 
6723
-{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
6724
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 
6725
+{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
6726
+$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
 
6727
 hardcode_action=
 
6728
 if test -n "$hardcode_libdir_flag_spec" || \
 
6729
    test -n "$runpath_var" || \
 
6730
@@ -11624,8 +11852,8 @@
 
6731
   # directories.
 
6732
   hardcode_action=unsupported
 
6733
 fi
 
6734
-{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
 
6735
-echo "${ECHO_T}$hardcode_action" >&6; }
 
6736
+{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
 
6737
+$as_echo "$hardcode_action" >&6; }
 
6738
 
 
6739
 if test "$hardcode_action" = relink; then
 
6740
   # Fast installation is not supported
 
6741
@@ -11638,13 +11866,13 @@
 
6742
 
 
6743
 striplib=
 
6744
 old_striplib=
 
6745
-{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 
6746
-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
 
6747
+{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 
6748
+$as_echo_n "checking whether stripping libraries is possible... " >&6; }
 
6749
 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
 
6750
   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
6751
   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
6752
-  { echo "$as_me:$LINENO: result: yes" >&5
 
6753
-echo "${ECHO_T}yes" >&6; }
 
6754
+  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
6755
+$as_echo "yes" >&6; }
 
6756
 else
 
6757
 # FIXME - insert some real tests, host_os isn't really good enough
 
6758
   case $host_os in
 
6759
@@ -11652,16 +11880,16 @@
 
6760
        if test -n "$STRIP" ; then
 
6761
          striplib="$STRIP -x"
 
6762
          old_striplib="$STRIP -S"
 
6763
-         { echo "$as_me:$LINENO: result: yes" >&5
 
6764
-echo "${ECHO_T}yes" >&6; }
 
6765
+         { $as_echo "$as_me:$LINENO: result: yes" >&5
 
6766
+$as_echo "yes" >&6; }
 
6767
        else
 
6768
-  { echo "$as_me:$LINENO: result: no" >&5
 
6769
-echo "${ECHO_T}no" >&6; }
 
6770
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
6771
+$as_echo "no" >&6; }
 
6772
 fi
 
6773
        ;;
 
6774
    *)
 
6775
-  { echo "$as_me:$LINENO: result: no" >&5
 
6776
-echo "${ECHO_T}no" >&6; }
 
6777
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
6778
+$as_echo "no" >&6; }
 
6779
     ;;
 
6780
   esac
 
6781
 fi
 
6782
@@ -11693,10 +11921,10 @@
 
6783
 
 
6784
   darwin*)
 
6785
   # if libdl is installed we need to link against it
 
6786
-    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
6787
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 
6788
+    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
6789
+$as_echo_n "checking for dlopen in -ldl... " >&6; }
 
6790
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
6791
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6792
+  $as_echo_n "(cached) " >&6
 
6793
 else
 
6794
   ac_check_lib_save_LIBS=$LIBS
 
6795
 LIBS="-ldl  $LIBS"
 
6796
@@ -11728,33 +11956,37 @@
 
6797
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6798
   *) ac_try_echo=$ac_try;;
 
6799
 esac
 
6800
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6801
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
6802
+$as_echo "$ac_try_echo") >&5
 
6803
   (eval "$ac_link") 2>conftest.er1
 
6804
   ac_status=$?
 
6805
   grep -v '^ *+' conftest.er1 >conftest.err
 
6806
   rm -f conftest.er1
 
6807
   cat conftest.err >&5
 
6808
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6809
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6810
   (exit $ac_status); } && {
 
6811
         test -z "$ac_c_werror_flag" ||
 
6812
         test ! -s conftest.err
 
6813
-       } && test -s conftest$ac_exeext &&
 
6814
-       $as_test_x conftest$ac_exeext; then
 
6815
+       } && test -s conftest$ac_exeext && {
 
6816
+        test "$cross_compiling" = yes ||
 
6817
+        $as_test_x conftest$ac_exeext
 
6818
+       }; then
 
6819
   ac_cv_lib_dl_dlopen=yes
 
6820
 else
 
6821
-  echo "$as_me: failed program was:" >&5
 
6822
+  $as_echo "$as_me: failed program was:" >&5
 
6823
 sed 's/^/| /' conftest.$ac_ext >&5
 
6824
 
 
6825
        ac_cv_lib_dl_dlopen=no
 
6826
 fi
 
6827
 
 
6828
+rm -rf conftest.dSYM
 
6829
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
6830
       conftest$ac_exeext conftest.$ac_ext
 
6831
 LIBS=$ac_check_lib_save_LIBS
 
6832
 fi
 
6833
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
6834
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 
6835
-if test $ac_cv_lib_dl_dlopen = yes; then
 
6836
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
6837
+$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
 
6838
+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
 
6839
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
6840
 else
 
6841
 
 
6842
@@ -11767,10 +11999,10 @@
 
6843
    ;;
 
6844
 
 
6845
   *)
 
6846
-    { echo "$as_me:$LINENO: checking for shl_load" >&5
 
6847
-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
 
6848
+    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
 
6849
+$as_echo_n "checking for shl_load... " >&6; }
 
6850
 if test "${ac_cv_func_shl_load+set}" = set; then
 
6851
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6852
+  $as_echo_n "(cached) " >&6
 
6853
 else
 
6854
   cat >conftest.$ac_ext <<_ACEOF
 
6855
 /* confdefs.h.  */
 
6856
@@ -11823,38 +12055,42 @@
 
6857
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6858
   *) ac_try_echo=$ac_try;;
 
6859
 esac
 
6860
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6861
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
6862
+$as_echo "$ac_try_echo") >&5
 
6863
   (eval "$ac_link") 2>conftest.er1
 
6864
   ac_status=$?
 
6865
   grep -v '^ *+' conftest.er1 >conftest.err
 
6866
   rm -f conftest.er1
 
6867
   cat conftest.err >&5
 
6868
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6869
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6870
   (exit $ac_status); } && {
 
6871
         test -z "$ac_c_werror_flag" ||
 
6872
         test ! -s conftest.err
 
6873
-       } && test -s conftest$ac_exeext &&
 
6874
-       $as_test_x conftest$ac_exeext; then
 
6875
+       } && test -s conftest$ac_exeext && {
 
6876
+        test "$cross_compiling" = yes ||
 
6877
+        $as_test_x conftest$ac_exeext
 
6878
+       }; then
 
6879
   ac_cv_func_shl_load=yes
 
6880
 else
 
6881
-  echo "$as_me: failed program was:" >&5
 
6882
+  $as_echo "$as_me: failed program was:" >&5
 
6883
 sed 's/^/| /' conftest.$ac_ext >&5
 
6884
 
 
6885
        ac_cv_func_shl_load=no
 
6886
 fi
 
6887
 
 
6888
+rm -rf conftest.dSYM
 
6889
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
6890
       conftest$ac_exeext conftest.$ac_ext
 
6891
 fi
 
6892
-{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 
6893
-echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
 
6894
-if test $ac_cv_func_shl_load = yes; then
 
6895
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 
6896
+$as_echo "$ac_cv_func_shl_load" >&6; }
 
6897
+if test "x$ac_cv_func_shl_load" = x""yes; then
 
6898
   lt_cv_dlopen="shl_load"
 
6899
 else
 
6900
-  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 
6901
-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
 
6902
+  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 
6903
+$as_echo_n "checking for shl_load in -ldld... " >&6; }
 
6904
 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
 
6905
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6906
+  $as_echo_n "(cached) " >&6
 
6907
 else
 
6908
   ac_check_lib_save_LIBS=$LIBS
 
6909
 LIBS="-ldld  $LIBS"
 
6910
@@ -11886,39 +12122,43 @@
 
6911
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6912
   *) ac_try_echo=$ac_try;;
 
6913
 esac
 
6914
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6915
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
6916
+$as_echo "$ac_try_echo") >&5
 
6917
   (eval "$ac_link") 2>conftest.er1
 
6918
   ac_status=$?
 
6919
   grep -v '^ *+' conftest.er1 >conftest.err
 
6920
   rm -f conftest.er1
 
6921
   cat conftest.err >&5
 
6922
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6923
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6924
   (exit $ac_status); } && {
 
6925
         test -z "$ac_c_werror_flag" ||
 
6926
         test ! -s conftest.err
 
6927
-       } && test -s conftest$ac_exeext &&
 
6928
-       $as_test_x conftest$ac_exeext; then
 
6929
+       } && test -s conftest$ac_exeext && {
 
6930
+        test "$cross_compiling" = yes ||
 
6931
+        $as_test_x conftest$ac_exeext
 
6932
+       }; then
 
6933
   ac_cv_lib_dld_shl_load=yes
 
6934
 else
 
6935
-  echo "$as_me: failed program was:" >&5
 
6936
+  $as_echo "$as_me: failed program was:" >&5
 
6937
 sed 's/^/| /' conftest.$ac_ext >&5
 
6938
 
 
6939
        ac_cv_lib_dld_shl_load=no
 
6940
 fi
 
6941
 
 
6942
+rm -rf conftest.dSYM
 
6943
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
6944
       conftest$ac_exeext conftest.$ac_ext
 
6945
 LIBS=$ac_check_lib_save_LIBS
 
6946
 fi
 
6947
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 
6948
-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
 
6949
-if test $ac_cv_lib_dld_shl_load = yes; then
 
6950
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 
6951
+$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
 
6952
+if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
 
6953
   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
 
6954
 else
 
6955
-  { echo "$as_me:$LINENO: checking for dlopen" >&5
 
6956
-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
 
6957
+  { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
 
6958
+$as_echo_n "checking for dlopen... " >&6; }
 
6959
 if test "${ac_cv_func_dlopen+set}" = set; then
 
6960
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6961
+  $as_echo_n "(cached) " >&6
 
6962
 else
 
6963
   cat >conftest.$ac_ext <<_ACEOF
 
6964
 /* confdefs.h.  */
 
6965
@@ -11971,38 +12211,42 @@
 
6966
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6967
   *) ac_try_echo=$ac_try;;
 
6968
 esac
 
6969
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6970
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
6971
+$as_echo "$ac_try_echo") >&5
 
6972
   (eval "$ac_link") 2>conftest.er1
 
6973
   ac_status=$?
 
6974
   grep -v '^ *+' conftest.er1 >conftest.err
 
6975
   rm -f conftest.er1
 
6976
   cat conftest.err >&5
 
6977
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6978
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6979
   (exit $ac_status); } && {
 
6980
         test -z "$ac_c_werror_flag" ||
 
6981
         test ! -s conftest.err
 
6982
-       } && test -s conftest$ac_exeext &&
 
6983
-       $as_test_x conftest$ac_exeext; then
 
6984
+       } && test -s conftest$ac_exeext && {
 
6985
+        test "$cross_compiling" = yes ||
 
6986
+        $as_test_x conftest$ac_exeext
 
6987
+       }; then
 
6988
   ac_cv_func_dlopen=yes
 
6989
 else
 
6990
-  echo "$as_me: failed program was:" >&5
 
6991
+  $as_echo "$as_me: failed program was:" >&5
 
6992
 sed 's/^/| /' conftest.$ac_ext >&5
 
6993
 
 
6994
        ac_cv_func_dlopen=no
 
6995
 fi
 
6996
 
 
6997
+rm -rf conftest.dSYM
 
6998
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
6999
       conftest$ac_exeext conftest.$ac_ext
 
7000
 fi
 
7001
-{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 
7002
-echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
 
7003
-if test $ac_cv_func_dlopen = yes; then
 
7004
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 
7005
+$as_echo "$ac_cv_func_dlopen" >&6; }
 
7006
+if test "x$ac_cv_func_dlopen" = x""yes; then
 
7007
   lt_cv_dlopen="dlopen"
 
7008
 else
 
7009
-  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
7010
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 
7011
+  { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
7012
+$as_echo_n "checking for dlopen in -ldl... " >&6; }
 
7013
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
7014
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7015
+  $as_echo_n "(cached) " >&6
 
7016
 else
 
7017
   ac_check_lib_save_LIBS=$LIBS
 
7018
 LIBS="-ldl  $LIBS"
 
7019
@@ -12034,39 +12278,43 @@
 
7020
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7021
   *) ac_try_echo=$ac_try;;
 
7022
 esac
 
7023
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7024
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7025
+$as_echo "$ac_try_echo") >&5
 
7026
   (eval "$ac_link") 2>conftest.er1
 
7027
   ac_status=$?
 
7028
   grep -v '^ *+' conftest.er1 >conftest.err
 
7029
   rm -f conftest.er1
 
7030
   cat conftest.err >&5
 
7031
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7032
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7033
   (exit $ac_status); } && {
 
7034
         test -z "$ac_c_werror_flag" ||
 
7035
         test ! -s conftest.err
 
7036
-       } && test -s conftest$ac_exeext &&
 
7037
-       $as_test_x conftest$ac_exeext; then
 
7038
+       } && test -s conftest$ac_exeext && {
 
7039
+        test "$cross_compiling" = yes ||
 
7040
+        $as_test_x conftest$ac_exeext
 
7041
+       }; then
 
7042
   ac_cv_lib_dl_dlopen=yes
 
7043
 else
 
7044
-  echo "$as_me: failed program was:" >&5
 
7045
+  $as_echo "$as_me: failed program was:" >&5
 
7046
 sed 's/^/| /' conftest.$ac_ext >&5
 
7047
 
 
7048
        ac_cv_lib_dl_dlopen=no
 
7049
 fi
 
7050
 
 
7051
+rm -rf conftest.dSYM
 
7052
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
7053
       conftest$ac_exeext conftest.$ac_ext
 
7054
 LIBS=$ac_check_lib_save_LIBS
 
7055
 fi
 
7056
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
7057
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 
7058
-if test $ac_cv_lib_dl_dlopen = yes; then
 
7059
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
7060
+$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
 
7061
+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
 
7062
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
7063
 else
 
7064
-  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 
7065
-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
 
7066
+  { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 
7067
+$as_echo_n "checking for dlopen in -lsvld... " >&6; }
 
7068
 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
 
7069
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7070
+  $as_echo_n "(cached) " >&6
 
7071
 else
 
7072
   ac_check_lib_save_LIBS=$LIBS
 
7073
 LIBS="-lsvld  $LIBS"
 
7074
@@ -12098,39 +12346,43 @@
 
7075
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7076
   *) ac_try_echo=$ac_try;;
 
7077
 esac
 
7078
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7079
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7080
+$as_echo "$ac_try_echo") >&5
 
7081
   (eval "$ac_link") 2>conftest.er1
 
7082
   ac_status=$?
 
7083
   grep -v '^ *+' conftest.er1 >conftest.err
 
7084
   rm -f conftest.er1
 
7085
   cat conftest.err >&5
 
7086
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7087
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7088
   (exit $ac_status); } && {
 
7089
         test -z "$ac_c_werror_flag" ||
 
7090
         test ! -s conftest.err
 
7091
-       } && test -s conftest$ac_exeext &&
 
7092
-       $as_test_x conftest$ac_exeext; then
 
7093
+       } && test -s conftest$ac_exeext && {
 
7094
+        test "$cross_compiling" = yes ||
 
7095
+        $as_test_x conftest$ac_exeext
 
7096
+       }; then
 
7097
   ac_cv_lib_svld_dlopen=yes
 
7098
 else
 
7099
-  echo "$as_me: failed program was:" >&5
 
7100
+  $as_echo "$as_me: failed program was:" >&5
 
7101
 sed 's/^/| /' conftest.$ac_ext >&5
 
7102
 
 
7103
        ac_cv_lib_svld_dlopen=no
 
7104
 fi
 
7105
 
 
7106
+rm -rf conftest.dSYM
 
7107
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
7108
       conftest$ac_exeext conftest.$ac_ext
 
7109
 LIBS=$ac_check_lib_save_LIBS
 
7110
 fi
 
7111
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 
7112
-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
 
7113
-if test $ac_cv_lib_svld_dlopen = yes; then
 
7114
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 
7115
+$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
 
7116
+if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
 
7117
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
 
7118
 else
 
7119
-  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 
7120
-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
 
7121
+  { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 
7122
+$as_echo_n "checking for dld_link in -ldld... " >&6; }
 
7123
 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
 
7124
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7125
+  $as_echo_n "(cached) " >&6
 
7126
 else
 
7127
   ac_check_lib_save_LIBS=$LIBS
 
7128
 LIBS="-ldld  $LIBS"
 
7129
@@ -12162,33 +12414,37 @@
 
7130
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7131
   *) ac_try_echo=$ac_try;;
 
7132
 esac
 
7133
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7134
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7135
+$as_echo "$ac_try_echo") >&5
 
7136
   (eval "$ac_link") 2>conftest.er1
 
7137
   ac_status=$?
 
7138
   grep -v '^ *+' conftest.er1 >conftest.err
 
7139
   rm -f conftest.er1
 
7140
   cat conftest.err >&5
 
7141
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7142
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7143
   (exit $ac_status); } && {
 
7144
         test -z "$ac_c_werror_flag" ||
 
7145
         test ! -s conftest.err
 
7146
-       } && test -s conftest$ac_exeext &&
 
7147
-       $as_test_x conftest$ac_exeext; then
 
7148
+       } && test -s conftest$ac_exeext && {
 
7149
+        test "$cross_compiling" = yes ||
 
7150
+        $as_test_x conftest$ac_exeext
 
7151
+       }; then
 
7152
   ac_cv_lib_dld_dld_link=yes
 
7153
 else
 
7154
-  echo "$as_me: failed program was:" >&5
 
7155
+  $as_echo "$as_me: failed program was:" >&5
 
7156
 sed 's/^/| /' conftest.$ac_ext >&5
 
7157
 
 
7158
        ac_cv_lib_dld_dld_link=no
 
7159
 fi
 
7160
 
 
7161
+rm -rf conftest.dSYM
 
7162
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
7163
       conftest$ac_exeext conftest.$ac_ext
 
7164
 LIBS=$ac_check_lib_save_LIBS
 
7165
 fi
 
7166
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 
7167
-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
 
7168
-if test $ac_cv_lib_dld_dld_link = yes; then
 
7169
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 
7170
+$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
 
7171
+if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
 
7172
   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
 
7173
 fi
 
7174
 
 
7175
@@ -12227,10 +12483,10 @@
 
7176
     save_LIBS="$LIBS"
 
7177
     LIBS="$lt_cv_dlopen_libs $LIBS"
 
7178
 
 
7179
-    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 
7180
-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
 
7181
+    { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 
7182
+$as_echo_n "checking whether a program can dlopen itself... " >&6; }
 
7183
 if test "${lt_cv_dlopen_self+set}" = set; then
 
7184
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7185
+  $as_echo_n "(cached) " >&6
 
7186
 else
 
7187
          if test "$cross_compiling" = yes; then :
 
7188
   lt_cv_dlopen_self=cross
 
7189
@@ -12238,7 +12494,7 @@
 
7190
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
7191
   lt_status=$lt_dlunknown
 
7192
   cat > conftest.$ac_ext <<EOF
 
7193
-#line 12241 "configure"
 
7194
+#line 12497 "configure"
 
7195
 #include "confdefs.h"
 
7196
 
 
7197
 #if HAVE_DLFCN_H
 
7198
@@ -12304,7 +12560,7 @@
 
7199
   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
7200
   (eval $ac_link) 2>&5
 
7201
   ac_status=$?
 
7202
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7203
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7204
   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
7205
     (./conftest; exit; ) >&5 2>/dev/null
 
7206
     lt_status=$?
 
7207
@@ -12322,15 +12578,15 @@
 
7208
 
 
7209
 
 
7210
 fi
 
7211
-{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 
7212
-echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
 
7213
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 
7214
+$as_echo "$lt_cv_dlopen_self" >&6; }
 
7215
 
 
7216
     if test "x$lt_cv_dlopen_self" = xyes; then
 
7217
       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 
7218
-      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 
7219
-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
 
7220
+      { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 
7221
+$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
 
7222
 if test "${lt_cv_dlopen_self_static+set}" = set; then
 
7223
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7224
+  $as_echo_n "(cached) " >&6
 
7225
 else
 
7226
          if test "$cross_compiling" = yes; then :
 
7227
   lt_cv_dlopen_self_static=cross
 
7228
@@ -12338,7 +12594,7 @@
 
7229
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
7230
   lt_status=$lt_dlunknown
 
7231
   cat > conftest.$ac_ext <<EOF
 
7232
-#line 12341 "configure"
 
7233
+#line 12597 "configure"
 
7234
 #include "confdefs.h"
 
7235
 
 
7236
 #if HAVE_DLFCN_H
 
7237
@@ -12404,7 +12660,7 @@
 
7238
   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
7239
   (eval $ac_link) 2>&5
 
7240
   ac_status=$?
 
7241
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7242
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7243
   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
7244
     (./conftest; exit; ) >&5 2>/dev/null
 
7245
     lt_status=$?
 
7246
@@ -12422,8 +12678,8 @@
 
7247
 
 
7248
 
 
7249
 fi
 
7250
-{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 
7251
-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
 
7252
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 
7253
+$as_echo "$lt_cv_dlopen_self_static" >&6; }
 
7254
     fi
 
7255
 
 
7256
     CPPFLAGS="$save_CPPFLAGS"
 
7257
@@ -12445,13 +12701,13 @@
 
7258
 
 
7259
 
 
7260
 # Report which library types will actually be built
 
7261
-{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
7262
-echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
 
7263
-{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
7264
-echo "${ECHO_T}$can_build_shared" >&6; }
 
7265
+{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
7266
+$as_echo_n "checking if libtool supports shared libraries... " >&6; }
 
7267
+{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
7268
+$as_echo "$can_build_shared" >&6; }
 
7269
 
 
7270
-{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
7271
-echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
 
7272
+{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
7273
+$as_echo_n "checking whether to build shared libraries... " >&6; }
 
7274
 test "$can_build_shared" = "no" && enable_shared=no
 
7275
 
 
7276
 # On AIX, shared libraries and static libraries use the same namespace, and
 
7277
@@ -12471,15 +12727,15 @@
 
7278
   fi
 
7279
     ;;
 
7280
 esac
 
7281
-{ echo "$as_me:$LINENO: result: $enable_shared" >&5
 
7282
-echo "${ECHO_T}$enable_shared" >&6; }
 
7283
+{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
 
7284
+$as_echo "$enable_shared" >&6; }
 
7285
 
 
7286
-{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
7287
-echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
 
7288
+{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
7289
+$as_echo_n "checking whether to build static libraries... " >&6; }
 
7290
 # Make sure either enable_shared or enable_static is yes.
 
7291
 test "$enable_shared" = yes || enable_static=yes
 
7292
-{ echo "$as_me:$LINENO: result: $enable_static" >&5
 
7293
-echo "${ECHO_T}$enable_static" >&6; }
 
7294
+{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5
 
7295
+$as_echo "$enable_static" >&6; }
 
7296
 
 
7297
 # The else clause should only fire when bootstrapping the
 
7298
 # libtool distribution, otherwise you forgot to ship ltmain.sh
 
7299
@@ -12572,8 +12828,8 @@
 
7300
 cfgfile="${ofile}T"
 
7301
   trap "$rm \"$cfgfile\"; exit 1" 1 2 15
 
7302
   $rm -f "$cfgfile"
 
7303
-  { echo "$as_me:$LINENO: creating $ofile" >&5
 
7304
-echo "$as_me: creating $ofile" >&6;}
 
7305
+  { $as_echo "$as_me:$LINENO: creating $ofile" >&5
 
7306
+$as_echo "$as_me: creating $ofile" >&6;}
 
7307
 
 
7308
   cat <<__EOF__ >> "$cfgfile"
 
7309
 #! $SHELL
 
7310
@@ -12985,18 +13241,18 @@
 
7311
 
 
7312
 if test -f "$ltmain" && test -n "$tagnames"; then
 
7313
   if test ! -f "${ofile}"; then
 
7314
-    { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
 
7315
-echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
 
7316
+    { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
 
7317
+$as_echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
 
7318
   fi
 
7319
 
 
7320
   if test -z "$LTCC"; then
 
7321
     eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
 
7322
     if test -z "$LTCC"; then
 
7323
-      { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
 
7324
-echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
 
7325
+      { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
 
7326
+$as_echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
 
7327
     else
 
7328
-      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
 
7329
-echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
 
7330
+      { $as_echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
 
7331
+$as_echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
 
7332
     fi
 
7333
   fi
 
7334
   if test -z "$LTCFLAGS"; then
 
7335
@@ -13013,16 +13269,16 @@
 
7336
     # Check whether tagname contains only valid characters
 
7337
     case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
 
7338
     "") ;;
 
7339
-    *)  { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
 
7340
-echo "$as_me: error: invalid tag name: $tagname" >&2;}
 
7341
+    *)  { { $as_echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
 
7342
+$as_echo "$as_me: error: invalid tag name: $tagname" >&2;}
 
7343
    { (exit 1); exit 1; }; }
 
7344
        ;;
 
7345
     esac
 
7346
 
 
7347
     if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
 
7348
     then
 
7349
-      { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
 
7350
-echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
 
7351
+      { { $as_echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
 
7352
+$as_echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
 
7353
    { (exit 1); exit 1; }; }
 
7354
     fi
 
7355
 
 
7356
@@ -13165,8 +13421,8 @@
 
7357
 ac_prog=ld
 
7358
 if test "$GCC" = yes; then
 
7359
   # Check if gcc -print-prog-name=ld gives a path.
 
7360
-  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
7361
-echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
 
7362
+  { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
7363
+$as_echo_n "checking for ld used by $CC... " >&6; }
 
7364
   case $host in
 
7365
   *-*-mingw*)
 
7366
     # gcc leaves a trailing carriage return which upsets mingw
 
7367
@@ -13195,14 +13451,14 @@
 
7368
     ;;
 
7369
   esac
 
7370
 elif test "$with_gnu_ld" = yes; then
 
7371
-  { echo "$as_me:$LINENO: checking for GNU ld" >&5
 
7372
-echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
 
7373
+  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
 
7374
+$as_echo_n "checking for GNU ld... " >&6; }
 
7375
 else
 
7376
-  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
7377
-echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
 
7378
+  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
7379
+$as_echo_n "checking for non-GNU ld... " >&6; }
 
7380
 fi
 
7381
 if test "${lt_cv_path_LD+set}" = set; then
 
7382
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7383
+  $as_echo_n "(cached) " >&6
 
7384
 else
 
7385
   if test -z "$LD"; then
 
7386
   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
7387
@@ -13232,19 +13488,19 @@
 
7388
 
 
7389
 LD="$lt_cv_path_LD"
 
7390
 if test -n "$LD"; then
 
7391
-  { echo "$as_me:$LINENO: result: $LD" >&5
 
7392
-echo "${ECHO_T}$LD" >&6; }
 
7393
+  { $as_echo "$as_me:$LINENO: result: $LD" >&5
 
7394
+$as_echo "$LD" >&6; }
 
7395
 else
 
7396
-  { echo "$as_me:$LINENO: result: no" >&5
 
7397
-echo "${ECHO_T}no" >&6; }
 
7398
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7399
+$as_echo "no" >&6; }
 
7400
 fi
 
7401
-test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
7402
-echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
7403
+test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
7404
+$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
7405
    { (exit 1); exit 1; }; }
 
7406
-{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
7407
-echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
 
7408
+{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
7409
+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
 
7410
 if test "${lt_cv_prog_gnu_ld+set}" = set; then
 
7411
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7412
+  $as_echo_n "(cached) " >&6
 
7413
 else
 
7414
   # I'd rather use --version here, but apparently some GNU lds only accept -v.
 
7415
 case `$LD -v 2>&1 </dev/null` in
 
7416
@@ -13256,8 +13512,8 @@
 
7417
   ;;
 
7418
 esac
 
7419
 fi
 
7420
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
7421
-echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
 
7422
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
7423
+$as_echo "$lt_cv_prog_gnu_ld" >&6; }
 
7424
 with_gnu_ld=$lt_cv_prog_gnu_ld
 
7425
 
 
7426
 
 
7427
@@ -13307,8 +13563,8 @@
 
7428
 fi
 
7429
 
 
7430
 # PORTME: fill in a description of your system's C++ link characteristics
 
7431
-{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
7432
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
7433
+{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
7434
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
 
7435
 ld_shlibs_CXX=yes
 
7436
 case $host_os in
 
7437
   aix3*)
 
7438
@@ -13425,18 +13681,21 @@
 
7439
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7440
   *) ac_try_echo=$ac_try;;
 
7441
 esac
 
7442
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7443
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7444
+$as_echo "$ac_try_echo") >&5
 
7445
   (eval "$ac_link") 2>conftest.er1
 
7446
   ac_status=$?
 
7447
   grep -v '^ *+' conftest.er1 >conftest.err
 
7448
   rm -f conftest.er1
 
7449
   cat conftest.err >&5
 
7450
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7451
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7452
   (exit $ac_status); } && {
 
7453
         test -z "$ac_cxx_werror_flag" ||
 
7454
         test ! -s conftest.err
 
7455
-       } && test -s conftest$ac_exeext &&
 
7456
-       $as_test_x conftest$ac_exeext; then
 
7457
+       } && test -s conftest$ac_exeext && {
 
7458
+        test "$cross_compiling" = yes ||
 
7459
+        $as_test_x conftest$ac_exeext
 
7460
+       }; then
 
7461
 
 
7462
 lt_aix_libpath_sed='
 
7463
     /Import File Strings/,/^$/ {
 
7464
@@ -13451,12 +13710,13 @@
 
7465
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
7466
 fi
 
7467
 else
 
7468
-  echo "$as_me: failed program was:" >&5
 
7469
+  $as_echo "$as_me: failed program was:" >&5
 
7470
 sed 's/^/| /' conftest.$ac_ext >&5
 
7471
 
 
7472
 
 
7473
 fi
 
7474
 
 
7475
+rm -rf conftest.dSYM
 
7476
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
7477
       conftest$ac_exeext conftest.$ac_ext
 
7478
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
7479
@@ -13492,18 +13752,21 @@
 
7480
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7481
   *) ac_try_echo=$ac_try;;
 
7482
 esac
 
7483
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7484
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7485
+$as_echo "$ac_try_echo") >&5
 
7486
   (eval "$ac_link") 2>conftest.er1
 
7487
   ac_status=$?
 
7488
   grep -v '^ *+' conftest.er1 >conftest.err
 
7489
   rm -f conftest.er1
 
7490
   cat conftest.err >&5
 
7491
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7492
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7493
   (exit $ac_status); } && {
 
7494
         test -z "$ac_cxx_werror_flag" ||
 
7495
         test ! -s conftest.err
 
7496
-       } && test -s conftest$ac_exeext &&
 
7497
-       $as_test_x conftest$ac_exeext; then
 
7498
+       } && test -s conftest$ac_exeext && {
 
7499
+        test "$cross_compiling" = yes ||
 
7500
+        $as_test_x conftest$ac_exeext
 
7501
+       }; then
 
7502
 
 
7503
 lt_aix_libpath_sed='
 
7504
     /Import File Strings/,/^$/ {
 
7505
@@ -13518,12 +13781,13 @@
 
7506
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
7507
 fi
 
7508
 else
 
7509
-  echo "$as_me: failed program was:" >&5
 
7510
+  $as_echo "$as_me: failed program was:" >&5
 
7511
 sed 's/^/| /' conftest.$ac_ext >&5
 
7512
 
 
7513
 
 
7514
 fi
 
7515
 
 
7516
+rm -rf conftest.dSYM
 
7517
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
7518
       conftest$ac_exeext conftest.$ac_ext
 
7519
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
7520
@@ -14253,8 +14517,8 @@
 
7521
     ld_shlibs_CXX=no
 
7522
     ;;
 
7523
 esac
 
7524
-{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
 
7525
-echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
 
7526
+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
 
7527
+$as_echo "$ld_shlibs_CXX" >&6; }
 
7528
 test "$ld_shlibs_CXX" = no && can_build_shared=no
 
7529
 
 
7530
 GCC_CXX="$GXX"
 
7531
@@ -14273,7 +14537,7 @@
 
7532
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
7533
   (eval $ac_compile) 2>&5
 
7534
   ac_status=$?
 
7535
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7536
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7537
   (exit $ac_status); }; then
 
7538
   # Parse the compiler output and extract the necessary
 
7539
   # objects, libraries and library flags.
 
7540
@@ -14429,8 +14693,8 @@
 
7541
 lt_prog_compiler_pic_CXX=
 
7542
 lt_prog_compiler_static_CXX=
 
7543
 
 
7544
-{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
7545
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
7546
+{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
7547
+$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
7548
 
 
7549
   # C++ specific cases for pic, static, wl, etc.
 
7550
   if test "$GXX" = yes; then
 
7551
@@ -14713,18 +14977,18 @@
 
7552
     esac
 
7553
   fi
 
7554
 
 
7555
-{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
 
7556
-echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
 
7557
+{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
 
7558
+$as_echo "$lt_prog_compiler_pic_CXX" >&6; }
 
7559
 
 
7560
 #
 
7561
 # Check to make sure the PIC flag actually works.
 
7562
 #
 
7563
 if test -n "$lt_prog_compiler_pic_CXX"; then
 
7564
 
 
7565
-{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
 
7566
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
 
7567
+{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
 
7568
+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
 
7569
 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then
 
7570
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7571
+  $as_echo_n "(cached) " >&6
 
7572
 else
 
7573
   lt_cv_prog_compiler_pic_works_CXX=no
 
7574
   ac_outfile=conftest.$ac_objext
 
7575
@@ -14739,11 +15003,11 @@
 
7576
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
7577
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
7578
    -e 's:$: $lt_compiler_flag:'`
 
7579
-   (eval echo "\"\$as_me:14742: $lt_compile\"" >&5)
 
7580
+   (eval echo "\"\$as_me:15006: $lt_compile\"" >&5)
 
7581
    (eval "$lt_compile" 2>conftest.err)
 
7582
    ac_status=$?
 
7583
    cat conftest.err >&5
 
7584
-   echo "$as_me:14746: \$? = $ac_status" >&5
 
7585
+   echo "$as_me:15010: \$? = $ac_status" >&5
 
7586
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
7587
      # The compiler can only warn and ignore the option if not recognized
 
7588
      # So say no if there are warnings other than the usual output.
 
7589
@@ -14756,8 +15020,8 @@
 
7590
    $rm conftest*
 
7591
 
 
7592
 fi
 
7593
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
 
7594
-echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; }
 
7595
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
 
7596
+$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
 
7597
 
 
7598
 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
 
7599
     case $lt_prog_compiler_pic_CXX in
 
7600
@@ -14784,10 +15048,10 @@
 
7601
 # Check to make sure the static flag actually works.
 
7602
 #
 
7603
 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
 
7604
-{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
7605
-echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 
7606
+{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
7607
+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
 
7608
 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then
 
7609
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7610
+  $as_echo_n "(cached) " >&6
 
7611
 else
 
7612
   lt_cv_prog_compiler_static_works_CXX=no
 
7613
    save_LDFLAGS="$LDFLAGS"
 
7614
@@ -14812,8 +15076,8 @@
 
7615
    LDFLAGS="$save_LDFLAGS"
 
7616
 
 
7617
 fi
 
7618
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
 
7619
-echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; }
 
7620
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
 
7621
+$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
 
7622
 
 
7623
 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
 
7624
     :
 
7625
@@ -14822,10 +15086,10 @@
 
7626
 fi
 
7627
 
 
7628
 
 
7629
-{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
7630
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
7631
+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
7632
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 
7633
 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
 
7634
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7635
+  $as_echo_n "(cached) " >&6
 
7636
 else
 
7637
   lt_cv_prog_compiler_c_o_CXX=no
 
7638
    $rm -r conftest 2>/dev/null
 
7639
@@ -14843,11 +15107,11 @@
 
7640
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
7641
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
7642
    -e 's:$: $lt_compiler_flag:'`
 
7643
-   (eval echo "\"\$as_me:14846: $lt_compile\"" >&5)
 
7644
+   (eval echo "\"\$as_me:15110: $lt_compile\"" >&5)
 
7645
    (eval "$lt_compile" 2>out/conftest.err)
 
7646
    ac_status=$?
 
7647
    cat out/conftest.err >&5
 
7648
-   echo "$as_me:14850: \$? = $ac_status" >&5
 
7649
+   echo "$as_me:15114: \$? = $ac_status" >&5
 
7650
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
7651
    then
 
7652
      # The compiler can only warn and ignore the option if not recognized
 
7653
@@ -14869,34 +15133,34 @@
 
7654
    $rm conftest*
 
7655
 
 
7656
 fi
 
7657
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
 
7658
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
 
7659
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
 
7660
+$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
 
7661
 
 
7662
 
 
7663
 hard_links="nottested"
 
7664
 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
 
7665
   # do not overwrite the value of need_locks provided by the user
 
7666
-  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
7667
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 
7668
+  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
7669
+$as_echo_n "checking if we can lock with hard links... " >&6; }
 
7670
   hard_links=yes
 
7671
   $rm conftest*
 
7672
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
7673
   touch conftest.a
 
7674
   ln conftest.a conftest.b 2>&5 || hard_links=no
 
7675
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
7676
-  { echo "$as_me:$LINENO: result: $hard_links" >&5
 
7677
-echo "${ECHO_T}$hard_links" >&6; }
 
7678
+  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
 
7679
+$as_echo "$hard_links" >&6; }
 
7680
   if test "$hard_links" = no; then
 
7681
-    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
7682
-echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
7683
+    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
7684
+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
7685
     need_locks=warn
 
7686
   fi
 
7687
 else
 
7688
   need_locks=no
 
7689
 fi
 
7690
 
 
7691
-{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
7692
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
7693
+{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
7694
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
 
7695
 
 
7696
   export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
7697
   case $host_os in
 
7698
@@ -14924,8 +15188,8 @@
 
7699
   esac
 
7700
   exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
 
7701
 
 
7702
-{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
 
7703
-echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
 
7704
+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
 
7705
+$as_echo "$ld_shlibs_CXX" >&6; }
 
7706
 test "$ld_shlibs_CXX" = no && can_build_shared=no
 
7707
 
 
7708
 #
 
7709
@@ -14945,15 +15209,15 @@
 
7710
       # Test whether the compiler implicitly links with -lc since on some
 
7711
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
7712
       # to ld, don't add -lc before -lgcc.
 
7713
-      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
7714
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 
7715
+      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
7716
+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
 
7717
       $rm conftest*
 
7718
       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
7719
 
 
7720
       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
7721
   (eval $ac_compile) 2>&5
 
7722
   ac_status=$?
 
7723
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7724
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7725
   (exit $ac_status); } 2>conftest.err; then
 
7726
         soname=conftest
 
7727
         lib=conftest
 
7728
@@ -14971,7 +15235,7 @@
 
7729
         if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
 
7730
   (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
 
7731
   ac_status=$?
 
7732
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7733
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7734
   (exit $ac_status); }
 
7735
         then
 
7736
          archive_cmds_need_lc_CXX=no
 
7737
@@ -14983,16 +15247,16 @@
 
7738
         cat conftest.err 1>&5
 
7739
       fi
 
7740
       $rm conftest*
 
7741
-      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
 
7742
-echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
 
7743
+      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
 
7744
+$as_echo "$archive_cmds_need_lc_CXX" >&6; }
 
7745
       ;;
 
7746
     esac
 
7747
   fi
 
7748
   ;;
 
7749
 esac
 
7750
 
 
7751
-{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
7752
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 
7753
+{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
7754
+$as_echo_n "checking dynamic linker characteristics... " >&6; }
 
7755
 library_names_spec=
 
7756
 libname_spec='lib$name'
 
7757
 soname_spec=
 
7758
@@ -15553,19 +15817,19 @@
 
7759
   dynamic_linker=no
 
7760
   ;;
 
7761
 esac
 
7762
-{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
7763
-echo "${ECHO_T}$dynamic_linker" >&6; }
 
7764
+{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
7765
+$as_echo "$dynamic_linker" >&6; }
 
7766
 test "$dynamic_linker" = no && can_build_shared=no
 
7767
 
 
7768
 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
7769
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7770
+  $as_echo_n "(cached) " >&6
 
7771
 else
 
7772
   lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
 
7773
 fi
 
7774
 
 
7775
 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
7776
 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
7777
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7778
+  $as_echo_n "(cached) " >&6
 
7779
 else
 
7780
   lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
 
7781
 fi
 
7782
@@ -15577,8 +15841,8 @@
 
7783
   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
7784
 fi
 
7785
 
 
7786
-{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
7787
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 
7788
+{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
7789
+$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
 
7790
 hardcode_action_CXX=
 
7791
 if test -n "$hardcode_libdir_flag_spec_CXX" || \
 
7792
    test -n "$runpath_var_CXX" || \
 
7793
@@ -15602,8 +15866,8 @@
 
7794
   # directories.
 
7795
   hardcode_action_CXX=unsupported
 
7796
 fi
 
7797
-{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
 
7798
-echo "${ECHO_T}$hardcode_action_CXX" >&6; }
 
7799
+{ $as_echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
 
7800
+$as_echo "$hardcode_action_CXX" >&6; }
 
7801
 
 
7802
 if test "$hardcode_action_CXX" = relink; then
 
7803
   # Fast installation is not supported
 
7804
@@ -16141,13 +16405,13 @@
 
7805
 cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
7806
 
 
7807
 
 
7808
-{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
7809
-echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
 
7810
-{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
7811
-echo "${ECHO_T}$can_build_shared" >&6; }
 
7812
+{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
7813
+$as_echo_n "checking if libtool supports shared libraries... " >&6; }
 
7814
+{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
7815
+$as_echo "$can_build_shared" >&6; }
 
7816
 
 
7817
-{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
7818
-echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
 
7819
+{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
7820
+$as_echo_n "checking whether to build shared libraries... " >&6; }
 
7821
 test "$can_build_shared" = "no" && enable_shared=no
 
7822
 
 
7823
 # On AIX, shared libraries and static libraries use the same namespace, and
 
7824
@@ -16166,15 +16430,15 @@
 
7825
   fi
 
7826
   ;;
 
7827
 esac
 
7828
-{ echo "$as_me:$LINENO: result: $enable_shared" >&5
 
7829
-echo "${ECHO_T}$enable_shared" >&6; }
 
7830
+{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
 
7831
+$as_echo "$enable_shared" >&6; }
 
7832
 
 
7833
-{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
7834
-echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
 
7835
+{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
7836
+$as_echo_n "checking whether to build static libraries... " >&6; }
 
7837
 # Make sure either enable_shared or enable_static is yes.
 
7838
 test "$enable_shared" = yes || enable_static=yes
 
7839
-{ echo "$as_me:$LINENO: result: $enable_static" >&5
 
7840
-echo "${ECHO_T}$enable_static" >&6; }
 
7841
+{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5
 
7842
+$as_echo "$enable_static" >&6; }
 
7843
 
 
7844
 GCC_F77="$G77"
 
7845
 LD_F77="$LD"
 
7846
@@ -16183,8 +16447,8 @@
 
7847
 lt_prog_compiler_pic_F77=
 
7848
 lt_prog_compiler_static_F77=
 
7849
 
 
7850
-{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
7851
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
7852
+{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
7853
+$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
7854
 
 
7855
   if test "$GCC" = yes; then
 
7856
     lt_prog_compiler_wl_F77='-Wl,'
 
7857
@@ -16415,18 +16679,18 @@
 
7858
     esac
 
7859
   fi
 
7860
 
 
7861
-{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
 
7862
-echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; }
 
7863
+{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
 
7864
+$as_echo "$lt_prog_compiler_pic_F77" >&6; }
 
7865
 
 
7866
 #
 
7867
 # Check to make sure the PIC flag actually works.
 
7868
 #
 
7869
 if test -n "$lt_prog_compiler_pic_F77"; then
 
7870
 
 
7871
-{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
 
7872
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }
 
7873
+{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
 
7874
+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... " >&6; }
 
7875
 if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then
 
7876
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7877
+  $as_echo_n "(cached) " >&6
 
7878
 else
 
7879
   lt_cv_prog_compiler_pic_works_F77=no
 
7880
   ac_outfile=conftest.$ac_objext
 
7881
@@ -16441,11 +16705,11 @@
 
7882
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
7883
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
7884
    -e 's:$: $lt_compiler_flag:'`
 
7885
-   (eval echo "\"\$as_me:16444: $lt_compile\"" >&5)
 
7886
+   (eval echo "\"\$as_me:16708: $lt_compile\"" >&5)
 
7887
    (eval "$lt_compile" 2>conftest.err)
 
7888
    ac_status=$?
 
7889
    cat conftest.err >&5
 
7890
-   echo "$as_me:16448: \$? = $ac_status" >&5
 
7891
+   echo "$as_me:16712: \$? = $ac_status" >&5
 
7892
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
7893
      # The compiler can only warn and ignore the option if not recognized
 
7894
      # So say no if there are warnings other than the usual output.
 
7895
@@ -16458,8 +16722,8 @@
 
7896
    $rm conftest*
 
7897
 
 
7898
 fi
 
7899
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5
 
7900
-echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_F77" >&6; }
 
7901
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5
 
7902
+$as_echo "$lt_cv_prog_compiler_pic_works_F77" >&6; }
 
7903
 
 
7904
 if test x"$lt_cv_prog_compiler_pic_works_F77" = xyes; then
 
7905
     case $lt_prog_compiler_pic_F77 in
 
7906
@@ -16486,10 +16750,10 @@
 
7907
 # Check to make sure the static flag actually works.
 
7908
 #
 
7909
 wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
 
7910
-{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
7911
-echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 
7912
+{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
7913
+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
 
7914
 if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then
 
7915
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7916
+  $as_echo_n "(cached) " >&6
 
7917
 else
 
7918
   lt_cv_prog_compiler_static_works_F77=no
 
7919
    save_LDFLAGS="$LDFLAGS"
 
7920
@@ -16514,8 +16778,8 @@
 
7921
    LDFLAGS="$save_LDFLAGS"
 
7922
 
 
7923
 fi
 
7924
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5
 
7925
-echo "${ECHO_T}$lt_cv_prog_compiler_static_works_F77" >&6; }
 
7926
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5
 
7927
+$as_echo "$lt_cv_prog_compiler_static_works_F77" >&6; }
 
7928
 
 
7929
 if test x"$lt_cv_prog_compiler_static_works_F77" = xyes; then
 
7930
     :
 
7931
@@ -16524,10 +16788,10 @@
 
7932
 fi
 
7933
 
 
7934
 
 
7935
-{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
7936
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
7937
+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
7938
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 
7939
 if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
 
7940
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7941
+  $as_echo_n "(cached) " >&6
 
7942
 else
 
7943
   lt_cv_prog_compiler_c_o_F77=no
 
7944
    $rm -r conftest 2>/dev/null
 
7945
@@ -16545,11 +16809,11 @@
 
7946
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
7947
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
7948
    -e 's:$: $lt_compiler_flag:'`
 
7949
-   (eval echo "\"\$as_me:16548: $lt_compile\"" >&5)
 
7950
+   (eval echo "\"\$as_me:16812: $lt_compile\"" >&5)
 
7951
    (eval "$lt_compile" 2>out/conftest.err)
 
7952
    ac_status=$?
 
7953
    cat out/conftest.err >&5
 
7954
-   echo "$as_me:16552: \$? = $ac_status" >&5
 
7955
+   echo "$as_me:16816: \$? = $ac_status" >&5
 
7956
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
7957
    then
 
7958
      # The compiler can only warn and ignore the option if not recognized
 
7959
@@ -16571,34 +16835,34 @@
 
7960
    $rm conftest*
 
7961
 
 
7962
 fi
 
7963
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
 
7964
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; }
 
7965
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
 
7966
+$as_echo "$lt_cv_prog_compiler_c_o_F77" >&6; }
 
7967
 
 
7968
 
 
7969
 hard_links="nottested"
 
7970
 if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
 
7971
   # do not overwrite the value of need_locks provided by the user
 
7972
-  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
7973
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 
7974
+  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
7975
+$as_echo_n "checking if we can lock with hard links... " >&6; }
 
7976
   hard_links=yes
 
7977
   $rm conftest*
 
7978
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
7979
   touch conftest.a
 
7980
   ln conftest.a conftest.b 2>&5 || hard_links=no
 
7981
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
7982
-  { echo "$as_me:$LINENO: result: $hard_links" >&5
 
7983
-echo "${ECHO_T}$hard_links" >&6; }
 
7984
+  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
 
7985
+$as_echo "$hard_links" >&6; }
 
7986
   if test "$hard_links" = no; then
 
7987
-    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
7988
-echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
7989
+    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
7990
+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
7991
     need_locks=warn
 
7992
   fi
 
7993
 else
 
7994
   need_locks=no
 
7995
 fi
 
7996
 
 
7997
-{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
7998
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
7999
+{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
8000
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
 
8001
 
 
8002
   runpath_var=
 
8003
   allow_undefined_flag_F77=
 
8004
@@ -17019,18 +17283,21 @@
 
8005
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8006
   *) ac_try_echo=$ac_try;;
 
8007
 esac
 
8008
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8009
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8010
+$as_echo "$ac_try_echo") >&5
 
8011
   (eval "$ac_link") 2>conftest.er1
 
8012
   ac_status=$?
 
8013
   grep -v '^ *+' conftest.er1 >conftest.err
 
8014
   rm -f conftest.er1
 
8015
   cat conftest.err >&5
 
8016
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8017
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8018
   (exit $ac_status); } && {
 
8019
         test -z "$ac_f77_werror_flag" ||
 
8020
         test ! -s conftest.err
 
8021
-       } && test -s conftest$ac_exeext &&
 
8022
-       $as_test_x conftest$ac_exeext; then
 
8023
+       } && test -s conftest$ac_exeext && {
 
8024
+        test "$cross_compiling" = yes ||
 
8025
+        $as_test_x conftest$ac_exeext
 
8026
+       }; then
 
8027
 
 
8028
 lt_aix_libpath_sed='
 
8029
     /Import File Strings/,/^$/ {
 
8030
@@ -17045,12 +17312,13 @@
 
8031
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
8032
 fi
 
8033
 else
 
8034
-  echo "$as_me: failed program was:" >&5
 
8035
+  $as_echo "$as_me: failed program was:" >&5
 
8036
 sed 's/^/| /' conftest.$ac_ext >&5
 
8037
 
 
8038
 
 
8039
 fi
 
8040
 
 
8041
+rm -rf conftest.dSYM
 
8042
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
8043
       conftest$ac_exeext conftest.$ac_ext
 
8044
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
8045
@@ -17075,18 +17343,21 @@
 
8046
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8047
   *) ac_try_echo=$ac_try;;
 
8048
 esac
 
8049
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8050
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8051
+$as_echo "$ac_try_echo") >&5
 
8052
   (eval "$ac_link") 2>conftest.er1
 
8053
   ac_status=$?
 
8054
   grep -v '^ *+' conftest.er1 >conftest.err
 
8055
   rm -f conftest.er1
 
8056
   cat conftest.err >&5
 
8057
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8058
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8059
   (exit $ac_status); } && {
 
8060
         test -z "$ac_f77_werror_flag" ||
 
8061
         test ! -s conftest.err
 
8062
-       } && test -s conftest$ac_exeext &&
 
8063
-       $as_test_x conftest$ac_exeext; then
 
8064
+       } && test -s conftest$ac_exeext && {
 
8065
+        test "$cross_compiling" = yes ||
 
8066
+        $as_test_x conftest$ac_exeext
 
8067
+       }; then
 
8068
 
 
8069
 lt_aix_libpath_sed='
 
8070
     /Import File Strings/,/^$/ {
 
8071
@@ -17101,12 +17372,13 @@
 
8072
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
8073
 fi
 
8074
 else
 
8075
-  echo "$as_me: failed program was:" >&5
 
8076
+  $as_echo "$as_me: failed program was:" >&5
 
8077
 sed 's/^/| /' conftest.$ac_ext >&5
 
8078
 
 
8079
 
 
8080
 fi
 
8081
 
 
8082
+rm -rf conftest.dSYM
 
8083
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
8084
       conftest$ac_exeext conftest.$ac_ext
 
8085
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
8086
@@ -17558,8 +17830,8 @@
 
8087
     esac
 
8088
   fi
 
8089
 
 
8090
-{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
 
8091
-echo "${ECHO_T}$ld_shlibs_F77" >&6; }
 
8092
+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
 
8093
+$as_echo "$ld_shlibs_F77" >&6; }
 
8094
 test "$ld_shlibs_F77" = no && can_build_shared=no
 
8095
 
 
8096
 #
 
8097
@@ -17579,15 +17851,15 @@
 
8098
       # Test whether the compiler implicitly links with -lc since on some
 
8099
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
8100
       # to ld, don't add -lc before -lgcc.
 
8101
-      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
8102
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 
8103
+      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
8104
+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
 
8105
       $rm conftest*
 
8106
       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
8107
 
 
8108
       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
8109
   (eval $ac_compile) 2>&5
 
8110
   ac_status=$?
 
8111
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8112
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8113
   (exit $ac_status); } 2>conftest.err; then
 
8114
         soname=conftest
 
8115
         lib=conftest
 
8116
@@ -17605,7 +17877,7 @@
 
8117
         if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
 
8118
   (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
 
8119
   ac_status=$?
 
8120
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8121
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8122
   (exit $ac_status); }
 
8123
         then
 
8124
          archive_cmds_need_lc_F77=no
 
8125
@@ -17617,16 +17889,16 @@
 
8126
         cat conftest.err 1>&5
 
8127
       fi
 
8128
       $rm conftest*
 
8129
-      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
 
8130
-echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; }
 
8131
+      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
 
8132
+$as_echo "$archive_cmds_need_lc_F77" >&6; }
 
8133
       ;;
 
8134
     esac
 
8135
   fi
 
8136
   ;;
 
8137
 esac
 
8138
 
 
8139
-{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
8140
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 
8141
+{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
8142
+$as_echo_n "checking dynamic linker characteristics... " >&6; }
 
8143
 library_names_spec=
 
8144
 libname_spec='lib$name'
 
8145
 soname_spec=
 
8146
@@ -18187,19 +18459,19 @@
 
8147
   dynamic_linker=no
 
8148
   ;;
 
8149
 esac
 
8150
-{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
8151
-echo "${ECHO_T}$dynamic_linker" >&6; }
 
8152
+{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
8153
+$as_echo "$dynamic_linker" >&6; }
 
8154
 test "$dynamic_linker" = no && can_build_shared=no
 
8155
 
 
8156
 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
8157
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8158
+  $as_echo_n "(cached) " >&6
 
8159
 else
 
8160
   lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
 
8161
 fi
 
8162
 
 
8163
 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
8164
 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
8165
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8166
+  $as_echo_n "(cached) " >&6
 
8167
 else
 
8168
   lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
 
8169
 fi
 
8170
@@ -18211,8 +18483,8 @@
 
8171
   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
8172
 fi
 
8173
 
 
8174
-{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
8175
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 
8176
+{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
8177
+$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
 
8178
 hardcode_action_F77=
 
8179
 if test -n "$hardcode_libdir_flag_spec_F77" || \
 
8180
    test -n "$runpath_var_F77" || \
 
8181
@@ -18236,8 +18508,8 @@
 
8182
   # directories.
 
8183
   hardcode_action_F77=unsupported
 
8184
 fi
 
8185
-{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
 
8186
-echo "${ECHO_T}$hardcode_action_F77" >&6; }
 
8187
+{ $as_echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
 
8188
+$as_echo "$hardcode_action_F77" >&6; }
 
8189
 
 
8190
 if test "$hardcode_action_F77" = relink; then
 
8191
   # Fast installation is not supported
 
8192
@@ -18747,10 +19019,10 @@
 
8193
   lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
 
8194
 
 
8195
 
 
8196
-{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
8197
-echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
 
8198
+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
8199
+$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
 
8200
 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
 
8201
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8202
+  $as_echo_n "(cached) " >&6
 
8203
 else
 
8204
   lt_cv_prog_compiler_rtti_exceptions=no
 
8205
   ac_outfile=conftest.$ac_objext
 
8206
@@ -18765,11 +19037,11 @@
 
8207
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
8208
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
8209
    -e 's:$: $lt_compiler_flag:'`
 
8210
-   (eval echo "\"\$as_me:18768: $lt_compile\"" >&5)
 
8211
+   (eval echo "\"\$as_me:19040: $lt_compile\"" >&5)
 
8212
    (eval "$lt_compile" 2>conftest.err)
 
8213
    ac_status=$?
 
8214
    cat conftest.err >&5
 
8215
-   echo "$as_me:18772: \$? = $ac_status" >&5
 
8216
+   echo "$as_me:19044: \$? = $ac_status" >&5
 
8217
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
8218
      # The compiler can only warn and ignore the option if not recognized
 
8219
      # So say no if there are warnings other than the usual output.
 
8220
@@ -18782,8 +19054,8 @@
 
8221
    $rm conftest*
 
8222
 
 
8223
 fi
 
8224
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
8225
-echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
8226
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
8227
+$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
8228
 
 
8229
 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
 
8230
     lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
 
8231
@@ -18797,8 +19069,8 @@
 
8232
 lt_prog_compiler_pic_GCJ=
 
8233
 lt_prog_compiler_static_GCJ=
 
8234
 
 
8235
-{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
8236
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
8237
+{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
8238
+$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
8239
 
 
8240
   if test "$GCC" = yes; then
 
8241
     lt_prog_compiler_wl_GCJ='-Wl,'
 
8242
@@ -19029,18 +19301,18 @@
 
8243
     esac
 
8244
   fi
 
8245
 
 
8246
-{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
 
8247
-echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; }
 
8248
+{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
 
8249
+$as_echo "$lt_prog_compiler_pic_GCJ" >&6; }
 
8250
 
 
8251
 #
 
8252
 # Check to make sure the PIC flag actually works.
 
8253
 #
 
8254
 if test -n "$lt_prog_compiler_pic_GCJ"; then
 
8255
 
 
8256
-{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
 
8257
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }
 
8258
+{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
 
8259
+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... " >&6; }
 
8260
 if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then
 
8261
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8262
+  $as_echo_n "(cached) " >&6
 
8263
 else
 
8264
   lt_cv_prog_compiler_pic_works_GCJ=no
 
8265
   ac_outfile=conftest.$ac_objext
 
8266
@@ -19055,11 +19327,11 @@
 
8267
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
8268
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
8269
    -e 's:$: $lt_compiler_flag:'`
 
8270
-   (eval echo "\"\$as_me:19058: $lt_compile\"" >&5)
 
8271
+   (eval echo "\"\$as_me:19330: $lt_compile\"" >&5)
 
8272
    (eval "$lt_compile" 2>conftest.err)
 
8273
    ac_status=$?
 
8274
    cat conftest.err >&5
 
8275
-   echo "$as_me:19062: \$? = $ac_status" >&5
 
8276
+   echo "$as_me:19334: \$? = $ac_status" >&5
 
8277
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
8278
      # The compiler can only warn and ignore the option if not recognized
 
8279
      # So say no if there are warnings other than the usual output.
 
8280
@@ -19072,8 +19344,8 @@
 
8281
    $rm conftest*
 
8282
 
 
8283
 fi
 
8284
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
 
8285
-echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
 
8286
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
 
8287
+$as_echo "$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
 
8288
 
 
8289
 if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then
 
8290
     case $lt_prog_compiler_pic_GCJ in
 
8291
@@ -19100,10 +19372,10 @@
 
8292
 # Check to make sure the static flag actually works.
 
8293
 #
 
8294
 wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
 
8295
-{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
8296
-echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 
8297
+{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
8298
+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
 
8299
 if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then
 
8300
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8301
+  $as_echo_n "(cached) " >&6
 
8302
 else
 
8303
   lt_cv_prog_compiler_static_works_GCJ=no
 
8304
    save_LDFLAGS="$LDFLAGS"
 
8305
@@ -19128,8 +19400,8 @@
 
8306
    LDFLAGS="$save_LDFLAGS"
 
8307
 
 
8308
 fi
 
8309
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
 
8310
-echo "${ECHO_T}$lt_cv_prog_compiler_static_works_GCJ" >&6; }
 
8311
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
 
8312
+$as_echo "$lt_cv_prog_compiler_static_works_GCJ" >&6; }
 
8313
 
 
8314
 if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then
 
8315
     :
 
8316
@@ -19138,10 +19410,10 @@
 
8317
 fi
 
8318
 
 
8319
 
 
8320
-{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
8321
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
8322
+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
8323
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 
8324
 if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
 
8325
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8326
+  $as_echo_n "(cached) " >&6
 
8327
 else
 
8328
   lt_cv_prog_compiler_c_o_GCJ=no
 
8329
    $rm -r conftest 2>/dev/null
 
8330
@@ -19159,11 +19431,11 @@
 
8331
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
8332
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
8333
    -e 's:$: $lt_compiler_flag:'`
 
8334
-   (eval echo "\"\$as_me:19162: $lt_compile\"" >&5)
 
8335
+   (eval echo "\"\$as_me:19434: $lt_compile\"" >&5)
 
8336
    (eval "$lt_compile" 2>out/conftest.err)
 
8337
    ac_status=$?
 
8338
    cat out/conftest.err >&5
 
8339
-   echo "$as_me:19166: \$? = $ac_status" >&5
 
8340
+   echo "$as_me:19438: \$? = $ac_status" >&5
 
8341
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
8342
    then
 
8343
      # The compiler can only warn and ignore the option if not recognized
 
8344
@@ -19185,34 +19457,34 @@
 
8345
    $rm conftest*
 
8346
 
 
8347
 fi
 
8348
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
 
8349
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; }
 
8350
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
 
8351
+$as_echo "$lt_cv_prog_compiler_c_o_GCJ" >&6; }
 
8352
 
 
8353
 
 
8354
 hard_links="nottested"
 
8355
 if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
 
8356
   # do not overwrite the value of need_locks provided by the user
 
8357
-  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
8358
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 
8359
+  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
8360
+$as_echo_n "checking if we can lock with hard links... " >&6; }
 
8361
   hard_links=yes
 
8362
   $rm conftest*
 
8363
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
8364
   touch conftest.a
 
8365
   ln conftest.a conftest.b 2>&5 || hard_links=no
 
8366
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
8367
-  { echo "$as_me:$LINENO: result: $hard_links" >&5
 
8368
-echo "${ECHO_T}$hard_links" >&6; }
 
8369
+  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
 
8370
+$as_echo "$hard_links" >&6; }
 
8371
   if test "$hard_links" = no; then
 
8372
-    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
8373
-echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
8374
+    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
8375
+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
8376
     need_locks=warn
 
8377
   fi
 
8378
 else
 
8379
   need_locks=no
 
8380
 fi
 
8381
 
 
8382
-{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
8383
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
8384
+{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
8385
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
 
8386
 
 
8387
   runpath_var=
 
8388
   allow_undefined_flag_GCJ=
 
8389
@@ -19643,18 +19915,21 @@
 
8390
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8391
   *) ac_try_echo=$ac_try;;
 
8392
 esac
 
8393
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8394
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8395
+$as_echo "$ac_try_echo") >&5
 
8396
   (eval "$ac_link") 2>conftest.er1
 
8397
   ac_status=$?
 
8398
   grep -v '^ *+' conftest.er1 >conftest.err
 
8399
   rm -f conftest.er1
 
8400
   cat conftest.err >&5
 
8401
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8402
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8403
   (exit $ac_status); } && {
 
8404
         test -z "$ac_c_werror_flag" ||
 
8405
         test ! -s conftest.err
 
8406
-       } && test -s conftest$ac_exeext &&
 
8407
-       $as_test_x conftest$ac_exeext; then
 
8408
+       } && test -s conftest$ac_exeext && {
 
8409
+        test "$cross_compiling" = yes ||
 
8410
+        $as_test_x conftest$ac_exeext
 
8411
+       }; then
 
8412
 
 
8413
 lt_aix_libpath_sed='
 
8414
     /Import File Strings/,/^$/ {
 
8415
@@ -19669,12 +19944,13 @@
 
8416
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
8417
 fi
 
8418
 else
 
8419
-  echo "$as_me: failed program was:" >&5
 
8420
+  $as_echo "$as_me: failed program was:" >&5
 
8421
 sed 's/^/| /' conftest.$ac_ext >&5
 
8422
 
 
8423
 
 
8424
 fi
 
8425
 
 
8426
+rm -rf conftest.dSYM
 
8427
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
8428
       conftest$ac_exeext conftest.$ac_ext
 
8429
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
8430
@@ -19709,18 +19985,21 @@
 
8431
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8432
   *) ac_try_echo=$ac_try;;
 
8433
 esac
 
8434
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8435
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8436
+$as_echo "$ac_try_echo") >&5
 
8437
   (eval "$ac_link") 2>conftest.er1
 
8438
   ac_status=$?
 
8439
   grep -v '^ *+' conftest.er1 >conftest.err
 
8440
   rm -f conftest.er1
 
8441
   cat conftest.err >&5
 
8442
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8443
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8444
   (exit $ac_status); } && {
 
8445
         test -z "$ac_c_werror_flag" ||
 
8446
         test ! -s conftest.err
 
8447
-       } && test -s conftest$ac_exeext &&
 
8448
-       $as_test_x conftest$ac_exeext; then
 
8449
+       } && test -s conftest$ac_exeext && {
 
8450
+        test "$cross_compiling" = yes ||
 
8451
+        $as_test_x conftest$ac_exeext
 
8452
+       }; then
 
8453
 
 
8454
 lt_aix_libpath_sed='
 
8455
     /Import File Strings/,/^$/ {
 
8456
@@ -19735,12 +20014,13 @@
 
8457
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
8458
 fi
 
8459
 else
 
8460
-  echo "$as_me: failed program was:" >&5
 
8461
+  $as_echo "$as_me: failed program was:" >&5
 
8462
 sed 's/^/| /' conftest.$ac_ext >&5
 
8463
 
 
8464
 
 
8465
 fi
 
8466
 
 
8467
+rm -rf conftest.dSYM
 
8468
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
8469
       conftest$ac_exeext conftest.$ac_ext
 
8470
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
8471
@@ -20192,8 +20472,8 @@
 
8472
     esac
 
8473
   fi
 
8474
 
 
8475
-{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
 
8476
-echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }
 
8477
+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
 
8478
+$as_echo "$ld_shlibs_GCJ" >&6; }
 
8479
 test "$ld_shlibs_GCJ" = no && can_build_shared=no
 
8480
 
 
8481
 #
 
8482
@@ -20213,15 +20493,15 @@
 
8483
       # Test whether the compiler implicitly links with -lc since on some
 
8484
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
8485
       # to ld, don't add -lc before -lgcc.
 
8486
-      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
8487
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 
8488
+      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
8489
+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
 
8490
       $rm conftest*
 
8491
       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
8492
 
 
8493
       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
8494
   (eval $ac_compile) 2>&5
 
8495
   ac_status=$?
 
8496
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8497
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8498
   (exit $ac_status); } 2>conftest.err; then
 
8499
         soname=conftest
 
8500
         lib=conftest
 
8501
@@ -20239,7 +20519,7 @@
 
8502
         if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
 
8503
   (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
 
8504
   ac_status=$?
 
8505
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8506
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8507
   (exit $ac_status); }
 
8508
         then
 
8509
          archive_cmds_need_lc_GCJ=no
 
8510
@@ -20251,16 +20531,16 @@
 
8511
         cat conftest.err 1>&5
 
8512
       fi
 
8513
       $rm conftest*
 
8514
-      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
 
8515
-echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; }
 
8516
+      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
 
8517
+$as_echo "$archive_cmds_need_lc_GCJ" >&6; }
 
8518
       ;;
 
8519
     esac
 
8520
   fi
 
8521
   ;;
 
8522
 esac
 
8523
 
 
8524
-{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
8525
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 
8526
+{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
8527
+$as_echo_n "checking dynamic linker characteristics... " >&6; }
 
8528
 library_names_spec=
 
8529
 libname_spec='lib$name'
 
8530
 soname_spec=
 
8531
@@ -20821,19 +21101,19 @@
 
8532
   dynamic_linker=no
 
8533
   ;;
 
8534
 esac
 
8535
-{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
8536
-echo "${ECHO_T}$dynamic_linker" >&6; }
 
8537
+{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
8538
+$as_echo "$dynamic_linker" >&6; }
 
8539
 test "$dynamic_linker" = no && can_build_shared=no
 
8540
 
 
8541
 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
8542
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8543
+  $as_echo_n "(cached) " >&6
 
8544
 else
 
8545
   lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
 
8546
 fi
 
8547
 
 
8548
 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
8549
 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
8550
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8551
+  $as_echo_n "(cached) " >&6
 
8552
 else
 
8553
   lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
 
8554
 fi
 
8555
@@ -20845,8 +21125,8 @@
 
8556
   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
8557
 fi
 
8558
 
 
8559
-{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
8560
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 
8561
+{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
8562
+$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
 
8563
 hardcode_action_GCJ=
 
8564
 if test -n "$hardcode_libdir_flag_spec_GCJ" || \
 
8565
    test -n "$runpath_var_GCJ" || \
 
8566
@@ -20870,8 +21150,8 @@
 
8567
   # directories.
 
8568
   hardcode_action_GCJ=unsupported
 
8569
 fi
 
8570
-{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
 
8571
-echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
 
8572
+{ $as_echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
 
8573
+$as_echo "$hardcode_action_GCJ" >&6; }
 
8574
 
 
8575
 if test "$hardcode_action_GCJ" = relink; then
 
8576
   # Fast installation is not supported
 
8577
@@ -21794,8 +22074,8 @@
 
8578
        ;;
 
8579
 
 
8580
       *)
 
8581
-       { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
 
8582
-echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
 
8583
+       { { $as_echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
 
8584
+$as_echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
 
8585
    { (exit 1); exit 1; }; }
 
8586
        ;;
 
8587
       esac
 
8588
@@ -21814,8 +22094,8 @@
 
8589
     chmod +x "$ofile"
 
8590
   else
 
8591
     rm -f "${ofile}T"
 
8592
-    { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
 
8593
-echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
 
8594
+    { { $as_echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
 
8595
+$as_echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
 
8596
    { (exit 1); exit 1; }; }
 
8597
   fi
 
8598
 fi
 
8599
@@ -21862,11 +22142,12 @@
 
8600
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 
8601
 # OS/2's system install, which has a completely different semantic
 
8602
 # ./install, which can be erroneously created by make from ./install.sh.
 
8603
-{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
8604
-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 
8605
+# Reject install programs that cannot install multiple files.
 
8606
+{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
8607
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
 
8608
 if test -z "$INSTALL"; then
 
8609
 if test "${ac_cv_path_install+set}" = set; then
 
8610
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8611
+  $as_echo_n "(cached) " >&6
 
8612
 else
 
8613
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
8614
 for as_dir in $PATH
 
8615
@@ -21895,17 +22176,29 @@
 
8616
            # program-specific install script used by HP pwplus--don't use.
 
8617
            :
 
8618
          else
 
8619
-           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
8620
-           break 3
 
8621
+           rm -rf conftest.one conftest.two conftest.dir
 
8622
+           echo one > conftest.one
 
8623
+           echo two > conftest.two
 
8624
+           mkdir conftest.dir
 
8625
+           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
 
8626
+             test -s conftest.one && test -s conftest.two &&
 
8627
+             test -s conftest.dir/conftest.one &&
 
8628
+             test -s conftest.dir/conftest.two
 
8629
+           then
 
8630
+             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
8631
+             break 3
 
8632
+           fi
 
8633
          fi
 
8634
        fi
 
8635
       done
 
8636
     done
 
8637
     ;;
 
8638
 esac
 
8639
+
 
8640
 done
 
8641
 IFS=$as_save_IFS
 
8642
 
 
8643
+rm -rf conftest.one conftest.two conftest.dir
 
8644
 
 
8645
 fi
 
8646
   if test "${ac_cv_path_install+set}" = set; then
 
8647
@@ -21918,8 +22211,8 @@
 
8648
     INSTALL=$ac_install_sh
 
8649
   fi
 
8650
 fi
 
8651
-{ echo "$as_me:$LINENO: result: $INSTALL" >&5
 
8652
-echo "${ECHO_T}$INSTALL" >&6; }
 
8653
+{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
 
8654
+$as_echo "$INSTALL" >&6; }
 
8655
 
 
8656
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 
8657
 # It thinks the first close brace ends the variable substitution.
 
8658
@@ -21930,8 +22223,8 @@
 
8659
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
8660
 
 
8661
 
 
8662
-  { echo "$as_me:$LINENO: checking whether NLS is requested" >&5
 
8663
-echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; }
 
8664
+  { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5
 
8665
+$as_echo_n "checking whether NLS is requested... " >&6; }
 
8666
     # Check whether --enable-nls was given.
 
8667
 if test "${enable_nls+set}" = set; then
 
8668
   enableval=$enable_nls; USE_NLS=$enableval
 
8669
@@ -21939,16 +22232,16 @@
 
8670
   USE_NLS=yes
 
8671
 fi
 
8672
 
 
8673
-  { echo "$as_me:$LINENO: result: $USE_NLS" >&5
 
8674
-echo "${ECHO_T}$USE_NLS" >&6; }
 
8675
+  { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5
 
8676
+$as_echo "$USE_NLS" >&6; }
 
8677
 
 
8678
 
 
8679
 
 
8680
 
 
8681
 case "$am__api_version" in
 
8682
     1.01234)
 
8683
-       { { echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
 
8684
-echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;}
 
8685
+       { { $as_echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
 
8686
+$as_echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;}
 
8687
    { (exit 1); exit 1; }; }
 
8688
     ;;
 
8689
     *)
 
8690
@@ -21956,27 +22249,27 @@
 
8691
 esac
 
8692
 
 
8693
 if test -n "0.40.0"; then
 
8694
-    { echo "$as_me:$LINENO: checking for intltool >= 0.40.0" >&5
 
8695
-echo $ECHO_N "checking for intltool >= 0.40.0... $ECHO_C" >&6; }
 
8696
+    { $as_echo "$as_me:$LINENO: checking for intltool >= 0.40.0" >&5
 
8697
+$as_echo_n "checking for intltool >= 0.40.0... " >&6; }
 
8698
 
 
8699
     INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.40.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
 
8700
     INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
 
8701
     INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
 
8702
 
 
8703
-    { echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
 
8704
-echo "${ECHO_T}$INTLTOOL_APPLIED_VERSION found" >&6; }
 
8705
+    { $as_echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
 
8706
+$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
 
8707
     test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
 
8708
-       { { echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool 0.40.0 or later." >&5
 
8709
-echo "$as_me: error: Your intltool is too old.  You need intltool 0.40.0 or later." >&2;}
 
8710
+       { { $as_echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool 0.40.0 or later." >&5
 
8711
+$as_echo "$as_me: error: Your intltool is too old.  You need intltool 0.40.0 or later." >&2;}
 
8712
    { (exit 1); exit 1; }; }
 
8713
 fi
 
8714
 
 
8715
 # Extract the first word of "intltool-update", so it can be a program name with args.
 
8716
 set dummy intltool-update; ac_word=$2
 
8717
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8718
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8719
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8720
+$as_echo_n "checking for $ac_word... " >&6; }
 
8721
 if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then
 
8722
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8723
+  $as_echo_n "(cached) " >&6
 
8724
 else
 
8725
   case $INTLTOOL_UPDATE in
 
8726
   [\\/]* | ?:[\\/]*)
 
8727
@@ -21991,7 +22284,7 @@
 
8728
   for ac_exec_ext in '' $ac_executable_extensions; do
 
8729
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8730
     ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext"
 
8731
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8732
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8733
     break 2
 
8734
   fi
 
8735
 done
 
8736
@@ -22003,20 +22296,20 @@
 
8737
 fi
 
8738
 INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE
 
8739
 if test -n "$INTLTOOL_UPDATE"; then
 
8740
-  { echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5
 
8741
-echo "${ECHO_T}$INTLTOOL_UPDATE" >&6; }
 
8742
+  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5
 
8743
+$as_echo "$INTLTOOL_UPDATE" >&6; }
 
8744
 else
 
8745
-  { echo "$as_me:$LINENO: result: no" >&5
 
8746
-echo "${ECHO_T}no" >&6; }
 
8747
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
8748
+$as_echo "no" >&6; }
 
8749
 fi
 
8750
 
 
8751
 
 
8752
 # Extract the first word of "intltool-merge", so it can be a program name with args.
 
8753
 set dummy intltool-merge; ac_word=$2
 
8754
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8755
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8756
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8757
+$as_echo_n "checking for $ac_word... " >&6; }
 
8758
 if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then
 
8759
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8760
+  $as_echo_n "(cached) " >&6
 
8761
 else
 
8762
   case $INTLTOOL_MERGE in
 
8763
   [\\/]* | ?:[\\/]*)
 
8764
@@ -22031,7 +22324,7 @@
 
8765
   for ac_exec_ext in '' $ac_executable_extensions; do
 
8766
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8767
     ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext"
 
8768
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8769
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8770
     break 2
 
8771
   fi
 
8772
 done
 
8773
@@ -22043,20 +22336,20 @@
 
8774
 fi
 
8775
 INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE
 
8776
 if test -n "$INTLTOOL_MERGE"; then
 
8777
-  { echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5
 
8778
-echo "${ECHO_T}$INTLTOOL_MERGE" >&6; }
 
8779
+  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5
 
8780
+$as_echo "$INTLTOOL_MERGE" >&6; }
 
8781
 else
 
8782
-  { echo "$as_me:$LINENO: result: no" >&5
 
8783
-echo "${ECHO_T}no" >&6; }
 
8784
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
8785
+$as_echo "no" >&6; }
 
8786
 fi
 
8787
 
 
8788
 
 
8789
 # Extract the first word of "intltool-extract", so it can be a program name with args.
 
8790
 set dummy intltool-extract; ac_word=$2
 
8791
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8792
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8793
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8794
+$as_echo_n "checking for $ac_word... " >&6; }
 
8795
 if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then
 
8796
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8797
+  $as_echo_n "(cached) " >&6
 
8798
 else
 
8799
   case $INTLTOOL_EXTRACT in
 
8800
   [\\/]* | ?:[\\/]*)
 
8801
@@ -22071,7 +22364,7 @@
 
8802
   for ac_exec_ext in '' $ac_executable_extensions; do
 
8803
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8804
     ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext"
 
8805
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8806
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8807
     break 2
 
8808
   fi
 
8809
 done
 
8810
@@ -22083,17 +22376,17 @@
 
8811
 fi
 
8812
 INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT
 
8813
 if test -n "$INTLTOOL_EXTRACT"; then
 
8814
-  { echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5
 
8815
-echo "${ECHO_T}$INTLTOOL_EXTRACT" >&6; }
 
8816
+  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5
 
8817
+$as_echo "$INTLTOOL_EXTRACT" >&6; }
 
8818
 else
 
8819
-  { echo "$as_me:$LINENO: result: no" >&5
 
8820
-echo "${ECHO_T}no" >&6; }
 
8821
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
8822
+$as_echo "no" >&6; }
 
8823
 fi
 
8824
 
 
8825
 
 
8826
 if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
 
8827
-    { { echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5
 
8828
-echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;}
 
8829
+    { { $as_echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5
 
8830
+$as_echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;}
 
8831
    { (exit 1); exit 1; }; }
 
8832
 fi
 
8833
 
 
8834
@@ -22140,10 +22433,10 @@
 
8835
 # Check the gettext tools to make sure they are GNU
 
8836
 # Extract the first word of "xgettext", so it can be a program name with args.
 
8837
 set dummy xgettext; ac_word=$2
 
8838
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8839
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8840
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8841
+$as_echo_n "checking for $ac_word... " >&6; }
 
8842
 if test "${ac_cv_path_XGETTEXT+set}" = set; then
 
8843
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8844
+  $as_echo_n "(cached) " >&6
 
8845
 else
 
8846
   case $XGETTEXT in
 
8847
   [\\/]* | ?:[\\/]*)
 
8848
@@ -22158,7 +22451,7 @@
 
8849
   for ac_exec_ext in '' $ac_executable_extensions; do
 
8850
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8851
     ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
 
8852
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8853
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8854
     break 2
 
8855
   fi
 
8856
 done
 
8857
@@ -22170,20 +22463,20 @@
 
8858
 fi
 
8859
 XGETTEXT=$ac_cv_path_XGETTEXT
 
8860
 if test -n "$XGETTEXT"; then
 
8861
-  { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
8862
-echo "${ECHO_T}$XGETTEXT" >&6; }
 
8863
+  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
8864
+$as_echo "$XGETTEXT" >&6; }
 
8865
 else
 
8866
-  { echo "$as_me:$LINENO: result: no" >&5
 
8867
-echo "${ECHO_T}no" >&6; }
 
8868
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
8869
+$as_echo "no" >&6; }
 
8870
 fi
 
8871
 
 
8872
 
 
8873
 # Extract the first word of "msgmerge", so it can be a program name with args.
 
8874
 set dummy msgmerge; ac_word=$2
 
8875
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8876
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8877
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8878
+$as_echo_n "checking for $ac_word... " >&6; }
 
8879
 if test "${ac_cv_path_MSGMERGE+set}" = set; then
 
8880
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8881
+  $as_echo_n "(cached) " >&6
 
8882
 else
 
8883
   case $MSGMERGE in
 
8884
   [\\/]* | ?:[\\/]*)
 
8885
@@ -22198,7 +22491,7 @@
 
8886
   for ac_exec_ext in '' $ac_executable_extensions; do
 
8887
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8888
     ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
 
8889
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8890
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8891
     break 2
 
8892
   fi
 
8893
 done
 
8894
@@ -22210,20 +22503,20 @@
 
8895
 fi
 
8896
 MSGMERGE=$ac_cv_path_MSGMERGE
 
8897
 if test -n "$MSGMERGE"; then
 
8898
-  { echo "$as_me:$LINENO: result: $MSGMERGE" >&5
 
8899
-echo "${ECHO_T}$MSGMERGE" >&6; }
 
8900
+  { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5
 
8901
+$as_echo "$MSGMERGE" >&6; }
 
8902
 else
 
8903
-  { echo "$as_me:$LINENO: result: no" >&5
 
8904
-echo "${ECHO_T}no" >&6; }
 
8905
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
8906
+$as_echo "no" >&6; }
 
8907
 fi
 
8908
 
 
8909
 
 
8910
 # Extract the first word of "msgfmt", so it can be a program name with args.
 
8911
 set dummy msgfmt; ac_word=$2
 
8912
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8913
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8914
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8915
+$as_echo_n "checking for $ac_word... " >&6; }
 
8916
 if test "${ac_cv_path_MSGFMT+set}" = set; then
 
8917
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8918
+  $as_echo_n "(cached) " >&6
 
8919
 else
 
8920
   case $MSGFMT in
 
8921
   [\\/]* | ?:[\\/]*)
 
8922
@@ -22238,7 +22531,7 @@
 
8923
   for ac_exec_ext in '' $ac_executable_extensions; do
 
8924
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8925
     ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
8926
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8927
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8928
     break 2
 
8929
   fi
 
8930
 done
 
8931
@@ -22250,20 +22543,20 @@
 
8932
 fi
 
8933
 MSGFMT=$ac_cv_path_MSGFMT
 
8934
 if test -n "$MSGFMT"; then
 
8935
-  { echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
8936
-echo "${ECHO_T}$MSGFMT" >&6; }
 
8937
+  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
8938
+$as_echo "$MSGFMT" >&6; }
 
8939
 else
 
8940
-  { echo "$as_me:$LINENO: result: no" >&5
 
8941
-echo "${ECHO_T}no" >&6; }
 
8942
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
8943
+$as_echo "no" >&6; }
 
8944
 fi
 
8945
 
 
8946
 
 
8947
 # Extract the first word of "gmsgfmt", so it can be a program name with args.
 
8948
 set dummy gmsgfmt; ac_word=$2
 
8949
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8950
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8951
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8952
+$as_echo_n "checking for $ac_word... " >&6; }
 
8953
 if test "${ac_cv_path_GMSGFMT+set}" = set; then
 
8954
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8955
+  $as_echo_n "(cached) " >&6
 
8956
 else
 
8957
   case $GMSGFMT in
 
8958
   [\\/]* | ?:[\\/]*)
 
8959
@@ -22278,7 +22571,7 @@
 
8960
   for ac_exec_ext in '' $ac_executable_extensions; do
 
8961
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8962
     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
8963
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8964
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8965
     break 2
 
8966
   fi
 
8967
 done
 
8968
@@ -22291,34 +22584,34 @@
 
8969
 fi
 
8970
 GMSGFMT=$ac_cv_path_GMSGFMT
 
8971
 if test -n "$GMSGFMT"; then
 
8972
-  { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
8973
-echo "${ECHO_T}$GMSGFMT" >&6; }
 
8974
+  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
8975
+$as_echo "$GMSGFMT" >&6; }
 
8976
 else
 
8977
-  { echo "$as_me:$LINENO: result: no" >&5
 
8978
-echo "${ECHO_T}no" >&6; }
 
8979
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
8980
+$as_echo "no" >&6; }
 
8981
 fi
 
8982
 
 
8983
 
 
8984
 if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
 
8985
-    { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
 
8986
-echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
 
8987
+    { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
 
8988
+$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
 
8989
    { (exit 1); exit 1; }; }
 
8990
 fi
 
8991
 xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
 
8992
 mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
 
8993
 mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
 
8994
 if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
 
8995
-    { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
 
8996
-echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
 
8997
+    { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
 
8998
+$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
 
8999
    { (exit 1); exit 1; }; }
 
9000
 fi
 
9001
 
 
9002
 # Extract the first word of "perl", so it can be a program name with args.
 
9003
 set dummy perl; ac_word=$2
 
9004
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
9005
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
9006
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
9007
+$as_echo_n "checking for $ac_word... " >&6; }
 
9008
 if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then
 
9009
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9010
+  $as_echo_n "(cached) " >&6
 
9011
 else
 
9012
   case $INTLTOOL_PERL in
 
9013
   [\\/]* | ?:[\\/]*)
 
9014
@@ -22333,7 +22626,7 @@
 
9015
   for ac_exec_ext in '' $ac_executable_extensions; do
 
9016
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
9017
     ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
 
9018
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
9019
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
9020
     break 2
 
9021
   fi
 
9022
 done
 
9023
@@ -22345,33 +22638,33 @@
 
9024
 fi
 
9025
 INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
 
9026
 if test -n "$INTLTOOL_PERL"; then
 
9027
-  { echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5
 
9028
-echo "${ECHO_T}$INTLTOOL_PERL" >&6; }
 
9029
+  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5
 
9030
+$as_echo "$INTLTOOL_PERL" >&6; }
 
9031
 else
 
9032
-  { echo "$as_me:$LINENO: result: no" >&5
 
9033
-echo "${ECHO_T}no" >&6; }
 
9034
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
9035
+$as_echo "no" >&6; }
 
9036
 fi
 
9037
 
 
9038
 
 
9039
 if test -z "$INTLTOOL_PERL"; then
 
9040
-   { { echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5
 
9041
-echo "$as_me: error: perl not found; required for intltool" >&2;}
 
9042
+   { { $as_echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5
 
9043
+$as_echo "$as_me: error: perl not found; required for intltool" >&2;}
 
9044
    { (exit 1); exit 1; }; }
 
9045
 fi
 
9046
 if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
 
9047
-   { { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
 
9048
-echo "$as_me: error: perl 5.x required for intltool" >&2;}
 
9049
+   { { $as_echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
 
9050
+$as_echo "$as_me: error: perl 5.x required for intltool" >&2;}
 
9051
    { (exit 1); exit 1; }; }
 
9052
 fi
 
9053
 if test "xno-xml" != "xno-xml"; then
 
9054
-   { echo "$as_me:$LINENO: checking for XML::Parser" >&5
 
9055
-echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6; }
 
9056
+   { $as_echo "$as_me:$LINENO: checking for XML::Parser" >&5
 
9057
+$as_echo_n "checking for XML::Parser... " >&6; }
 
9058
    if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
 
9059
-       { echo "$as_me:$LINENO: result: ok" >&5
 
9060
-echo "${ECHO_T}ok" >&6; }
 
9061
+       { $as_echo "$as_me:$LINENO: result: ok" >&5
 
9062
+$as_echo "ok" >&6; }
 
9063
    else
 
9064
-       { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
 
9065
-echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
 
9066
+       { { $as_echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
 
9067
+$as_echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
 
9068
    { (exit 1); exit 1; }; }
 
9069
    fi
 
9070
 fi
 
9071
@@ -22404,29 +22697,32 @@
 
9072
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9073
   *) ac_try_echo=$ac_try;;
 
9074
 esac
 
9075
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9076
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9077
+$as_echo "$ac_try_echo") >&5
 
9078
   (eval "$ac_link") 2>conftest.er1
 
9079
   ac_status=$?
 
9080
   grep -v '^ *+' conftest.er1 >conftest.err
 
9081
   rm -f conftest.er1
 
9082
   cat conftest.err >&5
 
9083
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9084
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9085
   (exit $ac_status); } && {
 
9086
         test -z "$ac_c_werror_flag" ||
 
9087
         test ! -s conftest.err
 
9088
-       } && test -s conftest$ac_exeext &&
 
9089
-       $as_test_x conftest$ac_exeext; then
 
9090
+       } && test -s conftest$ac_exeext && {
 
9091
+        test "$cross_compiling" = yes ||
 
9092
+        $as_test_x conftest$ac_exeext
 
9093
+       }; then
 
9094
   DATADIRNAME=share
 
9095
 else
 
9096
-  echo "$as_me: failed program was:" >&5
 
9097
+  $as_echo "$as_me: failed program was:" >&5
 
9098
 sed 's/^/| /' conftest.$ac_ext >&5
 
9099
 
 
9100
        case $host in
 
9101
     *-*-solaris*)
 
9102
-                        { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
9103
-echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; }
 
9104
+                        { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
9105
+$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
 
9106
 if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
 
9107
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9108
+  $as_echo_n "(cached) " >&6
 
9109
 else
 
9110
   cat >conftest.$ac_ext <<_ACEOF
 
9111
 /* confdefs.h.  */
 
9112
@@ -22479,32 +22775,36 @@
 
9113
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9114
   *) ac_try_echo=$ac_try;;
 
9115
 esac
 
9116
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9117
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9118
+$as_echo "$ac_try_echo") >&5
 
9119
   (eval "$ac_link") 2>conftest.er1
 
9120
   ac_status=$?
 
9121
   grep -v '^ *+' conftest.er1 >conftest.err
 
9122
   rm -f conftest.er1
 
9123
   cat conftest.err >&5
 
9124
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9125
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9126
   (exit $ac_status); } && {
 
9127
         test -z "$ac_c_werror_flag" ||
 
9128
         test ! -s conftest.err
 
9129
-       } && test -s conftest$ac_exeext &&
 
9130
-       $as_test_x conftest$ac_exeext; then
 
9131
+       } && test -s conftest$ac_exeext && {
 
9132
+        test "$cross_compiling" = yes ||
 
9133
+        $as_test_x conftest$ac_exeext
 
9134
+       }; then
 
9135
   ac_cv_func_bind_textdomain_codeset=yes
 
9136
 else
 
9137
-  echo "$as_me: failed program was:" >&5
 
9138
+  $as_echo "$as_me: failed program was:" >&5
 
9139
 sed 's/^/| /' conftest.$ac_ext >&5
 
9140
 
 
9141
        ac_cv_func_bind_textdomain_codeset=no
 
9142
 fi
 
9143
 
 
9144
+rm -rf conftest.dSYM
 
9145
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9146
       conftest$ac_exeext conftest.$ac_ext
 
9147
 fi
 
9148
-{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
9149
-echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; }
 
9150
-if test $ac_cv_func_bind_textdomain_codeset = yes; then
 
9151
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
9152
+$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
 
9153
+if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
 
9154
   DATADIRNAME=share
 
9155
 else
 
9156
   DATADIRNAME=lib
 
9157
@@ -22517,6 +22817,7 @@
 
9158
     esac
 
9159
 fi
 
9160
 
 
9161
+rm -rf conftest.dSYM
 
9162
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9163
       conftest$ac_exeext conftest.$ac_ext
 
9164
 fi
 
9165
@@ -22560,8 +22861,8 @@
 
9166
        for option in -Wno-sign-compare; do
 
9167
                SAVE_CFLAGS="$CFLAGS"
 
9168
                CFLAGS="$CFLAGS $option"
 
9169
-               { echo "$as_me:$LINENO: checking whether gcc understands $option" >&5
 
9170
-echo $ECHO_N "checking whether gcc understands $option... $ECHO_C" >&6; }
 
9171
+               { $as_echo "$as_me:$LINENO: checking whether gcc understands $option" >&5
 
9172
+$as_echo_n "checking whether gcc understands $option... " >&6; }
 
9173
                cat >conftest.$ac_ext <<_ACEOF
 
9174
 /* confdefs.h.  */
 
9175
 _ACEOF
 
9176
@@ -22583,20 +22884,21 @@
 
9177
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9178
   *) ac_try_echo=$ac_try;;
 
9179
 esac
 
9180
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9181
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9182
+$as_echo "$ac_try_echo") >&5
 
9183
   (eval "$ac_compile") 2>conftest.er1
 
9184
   ac_status=$?
 
9185
   grep -v '^ *+' conftest.er1 >conftest.err
 
9186
   rm -f conftest.er1
 
9187
   cat conftest.err >&5
 
9188
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9189
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9190
   (exit $ac_status); } && {
 
9191
         test -z "$ac_c_werror_flag" ||
 
9192
         test ! -s conftest.err
 
9193
        } && test -s conftest.$ac_objext; then
 
9194
   has_option=yes
 
9195
 else
 
9196
-  echo "$as_me: failed program was:" >&5
 
9197
+  $as_echo "$as_me: failed program was:" >&5
 
9198
 sed 's/^/| /' conftest.$ac_ext >&5
 
9199
 
 
9200
        has_option=no
 
9201
@@ -22604,8 +22906,8 @@
 
9202
 
 
9203
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
9204
                CFLAGS="$SAVE_CFLAGS"
 
9205
-               { echo "$as_me:$LINENO: result: $has_option" >&5
 
9206
-echo "${ECHO_T}$has_option" >&6; }
 
9207
+               { $as_echo "$as_me:$LINENO: result: $has_option" >&5
 
9208
+$as_echo "$has_option" >&6; }
 
9209
                if test $has_option = yes; then
 
9210
                  warning_flags="$warning_flags $option"
 
9211
                fi
 
9212
@@ -22618,16 +22920,16 @@
 
9213
        fi
 
9214
        ;;
 
9215
     *)
 
9216
-       { { echo "$as_me:$LINENO: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&5
 
9217
-echo "$as_me: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&2;}
 
9218
+       { { $as_echo "$as_me:$LINENO: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&5
 
9219
+$as_echo "$as_me: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&2;}
 
9220
    { (exit 1); exit 1; }; }
 
9221
        ;;
 
9222
     esac
 
9223
     CFLAGS="$realsave_CFLAGS"
 
9224
-    { echo "$as_me:$LINENO: checking what warning flags to pass to the C compiler" >&5
 
9225
-echo $ECHO_N "checking what warning flags to pass to the C compiler... $ECHO_C" >&6; }
 
9226
-    { echo "$as_me:$LINENO: result: $warning_flags" >&5
 
9227
-echo "${ECHO_T}$warning_flags" >&6; }
 
9228
+    { $as_echo "$as_me:$LINENO: checking what warning flags to pass to the C compiler" >&5
 
9229
+$as_echo_n "checking what warning flags to pass to the C compiler... " >&6; }
 
9230
+    { $as_echo "$as_me:$LINENO: result: $warning_flags" >&5
 
9231
+$as_echo "$warning_flags" >&6; }
 
9232
 
 
9233
     # Check whether --enable-iso-c was given.
 
9234
 if test "${enable_iso_c+set}" = set; then
 
9235
@@ -22637,8 +22939,8 @@
 
9236
 fi
 
9237
 
 
9238
 
 
9239
-    { echo "$as_me:$LINENO: checking what language compliance flags to pass to the C compiler" >&5
 
9240
-echo $ECHO_N "checking what language compliance flags to pass to the C compiler... $ECHO_C" >&6; }
 
9241
+    { $as_echo "$as_me:$LINENO: checking what language compliance flags to pass to the C compiler" >&5
 
9242
+$as_echo_n "checking what language compliance flags to pass to the C compiler... " >&6; }
 
9243
     complCFLAGS=
 
9244
     if test "x$enable_iso_c" != "xno"; then
 
9245
        if test "x$GCC" = "xyes"; then
 
9246
@@ -22652,8 +22954,8 @@
 
9247
        esac
 
9248
        fi
 
9249
     fi
 
9250
-    { echo "$as_me:$LINENO: result: $complCFLAGS" >&5
 
9251
-echo "${ECHO_T}$complCFLAGS" >&6; }
 
9252
+    { $as_echo "$as_me:$LINENO: result: $complCFLAGS" >&5
 
9253
+$as_echo "$complCFLAGS" >&6; }
 
9254
 
 
9255
     WARN_CFLAGS="$warning_flags $complCFLAGS"
 
9256
 
 
9257
@@ -22667,8 +22969,8 @@
 
9258
 fi
 
9259
 
 
9260
 
 
9261
-  { echo "$as_me:$LINENO: checking what warning flags to pass to the C++ compiler" >&5
 
9262
-echo $ECHO_N "checking what warning flags to pass to the C++ compiler... $ECHO_C" >&6; }
 
9263
+  { $as_echo "$as_me:$LINENO: checking what warning flags to pass to the C++ compiler" >&5
 
9264
+$as_echo_n "checking what warning flags to pass to the C++ compiler... " >&6; }
 
9265
   warnCXXFLAGS=
 
9266
   if test "x$GXX" != xyes; then
 
9267
     enable_cxx_warnings=no
 
9268
@@ -22687,8 +22989,8 @@
 
9269
       fi
 
9270
     fi
 
9271
   fi
 
9272
-  { echo "$as_me:$LINENO: result: $warnCXXFLAGS" >&5
 
9273
-echo "${ECHO_T}$warnCXXFLAGS" >&6; }
 
9274
+  { $as_echo "$as_me:$LINENO: result: $warnCXXFLAGS" >&5
 
9275
+$as_echo "$warnCXXFLAGS" >&6; }
 
9276
 
 
9277
    # Check whether --enable-iso-cxx was given.
 
9278
 if test "${enable_iso_cxx+set}" = set; then
 
9279
@@ -22698,8 +23000,8 @@
 
9280
 fi
 
9281
 
 
9282
 
 
9283
-   { echo "$as_me:$LINENO: checking what language compliance flags to pass to the C++ compiler" >&5
 
9284
-echo $ECHO_N "checking what language compliance flags to pass to the C++ compiler... $ECHO_C" >&6; }
 
9285
+   { $as_echo "$as_me:$LINENO: checking what language compliance flags to pass to the C++ compiler" >&5
 
9286
+$as_echo_n "checking what language compliance flags to pass to the C++ compiler... " >&6; }
 
9287
    complCXXFLAGS=
 
9288
    if test "x$enable_iso_cxx" != "xno"; then
 
9289
      if test "x$GXX" = "xyes"; then
 
9290
@@ -22714,8 +23016,8 @@
 
9291
       esac
 
9292
      fi
 
9293
    fi
 
9294
-  { echo "$as_me:$LINENO: result: $complCXXFLAGS" >&5
 
9295
-echo "${ECHO_T}$complCXXFLAGS" >&6; }
 
9296
+  { $as_echo "$as_me:$LINENO: result: $complCXXFLAGS" >&5
 
9297
+$as_echo "$complCXXFLAGS" >&6; }
 
9298
 
 
9299
   WARN_CXXFLAGS="$CXXFLAGS $warnCXXFLAGS $complCXXFLAGS"
 
9300
 
 
9301
@@ -22737,8 +23039,8 @@
 
9302
 
 
9303
        fi
 
9304
 
 
9305
-{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
9306
-echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
 
9307
+{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
9308
+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
 
9309
     # Check whether --enable-maintainer-mode was given.
 
9310
 if test "${enable_maintainer_mode+set}" = set; then
 
9311
   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 
9312
@@ -22746,8 +23048,8 @@
 
9313
   USE_MAINTAINER_MODE=no
 
9314
 fi
 
9315
 
 
9316
-  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 
9317
-echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
 
9318
+  { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 
9319
+$as_echo "$USE_MAINTAINER_MODE" >&6; }
 
9320
    if test $USE_MAINTAINER_MODE = yes; then
 
9321
   MAINTAINER_MODE_TRUE=
 
9322
   MAINTAINER_MODE_FALSE='#'
 
9323
@@ -22770,10 +23072,10 @@
 
9324
 
 
9325
 
 
9326
 
 
9327
-{ echo "$as_me:$LINENO: checking for socket" >&5
 
9328
-echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
 
9329
+{ $as_echo "$as_me:$LINENO: checking for socket" >&5
 
9330
+$as_echo_n "checking for socket... " >&6; }
 
9331
 if test "${ac_cv_func_socket+set}" = set; then
 
9332
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9333
+  $as_echo_n "(cached) " >&6
 
9334
 else
 
9335
   cat >conftest.$ac_ext <<_ACEOF
 
9336
 /* confdefs.h.  */
 
9337
@@ -22826,39 +23128,43 @@
 
9338
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9339
   *) ac_try_echo=$ac_try;;
 
9340
 esac
 
9341
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9342
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9343
+$as_echo "$ac_try_echo") >&5
 
9344
   (eval "$ac_link") 2>conftest.er1
 
9345
   ac_status=$?
 
9346
   grep -v '^ *+' conftest.er1 >conftest.err
 
9347
   rm -f conftest.er1
 
9348
   cat conftest.err >&5
 
9349
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9350
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9351
   (exit $ac_status); } && {
 
9352
         test -z "$ac_c_werror_flag" ||
 
9353
         test ! -s conftest.err
 
9354
-       } && test -s conftest$ac_exeext &&
 
9355
-       $as_test_x conftest$ac_exeext; then
 
9356
+       } && test -s conftest$ac_exeext && {
 
9357
+        test "$cross_compiling" = yes ||
 
9358
+        $as_test_x conftest$ac_exeext
 
9359
+       }; then
 
9360
   ac_cv_func_socket=yes
 
9361
 else
 
9362
-  echo "$as_me: failed program was:" >&5
 
9363
+  $as_echo "$as_me: failed program was:" >&5
 
9364
 sed 's/^/| /' conftest.$ac_ext >&5
 
9365
 
 
9366
        ac_cv_func_socket=no
 
9367
 fi
 
9368
 
 
9369
+rm -rf conftest.dSYM
 
9370
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9371
       conftest$ac_exeext conftest.$ac_ext
 
9372
 fi
 
9373
-{ echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
 
9374
-echo "${ECHO_T}$ac_cv_func_socket" >&6; }
 
9375
-if test $ac_cv_func_socket = yes; then
 
9376
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
 
9377
+$as_echo "$ac_cv_func_socket" >&6; }
 
9378
+if test "x$ac_cv_func_socket" = x""yes; then
 
9379
   :
 
9380
 else
 
9381
 
 
9382
-{ echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
 
9383
-echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
 
9384
+{ $as_echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
 
9385
+$as_echo_n "checking for socket in -lsocket... " >&6; }
 
9386
 if test "${ac_cv_lib_socket_socket+set}" = set; then
 
9387
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9388
+  $as_echo_n "(cached) " >&6
 
9389
 else
 
9390
   ac_check_lib_save_LIBS=$LIBS
 
9391
 LIBS="-lsocket  $LIBS"
 
9392
@@ -22890,33 +23196,37 @@
 
9393
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9394
   *) ac_try_echo=$ac_try;;
 
9395
 esac
 
9396
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9397
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9398
+$as_echo "$ac_try_echo") >&5
 
9399
   (eval "$ac_link") 2>conftest.er1
 
9400
   ac_status=$?
 
9401
   grep -v '^ *+' conftest.er1 >conftest.err
 
9402
   rm -f conftest.er1
 
9403
   cat conftest.err >&5
 
9404
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9405
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9406
   (exit $ac_status); } && {
 
9407
         test -z "$ac_c_werror_flag" ||
 
9408
         test ! -s conftest.err
 
9409
-       } && test -s conftest$ac_exeext &&
 
9410
-       $as_test_x conftest$ac_exeext; then
 
9411
+       } && test -s conftest$ac_exeext && {
 
9412
+        test "$cross_compiling" = yes ||
 
9413
+        $as_test_x conftest$ac_exeext
 
9414
+       }; then
 
9415
   ac_cv_lib_socket_socket=yes
 
9416
 else
 
9417
-  echo "$as_me: failed program was:" >&5
 
9418
+  $as_echo "$as_me: failed program was:" >&5
 
9419
 sed 's/^/| /' conftest.$ac_ext >&5
 
9420
 
 
9421
        ac_cv_lib_socket_socket=no
 
9422
 fi
 
9423
 
 
9424
+rm -rf conftest.dSYM
 
9425
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9426
       conftest$ac_exeext conftest.$ac_ext
 
9427
 LIBS=$ac_check_lib_save_LIBS
 
9428
 fi
 
9429
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
 
9430
-echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
 
9431
-if test $ac_cv_lib_socket_socket = yes; then
 
9432
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
 
9433
+$as_echo "$ac_cv_lib_socket_socket" >&6; }
 
9434
+if test "x$ac_cv_lib_socket_socket" = x""yes; then
 
9435
   cat >>confdefs.h <<_ACEOF
 
9436
 #define HAVE_LIBSOCKET 1
 
9437
 _ACEOF
 
9438
@@ -22935,10 +23245,10 @@
 
9439
        if test -n "$ac_tool_prefix"; then
 
9440
   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
 
9441
 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
 
9442
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
9443
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
9444
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
9445
+$as_echo_n "checking for $ac_word... " >&6; }
 
9446
 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
 
9447
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9448
+  $as_echo_n "(cached) " >&6
 
9449
 else
 
9450
   case $PKG_CONFIG in
 
9451
   [\\/]* | ?:[\\/]*)
 
9452
@@ -22953,7 +23263,7 @@
 
9453
   for ac_exec_ext in '' $ac_executable_extensions; do
 
9454
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
9455
     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
9456
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
9457
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
9458
     break 2
 
9459
   fi
 
9460
 done
 
9461
@@ -22965,11 +23275,11 @@
 
9462
 fi
 
9463
 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
 
9464
 if test -n "$PKG_CONFIG"; then
 
9465
-  { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
 
9466
-echo "${ECHO_T}$PKG_CONFIG" >&6; }
 
9467
+  { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
 
9468
+$as_echo "$PKG_CONFIG" >&6; }
 
9469
 else
 
9470
-  { echo "$as_me:$LINENO: result: no" >&5
 
9471
-echo "${ECHO_T}no" >&6; }
 
9472
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
9473
+$as_echo "no" >&6; }
 
9474
 fi
 
9475
 
 
9476
 
 
9477
@@ -22978,10 +23288,10 @@
 
9478
   ac_pt_PKG_CONFIG=$PKG_CONFIG
 
9479
   # Extract the first word of "pkg-config", so it can be a program name with args.
 
9480
 set dummy pkg-config; ac_word=$2
 
9481
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
9482
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
9483
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
9484
+$as_echo_n "checking for $ac_word... " >&6; }
 
9485
 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
 
9486
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9487
+  $as_echo_n "(cached) " >&6
 
9488
 else
 
9489
   case $ac_pt_PKG_CONFIG in
 
9490
   [\\/]* | ?:[\\/]*)
 
9491
@@ -22996,7 +23306,7 @@
 
9492
   for ac_exec_ext in '' $ac_executable_extensions; do
 
9493
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
9494
     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
9495
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
9496
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
9497
     break 2
 
9498
   fi
 
9499
 done
 
9500
@@ -23008,11 +23318,11 @@
 
9501
 fi
 
9502
 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
 
9503
 if test -n "$ac_pt_PKG_CONFIG"; then
 
9504
-  { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
 
9505
-echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
 
9506
+  { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
 
9507
+$as_echo "$ac_pt_PKG_CONFIG" >&6; }
 
9508
 else
 
9509
-  { echo "$as_me:$LINENO: result: no" >&5
 
9510
-echo "${ECHO_T}no" >&6; }
 
9511
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
9512
+$as_echo "no" >&6; }
 
9513
 fi
 
9514
 
 
9515
   if test "x$ac_pt_PKG_CONFIG" = x; then
 
9516
@@ -23020,12 +23330,8 @@
 
9517
   else
 
9518
     case $cross_compiling:$ac_tool_warned in
 
9519
 yes:)
 
9520
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
9521
-whose name does not start with the host triplet.  If you think this
 
9522
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
9523
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
9524
-whose name does not start with the host triplet.  If you think this
 
9525
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
9526
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
9527
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
9528
 ac_tool_warned=yes ;;
 
9529
 esac
 
9530
     PKG_CONFIG=$ac_pt_PKG_CONFIG
 
9531
@@ -23037,14 +23343,14 @@
 
9532
 fi
 
9533
 if test -n "$PKG_CONFIG"; then
 
9534
        _pkg_min_version=0.9.0
 
9535
-       { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
 
9536
-echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
 
9537
+       { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
 
9538
+$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
 
9539
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
9540
-               { echo "$as_me:$LINENO: result: yes" >&5
 
9541
-echo "${ECHO_T}yes" >&6; }
 
9542
+               { $as_echo "$as_me:$LINENO: result: yes" >&5
 
9543
+$as_echo "yes" >&6; }
 
9544
        else
 
9545
-               { echo "$as_me:$LINENO: result: no" >&5
 
9546
-echo "${ECHO_T}no" >&6; }
 
9547
+               { $as_echo "$as_me:$LINENO: result: no" >&5
 
9548
+$as_echo "no" >&6; }
 
9549
                PKG_CONFIG=""
 
9550
        fi
 
9551
 
 
9552
@@ -23053,10 +23359,10 @@
 
9553
 gdu_cv_version_required=0.3.2
 
9554
 
 
9555
 if test -n "$PKG_CONFIG" && \
 
9556
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\"") >&5
 
9557
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\"") >&5
 
9558
   ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5
 
9559
   ac_status=$?
 
9560
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9561
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9562
   (exit $ac_status); }; then
 
9563
   gdu_cv_have_gdu=yes
 
9564
 else
 
9565
@@ -23066,8 +23372,8 @@
 
9566
 if test "$gdu_cv_have_gdu" = "yes"; then
 
9567
        :
 
9568
 else
 
9569
-       { { echo "$as_me:$LINENO: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&5
 
9570
-echo "$as_me: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&2;}
 
9571
+       { { $as_echo "$as_me:$LINENO: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&5
 
9572
+$as_echo "$as_me: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&2;}
 
9573
    { (exit 1); exit 1; }; }
 
9574
 fi
 
9575
 
 
9576
@@ -23138,18 +23444,18 @@
 
9577
 # Find GLib and GObject
 
9578
 
 
9579
 pkg_failed=no
 
9580
-{ echo "$as_me:$LINENO: checking for GLIB" >&5
 
9581
-echo $ECHO_N "checking for GLIB... $ECHO_C" >&6; }
 
9582
+{ $as_echo "$as_me:$LINENO: checking for GLIB" >&5
 
9583
+$as_echo_n "checking for GLIB... " >&6; }
 
9584
 
 
9585
 if test -n "$PKG_CONFIG"; then
 
9586
     if test -n "$GLIB_CFLAGS"; then
 
9587
         pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS"
 
9588
     else
 
9589
         if test -n "$PKG_CONFIG" && \
 
9590
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.14 gthread-2.0 gobject-2.0\"") >&5
 
9591
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.14 gthread-2.0 gobject-2.0\"") >&5
 
9592
   ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.14 gthread-2.0 gobject-2.0") 2>&5
 
9593
   ac_status=$?
 
9594
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9595
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9596
   (exit $ac_status); }; then
 
9597
   pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.14 gthread-2.0 gobject-2.0" 2>/dev/null`
 
9598
 else
 
9599
@@ -23164,10 +23470,10 @@
 
9600
         pkg_cv_GLIB_LIBS="$GLIB_LIBS"
 
9601
     else
 
9602
         if test -n "$PKG_CONFIG" && \
 
9603
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.14 gthread-2.0 gobject-2.0\"") >&5
 
9604
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.14 gthread-2.0 gobject-2.0\"") >&5
 
9605
   ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.14 gthread-2.0 gobject-2.0") 2>&5
 
9606
   ac_status=$?
 
9607
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9608
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9609
   (exit $ac_status); }; then
 
9610
   pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.14 gthread-2.0 gobject-2.0" 2>/dev/null`
 
9611
 else
 
9612
@@ -23195,7 +23501,7 @@
 
9613
        # Put the nasty error message in config.log where it belongs
 
9614
        echo "$GLIB_PKG_ERRORS" >&5
 
9615
 
 
9616
-       { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= 2.14 gthread-2.0 gobject-2.0) were not met:
 
9617
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= 2.14 gthread-2.0 gobject-2.0) were not met:
 
9618
 
 
9619
 $GLIB_PKG_ERRORS
 
9620
 
 
9621
@@ -23206,7 +23512,7 @@
 
9622
 and GLIB_LIBS to avoid the need to call pkg-config.
 
9623
 See the pkg-config man page for more details.
 
9624
 " >&5
 
9625
-echo "$as_me: error: Package requirements (glib-2.0 >= 2.14 gthread-2.0 gobject-2.0) were not met:
 
9626
+$as_echo "$as_me: error: Package requirements (glib-2.0 >= 2.14 gthread-2.0 gobject-2.0) were not met:
 
9627
 
 
9628
 $GLIB_PKG_ERRORS
 
9629
 
 
9630
@@ -23219,7 +23525,9 @@
 
9631
 " >&2;}
 
9632
    { (exit 1); exit 1; }; }
 
9633
 elif test $pkg_failed = untried; then
 
9634
-       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
9635
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
9636
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
9637
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
9638
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
9639
 path to pkg-config.
 
9640
 
 
9641
@@ -23229,7 +23537,7 @@
 
9642
 
 
9643
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
9644
 See \`config.log' for more details." >&5
 
9645
-echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
9646
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
9647
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
9648
 path to pkg-config.
 
9649
 
 
9650
@@ -23239,12 +23547,12 @@
 
9651
 
 
9652
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
9653
 See \`config.log' for more details." >&2;}
 
9654
-   { (exit 1); exit 1; }; }
 
9655
+   { (exit 1); exit 1; }; }; }
 
9656
 else
 
9657
        GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS
 
9658
        GLIB_LIBS=$pkg_cv_GLIB_LIBS
 
9659
-        { echo "$as_me:$LINENO: result: yes" >&5
 
9660
-echo "${ECHO_T}yes" >&6; }
 
9661
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
9662
+$as_echo "yes" >&6; }
 
9663
        :
 
9664
 fi
 
9665
 
 
9666
@@ -23253,18 +23561,18 @@
 
9667
 # Find libbrasero-media
 
9668
 
 
9669
 pkg_failed=no
 
9670
-{ echo "$as_me:$LINENO: checking for BURN" >&5
 
9671
-echo $ECHO_N "checking for BURN... $ECHO_C" >&6; }
 
9672
+{ $as_echo "$as_me:$LINENO: checking for BURN" >&5
 
9673
+$as_echo_n "checking for BURN... " >&6; }
 
9674
 
 
9675
 if test -n "$PKG_CONFIG"; then
 
9676
     if test -n "$BURN_CFLAGS"; then
 
9677
         pkg_cv_BURN_CFLAGS="$BURN_CFLAGS"
 
9678
     else
 
9679
         if test -n "$PKG_CONFIG" && \
 
9680
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libbrasero-media >= 0.9.1\"") >&5
 
9681
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libbrasero-media >= 0.9.1\"") >&5
 
9682
   ($PKG_CONFIG --exists --print-errors "libbrasero-media >= 0.9.1") 2>&5
 
9683
   ac_status=$?
 
9684
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9685
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9686
   (exit $ac_status); }; then
 
9687
   pkg_cv_BURN_CFLAGS=`$PKG_CONFIG --cflags "libbrasero-media >= 0.9.1" 2>/dev/null`
 
9688
 else
 
9689
@@ -23279,10 +23587,10 @@
 
9690
         pkg_cv_BURN_LIBS="$BURN_LIBS"
 
9691
     else
 
9692
         if test -n "$PKG_CONFIG" && \
 
9693
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libbrasero-media >= 0.9.1\"") >&5
 
9694
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libbrasero-media >= 0.9.1\"") >&5
 
9695
   ($PKG_CONFIG --exists --print-errors "libbrasero-media >= 0.9.1") 2>&5
 
9696
   ac_status=$?
 
9697
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9698
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9699
   (exit $ac_status); }; then
 
9700
   pkg_cv_BURN_LIBS=`$PKG_CONFIG --libs "libbrasero-media >= 0.9.1" 2>/dev/null`
 
9701
 else
 
9702
@@ -23310,7 +23618,7 @@
 
9703
        # Put the nasty error message in config.log where it belongs
 
9704
        echo "$BURN_PKG_ERRORS" >&5
 
9705
 
 
9706
-       { { echo "$as_me:$LINENO: error: Package requirements (libbrasero-media >= 0.9.1) were not met:
 
9707
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (libbrasero-media >= 0.9.1) were not met:
 
9708
 
 
9709
 $BURN_PKG_ERRORS
 
9710
 
 
9711
@@ -23321,7 +23629,7 @@
 
9712
 and BURN_LIBS to avoid the need to call pkg-config.
 
9713
 See the pkg-config man page for more details.
 
9714
 " >&5
 
9715
-echo "$as_me: error: Package requirements (libbrasero-media >= 0.9.1) were not met:
 
9716
+$as_echo "$as_me: error: Package requirements (libbrasero-media >= 0.9.1) were not met:
 
9717
 
 
9718
 $BURN_PKG_ERRORS
 
9719
 
 
9720
@@ -23334,7 +23642,9 @@
 
9721
 " >&2;}
 
9722
    { (exit 1); exit 1; }; }
 
9723
 elif test $pkg_failed = untried; then
 
9724
-       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
9725
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
9726
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
9727
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
9728
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
9729
 path to pkg-config.
 
9730
 
 
9731
@@ -23344,7 +23654,7 @@
 
9732
 
 
9733
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
9734
 See \`config.log' for more details." >&5
 
9735
-echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
9736
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
9737
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
9738
 path to pkg-config.
 
9739
 
 
9740
@@ -23354,12 +23664,12 @@
 
9741
 
 
9742
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
9743
 See \`config.log' for more details." >&2;}
 
9744
-   { (exit 1); exit 1; }; }
 
9745
+   { (exit 1); exit 1; }; }; }
 
9746
 else
 
9747
        BURN_CFLAGS=$pkg_cv_BURN_CFLAGS
 
9748
        BURN_LIBS=$pkg_cv_BURN_LIBS
 
9749
-        { echo "$as_me:$LINENO: result: yes" >&5
 
9750
-echo "${ECHO_T}yes" >&6; }
 
9751
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
9752
+$as_echo "yes" >&6; }
 
9753
        :
 
9754
 fi
 
9755
 
 
9756
@@ -23374,20 +23684,20 @@
 
9757
 # Find the UI libraries
 
9758
 
 
9759
 pkg_failed=no
 
9760
-{ echo "$as_me:$LINENO: checking for UI" >&5
 
9761
-echo $ECHO_N "checking for UI... $ECHO_C" >&6; }
 
9762
+{ $as_echo "$as_me:$LINENO: checking for UI" >&5
 
9763
+$as_echo_n "checking for UI... " >&6; }
 
9764
 
 
9765
 if test -n "$PKG_CONFIG"; then
 
9766
     if test -n "$UI_CFLAGS"; then
5
9767
         pkg_cv_UI_CFLAGS="$UI_CFLAGS"
6
9768
     else
7
9769
         if test -n "$PKG_CONFIG" && \
8
 
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1\"") >&5
9
 
-  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1") 2>&5
10
 
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1\"") >&5
11
 
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1") 2>&5
 
9770
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk\"") >&5
 
9771
-  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk") 2>&5
 
9772
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk\"") >&5
 
9773
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk") 2>&5
12
9774
   ac_status=$?
13
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9775
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9776
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14
9777
   (exit $ac_status); }; then
15
 
-  pkg_cv_UI_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1" 2>/dev/null`
16
 
+  pkg_cv_UI_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1" 2>/dev/null`
 
9778
-  pkg_cv_UI_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk" 2>/dev/null`
 
9779
+  pkg_cv_UI_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk" 2>/dev/null`
17
9780
 else
18
9781
   pkg_failed=yes
19
9782
 fi
20
 
@@ -23400,12 +23400,12 @@
 
9783
@@ -23400,12 +23710,12 @@
21
9784
         pkg_cv_UI_LIBS="$UI_LIBS"
22
9785
     else
23
9786
         if test -n "$PKG_CONFIG" && \
24
 
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1\"") >&5
25
 
-  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1") 2>&5
26
 
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1\"") >&5
27
 
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1") 2>&5
 
9787
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk\"") >&5
 
9788
-  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk") 2>&5
 
9789
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk\"") >&5
 
9790
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk") 2>&5
28
9791
   ac_status=$?
29
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9792
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9793
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30
9794
   (exit $ac_status); }; then
31
 
-  pkg_cv_UI_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1" 2>/dev/null`
32
 
+  pkg_cv_UI_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1" 2>/dev/null`
 
9795
-  pkg_cv_UI_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk" 2>/dev/null`
 
9796
+  pkg_cv_UI_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk" 2>/dev/null`
33
9797
 else
34
9798
   pkg_failed=yes
35
9799
 fi
36
 
@@ -23424,14 +23424,14 @@
 
9800
@@ -23424,14 +23734,14 @@
37
9801
         _pkg_short_errors_supported=no
38
9802
 fi
39
9803
         if test $_pkg_short_errors_supported = yes; then
40
 
-               UI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1"`
41
 
+               UI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1"`
 
9804
-               UI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk"`
 
9805
+               UI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk"`
42
9806
         else
43
 
-               UI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1"`
44
 
+               UI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1"`
 
9807
-               UI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk"`
 
9808
+               UI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk"`
45
9809
         fi
46
9810
        # Put the nasty error message in config.log where it belongs
47
9811
        echo "$UI_PKG_ERRORS" >&5
48
9812
 
49
 
-       { { echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1) were not met:
50
 
+       { { echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1) were not met:
 
9813
-       { { echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk) were not met:
 
9814
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk) were not met:
51
9815
 
52
9816
 $UI_PKG_ERRORS
53
9817
 
54
 
@@ -23442,7 +23442,7 @@
 
9818
@@ -23442,7 +23752,7 @@
55
9819
 and UI_LIBS to avoid the need to call pkg-config.
56
9820
 See the pkg-config man page for more details.
57
9821
 " >&5
58
 
-echo "$as_me: error: Package requirements (gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1) were not met:
59
 
+echo "$as_me: error: Package requirements (gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1) were not met:
 
9822
-echo "$as_me: error: Package requirements (gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk) were not met:
 
9823
+$as_echo "$as_me: error: Package requirements (gtk+-2.0 >= 2.14  launchpad-integration libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk) were not met:
60
9824
 
61
9825
 $UI_PKG_ERRORS
62
9826
 
 
9827
@@ -23455,7 +23765,9 @@
 
9828
 " >&2;}
 
9829
    { (exit 1); exit 1; }; }
 
9830
 elif test $pkg_failed = untried; then
 
9831
-       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
9832
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
9833
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
9834
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
9835
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
9836
 path to pkg-config.
 
9837
 
 
9838
@@ -23465,7 +23777,7 @@
 
9839
 
 
9840
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
9841
 See \`config.log' for more details." >&5
 
9842
-echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
9843
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
9844
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
9845
 path to pkg-config.
 
9846
 
 
9847
@@ -23475,12 +23787,12 @@
 
9848
 
 
9849
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
9850
 See \`config.log' for more details." >&2;}
 
9851
-   { (exit 1); exit 1; }; }
 
9852
+   { (exit 1); exit 1; }; }; }
 
9853
 else
 
9854
        UI_CFLAGS=$pkg_cv_UI_CFLAGS
 
9855
        UI_LIBS=$pkg_cv_UI_LIBS
 
9856
-        { echo "$as_me:$LINENO: result: yes" >&5
 
9857
-echo "${ECHO_T}yes" >&6; }
 
9858
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
9859
+$as_echo "yes" >&6; }
 
9860
        :
 
9861
 fi
 
9862
 
 
9863
@@ -23488,18 +23800,18 @@
 
9864
 
 
9865
 
 
9866
 pkg_failed=no
 
9867
-{ echo "$as_me:$LINENO: checking for GSTREAMER" >&5
 
9868
-echo $ECHO_N "checking for GSTREAMER... $ECHO_C" >&6; }
 
9869
+{ $as_echo "$as_me:$LINENO: checking for GSTREAMER" >&5
 
9870
+$as_echo_n "checking for GSTREAMER... " >&6; }
 
9871
 
 
9872
 if test -n "$PKG_CONFIG"; then
 
9873
     if test -n "$GSTREAMER_CFLAGS"; then
 
9874
         pkg_cv_GSTREAMER_CFLAGS="$GSTREAMER_CFLAGS"
 
9875
     else
 
9876
         if test -n "$PKG_CONFIG" && \
 
9877
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10\"") >&5
 
9878
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10\"") >&5
 
9879
   ($PKG_CONFIG --exists --print-errors "gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10") 2>&5
 
9880
   ac_status=$?
 
9881
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9882
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9883
   (exit $ac_status); }; then
 
9884
   pkg_cv_GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10" 2>/dev/null`
 
9885
 else
 
9886
@@ -23514,10 +23826,10 @@
 
9887
         pkg_cv_GSTREAMER_LIBS="$GSTREAMER_LIBS"
 
9888
     else
 
9889
         if test -n "$PKG_CONFIG" && \
 
9890
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10\"") >&5
 
9891
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10\"") >&5
 
9892
   ($PKG_CONFIG --exists --print-errors "gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10") 2>&5
 
9893
   ac_status=$?
 
9894
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9895
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9896
   (exit $ac_status); }; then
 
9897
   pkg_cv_GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10" 2>/dev/null`
 
9898
 else
 
9899
@@ -23545,7 +23857,7 @@
 
9900
        # Put the nasty error message in config.log where it belongs
 
9901
        echo "$GSTREAMER_PKG_ERRORS" >&5
 
9902
 
 
9903
-       { { echo "$as_me:$LINENO: error: Package requirements (gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10) were not met:
 
9904
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10) were not met:
 
9905
 
 
9906
 $GSTREAMER_PKG_ERRORS
 
9907
 
 
9908
@@ -23556,7 +23868,7 @@
 
9909
 and GSTREAMER_LIBS to avoid the need to call pkg-config.
 
9910
 See the pkg-config man page for more details.
 
9911
 " >&5
 
9912
-echo "$as_me: error: Package requirements (gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10) were not met:
 
9913
+$as_echo "$as_me: error: Package requirements (gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10) were not met:
 
9914
 
 
9915
 $GSTREAMER_PKG_ERRORS
 
9916
 
 
9917
@@ -23569,7 +23881,9 @@
 
9918
 " >&2;}
 
9919
    { (exit 1); exit 1; }; }
 
9920
 elif test $pkg_failed = untried; then
 
9921
-       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
9922
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
9923
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
9924
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
9925
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
9926
 path to pkg-config.
 
9927
 
 
9928
@@ -23579,7 +23893,7 @@
 
9929
 
 
9930
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
9931
 See \`config.log' for more details." >&5
 
9932
-echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
9933
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
9934
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
9935
 path to pkg-config.
 
9936
 
 
9937
@@ -23589,12 +23903,12 @@
 
9938
 
 
9939
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
9940
 See \`config.log' for more details." >&2;}
 
9941
-   { (exit 1); exit 1; }; }
 
9942
+   { (exit 1); exit 1; }; }; }
 
9943
 else
 
9944
        GSTREAMER_CFLAGS=$pkg_cv_GSTREAMER_CFLAGS
 
9945
        GSTREAMER_LIBS=$pkg_cv_GSTREAMER_LIBS
 
9946
-        { echo "$as_me:$LINENO: result: yes" >&5
 
9947
-echo "${ECHO_T}yes" >&6; }
 
9948
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
9949
+$as_echo "yes" >&6; }
 
9950
        :
 
9951
 fi
 
9952
 
 
9953
@@ -23605,10 +23919,10 @@
 
9954
   if test "x$GST_INSPECT" == "x"; then
 
9955
     # Extract the first word of "gst-inspect-0.10", so it can be a program name with args.
 
9956
 set dummy gst-inspect-0.10; ac_word=$2
 
9957
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
9958
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
9959
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
9960
+$as_echo_n "checking for $ac_word... " >&6; }
 
9961
 if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
 
9962
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9963
+  $as_echo_n "(cached) " >&6
 
9964
 else
 
9965
   if test -n "$GST_INSPECT"; then
 
9966
   ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
 
9967
@@ -23621,7 +23935,7 @@
 
9968
   for ac_exec_ext in '' $ac_executable_extensions; do
 
9969
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
9970
     ac_cv_prog_GST_INSPECT="gst-inspect-0.10"
 
9971
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
9972
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
9973
     break 2
 
9974
   fi
 
9975
 done
 
9976
@@ -23632,28 +23946,28 @@
 
9977
 fi
 
9978
 GST_INSPECT=$ac_cv_prog_GST_INSPECT
 
9979
 if test -n "$GST_INSPECT"; then
 
9980
-  { echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
 
9981
-echo "${ECHO_T}$GST_INSPECT" >&6; }
 
9982
+  { $as_echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
 
9983
+$as_echo "$GST_INSPECT" >&6; }
 
9984
 else
 
9985
-  { echo "$as_me:$LINENO: result: no" >&5
 
9986
-echo "${ECHO_T}no" >&6; }
 
9987
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
9988
+$as_echo "no" >&6; }
 
9989
 fi
 
9990
 
 
9991
 
 
9992
   fi
 
9993
 
 
9994
   if test "x$GST_INSPECT" != "x"; then
 
9995
-    { echo "$as_me:$LINENO: checking GStreamer 0.10 element vorbisenc" >&5
 
9996
-echo $ECHO_N "checking GStreamer 0.10 element vorbisenc... $ECHO_C" >&6; }
 
9997
+    { $as_echo "$as_me:$LINENO: checking GStreamer 0.10 element vorbisenc" >&5
 
9998
+$as_echo_n "checking GStreamer 0.10 element vorbisenc... " >&6; }
 
9999
     if  $GST_INSPECT vorbisenc > /dev/null 2> /dev/null ; then
 
10000
-      { echo "$as_me:$LINENO: result: found." >&5
 
10001
-echo "${ECHO_T}found." >&6; }
 
10002
+      { $as_echo "$as_me:$LINENO: result: found." >&5
 
10003
+$as_echo "found." >&6; }
 
10004
 
 
10005
     else
 
10006
-      { echo "$as_me:$LINENO: result: not found." >&5
 
10007
-echo "${ECHO_T}not found." >&6; }
 
10008
-      { echo "$as_me:$LINENO: WARNING: The 'vorbisenc' element was not found. This will cause encoding to Ogg Vorbis to fail." >&5
 
10009
-echo "$as_me: WARNING: The 'vorbisenc' element was not found. This will cause encoding to Ogg Vorbis to fail." >&2;}
 
10010
+      { $as_echo "$as_me:$LINENO: result: not found." >&5
 
10011
+$as_echo "not found." >&6; }
 
10012
+      { $as_echo "$as_me:$LINENO: WARNING: The 'vorbisenc' element was not found. This will cause encoding to Ogg Vorbis to fail." >&5
 
10013
+$as_echo "$as_me: WARNING: The 'vorbisenc' element was not found. This will cause encoding to Ogg Vorbis to fail." >&2;}
 
10014
     fi
 
10015
   fi
 
10016
 
 
10017
@@ -23661,10 +23975,10 @@
 
10018
   if test "x$GST_INSPECT" == "x"; then
 
10019
     # Extract the first word of "gst-inspect-0.10", so it can be a program name with args.
 
10020
 set dummy gst-inspect-0.10; ac_word=$2
 
10021
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
10022
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
10023
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
10024
+$as_echo_n "checking for $ac_word... " >&6; }
 
10025
 if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
 
10026
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10027
+  $as_echo_n "(cached) " >&6
 
10028
 else
 
10029
   if test -n "$GST_INSPECT"; then
 
10030
   ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
 
10031
@@ -23677,7 +23991,7 @@
 
10032
   for ac_exec_ext in '' $ac_executable_extensions; do
 
10033
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
10034
     ac_cv_prog_GST_INSPECT="gst-inspect-0.10"
 
10035
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
10036
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
10037
     break 2
 
10038
   fi
 
10039
 done
 
10040
@@ -23688,28 +24002,28 @@
 
10041
 fi
 
10042
 GST_INSPECT=$ac_cv_prog_GST_INSPECT
 
10043
 if test -n "$GST_INSPECT"; then
 
10044
-  { echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
 
10045
-echo "${ECHO_T}$GST_INSPECT" >&6; }
 
10046
+  { $as_echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
 
10047
+$as_echo "$GST_INSPECT" >&6; }
 
10048
 else
 
10049
-  { echo "$as_me:$LINENO: result: no" >&5
 
10050
-echo "${ECHO_T}no" >&6; }
 
10051
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
10052
+$as_echo "no" >&6; }
 
10053
 fi
 
10054
 
 
10055
 
 
10056
   fi
 
10057
 
 
10058
   if test "x$GST_INSPECT" != "x"; then
 
10059
-    { echo "$as_me:$LINENO: checking GStreamer 0.10 element flacenc" >&5
 
10060
-echo $ECHO_N "checking GStreamer 0.10 element flacenc... $ECHO_C" >&6; }
 
10061
+    { $as_echo "$as_me:$LINENO: checking GStreamer 0.10 element flacenc" >&5
 
10062
+$as_echo_n "checking GStreamer 0.10 element flacenc... " >&6; }
 
10063
     if  $GST_INSPECT flacenc > /dev/null 2> /dev/null ; then
 
10064
-      { echo "$as_me:$LINENO: result: found." >&5
 
10065
-echo "${ECHO_T}found." >&6; }
 
10066
+      { $as_echo "$as_me:$LINENO: result: found." >&5
 
10067
+$as_echo "found." >&6; }
 
10068
 
 
10069
     else
 
10070
-      { echo "$as_me:$LINENO: result: not found." >&5
 
10071
-echo "${ECHO_T}not found." >&6; }
 
10072
-      { echo "$as_me:$LINENO: WARNING: The 'flacenc' element was not found. This will cause encoding to FLAC to fail." >&5
 
10073
-echo "$as_me: WARNING: The 'flacenc' element was not found. This will cause encoding to FLAC to fail." >&2;}
 
10074
+      { $as_echo "$as_me:$LINENO: result: not found." >&5
 
10075
+$as_echo "not found." >&6; }
 
10076
+      { $as_echo "$as_me:$LINENO: WARNING: The 'flacenc' element was not found. This will cause encoding to FLAC to fail." >&5
 
10077
+$as_echo "$as_me: WARNING: The 'flacenc' element was not found. This will cause encoding to FLAC to fail." >&2;}
 
10078
     fi
 
10079
   fi
 
10080
 
 
10081
@@ -23717,10 +24031,10 @@
 
10082
   if test "x$GST_INSPECT" == "x"; then
 
10083
     # Extract the first word of "gst-inspect-0.10", so it can be a program name with args.
 
10084
 set dummy gst-inspect-0.10; ac_word=$2
 
10085
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
10086
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
10087
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
10088
+$as_echo_n "checking for $ac_word... " >&6; }
 
10089
 if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
 
10090
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10091
+  $as_echo_n "(cached) " >&6
 
10092
 else
 
10093
   if test -n "$GST_INSPECT"; then
 
10094
   ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
 
10095
@@ -23733,7 +24047,7 @@
 
10096
   for ac_exec_ext in '' $ac_executable_extensions; do
 
10097
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
10098
     ac_cv_prog_GST_INSPECT="gst-inspect-0.10"
 
10099
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
10100
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
10101
     break 2
 
10102
   fi
 
10103
 done
 
10104
@@ -23744,28 +24058,28 @@
 
10105
 fi
 
10106
 GST_INSPECT=$ac_cv_prog_GST_INSPECT
 
10107
 if test -n "$GST_INSPECT"; then
 
10108
-  { echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
 
10109
-echo "${ECHO_T}$GST_INSPECT" >&6; }
 
10110
+  { $as_echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
 
10111
+$as_echo "$GST_INSPECT" >&6; }
 
10112
 else
 
10113
-  { echo "$as_me:$LINENO: result: no" >&5
 
10114
-echo "${ECHO_T}no" >&6; }
 
10115
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
10116
+$as_echo "no" >&6; }
 
10117
 fi
 
10118
 
 
10119
 
 
10120
   fi
 
10121
 
 
10122
   if test "x$GST_INSPECT" != "x"; then
 
10123
-    { echo "$as_me:$LINENO: checking GStreamer 0.10 element wavenc" >&5
 
10124
-echo $ECHO_N "checking GStreamer 0.10 element wavenc... $ECHO_C" >&6; }
 
10125
+    { $as_echo "$as_me:$LINENO: checking GStreamer 0.10 element wavenc" >&5
 
10126
+$as_echo_n "checking GStreamer 0.10 element wavenc... " >&6; }
 
10127
     if  $GST_INSPECT wavenc > /dev/null 2> /dev/null ; then
 
10128
-      { echo "$as_me:$LINENO: result: found." >&5
 
10129
-echo "${ECHO_T}found." >&6; }
 
10130
+      { $as_echo "$as_me:$LINENO: result: found." >&5
 
10131
+$as_echo "found." >&6; }
 
10132
 
 
10133
     else
 
10134
-      { echo "$as_me:$LINENO: result: not found." >&5
 
10135
-echo "${ECHO_T}not found." >&6; }
 
10136
-      { echo "$as_me:$LINENO: WARNING: The 'wavenc' element was not found. This will cause encoding to Wave to fail." >&5
 
10137
-echo "$as_me: WARNING: The 'wavenc' element was not found. This will cause encoding to Wave to fail." >&2;}
 
10138
+      { $as_echo "$as_me:$LINENO: result: not found." >&5
 
10139
+$as_echo "not found." >&6; }
 
10140
+      { $as_echo "$as_me:$LINENO: WARNING: The 'wavenc' element was not found. This will cause encoding to Wave to fail." >&5
 
10141
+$as_echo "$as_me: WARNING: The 'wavenc' element was not found. This will cause encoding to Wave to fail." >&2;}
 
10142
     fi
 
10143
   fi
 
10144
 
 
10145
@@ -23773,10 +24087,10 @@
 
10146
   if test "x$GST_INSPECT" == "x"; then
 
10147
     # Extract the first word of "gst-inspect-0.10", so it can be a program name with args.
 
10148
 set dummy gst-inspect-0.10; ac_word=$2
 
10149
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
10150
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
10151
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
10152
+$as_echo_n "checking for $ac_word... " >&6; }
 
10153
 if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
 
10154
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10155
+  $as_echo_n "(cached) " >&6
 
10156
 else
 
10157
   if test -n "$GST_INSPECT"; then
 
10158
   ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
 
10159
@@ -23789,7 +24103,7 @@
 
10160
   for ac_exec_ext in '' $ac_executable_extensions; do
 
10161
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
10162
     ac_cv_prog_GST_INSPECT="gst-inspect-0.10"
 
10163
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
10164
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
10165
     break 2
 
10166
   fi
 
10167
 done
 
10168
@@ -23800,28 +24114,28 @@
 
10169
 fi
 
10170
 GST_INSPECT=$ac_cv_prog_GST_INSPECT
 
10171
 if test -n "$GST_INSPECT"; then
 
10172
-  { echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
 
10173
-echo "${ECHO_T}$GST_INSPECT" >&6; }
 
10174
+  { $as_echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
 
10175
+$as_echo "$GST_INSPECT" >&6; }
 
10176
 else
 
10177
-  { echo "$as_me:$LINENO: result: no" >&5
 
10178
-echo "${ECHO_T}no" >&6; }
 
10179
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
10180
+$as_echo "no" >&6; }
 
10181
 fi
 
10182
 
 
10183
 
 
10184
   fi
 
10185
 
 
10186
   if test "x$GST_INSPECT" != "x"; then
 
10187
-    { echo "$as_me:$LINENO: checking GStreamer 0.10 element giosink" >&5
 
10188
-echo $ECHO_N "checking GStreamer 0.10 element giosink... $ECHO_C" >&6; }
 
10189
+    { $as_echo "$as_me:$LINENO: checking GStreamer 0.10 element giosink" >&5
 
10190
+$as_echo_n "checking GStreamer 0.10 element giosink... " >&6; }
 
10191
     if  $GST_INSPECT giosink > /dev/null 2> /dev/null ; then
 
10192
-      { echo "$as_me:$LINENO: result: found." >&5
 
10193
-echo "${ECHO_T}found." >&6; }
 
10194
+      { $as_echo "$as_me:$LINENO: result: found." >&5
 
10195
+$as_echo "found." >&6; }
 
10196
 
 
10197
     else
 
10198
-      { echo "$as_me:$LINENO: result: not found." >&5
 
10199
-echo "${ECHO_T}not found." >&6; }
 
10200
-      { echo "$as_me:$LINENO: WARNING: The 'giosink' element was not found. This will cause Sound Juicer to fail at runtime." >&5
 
10201
-echo "$as_me: WARNING: The 'giosink' element was not found. This will cause Sound Juicer to fail at runtime." >&2;}
 
10202
+      { $as_echo "$as_me:$LINENO: result: not found." >&5
 
10203
+$as_echo "not found." >&6; }
 
10204
+      { $as_echo "$as_me:$LINENO: WARNING: The 'giosink' element was not found. This will cause Sound Juicer to fail at runtime." >&5
 
10205
+$as_echo "$as_me: WARNING: The 'giosink' element was not found. This will cause Sound Juicer to fail at runtime." >&2;}
 
10206
     fi
 
10207
   fi
 
10208
 
 
10209
@@ -23829,18 +24143,18 @@
 
10210
 # Find GNOME Media Profiles
 
10211
 
 
10212
 pkg_failed=no
 
10213
-{ echo "$as_me:$LINENO: checking for MEDIA_PROFILES" >&5
 
10214
-echo $ECHO_N "checking for MEDIA_PROFILES... $ECHO_C" >&6; }
 
10215
+{ $as_echo "$as_me:$LINENO: checking for MEDIA_PROFILES" >&5
 
10216
+$as_echo_n "checking for MEDIA_PROFILES... " >&6; }
 
10217
 
 
10218
 if test -n "$PKG_CONFIG"; then
 
10219
     if test -n "$MEDIA_PROFILES_CFLAGS"; then
 
10220
         pkg_cv_MEDIA_PROFILES_CFLAGS="$MEDIA_PROFILES_CFLAGS"
 
10221
     else
 
10222
         if test -n "$PKG_CONFIG" && \
 
10223
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-media-profiles >= 2.11.91\"") >&5
 
10224
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-media-profiles >= 2.11.91\"") >&5
 
10225
   ($PKG_CONFIG --exists --print-errors "gnome-media-profiles >= 2.11.91") 2>&5
 
10226
   ac_status=$?
 
10227
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10228
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10229
   (exit $ac_status); }; then
 
10230
   pkg_cv_MEDIA_PROFILES_CFLAGS=`$PKG_CONFIG --cflags "gnome-media-profiles >= 2.11.91" 2>/dev/null`
 
10231
 else
 
10232
@@ -23855,10 +24169,10 @@
 
10233
         pkg_cv_MEDIA_PROFILES_LIBS="$MEDIA_PROFILES_LIBS"
 
10234
     else
 
10235
         if test -n "$PKG_CONFIG" && \
 
10236
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-media-profiles >= 2.11.91\"") >&5
 
10237
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-media-profiles >= 2.11.91\"") >&5
 
10238
   ($PKG_CONFIG --exists --print-errors "gnome-media-profiles >= 2.11.91") 2>&5
 
10239
   ac_status=$?
 
10240
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10241
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10242
   (exit $ac_status); }; then
 
10243
   pkg_cv_MEDIA_PROFILES_LIBS=`$PKG_CONFIG --libs "gnome-media-profiles >= 2.11.91" 2>/dev/null`
 
10244
 else
 
10245
@@ -23886,7 +24200,7 @@
 
10246
        # Put the nasty error message in config.log where it belongs
 
10247
        echo "$MEDIA_PROFILES_PKG_ERRORS" >&5
 
10248
 
 
10249
-       { { echo "$as_me:$LINENO: error: Package requirements (gnome-media-profiles >= 2.11.91) were not met:
 
10250
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (gnome-media-profiles >= 2.11.91) were not met:
 
10251
 
 
10252
 $MEDIA_PROFILES_PKG_ERRORS
 
10253
 
 
10254
@@ -23897,7 +24211,7 @@
 
10255
 and MEDIA_PROFILES_LIBS to avoid the need to call pkg-config.
 
10256
 See the pkg-config man page for more details.
 
10257
 " >&5
 
10258
-echo "$as_me: error: Package requirements (gnome-media-profiles >= 2.11.91) were not met:
 
10259
+$as_echo "$as_me: error: Package requirements (gnome-media-profiles >= 2.11.91) were not met:
 
10260
 
 
10261
 $MEDIA_PROFILES_PKG_ERRORS
 
10262
 
 
10263
@@ -23910,7 +24224,9 @@
 
10264
 " >&2;}
 
10265
    { (exit 1); exit 1; }; }
 
10266
 elif test $pkg_failed = untried; then
 
10267
-       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
10268
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
10269
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
10270
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
10271
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
10272
 path to pkg-config.
 
10273
 
 
10274
@@ -23920,7 +24236,7 @@
 
10275
 
 
10276
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
10277
 See \`config.log' for more details." >&5
 
10278
-echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
10279
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
10280
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
10281
 path to pkg-config.
 
10282
 
 
10283
@@ -23930,12 +24246,12 @@
 
10284
 
 
10285
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
10286
 See \`config.log' for more details." >&2;}
 
10287
-   { (exit 1); exit 1; }; }
 
10288
+   { (exit 1); exit 1; }; }; }
 
10289
 else
 
10290
        MEDIA_PROFILES_CFLAGS=$pkg_cv_MEDIA_PROFILES_CFLAGS
 
10291
        MEDIA_PROFILES_LIBS=$pkg_cv_MEDIA_PROFILES_LIBS
 
10292
-        { echo "$as_me:$LINENO: result: yes" >&5
 
10293
-echo "${ECHO_T}yes" >&6; }
 
10294
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
10295
+$as_echo "yes" >&6; }
 
10296
        :
 
10297
 fi
 
10298
 
 
10299
@@ -23944,18 +24260,18 @@
 
10300
 # Find optional libcdio
 
10301
 
 
10302
 pkg_failed=no
 
10303
-{ echo "$as_me:$LINENO: checking for CDIO" >&5
 
10304
-echo $ECHO_N "checking for CDIO... $ECHO_C" >&6; }
 
10305
+{ $as_echo "$as_me:$LINENO: checking for CDIO" >&5
 
10306
+$as_echo_n "checking for CDIO... " >&6; }
 
10307
 
 
10308
 if test -n "$PKG_CONFIG"; then
 
10309
     if test -n "$CDIO_CFLAGS"; then
 
10310
         pkg_cv_CDIO_CFLAGS="$CDIO_CFLAGS"
 
10311
     else
 
10312
         if test -n "$PKG_CONFIG" && \
 
10313
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcdio >= 0.70\"") >&5
 
10314
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcdio >= 0.70\"") >&5
 
10315
   ($PKG_CONFIG --exists --print-errors "libcdio >= 0.70") 2>&5
 
10316
   ac_status=$?
 
10317
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10318
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10319
   (exit $ac_status); }; then
 
10320
   pkg_cv_CDIO_CFLAGS=`$PKG_CONFIG --cflags "libcdio >= 0.70" 2>/dev/null`
 
10321
 else
 
10322
@@ -23970,10 +24286,10 @@
 
10323
         pkg_cv_CDIO_LIBS="$CDIO_LIBS"
 
10324
     else
 
10325
         if test -n "$PKG_CONFIG" && \
 
10326
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcdio >= 0.70\"") >&5
 
10327
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcdio >= 0.70\"") >&5
 
10328
   ($PKG_CONFIG --exists --print-errors "libcdio >= 0.70") 2>&5
 
10329
   ac_status=$?
 
10330
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10331
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10332
   (exit $ac_status); }; then
 
10333
   pkg_cv_CDIO_LIBS=`$PKG_CONFIG --libs "libcdio >= 0.70" 2>/dev/null`
 
10334
 else
 
10335
@@ -24001,16 +24317,16 @@
 
10336
        # Put the nasty error message in config.log where it belongs
 
10337
        echo "$CDIO_PKG_ERRORS" >&5
 
10338
 
 
10339
-       { echo "$as_me:$LINENO: result: no" >&5
 
10340
-echo "${ECHO_T}no" >&6; }
 
10341
+       { $as_echo "$as_me:$LINENO: result: no" >&5
 
10342
+$as_echo "no" >&6; }
 
10343
                 have_cdio=no
 
10344
 elif test $pkg_failed = untried; then
 
10345
        have_cdio=no
 
10346
 else
 
10347
        CDIO_CFLAGS=$pkg_cv_CDIO_CFLAGS
 
10348
        CDIO_LIBS=$pkg_cv_CDIO_LIBS
 
10349
-        { echo "$as_me:$LINENO: result: yes" >&5
 
10350
-echo "${ECHO_T}yes" >&6; }
 
10351
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
10352
+$as_echo "yes" >&6; }
 
10353
        have_cdio=yes
 
10354
 fi
 
10355
 
 
10356
@@ -24034,18 +24350,18 @@
 
10357
 # Find optional MusicBrainz3 and required Musicbrainz2
 
10358
 
 
10359
 pkg_failed=no
 
10360
-{ echo "$as_me:$LINENO: checking for MUSICBRAINZ3" >&5
 
10361
-echo $ECHO_N "checking for MUSICBRAINZ3... $ECHO_C" >&6; }
 
10362
+{ $as_echo "$as_me:$LINENO: checking for MUSICBRAINZ3" >&5
 
10363
+$as_echo_n "checking for MUSICBRAINZ3... " >&6; }
 
10364
 
 
10365
 if test -n "$PKG_CONFIG"; then
 
10366
     if test -n "$MUSICBRAINZ3_CFLAGS"; then
 
10367
         pkg_cv_MUSICBRAINZ3_CFLAGS="$MUSICBRAINZ3_CFLAGS"
 
10368
     else
 
10369
         if test -n "$PKG_CONFIG" && \
 
10370
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmusicbrainz3\"") >&5
 
10371
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmusicbrainz3\"") >&5
 
10372
   ($PKG_CONFIG --exists --print-errors "libmusicbrainz3") 2>&5
 
10373
   ac_status=$?
 
10374
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10375
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10376
   (exit $ac_status); }; then
 
10377
   pkg_cv_MUSICBRAINZ3_CFLAGS=`$PKG_CONFIG --cflags "libmusicbrainz3" 2>/dev/null`
 
10378
 else
 
10379
@@ -24060,10 +24376,10 @@
 
10380
         pkg_cv_MUSICBRAINZ3_LIBS="$MUSICBRAINZ3_LIBS"
 
10381
     else
 
10382
         if test -n "$PKG_CONFIG" && \
 
10383
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmusicbrainz3\"") >&5
 
10384
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmusicbrainz3\"") >&5
 
10385
   ($PKG_CONFIG --exists --print-errors "libmusicbrainz3") 2>&5
 
10386
   ac_status=$?
 
10387
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10388
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10389
   (exit $ac_status); }; then
 
10390
   pkg_cv_MUSICBRAINZ3_LIBS=`$PKG_CONFIG --libs "libmusicbrainz3" 2>/dev/null`
 
10391
 else
 
10392
@@ -24091,16 +24407,16 @@
 
10393
        # Put the nasty error message in config.log where it belongs
 
10394
        echo "$MUSICBRAINZ3_PKG_ERRORS" >&5
 
10395
 
 
10396
-       { echo "$as_me:$LINENO: result: no" >&5
 
10397
-echo "${ECHO_T}no" >&6; }
 
10398
+       { $as_echo "$as_me:$LINENO: result: no" >&5
 
10399
+$as_echo "no" >&6; }
 
10400
                 have_mb3=no
 
10401
 elif test $pkg_failed = untried; then
 
10402
        have_mb3=no
 
10403
 else
 
10404
        MUSICBRAINZ3_CFLAGS=$pkg_cv_MUSICBRAINZ3_CFLAGS
 
10405
        MUSICBRAINZ3_LIBS=$pkg_cv_MUSICBRAINZ3_LIBS
 
10406
-        { echo "$as_me:$LINENO: result: yes" >&5
 
10407
-echo "${ECHO_T}yes" >&6; }
 
10408
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
10409
+$as_echo "yes" >&6; }
 
10410
        have_mb3=yes
 
10411
 fi
 
10412
 
 
10413
@@ -24123,18 +24439,18 @@
 
10414
 
 
10415
 
 
10416
 pkg_failed=no
 
10417
-{ echo "$as_me:$LINENO: checking for MUSICBRAINZ" >&5
 
10418
-echo $ECHO_N "checking for MUSICBRAINZ... $ECHO_C" >&6; }
 
10419
+{ $as_echo "$as_me:$LINENO: checking for MUSICBRAINZ" >&5
 
10420
+$as_echo_n "checking for MUSICBRAINZ... " >&6; }
 
10421
 
 
10422
 if test -n "$PKG_CONFIG"; then
 
10423
     if test -n "$MUSICBRAINZ_CFLAGS"; then
 
10424
         pkg_cv_MUSICBRAINZ_CFLAGS="$MUSICBRAINZ_CFLAGS"
 
10425
     else
 
10426
         if test -n "$PKG_CONFIG" && \
 
10427
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmusicbrainz >= 2.1.3\"") >&5
 
10428
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmusicbrainz >= 2.1.3\"") >&5
 
10429
   ($PKG_CONFIG --exists --print-errors "libmusicbrainz >= 2.1.3") 2>&5
 
10430
   ac_status=$?
 
10431
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10432
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10433
   (exit $ac_status); }; then
 
10434
   pkg_cv_MUSICBRAINZ_CFLAGS=`$PKG_CONFIG --cflags "libmusicbrainz >= 2.1.3" 2>/dev/null`
 
10435
 else
 
10436
@@ -24149,10 +24465,10 @@
 
10437
         pkg_cv_MUSICBRAINZ_LIBS="$MUSICBRAINZ_LIBS"
 
10438
     else
 
10439
         if test -n "$PKG_CONFIG" && \
 
10440
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmusicbrainz >= 2.1.3\"") >&5
 
10441
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmusicbrainz >= 2.1.3\"") >&5
 
10442
   ($PKG_CONFIG --exists --print-errors "libmusicbrainz >= 2.1.3") 2>&5
 
10443
   ac_status=$?
 
10444
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10445
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10446
   (exit $ac_status); }; then
 
10447
   pkg_cv_MUSICBRAINZ_LIBS=`$PKG_CONFIG --libs "libmusicbrainz >= 2.1.3" 2>/dev/null`
 
10448
 else
 
10449
@@ -24180,7 +24496,7 @@
 
10450
        # Put the nasty error message in config.log where it belongs
 
10451
        echo "$MUSICBRAINZ_PKG_ERRORS" >&5
 
10452
 
 
10453
-       { { echo "$as_me:$LINENO: error: Package requirements (libmusicbrainz >= 2.1.3) were not met:
 
10454
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (libmusicbrainz >= 2.1.3) were not met:
 
10455
 
 
10456
 $MUSICBRAINZ_PKG_ERRORS
 
10457
 
 
10458
@@ -24191,7 +24507,7 @@
 
10459
 and MUSICBRAINZ_LIBS to avoid the need to call pkg-config.
 
10460
 See the pkg-config man page for more details.
 
10461
 " >&5
 
10462
-echo "$as_me: error: Package requirements (libmusicbrainz >= 2.1.3) were not met:
 
10463
+$as_echo "$as_me: error: Package requirements (libmusicbrainz >= 2.1.3) were not met:
 
10464
 
 
10465
 $MUSICBRAINZ_PKG_ERRORS
 
10466
 
 
10467
@@ -24204,7 +24520,9 @@
 
10468
 " >&2;}
 
10469
    { (exit 1); exit 1; }; }
 
10470
 elif test $pkg_failed = untried; then
 
10471
-       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
10472
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
10473
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
10474
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
10475
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
10476
 path to pkg-config.
 
10477
 
 
10478
@@ -24214,7 +24532,7 @@
 
10479
 
 
10480
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
10481
 See \`config.log' for more details." >&5
 
10482
-echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
10483
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
10484
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
10485
 path to pkg-config.
 
10486
 
 
10487
@@ -24224,12 +24542,12 @@
 
10488
 
 
10489
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
10490
 See \`config.log' for more details." >&2;}
 
10491
-   { (exit 1); exit 1; }; }
 
10492
+   { (exit 1); exit 1; }; }; }
 
10493
 else
 
10494
        MUSICBRAINZ_CFLAGS=$pkg_cv_MUSICBRAINZ_CFLAGS
 
10495
        MUSICBRAINZ_LIBS=$pkg_cv_MUSICBRAINZ_LIBS
 
10496
-        { echo "$as_me:$LINENO: result: yes" >&5
 
10497
-echo "${ECHO_T}yes" >&6; }
 
10498
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
10499
+$as_echo "yes" >&6; }
 
10500
        :
 
10501
 fi
 
10502
 
 
10503
@@ -24240,11 +24558,11 @@
 
10504
 
 
10505
 for ac_func in mb_SetProxyCreds
 
10506
 do
 
10507
-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
10508
-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
 
10509
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 
10510
+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
10511
+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
10512
+$as_echo_n "checking for $ac_func... " >&6; }
 
10513
 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
10514
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10515
+  $as_echo_n "(cached) " >&6
 
10516
 else
 
10517
   cat >conftest.$ac_ext <<_ACEOF
 
10518
 /* confdefs.h.  */
 
10519
@@ -24297,35 +24615,42 @@
 
10520
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10521
   *) ac_try_echo=$ac_try;;
 
10522
 esac
 
10523
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10524
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10525
+$as_echo "$ac_try_echo") >&5
 
10526
   (eval "$ac_link") 2>conftest.er1
 
10527
   ac_status=$?
 
10528
   grep -v '^ *+' conftest.er1 >conftest.err
 
10529
   rm -f conftest.er1
 
10530
   cat conftest.err >&5
 
10531
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10532
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10533
   (exit $ac_status); } && {
 
10534
         test -z "$ac_c_werror_flag" ||
 
10535
         test ! -s conftest.err
 
10536
-       } && test -s conftest$ac_exeext &&
 
10537
-       $as_test_x conftest$ac_exeext; then
 
10538
+       } && test -s conftest$ac_exeext && {
 
10539
+        test "$cross_compiling" = yes ||
 
10540
+        $as_test_x conftest$ac_exeext
 
10541
+       }; then
 
10542
   eval "$as_ac_var=yes"
 
10543
 else
 
10544
-  echo "$as_me: failed program was:" >&5
 
10545
+  $as_echo "$as_me: failed program was:" >&5
 
10546
 sed 's/^/| /' conftest.$ac_ext >&5
 
10547
 
 
10548
        eval "$as_ac_var=no"
 
10549
 fi
 
10550
 
 
10551
+rm -rf conftest.dSYM
 
10552
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10553
       conftest$ac_exeext conftest.$ac_ext
 
10554
 fi
 
10555
-ac_res=`eval echo '${'$as_ac_var'}'`
 
10556
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
10557
-echo "${ECHO_T}$ac_res" >&6; }
 
10558
-if test `eval echo '${'$as_ac_var'}'` = yes; then
 
10559
+ac_res=`eval 'as_val=${'$as_ac_var'}
 
10560
+                $as_echo "$as_val"'`
 
10561
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
10562
+$as_echo "$ac_res" >&6; }
 
10563
+as_val=`eval 'as_val=${'$as_ac_var'}
 
10564
+                $as_echo "$as_val"'`
 
10565
+   if test "x$as_val" = x""yes; then
 
10566
   cat >>confdefs.h <<_ACEOF
 
10567
-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
10568
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
10569
 _ACEOF
 
10570
 
 
10571
 fi
 
10572
@@ -24336,18 +24661,18 @@
 
10573
 # Find gio for the metadata extractor
 
10574
 
 
10575
 pkg_failed=no
 
10576
-{ echo "$as_me:$LINENO: checking for GIO" >&5
 
10577
-echo $ECHO_N "checking for GIO... $ECHO_C" >&6; }
 
10578
+{ $as_echo "$as_me:$LINENO: checking for GIO" >&5
 
10579
+$as_echo_n "checking for GIO... " >&6; }
 
10580
 
 
10581
 if test -n "$PKG_CONFIG"; then
 
10582
     if test -n "$GIO_CFLAGS"; then
 
10583
         pkg_cv_GIO_CFLAGS="$GIO_CFLAGS"
 
10584
     else
 
10585
         if test -n "$PKG_CONFIG" && \
 
10586
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gio-2.0\"") >&5
 
10587
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gio-2.0\"") >&5
 
10588
   ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
 
10589
   ac_status=$?
 
10590
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10591
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10592
   (exit $ac_status); }; then
 
10593
   pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0" 2>/dev/null`
 
10594
 else
 
10595
@@ -24362,10 +24687,10 @@
 
10596
         pkg_cv_GIO_LIBS="$GIO_LIBS"
 
10597
     else
 
10598
         if test -n "$PKG_CONFIG" && \
 
10599
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gio-2.0\"") >&5
 
10600
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gio-2.0\"") >&5
 
10601
   ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
 
10602
   ac_status=$?
 
10603
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10604
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10605
   (exit $ac_status); }; then
 
10606
   pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0" 2>/dev/null`
 
10607
 else
 
10608
@@ -24393,7 +24718,7 @@
 
10609
        # Put the nasty error message in config.log where it belongs
 
10610
        echo "$GIO_PKG_ERRORS" >&5
 
10611
 
 
10612
-       { { echo "$as_me:$LINENO: error: Package requirements (gio-2.0) were not met:
 
10613
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (gio-2.0) were not met:
 
10614
 
 
10615
 $GIO_PKG_ERRORS
 
10616
 
 
10617
@@ -24404,7 +24729,7 @@
 
10618
 and GIO_LIBS to avoid the need to call pkg-config.
 
10619
 See the pkg-config man page for more details.
 
10620
 " >&5
 
10621
-echo "$as_me: error: Package requirements (gio-2.0) were not met:
 
10622
+$as_echo "$as_me: error: Package requirements (gio-2.0) were not met:
 
10623
 
 
10624
 $GIO_PKG_ERRORS
 
10625
 
 
10626
@@ -24417,7 +24742,9 @@
 
10627
 " >&2;}
 
10628
    { (exit 1); exit 1; }; }
 
10629
 elif test $pkg_failed = untried; then
 
10630
-       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
10631
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
10632
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
10633
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
10634
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
10635
 path to pkg-config.
 
10636
 
 
10637
@@ -24427,7 +24754,7 @@
 
10638
 
 
10639
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
10640
 See \`config.log' for more details." >&5
 
10641
-echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
10642
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
10643
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
10644
 path to pkg-config.
 
10645
 
 
10646
@@ -24437,12 +24764,12 @@
 
10647
 
 
10648
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
10649
 See \`config.log' for more details." >&2;}
 
10650
-   { (exit 1); exit 1; }; }
 
10651
+   { (exit 1); exit 1; }; }; }
 
10652
 else
 
10653
        GIO_CFLAGS=$pkg_cv_GIO_CFLAGS
 
10654
        GIO_LIBS=$pkg_cv_GIO_LIBS
 
10655
-        { echo "$as_me:$LINENO: result: yes" >&5
 
10656
-echo "${ECHO_T}yes" >&6; }
 
10657
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
10658
+$as_echo "yes" >&6; }
 
10659
        :
 
10660
 fi
 
10661
 
 
10662
@@ -24451,10 +24778,10 @@
 
10663
 # Find how and where to put the GConf schemas
 
10664
 # Extract the first word of "gconftool-2", so it can be a program name with args.
 
10665
 set dummy gconftool-2; ac_word=$2
 
10666
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
10667
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
10668
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
10669
+$as_echo_n "checking for $ac_word... " >&6; }
 
10670
 if test "${ac_cv_path_GCONFTOOL+set}" = set; then
 
10671
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10672
+  $as_echo_n "(cached) " >&6
 
10673
 else
 
10674
   case $GCONFTOOL in
 
10675
   [\\/]* | ?:[\\/]*)
 
10676
@@ -24469,7 +24796,7 @@
 
10677
   for ac_exec_ext in '' $ac_executable_extensions; do
 
10678
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
10679
     ac_cv_path_GCONFTOOL="$as_dir/$ac_word$ac_exec_ext"
 
10680
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
10681
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
10682
     break 2
 
10683
   fi
 
10684
 done
 
10685
@@ -24482,17 +24809,17 @@
 
10686
 fi
 
10687
 GCONFTOOL=$ac_cv_path_GCONFTOOL
 
10688
 if test -n "$GCONFTOOL"; then
 
10689
-  { echo "$as_me:$LINENO: result: $GCONFTOOL" >&5
 
10690
-echo "${ECHO_T}$GCONFTOOL" >&6; }
 
10691
+  { $as_echo "$as_me:$LINENO: result: $GCONFTOOL" >&5
 
10692
+$as_echo "$GCONFTOOL" >&6; }
 
10693
 else
 
10694
-  { echo "$as_me:$LINENO: result: no" >&5
 
10695
-echo "${ECHO_T}no" >&6; }
 
10696
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
10697
+$as_echo "no" >&6; }
 
10698
 fi
 
10699
 
 
10700
 
 
10701
 if test "$GCONFTOOL" = "no"; then
 
10702
-        { { echo "$as_me:$LINENO: error: gconftool-2 executable not found in your path - should be installed with GConf" >&5
 
10703
-echo "$as_me: error: gconftool-2 executable not found in your path - should be installed with GConf" >&2;}
 
10704
+        { { $as_echo "$as_me:$LINENO: error: gconftool-2 executable not found in your path - should be installed with GConf" >&5
 
10705
+$as_echo "$as_me: error: gconftool-2 executable not found in your path - should be installed with GConf" >&2;}
 
10706
    { (exit 1); exit 1; }; }
 
10707
 fi
 
10708
 
 
10709
@@ -24510,8 +24837,8 @@
 
10710
 
 
10711
 
 
10712
 
 
10713
-  { echo "$as_me:$LINENO: result: Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&5
 
10714
-echo "${ECHO_T}Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&6; }
 
10715
+  { $as_echo "$as_me:$LINENO: result: Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&5
 
10716
+$as_echo "Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&6; }
 
10717
 
 
10718
   if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
 
10719
     GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
 
10720
@@ -24525,15 +24852,15 @@
 
10721
 
 
10722
 
 
10723
 
 
10724
-  { echo "$as_me:$LINENO: result: Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&5
 
10725
-echo "${ECHO_T}Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&6; }
 
10726
+  { $as_echo "$as_me:$LINENO: result: Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&5
 
10727
+$as_echo "Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&6; }
 
10728
 
 
10729
   # Check whether --enable-schemas-install was given.
 
10730
 if test "${enable_schemas_install+set}" = set; then
 
10731
   enableval=$enable_schemas_install; case ${enableval} in
 
10732
        yes|no) ;;
 
10733
-       *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-schemas-install" >&5
 
10734
-echo "$as_me: error: bad value ${enableval} for --enable-schemas-install" >&2;}
 
10735
+       *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-schemas-install" >&5
 
10736
+$as_echo "$as_me: error: bad value ${enableval} for --enable-schemas-install" >&2;}
 
10737
    { (exit 1); exit 1; }; } ;;
 
10738
       esac
 
10739
 fi
 
10740
@@ -24550,8 +24877,8 @@
 
10741
 
 
10742
 
 
10743
 # Optionally enable G* deprecations
 
10744
-{ echo "$as_me:$LINENO: checking whether to enable deprecation warnings" >&5
 
10745
-echo $ECHO_N "checking whether to enable deprecation warnings... $ECHO_C" >&6; }
 
10746
+{ $as_echo "$as_me:$LINENO: checking whether to enable deprecation warnings" >&5
 
10747
+$as_echo_n "checking whether to enable deprecation warnings... " >&6; }
 
10748
 # Check whether --enable-deprecations was given.
 
10749
 if test "${enable_deprecations+set}" = set; then
 
10750
   enableval=$enable_deprecations;
 
10751
@@ -24559,8 +24886,8 @@
 
10752
   enable_deprecations=no
 
10753
 fi
 
10754
 
 
10755
-{ echo "$as_me:$LINENO: result: $enable_deprecations" >&5
 
10756
-echo "${ECHO_T}$enable_deprecations" >&6; }
 
10757
+{ $as_echo "$as_me:$LINENO: result: $enable_deprecations" >&5
 
10758
+$as_echo "$enable_deprecations" >&6; }
 
10759
 
 
10760
 if test "$enable_deprecations" = "no"; then
 
10761
        DISABLE_DEPRECATED=""
 
10762
@@ -24607,11 +24934,12 @@
 
10763
     case $ac_val in #(
 
10764
     *${as_nl}*)
 
10765
       case $ac_var in #(
 
10766
-      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 
10767
-echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 
10768
+      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
 
10769
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
 
10770
       esac
 
10771
       case $ac_var in #(
 
10772
       _ | IFS | as_nl) ;; #(
 
10773
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
10774
       *) $as_unset $ac_var ;;
 
10775
       esac ;;
 
10776
     esac
 
10777
@@ -24644,12 +24972,12 @@
 
10778
 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 
10779
   if test -w "$cache_file"; then
 
10780
     test "x$cache_file" != "x/dev/null" &&
 
10781
-      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
 
10782
-echo "$as_me: updating cache $cache_file" >&6;}
 
10783
+      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
 
10784
+$as_echo "$as_me: updating cache $cache_file" >&6;}
 
10785
     cat confcache >$cache_file
 
10786
   else
 
10787
-    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 
10788
-echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 
10789
+    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 
10790
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 
10791
   fi
 
10792
 fi
 
10793
 rm -f confcache
 
10794
@@ -24665,7 +24993,7 @@
 
10795
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 
10796
   # 1. Remove the extension, and $U if already installed.
 
10797
   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 
10798
-  ac_i=`echo "$ac_i" | sed "$ac_script"`
 
10799
+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
 
10800
   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 
10801
   #    will be set to the directory where LIBOBJS objects are built.
 
10802
   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 
10803
@@ -24677,23 +25005,23 @@
 
10804
 
 
10805
 
 
10806
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
 
10807
-  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
 
10808
+  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
 
10809
 Usually this means the macro was only invoked conditionally." >&5
 
10810
-echo "$as_me: error: conditional \"AMDEP\" was never defined.
 
10811
+$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
 
10812
 Usually this means the macro was only invoked conditionally." >&2;}
 
10813
    { (exit 1); exit 1; }; }
 
10814
 fi
 
10815
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 
10816
-  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 
10817
+  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 
10818
 Usually this means the macro was only invoked conditionally." >&5
 
10819
-echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 
10820
+$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 
10821
 Usually this means the macro was only invoked conditionally." >&2;}
 
10822
    { (exit 1); exit 1; }; }
 
10823
 fi
 
10824
 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
 
10825
-  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
 
10826
+  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
 
10827
 Usually this means the macro was only invoked conditionally." >&5
 
10828
-echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
 
10829
+$as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
 
10830
 Usually this means the macro was only invoked conditionally." >&2;}
 
10831
    { (exit 1); exit 1; }; }
 
10832
 fi
 
10833
@@ -24702,54 +25030,55 @@
 
10834
 
 
10835
 
 
10836
 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
 
10837
-  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
 
10838
+  { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
 
10839
 Usually this means the macro was only invoked conditionally." >&5
 
10840
-echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
 
10841
+$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
 
10842
 Usually this means the macro was only invoked conditionally." >&2;}
 
10843
    { (exit 1); exit 1; }; }
 
10844
 fi
 
10845
 if test -z "${ENABLE_SK_TRUE}" && test -z "${ENABLE_SK_FALSE}"; then
 
10846
-  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_SK\" was never defined.
 
10847
+  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_SK\" was never defined.
 
10848
 Usually this means the macro was only invoked conditionally." >&5
 
10849
-echo "$as_me: error: conditional \"ENABLE_SK\" was never defined.
 
10850
+$as_echo "$as_me: error: conditional \"ENABLE_SK\" was never defined.
 
10851
 Usually this means the macro was only invoked conditionally." >&2;}
 
10852
    { (exit 1); exit 1; }; }
 
10853
 fi
 
10854
 if test -z "${HAVE_GNOME_DOC_UTILS_TRUE}" && test -z "${HAVE_GNOME_DOC_UTILS_FALSE}"; then
 
10855
-  { { echo "$as_me:$LINENO: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
10856
+  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
10857
 Usually this means the macro was only invoked conditionally." >&5
 
10858
-echo "$as_me: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
10859
+$as_echo "$as_me: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
10860
 Usually this means the macro was only invoked conditionally." >&2;}
 
10861
    { (exit 1); exit 1; }; }
 
10862
 fi
 
10863
 if test -z "${HAVE_LIBCDIO_TRUE}" && test -z "${HAVE_LIBCDIO_FALSE}"; then
 
10864
-  { { echo "$as_me:$LINENO: error: conditional \"HAVE_LIBCDIO\" was never defined.
 
10865
+  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_LIBCDIO\" was never defined.
 
10866
 Usually this means the macro was only invoked conditionally." >&5
 
10867
-echo "$as_me: error: conditional \"HAVE_LIBCDIO\" was never defined.
 
10868
+$as_echo "$as_me: error: conditional \"HAVE_LIBCDIO\" was never defined.
 
10869
 Usually this means the macro was only invoked conditionally." >&2;}
 
10870
    { (exit 1); exit 1; }; }
 
10871
 fi
 
10872
 if test -z "${HAVE_MUSICBRAINZ3_TRUE}" && test -z "${HAVE_MUSICBRAINZ3_FALSE}"; then
 
10873
-  { { echo "$as_me:$LINENO: error: conditional \"HAVE_MUSICBRAINZ3\" was never defined.
 
10874
+  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_MUSICBRAINZ3\" was never defined.
 
10875
 Usually this means the macro was only invoked conditionally." >&5
 
10876
-echo "$as_me: error: conditional \"HAVE_MUSICBRAINZ3\" was never defined.
 
10877
+$as_echo "$as_me: error: conditional \"HAVE_MUSICBRAINZ3\" was never defined.
 
10878
 Usually this means the macro was only invoked conditionally." >&2;}
 
10879
    { (exit 1); exit 1; }; }
 
10880
 fi
 
10881
 if test -z "${GCONF_SCHEMAS_INSTALL_TRUE}" && test -z "${GCONF_SCHEMAS_INSTALL_FALSE}"; then
 
10882
-  { { echo "$as_me:$LINENO: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
 
10883
+  { { $as_echo "$as_me:$LINENO: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
 
10884
 Usually this means the macro was only invoked conditionally." >&5
 
10885
-echo "$as_me: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
 
10886
+$as_echo "$as_me: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
 
10887
 Usually this means the macro was only invoked conditionally." >&2;}
 
10888
    { (exit 1); exit 1; }; }
 
10889
 fi
 
10890
 
 
10891
 : ${CONFIG_STATUS=./config.status}
 
10892
+ac_write_fail=0
 
10893
 ac_clean_files_save=$ac_clean_files
 
10894
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 
10895
-{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
 
10896
-echo "$as_me: creating $CONFIG_STATUS" >&6;}
 
10897
-cat >$CONFIG_STATUS <<_ACEOF
 
10898
+{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
 
10899
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
 
10900
+cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
10901
 #! $SHELL
 
10902
 # Generated by $as_me.
 
10903
 # Run this file to recreate the current configuration.
 
10904
@@ -24762,7 +25091,7 @@
 
10905
 SHELL=\${CONFIG_SHELL-$SHELL}
 
10906
 _ACEOF
 
10907
 
 
10908
-cat >>$CONFIG_STATUS <<\_ACEOF
 
10909
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
10910
 ## --------------------- ##
 
10911
 ## M4sh Initialization.  ##
 
10912
 ## --------------------- ##
 
10913
@@ -24772,7 +25101,7 @@
 
10914
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
10915
   emulate sh
 
10916
   NULLCMD=:
 
10917
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
10918
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
10919
   # is contrary to our usage.  Disable this feature.
 
10920
   alias -g '${1+"$@"}'='"$@"'
 
10921
   setopt NO_GLOB_SUBST
 
10922
@@ -24794,17 +25123,45 @@
 
10923
 as_cr_digits='0123456789'
 
10924
 as_cr_alnum=$as_cr_Letters$as_cr_digits
 
10925
 
 
10926
+as_nl='
 
10927
+'
 
10928
+export as_nl
 
10929
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
 
10930
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
10931
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
10932
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
10933
+if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
10934
+  as_echo='printf %s\n'
 
10935
+  as_echo_n='printf %s'
 
10936
+else
 
10937
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 
10938
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 
10939
+    as_echo_n='/usr/ucb/echo -n'
 
10940
+  else
 
10941
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
10942
+    as_echo_n_body='eval
 
10943
+      arg=$1;
 
10944
+      case $arg in
 
10945
+      *"$as_nl"*)
 
10946
+       expr "X$arg" : "X\\(.*\\)$as_nl";
 
10947
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
10948
+      esac;
 
10949
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 
10950
+    '
 
10951
+    export as_echo_n_body
 
10952
+    as_echo_n='sh -c $as_echo_n_body as_echo'
 
10953
+  fi
 
10954
+  export as_echo_body
 
10955
+  as_echo='sh -c $as_echo_body as_echo'
 
10956
+fi
 
10957
+
 
10958
 # The user is always right.
 
10959
 if test "${PATH_SEPARATOR+set}" != set; then
 
10960
-  echo "#! /bin/sh" >conf$$.sh
 
10961
-  echo  "exit 0"   >>conf$$.sh
 
10962
-  chmod +x conf$$.sh
 
10963
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
10964
-    PATH_SEPARATOR=';'
 
10965
-  else
 
10966
-    PATH_SEPARATOR=:
 
10967
-  fi
 
10968
-  rm -f conf$$.sh
 
10969
+  PATH_SEPARATOR=:
 
10970
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
 
10971
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
 
10972
+      PATH_SEPARATOR=';'
 
10973
+  }
 
10974
 fi
 
10975
 
 
10976
 # Support unset when possible.
 
10977
@@ -24820,8 +25177,6 @@
 
10978
 # there to prevent editors from complaining about space-tab.
 
10979
 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
10980
 # splitting by setting IFS to empty value.)
 
10981
-as_nl='
 
10982
-'
 
10983
 IFS=" ""       $as_nl"
 
10984
 
 
10985
 # Find who we are.  Look in the path if we contain no directory separator.
 
10986
@@ -24844,7 +25199,7 @@
 
10987
   as_myself=$0
 
10988
 fi
 
10989
 if test ! -f "$as_myself"; then
 
10990
-  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
10991
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
10992
   { (exit 1); exit 1; }
 
10993
 fi
 
10994
 
 
10995
@@ -24857,17 +25212,10 @@
 
10996
 PS4='+ '
 
10997
 
 
10998
 # NLS nuisances.
 
10999
-for as_var in \
 
11000
-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
11001
-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
11002
-  LC_TELEPHONE LC_TIME
 
11003
-do
 
11004
-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
11005
-    eval $as_var=C; export $as_var
 
11006
-  else
 
11007
-    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
11008
-  fi
 
11009
-done
 
11010
+LC_ALL=C
 
11011
+export LC_ALL
 
11012
+LANGUAGE=C
 
11013
+export LANGUAGE
 
11014
 
 
11015
 # Required to use basename.
 
11016
 if expr a : '\(a\)' >/dev/null 2>&1 &&
 
11017
@@ -24889,7 +25237,7 @@
 
11018
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
11019
         X"$0" : 'X\(//\)$' \| \
 
11020
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
11021
-echo X/"$0" |
 
11022
+$as_echo X/"$0" |
 
11023
     sed '/^.*\/\([^/][^/]*\)\/*$/{
 
11024
            s//\1/
 
11025
            q
 
11026
@@ -24940,7 +25288,7 @@
 
11027
       s/-\n.*//
 
11028
     ' >$as_me.lineno &&
 
11029
   chmod +x "$as_me.lineno" ||
 
11030
-    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
11031
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
11032
    { (exit 1); exit 1; }; }
 
11033
 
 
11034
   # Don't try to exec as it changes $[0], causing all sort of problems
 
11035
@@ -24968,7 +25316,6 @@
 
11036
 *)
 
11037
   ECHO_N='-n';;
 
11038
 esac
 
11039
-
 
11040
 if expr a : '\(a\)' >/dev/null 2>&1 &&
 
11041
    test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
11042
   as_expr=expr
 
11043
@@ -24981,19 +25328,22 @@
 
11044
   rm -f conf$$.dir/conf$$.file
 
11045
 else
 
11046
   rm -f conf$$.dir
 
11047
-  mkdir conf$$.dir
 
11048
+  mkdir conf$$.dir 2>/dev/null
 
11049
 fi
 
11050
-echo >conf$$.file
 
11051
-if ln -s conf$$.file conf$$ 2>/dev/null; then
 
11052
-  as_ln_s='ln -s'
 
11053
-  # ... but there are two gotchas:
 
11054
-  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
11055
-  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
11056
-  # In both cases, we have to default to `cp -p'.
 
11057
-  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
11058
+if (echo >conf$$.file) 2>/dev/null; then
 
11059
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
 
11060
+    as_ln_s='ln -s'
 
11061
+    # ... but there are two gotchas:
 
11062
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
11063
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
11064
+    # In both cases, we have to default to `cp -p'.
 
11065
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
11066
+      as_ln_s='cp -p'
 
11067
+  elif ln conf$$.file conf$$ 2>/dev/null; then
 
11068
+    as_ln_s=ln
 
11069
+  else
 
11070
     as_ln_s='cp -p'
 
11071
-elif ln conf$$.file conf$$ 2>/dev/null; then
 
11072
-  as_ln_s=ln
 
11073
+  fi
 
11074
 else
 
11075
   as_ln_s='cp -p'
 
11076
 fi
 
11077
@@ -25018,10 +25368,10 @@
 
11078
   as_test_x='
 
11079
     eval sh -c '\''
 
11080
       if test -d "$1"; then
 
11081
-        test -d "$1/.";
 
11082
+       test -d "$1/.";
 
11083
       else
 
11084
        case $1 in
 
11085
-        -*)set "./$1";;
 
11086
+       -*)set "./$1";;
 
11087
        esac;
 
11088
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
11089
        ???[sx]*):;;*)false;;esac;fi
 
11090
@@ -25044,7 +25394,7 @@
 
11091
 # values after options handling.
 
11092
 ac_log="
 
11093
 This file was extended by Sound Juicer $as_me 2.25.3, which was
 
11094
-generated by GNU Autoconf 2.61.  Invocation command line was
 
11095
+generated by GNU Autoconf 2.63.  Invocation command line was
 
11096
 
 
11097
   CONFIG_FILES    = $CONFIG_FILES
 
11098
   CONFIG_HEADERS  = $CONFIG_HEADERS
 
11099
@@ -25057,7 +25407,16 @@
 
11100
 
 
11101
 _ACEOF
 
11102
 
 
11103
-cat >>$CONFIG_STATUS <<_ACEOF
 
11104
+case $ac_config_files in *"
 
11105
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
 
11106
+esac
 
11107
+
 
11108
+case $ac_config_headers in *"
 
11109
+"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
 
11110
+esac
 
11111
+
 
11112
+
 
11113
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11114
 # Files that config.status was made for.
 
11115
 config_files="$ac_config_files"
 
11116
 config_headers="$ac_config_headers"
 
11117
@@ -25065,22 +25424,23 @@
 
11118
 
 
11119
 _ACEOF
 
11120
 
 
11121
-cat >>$CONFIG_STATUS <<\_ACEOF
 
11122
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11123
 ac_cs_usage="\
 
11124
 \`$as_me' instantiates files from templates according to the
 
11125
 current configuration.
 
11126
 
 
11127
-Usage: $0 [OPTIONS] [FILE]...
 
11128
+Usage: $0 [OPTION]... [FILE]...
 
11129
 
 
11130
   -h, --help       print this help, then exit
 
11131
   -V, --version    print version number and configuration settings, then exit
 
11132
-  -q, --quiet      do not print progress messages
 
11133
+  -q, --quiet, --silent
 
11134
+                   do not print progress messages
 
11135
   -d, --debug      don't remove temporary files
 
11136
       --recheck    update $as_me by reconfiguring in the same conditions
 
11137
-  --file=FILE[:TEMPLATE]
 
11138
-                  instantiate the configuration file FILE
 
11139
-  --header=FILE[:TEMPLATE]
 
11140
-                  instantiate the configuration header FILE
 
11141
+      --file=FILE[:TEMPLATE]
 
11142
+                   instantiate the configuration file FILE
 
11143
+      --header=FILE[:TEMPLATE]
 
11144
+                   instantiate the configuration header FILE
 
11145
 
 
11146
 Configuration files:
 
11147
 $config_files
 
11148
@@ -25094,13 +25454,13 @@
 
11149
 Report bugs to <bug-autoconf@gnu.org>."
 
11150
 
 
11151
 _ACEOF
 
11152
-cat >>$CONFIG_STATUS <<_ACEOF
 
11153
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11154
 ac_cs_version="\\
 
11155
 Sound Juicer config.status 2.25.3
 
11156
-configured by $0, generated by GNU Autoconf 2.61,
 
11157
-  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
11158
+configured by $0, generated by GNU Autoconf 2.63,
 
11159
+  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
11160
 
 
11161
-Copyright (C) 2006 Free Software Foundation, Inc.
 
11162
+Copyright (C) 2008 Free Software Foundation, Inc.
 
11163
 This config.status script is free software; the Free Software Foundation
 
11164
 gives unlimited permission to copy, distribute and modify it."
 
11165
 
 
11166
@@ -25108,11 +25468,12 @@
 
11167
 srcdir='$srcdir'
 
11168
 INSTALL='$INSTALL'
 
11169
 MKDIR_P='$MKDIR_P'
 
11170
+AWK='$AWK'
 
11171
+test -n "\$AWK" || AWK=awk
 
11172
 _ACEOF
 
11173
 
 
11174
-cat >>$CONFIG_STATUS <<\_ACEOF
 
11175
-# If no file are specified by the user, then we need to provide default
 
11176
-# value.  By we need to know if files were specified by the user.
 
11177
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11178
+# The default lists apply if the user does not specify any file.
 
11179
 ac_need_defaults=:
 
11180
 while test $# != 0
 
11181
 do
 
11182
@@ -25134,30 +25495,36 @@
 
11183
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 
11184
     ac_cs_recheck=: ;;
 
11185
   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
11186
-    echo "$ac_cs_version"; exit ;;
 
11187
+    $as_echo "$ac_cs_version"; exit ;;
 
11188
   --debug | --debu | --deb | --de | --d | -d )
 
11189
     debug=: ;;
 
11190
   --file | --fil | --fi | --f )
 
11191
     $ac_shift
 
11192
-    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
 
11193
+    case $ac_optarg in
 
11194
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
11195
+    esac
 
11196
+    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
 
11197
     ac_need_defaults=false;;
 
11198
   --header | --heade | --head | --hea )
 
11199
     $ac_shift
 
11200
-    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
 
11201
+    case $ac_optarg in
 
11202
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
11203
+    esac
 
11204
+    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
 
11205
     ac_need_defaults=false;;
 
11206
   --he | --h)
 
11207
     # Conflict between --help and --header
 
11208
-    { echo "$as_me: error: ambiguous option: $1
 
11209
+    { $as_echo "$as_me: error: ambiguous option: $1
 
11210
 Try \`$0 --help' for more information." >&2
 
11211
    { (exit 1); exit 1; }; };;
 
11212
   --help | --hel | -h )
 
11213
-    echo "$ac_cs_usage"; exit ;;
 
11214
+    $as_echo "$ac_cs_usage"; exit ;;
 
11215
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
11216
   | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
11217
     ac_cs_silent=: ;;
 
11218
 
 
11219
   # This is an error.
 
11220
-  -*) { echo "$as_me: error: unrecognized option: $1
 
11221
+  -*) { $as_echo "$as_me: error: unrecognized option: $1
 
11222
 Try \`$0 --help' for more information." >&2
 
11223
    { (exit 1); exit 1; }; } ;;
 
11224
 
 
11225
@@ -25176,27 +25543,29 @@
 
11226
 fi
 
11227
 
 
11228
 _ACEOF
 
11229
-cat >>$CONFIG_STATUS <<_ACEOF
 
11230
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11231
 if \$ac_cs_recheck; then
 
11232
-  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 
11233
-  CONFIG_SHELL=$SHELL
 
11234
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
11235
+  shift
 
11236
+  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
 
11237
+  CONFIG_SHELL='$SHELL'
 
11238
   export CONFIG_SHELL
 
11239
-  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
11240
+  exec "\$@"
 
11241
 fi
 
11242
 
 
11243
 _ACEOF
 
11244
-cat >>$CONFIG_STATUS <<\_ACEOF
 
11245
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11246
 exec 5>>config.log
 
11247
 {
 
11248
   echo
 
11249
   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
11250
 ## Running $as_me. ##
 
11251
 _ASBOX
 
11252
-  echo "$ac_log"
 
11253
+  $as_echo "$ac_log"
 
11254
 } >&5
 
11255
 
 
11256
 _ACEOF
 
11257
-cat >>$CONFIG_STATUS <<_ACEOF
 
11258
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11259
 #
 
11260
 # INIT-COMMANDS
 
11261
 #
 
11262
@@ -25205,7 +25574,7 @@
 
11263
 
 
11264
 _ACEOF
 
11265
 
 
11266
-cat >>$CONFIG_STATUS <<\_ACEOF
 
11267
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11268
 
 
11269
 # Handling of arguments.
 
11270
 for ac_config_target in $ac_config_targets
 
11271
@@ -25226,8 +25595,8 @@
 
11272
     "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
 
11273
     "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
 
11274
 
 
11275
-  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 
11276
-echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 
11277
+  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 
11278
+$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 
11279
    { (exit 1); exit 1; }; };;
 
11280
   esac
 
11281
 done
 
11282
@@ -25268,344 +25637,144 @@
 
11283
   (umask 077 && mkdir "$tmp")
 
11284
 } ||
 
11285
 {
 
11286
-   echo "$me: cannot create a temporary directory in ." >&2
 
11287
+   $as_echo "$as_me: cannot create a temporary directory in ." >&2
 
11288
    { (exit 1); exit 1; }
 
11289
 }
 
11290
 
 
11291
-#
 
11292
-# Set up the sed scripts for CONFIG_FILES section.
 
11293
-#
 
11294
-
 
11295
-# No need to generate the scripts if there are no CONFIG_FILES.
 
11296
-# This happens for instance when ./config.status config.h
 
11297
+# Set up the scripts for CONFIG_FILES section.
 
11298
+# No need to generate them if there are no CONFIG_FILES.
 
11299
+# This happens for instance with `./config.status config.h'.
 
11300
 if test -n "$CONFIG_FILES"; then
 
11301
 
 
11302
-_ACEOF
 
11303
-
 
11304
-
 
11305
-
 
11306
-ac_delim='%!_!# '
 
11307
-for ac_last_try in false false false false false :; do
 
11308
-  cat >conf$$subs.sed <<_ACEOF
 
11309
-SHELL!$SHELL$ac_delim
 
11310
-PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
 
11311
-PACKAGE_NAME!$PACKAGE_NAME$ac_delim
 
11312
-PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
 
11313
-PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
 
11314
-PACKAGE_STRING!$PACKAGE_STRING$ac_delim
 
11315
-PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
 
11316
-exec_prefix!$exec_prefix$ac_delim
 
11317
-prefix!$prefix$ac_delim
 
11318
-program_transform_name!$program_transform_name$ac_delim
 
11319
-bindir!$bindir$ac_delim
 
11320
-sbindir!$sbindir$ac_delim
 
11321
-libexecdir!$libexecdir$ac_delim
 
11322
-datarootdir!$datarootdir$ac_delim
 
11323
-datadir!$datadir$ac_delim
 
11324
-sysconfdir!$sysconfdir$ac_delim
 
11325
-sharedstatedir!$sharedstatedir$ac_delim
 
11326
-localstatedir!$localstatedir$ac_delim
 
11327
-includedir!$includedir$ac_delim
 
11328
-oldincludedir!$oldincludedir$ac_delim
 
11329
-docdir!$docdir$ac_delim
 
11330
-infodir!$infodir$ac_delim
 
11331
-htmldir!$htmldir$ac_delim
 
11332
-dvidir!$dvidir$ac_delim
 
11333
-pdfdir!$pdfdir$ac_delim
 
11334
-psdir!$psdir$ac_delim
 
11335
-libdir!$libdir$ac_delim
 
11336
-localedir!$localedir$ac_delim
 
11337
-mandir!$mandir$ac_delim
 
11338
-DEFS!$DEFS$ac_delim
 
11339
-ECHO_C!$ECHO_C$ac_delim
 
11340
-ECHO_N!$ECHO_N$ac_delim
 
11341
-ECHO_T!$ECHO_T$ac_delim
 
11342
-LIBS!$LIBS$ac_delim
 
11343
-build_alias!$build_alias$ac_delim
 
11344
-host_alias!$host_alias$ac_delim
 
11345
-target_alias!$target_alias$ac_delim
 
11346
-INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
 
11347
-INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
 
11348
-INSTALL_DATA!$INSTALL_DATA$ac_delim
 
11349
-am__isrc!$am__isrc$ac_delim
 
11350
-CYGPATH_W!$CYGPATH_W$ac_delim
 
11351
-PACKAGE!$PACKAGE$ac_delim
 
11352
-VERSION!$VERSION$ac_delim
 
11353
-ACLOCAL!$ACLOCAL$ac_delim
 
11354
-AUTOCONF!$AUTOCONF$ac_delim
 
11355
-AUTOMAKE!$AUTOMAKE$ac_delim
 
11356
-AUTOHEADER!$AUTOHEADER$ac_delim
 
11357
-MAKEINFO!$MAKEINFO$ac_delim
 
11358
-install_sh!$install_sh$ac_delim
 
11359
-STRIP!$STRIP$ac_delim
 
11360
-INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
 
11361
-mkdir_p!$mkdir_p$ac_delim
 
11362
-AWK!$AWK$ac_delim
 
11363
-SET_MAKE!$SET_MAKE$ac_delim
 
11364
-am__leading_dot!$am__leading_dot$ac_delim
 
11365
-AMTAR!$AMTAR$ac_delim
 
11366
-am__tar!$am__tar$ac_delim
 
11367
-am__untar!$am__untar$ac_delim
 
11368
-ACLOCAL_AMFLAGS!$ACLOCAL_AMFLAGS$ac_delim
 
11369
-GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim
 
11370
-CC!$CC$ac_delim
 
11371
-CFLAGS!$CFLAGS$ac_delim
 
11372
-LDFLAGS!$LDFLAGS$ac_delim
 
11373
-CPPFLAGS!$CPPFLAGS$ac_delim
 
11374
-ac_ct_CC!$ac_ct_CC$ac_delim
 
11375
-EXEEXT!$EXEEXT$ac_delim
 
11376
-OBJEXT!$OBJEXT$ac_delim
 
11377
-DEPDIR!$DEPDIR$ac_delim
 
11378
-am__include!$am__include$ac_delim
 
11379
-am__quote!$am__quote$ac_delim
 
11380
-AMDEP_TRUE!$AMDEP_TRUE$ac_delim
 
11381
-AMDEP_FALSE!$AMDEP_FALSE$ac_delim
 
11382
-AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
 
11383
-CCDEPMODE!$CCDEPMODE$ac_delim
 
11384
-am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
 
11385
-am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
 
11386
-CPP!$CPP$ac_delim
 
11387
-GREP!$GREP$ac_delim
 
11388
-EGREP!$EGREP$ac_delim
 
11389
-USE_NLS!$USE_NLS$ac_delim
 
11390
-MSGFMT!$MSGFMT$ac_delim
 
11391
-MSGFMT_OPTS!$MSGFMT_OPTS$ac_delim
 
11392
-GMSGFMT!$GMSGFMT$ac_delim
 
11393
-XGETTEXT!$XGETTEXT$ac_delim
 
11394
-CATALOGS!$CATALOGS$ac_delim
 
11395
-CATOBJEXT!$CATOBJEXT$ac_delim
 
11396
-DATADIRNAME!$DATADIRNAME$ac_delim
 
11397
-GMOFILES!$GMOFILES$ac_delim
 
11398
-INSTOBJEXT!$INSTOBJEXT$ac_delim
 
11399
-INTLLIBS!$INTLLIBS$ac_delim
 
11400
-PO_IN_DATADIR_TRUE!$PO_IN_DATADIR_TRUE$ac_delim
 
11401
-PO_IN_DATADIR_FALSE!$PO_IN_DATADIR_FALSE$ac_delim
 
11402
-POFILES!$POFILES$ac_delim
 
11403
-POSUB!$POSUB$ac_delim
 
11404
-MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
 
11405
-CXX!$CXX$ac_delim
 
11406
-_ACEOF
 
11407
-
 
11408
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
11409
-    break
 
11410
-  elif $ac_last_try; then
 
11411
-    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
11412
-echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
11413
-   { (exit 1); exit 1; }; }
 
11414
-  else
 
11415
-    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
11416
-  fi
 
11417
-done
 
11418
 
 
11419
-ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
11420
-if test -n "$ac_eof"; then
 
11421
-  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
11422
-  ac_eof=`expr $ac_eof + 1`
 
11423
+ac_cr='
 
 
b"'"
 
11424
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 
11425
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
 
11426
+  ac_cs_awk_cr='\\r'
 
11427
+else
 
11428
+  ac_cs_awk_cr=$ac_cr
 
11429
 fi
 
11430
 
 
11431
-cat >>$CONFIG_STATUS <<_ACEOF
 
11432
-cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 
11433
-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
11434
-_ACEOF
 
11435
-sed '
 
11436
-s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
11437
-s/^/s,@/; s/!/@,|#_!!_#|/
 
11438
-:n
 
11439
-t n
 
11440
-s/'"$ac_delim"'$/,g/; t
 
11441
-s/$/\\/; p
 
11442
-N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
11443
-' >>$CONFIG_STATUS <conf$$subs.sed
 
11444
-rm -f conf$$subs.sed
 
11445
-cat >>$CONFIG_STATUS <<_ACEOF
 
11446
-CEOF$ac_eof
 
11447
+echo 'BEGIN {' >"$tmp/subs1.awk" &&
 
11448
 _ACEOF
 
11449
 
 
11450
 
 
11451
+{
 
11452
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
 
11453
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
 
11454
+  echo "_ACEOF"
 
11455
+} >conf$$subs.sh ||
 
11456
+  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
11457
+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
11458
+   { (exit 1); exit 1; }; }
 
11459
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
 
11460
 ac_delim='%!_!# '
 
11461
 for ac_last_try in false false false false false :; do
 
11462
-  cat >conf$$subs.sed <<_ACEOF
 
11463
-CXXFLAGS!$CXXFLAGS$ac_delim
 
11464
-ac_ct_CXX!$ac_ct_CXX$ac_delim
 
11465
-CXXDEPMODE!$CXXDEPMODE$ac_delim
 
11466
-am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
 
11467
-am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
 
11468
-build!$build$ac_delim
 
11469
-build_cpu!$build_cpu$ac_delim
 
11470
-build_vendor!$build_vendor$ac_delim
 
11471
-build_os!$build_os$ac_delim
 
11472
-host!$host$ac_delim
 
11473
-host_cpu!$host_cpu$ac_delim
 
11474
-host_vendor!$host_vendor$ac_delim
 
11475
-host_os!$host_os$ac_delim
 
11476
-SED!$SED$ac_delim
 
11477
-LN_S!$LN_S$ac_delim
 
11478
-ECHO!$ECHO$ac_delim
 
11479
-AR!$AR$ac_delim
 
11480
-RANLIB!$RANLIB$ac_delim
 
11481
-DSYMUTIL!$DSYMUTIL$ac_delim
 
11482
-NMEDIT!$NMEDIT$ac_delim
 
11483
-CXXCPP!$CXXCPP$ac_delim
 
11484
-F77!$F77$ac_delim
 
11485
-FFLAGS!$FFLAGS$ac_delim
 
11486
-ac_ct_F77!$ac_ct_F77$ac_delim
 
11487
-LIBTOOL!$LIBTOOL$ac_delim
 
11488
-INTLTOOL_UPDATE!$INTLTOOL_UPDATE$ac_delim
 
11489
-INTLTOOL_MERGE!$INTLTOOL_MERGE$ac_delim
 
11490
-INTLTOOL_EXTRACT!$INTLTOOL_EXTRACT$ac_delim
 
11491
-INTLTOOL_DESKTOP_RULE!$INTLTOOL_DESKTOP_RULE$ac_delim
 
11492
-INTLTOOL_DIRECTORY_RULE!$INTLTOOL_DIRECTORY_RULE$ac_delim
 
11493
-INTLTOOL_KEYS_RULE!$INTLTOOL_KEYS_RULE$ac_delim
 
11494
-INTLTOOL_PROP_RULE!$INTLTOOL_PROP_RULE$ac_delim
 
11495
-INTLTOOL_OAF_RULE!$INTLTOOL_OAF_RULE$ac_delim
 
11496
-INTLTOOL_PONG_RULE!$INTLTOOL_PONG_RULE$ac_delim
 
11497
-INTLTOOL_SERVER_RULE!$INTLTOOL_SERVER_RULE$ac_delim
 
11498
-INTLTOOL_SHEET_RULE!$INTLTOOL_SHEET_RULE$ac_delim
 
11499
-INTLTOOL_SOUNDLIST_RULE!$INTLTOOL_SOUNDLIST_RULE$ac_delim
 
11500
-INTLTOOL_UI_RULE!$INTLTOOL_UI_RULE$ac_delim
 
11501
-INTLTOOL_XAM_RULE!$INTLTOOL_XAM_RULE$ac_delim
 
11502
-INTLTOOL_KBD_RULE!$INTLTOOL_KBD_RULE$ac_delim
 
11503
-INTLTOOL_XML_RULE!$INTLTOOL_XML_RULE$ac_delim
 
11504
-INTLTOOL_XML_NOMERGE_RULE!$INTLTOOL_XML_NOMERGE_RULE$ac_delim
 
11505
-INTLTOOL_CAVES_RULE!$INTLTOOL_CAVES_RULE$ac_delim
 
11506
-INTLTOOL_SCHEMAS_RULE!$INTLTOOL_SCHEMAS_RULE$ac_delim
 
11507
-INTLTOOL_THEME_RULE!$INTLTOOL_THEME_RULE$ac_delim
 
11508
-INTLTOOL_SERVICE_RULE!$INTLTOOL_SERVICE_RULE$ac_delim
 
11509
-INTLTOOL_POLICY_RULE!$INTLTOOL_POLICY_RULE$ac_delim
 
11510
-MSGMERGE!$MSGMERGE$ac_delim
 
11511
-INTLTOOL_PERL!$INTLTOOL_PERL$ac_delim
 
11512
-ALL_LINGUAS!$ALL_LINGUAS$ac_delim
 
11513
-WARN_CFLAGS!$WARN_CFLAGS$ac_delim
 
11514
-WARN_CXXFLAGS!$WARN_CXXFLAGS$ac_delim
 
11515
-MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
 
11516
-MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
 
11517
-MAINT!$MAINT$ac_delim
 
11518
-DISABLE_DEPRECATED!$DISABLE_DEPRECATED$ac_delim
 
11519
-PKG_CONFIG!$PKG_CONFIG$ac_delim
 
11520
-HELP_DIR!$HELP_DIR$ac_delim
 
11521
-OMF_DIR!$OMF_DIR$ac_delim
 
11522
-DOC_USER_FORMATS!$DOC_USER_FORMATS$ac_delim
 
11523
-ENABLE_SK_TRUE!$ENABLE_SK_TRUE$ac_delim
 
11524
-ENABLE_SK_FALSE!$ENABLE_SK_FALSE$ac_delim
 
11525
-DISTCHECK_CONFIGURE_FLAGS!$DISTCHECK_CONFIGURE_FLAGS$ac_delim
 
11526
-HAVE_GNOME_DOC_UTILS_TRUE!$HAVE_GNOME_DOC_UTILS_TRUE$ac_delim
 
11527
-HAVE_GNOME_DOC_UTILS_FALSE!$HAVE_GNOME_DOC_UTILS_FALSE$ac_delim
 
11528
-GLIB_CFLAGS!$GLIB_CFLAGS$ac_delim
 
11529
-GLIB_LIBS!$GLIB_LIBS$ac_delim
 
11530
-BURN_CFLAGS!$BURN_CFLAGS$ac_delim
 
11531
-BURN_LIBS!$BURN_LIBS$ac_delim
 
11532
-UI_CFLAGS!$UI_CFLAGS$ac_delim
 
11533
-UI_LIBS!$UI_LIBS$ac_delim
 
11534
-GSTREAMER_CFLAGS!$GSTREAMER_CFLAGS$ac_delim
 
11535
-GSTREAMER_LIBS!$GSTREAMER_LIBS$ac_delim
 
11536
-GST_INSPECT!$GST_INSPECT$ac_delim
 
11537
-MEDIA_PROFILES_CFLAGS!$MEDIA_PROFILES_CFLAGS$ac_delim
 
11538
-MEDIA_PROFILES_LIBS!$MEDIA_PROFILES_LIBS$ac_delim
 
11539
-CDIO_CFLAGS!$CDIO_CFLAGS$ac_delim
 
11540
-CDIO_LIBS!$CDIO_LIBS$ac_delim
 
11541
-HAVE_LIBCDIO_TRUE!$HAVE_LIBCDIO_TRUE$ac_delim
 
11542
-HAVE_LIBCDIO_FALSE!$HAVE_LIBCDIO_FALSE$ac_delim
 
11543
-MUSICBRAINZ3_CFLAGS!$MUSICBRAINZ3_CFLAGS$ac_delim
 
11544
-MUSICBRAINZ3_LIBS!$MUSICBRAINZ3_LIBS$ac_delim
 
11545
-HAVE_MUSICBRAINZ3_TRUE!$HAVE_MUSICBRAINZ3_TRUE$ac_delim
 
11546
-HAVE_MUSICBRAINZ3_FALSE!$HAVE_MUSICBRAINZ3_FALSE$ac_delim
 
11547
-MUSICBRAINZ_CFLAGS!$MUSICBRAINZ_CFLAGS$ac_delim
 
11548
-MUSICBRAINZ_LIBS!$MUSICBRAINZ_LIBS$ac_delim
 
11549
-GIO_CFLAGS!$GIO_CFLAGS$ac_delim
 
11550
-GIO_LIBS!$GIO_LIBS$ac_delim
 
11551
-GCONFTOOL!$GCONFTOOL$ac_delim
 
11552
-GCONF_SCHEMA_CONFIG_SOURCE!$GCONF_SCHEMA_CONFIG_SOURCE$ac_delim
 
11553
-GCONF_SCHEMA_FILE_DIR!$GCONF_SCHEMA_FILE_DIR$ac_delim
 
11554
-GCONF_SCHEMAS_INSTALL_TRUE!$GCONF_SCHEMAS_INSTALL_TRUE$ac_delim
 
11555
-GCONF_SCHEMAS_INSTALL_FALSE!$GCONF_SCHEMAS_INSTALL_FALSE$ac_delim
 
11556
-SCROLLKEEPER_BUILD_REQUIRED!$SCROLLKEEPER_BUILD_REQUIRED$ac_delim
 
11557
-AM_CPPFLAGS!$AM_CPPFLAGS$ac_delim
 
11558
-AM_CFLAGS!$AM_CFLAGS$ac_delim
 
11559
-AM_CXXFLAGS!$AM_CXXFLAGS$ac_delim
 
11560
-_ACEOF
 
11561
+  . ./conf$$subs.sh ||
 
11562
+    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
11563
+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
11564
+   { (exit 1); exit 1; }; }
 
11565
 
 
11566
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
11567
+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
 
11568
+  if test $ac_delim_n = $ac_delim_num; then
 
11569
     break
 
11570
   elif $ac_last_try; then
 
11571
-    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
11572
-echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
11573
+    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
11574
+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
11575
    { (exit 1); exit 1; }; }
 
11576
   else
 
11577
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
11578
   fi
 
11579
 done
 
11580
+rm -f conf$$subs.sh
 
11581
 
 
11582
-ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
11583
-if test -n "$ac_eof"; then
 
11584
-  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
11585
-  ac_eof=`expr $ac_eof + 1`
 
11586
-fi
 
11587
-
 
11588
-cat >>$CONFIG_STATUS <<_ACEOF
 
11589
-cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 
11590
-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
11591
-_ACEOF
 
11592
-sed '
 
11593
-s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
11594
-s/^/s,@/; s/!/@,|#_!!_#|/
 
11595
-:n
 
11596
-t n
 
11597
-s/'"$ac_delim"'$/,g/; t
 
11598
-s/$/\\/; p
 
11599
-N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
11600
-' >>$CONFIG_STATUS <conf$$subs.sed
 
11601
-rm -f conf$$subs.sed
 
11602
-cat >>$CONFIG_STATUS <<_ACEOF
 
11603
-CEOF$ac_eof
 
11604
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11605
+cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
 
11606
 _ACEOF
 
11607
+sed -n '
 
11608
+h
 
11609
+s/^/S["/; s/!.*/"]=/
 
11610
+p
 
11611
+g
 
11612
+s/^[^!]*!//
 
11613
+:repl
 
11614
+t repl
 
11615
+s/'"$ac_delim"'$//
 
11616
+t delim
 
11617
+:nl
 
11618
+h
 
11619
+s/\(.\{148\}\).*/\1/
 
11620
+t more1
 
11621
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
 
11622
+p
 
11623
+n
 
11624
+b repl
 
11625
+:more1
 
11626
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
 
11627
+p
 
11628
+g
 
11629
+s/.\{148\}//
 
11630
+t nl
 
11631
+:delim
 
11632
+h
 
11633
+s/\(.\{148\}\).*/\1/
 
11634
+t more2
 
11635
+s/["\\]/\\&/g; s/^/"/; s/$/"/
 
11636
+p
 
11637
+b
 
11638
+:more2
 
11639
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
 
11640
+p
 
11641
+g
 
11642
+s/.\{148\}//
 
11643
+t delim
 
11644
+' <conf$$subs.awk | sed '
 
11645
+/^[^""]/{
 
11646
+  N
 
11647
+  s/\n//
 
11648
+}
 
11649
+' >>$CONFIG_STATUS || ac_write_fail=1
 
11650
+rm -f conf$$subs.awk
 
11651
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11652
+_ACAWK
 
11653
+cat >>"\$tmp/subs1.awk" <<_ACAWK &&
 
11654
+  for (key in S) S_is_set[key] = 1
 
11655
+  FS = ""
 
11656
+
 
11657
+}
 
11658
+{
 
11659
+  line = $ 0
 
11660
+  nfields = split(line, field, "@")
 
11661
+  substed = 0
 
11662
+  len = length(field[1])
 
11663
+  for (i = 2; i < nfields; i++) {
 
11664
+    key = field[i]
 
11665
+    keylen = length(key)
 
11666
+    if (S_is_set[key]) {
 
11667
+      value = S[key]
 
11668
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
 
11669
+      len += length(value) + length(field[++i])
 
11670
+      substed = 1
 
11671
+    } else
 
11672
+      len += 1 + keylen
 
11673
+  }
 
11674
 
 
11675
+  print line
 
11676
+}
 
11677
 
 
11678
-ac_delim='%!_!# '
 
11679
-for ac_last_try in false false false false false :; do
 
11680
-  cat >conf$$subs.sed <<_ACEOF
 
11681
-AM_LDFLAGS!$AM_LDFLAGS$ac_delim
 
11682
-LIBOBJS!$LIBOBJS$ac_delim
 
11683
-LTLIBOBJS!$LTLIBOBJS$ac_delim
 
11684
+_ACAWK
 
11685
 _ACEOF
 
11686
-
 
11687
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 3; then
 
11688
-    break
 
11689
-  elif $ac_last_try; then
 
11690
-    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
11691
-echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
11692
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11693
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
 
11694
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
 
11695
+else
 
11696
+  cat
 
11697
+fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
 
11698
+  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
 
11699
+$as_echo "$as_me: error: could not setup config files machinery" >&2;}
 
11700
    { (exit 1); exit 1; }; }
 
11701
-  else
 
11702
-    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
11703
-  fi
 
11704
-done
 
11705
-
 
11706
-ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
11707
-if test -n "$ac_eof"; then
 
11708
-  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
11709
-  ac_eof=`expr $ac_eof + 1`
 
11710
-fi
 
11711
-
 
11712
-cat >>$CONFIG_STATUS <<_ACEOF
 
11713
-cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
 
11714
-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 
11715
-_ACEOF
 
11716
-sed '
 
11717
-s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
11718
-s/^/s,@/; s/!/@,|#_!!_#|/
 
11719
-:n
 
11720
-t n
 
11721
-s/'"$ac_delim"'$/,g/; t
 
11722
-s/$/\\/; p
 
11723
-N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
11724
-' >>$CONFIG_STATUS <conf$$subs.sed
 
11725
-rm -f conf$$subs.sed
 
11726
-cat >>$CONFIG_STATUS <<_ACEOF
 
11727
-:end
 
11728
-s/|#_!!_#|//g
 
11729
-CEOF$ac_eof
 
11730
 _ACEOF
 
11731
 
 
11732
-
 
11733
 # VPATH may cause trouble with some makes, so we remove $(srcdir),
 
11734
 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
11735
 # trailing colons and then remove the whole line if VPATH becomes empty
 
11736
@@ -25621,19 +25790,133 @@
 
11737
 }'
 
11738
 fi
 
11739
 
 
11740
-cat >>$CONFIG_STATUS <<\_ACEOF
 
11741
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11742
 fi # test -n "$CONFIG_FILES"
 
11743
 
 
11744
+# Set up the scripts for CONFIG_HEADERS section.
 
11745
+# No need to generate them if there are no CONFIG_HEADERS.
 
11746
+# This happens for instance with `./config.status Makefile'.
 
11747
+if test -n "$CONFIG_HEADERS"; then
 
11748
+cat >"$tmp/defines.awk" <<\_ACAWK ||
 
11749
+BEGIN {
 
11750
+_ACEOF
 
11751
+
 
11752
+# Transform confdefs.h into an awk script `defines.awk', embedded as
 
11753
+# here-document in config.status, that substitutes the proper values into
 
11754
+# config.h.in to produce config.h.
 
11755
+
 
11756
+# Create a delimiter string that does not exist in confdefs.h, to ease
 
11757
+# handling of long lines.
 
11758
+ac_delim='%!_!# '
 
11759
+for ac_last_try in false false :; do
 
11760
+  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
 
11761
+  if test -z "$ac_t"; then
 
11762
+    break
 
11763
+  elif $ac_last_try; then
 
11764
+    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
 
11765
+$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
 
11766
+   { (exit 1); exit 1; }; }
 
11767
+  else
 
11768
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
11769
+  fi
 
11770
+done
 
11771
+
 
11772
+# For the awk script, D is an array of macro values keyed by name,
 
11773
+# likewise P contains macro parameters if any.  Preserve backslash
 
11774
+# newline sequences.
 
11775
+
 
11776
+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
 
11777
+sed -n '
 
11778
+s/.\{148\}/&'"$ac_delim"'/g
 
11779
+t rset
 
11780
+:rset
 
11781
+s/^[    ]*#[    ]*define[       ][      ]*/ /
 
11782
+t def
 
11783
+d
 
11784
+:def
 
11785
+s/\\$//
 
11786
+t bsnl
 
11787
+s/["\\]/\\&/g
 
11788
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
 
11789
+D["\1"]=" \3"/p
 
11790
+s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2"/p
 
11791
+d
 
11792
+:bsnl
 
11793
+s/["\\]/\\&/g
 
11794
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
 
11795
+D["\1"]=" \3\\\\\\n"\\/p
 
11796
+t cont
 
11797
+s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
 
11798
+t cont
 
11799
+d
 
11800
+:cont
 
11801
+n
 
11802
+s/.\{148\}/&'"$ac_delim"'/g
 
11803
+t clear
 
11804
+:clear
 
11805
+s/\\$//
 
11806
+t bsnlc
 
11807
+s/["\\]/\\&/g; s/^/"/; s/$/"/p
 
11808
+d
 
11809
+:bsnlc
 
11810
+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
 
11811
+b cont
 
11812
+' <confdefs.h | sed '
 
11813
+s/'"$ac_delim"'/"\\\
 
11814
+"/g' >>$CONFIG_STATUS || ac_write_fail=1
 
11815
+
 
11816
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11817
+  for (key in D) D_is_set[key] = 1
 
11818
+  FS = ""
 
11819
+}
 
11820
+/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
 
11821
+  line = \$ 0
 
11822
+  split(line, arg, " ")
 
11823
+  if (arg[1] == "#") {
 
11824
+    defundef = arg[2]
 
11825
+    mac1 = arg[3]
 
11826
+  } else {
 
11827
+    defundef = substr(arg[1], 2)
 
11828
+    mac1 = arg[2]
 
11829
+  }
 
11830
+  split(mac1, mac2, "(") #)
 
11831
+  macro = mac2[1]
 
11832
+  prefix = substr(line, 1, index(line, defundef) - 1)
 
11833
+  if (D_is_set[macro]) {
 
11834
+    # Preserve the white space surrounding the "#".
 
11835
+    print prefix "define", macro P[macro] D[macro]
 
11836
+    next
 
11837
+  } else {
 
11838
+    # Replace #undef with comments.  This is necessary, for example,
 
11839
+    # in the case of _POSIX_SOURCE, which is predefined and required
 
11840
+    # on some systems where configure will not decide to define it.
 
11841
+    if (defundef == "undef") {
 
11842
+      print "/*", prefix defundef, macro, "*/"
 
11843
+      next
 
11844
+    }
 
11845
+  }
 
11846
+}
 
11847
+{ print }
 
11848
+_ACAWK
 
11849
+_ACEOF
 
11850
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11851
+  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
 
11852
+$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
 
11853
+   { (exit 1); exit 1; }; }
 
11854
+fi # test -n "$CONFIG_HEADERS"
 
11855
+
 
11856
 
 
11857
-for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
 
11858
+eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
 
11859
+shift
 
11860
+for ac_tag
 
11861
 do
 
11862
   case $ac_tag in
 
11863
   :[FHLC]) ac_mode=$ac_tag; continue;;
 
11864
   esac
 
11865
   case $ac_mode$ac_tag in
 
11866
   :[FHL]*:*);;
 
11867
-  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 
11868
-echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 
11869
+  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
 
11870
+$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
 
11871
    { (exit 1); exit 1; }; };;
 
11872
   :[FH]-) ac_tag=-:-;;
 
11873
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
11874
@@ -25662,26 +25945,38 @@
 
11875
           [\\/$]*) false;;
 
11876
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
11877
           esac ||
 
11878
-          { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 
11879
-echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 
11880
+          { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 
11881
+$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 
11882
    { (exit 1); exit 1; }; };;
 
11883
       esac
 
11884
-      ac_file_inputs="$ac_file_inputs $ac_f"
 
11885
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
 
11886
+      ac_file_inputs="$ac_file_inputs '$ac_f'"
 
11887
     done
 
11888
 
 
11889
     # Let's still pretend it is `configure' which instantiates (i.e., don't
 
11890
     # use $as_me), people would be surprised to read:
 
11891
     #    /* config.h.  Generated by config.status.  */
 
11892
-    configure_input="Generated from "`IFS=:
 
11893
-         echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
 
11894
+    configure_input='Generated from '`
 
11895
+         $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
 
11896
+       `' by configure.'
 
11897
     if test x"$ac_file" != x-; then
 
11898
       configure_input="$ac_file.  $configure_input"
 
11899
-      { echo "$as_me:$LINENO: creating $ac_file" >&5
 
11900
-echo "$as_me: creating $ac_file" >&6;}
 
11901
+      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
 
11902
+$as_echo "$as_me: creating $ac_file" >&6;}
 
11903
     fi
 
11904
+    # Neutralize special characters interpreted by sed in replacement strings.
 
11905
+    case $configure_input in #(
 
11906
+    *\&* | *\|* | *\\* )
 
11907
+       ac_sed_conf_input=`$as_echo "$configure_input" |
 
11908
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
 
11909
+    *) ac_sed_conf_input=$configure_input;;
 
11910
+    esac
 
11911
 
 
11912
     case $ac_tag in
 
11913
-    *:-:* | *:-) cat >"$tmp/stdin";;
 
11914
+    *:-:* | *:-) cat >"$tmp/stdin" \
 
11915
+      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
11916
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
11917
+   { (exit 1); exit 1; }; } ;;
 
11918
     esac
 
11919
     ;;
 
11920
   esac
 
11921
@@ -25691,7 +25986,7 @@
 
11922
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
11923
         X"$ac_file" : 'X\(//\)$' \| \
 
11924
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
11925
-echo X"$ac_file" |
 
11926
+$as_echo X"$ac_file" |
 
11927
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
11928
            s//\1/
 
11929
            q
 
11930
@@ -25717,7 +26012,7 @@
 
11931
     as_dirs=
 
11932
     while :; do
 
11933
       case $as_dir in #(
 
11934
-      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
11935
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
11936
       *) as_qdir=$as_dir;;
 
11937
       esac
 
11938
       as_dirs="'$as_qdir' $as_dirs"
 
11939
@@ -25726,7 +26021,7 @@
 
11940
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
11941
         X"$as_dir" : 'X\(//\)$' \| \
 
11942
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
11943
-echo X"$as_dir" |
 
11944
+$as_echo X"$as_dir" |
 
11945
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
11946
            s//\1/
 
11947
            q
 
11948
@@ -25747,17 +26042,17 @@
 
11949
       test -d "$as_dir" && break
 
11950
     done
 
11951
     test -z "$as_dirs" || eval "mkdir $as_dirs"
 
11952
-  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
11953
-echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
11954
+  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
11955
+$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
11956
    { (exit 1); exit 1; }; }; }
 
11957
   ac_builddir=.
 
11958
 
 
11959
 case "$ac_dir" in
 
11960
 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
11961
 *)
 
11962
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
11963
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
11964
   # A ".." for each directory in $ac_dir_suffix.
 
11965
-  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
11966
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
11967
   case $ac_top_builddir_sub in
 
11968
   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
11969
   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
11970
@@ -25802,12 +26097,13 @@
 
11971
   esac
 
11972
 _ACEOF
 
11973
 
 
11974
-cat >>$CONFIG_STATUS <<\_ACEOF
 
11975
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11976
 # If the template does not know about datarootdir, expand it.
 
11977
 # FIXME: This hack should be removed a few years after 2.60.
 
11978
 ac_datarootdir_hack=; ac_datarootdir_seen=
 
11979
 
 
11980
-case `sed -n '/datarootdir/ {
 
11981
+ac_sed_dataroot='
 
11982
+/datarootdir/ {
 
11983
   p
 
11984
   q
 
11985
 }
 
11986
@@ -25816,13 +26112,14 @@
 
11987
 /@infodir@/p
 
11988
 /@localedir@/p
 
11989
 /@mandir@/p
 
11990
-' $ac_file_inputs` in
 
11991
+'
 
11992
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
 
11993
 *datarootdir*) ac_datarootdir_seen=yes;;
 
11994
 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
11995
-  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
11996
-echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
11997
+  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
11998
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
11999
 _ACEOF
 
12000
-cat >>$CONFIG_STATUS <<_ACEOF
 
12001
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
12002
   ac_datarootdir_hack='
 
12003
   s&@datadir@&$datadir&g
 
12004
   s&@docdir@&$docdir&g
 
12005
@@ -25836,15 +26133,16 @@
 
12006
 # Neutralize VPATH when `$srcdir' = `.'.
 
12007
 # Shell code in configure.ac might set extrasub.
 
12008
 # FIXME: do we really want to maintain this feature?
 
12009
-cat >>$CONFIG_STATUS <<_ACEOF
 
12010
-  sed "$ac_vpsub
 
12011
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
12012
+ac_sed_extra="$ac_vpsub
 
12013
 $extrasub
 
12014
 _ACEOF
 
12015
-cat >>$CONFIG_STATUS <<\_ACEOF
 
12016
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
12017
 :t
 
12018
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
12019
-s&@configure_input@&$configure_input&;t t
 
12020
+s|@configure_input@|$ac_sed_conf_input|;t t
 
12021
 s&@top_builddir@&$ac_top_builddir_sub&;t t
 
12022
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
 
12023
 s&@srcdir@&$ac_srcdir&;t t
 
12024
 s&@abs_srcdir@&$ac_abs_srcdir&;t t
 
12025
 s&@top_srcdir@&$ac_top_srcdir&;t t
 
12026
@@ -25855,121 +26153,60 @@
 
12027
 s&@INSTALL@&$ac_INSTALL&;t t
 
12028
 s&@MKDIR_P@&$ac_MKDIR_P&;t t
 
12029
 $ac_datarootdir_hack
 
12030
-" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" >$tmp/out
 
12031
+"
 
12032
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
 
12033
+  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
12034
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
12035
+   { (exit 1); exit 1; }; }
 
12036
 
 
12037
 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
12038
   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
12039
   { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
12040
-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
12041
+  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
12042
 which seems to be undefined.  Please make sure it is defined." >&5
 
12043
-echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
12044
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
12045
 which seems to be undefined.  Please make sure it is defined." >&2;}
 
12046
 
 
12047
   rm -f "$tmp/stdin"
 
12048
   case $ac_file in
 
12049
-  -) cat "$tmp/out"; rm -f "$tmp/out";;
 
12050
-  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 
12051
-  esac
 
12052
+  -) cat "$tmp/out" && rm -f "$tmp/out";;
 
12053
+  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
 
12054
+  esac \
 
12055
+  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
12056
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
12057
+   { (exit 1); exit 1; }; }
 
12058
  ;;
 
12059
   :H)
 
12060
   #
 
12061
   # CONFIG_HEADER
 
12062
   #
 
12063
-_ACEOF
 
12064
-
 
12065
-# Transform confdefs.h into a sed script `conftest.defines', that
 
12066
-# substitutes the proper values into config.h.in to produce config.h.
 
12067
-rm -f conftest.defines conftest.tail
 
12068
-# First, append a space to every undef/define line, to ease matching.
 
12069
-echo 's/$/ /' >conftest.defines
 
12070
-# Then, protect against being on the right side of a sed subst, or in
 
12071
-# an unquoted here document, in config.status.  If some macros were
 
12072
-# called several times there might be several #defines for the same
 
12073
-# symbol, which is useless.  But do not sort them, since the last
 
12074
-# AC_DEFINE must be honored.
 
12075
-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
 
12076
-# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
 
12077
-# NAME is the cpp macro being defined, VALUE is the value it is being given.
 
12078
-# PARAMS is the parameter list in the macro definition--in most cases, it's
 
12079
-# just an empty string.
 
12080
-ac_dA='s,^\\([  #]*\\)[^        ]*\\([  ]*'
 
12081
-ac_dB='\\)[     (].*,\\1define\\2'
 
12082
-ac_dC=' '
 
12083
-ac_dD=' ,'
 
12084
-
 
12085
-uniq confdefs.h |
 
12086
-  sed -n '
 
12087
-       t rset
 
12088
-       :rset
 
12089
-       s/^[     ]*#[    ]*define[       ][      ]*//
 
12090
-       t ok
 
12091
-       d
 
12092
-       :ok
 
12093
-       s/[\\&,]/\\&/g
 
12094
-       s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
 
12095
-       s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
 
12096
-  ' >>conftest.defines
 
12097
-
 
12098
-# Remove the space that was appended to ease matching.
 
12099
-# Then replace #undef with comments.  This is necessary, for
 
12100
-# example, in the case of _POSIX_SOURCE, which is predefined and required
 
12101
-# on some systems where configure will not decide to define it.
 
12102
-# (The regexp can be short, since the line contains either #define or #undef.)
 
12103
-echo 's/ $//
 
12104
-s,^[    #]*u.*,/* & */,' >>conftest.defines
 
12105
-
 
12106
-# Break up conftest.defines:
 
12107
-ac_max_sed_lines=50
 
12108
-
 
12109
-# First sed command is:         sed -f defines.sed $ac_file_inputs >"$tmp/out1"
 
12110
-# Second one is:        sed -f defines.sed "$tmp/out1" >"$tmp/out2"
 
12111
-# Third one will be:    sed -f defines.sed "$tmp/out2" >"$tmp/out1"
 
12112
-# et cetera.
 
12113
-ac_in='$ac_file_inputs'
 
12114
-ac_out='"$tmp/out1"'
 
12115
-ac_nxt='"$tmp/out2"'
 
12116
-
 
12117
-while :
 
12118
-do
 
12119
-  # Write a here document:
 
12120
-    cat >>$CONFIG_STATUS <<_ACEOF
 
12121
-    # First, check the format of the line:
 
12122
-    cat >"\$tmp/defines.sed" <<\\CEOF
 
12123
-/^[     ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
 
12124
-/^[     ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
 
12125
-b
 
12126
-:def
 
12127
-_ACEOF
 
12128
-  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
 
12129
-  echo 'CEOF
 
12130
-    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
 
12131
-  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
 
12132
-  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
 
12133
-  grep . conftest.tail >/dev/null || break
 
12134
-  rm -f conftest.defines
 
12135
-  mv conftest.tail conftest.defines
 
12136
-done
 
12137
-rm -f conftest.defines conftest.tail
 
12138
-
 
12139
-echo "ac_result=$ac_in" >>$CONFIG_STATUS
 
12140
-cat >>$CONFIG_STATUS <<\_ACEOF
 
12141
   if test x"$ac_file" != x-; then
 
12142
-    echo "/* $configure_input  */" >"$tmp/config.h"
 
12143
-    cat "$ac_result" >>"$tmp/config.h"
 
12144
-    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
 
12145
-      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 
12146
-echo "$as_me: $ac_file is unchanged" >&6;}
 
12147
+    {
 
12148
+      $as_echo "/* $configure_input  */" \
 
12149
+      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
 
12150
+    } >"$tmp/config.h" \
 
12151
+      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
12152
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
12153
+   { (exit 1); exit 1; }; }
 
12154
+    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
 
12155
+      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 
12156
+$as_echo "$as_me: $ac_file is unchanged" >&6;}
 
12157
     else
 
12158
-      rm -f $ac_file
 
12159
-      mv "$tmp/config.h" $ac_file
 
12160
+      rm -f "$ac_file"
 
12161
+      mv "$tmp/config.h" "$ac_file" \
 
12162
+       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
12163
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
12164
+   { (exit 1); exit 1; }; }
 
12165
     fi
 
12166
   else
 
12167
-    echo "/* $configure_input  */"
 
12168
-    cat "$ac_result"
 
12169
+    $as_echo "/* $configure_input  */" \
 
12170
+      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
 
12171
+      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
 
12172
+$as_echo "$as_me: error: could not create -" >&2;}
 
12173
+   { (exit 1); exit 1; }; }
 
12174
   fi
 
12175
-  rm -f "$tmp/out12"
 
12176
-# Compute $ac_file's index in $config_headers.
 
12177
-_am_arg=$ac_file
 
12178
+# Compute "$ac_file"'s index in $config_headers.
 
12179
+_am_arg="$ac_file"
 
12180
 _am_stamp_count=1
 
12181
 for _am_header in $config_headers :; do
 
12182
   case $_am_header in
 
12183
@@ -25984,7 +26221,7 @@
 
12184
         X"$_am_arg" : 'X\(//\)[^/]' \| \
 
12185
         X"$_am_arg" : 'X\(//\)$' \| \
 
12186
         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
 
12187
-echo X"$_am_arg" |
 
12188
+$as_echo X"$_am_arg" |
 
12189
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
12190
            s//\1/
 
12191
            q
 
12192
@@ -26004,8 +26241,8 @@
 
12193
          s/.*/./; q'`/stamp-h$_am_stamp_count
 
12194
  ;;
 
12195
 
 
12196
-  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
 
12197
-echo "$as_me: executing $ac_file commands" >&6;}
 
12198
+  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
 
12199
+$as_echo "$as_me: executing $ac_file commands" >&6;}
 
12200
  ;;
 
12201
   esac
 
12202
 
 
12203
@@ -26027,7 +26264,7 @@
 
12204
         X"$mf" : 'X\(//\)[^/]' \| \
 
12205
         X"$mf" : 'X\(//\)$' \| \
 
12206
         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 
12207
-echo X"$mf" |
 
12208
+$as_echo X"$mf" |
 
12209
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
12210
            s//\1/
 
12211
            q
 
12212
@@ -26071,7 +26308,7 @@
 
12213
         X"$file" : 'X\(//\)[^/]' \| \
 
12214
         X"$file" : 'X\(//\)$' \| \
 
12215
         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 
12216
-echo X"$file" |
 
12217
+$as_echo X"$file" |
 
12218
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
12219
            s//\1/
 
12220
            q
 
12221
@@ -26097,7 +26334,7 @@
 
12222
     as_dirs=
 
12223
     while :; do
 
12224
       case $as_dir in #(
 
12225
-      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
12226
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
12227
       *) as_qdir=$as_dir;;
 
12228
       esac
 
12229
       as_dirs="'$as_qdir' $as_dirs"
 
12230
@@ -26106,7 +26343,7 @@
 
12231
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
12232
         X"$as_dir" : 'X\(//\)$' \| \
 
12233
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
12234
-echo X"$as_dir" |
 
12235
+$as_echo X"$as_dir" |
 
12236
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
12237
            s//\1/
 
12238
            q
 
12239
@@ -26127,8 +26364,8 @@
 
12240
       test -d "$as_dir" && break
 
12241
     done
 
12242
     test -z "$as_dirs" || eval "mkdir $as_dirs"
 
12243
-  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
12244
-echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
12245
+  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
12246
+$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
12247
    { (exit 1); exit 1; }; }; }
 
12248
     # echo "creating $dirpart/$file"
 
12249
     echo '# dummy' > "$dirpart/$file"
 
12250
@@ -26140,8 +26377,8 @@
 
12251
       esac ;;
 
12252
     "po/stamp-it":C)
 
12253
     if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" ; then
 
12254
-       { { echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
 
12255
-echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
 
12256
+       { { $as_echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
 
12257
+$as_echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
 
12258
    { (exit 1); exit 1; }; }
 
12259
     fi
 
12260
     rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
 
12261
@@ -26170,6 +26407,11 @@
 
12262
 chmod +x $CONFIG_STATUS
 
12263
 ac_clean_files=$ac_clean_files_save
 
12264
 
 
12265
+test $ac_write_fail = 0 ||
 
12266
+  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
 
12267
+$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
 
12268
+   { (exit 1); exit 1; }; }
 
12269
+
 
12270
 
 
12271
 # configure is writing to config.log, and then calls config.status.
 
12272
 # config.status does its own redirection, appending to config.log.
 
12273
@@ -26191,4 +26433,8 @@
 
12274
   # would make configure fail if this is the last instruction.
 
12275
   $ac_cs_success || { (exit 1); exit 1; }
 
12276
 fi
 
12277
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
 
12278
+  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
 
12279
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
 
12280
+fi
 
12281