~ubuntu-branches/ubuntu/oneiric/gnome-system-monitor/oneiric-proposed

« back to all changes in this revision

Viewing changes to debian/patches/70_autoconf.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-02-17 01:06:10 UTC
  • mfrom: (1.1.50 upstream)
  • Revision ID: james.westby@ubuntu.com-20090217010610-wnj9uf0sd366mws6
Tags: 2.25.91-0ubuntu1
* New upstream version
* debian/patches/70_autoconf.patch:
  - run autoconf update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- gnome-system-monitor-2.25.91.gnome/configure        2009-02-17 01:07:42.000000000 +0100
 
2
+++ gnome-system-monitor-2.25.91/configure      2009-02-17 01:07:48.000000000 +0100
 
3
@@ -1,11 +1,11 @@
 
4
 #! /bin/sh
 
5
 # Guess values for system-dependent variables and create Makefiles.
 
6
-# Generated by GNU Autoconf 2.61 for gnome-system-monitor 2.25.91.
 
7
+# Generated by GNU Autoconf 2.63 for gnome-system-monitor 2.25.91.
 
8
 #
 
9
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=system-monitor>.
 
10
 #
 
11
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
12
-# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
13
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
14
 # This configure script is free software; the Free Software Foundation
 
15
 # gives unlimited permission to copy, distribute and modify it.
 
16
 ## --------------------- ##
 
17
@@ -17,7 +17,7 @@
 
18
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
19
   emulate sh
 
20
   NULLCMD=:
 
21
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
22
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
23
   # is contrary to our usage.  Disable this feature.
 
24
   alias -g '${1+"$@"}'='"$@"'
 
25
   setopt NO_GLOB_SUBST
 
26
@@ -39,17 +39,45 @@
 
27
 as_cr_digits='0123456789'
 
28
 as_cr_alnum=$as_cr_Letters$as_cr_digits
 
29
 
 
30
+as_nl='
 
31
+'
 
32
+export as_nl
 
33
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
 
34
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
35
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
36
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
37
+if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
38
+  as_echo='printf %s\n'
 
39
+  as_echo_n='printf %s'
 
40
+else
 
41
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 
42
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 
43
+    as_echo_n='/usr/ucb/echo -n'
 
44
+  else
 
45
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
46
+    as_echo_n_body='eval
 
47
+      arg=$1;
 
48
+      case $arg in
 
49
+      *"$as_nl"*)
 
50
+       expr "X$arg" : "X\\(.*\\)$as_nl";
 
51
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
52
+      esac;
 
53
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 
54
+    '
 
55
+    export as_echo_n_body
 
56
+    as_echo_n='sh -c $as_echo_n_body as_echo'
 
57
+  fi
 
58
+  export as_echo_body
 
59
+  as_echo='sh -c $as_echo_body as_echo'
 
60
+fi
 
61
+
 
62
 # The user is always right.
 
63
 if test "${PATH_SEPARATOR+set}" != set; then
 
64
-  echo "#! /bin/sh" >conf$$.sh
 
65
-  echo  "exit 0"   >>conf$$.sh
 
66
-  chmod +x conf$$.sh
 
67
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
68
-    PATH_SEPARATOR=';'
 
69
-  else
 
70
-    PATH_SEPARATOR=:
 
71
-  fi
 
72
-  rm -f conf$$.sh
 
73
+  PATH_SEPARATOR=:
 
74
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
 
75
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
 
76
+      PATH_SEPARATOR=';'
 
77
+  }
 
78
 fi
 
79
 
 
80
 # Support unset when possible.
 
81
@@ -65,8 +93,6 @@
 
82
 # there to prevent editors from complaining about space-tab.
 
83
 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
84
 # splitting by setting IFS to empty value.)
 
85
-as_nl='
 
86
-'
 
87
 IFS=" ""       $as_nl"
 
88
 
 
89
 # Find who we are.  Look in the path if we contain no directory separator.
 
90
@@ -89,7 +115,7 @@
 
91
   as_myself=$0
 
92
 fi
 
93
 if test ! -f "$as_myself"; then
 
94
-  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
95
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
96
   { (exit 1); exit 1; }
 
97
 fi
 
98
 
 
99
@@ -102,17 +128,10 @@
 
100
 PS4='+ '
 
101
 
 
102
 # NLS nuisances.
 
103
-for as_var in \
 
104
-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
105
-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
106
-  LC_TELEPHONE LC_TIME
 
107
-do
 
108
-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
109
-    eval $as_var=C; export $as_var
 
110
-  else
 
111
-    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
112
-  fi
 
113
-done
 
114
+LC_ALL=C
 
115
+export LC_ALL
 
116
+LANGUAGE=C
 
117
+export LANGUAGE
 
118
 
 
119
 # Required to use basename.
 
120
 if expr a : '\(a\)' >/dev/null 2>&1 &&
 
121
@@ -134,7 +153,7 @@
 
122
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
123
         X"$0" : 'X\(//\)$' \| \
 
124
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
125
-echo X/"$0" |
 
126
+$as_echo X/"$0" |
 
127
     sed '/^.*\/\([^/][^/]*\)\/*$/{
 
128
            s//\1/
 
129
            q
 
130
@@ -160,7 +179,7 @@
 
131
   as_have_required=no
 
132
 fi
 
133
 
 
134
-  if test $as_have_required = yes &&    (eval ":
 
135
+  if test $as_have_required = yes &&    (eval ":
 
136
 (as_func_return () {
 
137
   (exit \$1)
 
138
 }
 
139
@@ -242,7 +261,7 @@
 
140
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
141
   emulate sh
 
142
   NULLCMD=:
 
143
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
144
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
145
   # is contrary to our usage.  Disable this feature.
 
146
   alias -g '${1+"$@"}'='"$@"'
 
147
   setopt NO_GLOB_SUBST
 
148
@@ -263,7 +282,7 @@
 
149
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
150
   emulate sh
 
151
   NULLCMD=:
 
152
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
153
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
154
   # is contrary to our usage.  Disable this feature.
 
155
   alias -g '${1+"$@"}'='"$@"'
 
156
   setopt NO_GLOB_SUBST
 
157
@@ -343,10 +362,10 @@
 
158
 
 
159
       if test "x$CONFIG_SHELL" != x; then
 
160
   for as_var in BASH_ENV ENV
 
161
-        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
162
-        done
 
163
-        export CONFIG_SHELL
 
164
-        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 
165
+       do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
166
+       done
 
167
+       export CONFIG_SHELL
 
168
+       exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 
169
 fi
 
170
 
 
171
 
 
172
@@ -415,9 +434,10 @@
 
173
 
 
174
 test \$exitcode = 0") || {
 
175
   echo No shell found that supports shell functions.
 
176
-  echo Please tell autoconf@gnu.org about your system,
 
177
-  echo including any error possibly output before this
 
178
-  echo message
 
179
+  echo Please tell bug-autoconf@gnu.org about your system,
 
180
+  echo including any error possibly output before this message.
 
181
+  echo This can help us improve future autoconf versions.
 
182
+  echo Configuration will now proceed without shell functions.
 
183
 }
 
184
 
 
185
 
 
186
@@ -453,7 +473,7 @@
 
187
       s/-\n.*//
 
188
     ' >$as_me.lineno &&
 
189
   chmod +x "$as_me.lineno" ||
 
190
-    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
191
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
192
    { (exit 1); exit 1; }; }
 
193
 
 
194
   # Don't try to exec as it changes $[0], causing all sort of problems
 
195
@@ -481,7 +501,6 @@
 
196
 *)
 
197
   ECHO_N='-n';;
 
198
 esac
 
199
-
 
200
 if expr a : '\(a\)' >/dev/null 2>&1 &&
 
201
    test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
202
   as_expr=expr
 
203
@@ -494,19 +513,22 @@
 
204
   rm -f conf$$.dir/conf$$.file
 
205
 else
 
206
   rm -f conf$$.dir
 
207
-  mkdir conf$$.dir
 
208
+  mkdir conf$$.dir 2>/dev/null
 
209
 fi
 
210
-echo >conf$$.file
 
211
-if ln -s conf$$.file conf$$ 2>/dev/null; then
 
212
-  as_ln_s='ln -s'
 
213
-  # ... but there are two gotchas:
 
214
-  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
215
-  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
216
-  # In both cases, we have to default to `cp -p'.
 
217
-  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
218
+if (echo >conf$$.file) 2>/dev/null; then
 
219
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
 
220
+    as_ln_s='ln -s'
 
221
+    # ... but there are two gotchas:
 
222
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
223
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
224
+    # In both cases, we have to default to `cp -p'.
 
225
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
226
+      as_ln_s='cp -p'
 
227
+  elif ln conf$$.file conf$$ 2>/dev/null; then
 
228
+    as_ln_s=ln
 
229
+  else
 
230
     as_ln_s='cp -p'
 
231
-elif ln conf$$.file conf$$ 2>/dev/null; then
 
232
-  as_ln_s=ln
 
233
+  fi
 
234
 else
 
235
   as_ln_s='cp -p'
 
236
 fi
 
237
@@ -531,10 +553,10 @@
 
238
   as_test_x='
 
239
     eval sh -c '\''
 
240
       if test -d "$1"; then
 
241
-        test -d "$1/.";
 
242
+       test -d "$1/.";
 
243
       else
 
244
        case $1 in
 
245
-        -*)set "./$1";;
 
246
+       -*)set "./$1";;
 
247
        esac;
 
248
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
249
        ???[sx]*):;;*)false;;esac;fi
 
250
@@ -769,171 +791,193 @@
 
251
 # include <unistd.h>
 
252
 #endif"
 
253
 
 
254
-ac_subst_vars='SHELL
 
255
-PATH_SEPARATOR
 
256
-PACKAGE_NAME
 
257
-PACKAGE_TARNAME
 
258
-PACKAGE_VERSION
 
259
-PACKAGE_STRING
 
260
-PACKAGE_BUGREPORT
 
261
-exec_prefix
 
262
-prefix
 
263
-program_transform_name
 
264
-bindir
 
265
-sbindir
 
266
-libexecdir
 
267
-datarootdir
 
268
-datadir
 
269
-sysconfdir
 
270
-sharedstatedir
 
271
-localstatedir
 
272
-includedir
 
273
-oldincludedir
 
274
-docdir
 
275
-infodir
 
276
-htmldir
 
277
-dvidir
 
278
-pdfdir
 
279
-psdir
 
280
-libdir
 
281
-localedir
 
282
-mandir
 
283
-DEFS
 
284
-ECHO_C
 
285
-ECHO_N
 
286
-ECHO_T
 
287
-LIBS
 
288
-build_alias
 
289
-host_alias
 
290
-target_alias
 
291
-INSTALL_PROGRAM
 
292
-INSTALL_SCRIPT
 
293
-INSTALL_DATA
 
294
-CYGPATH_W
 
295
-PACKAGE
 
296
-VERSION
 
297
-ACLOCAL
 
298
-AUTOCONF
 
299
-AUTOMAKE
 
300
-AUTOHEADER
 
301
-MAKEINFO
 
302
-install_sh
 
303
-STRIP
 
304
-INSTALL_STRIP_PROGRAM
 
305
-mkdir_p
 
306
-AWK
 
307
-SET_MAKE
 
308
-am__leading_dot
 
309
-AMTAR
 
310
-am__tar
 
311
-am__untar
 
312
-ACLOCAL_AMFLAGS
 
313
-build
 
314
-build_cpu
 
315
-build_vendor
 
316
-build_os
 
317
-host
 
318
-host_cpu
 
319
-host_vendor
 
320
-host_os
 
321
-CC
 
322
-CFLAGS
 
323
-LDFLAGS
 
324
-CPPFLAGS
 
325
-ac_ct_CC
 
326
-EXEEXT
 
327
-OBJEXT
 
328
-DEPDIR
 
329
-am__include
 
330
-am__quote
 
331
-AMDEP_TRUE
 
332
-AMDEP_FALSE
 
333
-AMDEPBACKSLASH
 
334
-CCDEPMODE
 
335
-am__fastdepCC_TRUE
 
336
-am__fastdepCC_FALSE
 
337
-SED
 
338
-GREP
 
339
-EGREP
 
340
-LN_S
 
341
-ECHO
 
342
-AR
 
343
-RANLIB
 
344
-DSYMUTIL
 
345
-NMEDIT
 
346
-CPP
 
347
-CXX
 
348
-CXXFLAGS
 
349
-ac_ct_CXX
 
350
-CXXDEPMODE
 
351
-am__fastdepCXX_TRUE
 
352
-am__fastdepCXX_FALSE
 
353
-CXXCPP
 
354
-F77
 
355
-FFLAGS
 
356
-ac_ct_F77
 
357
-LIBTOOL
 
358
-USE_NLS
 
359
-INTLTOOL_UPDATE
 
360
-INTLTOOL_MERGE
 
361
-INTLTOOL_EXTRACT
 
362
-INTLTOOL_DESKTOP_RULE
 
363
-INTLTOOL_DIRECTORY_RULE
 
364
-INTLTOOL_KEYS_RULE
 
365
-INTLTOOL_PROP_RULE
 
366
-INTLTOOL_OAF_RULE
 
367
-INTLTOOL_PONG_RULE
 
368
-INTLTOOL_SERVER_RULE
 
369
-INTLTOOL_SHEET_RULE
 
370
-INTLTOOL_SOUNDLIST_RULE
 
371
-INTLTOOL_UI_RULE
 
372
-INTLTOOL_XAM_RULE
 
373
-INTLTOOL_KBD_RULE
 
374
-INTLTOOL_XML_RULE
 
375
-INTLTOOL_XML_NOMERGE_RULE
 
376
-INTLTOOL_CAVES_RULE
 
377
-INTLTOOL_SCHEMAS_RULE
 
378
-INTLTOOL_THEME_RULE
 
379
-INTLTOOL_SERVICE_RULE
 
380
-INTLTOOL_POLICY_RULE
 
381
-XGETTEXT
 
382
-MSGMERGE
 
383
-MSGFMT
 
384
-GMSGFMT
 
385
-INTLTOOL_PERL
 
386
-ALL_LINGUAS
 
387
-DATADIRNAME
 
388
-PKG_CONFIG
 
389
-WARN_CFLAGS
 
390
-PROCMAN_CFLAGS
 
391
-PROCMAN_LIBS
 
392
-GCONF_SCHEMA_CONFIG_SOURCE
 
393
-GCONF_SCHEMA_FILE_DIR
 
394
-GCONF_SCHEMAS_INSTALL_TRUE
 
395
-GCONF_SCHEMAS_INSTALL_FALSE
 
396
-GETTEXT_PACKAGE
 
397
-MSGFMT_OPTS
 
398
-CATALOGS
 
399
-CATOBJEXT
 
400
-GMOFILES
 
401
-INSTOBJEXT
 
402
-INTLLIBS
 
403
-PO_IN_DATADIR_TRUE
 
404
-PO_IN_DATADIR_FALSE
 
405
-POFILES
 
406
-POSUB
 
407
-MKINSTALLDIRS
 
408
-HELP_DIR
 
409
-OMF_DIR
 
410
-DOC_USER_FORMATS
 
411
-ENABLE_SK_TRUE
 
412
-ENABLE_SK_FALSE
 
413
-DISTCHECK_CONFIGURE_FLAGS
 
414
-HAVE_GNOME_DOC_UTILS_TRUE
 
415
-HAVE_GNOME_DOC_UTILS_FALSE
 
416
+ac_subst_vars='LTLIBOBJS
 
417
 LIBOBJS
 
418
-LTLIBOBJS'
 
419
+HAVE_GNOME_DOC_UTILS_FALSE
 
420
+HAVE_GNOME_DOC_UTILS_TRUE
 
421
+DISTCHECK_CONFIGURE_FLAGS
 
422
+ENABLE_SK_FALSE
 
423
+ENABLE_SK_TRUE
 
424
+DOC_USER_FORMATS
 
425
+OMF_DIR
 
426
+HELP_DIR
 
427
+MKINSTALLDIRS
 
428
+POSUB
 
429
+POFILES
 
430
+PO_IN_DATADIR_FALSE
 
431
+PO_IN_DATADIR_TRUE
 
432
+INTLLIBS
 
433
+INSTOBJEXT
 
434
+GMOFILES
 
435
+CATOBJEXT
 
436
+CATALOGS
 
437
+MSGFMT_OPTS
 
438
+GETTEXT_PACKAGE
 
439
+GCONF_SCHEMAS_INSTALL_FALSE
 
440
+GCONF_SCHEMAS_INSTALL_TRUE
 
441
+GCONF_SCHEMA_FILE_DIR
 
442
+GCONF_SCHEMA_CONFIG_SOURCE
 
443
+PROCMAN_LIBS
 
444
+PROCMAN_CFLAGS
 
445
+WARN_CFLAGS
 
446
+PKG_CONFIG
 
447
+DATADIRNAME
 
448
+ALL_LINGUAS
 
449
+INTLTOOL_PERL
 
450
+GMSGFMT
 
451
+MSGFMT
 
452
+MSGMERGE
 
453
+XGETTEXT
 
454
+INTLTOOL_POLICY_RULE
 
455
+INTLTOOL_SERVICE_RULE
 
456
+INTLTOOL_THEME_RULE
 
457
+INTLTOOL_SCHEMAS_RULE
 
458
+INTLTOOL_CAVES_RULE
 
459
+INTLTOOL_XML_NOMERGE_RULE
 
460
+INTLTOOL_XML_RULE
 
461
+INTLTOOL_KBD_RULE
 
462
+INTLTOOL_XAM_RULE
 
463
+INTLTOOL_UI_RULE
 
464
+INTLTOOL_SOUNDLIST_RULE
 
465
+INTLTOOL_SHEET_RULE
 
466
+INTLTOOL_SERVER_RULE
 
467
+INTLTOOL_PONG_RULE
 
468
+INTLTOOL_OAF_RULE
 
469
+INTLTOOL_PROP_RULE
 
470
+INTLTOOL_KEYS_RULE
 
471
+INTLTOOL_DIRECTORY_RULE
 
472
+INTLTOOL_DESKTOP_RULE
 
473
+INTLTOOL_EXTRACT
 
474
+INTLTOOL_MERGE
 
475
+INTLTOOL_UPDATE
 
476
+USE_NLS
 
477
+LIBTOOL
 
478
+ac_ct_F77
 
479
+FFLAGS
 
480
+F77
 
481
+CXXCPP
 
482
+am__fastdepCXX_FALSE
 
483
+am__fastdepCXX_TRUE
 
484
+CXXDEPMODE
 
485
+ac_ct_CXX
 
486
+CXXFLAGS
 
487
+CXX
 
488
+CPP
 
489
+NMEDIT
 
490
+DSYMUTIL
 
491
+RANLIB
 
492
+AR
 
493
+ECHO
 
494
+LN_S
 
495
+EGREP
 
496
+GREP
 
497
+SED
 
498
+am__fastdepCC_FALSE
 
499
+am__fastdepCC_TRUE
 
500
+CCDEPMODE
 
501
+AMDEPBACKSLASH
 
502
+AMDEP_FALSE
 
503
+AMDEP_TRUE
 
504
+am__quote
 
505
+am__include
 
506
+DEPDIR
 
507
+OBJEXT
 
508
+EXEEXT
 
509
+ac_ct_CC
 
510
+CPPFLAGS
 
511
+LDFLAGS
 
512
+CFLAGS
 
513
+CC
 
514
+host_os
 
515
+host_vendor
 
516
+host_cpu
 
517
+host
 
518
+build_os
 
519
+build_vendor
 
520
+build_cpu
 
521
+build
 
522
+ACLOCAL_AMFLAGS
 
523
+am__untar
 
524
+am__tar
 
525
+AMTAR
 
526
+am__leading_dot
 
527
+SET_MAKE
 
528
+AWK
 
529
+mkdir_p
 
530
+INSTALL_STRIP_PROGRAM
 
531
+STRIP
 
532
+install_sh
 
533
+MAKEINFO
 
534
+AUTOHEADER
 
535
+AUTOMAKE
 
536
+AUTOCONF
 
537
+ACLOCAL
 
538
+VERSION
 
539
+PACKAGE
 
540
+CYGPATH_W
 
541
+INSTALL_DATA
 
542
+INSTALL_SCRIPT
 
543
+INSTALL_PROGRAM
 
544
+target_alias
 
545
+host_alias
 
546
+build_alias
 
547
+LIBS
 
548
+ECHO_T
 
549
+ECHO_N
 
550
+ECHO_C
 
551
+DEFS
 
552
+mandir
 
553
+localedir
 
554
+libdir
 
555
+psdir
 
556
+pdfdir
 
557
+dvidir
 
558
+htmldir
 
559
+infodir
 
560
+docdir
 
561
+oldincludedir
 
562
+includedir
 
563
+localstatedir
 
564
+sharedstatedir
 
565
+sysconfdir
 
566
+datadir
 
567
+datarootdir
 
568
+libexecdir
 
569
+sbindir
 
570
+bindir
 
571
+program_transform_name
 
572
+prefix
 
573
+exec_prefix
 
574
+PACKAGE_BUGREPORT
 
575
+PACKAGE_STRING
 
576
+PACKAGE_VERSION
 
577
+PACKAGE_TARNAME
 
578
+PACKAGE_NAME
 
579
+PATH_SEPARATOR
 
580
+SHELL'
 
581
 ac_subst_files=''
 
582
+ac_user_opts='
 
583
+enable_option_checking
 
584
+enable_shared
 
585
+enable_static
 
586
+enable_fast_install
 
587
+enable_dependency_tracking
 
588
+with_gnu_ld
 
589
+enable_libtool_lock
 
590
+with_pic
 
591
+with_tags
 
592
+enable_nls
 
593
+enable_compile_warnings
 
594
+enable_iso_c
 
595
+enable_more_warnings
 
596
+with_gconf_source
 
597
+with_gconf_schema_file_dir
 
598
+enable_schemas_install
 
599
+with_help_dir
 
600
+with_omf_dir
 
601
+with_help_formats
 
602
+enable_scrollkeeper
 
603
+'
 
604
       ac_precious_vars='build_alias
 
605
 host_alias
 
606
 target_alias
 
607
@@ -957,6 +1001,8 @@
 
608
 # Initialize some variables set by options.
 
609
 ac_init_help=
 
610
 ac_init_version=false
 
611
+ac_unrecognized_opts=
 
612
+ac_unrecognized_sep=
 
613
 # The variables have the same names as the options, with
 
614
 # dashes changed to underlines.
 
615
 cache_file=/dev/null
 
616
@@ -1055,13 +1101,21 @@
 
617
     datarootdir=$ac_optarg ;;
 
618
 
 
619
   -disable-* | --disable-*)
 
620
-    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 
621
+    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 
622
     # Reject names that are not valid shell variable names.
 
623
-    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
624
-      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 
625
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
626
+      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
 
627
    { (exit 1); exit 1; }; }
 
628
-    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 
629
-    eval enable_$ac_feature=no ;;
 
630
+    ac_useropt_orig=$ac_useropt
 
631
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
632
+    case $ac_user_opts in
 
633
+      *"
 
634
+"enable_$ac_useropt"
 
635
+"*) ;;
 
636
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
 
637
+        ac_unrecognized_sep=', ';;
 
638
+    esac
 
639
+    eval enable_$ac_useropt=no ;;
 
640
 
 
641
   -docdir | --docdir | --docdi | --doc | --do)
 
642
     ac_prev=docdir ;;
 
643
@@ -1074,13 +1128,21 @@
 
644
     dvidir=$ac_optarg ;;
 
645
 
 
646
   -enable-* | --enable-*)
 
647
-    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 
648
+    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 
649
     # Reject names that are not valid shell variable names.
 
650
-    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
651
-      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 
652
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
653
+      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
 
654
    { (exit 1); exit 1; }; }
 
655
-    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 
656
-    eval enable_$ac_feature=\$ac_optarg ;;
 
657
+    ac_useropt_orig=$ac_useropt
 
658
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
659
+    case $ac_user_opts in
 
660
+      *"
 
661
+"enable_$ac_useropt"
 
662
+"*) ;;
 
663
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
 
664
+        ac_unrecognized_sep=', ';;
 
665
+    esac
 
666
+    eval enable_$ac_useropt=\$ac_optarg ;;
 
667
 
 
668
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
 
669
   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
 
670
@@ -1271,22 +1333,38 @@
 
671
     ac_init_version=: ;;
 
672
 
 
673
   -with-* | --with-*)
 
674
-    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 
675
+    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 
676
     # Reject names that are not valid shell variable names.
 
677
-    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
678
-      { echo "$as_me: error: invalid package name: $ac_package" >&2
 
679
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
680
+      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
 
681
    { (exit 1); exit 1; }; }
 
682
-    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 
683
-    eval with_$ac_package=\$ac_optarg ;;
 
684
+    ac_useropt_orig=$ac_useropt
 
685
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
686
+    case $ac_user_opts in
 
687
+      *"
 
688
+"with_$ac_useropt"
 
689
+"*) ;;
 
690
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
 
691
+        ac_unrecognized_sep=', ';;
 
692
+    esac
 
693
+    eval with_$ac_useropt=\$ac_optarg ;;
 
694
 
 
695
   -without-* | --without-*)
 
696
-    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 
697
+    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 
698
     # Reject names that are not valid shell variable names.
 
699
-    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
700
-      { echo "$as_me: error: invalid package name: $ac_package" >&2
 
701
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
702
+      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
 
703
    { (exit 1); exit 1; }; }
 
704
-    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 
705
-    eval with_$ac_package=no ;;
 
706
+    ac_useropt_orig=$ac_useropt
 
707
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
708
+    case $ac_user_opts in
 
709
+      *"
 
710
+"with_$ac_useropt"
 
711
+"*) ;;
 
712
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
 
713
+        ac_unrecognized_sep=', ';;
 
714
+    esac
 
715
+    eval with_$ac_useropt=no ;;
 
716
 
 
717
   --x)
 
718
     # Obsolete; use --with-x.
 
719
@@ -1306,7 +1384,7 @@
 
720
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
 
721
     x_libraries=$ac_optarg ;;
 
722
 
 
723
-  -*) { echo "$as_me: error: unrecognized option: $ac_option
 
724
+  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
 
725
 Try \`$0 --help' for more information." >&2
 
726
    { (exit 1); exit 1; }; }
 
727
     ;;
 
728
@@ -1315,16 +1393,16 @@
 
729
     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
 
730
     # Reject names that are not valid shell variable names.
 
731
     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
 
732
-      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 
733
+      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 
734
    { (exit 1); exit 1; }; }
 
735
     eval $ac_envvar=\$ac_optarg
 
736
     export $ac_envvar ;;
 
737
 
 
738
   *)
 
739
     # FIXME: should be removed in autoconf 3.0.
 
740
-    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
 
741
+    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
 
742
     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
743
-      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
 
744
+      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
 
745
     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
 
746
     ;;
 
747
 
 
748
@@ -1333,22 +1411,38 @@
 
749
 
 
750
 if test -n "$ac_prev"; then
 
751
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
 
752
-  { echo "$as_me: error: missing argument to $ac_option" >&2
 
753
+  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
 
754
    { (exit 1); exit 1; }; }
 
755
 fi
 
756
 
 
757
-# Be sure to have absolute directory names.
 
758
+if test -n "$ac_unrecognized_opts"; then
 
759
+  case $enable_option_checking in
 
760
+    no) ;;
 
761
+    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
 
762
+   { (exit 1); exit 1; }; } ;;
 
763
+    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
 
764
+  esac
 
765
+fi
 
766
+
 
767
+# Check all directory arguments for consistency.
 
768
 for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
 
769
                datadir sysconfdir sharedstatedir localstatedir includedir \
 
770
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
 
771
                libdir localedir mandir
 
772
 do
 
773
   eval ac_val=\$$ac_var
 
774
+  # Remove trailing slashes.
 
775
+  case $ac_val in
 
776
+    */ )
 
777
+      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
 
778
+      eval $ac_var=\$ac_val;;
 
779
+  esac
 
780
+  # Be sure to have absolute directory names.
 
781
   case $ac_val in
 
782
     [\\/$]* | ?:[\\/]* )  continue;;
 
783
     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
 
784
   esac
 
785
-  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
786
+  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
787
    { (exit 1); exit 1; }; }
 
788
 done
 
789
 
 
790
@@ -1363,7 +1457,7 @@
 
791
 if test "x$host_alias" != x; then
 
792
   if test "x$build_alias" = x; then
 
793
     cross_compiling=maybe
 
794
-    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
 
795
+    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
 
796
     If a cross compiler is detected then cross compile mode will be used." >&2
 
797
   elif test "x$build_alias" != "x$host_alias"; then
 
798
     cross_compiling=yes
 
799
@@ -1379,10 +1473,10 @@
 
800
 ac_pwd=`pwd` && test -n "$ac_pwd" &&
 
801
 ac_ls_di=`ls -di .` &&
 
802
 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
 
803
-  { echo "$as_me: error: Working directory cannot be determined" >&2
 
804
+  { $as_echo "$as_me: error: working directory cannot be determined" >&2
 
805
    { (exit 1); exit 1; }; }
 
806
 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
 
807
-  { echo "$as_me: error: pwd does not report name of working directory" >&2
 
808
+  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
 
809
    { (exit 1); exit 1; }; }
 
810
 
 
811
 
 
812
@@ -1390,12 +1484,12 @@
 
813
 if test -z "$srcdir"; then
 
814
   ac_srcdir_defaulted=yes
 
815
   # Try the directory containing this script, then the parent directory.
 
816
-  ac_confdir=`$as_dirname -- "$0" ||
 
817
-$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
818
-        X"$0" : 'X\(//\)[^/]' \| \
 
819
-        X"$0" : 'X\(//\)$' \| \
 
820
-        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
821
-echo X"$0" |
 
822
+  ac_confdir=`$as_dirname -- "$as_myself" ||
 
823
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
824
+        X"$as_myself" : 'X\(//\)[^/]' \| \
 
825
+        X"$as_myself" : 'X\(//\)$' \| \
 
826
+        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
 
827
+$as_echo X"$as_myself" |
 
828
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
829
            s//\1/
 
830
            q
 
831
@@ -1422,12 +1516,12 @@
 
832
 fi
 
833
 if test ! -r "$srcdir/$ac_unique_file"; then
 
834
   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
 
835
-  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 
836
+  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 
837
    { (exit 1); exit 1; }; }
 
838
 fi
 
839
 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 
840
 ac_abs_confdir=`(
 
841
-       cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
 
842
+       cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
 
843
    { (exit 1); exit 1; }; }
 
844
        pwd)`
 
845
 # When building in place, set srcdir=.
 
846
@@ -1476,9 +1570,9 @@
 
847
 
 
848
 Installation directories:
 
849
   --prefix=PREFIX         install architecture-independent files in PREFIX
 
850
-                         [$ac_default_prefix]
 
851
+                          [$ac_default_prefix]
 
852
   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
 
853
-                         [PREFIX]
 
854
+                          [PREFIX]
 
855
 
 
856
 By default, \`make install' will install all the files in
 
857
 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
 
858
@@ -1488,25 +1582,26 @@
 
859
 For better control, use the options below.
 
860
 
 
861
 Fine tuning of the installation directories:
 
862
-  --bindir=DIR           user executables [EPREFIX/bin]
 
863
-  --sbindir=DIR          system admin executables [EPREFIX/sbin]
 
864
-  --libexecdir=DIR       program executables [EPREFIX/libexec]
 
865
-  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
 
866
-  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
 
867
-  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
 
868
-  --libdir=DIR           object code libraries [EPREFIX/lib]
 
869
-  --includedir=DIR       C header files [PREFIX/include]
 
870
-  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
 
871
-  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
 
872
-  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
 
873
-  --infodir=DIR          info documentation [DATAROOTDIR/info]
 
874
-  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
 
875
-  --mandir=DIR           man documentation [DATAROOTDIR/man]
 
876
-  --docdir=DIR           documentation root [DATAROOTDIR/doc/gnome-system-monitor]
 
877
-  --htmldir=DIR          html documentation [DOCDIR]
 
878
-  --dvidir=DIR           dvi documentation [DOCDIR]
 
879
-  --pdfdir=DIR           pdf documentation [DOCDIR]
 
880
-  --psdir=DIR            ps documentation [DOCDIR]
 
881
+  --bindir=DIR            user executables [EPREFIX/bin]
 
882
+  --sbindir=DIR           system admin executables [EPREFIX/sbin]
 
883
+  --libexecdir=DIR        program executables [EPREFIX/libexec]
 
884
+  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
 
885
+  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
 
886
+  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
 
887
+  --libdir=DIR            object code libraries [EPREFIX/lib]
 
888
+  --includedir=DIR        C header files [PREFIX/include]
 
889
+  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
 
890
+  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
 
891
+  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
 
892
+  --infodir=DIR           info documentation [DATAROOTDIR/info]
 
893
+  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
 
894
+  --mandir=DIR            man documentation [DATAROOTDIR/man]
 
895
+  --docdir=DIR            documentation root
 
896
+                          [DATAROOTDIR/doc/gnome-system-monitor]
 
897
+  --htmldir=DIR           html documentation [DOCDIR]
 
898
+  --dvidir=DIR            dvi documentation [DOCDIR]
 
899
+  --pdfdir=DIR            pdf documentation [DOCDIR]
 
900
+  --psdir=DIR             ps documentation [DOCDIR]
 
901
 _ACEOF
 
902
 
 
903
   cat <<\_ACEOF
 
904
@@ -1529,6 +1624,7 @@
 
905
   cat <<\_ACEOF
 
906
 
 
907
 Optional Features:
 
908
+  --disable-option-checking  ignore unrecognized --enable/--with options
 
909
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
 
910
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 
911
   --enable-shared[=PKGS]  build shared libraries [default=yes]
 
912
@@ -1591,15 +1687,17 @@
 
913
 if test "$ac_init_help" = "recursive"; then
 
914
   # If there are subdirs, report their specific --help.
 
915
   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
 
916
-    test -d "$ac_dir" || continue
 
917
+    test -d "$ac_dir" ||
 
918
+      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
 
919
+      continue
 
920
     ac_builddir=.
 
921
 
 
922
 case "$ac_dir" in
 
923
 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
924
 *)
 
925
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
926
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
927
   # A ".." for each directory in $ac_dir_suffix.
 
928
-  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
929
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
930
   case $ac_top_builddir_sub in
 
931
   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
932
   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
933
@@ -1635,7 +1733,7 @@
 
934
       echo &&
 
935
       $SHELL "$ac_srcdir/configure" --help=recursive
 
936
     else
 
937
-      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 
938
+      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 
939
     fi || ac_status=$?
 
940
     cd "$ac_pwd" || { ac_status=$?; break; }
 
941
   done
 
942
@@ -1645,10 +1743,10 @@
 
943
 if $ac_init_version; then
 
944
   cat <<\_ACEOF
 
945
 gnome-system-monitor configure 2.25.91
 
946
-generated by GNU Autoconf 2.61
 
947
+generated by GNU Autoconf 2.63
 
948
 
 
949
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
950
-2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
951
+2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
952
 This configure script is free software; the Free Software Foundation
 
953
 gives unlimited permission to copy, distribute and modify it.
 
954
 _ACEOF
 
955
@@ -1659,7 +1757,7 @@
 
956
 running configure, to aid debugging if configure makes a mistake.
 
957
 
 
958
 It was created by gnome-system-monitor $as_me 2.25.91, which was
 
959
-generated by GNU Autoconf 2.61.  Invocation command line was
 
960
+generated by GNU Autoconf 2.63.  Invocation command line was
 
961
 
 
962
   $ $0 $@
 
963
 
 
964
@@ -1695,7 +1793,7 @@
 
965
 do
 
966
   IFS=$as_save_IFS
 
967
   test -z "$as_dir" && as_dir=.
 
968
-  echo "PATH: $as_dir"
 
969
+  $as_echo "PATH: $as_dir"
 
970
 done
 
971
 IFS=$as_save_IFS
 
972
 
 
973
@@ -1730,7 +1828,7 @@
 
974
     | -silent | --silent | --silen | --sile | --sil)
 
975
       continue ;;
 
976
     *\'*)
 
977
-      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
978
+      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
979
     esac
 
980
     case $ac_pass in
 
981
     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
 
982
@@ -1782,11 +1880,12 @@
 
983
     case $ac_val in #(
 
984
     *${as_nl}*)
 
985
       case $ac_var in #(
 
986
-      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 
987
-echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 
988
+      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
 
989
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
 
990
       esac
 
991
       case $ac_var in #(
 
992
       _ | IFS | as_nl) ;; #(
 
993
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
994
       *) $as_unset $ac_var ;;
 
995
       esac ;;
 
996
     esac
 
997
@@ -1816,9 +1915,9 @@
 
998
     do
 
999
       eval ac_val=\$$ac_var
 
1000
       case $ac_val in
 
1001
-      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
1002
+      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
1003
       esac
 
1004
-      echo "$ac_var='\''$ac_val'\''"
 
1005
+      $as_echo "$ac_var='\''$ac_val'\''"
 
1006
     done | sort
 
1007
     echo
 
1008
 
 
1009
@@ -1833,9 +1932,9 @@
 
1010
       do
 
1011
        eval ac_val=\$$ac_var
 
1012
        case $ac_val in
 
1013
-       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
1014
+       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
1015
        esac
 
1016
-       echo "$ac_var='\''$ac_val'\''"
 
1017
+       $as_echo "$ac_var='\''$ac_val'\''"
 
1018
       done | sort
 
1019
       echo
 
1020
     fi
 
1021
@@ -1851,8 +1950,8 @@
 
1022
       echo
 
1023
     fi
 
1024
     test "$ac_signal" != 0 &&
 
1025
-      echo "$as_me: caught signal $ac_signal"
 
1026
-    echo "$as_me: exit $exit_status"
 
1027
+      $as_echo "$as_me: caught signal $ac_signal"
 
1028
+    $as_echo "$as_me: exit $exit_status"
 
1029
   } >&5
 
1030
   rm -f core *.core core.conftest.* &&
 
1031
     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
 
1032
@@ -1894,21 +1993,24 @@
 
1033
 
 
1034
 
 
1035
 # Let the site file select an alternate cache file if it wants to.
 
1036
-# Prefer explicitly selected file to automatically selected ones.
 
1037
+# Prefer an explicitly selected file to automatically selected ones.
 
1038
+ac_site_file1=NONE
 
1039
+ac_site_file2=NONE
 
1040
 if test -n "$CONFIG_SITE"; then
 
1041
-  set x "$CONFIG_SITE"
 
1042
+  ac_site_file1=$CONFIG_SITE
 
1043
 elif test "x$prefix" != xNONE; then
 
1044
-  set x "$prefix/share/config.site" "$prefix/etc/config.site"
 
1045
+  ac_site_file1=$prefix/share/config.site
 
1046
+  ac_site_file2=$prefix/etc/config.site
 
1047
 else
 
1048
-  set x "$ac_default_prefix/share/config.site" \
 
1049
-       "$ac_default_prefix/etc/config.site"
 
1050
+  ac_site_file1=$ac_default_prefix/share/config.site
 
1051
+  ac_site_file2=$ac_default_prefix/etc/config.site
 
1052
 fi
 
1053
-shift
 
1054
-for ac_site_file
 
1055
+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
 
1056
 do
 
1057
+  test "x$ac_site_file" = xNONE && continue
 
1058
   if test -r "$ac_site_file"; then
 
1059
-    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 
1060
-echo "$as_me: loading site script $ac_site_file" >&6;}
 
1061
+    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 
1062
+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
 
1063
     sed 's/^/| /' "$ac_site_file" >&5
 
1064
     . "$ac_site_file"
 
1065
   fi
 
1066
@@ -1918,16 +2020,16 @@
 
1067
   # Some versions of bash will fail to source /dev/null (special
 
1068
   # files actually), so we avoid doing that.
 
1069
   if test -f "$cache_file"; then
 
1070
-    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
 
1071
-echo "$as_me: loading cache $cache_file" >&6;}
 
1072
+    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
 
1073
+$as_echo "$as_me: loading cache $cache_file" >&6;}
 
1074
     case $cache_file in
 
1075
       [\\/]* | ?:[\\/]* ) . "$cache_file";;
 
1076
       *)                      . "./$cache_file";;
 
1077
     esac
 
1078
   fi
 
1079
 else
 
1080
-  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
 
1081
-echo "$as_me: creating cache $cache_file" >&6;}
 
1082
+  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
 
1083
+$as_echo "$as_me: creating cache $cache_file" >&6;}
 
1084
   >$cache_file
 
1085
 fi
 
1086
 
 
1087
@@ -1941,29 +2043,38 @@
 
1088
   eval ac_new_val=\$ac_env_${ac_var}_value
 
1089
   case $ac_old_set,$ac_new_set in
 
1090
     set,)
 
1091
-      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
1092
-echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 
1093
+      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
1094
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 
1095
       ac_cache_corrupted=: ;;
 
1096
     ,set)
 
1097
-      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
 
1098
-echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 
1099
+      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
 
1100
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 
1101
       ac_cache_corrupted=: ;;
 
1102
     ,);;
 
1103
     *)
 
1104
       if test "x$ac_old_val" != "x$ac_new_val"; then
 
1105
-       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 
1106
-echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 
1107
-       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
 
1108
-echo "$as_me:   former value:  $ac_old_val" >&2;}
 
1109
-       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
 
1110
-echo "$as_me:   current value: $ac_new_val" >&2;}
 
1111
-       ac_cache_corrupted=:
 
1112
+       # differences in whitespace do not lead to failure.
 
1113
+       ac_old_val_w=`echo x $ac_old_val`
 
1114
+       ac_new_val_w=`echo x $ac_new_val`
 
1115
+       if test "$ac_old_val_w" != "$ac_new_val_w"; then
 
1116
+         { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 
1117
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 
1118
+         ac_cache_corrupted=:
 
1119
+       else
 
1120
+         { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
 
1121
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
 
1122
+         eval $ac_var=\$ac_old_val
 
1123
+       fi
 
1124
+       { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
 
1125
+$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
 
1126
+       { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
 
1127
+$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
 
1128
       fi;;
 
1129
   esac
 
1130
   # Pass precious variables to config.status.
 
1131
   if test "$ac_new_set" = set; then
 
1132
     case $ac_new_val in
 
1133
-    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 
1134
+    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 
1135
     *) ac_arg=$ac_var=$ac_new_val ;;
 
1136
     esac
 
1137
     case " $ac_configure_args " in
 
1138
@@ -1973,10 +2084,12 @@
 
1139
   fi
 
1140
 done
 
1141
 if $ac_cache_corrupted; then
 
1142
-  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
 
1143
-echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 
1144
-  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
 
1145
-echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
 
1146
+  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
1147
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
1148
+  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
 
1149
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 
1150
+  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
 
1151
+$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
 
1152
    { (exit 1); exit 1; }; }
 
1153
 fi
 
1154
 
 
1155
@@ -2033,8 +2146,8 @@
 
1156
   fi
 
1157
 done
 
1158
 if test -z "$ac_aux_dir"; then
 
1159
-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
 
1160
-echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
 
1161
+  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
 
1162
+$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
 
1163
    { (exit 1); exit 1; }; }
 
1164
 fi
 
1165
 
 
1166
@@ -2060,11 +2173,12 @@
 
1167
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 
1168
 # OS/2's system install, which has a completely different semantic
 
1169
 # ./install, which can be erroneously created by make from ./install.sh.
 
1170
-{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
1171
-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 
1172
+# Reject install programs that cannot install multiple files.
 
1173
+{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
1174
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
 
1175
 if test -z "$INSTALL"; then
 
1176
 if test "${ac_cv_path_install+set}" = set; then
 
1177
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1178
+  $as_echo_n "(cached) " >&6
 
1179
 else
 
1180
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1181
 for as_dir in $PATH
 
1182
@@ -2093,17 +2207,29 @@
 
1183
            # program-specific install script used by HP pwplus--don't use.
 
1184
            :
 
1185
          else
 
1186
-           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
1187
-           break 3
 
1188
+           rm -rf conftest.one conftest.two conftest.dir
 
1189
+           echo one > conftest.one
 
1190
+           echo two > conftest.two
 
1191
+           mkdir conftest.dir
 
1192
+           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
 
1193
+             test -s conftest.one && test -s conftest.two &&
 
1194
+             test -s conftest.dir/conftest.one &&
 
1195
+             test -s conftest.dir/conftest.two
 
1196
+           then
 
1197
+             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
1198
+             break 3
 
1199
+           fi
 
1200
          fi
 
1201
        fi
 
1202
       done
 
1203
     done
 
1204
     ;;
 
1205
 esac
 
1206
+
 
1207
 done
 
1208
 IFS=$as_save_IFS
 
1209
 
 
1210
+rm -rf conftest.one conftest.two conftest.dir
 
1211
 
 
1212
 fi
 
1213
   if test "${ac_cv_path_install+set}" = set; then
 
1214
@@ -2116,8 +2242,8 @@
 
1215
     INSTALL=$ac_install_sh
 
1216
   fi
 
1217
 fi
 
1218
-{ echo "$as_me:$LINENO: result: $INSTALL" >&5
 
1219
-echo "${ECHO_T}$INSTALL" >&6; }
 
1220
+{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
 
1221
+$as_echo "$INSTALL" >&6; }
 
1222
 
 
1223
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 
1224
 # It thinks the first close brace ends the variable substitution.
 
1225
@@ -2127,8 +2253,8 @@
 
1226
 
 
1227
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
1228
 
 
1229
-{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 
1230
-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
 
1231
+{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 
1232
+$as_echo_n "checking whether build environment is sane... " >&6; }
 
1233
 # Just in case
 
1234
 sleep 1
 
1235
 echo timestamp > conftest.file
 
1236
@@ -2151,9 +2277,9 @@
 
1237
       # if, for instance, CONFIG_SHELL is bash and it inherits a
 
1238
       # broken ls alias from the environment.  This has actually
 
1239
       # happened.  Such a system could not be considered "sane".
 
1240
-      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
 
1241
+      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
 
1242
 alias in your environment" >&5
 
1243
-echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
 
1244
+$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
 
1245
 alias in your environment" >&2;}
 
1246
    { (exit 1); exit 1; }; }
 
1247
    fi
 
1248
@@ -2164,26 +2290,23 @@
 
1249
    # Ok.
 
1250
    :
 
1251
 else
 
1252
-   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
 
1253
+   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
 
1254
 Check your system clock" >&5
 
1255
-echo "$as_me: error: newly created file is older than distributed files!
 
1256
+$as_echo "$as_me: error: newly created file is older than distributed files!
 
1257
 Check your system clock" >&2;}
 
1258
    { (exit 1); exit 1; }; }
 
1259
 fi
 
1260
-{ echo "$as_me:$LINENO: result: yes" >&5
 
1261
-echo "${ECHO_T}yes" >&6; }
 
1262
+{ $as_echo "$as_me:$LINENO: result: yes" >&5
 
1263
+$as_echo "yes" >&6; }
 
1264
 test "$program_prefix" != NONE &&
 
1265
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
 
1266
 # Use a double $ so make ignores it.
 
1267
 test "$program_suffix" != NONE &&
 
1268
   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
 
1269
-# Double any \ or $.  echo might interpret backslashes.
 
1270
+# Double any \ or $.
 
1271
 # By default was `s,x,x', remove it if useless.
 
1272
-cat <<\_ACEOF >conftest.sed
 
1273
-s/[\\$]/&&/g;s/;s,x,x,$//
 
1274
-_ACEOF
 
1275
-program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
 
1276
-rm -f conftest.sed
 
1277
+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
 
1278
+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
 
1279
 
 
1280
 # expand $ac_aux_dir to an absolute path
 
1281
 am_aux_dir=`cd $ac_aux_dir && pwd`
 
1282
@@ -2194,8 +2317,8 @@
 
1283
   am_missing_run="$MISSING --run "
 
1284
 else
 
1285
   am_missing_run=
 
1286
-  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
 
1287
-echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 
1288
+  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
 
1289
+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 
1290
 fi
 
1291
 
 
1292
 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
 
1293
@@ -2235,10 +2358,10 @@
 
1294
 do
 
1295
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
1296
 set dummy $ac_prog; ac_word=$2
 
1297
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1298
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1299
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1300
+$as_echo_n "checking for $ac_word... " >&6; }
 
1301
 if test "${ac_cv_prog_AWK+set}" = set; then
 
1302
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1303
+  $as_echo_n "(cached) " >&6
 
1304
 else
 
1305
   if test -n "$AWK"; then
 
1306
   ac_cv_prog_AWK="$AWK" # Let the user override the test.
 
1307
@@ -2251,7 +2374,7 @@
 
1308
   for ac_exec_ext in '' $ac_executable_extensions; do
 
1309
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1310
     ac_cv_prog_AWK="$ac_prog"
 
1311
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1312
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1313
     break 2
 
1314
   fi
 
1315
 done
 
1316
@@ -2262,22 +2385,23 @@
 
1317
 fi
 
1318
 AWK=$ac_cv_prog_AWK
 
1319
 if test -n "$AWK"; then
 
1320
-  { echo "$as_me:$LINENO: result: $AWK" >&5
 
1321
-echo "${ECHO_T}$AWK" >&6; }
 
1322
+  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
 
1323
+$as_echo "$AWK" >&6; }
 
1324
 else
 
1325
-  { echo "$as_me:$LINENO: result: no" >&5
 
1326
-echo "${ECHO_T}no" >&6; }
 
1327
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1328
+$as_echo "no" >&6; }
 
1329
 fi
 
1330
 
 
1331
 
 
1332
   test -n "$AWK" && break
 
1333
 done
 
1334
 
 
1335
-{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
1336
-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
 
1337
-set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 
1338
+{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
1339
+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
 
1340
+set x ${MAKE-make}
 
1341
+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 
1342
 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
 
1343
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1344
+  $as_echo_n "(cached) " >&6
 
1345
 else
 
1346
   cat >conftest.make <<\_ACEOF
 
1347
 SHELL = /bin/sh
 
1348
@@ -2294,12 +2418,12 @@
 
1349
 rm -f conftest.make
 
1350
 fi
 
1351
 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
 
1352
-  { echo "$as_me:$LINENO: result: yes" >&5
 
1353
-echo "${ECHO_T}yes" >&6; }
 
1354
+  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
1355
+$as_echo "yes" >&6; }
 
1356
   SET_MAKE=
 
1357
 else
 
1358
-  { echo "$as_me:$LINENO: result: no" >&5
 
1359
-echo "${ECHO_T}no" >&6; }
 
1360
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1361
+$as_echo "no" >&6; }
 
1362
   SET_MAKE="MAKE=${MAKE-make}"
 
1363
 fi
 
1364
 
 
1365
@@ -2315,8 +2439,8 @@
 
1366
 # test to see if srcdir already configured
 
1367
 if test "`cd $srcdir && pwd`" != "`pwd`" &&
 
1368
    test -f $srcdir/config.status; then
 
1369
-  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
1370
-echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
 
1371
+  { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
1372
+$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
 
1373
    { (exit 1); exit 1; }; }
 
1374
 fi
 
1375
 
 
1376
@@ -2370,10 +2494,10 @@
 
1377
   if test -n "$ac_tool_prefix"; then
 
1378
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
1379
 set dummy ${ac_tool_prefix}strip; ac_word=$2
 
1380
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1381
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1382
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1383
+$as_echo_n "checking for $ac_word... " >&6; }
 
1384
 if test "${ac_cv_prog_STRIP+set}" = set; then
 
1385
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1386
+  $as_echo_n "(cached) " >&6
 
1387
 else
 
1388
   if test -n "$STRIP"; then
 
1389
   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 
1390
@@ -2386,7 +2510,7 @@
 
1391
   for ac_exec_ext in '' $ac_executable_extensions; do
 
1392
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1393
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
1394
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1395
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1396
     break 2
 
1397
   fi
 
1398
 done
 
1399
@@ -2397,11 +2521,11 @@
 
1400
 fi
 
1401
 STRIP=$ac_cv_prog_STRIP
 
1402
 if test -n "$STRIP"; then
 
1403
-  { echo "$as_me:$LINENO: result: $STRIP" >&5
 
1404
-echo "${ECHO_T}$STRIP" >&6; }
 
1405
+  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
 
1406
+$as_echo "$STRIP" >&6; }
 
1407
 else
 
1408
-  { echo "$as_me:$LINENO: result: no" >&5
 
1409
-echo "${ECHO_T}no" >&6; }
 
1410
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1411
+$as_echo "no" >&6; }
 
1412
 fi
 
1413
 
 
1414
 
 
1415
@@ -2410,10 +2534,10 @@
 
1416
   ac_ct_STRIP=$STRIP
 
1417
   # Extract the first word of "strip", so it can be a program name with args.
 
1418
 set dummy strip; ac_word=$2
 
1419
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1420
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1421
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1422
+$as_echo_n "checking for $ac_word... " >&6; }
 
1423
 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 
1424
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1425
+  $as_echo_n "(cached) " >&6
 
1426
 else
 
1427
   if test -n "$ac_ct_STRIP"; then
 
1428
   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 
1429
@@ -2426,7 +2550,7 @@
 
1430
   for ac_exec_ext in '' $ac_executable_extensions; do
 
1431
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1432
     ac_cv_prog_ac_ct_STRIP="strip"
 
1433
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1434
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1435
     break 2
 
1436
   fi
 
1437
 done
 
1438
@@ -2437,11 +2561,11 @@
 
1439
 fi
 
1440
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
1441
 if test -n "$ac_ct_STRIP"; then
 
1442
-  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
1443
-echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 
1444
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
1445
+$as_echo "$ac_ct_STRIP" >&6; }
 
1446
 else
 
1447
-  { echo "$as_me:$LINENO: result: no" >&5
 
1448
-echo "${ECHO_T}no" >&6; }
 
1449
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1450
+$as_echo "no" >&6; }
 
1451
 fi
 
1452
 
 
1453
   if test "x$ac_ct_STRIP" = x; then
 
1454
@@ -2449,12 +2573,8 @@
 
1455
   else
 
1456
     case $cross_compiling:$ac_tool_warned in
 
1457
 yes:)
 
1458
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
1459
-whose name does not start with the host triplet.  If you think this
 
1460
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
1461
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
1462
-whose name does not start with the host triplet.  If you think this
 
1463
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
1464
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
1465
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
1466
 ac_tool_warned=yes ;;
 
1467
 esac
 
1468
     STRIP=$ac_ct_STRIP
 
1469
@@ -2555,34 +2675,34 @@
 
1470
 
 
1471
 # Make sure we can run config.sub.
 
1472
 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
 
1473
-  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
 
1474
-echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
 
1475
+  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
 
1476
+$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
 
1477
    { (exit 1); exit 1; }; }
 
1478
 
 
1479
-{ echo "$as_me:$LINENO: checking build system type" >&5
 
1480
-echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
 
1481
+{ $as_echo "$as_me:$LINENO: checking build system type" >&5
 
1482
+$as_echo_n "checking build system type... " >&6; }
 
1483
 if test "${ac_cv_build+set}" = set; then
 
1484
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1485
+  $as_echo_n "(cached) " >&6
 
1486
 else
 
1487
   ac_build_alias=$build_alias
 
1488
 test "x$ac_build_alias" = x &&
 
1489
   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 
1490
 test "x$ac_build_alias" = x &&
 
1491
-  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
 
1492
-echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
 
1493
+  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
 
1494
+$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
 
1495
    { (exit 1); exit 1; }; }
 
1496
 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
 
1497
-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
 
1498
-echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
 
1499
+  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
 
1500
+$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
 
1501
    { (exit 1); exit 1; }; }
 
1502
 
 
1503
 fi
 
1504
-{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 
1505
-echo "${ECHO_T}$ac_cv_build" >&6; }
 
1506
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 
1507
+$as_echo "$ac_cv_build" >&6; }
 
1508
 case $ac_cv_build in
 
1509
 *-*-*) ;;
 
1510
-*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
 
1511
-echo "$as_me: error: invalid value of canonical build" >&2;}
 
1512
+*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
 
1513
+$as_echo "$as_me: error: invalid value of canonical build" >&2;}
 
1514
    { (exit 1); exit 1; }; };;
 
1515
 esac
 
1516
 build=$ac_cv_build
 
1517
@@ -2599,27 +2719,27 @@
 
1518
 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
 
1519
 
 
1520
 
 
1521
-{ echo "$as_me:$LINENO: checking host system type" >&5
 
1522
-echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
 
1523
+{ $as_echo "$as_me:$LINENO: checking host system type" >&5
 
1524
+$as_echo_n "checking host system type... " >&6; }
 
1525
 if test "${ac_cv_host+set}" = set; then
 
1526
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1527
+  $as_echo_n "(cached) " >&6
 
1528
 else
 
1529
   if test "x$host_alias" = x; then
 
1530
   ac_cv_host=$ac_cv_build
 
1531
 else
 
1532
   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
 
1533
-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
 
1534
-echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
 
1535
+    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
 
1536
+$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
 
1537
    { (exit 1); exit 1; }; }
 
1538
 fi
 
1539
 
 
1540
 fi
 
1541
-{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 
1542
-echo "${ECHO_T}$ac_cv_host" >&6; }
 
1543
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 
1544
+$as_echo "$ac_cv_host" >&6; }
 
1545
 case $ac_cv_host in
 
1546
 *-*-*) ;;
 
1547
-*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
 
1548
-echo "$as_me: error: invalid value of canonical host" >&2;}
 
1549
+*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
 
1550
+$as_echo "$as_me: error: invalid value of canonical host" >&2;}
 
1551
    { (exit 1); exit 1; }; };;
 
1552
 esac
 
1553
 host=$ac_cv_host
 
1554
@@ -2648,8 +2768,8 @@
 
1555
 .PHONY: am__doit
 
1556
 END
 
1557
 # If we don't find an include directive, just comment out the code.
 
1558
-{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
 
1559
-echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
 
1560
+{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
 
1561
+$as_echo_n "checking for style of include used by $am_make... " >&6; }
 
1562
 am__include="#"
 
1563
 am__quote=
 
1564
 _am_result=none
 
1565
@@ -2676,8 +2796,8 @@
 
1566
 fi
 
1567
 
 
1568
 
 
1569
-{ echo "$as_me:$LINENO: result: $_am_result" >&5
 
1570
-echo "${ECHO_T}$_am_result" >&6; }
 
1571
+{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
 
1572
+$as_echo "$_am_result" >&6; }
 
1573
 rm -f confinc confmf
 
1574
 
 
1575
 # Check whether --enable-dependency-tracking was given.
 
1576
@@ -2709,10 +2829,10 @@
 
1577
 if test -n "$ac_tool_prefix"; then
 
1578
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 
1579
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
 
1580
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1581
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1582
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1583
+$as_echo_n "checking for $ac_word... " >&6; }
 
1584
 if test "${ac_cv_prog_CC+set}" = set; then
 
1585
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1586
+  $as_echo_n "(cached) " >&6
 
1587
 else
 
1588
   if test -n "$CC"; then
 
1589
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
1590
@@ -2725,7 +2845,7 @@
 
1591
   for ac_exec_ext in '' $ac_executable_extensions; do
 
1592
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1593
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
 
1594
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1595
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1596
     break 2
 
1597
   fi
 
1598
 done
 
1599
@@ -2736,11 +2856,11 @@
 
1600
 fi
 
1601
 CC=$ac_cv_prog_CC
 
1602
 if test -n "$CC"; then
 
1603
-  { echo "$as_me:$LINENO: result: $CC" >&5
 
1604
-echo "${ECHO_T}$CC" >&6; }
 
1605
+  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
1606
+$as_echo "$CC" >&6; }
 
1607
 else
 
1608
-  { echo "$as_me:$LINENO: result: no" >&5
 
1609
-echo "${ECHO_T}no" >&6; }
 
1610
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1611
+$as_echo "no" >&6; }
 
1612
 fi
 
1613
 
 
1614
 
 
1615
@@ -2749,10 +2869,10 @@
 
1616
   ac_ct_CC=$CC
 
1617
   # Extract the first word of "gcc", so it can be a program name with args.
 
1618
 set dummy gcc; ac_word=$2
 
1619
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1620
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1621
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1622
+$as_echo_n "checking for $ac_word... " >&6; }
 
1623
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
1624
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1625
+  $as_echo_n "(cached) " >&6
 
1626
 else
 
1627
   if test -n "$ac_ct_CC"; then
 
1628
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
1629
@@ -2765,7 +2885,7 @@
 
1630
   for ac_exec_ext in '' $ac_executable_extensions; do
 
1631
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1632
     ac_cv_prog_ac_ct_CC="gcc"
 
1633
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1634
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1635
     break 2
 
1636
   fi
 
1637
 done
 
1638
@@ -2776,11 +2896,11 @@
 
1639
 fi
 
1640
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
1641
 if test -n "$ac_ct_CC"; then
 
1642
-  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
1643
-echo "${ECHO_T}$ac_ct_CC" >&6; }
 
1644
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
1645
+$as_echo "$ac_ct_CC" >&6; }
 
1646
 else
 
1647
-  { echo "$as_me:$LINENO: result: no" >&5
 
1648
-echo "${ECHO_T}no" >&6; }
 
1649
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1650
+$as_echo "no" >&6; }
 
1651
 fi
 
1652
 
 
1653
   if test "x$ac_ct_CC" = x; then
 
1654
@@ -2788,12 +2908,8 @@
 
1655
   else
 
1656
     case $cross_compiling:$ac_tool_warned in
 
1657
 yes:)
 
1658
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
1659
-whose name does not start with the host triplet.  If you think this
 
1660
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
1661
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
1662
-whose name does not start with the host triplet.  If you think this
 
1663
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
1664
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
1665
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
1666
 ac_tool_warned=yes ;;
 
1667
 esac
 
1668
     CC=$ac_ct_CC
 
1669
@@ -2806,10 +2922,10 @@
 
1670
           if test -n "$ac_tool_prefix"; then
 
1671
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 
1672
 set dummy ${ac_tool_prefix}cc; ac_word=$2
 
1673
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1674
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1675
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1676
+$as_echo_n "checking for $ac_word... " >&6; }
 
1677
 if test "${ac_cv_prog_CC+set}" = set; then
 
1678
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1679
+  $as_echo_n "(cached) " >&6
 
1680
 else
 
1681
   if test -n "$CC"; then
 
1682
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
1683
@@ -2822,7 +2938,7 @@
 
1684
   for ac_exec_ext in '' $ac_executable_extensions; do
 
1685
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1686
     ac_cv_prog_CC="${ac_tool_prefix}cc"
 
1687
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1688
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1689
     break 2
 
1690
   fi
 
1691
 done
 
1692
@@ -2833,11 +2949,11 @@
 
1693
 fi
 
1694
 CC=$ac_cv_prog_CC
 
1695
 if test -n "$CC"; then
 
1696
-  { echo "$as_me:$LINENO: result: $CC" >&5
 
1697
-echo "${ECHO_T}$CC" >&6; }
 
1698
+  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
1699
+$as_echo "$CC" >&6; }
 
1700
 else
 
1701
-  { echo "$as_me:$LINENO: result: no" >&5
 
1702
-echo "${ECHO_T}no" >&6; }
 
1703
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1704
+$as_echo "no" >&6; }
 
1705
 fi
 
1706
 
 
1707
 
 
1708
@@ -2846,10 +2962,10 @@
 
1709
 if test -z "$CC"; then
 
1710
   # Extract the first word of "cc", so it can be a program name with args.
 
1711
 set dummy cc; ac_word=$2
 
1712
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1713
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1714
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1715
+$as_echo_n "checking for $ac_word... " >&6; }
 
1716
 if test "${ac_cv_prog_CC+set}" = set; then
 
1717
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1718
+  $as_echo_n "(cached) " >&6
 
1719
 else
 
1720
   if test -n "$CC"; then
 
1721
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
1722
@@ -2867,7 +2983,7 @@
 
1723
        continue
 
1724
      fi
 
1725
     ac_cv_prog_CC="cc"
 
1726
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1727
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1728
     break 2
 
1729
   fi
 
1730
 done
 
1731
@@ -2890,11 +3006,11 @@
 
1732
 fi
 
1733
 CC=$ac_cv_prog_CC
 
1734
 if test -n "$CC"; then
 
1735
-  { echo "$as_me:$LINENO: result: $CC" >&5
 
1736
-echo "${ECHO_T}$CC" >&6; }
 
1737
+  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
1738
+$as_echo "$CC" >&6; }
 
1739
 else
 
1740
-  { echo "$as_me:$LINENO: result: no" >&5
 
1741
-echo "${ECHO_T}no" >&6; }
 
1742
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1743
+$as_echo "no" >&6; }
 
1744
 fi
 
1745
 
 
1746
 
 
1747
@@ -2905,10 +3021,10 @@
 
1748
   do
 
1749
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
1750
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
1751
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1752
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1753
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1754
+$as_echo_n "checking for $ac_word... " >&6; }
 
1755
 if test "${ac_cv_prog_CC+set}" = set; then
 
1756
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1757
+  $as_echo_n "(cached) " >&6
 
1758
 else
 
1759
   if test -n "$CC"; then
 
1760
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
1761
@@ -2921,7 +3037,7 @@
 
1762
   for ac_exec_ext in '' $ac_executable_extensions; do
 
1763
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1764
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 
1765
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1766
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1767
     break 2
 
1768
   fi
 
1769
 done
 
1770
@@ -2932,11 +3048,11 @@
 
1771
 fi
 
1772
 CC=$ac_cv_prog_CC
 
1773
 if test -n "$CC"; then
 
1774
-  { echo "$as_me:$LINENO: result: $CC" >&5
 
1775
-echo "${ECHO_T}$CC" >&6; }
 
1776
+  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
1777
+$as_echo "$CC" >&6; }
 
1778
 else
 
1779
-  { echo "$as_me:$LINENO: result: no" >&5
 
1780
-echo "${ECHO_T}no" >&6; }
 
1781
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1782
+$as_echo "no" >&6; }
 
1783
 fi
 
1784
 
 
1785
 
 
1786
@@ -2949,10 +3065,10 @@
 
1787
 do
 
1788
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
1789
 set dummy $ac_prog; ac_word=$2
 
1790
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1791
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
1792
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1793
+$as_echo_n "checking for $ac_word... " >&6; }
 
1794
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
1795
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1796
+  $as_echo_n "(cached) " >&6
 
1797
 else
 
1798
   if test -n "$ac_ct_CC"; then
 
1799
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
1800
@@ -2965,7 +3081,7 @@
 
1801
   for ac_exec_ext in '' $ac_executable_extensions; do
 
1802
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1803
     ac_cv_prog_ac_ct_CC="$ac_prog"
 
1804
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1805
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1806
     break 2
 
1807
   fi
 
1808
 done
 
1809
@@ -2976,11 +3092,11 @@
 
1810
 fi
 
1811
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
1812
 if test -n "$ac_ct_CC"; then
 
1813
-  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
1814
-echo "${ECHO_T}$ac_ct_CC" >&6; }
 
1815
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
1816
+$as_echo "$ac_ct_CC" >&6; }
 
1817
 else
 
1818
-  { echo "$as_me:$LINENO: result: no" >&5
 
1819
-echo "${ECHO_T}no" >&6; }
 
1820
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
1821
+$as_echo "no" >&6; }
 
1822
 fi
 
1823
 
 
1824
 
 
1825
@@ -2992,12 +3108,8 @@
 
1826
   else
 
1827
     case $cross_compiling:$ac_tool_warned in
 
1828
 yes:)
 
1829
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
1830
-whose name does not start with the host triplet.  If you think this
 
1831
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
1832
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
1833
-whose name does not start with the host triplet.  If you think this
 
1834
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
1835
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
1836
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
1837
 ac_tool_warned=yes ;;
 
1838
 esac
 
1839
     CC=$ac_ct_CC
 
1840
@@ -3007,44 +3119,50 @@
 
1841
 fi
 
1842
 
 
1843
 
 
1844
-test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
1845
+test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
1846
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
1847
+{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
1848
 See \`config.log' for more details." >&5
 
1849
-echo "$as_me: error: no acceptable C compiler found in \$PATH
 
1850
+$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
 
1851
 See \`config.log' for more details." >&2;}
 
1852
-   { (exit 1); exit 1; }; }
 
1853
+   { (exit 1); exit 1; }; }; }
 
1854
 
 
1855
 # Provide some information about the compiler.
 
1856
-echo "$as_me:$LINENO: checking for C compiler version" >&5
 
1857
-ac_compiler=`set X $ac_compile; echo $2`
 
1858
+$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
 
1859
+set X $ac_compile
 
1860
+ac_compiler=$2
 
1861
 { (ac_try="$ac_compiler --version >&5"
 
1862
 case "(($ac_try" in
 
1863
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1864
   *) ac_try_echo=$ac_try;;
 
1865
 esac
 
1866
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1867
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
1868
+$as_echo "$ac_try_echo") >&5
 
1869
   (eval "$ac_compiler --version >&5") 2>&5
 
1870
   ac_status=$?
 
1871
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1872
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1873
   (exit $ac_status); }
 
1874
 { (ac_try="$ac_compiler -v >&5"
 
1875
 case "(($ac_try" in
 
1876
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1877
   *) ac_try_echo=$ac_try;;
 
1878
 esac
 
1879
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1880
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
1881
+$as_echo "$ac_try_echo") >&5
 
1882
   (eval "$ac_compiler -v >&5") 2>&5
 
1883
   ac_status=$?
 
1884
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1885
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1886
   (exit $ac_status); }
 
1887
 { (ac_try="$ac_compiler -V >&5"
 
1888
 case "(($ac_try" in
 
1889
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1890
   *) ac_try_echo=$ac_try;;
 
1891
 esac
 
1892
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1893
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
1894
+$as_echo "$ac_try_echo") >&5
 
1895
   (eval "$ac_compiler -V >&5") 2>&5
 
1896
   ac_status=$?
 
1897
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1898
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1899
   (exit $ac_status); }
 
1900
 
 
1901
 cat >conftest.$ac_ext <<_ACEOF
 
1902
@@ -3063,27 +3181,22 @@
 
1903
 }
 
1904
 _ACEOF
 
1905
 ac_clean_files_save=$ac_clean_files
 
1906
-ac_clean_files="$ac_clean_files a.out a.exe b.out"
 
1907
+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
 
1908
 # Try to create an executable without -o first, disregard a.out.
 
1909
 # It will help us diagnose broken compilers, and finding out an intuition
 
1910
 # of exeext.
 
1911
-{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 
1912
-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
 
1913
-ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 
1914
-#
 
1915
-# List of possible output files, starting from the most likely.
 
1916
-# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
 
1917
-# only as a last resort.  b.out is created by i960 compilers.
 
1918
-ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
 
1919
-#
 
1920
-# The IRIX 6 linker writes into existing files which may not be
 
1921
-# executable, retaining their permissions.  Remove them first so a
 
1922
-# subsequent execution test works.
 
1923
+{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 
1924
+$as_echo_n "checking for C compiler default output file name... " >&6; }
 
1925
+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 
1926
+
 
1927
+# The possible output files:
 
1928
+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
 
1929
+
 
1930
 ac_rmfiles=
 
1931
 for ac_file in $ac_files
 
1932
 do
 
1933
   case $ac_file in
 
1934
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
 
1935
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
 
1936
     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
 
1937
   esac
 
1938
 done
 
1939
@@ -3094,10 +3207,11 @@
 
1940
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1941
   *) ac_try_echo=$ac_try;;
 
1942
 esac
 
1943
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1944
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
1945
+$as_echo "$ac_try_echo") >&5
 
1946
   (eval "$ac_link_default") 2>&5
 
1947
   ac_status=$?
 
1948
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1949
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1950
   (exit $ac_status); }; then
 
1951
   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
 
1952
 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
 
1953
@@ -3108,7 +3222,7 @@
 
1954
 do
 
1955
   test -f "$ac_file" || continue
 
1956
   case $ac_file in
 
1957
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
 
1958
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
 
1959
        ;;
 
1960
     [ab].out )
 
1961
        # We found the default executable, but exeext='' is most
 
1962
@@ -3135,25 +3249,27 @@
 
1963
   ac_file=''
 
1964
 fi
 
1965
 
 
1966
-{ echo "$as_me:$LINENO: result: $ac_file" >&5
 
1967
-echo "${ECHO_T}$ac_file" >&6; }
 
1968
+{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
 
1969
+$as_echo "$ac_file" >&6; }
 
1970
 if test -z "$ac_file"; then
 
1971
-  echo "$as_me: failed program was:" >&5
 
1972
+  $as_echo "$as_me: failed program was:" >&5
 
1973
 sed 's/^/| /' conftest.$ac_ext >&5
 
1974
 
 
1975
-{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
 
1976
+{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
1977
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
1978
+{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
 
1979
 See \`config.log' for more details." >&5
 
1980
-echo "$as_me: error: C compiler cannot create executables
 
1981
+$as_echo "$as_me: error: C compiler cannot create executables
 
1982
 See \`config.log' for more details." >&2;}
 
1983
-   { (exit 77); exit 77; }; }
 
1984
+   { (exit 77); exit 77; }; }; }
 
1985
 fi
 
1986
 
 
1987
 ac_exeext=$ac_cv_exeext
 
1988
 
 
1989
 # Check that the compiler produces executables we can run.  If not, either
 
1990
 # the compiler is broken, or we cross compile.
 
1991
-{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 
1992
-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
 
1993
+{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 
1994
+$as_echo_n "checking whether the C compiler works... " >&6; }
 
1995
 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
 
1996
 # If not cross compiling, check that we can run a simple program.
 
1997
 if test "$cross_compiling" != yes; then
 
1998
@@ -3162,49 +3278,53 @@
 
1999
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2000
   *) ac_try_echo=$ac_try;;
 
2001
 esac
 
2002
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2003
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2004
+$as_echo "$ac_try_echo") >&5
 
2005
   (eval "$ac_try") 2>&5
 
2006
   ac_status=$?
 
2007
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2008
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2009
   (exit $ac_status); }; }; then
 
2010
     cross_compiling=no
 
2011
   else
 
2012
     if test "$cross_compiling" = maybe; then
 
2013
        cross_compiling=yes
 
2014
     else
 
2015
-       { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
 
2016
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
2017
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
2018
+{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
 
2019
 If you meant to cross compile, use \`--host'.
 
2020
 See \`config.log' for more details." >&5
 
2021
-echo "$as_me: error: cannot run C compiled programs.
 
2022
+$as_echo "$as_me: error: cannot run C compiled programs.
 
2023
 If you meant to cross compile, use \`--host'.
 
2024
 See \`config.log' for more details." >&2;}
 
2025
-   { (exit 1); exit 1; }; }
 
2026
+   { (exit 1); exit 1; }; }; }
 
2027
     fi
 
2028
   fi
 
2029
 fi
 
2030
-{ echo "$as_me:$LINENO: result: yes" >&5
 
2031
-echo "${ECHO_T}yes" >&6; }
 
2032
+{ $as_echo "$as_me:$LINENO: result: yes" >&5
 
2033
+$as_echo "yes" >&6; }
 
2034
 
 
2035
-rm -f a.out a.exe conftest$ac_cv_exeext b.out
 
2036
+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
 
2037
 ac_clean_files=$ac_clean_files_save
 
2038
 # Check that the compiler produces executables we can run.  If not, either
 
2039
 # the compiler is broken, or we cross compile.
 
2040
-{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 
2041
-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
 
2042
-{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
 
2043
-echo "${ECHO_T}$cross_compiling" >&6; }
 
2044
+{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 
2045
+$as_echo_n "checking whether we are cross compiling... " >&6; }
 
2046
+{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
 
2047
+$as_echo "$cross_compiling" >&6; }
 
2048
 
 
2049
-{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
 
2050
-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
 
2051
+{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
 
2052
+$as_echo_n "checking for suffix of executables... " >&6; }
 
2053
 if { (ac_try="$ac_link"
 
2054
 case "(($ac_try" in
 
2055
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2056
   *) ac_try_echo=$ac_try;;
 
2057
 esac
 
2058
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2059
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2060
+$as_echo "$ac_try_echo") >&5
 
2061
   (eval "$ac_link") 2>&5
 
2062
   ac_status=$?
 
2063
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2064
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2065
   (exit $ac_status); }; then
 
2066
   # If both `conftest.exe' and `conftest' are `present' (well, observable)
 
2067
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
 
2068
@@ -3213,31 +3333,33 @@
 
2069
 for ac_file in conftest.exe conftest conftest.*; do
 
2070
   test -f "$ac_file" || continue
 
2071
   case $ac_file in
 
2072
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
 
2073
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
 
2074
     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 
2075
          break;;
 
2076
     * ) break;;
 
2077
   esac
 
2078
 done
 
2079
 else
 
2080
-  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
 
2081
+  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
2082
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
2083
+{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
 
2084
 See \`config.log' for more details." >&5
 
2085
-echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
 
2086
+$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
 
2087
 See \`config.log' for more details." >&2;}
 
2088
-   { (exit 1); exit 1; }; }
 
2089
+   { (exit 1); exit 1; }; }; }
 
2090
 fi
 
2091
 
 
2092
 rm -f conftest$ac_cv_exeext
 
2093
-{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 
2094
-echo "${ECHO_T}$ac_cv_exeext" >&6; }
 
2095
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 
2096
+$as_echo "$ac_cv_exeext" >&6; }
 
2097
 
 
2098
 rm -f conftest.$ac_ext
 
2099
 EXEEXT=$ac_cv_exeext
 
2100
 ac_exeext=$EXEEXT
 
2101
-{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
 
2102
-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
 
2103
+{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
 
2104
+$as_echo_n "checking for suffix of object files... " >&6; }
 
2105
 if test "${ac_cv_objext+set}" = set; then
 
2106
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2107
+  $as_echo_n "(cached) " >&6
 
2108
 else
 
2109
   cat >conftest.$ac_ext <<_ACEOF
 
2110
 /* confdefs.h.  */
 
2111
@@ -3260,40 +3382,43 @@
 
2112
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2113
   *) ac_try_echo=$ac_try;;
 
2114
 esac
 
2115
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2116
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2117
+$as_echo "$ac_try_echo") >&5
 
2118
   (eval "$ac_compile") 2>&5
 
2119
   ac_status=$?
 
2120
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2121
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2122
   (exit $ac_status); }; then
 
2123
   for ac_file in conftest.o conftest.obj conftest.*; do
 
2124
   test -f "$ac_file" || continue;
 
2125
   case $ac_file in
 
2126
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
 
2127
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
 
2128
     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
 
2129
        break;;
 
2130
   esac
 
2131
 done
 
2132
 else
 
2133
-  echo "$as_me: failed program was:" >&5
 
2134
+  $as_echo "$as_me: failed program was:" >&5
 
2135
 sed 's/^/| /' conftest.$ac_ext >&5
 
2136
 
 
2137
-{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
 
2138
+{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
2139
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
2140
+{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
 
2141
 See \`config.log' for more details." >&5
 
2142
-echo "$as_me: error: cannot compute suffix of object files: cannot compile
 
2143
+$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
 
2144
 See \`config.log' for more details." >&2;}
 
2145
-   { (exit 1); exit 1; }; }
 
2146
+   { (exit 1); exit 1; }; }; }
 
2147
 fi
 
2148
 
 
2149
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
 
2150
 fi
 
2151
-{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 
2152
-echo "${ECHO_T}$ac_cv_objext" >&6; }
 
2153
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 
2154
+$as_echo "$ac_cv_objext" >&6; }
 
2155
 OBJEXT=$ac_cv_objext
 
2156
 ac_objext=$OBJEXT
 
2157
-{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
2158
-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
 
2159
+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
2160
+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
 
2161
 if test "${ac_cv_c_compiler_gnu+set}" = set; then
 
2162
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2163
+  $as_echo_n "(cached) " >&6
 
2164
 else
 
2165
   cat >conftest.$ac_ext <<_ACEOF
 
2166
 /* confdefs.h.  */
 
2167
@@ -3319,20 +3444,21 @@
 
2168
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2169
   *) ac_try_echo=$ac_try;;
 
2170
 esac
 
2171
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2172
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2173
+$as_echo "$ac_try_echo") >&5
 
2174
   (eval "$ac_compile") 2>conftest.er1
 
2175
   ac_status=$?
 
2176
   grep -v '^ *+' conftest.er1 >conftest.err
 
2177
   rm -f conftest.er1
 
2178
   cat conftest.err >&5
 
2179
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2180
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2181
   (exit $ac_status); } && {
 
2182
         test -z "$ac_c_werror_flag" ||
 
2183
         test ! -s conftest.err
 
2184
        } && test -s conftest.$ac_objext; then
 
2185
   ac_compiler_gnu=yes
 
2186
 else
 
2187
-  echo "$as_me: failed program was:" >&5
 
2188
+  $as_echo "$as_me: failed program was:" >&5
 
2189
 sed 's/^/| /' conftest.$ac_ext >&5
 
2190
 
 
2191
        ac_compiler_gnu=no
 
2192
@@ -3342,15 +3468,19 @@
 
2193
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
2194
 
 
2195
 fi
 
2196
-{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
2197
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
 
2198
-GCC=`test $ac_compiler_gnu = yes && echo yes`
 
2199
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
2200
+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
 
2201
+if test $ac_compiler_gnu = yes; then
 
2202
+  GCC=yes
 
2203
+else
 
2204
+  GCC=
 
2205
+fi
 
2206
 ac_test_CFLAGS=${CFLAGS+set}
 
2207
 ac_save_CFLAGS=$CFLAGS
 
2208
-{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
2209
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
 
2210
+{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
2211
+$as_echo_n "checking whether $CC accepts -g... " >&6; }
 
2212
 if test "${ac_cv_prog_cc_g+set}" = set; then
 
2213
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2214
+  $as_echo_n "(cached) " >&6
 
2215
 else
 
2216
   ac_save_c_werror_flag=$ac_c_werror_flag
 
2217
    ac_c_werror_flag=yes
 
2218
@@ -3377,20 +3507,21 @@
 
2219
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2220
   *) ac_try_echo=$ac_try;;
 
2221
 esac
 
2222
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2223
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2224
+$as_echo "$ac_try_echo") >&5
 
2225
   (eval "$ac_compile") 2>conftest.er1
 
2226
   ac_status=$?
 
2227
   grep -v '^ *+' conftest.er1 >conftest.err
 
2228
   rm -f conftest.er1
 
2229
   cat conftest.err >&5
 
2230
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2231
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2232
   (exit $ac_status); } && {
 
2233
         test -z "$ac_c_werror_flag" ||
 
2234
         test ! -s conftest.err
 
2235
        } && test -s conftest.$ac_objext; then
 
2236
   ac_cv_prog_cc_g=yes
 
2237
 else
 
2238
-  echo "$as_me: failed program was:" >&5
 
2239
+  $as_echo "$as_me: failed program was:" >&5
 
2240
 sed 's/^/| /' conftest.$ac_ext >&5
 
2241
 
 
2242
        CFLAGS=""
 
2243
@@ -3415,20 +3546,21 @@
 
2244
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2245
   *) ac_try_echo=$ac_try;;
 
2246
 esac
 
2247
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2248
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2249
+$as_echo "$ac_try_echo") >&5
 
2250
   (eval "$ac_compile") 2>conftest.er1
 
2251
   ac_status=$?
 
2252
   grep -v '^ *+' conftest.er1 >conftest.err
 
2253
   rm -f conftest.er1
 
2254
   cat conftest.err >&5
 
2255
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2256
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2257
   (exit $ac_status); } && {
 
2258
         test -z "$ac_c_werror_flag" ||
 
2259
         test ! -s conftest.err
 
2260
        } && test -s conftest.$ac_objext; then
 
2261
   :
 
2262
 else
 
2263
-  echo "$as_me: failed program was:" >&5
 
2264
+  $as_echo "$as_me: failed program was:" >&5
 
2265
 sed 's/^/| /' conftest.$ac_ext >&5
 
2266
 
 
2267
        ac_c_werror_flag=$ac_save_c_werror_flag
 
2268
@@ -3454,20 +3586,21 @@
 
2269
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2270
   *) ac_try_echo=$ac_try;;
 
2271
 esac
 
2272
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2273
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2274
+$as_echo "$ac_try_echo") >&5
 
2275
   (eval "$ac_compile") 2>conftest.er1
 
2276
   ac_status=$?
 
2277
   grep -v '^ *+' conftest.er1 >conftest.err
 
2278
   rm -f conftest.er1
 
2279
   cat conftest.err >&5
 
2280
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2281
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2282
   (exit $ac_status); } && {
 
2283
         test -z "$ac_c_werror_flag" ||
 
2284
         test ! -s conftest.err
 
2285
        } && test -s conftest.$ac_objext; then
 
2286
   ac_cv_prog_cc_g=yes
 
2287
 else
 
2288
-  echo "$as_me: failed program was:" >&5
 
2289
+  $as_echo "$as_me: failed program was:" >&5
 
2290
 sed 's/^/| /' conftest.$ac_ext >&5
 
2291
 
 
2292
 
 
2293
@@ -3482,8 +3615,8 @@
 
2294
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
2295
    ac_c_werror_flag=$ac_save_c_werror_flag
 
2296
 fi
 
2297
-{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
2298
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
 
2299
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
2300
+$as_echo "$ac_cv_prog_cc_g" >&6; }
 
2301
 if test "$ac_test_CFLAGS" = set; then
 
2302
   CFLAGS=$ac_save_CFLAGS
 
2303
 elif test $ac_cv_prog_cc_g = yes; then
 
2304
@@ -3499,10 +3632,10 @@
 
2305
     CFLAGS=
 
2306
   fi
 
2307
 fi
 
2308
-{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
2309
-echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
 
2310
+{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
2311
+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
 
2312
 if test "${ac_cv_prog_cc_c89+set}" = set; then
 
2313
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2314
+  $as_echo_n "(cached) " >&6
 
2315
 else
 
2316
   ac_cv_prog_cc_c89=no
 
2317
 ac_save_CC=$CC
 
2318
@@ -3573,20 +3706,21 @@
 
2319
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2320
   *) ac_try_echo=$ac_try;;
 
2321
 esac
 
2322
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2323
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2324
+$as_echo "$ac_try_echo") >&5
 
2325
   (eval "$ac_compile") 2>conftest.er1
 
2326
   ac_status=$?
 
2327
   grep -v '^ *+' conftest.er1 >conftest.err
 
2328
   rm -f conftest.er1
 
2329
   cat conftest.err >&5
 
2330
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2331
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2332
   (exit $ac_status); } && {
 
2333
         test -z "$ac_c_werror_flag" ||
 
2334
         test ! -s conftest.err
 
2335
        } && test -s conftest.$ac_objext; then
 
2336
   ac_cv_prog_cc_c89=$ac_arg
 
2337
 else
 
2338
-  echo "$as_me: failed program was:" >&5
 
2339
+  $as_echo "$as_me: failed program was:" >&5
 
2340
 sed 's/^/| /' conftest.$ac_ext >&5
 
2341
 
 
2342
 
 
2343
@@ -3602,15 +3736,15 @@
 
2344
 # AC_CACHE_VAL
 
2345
 case "x$ac_cv_prog_cc_c89" in
 
2346
   x)
 
2347
-    { echo "$as_me:$LINENO: result: none needed" >&5
 
2348
-echo "${ECHO_T}none needed" >&6; } ;;
 
2349
+    { $as_echo "$as_me:$LINENO: result: none needed" >&5
 
2350
+$as_echo "none needed" >&6; } ;;
 
2351
   xno)
 
2352
-    { echo "$as_me:$LINENO: result: unsupported" >&5
 
2353
-echo "${ECHO_T}unsupported" >&6; } ;;
 
2354
+    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
 
2355
+$as_echo "unsupported" >&6; } ;;
 
2356
   *)
 
2357
     CC="$CC $ac_cv_prog_cc_c89"
 
2358
-    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
2359
-echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
 
2360
+    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
2361
+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
 
2362
 esac
 
2363
 
 
2364
 
 
2365
@@ -3622,10 +3756,10 @@
 
2366
 
 
2367
 depcc="$CC"   am_compiler_list=
 
2368
 
 
2369
-{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
2370
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 
2371
+{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
2372
+$as_echo_n "checking dependency style of $depcc... " >&6; }
 
2373
 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 
2374
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2375
+  $as_echo_n "(cached) " >&6
 
2376
 else
 
2377
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
2378
   # We make a subdir and do the tests there.  Otherwise we can end up
 
2379
@@ -3712,8 +3846,8 @@
 
2380
 fi
 
2381
 
 
2382
 fi
 
2383
-{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
2384
-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
 
2385
+{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
2386
+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
 
2387
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 
2388
 
 
2389
 
 
2390
@@ -3729,10 +3863,10 @@
 
2391
 fi
 
2392
 
 
2393
 
 
2394
-{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
 
2395
-echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
 
2396
+{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
 
2397
+$as_echo_n "checking for a sed that does not truncate output... " >&6; }
 
2398
 if test "${lt_cv_path_SED+set}" = set; then
 
2399
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2400
+  $as_echo_n "(cached) " >&6
 
2401
 else
 
2402
   # Loop through the user's path and test for sed and gsed.
 
2403
 # Then use that list of sed's as ones to test for truncation.
 
2404
@@ -3785,45 +3919,40 @@
 
2405
 
 
2406
 SED=$lt_cv_path_SED
 
2407
 
 
2408
-{ echo "$as_me:$LINENO: result: $SED" >&5
 
2409
-echo "${ECHO_T}$SED" >&6; }
 
2410
+{ $as_echo "$as_me:$LINENO: result: $SED" >&5
 
2411
+$as_echo "$SED" >&6; }
 
2412
 
 
2413
-{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
 
2414
-echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
 
2415
-if test "${ac_cv_path_GREP+set}" = set; then
 
2416
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2417
-else
 
2418
-  # Extract the first word of "grep ggrep" to use in msg output
 
2419
-if test -z "$GREP"; then
 
2420
-set dummy grep ggrep; ac_prog_name=$2
 
2421
+{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
 
2422
+$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
 
2423
 if test "${ac_cv_path_GREP+set}" = set; then
 
2424
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2425
+  $as_echo_n "(cached) " >&6
 
2426
 else
 
2427
+  if test -z "$GREP"; then
 
2428
   ac_path_GREP_found=false
 
2429
-# Loop through the user's path and test for each of PROGNAME-LIST
 
2430
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2431
+  # Loop through the user's path and test for each of PROGNAME-LIST
 
2432
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2433
 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 
2434
 do
 
2435
   IFS=$as_save_IFS
 
2436
   test -z "$as_dir" && as_dir=.
 
2437
   for ac_prog in grep ggrep; do
 
2438
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
2439
-    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
 
2440
-    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
 
2441
-    # Check for GNU ac_path_GREP and select it if it is found.
 
2442
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
2443
+      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
 
2444
+      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
 
2445
+# Check for GNU ac_path_GREP and select it if it is found.
 
2446
   # Check for GNU $ac_path_GREP
 
2447
 case `"$ac_path_GREP" --version 2>&1` in
 
2448
 *GNU*)
 
2449
   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
 
2450
 *)
 
2451
   ac_count=0
 
2452
-  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 
2453
+  $as_echo_n 0123456789 >"conftest.in"
 
2454
   while :
 
2455
   do
 
2456
     cat "conftest.in" "conftest.in" >"conftest.tmp"
 
2457
     mv "conftest.tmp" "conftest.in"
 
2458
     cp "conftest.in" "conftest.nl"
 
2459
-    echo 'GREP' >> "conftest.nl"
 
2460
+    $as_echo 'GREP' >> "conftest.nl"
 
2461
     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
2462
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
2463
     ac_count=`expr $ac_count + 1`
 
2464
@@ -3838,74 +3967,60 @@
 
2465
   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 
2466
 esac
 
2467
 
 
2468
-
 
2469
-    $ac_path_GREP_found && break 3
 
2470
+      $ac_path_GREP_found && break 3
 
2471
+    done
 
2472
   done
 
2473
 done
 
2474
-
 
2475
-done
 
2476
 IFS=$as_save_IFS
 
2477
-
 
2478
-
 
2479
-fi
 
2480
-
 
2481
-GREP="$ac_cv_path_GREP"
 
2482
-if test -z "$GREP"; then
 
2483
-  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
2484
-echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
2485
+  if test -z "$ac_cv_path_GREP"; then
 
2486
+    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
2487
+$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
2488
    { (exit 1); exit 1; }; }
 
2489
-fi
 
2490
-
 
2491
+  fi
 
2492
 else
 
2493
   ac_cv_path_GREP=$GREP
 
2494
 fi
 
2495
 
 
2496
-
 
2497
 fi
 
2498
-{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
 
2499
-echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
 
2500
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
 
2501
+$as_echo "$ac_cv_path_GREP" >&6; }
 
2502
  GREP="$ac_cv_path_GREP"
 
2503
 
 
2504
 
 
2505
-{ echo "$as_me:$LINENO: checking for egrep" >&5
 
2506
-echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
 
2507
+{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
 
2508
+$as_echo_n "checking for egrep... " >&6; }
 
2509
 if test "${ac_cv_path_EGREP+set}" = set; then
 
2510
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2511
+  $as_echo_n "(cached) " >&6
 
2512
 else
 
2513
   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
 
2514
    then ac_cv_path_EGREP="$GREP -E"
 
2515
    else
 
2516
-     # Extract the first word of "egrep" to use in msg output
 
2517
-if test -z "$EGREP"; then
 
2518
-set dummy egrep; ac_prog_name=$2
 
2519
-if test "${ac_cv_path_EGREP+set}" = set; then
 
2520
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2521
-else
 
2522
+     if test -z "$EGREP"; then
 
2523
   ac_path_EGREP_found=false
 
2524
-# Loop through the user's path and test for each of PROGNAME-LIST
 
2525
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2526
+  # Loop through the user's path and test for each of PROGNAME-LIST
 
2527
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2528
 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 
2529
 do
 
2530
   IFS=$as_save_IFS
 
2531
   test -z "$as_dir" && as_dir=.
 
2532
   for ac_prog in egrep; do
 
2533
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
2534
-    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
 
2535
-    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
 
2536
-    # Check for GNU ac_path_EGREP and select it if it is found.
 
2537
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
2538
+      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
 
2539
+      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
 
2540
+# Check for GNU ac_path_EGREP and select it if it is found.
 
2541
   # Check for GNU $ac_path_EGREP
 
2542
 case `"$ac_path_EGREP" --version 2>&1` in
 
2543
 *GNU*)
 
2544
   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
 
2545
 *)
 
2546
   ac_count=0
 
2547
-  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 
2548
+  $as_echo_n 0123456789 >"conftest.in"
 
2549
   while :
 
2550
   do
 
2551
     cat "conftest.in" "conftest.in" >"conftest.tmp"
 
2552
     mv "conftest.tmp" "conftest.in"
 
2553
     cp "conftest.in" "conftest.nl"
 
2554
-    echo 'EGREP' >> "conftest.nl"
 
2555
+    $as_echo 'EGREP' >> "conftest.nl"
 
2556
     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
2557
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
2558
     ac_count=`expr $ac_count + 1`
 
2559
@@ -3920,33 +4035,24 @@
 
2560
   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 
2561
 esac
 
2562
 
 
2563
-
 
2564
-    $ac_path_EGREP_found && break 3
 
2565
+      $ac_path_EGREP_found && break 3
 
2566
+    done
 
2567
   done
 
2568
 done
 
2569
-
 
2570
-done
 
2571
 IFS=$as_save_IFS
 
2572
-
 
2573
-
 
2574
-fi
 
2575
-
 
2576
-EGREP="$ac_cv_path_EGREP"
 
2577
-if test -z "$EGREP"; then
 
2578
-  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
2579
-echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
2580
+  if test -z "$ac_cv_path_EGREP"; then
 
2581
+    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
2582
+$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
2583
    { (exit 1); exit 1; }; }
 
2584
-fi
 
2585
-
 
2586
+  fi
 
2587
 else
 
2588
   ac_cv_path_EGREP=$EGREP
 
2589
 fi
 
2590
 
 
2591
-
 
2592
    fi
 
2593
 fi
 
2594
-{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
 
2595
-echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
 
2596
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
 
2597
+$as_echo "$ac_cv_path_EGREP" >&6; }
 
2598
  EGREP="$ac_cv_path_EGREP"
 
2599
 
 
2600
 
 
2601
@@ -3961,8 +4067,8 @@
 
2602
 ac_prog=ld
 
2603
 if test "$GCC" = yes; then
 
2604
   # Check if gcc -print-prog-name=ld gives a path.
 
2605
-  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
2606
-echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
 
2607
+  { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
2608
+$as_echo_n "checking for ld used by $CC... " >&6; }
 
2609
   case $host in
 
2610
   *-*-mingw*)
 
2611
     # gcc leaves a trailing carriage return which upsets mingw
 
2612
@@ -3991,14 +4097,14 @@
 
2613
     ;;
 
2614
   esac
 
2615
 elif test "$with_gnu_ld" = yes; then
 
2616
-  { echo "$as_me:$LINENO: checking for GNU ld" >&5
 
2617
-echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
 
2618
+  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
 
2619
+$as_echo_n "checking for GNU ld... " >&6; }
 
2620
 else
 
2621
-  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
2622
-echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
 
2623
+  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
2624
+$as_echo_n "checking for non-GNU ld... " >&6; }
 
2625
 fi
 
2626
 if test "${lt_cv_path_LD+set}" = set; then
 
2627
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2628
+  $as_echo_n "(cached) " >&6
 
2629
 else
 
2630
   if test -z "$LD"; then
 
2631
   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
2632
@@ -4028,19 +4134,19 @@
 
2633
 
 
2634
 LD="$lt_cv_path_LD"
 
2635
 if test -n "$LD"; then
 
2636
-  { echo "$as_me:$LINENO: result: $LD" >&5
 
2637
-echo "${ECHO_T}$LD" >&6; }
 
2638
+  { $as_echo "$as_me:$LINENO: result: $LD" >&5
 
2639
+$as_echo "$LD" >&6; }
 
2640
 else
 
2641
-  { echo "$as_me:$LINENO: result: no" >&5
 
2642
-echo "${ECHO_T}no" >&6; }
 
2643
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
2644
+$as_echo "no" >&6; }
 
2645
 fi
 
2646
-test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
2647
-echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
2648
+test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
2649
+$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
2650
    { (exit 1); exit 1; }; }
 
2651
-{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
2652
-echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
 
2653
+{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
2654
+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
 
2655
 if test "${lt_cv_prog_gnu_ld+set}" = set; then
 
2656
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2657
+  $as_echo_n "(cached) " >&6
 
2658
 else
 
2659
   # I'd rather use --version here, but apparently some GNU lds only accept -v.
 
2660
 case `$LD -v 2>&1 </dev/null` in
 
2661
@@ -4052,20 +4158,20 @@
 
2662
   ;;
 
2663
 esac
 
2664
 fi
 
2665
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
2666
-echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
 
2667
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
2668
+$as_echo "$lt_cv_prog_gnu_ld" >&6; }
 
2669
 with_gnu_ld=$lt_cv_prog_gnu_ld
 
2670
 
 
2671
 
 
2672
-{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 
2673
-echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
 
2674
+{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 
2675
+$as_echo_n "checking for $LD option to reload object files... " >&6; }
 
2676
 if test "${lt_cv_ld_reload_flag+set}" = set; then
 
2677
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2678
+  $as_echo_n "(cached) " >&6
 
2679
 else
 
2680
   lt_cv_ld_reload_flag='-r'
 
2681
 fi
 
2682
-{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 
2683
-echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
 
2684
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 
2685
+$as_echo "$lt_cv_ld_reload_flag" >&6; }
 
2686
 reload_flag=$lt_cv_ld_reload_flag
 
2687
 case $reload_flag in
 
2688
 "" | " "*) ;;
 
2689
@@ -4082,10 +4188,10 @@
 
2690
     ;;
 
2691
 esac
 
2692
 
 
2693
-{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
 
2694
-echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
 
2695
+{ $as_echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
 
2696
+$as_echo_n "checking for BSD-compatible nm... " >&6; }
 
2697
 if test "${lt_cv_path_NM+set}" = set; then
 
2698
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2699
+  $as_echo_n "(cached) " >&6
 
2700
 else
 
2701
   if test -n "$NM"; then
 
2702
   # Let the user override the test.
 
2703
@@ -4131,25 +4237,25 @@
 
2704
   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
 
2705
 fi
 
2706
 fi
 
2707
-{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 
2708
-echo "${ECHO_T}$lt_cv_path_NM" >&6; }
 
2709
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 
2710
+$as_echo "$lt_cv_path_NM" >&6; }
 
2711
 NM="$lt_cv_path_NM"
 
2712
 
 
2713
-{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
 
2714
-echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
 
2715
+{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
 
2716
+$as_echo_n "checking whether ln -s works... " >&6; }
 
2717
 LN_S=$as_ln_s
 
2718
 if test "$LN_S" = "ln -s"; then
 
2719
-  { echo "$as_me:$LINENO: result: yes" >&5
 
2720
-echo "${ECHO_T}yes" >&6; }
 
2721
+  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
2722
+$as_echo "yes" >&6; }
 
2723
 else
 
2724
-  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 
2725
-echo "${ECHO_T}no, using $LN_S" >&6; }
 
2726
+  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 
2727
+$as_echo "no, using $LN_S" >&6; }
 
2728
 fi
 
2729
 
 
2730
-{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 
2731
-echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
 
2732
+{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 
2733
+$as_echo_n "checking how to recognize dependent libraries... " >&6; }
 
2734
 if test "${lt_cv_deplibs_check_method+set}" = set; then
 
2735
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2736
+  $as_echo_n "(cached) " >&6
 
2737
 else
 
2738
   lt_cv_file_magic_cmd='$MAGIC_CMD'
 
2739
 lt_cv_file_magic_test_file=
 
2740
@@ -4332,8 +4438,8 @@
 
2741
 esac
 
2742
 
 
2743
 fi
 
2744
-{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 
2745
-echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
 
2746
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 
2747
+$as_echo "$lt_cv_deplibs_check_method" >&6; }
 
2748
 file_magic_cmd=$lt_cv_file_magic_cmd
 
2749
 deplibs_check_method=$lt_cv_deplibs_check_method
 
2750
 test -z "$deplibs_check_method" && deplibs_check_method=unknown
 
2751
@@ -4367,7 +4473,7 @@
 
2752
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
2753
   (eval $ac_compile) 2>&5
 
2754
   ac_status=$?
 
2755
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2756
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2757
   (exit $ac_status); }; then
 
2758
     case `/usr/bin/file conftest.$ac_objext` in
 
2759
     *ELF-32*)
 
2760
@@ -4382,11 +4488,11 @@
 
2761
   ;;
 
2762
 *-*-irix6*)
 
2763
   # Find out which ABI we are using.
 
2764
-  echo '#line 4385 "configure"' > conftest.$ac_ext
 
2765
+  echo '#line 4491 "configure"' > conftest.$ac_ext
 
2766
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
2767
   (eval $ac_compile) 2>&5
 
2768
   ac_status=$?
 
2769
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2770
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2771
   (exit $ac_status); }; then
 
2772
    if test "$lt_cv_prog_gnu_ld" = yes; then
 
2773
     case `/usr/bin/file conftest.$ac_objext` in
 
2774
@@ -4424,7 +4530,7 @@
 
2775
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
2776
   (eval $ac_compile) 2>&5
 
2777
   ac_status=$?
 
2778
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2779
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2780
   (exit $ac_status); }; then
 
2781
     case `/usr/bin/file conftest.o` in
 
2782
     *32-bit*)
 
2783
@@ -4474,10 +4580,10 @@
 
2784
   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 
2785
   SAVE_CFLAGS="$CFLAGS"
 
2786
   CFLAGS="$CFLAGS -belf"
 
2787
-  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 
2788
-echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
 
2789
+  { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 
2790
+$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
 
2791
 if test "${lt_cv_cc_needs_belf+set}" = set; then
 
2792
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2793
+  $as_echo_n "(cached) " >&6
 
2794
 else
 
2795
   ac_ext=c
 
2796
 ac_cpp='$CPP $CPPFLAGS'
 
2797
@@ -4506,26 +4612,30 @@
 
2798
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2799
   *) ac_try_echo=$ac_try;;
 
2800
 esac
 
2801
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2802
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2803
+$as_echo "$ac_try_echo") >&5
 
2804
   (eval "$ac_link") 2>conftest.er1
 
2805
   ac_status=$?
 
2806
   grep -v '^ *+' conftest.er1 >conftest.err
 
2807
   rm -f conftest.er1
 
2808
   cat conftest.err >&5
 
2809
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2810
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2811
   (exit $ac_status); } && {
 
2812
         test -z "$ac_c_werror_flag" ||
 
2813
         test ! -s conftest.err
 
2814
-       } && test -s conftest$ac_exeext &&
 
2815
-       $as_test_x conftest$ac_exeext; then
 
2816
+       } && test -s conftest$ac_exeext && {
 
2817
+        test "$cross_compiling" = yes ||
 
2818
+        $as_test_x conftest$ac_exeext
 
2819
+       }; then
 
2820
   lt_cv_cc_needs_belf=yes
 
2821
 else
 
2822
-  echo "$as_me: failed program was:" >&5
 
2823
+  $as_echo "$as_me: failed program was:" >&5
 
2824
 sed 's/^/| /' conftest.$ac_ext >&5
 
2825
 
 
2826
        lt_cv_cc_needs_belf=no
 
2827
 fi
 
2828
 
 
2829
+rm -rf conftest.dSYM
 
2830
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2831
       conftest$ac_exeext conftest.$ac_ext
 
2832
      ac_ext=c
 
2833
@@ -4535,8 +4645,8 @@
 
2834
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
2835
 
 
2836
 fi
 
2837
-{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 
2838
-echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
 
2839
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 
2840
+$as_echo "$lt_cv_cc_needs_belf" >&6; }
 
2841
   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 
2842
     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 
2843
     CFLAGS="$SAVE_CFLAGS"
 
2844
@@ -4548,7 +4658,7 @@
 
2845
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
2846
   (eval $ac_compile) 2>&5
 
2847
   ac_status=$?
 
2848
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2849
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2850
   (exit $ac_status); }; then
 
2851
     case `/usr/bin/file conftest.o` in
 
2852
     *64-bit*)
 
2853
@@ -4577,15 +4687,15 @@
 
2854
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
2855
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
2856
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
2857
-{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 
2858
-echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
 
2859
+{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 
2860
+$as_echo_n "checking how to run the C preprocessor... " >&6; }
 
2861
 # On Suns, sometimes $CPP names a directory.
 
2862
 if test -n "$CPP" && test -d "$CPP"; then
 
2863
   CPP=
 
2864
 fi
 
2865
 if test -z "$CPP"; then
 
2866
   if test "${ac_cv_prog_CPP+set}" = set; then
 
2867
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2868
+  $as_echo_n "(cached) " >&6
 
2869
 else
 
2870
       # Double quotes because CPP needs to be expanded
 
2871
     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
 
2872
@@ -4617,20 +4727,21 @@
 
2873
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2874
   *) ac_try_echo=$ac_try;;
 
2875
 esac
 
2876
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2877
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2878
+$as_echo "$ac_try_echo") >&5
 
2879
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
2880
   ac_status=$?
 
2881
   grep -v '^ *+' conftest.er1 >conftest.err
 
2882
   rm -f conftest.er1
 
2883
   cat conftest.err >&5
 
2884
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2885
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2886
   (exit $ac_status); } >/dev/null && {
 
2887
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
2888
         test ! -s conftest.err
 
2889
        }; then
 
2890
   :
 
2891
 else
 
2892
-  echo "$as_me: failed program was:" >&5
 
2893
+  $as_echo "$as_me: failed program was:" >&5
 
2894
 sed 's/^/| /' conftest.$ac_ext >&5
 
2895
 
 
2896
   # Broken: fails on valid input.
 
2897
@@ -4654,13 +4765,14 @@
 
2898
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2899
   *) ac_try_echo=$ac_try;;
 
2900
 esac
 
2901
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2902
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2903
+$as_echo "$ac_try_echo") >&5
 
2904
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
2905
   ac_status=$?
 
2906
   grep -v '^ *+' conftest.er1 >conftest.err
 
2907
   rm -f conftest.er1
 
2908
   cat conftest.err >&5
 
2909
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2910
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2911
   (exit $ac_status); } >/dev/null && {
 
2912
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
2913
         test ! -s conftest.err
 
2914
@@ -4668,7 +4780,7 @@
 
2915
   # Broken: success on invalid input.
 
2916
 continue
 
2917
 else
 
2918
-  echo "$as_me: failed program was:" >&5
 
2919
+  $as_echo "$as_me: failed program was:" >&5
 
2920
 sed 's/^/| /' conftest.$ac_ext >&5
 
2921
 
 
2922
   # Passes both tests.
 
2923
@@ -4693,8 +4805,8 @@
 
2924
 else
 
2925
   ac_cv_prog_CPP=$CPP
 
2926
 fi
 
2927
-{ echo "$as_me:$LINENO: result: $CPP" >&5
 
2928
-echo "${ECHO_T}$CPP" >&6; }
 
2929
+{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
 
2930
+$as_echo "$CPP" >&6; }
 
2931
 ac_preproc_ok=false
 
2932
 for ac_c_preproc_warn_flag in '' yes
 
2933
 do
 
2934
@@ -4722,20 +4834,21 @@
 
2935
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2936
   *) ac_try_echo=$ac_try;;
 
2937
 esac
 
2938
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2939
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2940
+$as_echo "$ac_try_echo") >&5
 
2941
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
2942
   ac_status=$?
 
2943
   grep -v '^ *+' conftest.er1 >conftest.err
 
2944
   rm -f conftest.er1
 
2945
   cat conftest.err >&5
 
2946
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2947
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2948
   (exit $ac_status); } >/dev/null && {
 
2949
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
2950
         test ! -s conftest.err
 
2951
        }; then
 
2952
   :
 
2953
 else
 
2954
-  echo "$as_me: failed program was:" >&5
 
2955
+  $as_echo "$as_me: failed program was:" >&5
 
2956
 sed 's/^/| /' conftest.$ac_ext >&5
 
2957
 
 
2958
   # Broken: fails on valid input.
 
2959
@@ -4759,13 +4872,14 @@
 
2960
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2961
   *) ac_try_echo=$ac_try;;
 
2962
 esac
 
2963
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2964
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
2965
+$as_echo "$ac_try_echo") >&5
 
2966
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
2967
   ac_status=$?
 
2968
   grep -v '^ *+' conftest.er1 >conftest.err
 
2969
   rm -f conftest.er1
 
2970
   cat conftest.err >&5
 
2971
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2972
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2973
   (exit $ac_status); } >/dev/null && {
 
2974
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
2975
         test ! -s conftest.err
 
2976
@@ -4773,7 +4887,7 @@
 
2977
   # Broken: success on invalid input.
 
2978
 continue
 
2979
 else
 
2980
-  echo "$as_me: failed program was:" >&5
 
2981
+  $as_echo "$as_me: failed program was:" >&5
 
2982
 sed 's/^/| /' conftest.$ac_ext >&5
 
2983
 
 
2984
   # Passes both tests.
 
2985
@@ -4789,11 +4903,13 @@
 
2986
 if $ac_preproc_ok; then
 
2987
   :
 
2988
 else
 
2989
-  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
 
2990
+  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
2991
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
2992
+{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
 
2993
 See \`config.log' for more details." >&5
 
2994
-echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
 
2995
+$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
 
2996
 See \`config.log' for more details." >&2;}
 
2997
-   { (exit 1); exit 1; }; }
 
2998
+   { (exit 1); exit 1; }; }; }
 
2999
 fi
 
3000
 
 
3001
 ac_ext=c
 
3002
@@ -4803,10 +4919,10 @@
 
3003
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
3004
 
 
3005
 
 
3006
-{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
3007
-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
 
3008
+{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
3009
+$as_echo_n "checking for ANSI C header files... " >&6; }
 
3010
 if test "${ac_cv_header_stdc+set}" = set; then
 
3011
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3012
+  $as_echo_n "(cached) " >&6
 
3013
 else
 
3014
   cat >conftest.$ac_ext <<_ACEOF
 
3015
 /* confdefs.h.  */
 
3016
@@ -4833,20 +4949,21 @@
 
3017
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3018
   *) ac_try_echo=$ac_try;;
 
3019
 esac
 
3020
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3021
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3022
+$as_echo "$ac_try_echo") >&5
 
3023
   (eval "$ac_compile") 2>conftest.er1
 
3024
   ac_status=$?
 
3025
   grep -v '^ *+' conftest.er1 >conftest.err
 
3026
   rm -f conftest.er1
 
3027
   cat conftest.err >&5
 
3028
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3029
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3030
   (exit $ac_status); } && {
 
3031
         test -z "$ac_c_werror_flag" ||
 
3032
         test ! -s conftest.err
 
3033
        } && test -s conftest.$ac_objext; then
 
3034
   ac_cv_header_stdc=yes
 
3035
 else
 
3036
-  echo "$as_me: failed program was:" >&5
 
3037
+  $as_echo "$as_me: failed program was:" >&5
 
3038
 sed 's/^/| /' conftest.$ac_ext >&5
 
3039
 
 
3040
        ac_cv_header_stdc=no
 
3041
@@ -4938,37 +5055,40 @@
 
3042
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3043
   *) ac_try_echo=$ac_try;;
 
3044
 esac
 
3045
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3046
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3047
+$as_echo "$ac_try_echo") >&5
 
3048
   (eval "$ac_link") 2>&5
 
3049
   ac_status=$?
 
3050
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3051
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3052
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
3053
   { (case "(($ac_try" in
 
3054
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3055
   *) ac_try_echo=$ac_try;;
 
3056
 esac
 
3057
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3058
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3059
+$as_echo "$ac_try_echo") >&5
 
3060
   (eval "$ac_try") 2>&5
 
3061
   ac_status=$?
 
3062
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3063
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3064
   (exit $ac_status); }; }; then
 
3065
   :
 
3066
 else
 
3067
-  echo "$as_me: program exited with status $ac_status" >&5
 
3068
-echo "$as_me: failed program was:" >&5
 
3069
+  $as_echo "$as_me: program exited with status $ac_status" >&5
 
3070
+$as_echo "$as_me: failed program was:" >&5
 
3071
 sed 's/^/| /' conftest.$ac_ext >&5
 
3072
 
 
3073
 ( exit $ac_status )
 
3074
 ac_cv_header_stdc=no
 
3075
 fi
 
3076
+rm -rf conftest.dSYM
 
3077
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
3078
 fi
 
3079
 
 
3080
 
 
3081
 fi
 
3082
 fi
 
3083
-{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
3084
-echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
 
3085
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
3086
+$as_echo "$ac_cv_header_stdc" >&6; }
 
3087
 if test $ac_cv_header_stdc = yes; then
 
3088
 
 
3089
 cat >>confdefs.h <<\_ACEOF
 
3090
@@ -4990,11 +5110,11 @@
 
3091
 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
 
3092
                  inttypes.h stdint.h unistd.h
 
3093
 do
 
3094
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
3095
-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
3096
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
3097
+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
3098
+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
3099
+$as_echo_n "checking for $ac_header... " >&6; }
 
3100
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
3101
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3102
+  $as_echo_n "(cached) " >&6
 
3103
 else
 
3104
   cat >conftest.$ac_ext <<_ACEOF
 
3105
 /* confdefs.h.  */
 
3106
@@ -5012,20 +5132,21 @@
 
3107
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3108
   *) ac_try_echo=$ac_try;;
 
3109
 esac
 
3110
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3111
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3112
+$as_echo "$ac_try_echo") >&5
 
3113
   (eval "$ac_compile") 2>conftest.er1
 
3114
   ac_status=$?
 
3115
   grep -v '^ *+' conftest.er1 >conftest.err
 
3116
   rm -f conftest.er1
 
3117
   cat conftest.err >&5
 
3118
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3119
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3120
   (exit $ac_status); } && {
 
3121
         test -z "$ac_c_werror_flag" ||
 
3122
         test ! -s conftest.err
 
3123
        } && test -s conftest.$ac_objext; then
 
3124
   eval "$as_ac_Header=yes"
 
3125
 else
 
3126
-  echo "$as_me: failed program was:" >&5
 
3127
+  $as_echo "$as_me: failed program was:" >&5
 
3128
 sed 's/^/| /' conftest.$ac_ext >&5
 
3129
 
 
3130
        eval "$as_ac_Header=no"
 
3131
@@ -5033,12 +5154,15 @@
 
3132
 
 
3133
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
3134
 fi
 
3135
-ac_res=`eval echo '${'$as_ac_Header'}'`
 
3136
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
3137
-echo "${ECHO_T}$ac_res" >&6; }
 
3138
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
3139
+ac_res=`eval 'as_val=${'$as_ac_Header'}
 
3140
+                $as_echo "$as_val"'`
 
3141
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
3142
+$as_echo "$ac_res" >&6; }
 
3143
+as_val=`eval 'as_val=${'$as_ac_Header'}
 
3144
+                $as_echo "$as_val"'`
 
3145
+   if test "x$as_val" = x""yes; then
 
3146
   cat >>confdefs.h <<_ACEOF
 
3147
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
3148
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
3149
 _ACEOF
 
3150
 
 
3151
 fi
 
3152
@@ -5049,20 +5173,21 @@
 
3153
 
 
3154
 for ac_header in dlfcn.h
 
3155
 do
 
3156
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
3157
+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
3158
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
3159
-  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
3160
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
3161
+  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
3162
+$as_echo_n "checking for $ac_header... " >&6; }
 
3163
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
3164
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3165
+  $as_echo_n "(cached) " >&6
 
3166
 fi
 
3167
-ac_res=`eval echo '${'$as_ac_Header'}'`
 
3168
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
3169
-echo "${ECHO_T}$ac_res" >&6; }
 
3170
+ac_res=`eval 'as_val=${'$as_ac_Header'}
 
3171
+                $as_echo "$as_val"'`
 
3172
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
3173
+$as_echo "$ac_res" >&6; }
 
3174
 else
 
3175
   # Is the header compilable?
 
3176
-{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
3177
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
3178
+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
3179
+$as_echo_n "checking $ac_header usability... " >&6; }
 
3180
 cat >conftest.$ac_ext <<_ACEOF
 
3181
 /* confdefs.h.  */
 
3182
 _ACEOF
 
3183
@@ -5078,32 +5203,33 @@
 
3184
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3185
   *) ac_try_echo=$ac_try;;
 
3186
 esac
 
3187
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3188
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3189
+$as_echo "$ac_try_echo") >&5
 
3190
   (eval "$ac_compile") 2>conftest.er1
 
3191
   ac_status=$?
 
3192
   grep -v '^ *+' conftest.er1 >conftest.err
 
3193
   rm -f conftest.er1
 
3194
   cat conftest.err >&5
 
3195
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3196
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3197
   (exit $ac_status); } && {
 
3198
         test -z "$ac_c_werror_flag" ||
 
3199
         test ! -s conftest.err
 
3200
        } && test -s conftest.$ac_objext; then
 
3201
   ac_header_compiler=yes
 
3202
 else
 
3203
-  echo "$as_me: failed program was:" >&5
 
3204
+  $as_echo "$as_me: failed program was:" >&5
 
3205
 sed 's/^/| /' conftest.$ac_ext >&5
 
3206
 
 
3207
        ac_header_compiler=no
 
3208
 fi
 
3209
 
 
3210
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
3211
-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
3212
-echo "${ECHO_T}$ac_header_compiler" >&6; }
 
3213
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
3214
+$as_echo "$ac_header_compiler" >&6; }
 
3215
 
 
3216
 # Is the header present?
 
3217
-{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
3218
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
3219
+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
3220
+$as_echo_n "checking $ac_header presence... " >&6; }
 
3221
 cat >conftest.$ac_ext <<_ACEOF
 
3222
 /* confdefs.h.  */
 
3223
 _ACEOF
 
3224
@@ -5117,51 +5243,52 @@
 
3225
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3226
   *) ac_try_echo=$ac_try;;
 
3227
 esac
 
3228
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3229
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3230
+$as_echo "$ac_try_echo") >&5
 
3231
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
3232
   ac_status=$?
 
3233
   grep -v '^ *+' conftest.er1 >conftest.err
 
3234
   rm -f conftest.er1
 
3235
   cat conftest.err >&5
 
3236
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3237
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3238
   (exit $ac_status); } >/dev/null && {
 
3239
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
3240
         test ! -s conftest.err
 
3241
        }; then
 
3242
   ac_header_preproc=yes
 
3243
 else
 
3244
-  echo "$as_me: failed program was:" >&5
 
3245
+  $as_echo "$as_me: failed program was:" >&5
 
3246
 sed 's/^/| /' conftest.$ac_ext >&5
 
3247
 
 
3248
   ac_header_preproc=no
 
3249
 fi
 
3250
 
 
3251
 rm -f conftest.err conftest.$ac_ext
 
3252
-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
3253
-echo "${ECHO_T}$ac_header_preproc" >&6; }
 
3254
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
3255
+$as_echo "$ac_header_preproc" >&6; }
 
3256
 
 
3257
 # So?  What about this header?
 
3258
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
3259
   yes:no: )
 
3260
-    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
3261
-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
3262
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
3263
-echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
3264
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
3265
+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
3266
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
3267
+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
3268
     ac_header_preproc=yes
 
3269
     ;;
 
3270
   no:yes:* )
 
3271
-    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
3272
-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
3273
-    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
3274
-echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
3275
-    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
3276
-echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
3277
-    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
3278
-echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
3279
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
3280
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
3281
-    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
3282
-echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
3283
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
3284
+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
3285
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
3286
+$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
3287
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
3288
+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
3289
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
3290
+$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
3291
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
3292
+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
3293
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
3294
+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
3295
     ( cat <<\_ASBOX
 
3296
 ## ----------------------------------------------------------------------------- ##
 
3297
 ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=system-monitor ##
 
3298
@@ -5170,21 +5297,24 @@
 
3299
      ) | sed "s/^/$as_me: WARNING:     /" >&2
 
3300
     ;;
 
3301
 esac
 
3302
-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
3303
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
3304
+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
3305
+$as_echo_n "checking for $ac_header... " >&6; }
 
3306
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
3307
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3308
+  $as_echo_n "(cached) " >&6
 
3309
 else
 
3310
   eval "$as_ac_Header=\$ac_header_preproc"
 
3311
 fi
 
3312
-ac_res=`eval echo '${'$as_ac_Header'}'`
 
3313
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
3314
-echo "${ECHO_T}$ac_res" >&6; }
 
3315
+ac_res=`eval 'as_val=${'$as_ac_Header'}
 
3316
+                $as_echo "$as_val"'`
 
3317
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
3318
+$as_echo "$ac_res" >&6; }
 
3319
 
 
3320
 fi
 
3321
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
3322
+as_val=`eval 'as_val=${'$as_ac_Header'}
 
3323
+                $as_echo "$as_val"'`
 
3324
+   if test "x$as_val" = x""yes; then
 
3325
   cat >>confdefs.h <<_ACEOF
 
3326
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
3327
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
3328
 _ACEOF
 
3329
 
 
3330
 fi
 
3331
@@ -5205,10 +5335,10 @@
 
3332
   do
 
3333
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
3334
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
3335
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3336
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
3337
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3338
+$as_echo_n "checking for $ac_word... " >&6; }
 
3339
 if test "${ac_cv_prog_CXX+set}" = set; then
 
3340
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3341
+  $as_echo_n "(cached) " >&6
 
3342
 else
 
3343
   if test -n "$CXX"; then
 
3344
   ac_cv_prog_CXX="$CXX" # Let the user override the test.
 
3345
@@ -5221,7 +5351,7 @@
 
3346
   for ac_exec_ext in '' $ac_executable_extensions; do
 
3347
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
3348
     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
 
3349
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3350
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3351
     break 2
 
3352
   fi
 
3353
 done
 
3354
@@ -5232,11 +5362,11 @@
 
3355
 fi
 
3356
 CXX=$ac_cv_prog_CXX
 
3357
 if test -n "$CXX"; then
 
3358
-  { echo "$as_me:$LINENO: result: $CXX" >&5
 
3359
-echo "${ECHO_T}$CXX" >&6; }
 
3360
+  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
 
3361
+$as_echo "$CXX" >&6; }
 
3362
 else
 
3363
-  { echo "$as_me:$LINENO: result: no" >&5
 
3364
-echo "${ECHO_T}no" >&6; }
 
3365
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
3366
+$as_echo "no" >&6; }
 
3367
 fi
 
3368
 
 
3369
 
 
3370
@@ -5249,10 +5379,10 @@
 
3371
 do
 
3372
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
3373
 set dummy $ac_prog; ac_word=$2
 
3374
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3375
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
3376
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3377
+$as_echo_n "checking for $ac_word... " >&6; }
 
3378
 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
 
3379
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3380
+  $as_echo_n "(cached) " >&6
 
3381
 else
 
3382
   if test -n "$ac_ct_CXX"; then
 
3383
   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
 
3384
@@ -5265,7 +5395,7 @@
 
3385
   for ac_exec_ext in '' $ac_executable_extensions; do
 
3386
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
3387
     ac_cv_prog_ac_ct_CXX="$ac_prog"
 
3388
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3389
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3390
     break 2
 
3391
   fi
 
3392
 done
 
3393
@@ -5276,11 +5406,11 @@
 
3394
 fi
 
3395
 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
 
3396
 if test -n "$ac_ct_CXX"; then
 
3397
-  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
 
3398
-echo "${ECHO_T}$ac_ct_CXX" >&6; }
 
3399
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
 
3400
+$as_echo "$ac_ct_CXX" >&6; }
 
3401
 else
 
3402
-  { echo "$as_me:$LINENO: result: no" >&5
 
3403
-echo "${ECHO_T}no" >&6; }
 
3404
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
3405
+$as_echo "no" >&6; }
 
3406
 fi
 
3407
 
 
3408
 
 
3409
@@ -5292,12 +5422,8 @@
 
3410
   else
 
3411
     case $cross_compiling:$ac_tool_warned in
 
3412
 yes:)
 
3413
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
3414
-whose name does not start with the host triplet.  If you think this
 
3415
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
3416
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
3417
-whose name does not start with the host triplet.  If you think this
 
3418
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
3419
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
3420
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
3421
 ac_tool_warned=yes ;;
 
3422
 esac
 
3423
     CXX=$ac_ct_CXX
 
3424
@@ -5307,43 +5433,47 @@
 
3425
   fi
 
3426
 fi
 
3427
 # Provide some information about the compiler.
 
3428
-echo "$as_me:$LINENO: checking for C++ compiler version" >&5
 
3429
-ac_compiler=`set X $ac_compile; echo $2`
 
3430
+$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
 
3431
+set X $ac_compile
 
3432
+ac_compiler=$2
 
3433
 { (ac_try="$ac_compiler --version >&5"
 
3434
 case "(($ac_try" in
 
3435
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3436
   *) ac_try_echo=$ac_try;;
 
3437
 esac
 
3438
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3439
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3440
+$as_echo "$ac_try_echo") >&5
 
3441
   (eval "$ac_compiler --version >&5") 2>&5
 
3442
   ac_status=$?
 
3443
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3444
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3445
   (exit $ac_status); }
 
3446
 { (ac_try="$ac_compiler -v >&5"
 
3447
 case "(($ac_try" in
 
3448
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3449
   *) ac_try_echo=$ac_try;;
 
3450
 esac
 
3451
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3452
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3453
+$as_echo "$ac_try_echo") >&5
 
3454
   (eval "$ac_compiler -v >&5") 2>&5
 
3455
   ac_status=$?
 
3456
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3457
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3458
   (exit $ac_status); }
 
3459
 { (ac_try="$ac_compiler -V >&5"
 
3460
 case "(($ac_try" in
 
3461
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3462
   *) ac_try_echo=$ac_try;;
 
3463
 esac
 
3464
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3465
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3466
+$as_echo "$ac_try_echo") >&5
 
3467
   (eval "$ac_compiler -V >&5") 2>&5
 
3468
   ac_status=$?
 
3469
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3470
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3471
   (exit $ac_status); }
 
3472
 
 
3473
-{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
 
3474
-echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
 
3475
+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
 
3476
+$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
 
3477
 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
 
3478
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3479
+  $as_echo_n "(cached) " >&6
 
3480
 else
 
3481
   cat >conftest.$ac_ext <<_ACEOF
 
3482
 /* confdefs.h.  */
 
3483
@@ -5369,20 +5499,21 @@
 
3484
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3485
   *) ac_try_echo=$ac_try;;
 
3486
 esac
 
3487
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3488
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3489
+$as_echo "$ac_try_echo") >&5
 
3490
   (eval "$ac_compile") 2>conftest.er1
 
3491
   ac_status=$?
 
3492
   grep -v '^ *+' conftest.er1 >conftest.err
 
3493
   rm -f conftest.er1
 
3494
   cat conftest.err >&5
 
3495
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3496
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3497
   (exit $ac_status); } && {
 
3498
         test -z "$ac_cxx_werror_flag" ||
 
3499
         test ! -s conftest.err
 
3500
        } && test -s conftest.$ac_objext; then
 
3501
   ac_compiler_gnu=yes
 
3502
 else
 
3503
-  echo "$as_me: failed program was:" >&5
 
3504
+  $as_echo "$as_me: failed program was:" >&5
 
3505
 sed 's/^/| /' conftest.$ac_ext >&5
 
3506
 
 
3507
        ac_compiler_gnu=no
 
3508
@@ -5392,15 +5523,19 @@
 
3509
 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
 
3510
 
 
3511
 fi
 
3512
-{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
 
3513
-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
 
3514
-GXX=`test $ac_compiler_gnu = yes && echo yes`
 
3515
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
 
3516
+$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
 
3517
+if test $ac_compiler_gnu = yes; then
 
3518
+  GXX=yes
 
3519
+else
 
3520
+  GXX=
 
3521
+fi
 
3522
 ac_test_CXXFLAGS=${CXXFLAGS+set}
 
3523
 ac_save_CXXFLAGS=$CXXFLAGS
 
3524
-{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
 
3525
-echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
 
3526
+{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
 
3527
+$as_echo_n "checking whether $CXX accepts -g... " >&6; }
 
3528
 if test "${ac_cv_prog_cxx_g+set}" = set; then
 
3529
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3530
+  $as_echo_n "(cached) " >&6
 
3531
 else
 
3532
   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
 
3533
    ac_cxx_werror_flag=yes
 
3534
@@ -5427,20 +5562,21 @@
 
3535
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3536
   *) ac_try_echo=$ac_try;;
 
3537
 esac
 
3538
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3539
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3540
+$as_echo "$ac_try_echo") >&5
 
3541
   (eval "$ac_compile") 2>conftest.er1
 
3542
   ac_status=$?
 
3543
   grep -v '^ *+' conftest.er1 >conftest.err
 
3544
   rm -f conftest.er1
 
3545
   cat conftest.err >&5
 
3546
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3547
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3548
   (exit $ac_status); } && {
 
3549
         test -z "$ac_cxx_werror_flag" ||
 
3550
         test ! -s conftest.err
 
3551
        } && test -s conftest.$ac_objext; then
 
3552
   ac_cv_prog_cxx_g=yes
 
3553
 else
 
3554
-  echo "$as_me: failed program was:" >&5
 
3555
+  $as_echo "$as_me: failed program was:" >&5
 
3556
 sed 's/^/| /' conftest.$ac_ext >&5
 
3557
 
 
3558
        CXXFLAGS=""
 
3559
@@ -5465,20 +5601,21 @@
 
3560
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3561
   *) ac_try_echo=$ac_try;;
 
3562
 esac
 
3563
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3564
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3565
+$as_echo "$ac_try_echo") >&5
 
3566
   (eval "$ac_compile") 2>conftest.er1
 
3567
   ac_status=$?
 
3568
   grep -v '^ *+' conftest.er1 >conftest.err
 
3569
   rm -f conftest.er1
 
3570
   cat conftest.err >&5
 
3571
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3572
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3573
   (exit $ac_status); } && {
 
3574
         test -z "$ac_cxx_werror_flag" ||
 
3575
         test ! -s conftest.err
 
3576
        } && test -s conftest.$ac_objext; then
 
3577
   :
 
3578
 else
 
3579
-  echo "$as_me: failed program was:" >&5
 
3580
+  $as_echo "$as_me: failed program was:" >&5
 
3581
 sed 's/^/| /' conftest.$ac_ext >&5
 
3582
 
 
3583
        ac_cxx_werror_flag=$ac_save_cxx_werror_flag
 
3584
@@ -5504,20 +5641,21 @@
 
3585
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3586
   *) ac_try_echo=$ac_try;;
 
3587
 esac
 
3588
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3589
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3590
+$as_echo "$ac_try_echo") >&5
 
3591
   (eval "$ac_compile") 2>conftest.er1
 
3592
   ac_status=$?
 
3593
   grep -v '^ *+' conftest.er1 >conftest.err
 
3594
   rm -f conftest.er1
 
3595
   cat conftest.err >&5
 
3596
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3597
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3598
   (exit $ac_status); } && {
 
3599
         test -z "$ac_cxx_werror_flag" ||
 
3600
         test ! -s conftest.err
 
3601
        } && test -s conftest.$ac_objext; then
 
3602
   ac_cv_prog_cxx_g=yes
 
3603
 else
 
3604
-  echo "$as_me: failed program was:" >&5
 
3605
+  $as_echo "$as_me: failed program was:" >&5
 
3606
 sed 's/^/| /' conftest.$ac_ext >&5
 
3607
 
 
3608
 
 
3609
@@ -5532,8 +5670,8 @@
 
3610
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
3611
    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
 
3612
 fi
 
3613
-{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
 
3614
-echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
 
3615
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
 
3616
+$as_echo "$ac_cv_prog_cxx_g" >&6; }
 
3617
 if test "$ac_test_CXXFLAGS" = set; then
 
3618
   CXXFLAGS=$ac_save_CXXFLAGS
 
3619
 elif test $ac_cv_prog_cxx_g = yes; then
 
3620
@@ -5557,10 +5695,10 @@
 
3621
 
 
3622
 depcc="$CXX"  am_compiler_list=
 
3623
 
 
3624
-{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
3625
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 
3626
+{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
3627
+$as_echo_n "checking dependency style of $depcc... " >&6; }
 
3628
 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
 
3629
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3630
+  $as_echo_n "(cached) " >&6
 
3631
 else
 
3632
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
3633
   # We make a subdir and do the tests there.  Otherwise we can end up
 
3634
@@ -5647,8 +5785,8 @@
 
3635
 fi
 
3636
 
 
3637
 fi
 
3638
-{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
 
3639
-echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
 
3640
+{ $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
 
3641
+$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
 
3642
 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
 
3643
 
 
3644
 
 
3645
@@ -5674,11 +5812,11 @@
 
3646
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
3647
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
3648
 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
3649
-{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
 
3650
-echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
 
3651
+{ $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
 
3652
+$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
 
3653
 if test -z "$CXXCPP"; then
 
3654
   if test "${ac_cv_prog_CXXCPP+set}" = set; then
 
3655
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3656
+  $as_echo_n "(cached) " >&6
 
3657
 else
 
3658
       # Double quotes because CXXCPP needs to be expanded
 
3659
     for CXXCPP in "$CXX -E" "/lib/cpp"
 
3660
@@ -5710,20 +5848,21 @@
 
3661
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3662
   *) ac_try_echo=$ac_try;;
 
3663
 esac
 
3664
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3665
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3666
+$as_echo "$ac_try_echo") >&5
 
3667
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
3668
   ac_status=$?
 
3669
   grep -v '^ *+' conftest.er1 >conftest.err
 
3670
   rm -f conftest.er1
 
3671
   cat conftest.err >&5
 
3672
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3673
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3674
   (exit $ac_status); } >/dev/null && {
 
3675
         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
3676
         test ! -s conftest.err
 
3677
        }; then
 
3678
   :
 
3679
 else
 
3680
-  echo "$as_me: failed program was:" >&5
 
3681
+  $as_echo "$as_me: failed program was:" >&5
 
3682
 sed 's/^/| /' conftest.$ac_ext >&5
 
3683
 
 
3684
   # Broken: fails on valid input.
 
3685
@@ -5747,13 +5886,14 @@
 
3686
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3687
   *) ac_try_echo=$ac_try;;
 
3688
 esac
 
3689
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3690
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3691
+$as_echo "$ac_try_echo") >&5
 
3692
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
3693
   ac_status=$?
 
3694
   grep -v '^ *+' conftest.er1 >conftest.err
 
3695
   rm -f conftest.er1
 
3696
   cat conftest.err >&5
 
3697
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3698
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3699
   (exit $ac_status); } >/dev/null && {
 
3700
         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
3701
         test ! -s conftest.err
 
3702
@@ -5761,7 +5901,7 @@
 
3703
   # Broken: success on invalid input.
 
3704
 continue
 
3705
 else
 
3706
-  echo "$as_me: failed program was:" >&5
 
3707
+  $as_echo "$as_me: failed program was:" >&5
 
3708
 sed 's/^/| /' conftest.$ac_ext >&5
 
3709
 
 
3710
   # Passes both tests.
 
3711
@@ -5786,8 +5926,8 @@
 
3712
 else
 
3713
   ac_cv_prog_CXXCPP=$CXXCPP
 
3714
 fi
 
3715
-{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
 
3716
-echo "${ECHO_T}$CXXCPP" >&6; }
 
3717
+{ $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5
 
3718
+$as_echo "$CXXCPP" >&6; }
 
3719
 ac_preproc_ok=false
 
3720
 for ac_cxx_preproc_warn_flag in '' yes
 
3721
 do
 
3722
@@ -5815,20 +5955,21 @@
 
3723
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3724
   *) ac_try_echo=$ac_try;;
 
3725
 esac
 
3726
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3727
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3728
+$as_echo "$ac_try_echo") >&5
 
3729
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
3730
   ac_status=$?
 
3731
   grep -v '^ *+' conftest.er1 >conftest.err
 
3732
   rm -f conftest.er1
 
3733
   cat conftest.err >&5
 
3734
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3735
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3736
   (exit $ac_status); } >/dev/null && {
 
3737
         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
3738
         test ! -s conftest.err
 
3739
        }; then
 
3740
   :
 
3741
 else
 
3742
-  echo "$as_me: failed program was:" >&5
 
3743
+  $as_echo "$as_me: failed program was:" >&5
 
3744
 sed 's/^/| /' conftest.$ac_ext >&5
 
3745
 
 
3746
   # Broken: fails on valid input.
 
3747
@@ -5852,13 +5993,14 @@
 
3748
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3749
   *) ac_try_echo=$ac_try;;
 
3750
 esac
 
3751
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3752
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3753
+$as_echo "$ac_try_echo") >&5
 
3754
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
3755
   ac_status=$?
 
3756
   grep -v '^ *+' conftest.er1 >conftest.err
 
3757
   rm -f conftest.er1
 
3758
   cat conftest.err >&5
 
3759
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3760
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3761
   (exit $ac_status); } >/dev/null && {
 
3762
         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
3763
         test ! -s conftest.err
 
3764
@@ -5866,7 +6008,7 @@
 
3765
   # Broken: success on invalid input.
 
3766
 continue
 
3767
 else
 
3768
-  echo "$as_me: failed program was:" >&5
 
3769
+  $as_echo "$as_me: failed program was:" >&5
 
3770
 sed 's/^/| /' conftest.$ac_ext >&5
 
3771
 
 
3772
   # Passes both tests.
 
3773
@@ -5882,11 +6024,13 @@
 
3774
 if $ac_preproc_ok; then
 
3775
   :
 
3776
 else
 
3777
-  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
 
3778
+  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
3779
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
3780
+{ { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
 
3781
 See \`config.log' for more details." >&5
 
3782
-echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
 
3783
+$as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
 
3784
 See \`config.log' for more details." >&2;}
 
3785
-   { (exit 1); exit 1; }; }
 
3786
+   { (exit 1); exit 1; }; }; }
 
3787
 fi
 
3788
 
 
3789
 ac_ext=cpp
 
3790
@@ -5907,10 +6051,10 @@
 
3791
   do
 
3792
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
3793
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
3794
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3795
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
3796
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3797
+$as_echo_n "checking for $ac_word... " >&6; }
 
3798
 if test "${ac_cv_prog_F77+set}" = set; then
 
3799
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3800
+  $as_echo_n "(cached) " >&6
 
3801
 else
 
3802
   if test -n "$F77"; then
 
3803
   ac_cv_prog_F77="$F77" # Let the user override the test.
 
3804
@@ -5923,7 +6067,7 @@
 
3805
   for ac_exec_ext in '' $ac_executable_extensions; do
 
3806
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
3807
     ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
 
3808
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3809
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3810
     break 2
 
3811
   fi
 
3812
 done
 
3813
@@ -5934,11 +6078,11 @@
 
3814
 fi
 
3815
 F77=$ac_cv_prog_F77
 
3816
 if test -n "$F77"; then
 
3817
-  { echo "$as_me:$LINENO: result: $F77" >&5
 
3818
-echo "${ECHO_T}$F77" >&6; }
 
3819
+  { $as_echo "$as_me:$LINENO: result: $F77" >&5
 
3820
+$as_echo "$F77" >&6; }
 
3821
 else
 
3822
-  { echo "$as_me:$LINENO: result: no" >&5
 
3823
-echo "${ECHO_T}no" >&6; }
 
3824
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
3825
+$as_echo "no" >&6; }
 
3826
 fi
 
3827
 
 
3828
 
 
3829
@@ -5951,10 +6095,10 @@
 
3830
 do
 
3831
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
3832
 set dummy $ac_prog; ac_word=$2
 
3833
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3834
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
3835
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3836
+$as_echo_n "checking for $ac_word... " >&6; }
 
3837
 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
 
3838
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3839
+  $as_echo_n "(cached) " >&6
 
3840
 else
 
3841
   if test -n "$ac_ct_F77"; then
 
3842
   ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
 
3843
@@ -5967,7 +6111,7 @@
 
3844
   for ac_exec_ext in '' $ac_executable_extensions; do
 
3845
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
3846
     ac_cv_prog_ac_ct_F77="$ac_prog"
 
3847
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3848
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3849
     break 2
 
3850
   fi
 
3851
 done
 
3852
@@ -5978,11 +6122,11 @@
 
3853
 fi
 
3854
 ac_ct_F77=$ac_cv_prog_ac_ct_F77
 
3855
 if test -n "$ac_ct_F77"; then
 
3856
-  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
 
3857
-echo "${ECHO_T}$ac_ct_F77" >&6; }
 
3858
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
 
3859
+$as_echo "$ac_ct_F77" >&6; }
 
3860
 else
 
3861
-  { echo "$as_me:$LINENO: result: no" >&5
 
3862
-echo "${ECHO_T}no" >&6; }
 
3863
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
3864
+$as_echo "no" >&6; }
 
3865
 fi
 
3866
 
 
3867
 
 
3868
@@ -5994,12 +6138,8 @@
 
3869
   else
 
3870
     case $cross_compiling:$ac_tool_warned in
 
3871
 yes:)
 
3872
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
3873
-whose name does not start with the host triplet.  If you think this
 
3874
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
3875
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
3876
-whose name does not start with the host triplet.  If you think this
 
3877
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
3878
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
3879
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
3880
 ac_tool_warned=yes ;;
 
3881
 esac
 
3882
     F77=$ac_ct_F77
 
3883
@@ -6008,37 +6148,41 @@
 
3884
 
 
3885
 
 
3886
 # Provide some information about the compiler.
 
3887
-echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
 
3888
-ac_compiler=`set X $ac_compile; echo $2`
 
3889
+$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
 
3890
+set X $ac_compile
 
3891
+ac_compiler=$2
 
3892
 { (ac_try="$ac_compiler --version >&5"
 
3893
 case "(($ac_try" in
 
3894
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3895
   *) ac_try_echo=$ac_try;;
 
3896
 esac
 
3897
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3898
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3899
+$as_echo "$ac_try_echo") >&5
 
3900
   (eval "$ac_compiler --version >&5") 2>&5
 
3901
   ac_status=$?
 
3902
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3903
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3904
   (exit $ac_status); }
 
3905
 { (ac_try="$ac_compiler -v >&5"
 
3906
 case "(($ac_try" in
 
3907
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3908
   *) ac_try_echo=$ac_try;;
 
3909
 esac
 
3910
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3911
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3912
+$as_echo "$ac_try_echo") >&5
 
3913
   (eval "$ac_compiler -v >&5") 2>&5
 
3914
   ac_status=$?
 
3915
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3916
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3917
   (exit $ac_status); }
 
3918
 { (ac_try="$ac_compiler -V >&5"
 
3919
 case "(($ac_try" in
 
3920
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3921
   *) ac_try_echo=$ac_try;;
 
3922
 esac
 
3923
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3924
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3925
+$as_echo "$ac_try_echo") >&5
 
3926
   (eval "$ac_compiler -V >&5") 2>&5
 
3927
   ac_status=$?
 
3928
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3929
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3930
   (exit $ac_status); }
 
3931
 rm -f a.out
 
3932
 
 
3933
@@ -6046,10 +6190,10 @@
 
3934
 # input file.  (Note that this only needs to work for GNU compilers.)
 
3935
 ac_save_ext=$ac_ext
 
3936
 ac_ext=F
 
3937
-{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
 
3938
-echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
 
3939
+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
 
3940
+$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
 
3941
 if test "${ac_cv_f77_compiler_gnu+set}" = set; then
 
3942
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3943
+  $as_echo_n "(cached) " >&6
 
3944
 else
 
3945
   cat >conftest.$ac_ext <<_ACEOF
 
3946
       program main
 
3947
@@ -6065,20 +6209,21 @@
 
3948
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3949
   *) ac_try_echo=$ac_try;;
 
3950
 esac
 
3951
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3952
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
3953
+$as_echo "$ac_try_echo") >&5
 
3954
   (eval "$ac_compile") 2>conftest.er1
 
3955
   ac_status=$?
 
3956
   grep -v '^ *+' conftest.er1 >conftest.err
 
3957
   rm -f conftest.er1
 
3958
   cat conftest.err >&5
 
3959
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3960
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3961
   (exit $ac_status); } && {
 
3962
         test -z "$ac_f77_werror_flag" ||
 
3963
         test ! -s conftest.err
 
3964
        } && test -s conftest.$ac_objext; then
 
3965
   ac_compiler_gnu=yes
 
3966
 else
 
3967
-  echo "$as_me: failed program was:" >&5
 
3968
+  $as_echo "$as_me: failed program was:" >&5
 
3969
 sed 's/^/| /' conftest.$ac_ext >&5
 
3970
 
 
3971
        ac_compiler_gnu=no
 
3972
@@ -6088,16 +6233,16 @@
 
3973
 ac_cv_f77_compiler_gnu=$ac_compiler_gnu
 
3974
 
 
3975
 fi
 
3976
-{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
 
3977
-echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
 
3978
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
 
3979
+$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
 
3980
 ac_ext=$ac_save_ext
 
3981
 ac_test_FFLAGS=${FFLAGS+set}
 
3982
 ac_save_FFLAGS=$FFLAGS
 
3983
 FFLAGS=
 
3984
-{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
 
3985
-echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
 
3986
+{ $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
 
3987
+$as_echo_n "checking whether $F77 accepts -g... " >&6; }
 
3988
 if test "${ac_cv_prog_f77_g+set}" = set; then
 
3989
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3990
+  $as_echo_n "(cached) " >&6
 
3991
 else
 
3992
   FFLAGS=-g
 
3993
 cat >conftest.$ac_ext <<_ACEOF
 
3994
@@ -6111,20 +6256,21 @@
 
3995
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3996
   *) ac_try_echo=$ac_try;;
 
3997
 esac
 
3998
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3999
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4000
+$as_echo "$ac_try_echo") >&5
 
4001
   (eval "$ac_compile") 2>conftest.er1
 
4002
   ac_status=$?
 
4003
   grep -v '^ *+' conftest.er1 >conftest.err
 
4004
   rm -f conftest.er1
 
4005
   cat conftest.err >&5
 
4006
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4007
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4008
   (exit $ac_status); } && {
 
4009
         test -z "$ac_f77_werror_flag" ||
 
4010
         test ! -s conftest.err
 
4011
        } && test -s conftest.$ac_objext; then
 
4012
   ac_cv_prog_f77_g=yes
 
4013
 else
 
4014
-  echo "$as_me: failed program was:" >&5
 
4015
+  $as_echo "$as_me: failed program was:" >&5
 
4016
 sed 's/^/| /' conftest.$ac_ext >&5
 
4017
 
 
4018
        ac_cv_prog_f77_g=no
 
4019
@@ -6133,8 +6279,8 @@
 
4020
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
4021
 
 
4022
 fi
 
4023
-{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
 
4024
-echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
 
4025
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
 
4026
+$as_echo "$ac_cv_prog_f77_g" >&6; }
 
4027
 if test "$ac_test_FFLAGS" = set; then
 
4028
   FFLAGS=$ac_save_FFLAGS
 
4029
 elif test $ac_cv_prog_f77_g = yes; then
 
4030
@@ -6151,7 +6297,11 @@
 
4031
   fi
 
4032
 fi
 
4033
 
 
4034
-G77=`test $ac_compiler_gnu = yes && echo yes`
 
4035
+if test $ac_compiler_gnu = yes; then
 
4036
+  G77=yes
 
4037
+else
 
4038
+  G77=
 
4039
+fi
 
4040
 ac_ext=c
 
4041
 ac_cpp='$CPP $CPPFLAGS'
 
4042
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
4043
@@ -6162,10 +6312,10 @@
 
4044
 
 
4045
 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
 
4046
 # find the maximum length of command line arguments
 
4047
-{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 
4048
-echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
 
4049
+{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 
4050
+$as_echo_n "checking the maximum length of command line arguments... " >&6; }
 
4051
 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
 
4052
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4053
+  $as_echo_n "(cached) " >&6
 
4054
 else
 
4055
     i=0
 
4056
   teststring="ABCD"
 
4057
@@ -6274,11 +6424,11 @@
 
4058
 fi
 
4059
 
 
4060
 if test -n $lt_cv_sys_max_cmd_len ; then
 
4061
-  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 
4062
-echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
 
4063
+  { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 
4064
+$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
 
4065
 else
 
4066
-  { echo "$as_me:$LINENO: result: none" >&5
 
4067
-echo "${ECHO_T}none" >&6; }
 
4068
+  { $as_echo "$as_me:$LINENO: result: none" >&5
 
4069
+$as_echo "none" >&6; }
 
4070
 fi
 
4071
 
 
4072
 
 
4073
@@ -6286,10 +6436,10 @@
 
4074
 
 
4075
 
 
4076
 # Check for command to grab the raw symbol name followed by C symbol from nm.
 
4077
-{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 
4078
-echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
 
4079
+{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 
4080
+$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
 
4081
 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
 
4082
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4083
+  $as_echo_n "(cached) " >&6
 
4084
 else
 
4085
 
 
4086
 # These are sane defaults that work on at least a few old systems.
 
4087
@@ -6394,14 +6544,14 @@
 
4088
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
4089
   (eval $ac_compile) 2>&5
 
4090
   ac_status=$?
 
4091
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4092
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4093
   (exit $ac_status); }; then
 
4094
     # Now try to grab the symbols.
 
4095
     nlist=conftest.nm
 
4096
     if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
 
4097
   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
 
4098
   ac_status=$?
 
4099
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4100
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4101
   (exit $ac_status); } && test -s "$nlist"; then
 
4102
       # Try sorting and uniquifying the output.
 
4103
       if sort "$nlist" | uniq > "$nlist"T; then
 
4104
@@ -6456,7 +6606,7 @@
 
4105
          if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
4106
   (eval $ac_link) 2>&5
 
4107
   ac_status=$?
 
4108
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4109
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4110
   (exit $ac_status); } && test -s conftest${ac_exeext}; then
 
4111
            pipe_works=yes
 
4112
          fi
 
4113
@@ -6491,17 +6641,17 @@
 
4114
   lt_cv_sys_global_symbol_to_cdecl=
 
4115
 fi
 
4116
 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 
4117
-  { echo "$as_me:$LINENO: result: failed" >&5
 
4118
-echo "${ECHO_T}failed" >&6; }
 
4119
+  { $as_echo "$as_me:$LINENO: result: failed" >&5
 
4120
+$as_echo "failed" >&6; }
 
4121
 else
 
4122
-  { echo "$as_me:$LINENO: result: ok" >&5
 
4123
-echo "${ECHO_T}ok" >&6; }
 
4124
+  { $as_echo "$as_me:$LINENO: result: ok" >&5
 
4125
+$as_echo "ok" >&6; }
 
4126
 fi
 
4127
 
 
4128
-{ echo "$as_me:$LINENO: checking for objdir" >&5
 
4129
-echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
 
4130
+{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
 
4131
+$as_echo_n "checking for objdir... " >&6; }
 
4132
 if test "${lt_cv_objdir+set}" = set; then
 
4133
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4134
+  $as_echo_n "(cached) " >&6
 
4135
 else
 
4136
   rm -f .libs 2>/dev/null
 
4137
 mkdir .libs 2>/dev/null
 
4138
@@ -6513,8 +6663,8 @@
 
4139
 fi
 
4140
 rmdir .libs 2>/dev/null
 
4141
 fi
 
4142
-{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 
4143
-echo "${ECHO_T}$lt_cv_objdir" >&6; }
 
4144
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 
4145
+$as_echo "$lt_cv_objdir" >&6; }
 
4146
 objdir=$lt_cv_objdir
 
4147
 
 
4148
 
 
4149
@@ -6565,10 +6715,10 @@
 
4150
 if test -n "$ac_tool_prefix"; then
 
4151
   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 
4152
 set dummy ${ac_tool_prefix}ar; ac_word=$2
 
4153
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4154
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
4155
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4156
+$as_echo_n "checking for $ac_word... " >&6; }
 
4157
 if test "${ac_cv_prog_AR+set}" = set; then
 
4158
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4159
+  $as_echo_n "(cached) " >&6
 
4160
 else
 
4161
   if test -n "$AR"; then
 
4162
   ac_cv_prog_AR="$AR" # Let the user override the test.
 
4163
@@ -6581,7 +6731,7 @@
 
4164
   for ac_exec_ext in '' $ac_executable_extensions; do
 
4165
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
4166
     ac_cv_prog_AR="${ac_tool_prefix}ar"
 
4167
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4168
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4169
     break 2
 
4170
   fi
 
4171
 done
 
4172
@@ -6592,11 +6742,11 @@
 
4173
 fi
 
4174
 AR=$ac_cv_prog_AR
 
4175
 if test -n "$AR"; then
 
4176
-  { echo "$as_me:$LINENO: result: $AR" >&5
 
4177
-echo "${ECHO_T}$AR" >&6; }
 
4178
+  { $as_echo "$as_me:$LINENO: result: $AR" >&5
 
4179
+$as_echo "$AR" >&6; }
 
4180
 else
 
4181
-  { echo "$as_me:$LINENO: result: no" >&5
 
4182
-echo "${ECHO_T}no" >&6; }
 
4183
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4184
+$as_echo "no" >&6; }
 
4185
 fi
 
4186
 
 
4187
 
 
4188
@@ -6605,10 +6755,10 @@
 
4189
   ac_ct_AR=$AR
 
4190
   # Extract the first word of "ar", so it can be a program name with args.
 
4191
 set dummy ar; ac_word=$2
 
4192
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4193
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
4194
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4195
+$as_echo_n "checking for $ac_word... " >&6; }
 
4196
 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
 
4197
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4198
+  $as_echo_n "(cached) " >&6
 
4199
 else
 
4200
   if test -n "$ac_ct_AR"; then
 
4201
   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
 
4202
@@ -6621,7 +6771,7 @@
 
4203
   for ac_exec_ext in '' $ac_executable_extensions; do
 
4204
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
4205
     ac_cv_prog_ac_ct_AR="ar"
 
4206
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4207
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4208
     break 2
 
4209
   fi
 
4210
 done
 
4211
@@ -6632,11 +6782,11 @@
 
4212
 fi
 
4213
 ac_ct_AR=$ac_cv_prog_ac_ct_AR
 
4214
 if test -n "$ac_ct_AR"; then
 
4215
-  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 
4216
-echo "${ECHO_T}$ac_ct_AR" >&6; }
 
4217
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 
4218
+$as_echo "$ac_ct_AR" >&6; }
 
4219
 else
 
4220
-  { echo "$as_me:$LINENO: result: no" >&5
 
4221
-echo "${ECHO_T}no" >&6; }
 
4222
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4223
+$as_echo "no" >&6; }
 
4224
 fi
 
4225
 
 
4226
   if test "x$ac_ct_AR" = x; then
 
4227
@@ -6644,12 +6794,8 @@
 
4228
   else
 
4229
     case $cross_compiling:$ac_tool_warned in
 
4230
 yes:)
 
4231
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
4232
-whose name does not start with the host triplet.  If you think this
 
4233
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
4234
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
4235
-whose name does not start with the host triplet.  If you think this
 
4236
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
4237
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
4238
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
4239
 ac_tool_warned=yes ;;
 
4240
 esac
 
4241
     AR=$ac_ct_AR
 
4242
@@ -6661,10 +6807,10 @@
 
4243
 if test -n "$ac_tool_prefix"; then
 
4244
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 
4245
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 
4246
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4247
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
4248
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4249
+$as_echo_n "checking for $ac_word... " >&6; }
 
4250
 if test "${ac_cv_prog_RANLIB+set}" = set; then
 
4251
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4252
+  $as_echo_n "(cached) " >&6
 
4253
 else
 
4254
   if test -n "$RANLIB"; then
 
4255
   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
 
4256
@@ -6677,7 +6823,7 @@
 
4257
   for ac_exec_ext in '' $ac_executable_extensions; do
 
4258
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
4259
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
 
4260
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4261
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4262
     break 2
 
4263
   fi
 
4264
 done
 
4265
@@ -6688,11 +6834,11 @@
 
4266
 fi
 
4267
 RANLIB=$ac_cv_prog_RANLIB
 
4268
 if test -n "$RANLIB"; then
 
4269
-  { echo "$as_me:$LINENO: result: $RANLIB" >&5
 
4270
-echo "${ECHO_T}$RANLIB" >&6; }
 
4271
+  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
 
4272
+$as_echo "$RANLIB" >&6; }
 
4273
 else
 
4274
-  { echo "$as_me:$LINENO: result: no" >&5
 
4275
-echo "${ECHO_T}no" >&6; }
 
4276
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4277
+$as_echo "no" >&6; }
 
4278
 fi
 
4279
 
 
4280
 
 
4281
@@ -6701,10 +6847,10 @@
 
4282
   ac_ct_RANLIB=$RANLIB
 
4283
   # Extract the first word of "ranlib", so it can be a program name with args.
 
4284
 set dummy ranlib; ac_word=$2
 
4285
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4286
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
4287
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4288
+$as_echo_n "checking for $ac_word... " >&6; }
 
4289
 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
 
4290
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4291
+  $as_echo_n "(cached) " >&6
 
4292
 else
 
4293
   if test -n "$ac_ct_RANLIB"; then
 
4294
   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
 
4295
@@ -6717,7 +6863,7 @@
 
4296
   for ac_exec_ext in '' $ac_executable_extensions; do
 
4297
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
4298
     ac_cv_prog_ac_ct_RANLIB="ranlib"
 
4299
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4300
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4301
     break 2
 
4302
   fi
 
4303
 done
 
4304
@@ -6728,11 +6874,11 @@
 
4305
 fi
 
4306
 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 
4307
 if test -n "$ac_ct_RANLIB"; then
 
4308
-  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 
4309
-echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
 
4310
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 
4311
+$as_echo "$ac_ct_RANLIB" >&6; }
 
4312
 else
 
4313
-  { echo "$as_me:$LINENO: result: no" >&5
 
4314
-echo "${ECHO_T}no" >&6; }
 
4315
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4316
+$as_echo "no" >&6; }
 
4317
 fi
 
4318
 
 
4319
   if test "x$ac_ct_RANLIB" = x; then
 
4320
@@ -6740,12 +6886,8 @@
 
4321
   else
 
4322
     case $cross_compiling:$ac_tool_warned in
 
4323
 yes:)
 
4324
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
4325
-whose name does not start with the host triplet.  If you think this
 
4326
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
4327
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
4328
-whose name does not start with the host triplet.  If you think this
 
4329
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
4330
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
4331
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
4332
 ac_tool_warned=yes ;;
 
4333
 esac
 
4334
     RANLIB=$ac_ct_RANLIB
 
4335
@@ -6757,10 +6899,10 @@
 
4336
 if test -n "$ac_tool_prefix"; then
 
4337
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
4338
 set dummy ${ac_tool_prefix}strip; ac_word=$2
 
4339
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4340
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
4341
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4342
+$as_echo_n "checking for $ac_word... " >&6; }
 
4343
 if test "${ac_cv_prog_STRIP+set}" = set; then
 
4344
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4345
+  $as_echo_n "(cached) " >&6
 
4346
 else
 
4347
   if test -n "$STRIP"; then
 
4348
   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 
4349
@@ -6773,7 +6915,7 @@
 
4350
   for ac_exec_ext in '' $ac_executable_extensions; do
 
4351
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
4352
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
4353
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4354
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4355
     break 2
 
4356
   fi
 
4357
 done
 
4358
@@ -6784,11 +6926,11 @@
 
4359
 fi
 
4360
 STRIP=$ac_cv_prog_STRIP
 
4361
 if test -n "$STRIP"; then
 
4362
-  { echo "$as_me:$LINENO: result: $STRIP" >&5
 
4363
-echo "${ECHO_T}$STRIP" >&6; }
 
4364
+  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
 
4365
+$as_echo "$STRIP" >&6; }
 
4366
 else
 
4367
-  { echo "$as_me:$LINENO: result: no" >&5
 
4368
-echo "${ECHO_T}no" >&6; }
 
4369
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4370
+$as_echo "no" >&6; }
 
4371
 fi
 
4372
 
 
4373
 
 
4374
@@ -6797,10 +6939,10 @@
 
4375
   ac_ct_STRIP=$STRIP
 
4376
   # Extract the first word of "strip", so it can be a program name with args.
 
4377
 set dummy strip; ac_word=$2
 
4378
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4379
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
4380
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4381
+$as_echo_n "checking for $ac_word... " >&6; }
 
4382
 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 
4383
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4384
+  $as_echo_n "(cached) " >&6
 
4385
 else
 
4386
   if test -n "$ac_ct_STRIP"; then
 
4387
   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 
4388
@@ -6813,7 +6955,7 @@
 
4389
   for ac_exec_ext in '' $ac_executable_extensions; do
 
4390
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
4391
     ac_cv_prog_ac_ct_STRIP="strip"
 
4392
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4393
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4394
     break 2
 
4395
   fi
 
4396
 done
 
4397
@@ -6824,11 +6966,11 @@
 
4398
 fi
 
4399
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
4400
 if test -n "$ac_ct_STRIP"; then
 
4401
-  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
4402
-echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 
4403
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
4404
+$as_echo "$ac_ct_STRIP" >&6; }
 
4405
 else
 
4406
-  { echo "$as_me:$LINENO: result: no" >&5
 
4407
-echo "${ECHO_T}no" >&6; }
 
4408
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4409
+$as_echo "no" >&6; }
 
4410
 fi
 
4411
 
 
4412
   if test "x$ac_ct_STRIP" = x; then
 
4413
@@ -6836,12 +6978,8 @@
 
4414
   else
 
4415
     case $cross_compiling:$ac_tool_warned in
 
4416
 yes:)
 
4417
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
4418
-whose name does not start with the host triplet.  If you think this
 
4419
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
4420
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
4421
-whose name does not start with the host triplet.  If you think this
 
4422
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
4423
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
4424
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
4425
 ac_tool_warned=yes ;;
 
4426
 esac
 
4427
     STRIP=$ac_ct_STRIP
 
4428
@@ -6904,10 +7042,10 @@
 
4429
 case $deplibs_check_method in
 
4430
 file_magic*)
 
4431
   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 
4432
-    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 
4433
-echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
 
4434
+    { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 
4435
+$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
 
4436
 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 
4437
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4438
+  $as_echo_n "(cached) " >&6
 
4439
 else
 
4440
   case $MAGIC_CMD in
 
4441
 [\\/*] |  ?:[\\/]*)
 
4442
@@ -6957,19 +7095,19 @@
 
4443
 
 
4444
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
4445
 if test -n "$MAGIC_CMD"; then
 
4446
-  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
4447
-echo "${ECHO_T}$MAGIC_CMD" >&6; }
 
4448
+  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
4449
+$as_echo "$MAGIC_CMD" >&6; }
 
4450
 else
 
4451
-  { echo "$as_me:$LINENO: result: no" >&5
 
4452
-echo "${ECHO_T}no" >&6; }
 
4453
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4454
+$as_echo "no" >&6; }
 
4455
 fi
 
4456
 
 
4457
 if test -z "$lt_cv_path_MAGIC_CMD"; then
 
4458
   if test -n "$ac_tool_prefix"; then
 
4459
-    { echo "$as_me:$LINENO: checking for file" >&5
 
4460
-echo $ECHO_N "checking for file... $ECHO_C" >&6; }
 
4461
+    { $as_echo "$as_me:$LINENO: checking for file" >&5
 
4462
+$as_echo_n "checking for file... " >&6; }
 
4463
 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 
4464
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4465
+  $as_echo_n "(cached) " >&6
 
4466
 else
 
4467
   case $MAGIC_CMD in
 
4468
 [\\/*] |  ?:[\\/]*)
 
4469
@@ -7019,11 +7157,11 @@
 
4470
 
 
4471
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
4472
 if test -n "$MAGIC_CMD"; then
 
4473
-  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
4474
-echo "${ECHO_T}$MAGIC_CMD" >&6; }
 
4475
+  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
4476
+$as_echo "$MAGIC_CMD" >&6; }
 
4477
 else
 
4478
-  { echo "$as_me:$LINENO: result: no" >&5
 
4479
-echo "${ECHO_T}no" >&6; }
 
4480
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4481
+$as_echo "no" >&6; }
 
4482
 fi
 
4483
 
 
4484
   else
 
4485
@@ -7041,10 +7179,10 @@
 
4486
     if test -n "$ac_tool_prefix"; then
 
4487
   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
 
4488
 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
 
4489
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4490
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
4491
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4492
+$as_echo_n "checking for $ac_word... " >&6; }
 
4493
 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
 
4494
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4495
+  $as_echo_n "(cached) " >&6
 
4496
 else
 
4497
   if test -n "$DSYMUTIL"; then
 
4498
   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
 
4499
@@ -7057,7 +7195,7 @@
 
4500
   for ac_exec_ext in '' $ac_executable_extensions; do
 
4501
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
4502
     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
 
4503
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4504
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4505
     break 2
 
4506
   fi
 
4507
 done
 
4508
@@ -7068,11 +7206,11 @@
 
4509
 fi
 
4510
 DSYMUTIL=$ac_cv_prog_DSYMUTIL
 
4511
 if test -n "$DSYMUTIL"; then
 
4512
-  { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
 
4513
-echo "${ECHO_T}$DSYMUTIL" >&6; }
 
4514
+  { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
 
4515
+$as_echo "$DSYMUTIL" >&6; }
 
4516
 else
 
4517
-  { echo "$as_me:$LINENO: result: no" >&5
 
4518
-echo "${ECHO_T}no" >&6; }
 
4519
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4520
+$as_echo "no" >&6; }
 
4521
 fi
 
4522
 
 
4523
 
 
4524
@@ -7081,10 +7219,10 @@
 
4525
   ac_ct_DSYMUTIL=$DSYMUTIL
 
4526
   # Extract the first word of "dsymutil", so it can be a program name with args.
 
4527
 set dummy dsymutil; ac_word=$2
 
4528
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4529
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
4530
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4531
+$as_echo_n "checking for $ac_word... " >&6; }
 
4532
 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
 
4533
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4534
+  $as_echo_n "(cached) " >&6
 
4535
 else
 
4536
   if test -n "$ac_ct_DSYMUTIL"; then
 
4537
   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
 
4538
@@ -7097,7 +7235,7 @@
 
4539
   for ac_exec_ext in '' $ac_executable_extensions; do
 
4540
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
4541
     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
 
4542
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4543
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4544
     break 2
 
4545
   fi
 
4546
 done
 
4547
@@ -7108,11 +7246,11 @@
 
4548
 fi
 
4549
 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
 
4550
 if test -n "$ac_ct_DSYMUTIL"; then
 
4551
-  { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
 
4552
-echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
 
4553
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
 
4554
+$as_echo "$ac_ct_DSYMUTIL" >&6; }
 
4555
 else
 
4556
-  { echo "$as_me:$LINENO: result: no" >&5
 
4557
-echo "${ECHO_T}no" >&6; }
 
4558
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4559
+$as_echo "no" >&6; }
 
4560
 fi
 
4561
 
 
4562
   if test "x$ac_ct_DSYMUTIL" = x; then
 
4563
@@ -7120,12 +7258,8 @@
 
4564
   else
 
4565
     case $cross_compiling:$ac_tool_warned in
 
4566
 yes:)
 
4567
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
4568
-whose name does not start with the host triplet.  If you think this
 
4569
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
4570
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
4571
-whose name does not start with the host triplet.  If you think this
 
4572
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
4573
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
4574
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
4575
 ac_tool_warned=yes ;;
 
4576
 esac
 
4577
     DSYMUTIL=$ac_ct_DSYMUTIL
 
4578
@@ -7137,10 +7271,10 @@
 
4579
     if test -n "$ac_tool_prefix"; then
 
4580
   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
 
4581
 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
 
4582
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4583
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
4584
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4585
+$as_echo_n "checking for $ac_word... " >&6; }
 
4586
 if test "${ac_cv_prog_NMEDIT+set}" = set; then
 
4587
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4588
+  $as_echo_n "(cached) " >&6
 
4589
 else
 
4590
   if test -n "$NMEDIT"; then
 
4591
   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
 
4592
@@ -7153,7 +7287,7 @@
 
4593
   for ac_exec_ext in '' $ac_executable_extensions; do
 
4594
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
4595
     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
 
4596
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4597
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4598
     break 2
 
4599
   fi
 
4600
 done
 
4601
@@ -7164,11 +7298,11 @@
 
4602
 fi
 
4603
 NMEDIT=$ac_cv_prog_NMEDIT
 
4604
 if test -n "$NMEDIT"; then
 
4605
-  { echo "$as_me:$LINENO: result: $NMEDIT" >&5
 
4606
-echo "${ECHO_T}$NMEDIT" >&6; }
 
4607
+  { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
 
4608
+$as_echo "$NMEDIT" >&6; }
 
4609
 else
 
4610
-  { echo "$as_me:$LINENO: result: no" >&5
 
4611
-echo "${ECHO_T}no" >&6; }
 
4612
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4613
+$as_echo "no" >&6; }
 
4614
 fi
 
4615
 
 
4616
 
 
4617
@@ -7177,10 +7311,10 @@
 
4618
   ac_ct_NMEDIT=$NMEDIT
 
4619
   # Extract the first word of "nmedit", so it can be a program name with args.
 
4620
 set dummy nmedit; ac_word=$2
 
4621
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4622
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
4623
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4624
+$as_echo_n "checking for $ac_word... " >&6; }
 
4625
 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
 
4626
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4627
+  $as_echo_n "(cached) " >&6
 
4628
 else
 
4629
   if test -n "$ac_ct_NMEDIT"; then
 
4630
   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
 
4631
@@ -7193,7 +7327,7 @@
 
4632
   for ac_exec_ext in '' $ac_executable_extensions; do
 
4633
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
4634
     ac_cv_prog_ac_ct_NMEDIT="nmedit"
 
4635
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4636
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4637
     break 2
 
4638
   fi
 
4639
 done
 
4640
@@ -7204,11 +7338,11 @@
 
4641
 fi
 
4642
 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
 
4643
 if test -n "$ac_ct_NMEDIT"; then
 
4644
-  { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 
4645
-echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
 
4646
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 
4647
+$as_echo "$ac_ct_NMEDIT" >&6; }
 
4648
 else
 
4649
-  { echo "$as_me:$LINENO: result: no" >&5
 
4650
-echo "${ECHO_T}no" >&6; }
 
4651
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4652
+$as_echo "no" >&6; }
 
4653
 fi
 
4654
 
 
4655
   if test "x$ac_ct_NMEDIT" = x; then
 
4656
@@ -7216,12 +7350,8 @@
 
4657
   else
 
4658
     case $cross_compiling:$ac_tool_warned in
 
4659
 yes:)
 
4660
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
4661
-whose name does not start with the host triplet.  If you think this
 
4662
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
4663
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
4664
-whose name does not start with the host triplet.  If you think this
 
4665
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
4666
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
4667
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
4668
 ac_tool_warned=yes ;;
 
4669
 esac
 
4670
     NMEDIT=$ac_ct_NMEDIT
 
4671
@@ -7231,10 +7361,10 @@
 
4672
 fi
 
4673
 
 
4674
 
 
4675
-    { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 
4676
-echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
 
4677
+    { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 
4678
+$as_echo_n "checking for -single_module linker flag... " >&6; }
 
4679
 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
 
4680
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4681
+  $as_echo_n "(cached) " >&6
 
4682
 else
 
4683
   lt_cv_apple_cc_single_mod=no
 
4684
       if test -z "${LT_MULTI_MODULE}"; then
 
4685
@@ -7252,12 +7382,12 @@
 
4686
    rm conftest.c
 
4687
       fi
 
4688
 fi
 
4689
-{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 
4690
-echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
 
4691
-    { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 
4692
-echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
 
4693
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 
4694
+$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
 
4695
+    { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 
4696
+$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
 
4697
 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
 
4698
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4699
+  $as_echo_n "(cached) " >&6
 
4700
 else
 
4701
   lt_cv_ld_exported_symbols_list=no
 
4702
       save_LDFLAGS=$LDFLAGS
 
4703
@@ -7284,33 +7414,37 @@
 
4704
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4705
   *) ac_try_echo=$ac_try;;
 
4706
 esac
 
4707
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4708
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4709
+$as_echo "$ac_try_echo") >&5
 
4710
   (eval "$ac_link") 2>conftest.er1
 
4711
   ac_status=$?
 
4712
   grep -v '^ *+' conftest.er1 >conftest.err
 
4713
   rm -f conftest.er1
 
4714
   cat conftest.err >&5
 
4715
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4716
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4717
   (exit $ac_status); } && {
 
4718
         test -z "$ac_c_werror_flag" ||
 
4719
         test ! -s conftest.err
 
4720
-       } && test -s conftest$ac_exeext &&
 
4721
-       $as_test_x conftest$ac_exeext; then
 
4722
+       } && test -s conftest$ac_exeext && {
 
4723
+        test "$cross_compiling" = yes ||
 
4724
+        $as_test_x conftest$ac_exeext
 
4725
+       }; then
 
4726
   lt_cv_ld_exported_symbols_list=yes
 
4727
 else
 
4728
-  echo "$as_me: failed program was:" >&5
 
4729
+  $as_echo "$as_me: failed program was:" >&5
 
4730
 sed 's/^/| /' conftest.$ac_ext >&5
 
4731
 
 
4732
        lt_cv_ld_exported_symbols_list=no
 
4733
 fi
 
4734
 
 
4735
+rm -rf conftest.dSYM
 
4736
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
4737
       conftest$ac_exeext conftest.$ac_ext
 
4738
    LDFLAGS="$save_LDFLAGS"
 
4739
 
 
4740
 fi
 
4741
-{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 
4742
-echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
 
4743
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 
4744
+$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
 
4745
     case $host_os in
 
4746
     rhapsody* | darwin1.[0123])
 
4747
       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
 
4748
@@ -7422,10 +7556,10 @@
 
4749
   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
 
4750
 
 
4751
 
 
4752
-{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
4753
-echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
 
4754
+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
4755
+$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
 
4756
 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
 
4757
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4758
+  $as_echo_n "(cached) " >&6
 
4759
 else
 
4760
   lt_cv_prog_compiler_rtti_exceptions=no
 
4761
   ac_outfile=conftest.$ac_objext
 
4762
@@ -7440,11 +7574,11 @@
 
4763
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
4764
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
4765
    -e 's:$: $lt_compiler_flag:'`
 
4766
-   (eval echo "\"\$as_me:7443: $lt_compile\"" >&5)
 
4767
+   (eval echo "\"\$as_me:7577: $lt_compile\"" >&5)
 
4768
    (eval "$lt_compile" 2>conftest.err)
 
4769
    ac_status=$?
 
4770
    cat conftest.err >&5
 
4771
-   echo "$as_me:7447: \$? = $ac_status" >&5
 
4772
+   echo "$as_me:7581: \$? = $ac_status" >&5
 
4773
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
4774
      # The compiler can only warn and ignore the option if not recognized
 
4775
      # So say no if there are warnings other than the usual output.
 
4776
@@ -7457,8 +7591,8 @@
 
4777
    $rm conftest*
 
4778
 
 
4779
 fi
 
4780
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
4781
-echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
4782
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
4783
+$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
4784
 
 
4785
 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
 
4786
     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
 
4787
@@ -7472,8 +7606,8 @@
 
4788
 lt_prog_compiler_pic=
 
4789
 lt_prog_compiler_static=
 
4790
 
 
4791
-{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
4792
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
4793
+{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
4794
+$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
4795
 
 
4796
   if test "$GCC" = yes; then
 
4797
     lt_prog_compiler_wl='-Wl,'
 
4798
@@ -7704,18 +7838,18 @@
 
4799
     esac
 
4800
   fi
 
4801
 
 
4802
-{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 
4803
-echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
 
4804
+{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 
4805
+$as_echo "$lt_prog_compiler_pic" >&6; }
 
4806
 
 
4807
 #
 
4808
 # Check to make sure the PIC flag actually works.
 
4809
 #
 
4810
 if test -n "$lt_prog_compiler_pic"; then
 
4811
 
 
4812
-{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 
4813
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
 
4814
+{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 
4815
+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
 
4816
 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
 
4817
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4818
+  $as_echo_n "(cached) " >&6
 
4819
 else
 
4820
   lt_cv_prog_compiler_pic_works=no
 
4821
   ac_outfile=conftest.$ac_objext
 
4822
@@ -7730,11 +7864,11 @@
 
4823
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
4824
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
4825
    -e 's:$: $lt_compiler_flag:'`
 
4826
-   (eval echo "\"\$as_me:7733: $lt_compile\"" >&5)
 
4827
+   (eval echo "\"\$as_me:7867: $lt_compile\"" >&5)
 
4828
    (eval "$lt_compile" 2>conftest.err)
 
4829
    ac_status=$?
 
4830
    cat conftest.err >&5
 
4831
-   echo "$as_me:7737: \$? = $ac_status" >&5
 
4832
+   echo "$as_me:7871: \$? = $ac_status" >&5
 
4833
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
4834
      # The compiler can only warn and ignore the option if not recognized
 
4835
      # So say no if there are warnings other than the usual output.
 
4836
@@ -7747,8 +7881,8 @@
 
4837
    $rm conftest*
 
4838
 
 
4839
 fi
 
4840
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
 
4841
-echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
 
4842
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
 
4843
+$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
 
4844
 
 
4845
 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
 
4846
     case $lt_prog_compiler_pic in
 
4847
@@ -7775,10 +7909,10 @@
 
4848
 # Check to make sure the static flag actually works.
 
4849
 #
 
4850
 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
 
4851
-{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
4852
-echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 
4853
+{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
4854
+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
 
4855
 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
 
4856
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4857
+  $as_echo_n "(cached) " >&6
 
4858
 else
 
4859
   lt_cv_prog_compiler_static_works=no
 
4860
    save_LDFLAGS="$LDFLAGS"
 
4861
@@ -7803,8 +7937,8 @@
 
4862
    LDFLAGS="$save_LDFLAGS"
 
4863
 
 
4864
 fi
 
4865
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
 
4866
-echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
 
4867
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
 
4868
+$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
 
4869
 
 
4870
 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
 
4871
     :
 
4872
@@ -7813,10 +7947,10 @@
 
4873
 fi
 
4874
 
 
4875
 
 
4876
-{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
4877
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
4878
+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
4879
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 
4880
 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 
4881
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4882
+  $as_echo_n "(cached) " >&6
 
4883
 else
 
4884
   lt_cv_prog_compiler_c_o=no
 
4885
    $rm -r conftest 2>/dev/null
 
4886
@@ -7834,11 +7968,11 @@
 
4887
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
4888
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
4889
    -e 's:$: $lt_compiler_flag:'`
 
4890
-   (eval echo "\"\$as_me:7837: $lt_compile\"" >&5)
 
4891
+   (eval echo "\"\$as_me:7971: $lt_compile\"" >&5)
 
4892
    (eval "$lt_compile" 2>out/conftest.err)
 
4893
    ac_status=$?
 
4894
    cat out/conftest.err >&5
 
4895
-   echo "$as_me:7841: \$? = $ac_status" >&5
 
4896
+   echo "$as_me:7975: \$? = $ac_status" >&5
 
4897
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
4898
    then
 
4899
      # The compiler can only warn and ignore the option if not recognized
 
4900
@@ -7860,34 +7994,34 @@
 
4901
    $rm conftest*
 
4902
 
 
4903
 fi
 
4904
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 
4905
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
 
4906
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 
4907
+$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
 
4908
 
 
4909
 
 
4910
 hard_links="nottested"
 
4911
 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
 
4912
   # do not overwrite the value of need_locks provided by the user
 
4913
-  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
4914
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 
4915
+  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
4916
+$as_echo_n "checking if we can lock with hard links... " >&6; }
 
4917
   hard_links=yes
 
4918
   $rm conftest*
 
4919
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
4920
   touch conftest.a
 
4921
   ln conftest.a conftest.b 2>&5 || hard_links=no
 
4922
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
4923
-  { echo "$as_me:$LINENO: result: $hard_links" >&5
 
4924
-echo "${ECHO_T}$hard_links" >&6; }
 
4925
+  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
 
4926
+$as_echo "$hard_links" >&6; }
 
4927
   if test "$hard_links" = no; then
 
4928
-    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
4929
-echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
4930
+    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
4931
+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
4932
     need_locks=warn
 
4933
   fi
 
4934
 else
 
4935
   need_locks=no
 
4936
 fi
 
4937
 
 
4938
-{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
4939
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
4940
+{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
4941
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
 
4942
 
 
4943
   runpath_var=
 
4944
   allow_undefined_flag=
 
4945
@@ -8318,18 +8452,21 @@
 
4946
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4947
   *) ac_try_echo=$ac_try;;
 
4948
 esac
 
4949
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4950
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4951
+$as_echo "$ac_try_echo") >&5
 
4952
   (eval "$ac_link") 2>conftest.er1
 
4953
   ac_status=$?
 
4954
   grep -v '^ *+' conftest.er1 >conftest.err
 
4955
   rm -f conftest.er1
 
4956
   cat conftest.err >&5
 
4957
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4958
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4959
   (exit $ac_status); } && {
 
4960
         test -z "$ac_c_werror_flag" ||
 
4961
         test ! -s conftest.err
 
4962
-       } && test -s conftest$ac_exeext &&
 
4963
-       $as_test_x conftest$ac_exeext; then
 
4964
+       } && test -s conftest$ac_exeext && {
 
4965
+        test "$cross_compiling" = yes ||
 
4966
+        $as_test_x conftest$ac_exeext
 
4967
+       }; then
 
4968
 
 
4969
 lt_aix_libpath_sed='
 
4970
     /Import File Strings/,/^$/ {
 
4971
@@ -8344,12 +8481,13 @@
 
4972
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
4973
 fi
 
4974
 else
 
4975
-  echo "$as_me: failed program was:" >&5
 
4976
+  $as_echo "$as_me: failed program was:" >&5
 
4977
 sed 's/^/| /' conftest.$ac_ext >&5
 
4978
 
 
4979
 
 
4980
 fi
 
4981
 
 
4982
+rm -rf conftest.dSYM
 
4983
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
4984
       conftest$ac_exeext conftest.$ac_ext
 
4985
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
4986
@@ -8384,18 +8522,21 @@
 
4987
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4988
   *) ac_try_echo=$ac_try;;
 
4989
 esac
 
4990
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4991
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4992
+$as_echo "$ac_try_echo") >&5
 
4993
   (eval "$ac_link") 2>conftest.er1
 
4994
   ac_status=$?
 
4995
   grep -v '^ *+' conftest.er1 >conftest.err
 
4996
   rm -f conftest.er1
 
4997
   cat conftest.err >&5
 
4998
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4999
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5000
   (exit $ac_status); } && {
 
5001
         test -z "$ac_c_werror_flag" ||
 
5002
         test ! -s conftest.err
 
5003
-       } && test -s conftest$ac_exeext &&
 
5004
-       $as_test_x conftest$ac_exeext; then
 
5005
+       } && test -s conftest$ac_exeext && {
 
5006
+        test "$cross_compiling" = yes ||
 
5007
+        $as_test_x conftest$ac_exeext
 
5008
+       }; then
 
5009
 
 
5010
 lt_aix_libpath_sed='
 
5011
     /Import File Strings/,/^$/ {
 
5012
@@ -8410,12 +8551,13 @@
 
5013
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
5014
 fi
 
5015
 else
 
5016
-  echo "$as_me: failed program was:" >&5
 
5017
+  $as_echo "$as_me: failed program was:" >&5
 
5018
 sed 's/^/| /' conftest.$ac_ext >&5
 
5019
 
 
5020
 
 
5021
 fi
 
5022
 
 
5023
+rm -rf conftest.dSYM
 
5024
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5025
       conftest$ac_exeext conftest.$ac_ext
 
5026
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
5027
@@ -8867,8 +9009,8 @@
 
5028
     esac
 
5029
   fi
 
5030
 
 
5031
-{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 
5032
-echo "${ECHO_T}$ld_shlibs" >&6; }
 
5033
+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 
5034
+$as_echo "$ld_shlibs" >&6; }
 
5035
 test "$ld_shlibs" = no && can_build_shared=no
 
5036
 
 
5037
 #
 
5038
@@ -8888,15 +9030,15 @@
 
5039
       # Test whether the compiler implicitly links with -lc since on some
 
5040
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
5041
       # to ld, don't add -lc before -lgcc.
 
5042
-      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
5043
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 
5044
+      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
5045
+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
 
5046
       $rm conftest*
 
5047
       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
5048
 
 
5049
       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
5050
   (eval $ac_compile) 2>&5
 
5051
   ac_status=$?
 
5052
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5053
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5054
   (exit $ac_status); } 2>conftest.err; then
 
5055
         soname=conftest
 
5056
         lib=conftest
 
5057
@@ -8914,7 +9056,7 @@
 
5058
         if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
 
5059
   (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
 
5060
   ac_status=$?
 
5061
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5062
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5063
   (exit $ac_status); }
 
5064
         then
 
5065
          archive_cmds_need_lc=no
 
5066
@@ -8926,16 +9068,16 @@
 
5067
         cat conftest.err 1>&5
 
5068
       fi
 
5069
       $rm conftest*
 
5070
-      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
 
5071
-echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
 
5072
+      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
 
5073
+$as_echo "$archive_cmds_need_lc" >&6; }
 
5074
       ;;
 
5075
     esac
 
5076
   fi
 
5077
   ;;
 
5078
 esac
 
5079
 
 
5080
-{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
5081
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 
5082
+{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
5083
+$as_echo_n "checking dynamic linker characteristics... " >&6; }
 
5084
 library_names_spec=
 
5085
 libname_spec='lib$name'
 
5086
 soname_spec=
 
5087
@@ -9548,19 +9690,19 @@
 
5088
   dynamic_linker=no
 
5089
   ;;
 
5090
 esac
 
5091
-{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
5092
-echo "${ECHO_T}$dynamic_linker" >&6; }
 
5093
+{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
5094
+$as_echo "$dynamic_linker" >&6; }
 
5095
 test "$dynamic_linker" = no && can_build_shared=no
 
5096
 
 
5097
 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
5098
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5099
+  $as_echo_n "(cached) " >&6
 
5100
 else
 
5101
   lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
 
5102
 fi
 
5103
 
 
5104
 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
5105
 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
5106
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5107
+  $as_echo_n "(cached) " >&6
 
5108
 else
 
5109
   lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
 
5110
 fi
 
5111
@@ -9572,8 +9714,8 @@
 
5112
   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
5113
 fi
 
5114
 
 
5115
-{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
5116
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 
5117
+{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
5118
+$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
 
5119
 hardcode_action=
 
5120
 if test -n "$hardcode_libdir_flag_spec" || \
 
5121
    test -n "$runpath_var" || \
 
5122
@@ -9597,8 +9739,8 @@
 
5123
   # directories.
 
5124
   hardcode_action=unsupported
 
5125
 fi
 
5126
-{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
 
5127
-echo "${ECHO_T}$hardcode_action" >&6; }
 
5128
+{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
 
5129
+$as_echo "$hardcode_action" >&6; }
 
5130
 
 
5131
 if test "$hardcode_action" = relink; then
 
5132
   # Fast installation is not supported
 
5133
@@ -9611,13 +9753,13 @@
 
5134
 
 
5135
 striplib=
 
5136
 old_striplib=
 
5137
-{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 
5138
-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
 
5139
+{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 
5140
+$as_echo_n "checking whether stripping libraries is possible... " >&6; }
 
5141
 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
 
5142
   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
5143
   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
5144
-  { echo "$as_me:$LINENO: result: yes" >&5
 
5145
-echo "${ECHO_T}yes" >&6; }
 
5146
+  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
5147
+$as_echo "yes" >&6; }
 
5148
 else
 
5149
 # FIXME - insert some real tests, host_os isn't really good enough
 
5150
   case $host_os in
 
5151
@@ -9625,16 +9767,16 @@
 
5152
        if test -n "$STRIP" ; then
 
5153
          striplib="$STRIP -x"
 
5154
          old_striplib="$STRIP -S"
 
5155
-         { echo "$as_me:$LINENO: result: yes" >&5
 
5156
-echo "${ECHO_T}yes" >&6; }
 
5157
+         { $as_echo "$as_me:$LINENO: result: yes" >&5
 
5158
+$as_echo "yes" >&6; }
 
5159
        else
 
5160
-  { echo "$as_me:$LINENO: result: no" >&5
 
5161
-echo "${ECHO_T}no" >&6; }
 
5162
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
5163
+$as_echo "no" >&6; }
 
5164
 fi
 
5165
        ;;
 
5166
    *)
 
5167
-  { echo "$as_me:$LINENO: result: no" >&5
 
5168
-echo "${ECHO_T}no" >&6; }
 
5169
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
5170
+$as_echo "no" >&6; }
 
5171
     ;;
 
5172
   esac
 
5173
 fi
 
5174
@@ -9666,10 +9808,10 @@
 
5175
 
 
5176
   darwin*)
 
5177
   # if libdl is installed we need to link against it
 
5178
-    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
5179
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 
5180
+    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
5181
+$as_echo_n "checking for dlopen in -ldl... " >&6; }
 
5182
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
5183
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5184
+  $as_echo_n "(cached) " >&6
 
5185
 else
 
5186
   ac_check_lib_save_LIBS=$LIBS
 
5187
 LIBS="-ldl  $LIBS"
 
5188
@@ -9701,33 +9843,37 @@
 
5189
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5190
   *) ac_try_echo=$ac_try;;
 
5191
 esac
 
5192
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5193
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5194
+$as_echo "$ac_try_echo") >&5
 
5195
   (eval "$ac_link") 2>conftest.er1
 
5196
   ac_status=$?
 
5197
   grep -v '^ *+' conftest.er1 >conftest.err
 
5198
   rm -f conftest.er1
 
5199
   cat conftest.err >&5
 
5200
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5201
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5202
   (exit $ac_status); } && {
 
5203
         test -z "$ac_c_werror_flag" ||
 
5204
         test ! -s conftest.err
 
5205
-       } && test -s conftest$ac_exeext &&
 
5206
-       $as_test_x conftest$ac_exeext; then
 
5207
+       } && test -s conftest$ac_exeext && {
 
5208
+        test "$cross_compiling" = yes ||
 
5209
+        $as_test_x conftest$ac_exeext
 
5210
+       }; then
 
5211
   ac_cv_lib_dl_dlopen=yes
 
5212
 else
 
5213
-  echo "$as_me: failed program was:" >&5
 
5214
+  $as_echo "$as_me: failed program was:" >&5
 
5215
 sed 's/^/| /' conftest.$ac_ext >&5
 
5216
 
 
5217
        ac_cv_lib_dl_dlopen=no
 
5218
 fi
 
5219
 
 
5220
+rm -rf conftest.dSYM
 
5221
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5222
       conftest$ac_exeext conftest.$ac_ext
 
5223
 LIBS=$ac_check_lib_save_LIBS
 
5224
 fi
 
5225
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
5226
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 
5227
-if test $ac_cv_lib_dl_dlopen = yes; then
 
5228
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
5229
+$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
 
5230
+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
 
5231
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
5232
 else
 
5233
 
 
5234
@@ -9740,10 +9886,10 @@
 
5235
    ;;
 
5236
 
 
5237
   *)
 
5238
-    { echo "$as_me:$LINENO: checking for shl_load" >&5
 
5239
-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
 
5240
+    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
 
5241
+$as_echo_n "checking for shl_load... " >&6; }
 
5242
 if test "${ac_cv_func_shl_load+set}" = set; then
 
5243
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5244
+  $as_echo_n "(cached) " >&6
 
5245
 else
 
5246
   cat >conftest.$ac_ext <<_ACEOF
 
5247
 /* confdefs.h.  */
 
5248
@@ -9796,38 +9942,42 @@
 
5249
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5250
   *) ac_try_echo=$ac_try;;
 
5251
 esac
 
5252
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5253
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5254
+$as_echo "$ac_try_echo") >&5
 
5255
   (eval "$ac_link") 2>conftest.er1
 
5256
   ac_status=$?
 
5257
   grep -v '^ *+' conftest.er1 >conftest.err
 
5258
   rm -f conftest.er1
 
5259
   cat conftest.err >&5
 
5260
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5261
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5262
   (exit $ac_status); } && {
 
5263
         test -z "$ac_c_werror_flag" ||
 
5264
         test ! -s conftest.err
 
5265
-       } && test -s conftest$ac_exeext &&
 
5266
-       $as_test_x conftest$ac_exeext; then
 
5267
+       } && test -s conftest$ac_exeext && {
 
5268
+        test "$cross_compiling" = yes ||
 
5269
+        $as_test_x conftest$ac_exeext
 
5270
+       }; then
 
5271
   ac_cv_func_shl_load=yes
 
5272
 else
 
5273
-  echo "$as_me: failed program was:" >&5
 
5274
+  $as_echo "$as_me: failed program was:" >&5
 
5275
 sed 's/^/| /' conftest.$ac_ext >&5
 
5276
 
 
5277
        ac_cv_func_shl_load=no
 
5278
 fi
 
5279
 
 
5280
+rm -rf conftest.dSYM
 
5281
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5282
       conftest$ac_exeext conftest.$ac_ext
 
5283
 fi
 
5284
-{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 
5285
-echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
 
5286
-if test $ac_cv_func_shl_load = yes; then
 
5287
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 
5288
+$as_echo "$ac_cv_func_shl_load" >&6; }
 
5289
+if test "x$ac_cv_func_shl_load" = x""yes; then
 
5290
   lt_cv_dlopen="shl_load"
 
5291
 else
 
5292
-  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 
5293
-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
 
5294
+  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 
5295
+$as_echo_n "checking for shl_load in -ldld... " >&6; }
 
5296
 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
 
5297
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5298
+  $as_echo_n "(cached) " >&6
 
5299
 else
 
5300
   ac_check_lib_save_LIBS=$LIBS
 
5301
 LIBS="-ldld  $LIBS"
 
5302
@@ -9859,39 +10009,43 @@
 
5303
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5304
   *) ac_try_echo=$ac_try;;
 
5305
 esac
 
5306
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5307
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5308
+$as_echo "$ac_try_echo") >&5
 
5309
   (eval "$ac_link") 2>conftest.er1
 
5310
   ac_status=$?
 
5311
   grep -v '^ *+' conftest.er1 >conftest.err
 
5312
   rm -f conftest.er1
 
5313
   cat conftest.err >&5
 
5314
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5315
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5316
   (exit $ac_status); } && {
 
5317
         test -z "$ac_c_werror_flag" ||
 
5318
         test ! -s conftest.err
 
5319
-       } && test -s conftest$ac_exeext &&
 
5320
-       $as_test_x conftest$ac_exeext; then
 
5321
+       } && test -s conftest$ac_exeext && {
 
5322
+        test "$cross_compiling" = yes ||
 
5323
+        $as_test_x conftest$ac_exeext
 
5324
+       }; then
 
5325
   ac_cv_lib_dld_shl_load=yes
 
5326
 else
 
5327
-  echo "$as_me: failed program was:" >&5
 
5328
+  $as_echo "$as_me: failed program was:" >&5
 
5329
 sed 's/^/| /' conftest.$ac_ext >&5
 
5330
 
 
5331
        ac_cv_lib_dld_shl_load=no
 
5332
 fi
 
5333
 
 
5334
+rm -rf conftest.dSYM
 
5335
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5336
       conftest$ac_exeext conftest.$ac_ext
 
5337
 LIBS=$ac_check_lib_save_LIBS
 
5338
 fi
 
5339
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 
5340
-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
 
5341
-if test $ac_cv_lib_dld_shl_load = yes; then
 
5342
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 
5343
+$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
 
5344
+if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
 
5345
   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
 
5346
 else
 
5347
-  { echo "$as_me:$LINENO: checking for dlopen" >&5
 
5348
-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
 
5349
+  { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
 
5350
+$as_echo_n "checking for dlopen... " >&6; }
 
5351
 if test "${ac_cv_func_dlopen+set}" = set; then
 
5352
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5353
+  $as_echo_n "(cached) " >&6
 
5354
 else
 
5355
   cat >conftest.$ac_ext <<_ACEOF
 
5356
 /* confdefs.h.  */
 
5357
@@ -9944,38 +10098,42 @@
 
5358
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5359
   *) ac_try_echo=$ac_try;;
 
5360
 esac
 
5361
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5362
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5363
+$as_echo "$ac_try_echo") >&5
 
5364
   (eval "$ac_link") 2>conftest.er1
 
5365
   ac_status=$?
 
5366
   grep -v '^ *+' conftest.er1 >conftest.err
 
5367
   rm -f conftest.er1
 
5368
   cat conftest.err >&5
 
5369
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5370
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5371
   (exit $ac_status); } && {
 
5372
         test -z "$ac_c_werror_flag" ||
 
5373
         test ! -s conftest.err
 
5374
-       } && test -s conftest$ac_exeext &&
 
5375
-       $as_test_x conftest$ac_exeext; then
 
5376
+       } && test -s conftest$ac_exeext && {
 
5377
+        test "$cross_compiling" = yes ||
 
5378
+        $as_test_x conftest$ac_exeext
 
5379
+       }; then
 
5380
   ac_cv_func_dlopen=yes
 
5381
 else
 
5382
-  echo "$as_me: failed program was:" >&5
 
5383
+  $as_echo "$as_me: failed program was:" >&5
 
5384
 sed 's/^/| /' conftest.$ac_ext >&5
 
5385
 
 
5386
        ac_cv_func_dlopen=no
 
5387
 fi
 
5388
 
 
5389
+rm -rf conftest.dSYM
 
5390
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5391
       conftest$ac_exeext conftest.$ac_ext
 
5392
 fi
 
5393
-{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 
5394
-echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
 
5395
-if test $ac_cv_func_dlopen = yes; then
 
5396
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 
5397
+$as_echo "$ac_cv_func_dlopen" >&6; }
 
5398
+if test "x$ac_cv_func_dlopen" = x""yes; then
 
5399
   lt_cv_dlopen="dlopen"
 
5400
 else
 
5401
-  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
5402
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 
5403
+  { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
5404
+$as_echo_n "checking for dlopen in -ldl... " >&6; }
 
5405
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
5406
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5407
+  $as_echo_n "(cached) " >&6
 
5408
 else
 
5409
   ac_check_lib_save_LIBS=$LIBS
 
5410
 LIBS="-ldl  $LIBS"
 
5411
@@ -10007,39 +10165,43 @@
 
5412
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5413
   *) ac_try_echo=$ac_try;;
 
5414
 esac
 
5415
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5416
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5417
+$as_echo "$ac_try_echo") >&5
 
5418
   (eval "$ac_link") 2>conftest.er1
 
5419
   ac_status=$?
 
5420
   grep -v '^ *+' conftest.er1 >conftest.err
 
5421
   rm -f conftest.er1
 
5422
   cat conftest.err >&5
 
5423
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5424
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5425
   (exit $ac_status); } && {
 
5426
         test -z "$ac_c_werror_flag" ||
 
5427
         test ! -s conftest.err
 
5428
-       } && test -s conftest$ac_exeext &&
 
5429
-       $as_test_x conftest$ac_exeext; then
 
5430
+       } && test -s conftest$ac_exeext && {
 
5431
+        test "$cross_compiling" = yes ||
 
5432
+        $as_test_x conftest$ac_exeext
 
5433
+       }; then
 
5434
   ac_cv_lib_dl_dlopen=yes
 
5435
 else
 
5436
-  echo "$as_me: failed program was:" >&5
 
5437
+  $as_echo "$as_me: failed program was:" >&5
 
5438
 sed 's/^/| /' conftest.$ac_ext >&5
 
5439
 
 
5440
        ac_cv_lib_dl_dlopen=no
 
5441
 fi
 
5442
 
 
5443
+rm -rf conftest.dSYM
 
5444
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5445
       conftest$ac_exeext conftest.$ac_ext
 
5446
 LIBS=$ac_check_lib_save_LIBS
 
5447
 fi
 
5448
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
5449
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 
5450
-if test $ac_cv_lib_dl_dlopen = yes; then
 
5451
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
5452
+$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
 
5453
+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
 
5454
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
5455
 else
 
5456
-  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 
5457
-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
 
5458
+  { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 
5459
+$as_echo_n "checking for dlopen in -lsvld... " >&6; }
 
5460
 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
 
5461
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5462
+  $as_echo_n "(cached) " >&6
 
5463
 else
 
5464
   ac_check_lib_save_LIBS=$LIBS
 
5465
 LIBS="-lsvld  $LIBS"
 
5466
@@ -10071,39 +10233,43 @@
 
5467
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5468
   *) ac_try_echo=$ac_try;;
 
5469
 esac
 
5470
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5471
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5472
+$as_echo "$ac_try_echo") >&5
 
5473
   (eval "$ac_link") 2>conftest.er1
 
5474
   ac_status=$?
 
5475
   grep -v '^ *+' conftest.er1 >conftest.err
 
5476
   rm -f conftest.er1
 
5477
   cat conftest.err >&5
 
5478
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5479
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5480
   (exit $ac_status); } && {
 
5481
         test -z "$ac_c_werror_flag" ||
 
5482
         test ! -s conftest.err
 
5483
-       } && test -s conftest$ac_exeext &&
 
5484
-       $as_test_x conftest$ac_exeext; then
 
5485
+       } && test -s conftest$ac_exeext && {
 
5486
+        test "$cross_compiling" = yes ||
 
5487
+        $as_test_x conftest$ac_exeext
 
5488
+       }; then
 
5489
   ac_cv_lib_svld_dlopen=yes
 
5490
 else
 
5491
-  echo "$as_me: failed program was:" >&5
 
5492
+  $as_echo "$as_me: failed program was:" >&5
 
5493
 sed 's/^/| /' conftest.$ac_ext >&5
 
5494
 
 
5495
        ac_cv_lib_svld_dlopen=no
 
5496
 fi
 
5497
 
 
5498
+rm -rf conftest.dSYM
 
5499
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5500
       conftest$ac_exeext conftest.$ac_ext
 
5501
 LIBS=$ac_check_lib_save_LIBS
 
5502
 fi
 
5503
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 
5504
-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
 
5505
-if test $ac_cv_lib_svld_dlopen = yes; then
 
5506
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 
5507
+$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
 
5508
+if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
 
5509
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
 
5510
 else
 
5511
-  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 
5512
-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
 
5513
+  { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 
5514
+$as_echo_n "checking for dld_link in -ldld... " >&6; }
 
5515
 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
 
5516
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5517
+  $as_echo_n "(cached) " >&6
 
5518
 else
 
5519
   ac_check_lib_save_LIBS=$LIBS
 
5520
 LIBS="-ldld  $LIBS"
 
5521
@@ -10135,33 +10301,37 @@
 
5522
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5523
   *) ac_try_echo=$ac_try;;
 
5524
 esac
 
5525
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5526
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5527
+$as_echo "$ac_try_echo") >&5
 
5528
   (eval "$ac_link") 2>conftest.er1
 
5529
   ac_status=$?
 
5530
   grep -v '^ *+' conftest.er1 >conftest.err
 
5531
   rm -f conftest.er1
 
5532
   cat conftest.err >&5
 
5533
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5534
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5535
   (exit $ac_status); } && {
 
5536
         test -z "$ac_c_werror_flag" ||
 
5537
         test ! -s conftest.err
 
5538
-       } && test -s conftest$ac_exeext &&
 
5539
-       $as_test_x conftest$ac_exeext; then
 
5540
+       } && test -s conftest$ac_exeext && {
 
5541
+        test "$cross_compiling" = yes ||
 
5542
+        $as_test_x conftest$ac_exeext
 
5543
+       }; then
 
5544
   ac_cv_lib_dld_dld_link=yes
 
5545
 else
 
5546
-  echo "$as_me: failed program was:" >&5
 
5547
+  $as_echo "$as_me: failed program was:" >&5
 
5548
 sed 's/^/| /' conftest.$ac_ext >&5
 
5549
 
 
5550
        ac_cv_lib_dld_dld_link=no
 
5551
 fi
 
5552
 
 
5553
+rm -rf conftest.dSYM
 
5554
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5555
       conftest$ac_exeext conftest.$ac_ext
 
5556
 LIBS=$ac_check_lib_save_LIBS
 
5557
 fi
 
5558
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 
5559
-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
 
5560
-if test $ac_cv_lib_dld_dld_link = yes; then
 
5561
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 
5562
+$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
 
5563
+if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
 
5564
   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
 
5565
 fi
 
5566
 
 
5567
@@ -10200,10 +10370,10 @@
 
5568
     save_LIBS="$LIBS"
 
5569
     LIBS="$lt_cv_dlopen_libs $LIBS"
 
5570
 
 
5571
-    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 
5572
-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
 
5573
+    { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 
5574
+$as_echo_n "checking whether a program can dlopen itself... " >&6; }
 
5575
 if test "${lt_cv_dlopen_self+set}" = set; then
 
5576
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5577
+  $as_echo_n "(cached) " >&6
 
5578
 else
 
5579
          if test "$cross_compiling" = yes; then :
 
5580
   lt_cv_dlopen_self=cross
 
5581
@@ -10211,7 +10381,7 @@
 
5582
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
5583
   lt_status=$lt_dlunknown
 
5584
   cat > conftest.$ac_ext <<EOF
 
5585
-#line 10214 "configure"
 
5586
+#line 10384 "configure"
 
5587
 #include "confdefs.h"
 
5588
 
 
5589
 #if HAVE_DLFCN_H
 
5590
@@ -10277,7 +10447,7 @@
 
5591
   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
5592
   (eval $ac_link) 2>&5
 
5593
   ac_status=$?
 
5594
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5595
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5596
   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
5597
     (./conftest; exit; ) >&5 2>/dev/null
 
5598
     lt_status=$?
 
5599
@@ -10295,15 +10465,15 @@
 
5600
 
 
5601
 
 
5602
 fi
 
5603
-{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 
5604
-echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
 
5605
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 
5606
+$as_echo "$lt_cv_dlopen_self" >&6; }
 
5607
 
 
5608
     if test "x$lt_cv_dlopen_self" = xyes; then
 
5609
       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 
5610
-      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 
5611
-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
 
5612
+      { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 
5613
+$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
 
5614
 if test "${lt_cv_dlopen_self_static+set}" = set; then
 
5615
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5616
+  $as_echo_n "(cached) " >&6
 
5617
 else
 
5618
          if test "$cross_compiling" = yes; then :
 
5619
   lt_cv_dlopen_self_static=cross
 
5620
@@ -10311,7 +10481,7 @@
 
5621
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
5622
   lt_status=$lt_dlunknown
 
5623
   cat > conftest.$ac_ext <<EOF
 
5624
-#line 10314 "configure"
 
5625
+#line 10484 "configure"
 
5626
 #include "confdefs.h"
 
5627
 
 
5628
 #if HAVE_DLFCN_H
 
5629
@@ -10377,7 +10547,7 @@
 
5630
   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
5631
   (eval $ac_link) 2>&5
 
5632
   ac_status=$?
 
5633
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5634
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5635
   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
5636
     (./conftest; exit; ) >&5 2>/dev/null
 
5637
     lt_status=$?
 
5638
@@ -10395,8 +10565,8 @@
 
5639
 
 
5640
 
 
5641
 fi
 
5642
-{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 
5643
-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
 
5644
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 
5645
+$as_echo "$lt_cv_dlopen_self_static" >&6; }
 
5646
     fi
 
5647
 
 
5648
     CPPFLAGS="$save_CPPFLAGS"
 
5649
@@ -10418,13 +10588,13 @@
 
5650
 
 
5651
 
 
5652
 # Report which library types will actually be built
 
5653
-{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
5654
-echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
 
5655
-{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
5656
-echo "${ECHO_T}$can_build_shared" >&6; }
 
5657
+{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
5658
+$as_echo_n "checking if libtool supports shared libraries... " >&6; }
 
5659
+{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
5660
+$as_echo "$can_build_shared" >&6; }
 
5661
 
 
5662
-{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
5663
-echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
 
5664
+{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
5665
+$as_echo_n "checking whether to build shared libraries... " >&6; }
 
5666
 test "$can_build_shared" = "no" && enable_shared=no
 
5667
 
 
5668
 # On AIX, shared libraries and static libraries use the same namespace, and
 
5669
@@ -10444,15 +10614,15 @@
 
5670
   fi
 
5671
     ;;
 
5672
 esac
 
5673
-{ echo "$as_me:$LINENO: result: $enable_shared" >&5
 
5674
-echo "${ECHO_T}$enable_shared" >&6; }
 
5675
+{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
 
5676
+$as_echo "$enable_shared" >&6; }
 
5677
 
 
5678
-{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
5679
-echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
 
5680
+{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
5681
+$as_echo_n "checking whether to build static libraries... " >&6; }
 
5682
 # Make sure either enable_shared or enable_static is yes.
 
5683
 test "$enable_shared" = yes || enable_static=yes
 
5684
-{ echo "$as_me:$LINENO: result: $enable_static" >&5
 
5685
-echo "${ECHO_T}$enable_static" >&6; }
 
5686
+{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5
 
5687
+$as_echo "$enable_static" >&6; }
 
5688
 
 
5689
 # The else clause should only fire when bootstrapping the
 
5690
 # libtool distribution, otherwise you forgot to ship ltmain.sh
 
5691
@@ -10545,8 +10715,8 @@
 
5692
 cfgfile="${ofile}T"
 
5693
   trap "$rm \"$cfgfile\"; exit 1" 1 2 15
 
5694
   $rm -f "$cfgfile"
 
5695
-  { echo "$as_me:$LINENO: creating $ofile" >&5
 
5696
-echo "$as_me: creating $ofile" >&6;}
 
5697
+  { $as_echo "$as_me:$LINENO: creating $ofile" >&5
 
5698
+$as_echo "$as_me: creating $ofile" >&6;}
 
5699
 
 
5700
   cat <<__EOF__ >> "$cfgfile"
 
5701
 #! $SHELL
 
5702
@@ -10958,18 +11128,18 @@
 
5703
 
 
5704
 if test -f "$ltmain" && test -n "$tagnames"; then
 
5705
   if test ! -f "${ofile}"; then
 
5706
-    { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
 
5707
-echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
 
5708
+    { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
 
5709
+$as_echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
 
5710
   fi
 
5711
 
 
5712
   if test -z "$LTCC"; then
 
5713
     eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
 
5714
     if test -z "$LTCC"; then
 
5715
-      { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
 
5716
-echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
 
5717
+      { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
 
5718
+$as_echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
 
5719
     else
 
5720
-      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
 
5721
-echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
 
5722
+      { $as_echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
 
5723
+$as_echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
 
5724
     fi
 
5725
   fi
 
5726
   if test -z "$LTCFLAGS"; then
 
5727
@@ -10986,16 +11156,16 @@
 
5728
     # Check whether tagname contains only valid characters
 
5729
     case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
 
5730
     "") ;;
 
5731
-    *)  { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
 
5732
-echo "$as_me: error: invalid tag name: $tagname" >&2;}
 
5733
+    *)  { { $as_echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
 
5734
+$as_echo "$as_me: error: invalid tag name: $tagname" >&2;}
 
5735
    { (exit 1); exit 1; }; }
 
5736
        ;;
 
5737
     esac
 
5738
 
 
5739
     if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
 
5740
     then
 
5741
-      { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
 
5742
-echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
 
5743
+      { { $as_echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
 
5744
+$as_echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
 
5745
    { (exit 1); exit 1; }; }
 
5746
     fi
 
5747
 
 
5748
@@ -11138,8 +11308,8 @@
 
5749
 ac_prog=ld
 
5750
 if test "$GCC" = yes; then
 
5751
   # Check if gcc -print-prog-name=ld gives a path.
 
5752
-  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
5753
-echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
 
5754
+  { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
5755
+$as_echo_n "checking for ld used by $CC... " >&6; }
 
5756
   case $host in
 
5757
   *-*-mingw*)
 
5758
     # gcc leaves a trailing carriage return which upsets mingw
 
5759
@@ -11168,14 +11338,14 @@
 
5760
     ;;
 
5761
   esac
 
5762
 elif test "$with_gnu_ld" = yes; then
 
5763
-  { echo "$as_me:$LINENO: checking for GNU ld" >&5
 
5764
-echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
 
5765
+  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
 
5766
+$as_echo_n "checking for GNU ld... " >&6; }
 
5767
 else
 
5768
-  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
5769
-echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
 
5770
+  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
5771
+$as_echo_n "checking for non-GNU ld... " >&6; }
 
5772
 fi
 
5773
 if test "${lt_cv_path_LD+set}" = set; then
 
5774
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5775
+  $as_echo_n "(cached) " >&6
 
5776
 else
 
5777
   if test -z "$LD"; then
 
5778
   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
5779
@@ -11205,19 +11375,19 @@
 
5780
 
 
5781
 LD="$lt_cv_path_LD"
 
5782
 if test -n "$LD"; then
 
5783
-  { echo "$as_me:$LINENO: result: $LD" >&5
 
5784
-echo "${ECHO_T}$LD" >&6; }
 
5785
+  { $as_echo "$as_me:$LINENO: result: $LD" >&5
 
5786
+$as_echo "$LD" >&6; }
 
5787
 else
 
5788
-  { echo "$as_me:$LINENO: result: no" >&5
 
5789
-echo "${ECHO_T}no" >&6; }
 
5790
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
5791
+$as_echo "no" >&6; }
 
5792
 fi
 
5793
-test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
5794
-echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
5795
+test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
5796
+$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
5797
    { (exit 1); exit 1; }; }
 
5798
-{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
5799
-echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
 
5800
+{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
5801
+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
 
5802
 if test "${lt_cv_prog_gnu_ld+set}" = set; then
 
5803
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5804
+  $as_echo_n "(cached) " >&6
 
5805
 else
 
5806
   # I'd rather use --version here, but apparently some GNU lds only accept -v.
 
5807
 case `$LD -v 2>&1 </dev/null` in
 
5808
@@ -11229,8 +11399,8 @@
 
5809
   ;;
 
5810
 esac
 
5811
 fi
 
5812
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
5813
-echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
 
5814
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
5815
+$as_echo "$lt_cv_prog_gnu_ld" >&6; }
 
5816
 with_gnu_ld=$lt_cv_prog_gnu_ld
 
5817
 
 
5818
 
 
5819
@@ -11280,8 +11450,8 @@
 
5820
 fi
 
5821
 
 
5822
 # PORTME: fill in a description of your system's C++ link characteristics
 
5823
-{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
5824
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
5825
+{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
5826
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
 
5827
 ld_shlibs_CXX=yes
 
5828
 case $host_os in
 
5829
   aix3*)
 
5830
@@ -11398,18 +11568,21 @@
 
5831
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5832
   *) ac_try_echo=$ac_try;;
 
5833
 esac
 
5834
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5835
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5836
+$as_echo "$ac_try_echo") >&5
 
5837
   (eval "$ac_link") 2>conftest.er1
 
5838
   ac_status=$?
 
5839
   grep -v '^ *+' conftest.er1 >conftest.err
 
5840
   rm -f conftest.er1
 
5841
   cat conftest.err >&5
 
5842
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5843
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5844
   (exit $ac_status); } && {
 
5845
         test -z "$ac_cxx_werror_flag" ||
 
5846
         test ! -s conftest.err
 
5847
-       } && test -s conftest$ac_exeext &&
 
5848
-       $as_test_x conftest$ac_exeext; then
 
5849
+       } && test -s conftest$ac_exeext && {
 
5850
+        test "$cross_compiling" = yes ||
 
5851
+        $as_test_x conftest$ac_exeext
 
5852
+       }; then
 
5853
 
 
5854
 lt_aix_libpath_sed='
 
5855
     /Import File Strings/,/^$/ {
 
5856
@@ -11424,12 +11597,13 @@
 
5857
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
5858
 fi
 
5859
 else
 
5860
-  echo "$as_me: failed program was:" >&5
 
5861
+  $as_echo "$as_me: failed program was:" >&5
 
5862
 sed 's/^/| /' conftest.$ac_ext >&5
 
5863
 
 
5864
 
 
5865
 fi
 
5866
 
 
5867
+rm -rf conftest.dSYM
 
5868
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5869
       conftest$ac_exeext conftest.$ac_ext
 
5870
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
5871
@@ -11465,18 +11639,21 @@
 
5872
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5873
   *) ac_try_echo=$ac_try;;
 
5874
 esac
 
5875
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5876
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5877
+$as_echo "$ac_try_echo") >&5
 
5878
   (eval "$ac_link") 2>conftest.er1
 
5879
   ac_status=$?
 
5880
   grep -v '^ *+' conftest.er1 >conftest.err
 
5881
   rm -f conftest.er1
 
5882
   cat conftest.err >&5
 
5883
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5884
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5885
   (exit $ac_status); } && {
 
5886
         test -z "$ac_cxx_werror_flag" ||
 
5887
         test ! -s conftest.err
 
5888
-       } && test -s conftest$ac_exeext &&
 
5889
-       $as_test_x conftest$ac_exeext; then
 
5890
+       } && test -s conftest$ac_exeext && {
 
5891
+        test "$cross_compiling" = yes ||
 
5892
+        $as_test_x conftest$ac_exeext
 
5893
+       }; then
 
5894
 
 
5895
 lt_aix_libpath_sed='
 
5896
     /Import File Strings/,/^$/ {
 
5897
@@ -11491,12 +11668,13 @@
 
5898
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
5899
 fi
 
5900
 else
 
5901
-  echo "$as_me: failed program was:" >&5
 
5902
+  $as_echo "$as_me: failed program was:" >&5
 
5903
 sed 's/^/| /' conftest.$ac_ext >&5
 
5904
 
 
5905
 
 
5906
 fi
 
5907
 
 
5908
+rm -rf conftest.dSYM
 
5909
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5910
       conftest$ac_exeext conftest.$ac_ext
 
5911
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
5912
@@ -12226,8 +12404,8 @@
 
5913
     ld_shlibs_CXX=no
 
5914
     ;;
 
5915
 esac
 
5916
-{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
 
5917
-echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
 
5918
+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
 
5919
+$as_echo "$ld_shlibs_CXX" >&6; }
 
5920
 test "$ld_shlibs_CXX" = no && can_build_shared=no
 
5921
 
 
5922
 GCC_CXX="$GXX"
 
5923
@@ -12246,7 +12424,7 @@
 
5924
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
5925
   (eval $ac_compile) 2>&5
 
5926
   ac_status=$?
 
5927
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5928
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5929
   (exit $ac_status); }; then
 
5930
   # Parse the compiler output and extract the necessary
 
5931
   # objects, libraries and library flags.
 
5932
@@ -12402,8 +12580,8 @@
 
5933
 lt_prog_compiler_pic_CXX=
 
5934
 lt_prog_compiler_static_CXX=
 
5935
 
 
5936
-{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
5937
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
5938
+{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
5939
+$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
5940
 
 
5941
   # C++ specific cases for pic, static, wl, etc.
 
5942
   if test "$GXX" = yes; then
 
5943
@@ -12686,18 +12864,18 @@
 
5944
     esac
 
5945
   fi
 
5946
 
 
5947
-{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
 
5948
-echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
 
5949
+{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
 
5950
+$as_echo "$lt_prog_compiler_pic_CXX" >&6; }
 
5951
 
 
5952
 #
 
5953
 # Check to make sure the PIC flag actually works.
 
5954
 #
 
5955
 if test -n "$lt_prog_compiler_pic_CXX"; then
 
5956
 
 
5957
-{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
 
5958
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
 
5959
+{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
 
5960
+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
 
5961
 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then
 
5962
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5963
+  $as_echo_n "(cached) " >&6
 
5964
 else
 
5965
   lt_cv_prog_compiler_pic_works_CXX=no
 
5966
   ac_outfile=conftest.$ac_objext
 
5967
@@ -12712,11 +12890,11 @@
 
5968
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
5969
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
5970
    -e 's:$: $lt_compiler_flag:'`
 
5971
-   (eval echo "\"\$as_me:12715: $lt_compile\"" >&5)
 
5972
+   (eval echo "\"\$as_me:12893: $lt_compile\"" >&5)
 
5973
    (eval "$lt_compile" 2>conftest.err)
 
5974
    ac_status=$?
 
5975
    cat conftest.err >&5
 
5976
-   echo "$as_me:12719: \$? = $ac_status" >&5
 
5977
+   echo "$as_me:12897: \$? = $ac_status" >&5
 
5978
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
5979
      # The compiler can only warn and ignore the option if not recognized
 
5980
      # So say no if there are warnings other than the usual output.
 
5981
@@ -12729,8 +12907,8 @@
 
5982
    $rm conftest*
 
5983
 
 
5984
 fi
 
5985
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
 
5986
-echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; }
 
5987
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
 
5988
+$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
 
5989
 
 
5990
 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
 
5991
     case $lt_prog_compiler_pic_CXX in
 
5992
@@ -12757,10 +12935,10 @@
 
5993
 # Check to make sure the static flag actually works.
 
5994
 #
 
5995
 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
 
5996
-{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
5997
-echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 
5998
+{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
5999
+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
 
6000
 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then
 
6001
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6002
+  $as_echo_n "(cached) " >&6
 
6003
 else
 
6004
   lt_cv_prog_compiler_static_works_CXX=no
 
6005
    save_LDFLAGS="$LDFLAGS"
 
6006
@@ -12785,8 +12963,8 @@
 
6007
    LDFLAGS="$save_LDFLAGS"
 
6008
 
 
6009
 fi
 
6010
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
 
6011
-echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; }
 
6012
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
 
6013
+$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
 
6014
 
 
6015
 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
 
6016
     :
 
6017
@@ -12795,10 +12973,10 @@
 
6018
 fi
 
6019
 
 
6020
 
 
6021
-{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
6022
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
6023
+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
6024
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 
6025
 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
 
6026
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6027
+  $as_echo_n "(cached) " >&6
 
6028
 else
 
6029
   lt_cv_prog_compiler_c_o_CXX=no
 
6030
    $rm -r conftest 2>/dev/null
 
6031
@@ -12816,11 +12994,11 @@
 
6032
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
6033
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
6034
    -e 's:$: $lt_compiler_flag:'`
 
6035
-   (eval echo "\"\$as_me:12819: $lt_compile\"" >&5)
 
6036
+   (eval echo "\"\$as_me:12997: $lt_compile\"" >&5)
 
6037
    (eval "$lt_compile" 2>out/conftest.err)
 
6038
    ac_status=$?
 
6039
    cat out/conftest.err >&5
 
6040
-   echo "$as_me:12823: \$? = $ac_status" >&5
 
6041
+   echo "$as_me:13001: \$? = $ac_status" >&5
 
6042
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
6043
    then
 
6044
      # The compiler can only warn and ignore the option if not recognized
 
6045
@@ -12842,34 +13020,34 @@
 
6046
    $rm conftest*
 
6047
 
 
6048
 fi
 
6049
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
 
6050
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
 
6051
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
 
6052
+$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
 
6053
 
 
6054
 
 
6055
 hard_links="nottested"
 
6056
 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
 
6057
   # do not overwrite the value of need_locks provided by the user
 
6058
-  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
6059
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 
6060
+  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
6061
+$as_echo_n "checking if we can lock with hard links... " >&6; }
 
6062
   hard_links=yes
 
6063
   $rm conftest*
 
6064
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
6065
   touch conftest.a
 
6066
   ln conftest.a conftest.b 2>&5 || hard_links=no
 
6067
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
6068
-  { echo "$as_me:$LINENO: result: $hard_links" >&5
 
6069
-echo "${ECHO_T}$hard_links" >&6; }
 
6070
+  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
 
6071
+$as_echo "$hard_links" >&6; }
 
6072
   if test "$hard_links" = no; then
 
6073
-    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
6074
-echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
6075
+    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
6076
+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
6077
     need_locks=warn
 
6078
   fi
 
6079
 else
 
6080
   need_locks=no
 
6081
 fi
 
6082
 
 
6083
-{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
6084
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
6085
+{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
6086
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
 
6087
 
 
6088
   export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
6089
   case $host_os in
 
6090
@@ -12897,8 +13075,8 @@
 
6091
   esac
 
6092
   exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
 
6093
 
 
6094
-{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
 
6095
-echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
 
6096
+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
 
6097
+$as_echo "$ld_shlibs_CXX" >&6; }
 
6098
 test "$ld_shlibs_CXX" = no && can_build_shared=no
 
6099
 
 
6100
 #
 
6101
@@ -12918,15 +13096,15 @@
 
6102
       # Test whether the compiler implicitly links with -lc since on some
 
6103
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
6104
       # to ld, don't add -lc before -lgcc.
 
6105
-      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
6106
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 
6107
+      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
6108
+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
 
6109
       $rm conftest*
 
6110
       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
6111
 
 
6112
       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
6113
   (eval $ac_compile) 2>&5
 
6114
   ac_status=$?
 
6115
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6116
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6117
   (exit $ac_status); } 2>conftest.err; then
 
6118
         soname=conftest
 
6119
         lib=conftest
 
6120
@@ -12944,7 +13122,7 @@
 
6121
         if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
 
6122
   (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
 
6123
   ac_status=$?
 
6124
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6125
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6126
   (exit $ac_status); }
 
6127
         then
 
6128
          archive_cmds_need_lc_CXX=no
 
6129
@@ -12956,16 +13134,16 @@
 
6130
         cat conftest.err 1>&5
 
6131
       fi
 
6132
       $rm conftest*
 
6133
-      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
 
6134
-echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
 
6135
+      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
 
6136
+$as_echo "$archive_cmds_need_lc_CXX" >&6; }
 
6137
       ;;
 
6138
     esac
 
6139
   fi
 
6140
   ;;
 
6141
 esac
 
6142
 
 
6143
-{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
6144
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 
6145
+{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
6146
+$as_echo_n "checking dynamic linker characteristics... " >&6; }
 
6147
 library_names_spec=
 
6148
 libname_spec='lib$name'
 
6149
 soname_spec=
 
6150
@@ -13526,19 +13704,19 @@
 
6151
   dynamic_linker=no
 
6152
   ;;
 
6153
 esac
 
6154
-{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
6155
-echo "${ECHO_T}$dynamic_linker" >&6; }
 
6156
+{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
6157
+$as_echo "$dynamic_linker" >&6; }
 
6158
 test "$dynamic_linker" = no && can_build_shared=no
 
6159
 
 
6160
 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
6161
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6162
+  $as_echo_n "(cached) " >&6
 
6163
 else
 
6164
   lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
 
6165
 fi
 
6166
 
 
6167
 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
6168
 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
6169
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6170
+  $as_echo_n "(cached) " >&6
 
6171
 else
 
6172
   lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
 
6173
 fi
 
6174
@@ -13550,8 +13728,8 @@
 
6175
   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
6176
 fi
 
6177
 
 
6178
-{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
6179
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 
6180
+{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
6181
+$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
 
6182
 hardcode_action_CXX=
 
6183
 if test -n "$hardcode_libdir_flag_spec_CXX" || \
 
6184
    test -n "$runpath_var_CXX" || \
 
6185
@@ -13575,8 +13753,8 @@
 
6186
   # directories.
 
6187
   hardcode_action_CXX=unsupported
 
6188
 fi
 
6189
-{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
 
6190
-echo "${ECHO_T}$hardcode_action_CXX" >&6; }
 
6191
+{ $as_echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
 
6192
+$as_echo "$hardcode_action_CXX" >&6; }
 
6193
 
 
6194
 if test "$hardcode_action_CXX" = relink; then
 
6195
   # Fast installation is not supported
 
6196
@@ -14114,13 +14292,13 @@
 
6197
 cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
6198
 
 
6199
 
 
6200
-{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
6201
-echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
 
6202
-{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
6203
-echo "${ECHO_T}$can_build_shared" >&6; }
 
6204
+{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
6205
+$as_echo_n "checking if libtool supports shared libraries... " >&6; }
 
6206
+{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
6207
+$as_echo "$can_build_shared" >&6; }
 
6208
 
 
6209
-{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
6210
-echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
 
6211
+{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
6212
+$as_echo_n "checking whether to build shared libraries... " >&6; }
 
6213
 test "$can_build_shared" = "no" && enable_shared=no
 
6214
 
 
6215
 # On AIX, shared libraries and static libraries use the same namespace, and
 
6216
@@ -14139,15 +14317,15 @@
 
6217
   fi
 
6218
   ;;
 
6219
 esac
 
6220
-{ echo "$as_me:$LINENO: result: $enable_shared" >&5
 
6221
-echo "${ECHO_T}$enable_shared" >&6; }
 
6222
+{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
 
6223
+$as_echo "$enable_shared" >&6; }
 
6224
 
 
6225
-{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
6226
-echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
 
6227
+{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
6228
+$as_echo_n "checking whether to build static libraries... " >&6; }
 
6229
 # Make sure either enable_shared or enable_static is yes.
 
6230
 test "$enable_shared" = yes || enable_static=yes
 
6231
-{ echo "$as_me:$LINENO: result: $enable_static" >&5
 
6232
-echo "${ECHO_T}$enable_static" >&6; }
 
6233
+{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5
 
6234
+$as_echo "$enable_static" >&6; }
 
6235
 
 
6236
 GCC_F77="$G77"
 
6237
 LD_F77="$LD"
 
6238
@@ -14156,8 +14334,8 @@
 
6239
 lt_prog_compiler_pic_F77=
 
6240
 lt_prog_compiler_static_F77=
 
6241
 
 
6242
-{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
6243
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
6244
+{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
6245
+$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
6246
 
 
6247
   if test "$GCC" = yes; then
 
6248
     lt_prog_compiler_wl_F77='-Wl,'
 
6249
@@ -14388,18 +14566,18 @@
 
6250
     esac
 
6251
   fi
 
6252
 
 
6253
-{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
 
6254
-echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; }
 
6255
+{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
 
6256
+$as_echo "$lt_prog_compiler_pic_F77" >&6; }
 
6257
 
 
6258
 #
 
6259
 # Check to make sure the PIC flag actually works.
 
6260
 #
 
6261
 if test -n "$lt_prog_compiler_pic_F77"; then
 
6262
 
 
6263
-{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
 
6264
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }
 
6265
+{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
 
6266
+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... " >&6; }
 
6267
 if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then
 
6268
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6269
+  $as_echo_n "(cached) " >&6
 
6270
 else
 
6271
   lt_cv_prog_compiler_pic_works_F77=no
 
6272
   ac_outfile=conftest.$ac_objext
 
6273
@@ -14414,11 +14592,11 @@
 
6274
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
6275
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
6276
    -e 's:$: $lt_compiler_flag:'`
 
6277
-   (eval echo "\"\$as_me:14417: $lt_compile\"" >&5)
 
6278
+   (eval echo "\"\$as_me:14595: $lt_compile\"" >&5)
 
6279
    (eval "$lt_compile" 2>conftest.err)
 
6280
    ac_status=$?
 
6281
    cat conftest.err >&5
 
6282
-   echo "$as_me:14421: \$? = $ac_status" >&5
 
6283
+   echo "$as_me:14599: \$? = $ac_status" >&5
 
6284
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
6285
      # The compiler can only warn and ignore the option if not recognized
 
6286
      # So say no if there are warnings other than the usual output.
 
6287
@@ -14431,8 +14609,8 @@
 
6288
    $rm conftest*
 
6289
 
 
6290
 fi
 
6291
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5
 
6292
-echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_F77" >&6; }
 
6293
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5
 
6294
+$as_echo "$lt_cv_prog_compiler_pic_works_F77" >&6; }
 
6295
 
 
6296
 if test x"$lt_cv_prog_compiler_pic_works_F77" = xyes; then
 
6297
     case $lt_prog_compiler_pic_F77 in
 
6298
@@ -14459,10 +14637,10 @@
 
6299
 # Check to make sure the static flag actually works.
 
6300
 #
 
6301
 wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
 
6302
-{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
6303
-echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 
6304
+{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
6305
+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
 
6306
 if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then
 
6307
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6308
+  $as_echo_n "(cached) " >&6
 
6309
 else
 
6310
   lt_cv_prog_compiler_static_works_F77=no
 
6311
    save_LDFLAGS="$LDFLAGS"
 
6312
@@ -14487,8 +14665,8 @@
 
6313
    LDFLAGS="$save_LDFLAGS"
 
6314
 
 
6315
 fi
 
6316
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5
 
6317
-echo "${ECHO_T}$lt_cv_prog_compiler_static_works_F77" >&6; }
 
6318
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5
 
6319
+$as_echo "$lt_cv_prog_compiler_static_works_F77" >&6; }
 
6320
 
 
6321
 if test x"$lt_cv_prog_compiler_static_works_F77" = xyes; then
 
6322
     :
 
6323
@@ -14497,10 +14675,10 @@
 
6324
 fi
 
6325
 
 
6326
 
 
6327
-{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
6328
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
6329
+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
6330
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 
6331
 if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
 
6332
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6333
+  $as_echo_n "(cached) " >&6
 
6334
 else
 
6335
   lt_cv_prog_compiler_c_o_F77=no
 
6336
    $rm -r conftest 2>/dev/null
 
6337
@@ -14518,11 +14696,11 @@
 
6338
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
6339
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
6340
    -e 's:$: $lt_compiler_flag:'`
 
6341
-   (eval echo "\"\$as_me:14521: $lt_compile\"" >&5)
 
6342
+   (eval echo "\"\$as_me:14699: $lt_compile\"" >&5)
 
6343
    (eval "$lt_compile" 2>out/conftest.err)
 
6344
    ac_status=$?
 
6345
    cat out/conftest.err >&5
 
6346
-   echo "$as_me:14525: \$? = $ac_status" >&5
 
6347
+   echo "$as_me:14703: \$? = $ac_status" >&5
 
6348
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
6349
    then
 
6350
      # The compiler can only warn and ignore the option if not recognized
 
6351
@@ -14544,34 +14722,34 @@
 
6352
    $rm conftest*
 
6353
 
 
6354
 fi
 
6355
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
 
6356
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; }
 
6357
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
 
6358
+$as_echo "$lt_cv_prog_compiler_c_o_F77" >&6; }
 
6359
 
 
6360
 
 
6361
 hard_links="nottested"
 
6362
 if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
 
6363
   # do not overwrite the value of need_locks provided by the user
 
6364
-  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
6365
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 
6366
+  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
6367
+$as_echo_n "checking if we can lock with hard links... " >&6; }
 
6368
   hard_links=yes
 
6369
   $rm conftest*
 
6370
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
6371
   touch conftest.a
 
6372
   ln conftest.a conftest.b 2>&5 || hard_links=no
 
6373
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
6374
-  { echo "$as_me:$LINENO: result: $hard_links" >&5
 
6375
-echo "${ECHO_T}$hard_links" >&6; }
 
6376
+  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
 
6377
+$as_echo "$hard_links" >&6; }
 
6378
   if test "$hard_links" = no; then
 
6379
-    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
6380
-echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
6381
+    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
6382
+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
6383
     need_locks=warn
 
6384
   fi
 
6385
 else
 
6386
   need_locks=no
 
6387
 fi
 
6388
 
 
6389
-{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
6390
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
6391
+{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
6392
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
 
6393
 
 
6394
   runpath_var=
 
6395
   allow_undefined_flag_F77=
 
6396
@@ -14992,18 +15170,21 @@
 
6397
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6398
   *) ac_try_echo=$ac_try;;
 
6399
 esac
 
6400
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6401
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
6402
+$as_echo "$ac_try_echo") >&5
 
6403
   (eval "$ac_link") 2>conftest.er1
 
6404
   ac_status=$?
 
6405
   grep -v '^ *+' conftest.er1 >conftest.err
 
6406
   rm -f conftest.er1
 
6407
   cat conftest.err >&5
 
6408
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6409
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6410
   (exit $ac_status); } && {
 
6411
         test -z "$ac_f77_werror_flag" ||
 
6412
         test ! -s conftest.err
 
6413
-       } && test -s conftest$ac_exeext &&
 
6414
-       $as_test_x conftest$ac_exeext; then
 
6415
+       } && test -s conftest$ac_exeext && {
 
6416
+        test "$cross_compiling" = yes ||
 
6417
+        $as_test_x conftest$ac_exeext
 
6418
+       }; then
 
6419
 
 
6420
 lt_aix_libpath_sed='
 
6421
     /Import File Strings/,/^$/ {
 
6422
@@ -15018,12 +15199,13 @@
 
6423
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
6424
 fi
 
6425
 else
 
6426
-  echo "$as_me: failed program was:" >&5
 
6427
+  $as_echo "$as_me: failed program was:" >&5
 
6428
 sed 's/^/| /' conftest.$ac_ext >&5
 
6429
 
 
6430
 
 
6431
 fi
 
6432
 
 
6433
+rm -rf conftest.dSYM
 
6434
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
6435
       conftest$ac_exeext conftest.$ac_ext
 
6436
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
6437
@@ -15048,18 +15230,21 @@
 
6438
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6439
   *) ac_try_echo=$ac_try;;
 
6440
 esac
 
6441
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6442
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
6443
+$as_echo "$ac_try_echo") >&5
 
6444
   (eval "$ac_link") 2>conftest.er1
 
6445
   ac_status=$?
 
6446
   grep -v '^ *+' conftest.er1 >conftest.err
 
6447
   rm -f conftest.er1
 
6448
   cat conftest.err >&5
 
6449
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6450
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6451
   (exit $ac_status); } && {
 
6452
         test -z "$ac_f77_werror_flag" ||
 
6453
         test ! -s conftest.err
 
6454
-       } && test -s conftest$ac_exeext &&
 
6455
-       $as_test_x conftest$ac_exeext; then
 
6456
+       } && test -s conftest$ac_exeext && {
 
6457
+        test "$cross_compiling" = yes ||
 
6458
+        $as_test_x conftest$ac_exeext
 
6459
+       }; then
 
6460
 
 
6461
 lt_aix_libpath_sed='
 
6462
     /Import File Strings/,/^$/ {
 
6463
@@ -15074,12 +15259,13 @@
 
6464
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
6465
 fi
 
6466
 else
 
6467
-  echo "$as_me: failed program was:" >&5
 
6468
+  $as_echo "$as_me: failed program was:" >&5
 
6469
 sed 's/^/| /' conftest.$ac_ext >&5
 
6470
 
 
6471
 
 
6472
 fi
 
6473
 
 
6474
+rm -rf conftest.dSYM
 
6475
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
6476
       conftest$ac_exeext conftest.$ac_ext
 
6477
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
6478
@@ -15531,8 +15717,8 @@
 
6479
     esac
 
6480
   fi
 
6481
 
 
6482
-{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
 
6483
-echo "${ECHO_T}$ld_shlibs_F77" >&6; }
 
6484
+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
 
6485
+$as_echo "$ld_shlibs_F77" >&6; }
 
6486
 test "$ld_shlibs_F77" = no && can_build_shared=no
 
6487
 
 
6488
 #
 
6489
@@ -15552,15 +15738,15 @@
 
6490
       # Test whether the compiler implicitly links with -lc since on some
 
6491
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
6492
       # to ld, don't add -lc before -lgcc.
 
6493
-      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
6494
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 
6495
+      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
6496
+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
 
6497
       $rm conftest*
 
6498
       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
6499
 
 
6500
       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
6501
   (eval $ac_compile) 2>&5
 
6502
   ac_status=$?
 
6503
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6504
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6505
   (exit $ac_status); } 2>conftest.err; then
 
6506
         soname=conftest
 
6507
         lib=conftest
 
6508
@@ -15578,7 +15764,7 @@
 
6509
         if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
 
6510
   (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
 
6511
   ac_status=$?
 
6512
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6513
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6514
   (exit $ac_status); }
 
6515
         then
 
6516
          archive_cmds_need_lc_F77=no
 
6517
@@ -15590,16 +15776,16 @@
 
6518
         cat conftest.err 1>&5
 
6519
       fi
 
6520
       $rm conftest*
 
6521
-      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
 
6522
-echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; }
 
6523
+      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
 
6524
+$as_echo "$archive_cmds_need_lc_F77" >&6; }
 
6525
       ;;
 
6526
     esac
 
6527
   fi
 
6528
   ;;
 
6529
 esac
 
6530
 
 
6531
-{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
6532
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 
6533
+{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
6534
+$as_echo_n "checking dynamic linker characteristics... " >&6; }
 
6535
 library_names_spec=
 
6536
 libname_spec='lib$name'
 
6537
 soname_spec=
 
6538
@@ -16160,19 +16346,19 @@
 
6539
   dynamic_linker=no
 
6540
   ;;
 
6541
 esac
 
6542
-{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
6543
-echo "${ECHO_T}$dynamic_linker" >&6; }
 
6544
+{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
6545
+$as_echo "$dynamic_linker" >&6; }
 
6546
 test "$dynamic_linker" = no && can_build_shared=no
 
6547
 
 
6548
 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
6549
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6550
+  $as_echo_n "(cached) " >&6
 
6551
 else
 
6552
   lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
 
6553
 fi
 
6554
 
 
6555
 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
6556
 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
6557
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6558
+  $as_echo_n "(cached) " >&6
 
6559
 else
 
6560
   lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
 
6561
 fi
 
6562
@@ -16184,8 +16370,8 @@
 
6563
   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
6564
 fi
 
6565
 
 
6566
-{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
6567
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 
6568
+{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
6569
+$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
 
6570
 hardcode_action_F77=
 
6571
 if test -n "$hardcode_libdir_flag_spec_F77" || \
 
6572
    test -n "$runpath_var_F77" || \
 
6573
@@ -16209,8 +16395,8 @@
 
6574
   # directories.
 
6575
   hardcode_action_F77=unsupported
 
6576
 fi
 
6577
-{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
 
6578
-echo "${ECHO_T}$hardcode_action_F77" >&6; }
 
6579
+{ $as_echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
 
6580
+$as_echo "$hardcode_action_F77" >&6; }
 
6581
 
 
6582
 if test "$hardcode_action_F77" = relink; then
 
6583
   # Fast installation is not supported
 
6584
@@ -16720,10 +16906,10 @@
 
6585
   lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
 
6586
 
 
6587
 
 
6588
-{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
6589
-echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
 
6590
+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
6591
+$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
 
6592
 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
 
6593
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6594
+  $as_echo_n "(cached) " >&6
 
6595
 else
 
6596
   lt_cv_prog_compiler_rtti_exceptions=no
 
6597
   ac_outfile=conftest.$ac_objext
 
6598
@@ -16738,11 +16924,11 @@
 
6599
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
6600
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
6601
    -e 's:$: $lt_compiler_flag:'`
 
6602
-   (eval echo "\"\$as_me:16741: $lt_compile\"" >&5)
 
6603
+   (eval echo "\"\$as_me:16927: $lt_compile\"" >&5)
 
6604
    (eval "$lt_compile" 2>conftest.err)
 
6605
    ac_status=$?
 
6606
    cat conftest.err >&5
 
6607
-   echo "$as_me:16745: \$? = $ac_status" >&5
 
6608
+   echo "$as_me:16931: \$? = $ac_status" >&5
 
6609
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
6610
      # The compiler can only warn and ignore the option if not recognized
 
6611
      # So say no if there are warnings other than the usual output.
 
6612
@@ -16755,8 +16941,8 @@
 
6613
    $rm conftest*
 
6614
 
 
6615
 fi
 
6616
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
6617
-echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
6618
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
6619
+$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
6620
 
 
6621
 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
 
6622
     lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
 
6623
@@ -16770,8 +16956,8 @@
 
6624
 lt_prog_compiler_pic_GCJ=
 
6625
 lt_prog_compiler_static_GCJ=
 
6626
 
 
6627
-{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
6628
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
6629
+{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
6630
+$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
6631
 
 
6632
   if test "$GCC" = yes; then
 
6633
     lt_prog_compiler_wl_GCJ='-Wl,'
 
6634
@@ -17002,18 +17188,18 @@
 
6635
     esac
 
6636
   fi
 
6637
 
 
6638
-{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
 
6639
-echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; }
 
6640
+{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
 
6641
+$as_echo "$lt_prog_compiler_pic_GCJ" >&6; }
 
6642
 
 
6643
 #
 
6644
 # Check to make sure the PIC flag actually works.
 
6645
 #
 
6646
 if test -n "$lt_prog_compiler_pic_GCJ"; then
 
6647
 
 
6648
-{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
 
6649
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }
 
6650
+{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
 
6651
+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... " >&6; }
 
6652
 if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then
 
6653
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6654
+  $as_echo_n "(cached) " >&6
 
6655
 else
 
6656
   lt_cv_prog_compiler_pic_works_GCJ=no
 
6657
   ac_outfile=conftest.$ac_objext
 
6658
@@ -17028,11 +17214,11 @@
 
6659
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
6660
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
6661
    -e 's:$: $lt_compiler_flag:'`
 
6662
-   (eval echo "\"\$as_me:17031: $lt_compile\"" >&5)
 
6663
+   (eval echo "\"\$as_me:17217: $lt_compile\"" >&5)
 
6664
    (eval "$lt_compile" 2>conftest.err)
 
6665
    ac_status=$?
 
6666
    cat conftest.err >&5
 
6667
-   echo "$as_me:17035: \$? = $ac_status" >&5
 
6668
+   echo "$as_me:17221: \$? = $ac_status" >&5
 
6669
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
6670
      # The compiler can only warn and ignore the option if not recognized
 
6671
      # So say no if there are warnings other than the usual output.
 
6672
@@ -17045,8 +17231,8 @@
 
6673
    $rm conftest*
 
6674
 
 
6675
 fi
 
6676
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
 
6677
-echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
 
6678
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
 
6679
+$as_echo "$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
 
6680
 
 
6681
 if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then
 
6682
     case $lt_prog_compiler_pic_GCJ in
 
6683
@@ -17073,10 +17259,10 @@
 
6684
 # Check to make sure the static flag actually works.
 
6685
 #
 
6686
 wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
 
6687
-{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
6688
-echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 
6689
+{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
6690
+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
 
6691
 if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then
 
6692
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6693
+  $as_echo_n "(cached) " >&6
 
6694
 else
 
6695
   lt_cv_prog_compiler_static_works_GCJ=no
 
6696
    save_LDFLAGS="$LDFLAGS"
 
6697
@@ -17101,8 +17287,8 @@
 
6698
    LDFLAGS="$save_LDFLAGS"
 
6699
 
 
6700
 fi
 
6701
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
 
6702
-echo "${ECHO_T}$lt_cv_prog_compiler_static_works_GCJ" >&6; }
 
6703
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
 
6704
+$as_echo "$lt_cv_prog_compiler_static_works_GCJ" >&6; }
 
6705
 
 
6706
 if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then
 
6707
     :
 
6708
@@ -17111,10 +17297,10 @@
 
6709
 fi
 
6710
 
 
6711
 
 
6712
-{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
6713
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
6714
+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
6715
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 
6716
 if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
 
6717
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6718
+  $as_echo_n "(cached) " >&6
 
6719
 else
 
6720
   lt_cv_prog_compiler_c_o_GCJ=no
 
6721
    $rm -r conftest 2>/dev/null
 
6722
@@ -17132,11 +17318,11 @@
 
6723
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
6724
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
6725
    -e 's:$: $lt_compiler_flag:'`
 
6726
-   (eval echo "\"\$as_me:17135: $lt_compile\"" >&5)
 
6727
+   (eval echo "\"\$as_me:17321: $lt_compile\"" >&5)
 
6728
    (eval "$lt_compile" 2>out/conftest.err)
 
6729
    ac_status=$?
 
6730
    cat out/conftest.err >&5
 
6731
-   echo "$as_me:17139: \$? = $ac_status" >&5
 
6732
+   echo "$as_me:17325: \$? = $ac_status" >&5
 
6733
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
6734
    then
 
6735
      # The compiler can only warn and ignore the option if not recognized
 
6736
@@ -17158,34 +17344,34 @@
 
6737
    $rm conftest*
 
6738
 
 
6739
 fi
 
6740
-{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
 
6741
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; }
 
6742
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
 
6743
+$as_echo "$lt_cv_prog_compiler_c_o_GCJ" >&6; }
 
6744
 
 
6745
 
 
6746
 hard_links="nottested"
 
6747
 if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
 
6748
   # do not overwrite the value of need_locks provided by the user
 
6749
-  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
6750
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 
6751
+  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
6752
+$as_echo_n "checking if we can lock with hard links... " >&6; }
 
6753
   hard_links=yes
 
6754
   $rm conftest*
 
6755
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
6756
   touch conftest.a
 
6757
   ln conftest.a conftest.b 2>&5 || hard_links=no
 
6758
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
6759
-  { echo "$as_me:$LINENO: result: $hard_links" >&5
 
6760
-echo "${ECHO_T}$hard_links" >&6; }
 
6761
+  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
 
6762
+$as_echo "$hard_links" >&6; }
 
6763
   if test "$hard_links" = no; then
 
6764
-    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
6765
-echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
6766
+    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
6767
+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
6768
     need_locks=warn
 
6769
   fi
 
6770
 else
 
6771
   need_locks=no
 
6772
 fi
 
6773
 
 
6774
-{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
6775
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
6776
+{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
6777
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
 
6778
 
 
6779
   runpath_var=
 
6780
   allow_undefined_flag_GCJ=
 
6781
@@ -17616,18 +17802,21 @@
 
6782
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6783
   *) ac_try_echo=$ac_try;;
 
6784
 esac
 
6785
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6786
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
6787
+$as_echo "$ac_try_echo") >&5
 
6788
   (eval "$ac_link") 2>conftest.er1
 
6789
   ac_status=$?
 
6790
   grep -v '^ *+' conftest.er1 >conftest.err
 
6791
   rm -f conftest.er1
 
6792
   cat conftest.err >&5
 
6793
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6794
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6795
   (exit $ac_status); } && {
 
6796
         test -z "$ac_c_werror_flag" ||
 
6797
         test ! -s conftest.err
 
6798
-       } && test -s conftest$ac_exeext &&
 
6799
-       $as_test_x conftest$ac_exeext; then
 
6800
+       } && test -s conftest$ac_exeext && {
 
6801
+        test "$cross_compiling" = yes ||
 
6802
+        $as_test_x conftest$ac_exeext
 
6803
+       }; then
 
6804
 
 
6805
 lt_aix_libpath_sed='
 
6806
     /Import File Strings/,/^$/ {
 
6807
@@ -17642,12 +17831,13 @@
 
6808
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
6809
 fi
 
6810
 else
 
6811
-  echo "$as_me: failed program was:" >&5
 
6812
+  $as_echo "$as_me: failed program was:" >&5
 
6813
 sed 's/^/| /' conftest.$ac_ext >&5
 
6814
 
 
6815
 
 
6816
 fi
 
6817
 
 
6818
+rm -rf conftest.dSYM
 
6819
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
6820
       conftest$ac_exeext conftest.$ac_ext
 
6821
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
6822
@@ -17682,18 +17872,21 @@
 
6823
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6824
   *) ac_try_echo=$ac_try;;
 
6825
 esac
 
6826
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6827
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
6828
+$as_echo "$ac_try_echo") >&5
 
6829
   (eval "$ac_link") 2>conftest.er1
 
6830
   ac_status=$?
 
6831
   grep -v '^ *+' conftest.er1 >conftest.err
 
6832
   rm -f conftest.er1
 
6833
   cat conftest.err >&5
 
6834
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6835
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6836
   (exit $ac_status); } && {
 
6837
         test -z "$ac_c_werror_flag" ||
 
6838
         test ! -s conftest.err
 
6839
-       } && test -s conftest$ac_exeext &&
 
6840
-       $as_test_x conftest$ac_exeext; then
 
6841
+       } && test -s conftest$ac_exeext && {
 
6842
+        test "$cross_compiling" = yes ||
 
6843
+        $as_test_x conftest$ac_exeext
 
6844
+       }; then
 
6845
 
 
6846
 lt_aix_libpath_sed='
 
6847
     /Import File Strings/,/^$/ {
 
6848
@@ -17708,12 +17901,13 @@
 
6849
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
6850
 fi
 
6851
 else
 
6852
-  echo "$as_me: failed program was:" >&5
 
6853
+  $as_echo "$as_me: failed program was:" >&5
 
6854
 sed 's/^/| /' conftest.$ac_ext >&5
 
6855
 
 
6856
 
 
6857
 fi
 
6858
 
 
6859
+rm -rf conftest.dSYM
 
6860
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
6861
       conftest$ac_exeext conftest.$ac_ext
 
6862
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
6863
@@ -18165,8 +18359,8 @@
 
6864
     esac
 
6865
   fi
 
6866
 
 
6867
-{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
 
6868
-echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }
 
6869
+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
 
6870
+$as_echo "$ld_shlibs_GCJ" >&6; }
 
6871
 test "$ld_shlibs_GCJ" = no && can_build_shared=no
 
6872
 
 
6873
 #
 
6874
@@ -18186,15 +18380,15 @@
 
6875
       # Test whether the compiler implicitly links with -lc since on some
 
6876
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
6877
       # to ld, don't add -lc before -lgcc.
 
6878
-      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
6879
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 
6880
+      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
6881
+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
 
6882
       $rm conftest*
 
6883
       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
6884
 
 
6885
       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
6886
   (eval $ac_compile) 2>&5
 
6887
   ac_status=$?
 
6888
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6889
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6890
   (exit $ac_status); } 2>conftest.err; then
 
6891
         soname=conftest
 
6892
         lib=conftest
 
6893
@@ -18212,7 +18406,7 @@
 
6894
         if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
 
6895
   (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
 
6896
   ac_status=$?
 
6897
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6898
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6899
   (exit $ac_status); }
 
6900
         then
 
6901
          archive_cmds_need_lc_GCJ=no
 
6902
@@ -18224,16 +18418,16 @@
 
6903
         cat conftest.err 1>&5
 
6904
       fi
 
6905
       $rm conftest*
 
6906
-      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
 
6907
-echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; }
 
6908
+      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
 
6909
+$as_echo "$archive_cmds_need_lc_GCJ" >&6; }
 
6910
       ;;
 
6911
     esac
 
6912
   fi
 
6913
   ;;
 
6914
 esac
 
6915
 
 
6916
-{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
6917
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 
6918
+{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
6919
+$as_echo_n "checking dynamic linker characteristics... " >&6; }
 
6920
 library_names_spec=
 
6921
 libname_spec='lib$name'
 
6922
 soname_spec=
 
6923
@@ -18794,19 +18988,19 @@
 
6924
   dynamic_linker=no
 
6925
   ;;
 
6926
 esac
 
6927
-{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
6928
-echo "${ECHO_T}$dynamic_linker" >&6; }
 
6929
+{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
6930
+$as_echo "$dynamic_linker" >&6; }
 
6931
 test "$dynamic_linker" = no && can_build_shared=no
 
6932
 
 
6933
 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
6934
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6935
+  $as_echo_n "(cached) " >&6
 
6936
 else
 
6937
   lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
 
6938
 fi
 
6939
 
 
6940
 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
6941
 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
6942
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6943
+  $as_echo_n "(cached) " >&6
 
6944
 else
 
6945
   lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
 
6946
 fi
 
6947
@@ -18818,8 +19012,8 @@
 
6948
   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
6949
 fi
 
6950
 
 
6951
-{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
6952
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 
6953
+{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
6954
+$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
 
6955
 hardcode_action_GCJ=
 
6956
 if test -n "$hardcode_libdir_flag_spec_GCJ" || \
 
6957
    test -n "$runpath_var_GCJ" || \
 
6958
@@ -18843,8 +19037,8 @@
 
6959
   # directories.
 
6960
   hardcode_action_GCJ=unsupported
 
6961
 fi
 
6962
-{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
 
6963
-echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
 
6964
+{ $as_echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
 
6965
+$as_echo "$hardcode_action_GCJ" >&6; }
 
6966
 
 
6967
 if test "$hardcode_action_GCJ" = relink; then
 
6968
   # Fast installation is not supported
 
6969
@@ -19767,8 +19961,8 @@
 
6970
        ;;
 
6971
 
 
6972
       *)
 
6973
-       { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
 
6974
-echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
 
6975
+       { { $as_echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
 
6976
+$as_echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
 
6977
    { (exit 1); exit 1; }; }
 
6978
        ;;
 
6979
       esac
 
6980
@@ -19787,8 +19981,8 @@
 
6981
     chmod +x "$ofile"
 
6982
   else
 
6983
     rm -f "${ofile}T"
 
6984
-    { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
 
6985
-echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
 
6986
+    { { $as_echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
 
6987
+$as_echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
 
6988
    { (exit 1); exit 1; }; }
 
6989
   fi
 
6990
 fi
 
6991
@@ -19824,8 +20018,8 @@
 
6992
 
 
6993
 
 
6994
 
 
6995
-  { echo "$as_me:$LINENO: checking whether NLS is requested" >&5
 
6996
-echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; }
 
6997
+  { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5
 
6998
+$as_echo_n "checking whether NLS is requested... " >&6; }
 
6999
     # Check whether --enable-nls was given.
 
7000
 if test "${enable_nls+set}" = set; then
 
7001
   enableval=$enable_nls; USE_NLS=$enableval
 
7002
@@ -19833,16 +20027,16 @@
 
7003
   USE_NLS=yes
 
7004
 fi
 
7005
 
 
7006
-  { echo "$as_me:$LINENO: result: $USE_NLS" >&5
 
7007
-echo "${ECHO_T}$USE_NLS" >&6; }
 
7008
+  { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5
 
7009
+$as_echo "$USE_NLS" >&6; }
 
7010
 
 
7011
 
 
7012
 
 
7013
 
 
7014
 case "$am__api_version" in
 
7015
     1.01234)
 
7016
-       { { echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
 
7017
-echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;}
 
7018
+       { { $as_echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
 
7019
+$as_echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;}
 
7020
    { (exit 1); exit 1; }; }
 
7021
     ;;
 
7022
     *)
 
7023
@@ -19850,27 +20044,27 @@
 
7024
 esac
 
7025
 
 
7026
 if test -n "0.35.0"; then
 
7027
-    { echo "$as_me:$LINENO: checking for intltool >= 0.35.0" >&5
 
7028
-echo $ECHO_N "checking for intltool >= 0.35.0... $ECHO_C" >&6; }
 
7029
+    { $as_echo "$as_me:$LINENO: checking for intltool >= 0.35.0" >&5
 
7030
+$as_echo_n "checking for intltool >= 0.35.0... " >&6; }
 
7031
 
 
7032
     INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
 
7033
     INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
 
7034
     INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
 
7035
 
 
7036
-    { echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
 
7037
-echo "${ECHO_T}$INTLTOOL_APPLIED_VERSION found" >&6; }
 
7038
+    { $as_echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
 
7039
+$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
 
7040
     test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
 
7041
-       { { echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool 0.35.0 or later." >&5
 
7042
-echo "$as_me: error: Your intltool is too old.  You need intltool 0.35.0 or later." >&2;}
 
7043
+       { { $as_echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool 0.35.0 or later." >&5
 
7044
+$as_echo "$as_me: error: Your intltool is too old.  You need intltool 0.35.0 or later." >&2;}
 
7045
    { (exit 1); exit 1; }; }
 
7046
 fi
 
7047
 
 
7048
 # Extract the first word of "intltool-update", so it can be a program name with args.
 
7049
 set dummy intltool-update; ac_word=$2
 
7050
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7051
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7052
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7053
+$as_echo_n "checking for $ac_word... " >&6; }
 
7054
 if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then
 
7055
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7056
+  $as_echo_n "(cached) " >&6
 
7057
 else
 
7058
   case $INTLTOOL_UPDATE in
 
7059
   [\\/]* | ?:[\\/]*)
 
7060
@@ -19885,7 +20079,7 @@
 
7061
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7062
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7063
     ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext"
 
7064
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7065
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7066
     break 2
 
7067
   fi
 
7068
 done
 
7069
@@ -19897,20 +20091,20 @@
 
7070
 fi
 
7071
 INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE
 
7072
 if test -n "$INTLTOOL_UPDATE"; then
 
7073
-  { echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5
 
7074
-echo "${ECHO_T}$INTLTOOL_UPDATE" >&6; }
 
7075
+  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5
 
7076
+$as_echo "$INTLTOOL_UPDATE" >&6; }
 
7077
 else
 
7078
-  { echo "$as_me:$LINENO: result: no" >&5
 
7079
-echo "${ECHO_T}no" >&6; }
 
7080
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7081
+$as_echo "no" >&6; }
 
7082
 fi
 
7083
 
 
7084
 
 
7085
 # Extract the first word of "intltool-merge", so it can be a program name with args.
 
7086
 set dummy intltool-merge; ac_word=$2
 
7087
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7088
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7089
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7090
+$as_echo_n "checking for $ac_word... " >&6; }
 
7091
 if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then
 
7092
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7093
+  $as_echo_n "(cached) " >&6
 
7094
 else
 
7095
   case $INTLTOOL_MERGE in
 
7096
   [\\/]* | ?:[\\/]*)
 
7097
@@ -19925,7 +20119,7 @@
 
7098
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7099
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7100
     ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext"
 
7101
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7102
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7103
     break 2
 
7104
   fi
 
7105
 done
 
7106
@@ -19937,20 +20131,20 @@
 
7107
 fi
 
7108
 INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE
 
7109
 if test -n "$INTLTOOL_MERGE"; then
 
7110
-  { echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5
 
7111
-echo "${ECHO_T}$INTLTOOL_MERGE" >&6; }
 
7112
+  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5
 
7113
+$as_echo "$INTLTOOL_MERGE" >&6; }
 
7114
 else
 
7115
-  { echo "$as_me:$LINENO: result: no" >&5
 
7116
-echo "${ECHO_T}no" >&6; }
 
7117
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7118
+$as_echo "no" >&6; }
 
7119
 fi
 
7120
 
 
7121
 
 
7122
 # Extract the first word of "intltool-extract", so it can be a program name with args.
 
7123
 set dummy intltool-extract; ac_word=$2
 
7124
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7125
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7126
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7127
+$as_echo_n "checking for $ac_word... " >&6; }
 
7128
 if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then
 
7129
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7130
+  $as_echo_n "(cached) " >&6
 
7131
 else
 
7132
   case $INTLTOOL_EXTRACT in
 
7133
   [\\/]* | ?:[\\/]*)
 
7134
@@ -19965,7 +20159,7 @@
 
7135
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7136
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7137
     ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext"
 
7138
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7139
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7140
     break 2
 
7141
   fi
 
7142
 done
 
7143
@@ -19977,17 +20171,17 @@
 
7144
 fi
 
7145
 INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT
 
7146
 if test -n "$INTLTOOL_EXTRACT"; then
 
7147
-  { echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5
 
7148
-echo "${ECHO_T}$INTLTOOL_EXTRACT" >&6; }
 
7149
+  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5
 
7150
+$as_echo "$INTLTOOL_EXTRACT" >&6; }
 
7151
 else
 
7152
-  { echo "$as_me:$LINENO: result: no" >&5
 
7153
-echo "${ECHO_T}no" >&6; }
 
7154
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7155
+$as_echo "no" >&6; }
 
7156
 fi
 
7157
 
 
7158
 
 
7159
 if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
 
7160
-    { { echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5
 
7161
-echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;}
 
7162
+    { { $as_echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5
 
7163
+$as_echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;}
 
7164
    { (exit 1); exit 1; }; }
 
7165
 fi
 
7166
 
 
7167
@@ -20034,10 +20228,10 @@
 
7168
 # Check the gettext tools to make sure they are GNU
 
7169
 # Extract the first word of "xgettext", so it can be a program name with args.
 
7170
 set dummy xgettext; ac_word=$2
 
7171
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7172
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7173
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7174
+$as_echo_n "checking for $ac_word... " >&6; }
 
7175
 if test "${ac_cv_path_XGETTEXT+set}" = set; then
 
7176
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7177
+  $as_echo_n "(cached) " >&6
 
7178
 else
 
7179
   case $XGETTEXT in
 
7180
   [\\/]* | ?:[\\/]*)
 
7181
@@ -20052,7 +20246,7 @@
 
7182
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7183
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7184
     ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
 
7185
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7186
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7187
     break 2
 
7188
   fi
 
7189
 done
 
7190
@@ -20064,20 +20258,20 @@
 
7191
 fi
 
7192
 XGETTEXT=$ac_cv_path_XGETTEXT
 
7193
 if test -n "$XGETTEXT"; then
 
7194
-  { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
7195
-echo "${ECHO_T}$XGETTEXT" >&6; }
 
7196
+  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
7197
+$as_echo "$XGETTEXT" >&6; }
 
7198
 else
 
7199
-  { echo "$as_me:$LINENO: result: no" >&5
 
7200
-echo "${ECHO_T}no" >&6; }
 
7201
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7202
+$as_echo "no" >&6; }
 
7203
 fi
 
7204
 
 
7205
 
 
7206
 # Extract the first word of "msgmerge", so it can be a program name with args.
 
7207
 set dummy msgmerge; ac_word=$2
 
7208
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7209
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7210
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7211
+$as_echo_n "checking for $ac_word... " >&6; }
 
7212
 if test "${ac_cv_path_MSGMERGE+set}" = set; then
 
7213
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7214
+  $as_echo_n "(cached) " >&6
 
7215
 else
 
7216
   case $MSGMERGE in
 
7217
   [\\/]* | ?:[\\/]*)
 
7218
@@ -20092,7 +20286,7 @@
 
7219
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7220
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7221
     ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
 
7222
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7223
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7224
     break 2
 
7225
   fi
 
7226
 done
 
7227
@@ -20104,20 +20298,20 @@
 
7228
 fi
 
7229
 MSGMERGE=$ac_cv_path_MSGMERGE
 
7230
 if test -n "$MSGMERGE"; then
 
7231
-  { echo "$as_me:$LINENO: result: $MSGMERGE" >&5
 
7232
-echo "${ECHO_T}$MSGMERGE" >&6; }
 
7233
+  { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5
 
7234
+$as_echo "$MSGMERGE" >&6; }
 
7235
 else
 
7236
-  { echo "$as_me:$LINENO: result: no" >&5
 
7237
-echo "${ECHO_T}no" >&6; }
 
7238
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7239
+$as_echo "no" >&6; }
 
7240
 fi
 
7241
 
 
7242
 
 
7243
 # Extract the first word of "msgfmt", so it can be a program name with args.
 
7244
 set dummy msgfmt; ac_word=$2
 
7245
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7246
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7247
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7248
+$as_echo_n "checking for $ac_word... " >&6; }
 
7249
 if test "${ac_cv_path_MSGFMT+set}" = set; then
 
7250
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7251
+  $as_echo_n "(cached) " >&6
 
7252
 else
 
7253
   case $MSGFMT in
 
7254
   [\\/]* | ?:[\\/]*)
 
7255
@@ -20132,7 +20326,7 @@
 
7256
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7257
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7258
     ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
7259
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7260
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7261
     break 2
 
7262
   fi
 
7263
 done
 
7264
@@ -20144,20 +20338,20 @@
 
7265
 fi
 
7266
 MSGFMT=$ac_cv_path_MSGFMT
 
7267
 if test -n "$MSGFMT"; then
 
7268
-  { echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
7269
-echo "${ECHO_T}$MSGFMT" >&6; }
 
7270
+  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
7271
+$as_echo "$MSGFMT" >&6; }
 
7272
 else
 
7273
-  { echo "$as_me:$LINENO: result: no" >&5
 
7274
-echo "${ECHO_T}no" >&6; }
 
7275
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7276
+$as_echo "no" >&6; }
 
7277
 fi
 
7278
 
 
7279
 
 
7280
 # Extract the first word of "gmsgfmt", so it can be a program name with args.
 
7281
 set dummy gmsgfmt; ac_word=$2
 
7282
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7283
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7284
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7285
+$as_echo_n "checking for $ac_word... " >&6; }
 
7286
 if test "${ac_cv_path_GMSGFMT+set}" = set; then
 
7287
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7288
+  $as_echo_n "(cached) " >&6
 
7289
 else
 
7290
   case $GMSGFMT in
 
7291
   [\\/]* | ?:[\\/]*)
 
7292
@@ -20172,7 +20366,7 @@
 
7293
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7294
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7295
     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
7296
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7297
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7298
     break 2
 
7299
   fi
 
7300
 done
 
7301
@@ -20185,34 +20379,34 @@
 
7302
 fi
 
7303
 GMSGFMT=$ac_cv_path_GMSGFMT
 
7304
 if test -n "$GMSGFMT"; then
 
7305
-  { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
7306
-echo "${ECHO_T}$GMSGFMT" >&6; }
 
7307
+  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
7308
+$as_echo "$GMSGFMT" >&6; }
 
7309
 else
 
7310
-  { echo "$as_me:$LINENO: result: no" >&5
 
7311
-echo "${ECHO_T}no" >&6; }
 
7312
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7313
+$as_echo "no" >&6; }
 
7314
 fi
 
7315
 
 
7316
 
 
7317
 if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
 
7318
-    { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
 
7319
-echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
 
7320
+    { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
 
7321
+$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
 
7322
    { (exit 1); exit 1; }; }
 
7323
 fi
 
7324
 xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
 
7325
 mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
 
7326
 mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
 
7327
 if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
 
7328
-    { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
 
7329
-echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
 
7330
+    { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
 
7331
+$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
 
7332
    { (exit 1); exit 1; }; }
 
7333
 fi
 
7334
 
 
7335
 # Extract the first word of "perl", so it can be a program name with args.
 
7336
 set dummy perl; ac_word=$2
 
7337
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7338
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7339
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7340
+$as_echo_n "checking for $ac_word... " >&6; }
 
7341
 if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then
 
7342
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7343
+  $as_echo_n "(cached) " >&6
 
7344
 else
 
7345
   case $INTLTOOL_PERL in
 
7346
   [\\/]* | ?:[\\/]*)
 
7347
@@ -20227,7 +20421,7 @@
 
7348
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7349
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7350
     ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
 
7351
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7352
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7353
     break 2
 
7354
   fi
 
7355
 done
 
7356
@@ -20239,33 +20433,33 @@
 
7357
 fi
 
7358
 INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
 
7359
 if test -n "$INTLTOOL_PERL"; then
 
7360
-  { echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5
 
7361
-echo "${ECHO_T}$INTLTOOL_PERL" >&6; }
 
7362
+  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5
 
7363
+$as_echo "$INTLTOOL_PERL" >&6; }
 
7364
 else
 
7365
-  { echo "$as_me:$LINENO: result: no" >&5
 
7366
-echo "${ECHO_T}no" >&6; }
 
7367
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7368
+$as_echo "no" >&6; }
 
7369
 fi
 
7370
 
 
7371
 
 
7372
 if test -z "$INTLTOOL_PERL"; then
 
7373
-   { { echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5
 
7374
-echo "$as_me: error: perl not found; required for intltool" >&2;}
 
7375
+   { { $as_echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5
 
7376
+$as_echo "$as_me: error: perl not found; required for intltool" >&2;}
 
7377
    { (exit 1); exit 1; }; }
 
7378
 fi
 
7379
 if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
 
7380
-   { { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
 
7381
-echo "$as_me: error: perl 5.x required for intltool" >&2;}
 
7382
+   { { $as_echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
 
7383
+$as_echo "$as_me: error: perl 5.x required for intltool" >&2;}
 
7384
    { (exit 1); exit 1; }; }
 
7385
 fi
 
7386
 if test "x" != "xno-xml"; then
 
7387
-   { echo "$as_me:$LINENO: checking for XML::Parser" >&5
 
7388
-echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6; }
 
7389
+   { $as_echo "$as_me:$LINENO: checking for XML::Parser" >&5
 
7390
+$as_echo_n "checking for XML::Parser... " >&6; }
 
7391
    if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
 
7392
-       { echo "$as_me:$LINENO: result: ok" >&5
 
7393
-echo "${ECHO_T}ok" >&6; }
 
7394
+       { $as_echo "$as_me:$LINENO: result: ok" >&5
 
7395
+$as_echo "ok" >&6; }
 
7396
    else
 
7397
-       { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
 
7398
-echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
 
7399
+       { { $as_echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
 
7400
+$as_echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
 
7401
    { (exit 1); exit 1; }; }
 
7402
    fi
 
7403
 fi
 
7404
@@ -20298,29 +20492,32 @@
 
7405
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7406
   *) ac_try_echo=$ac_try;;
 
7407
 esac
 
7408
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7409
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7410
+$as_echo "$ac_try_echo") >&5
 
7411
   (eval "$ac_link") 2>conftest.er1
 
7412
   ac_status=$?
 
7413
   grep -v '^ *+' conftest.er1 >conftest.err
 
7414
   rm -f conftest.er1
 
7415
   cat conftest.err >&5
 
7416
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7417
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7418
   (exit $ac_status); } && {
 
7419
         test -z "$ac_c_werror_flag" ||
 
7420
         test ! -s conftest.err
 
7421
-       } && test -s conftest$ac_exeext &&
 
7422
-       $as_test_x conftest$ac_exeext; then
 
7423
+       } && test -s conftest$ac_exeext && {
 
7424
+        test "$cross_compiling" = yes ||
 
7425
+        $as_test_x conftest$ac_exeext
 
7426
+       }; then
 
7427
   DATADIRNAME=share
 
7428
 else
 
7429
-  echo "$as_me: failed program was:" >&5
 
7430
+  $as_echo "$as_me: failed program was:" >&5
 
7431
 sed 's/^/| /' conftest.$ac_ext >&5
 
7432
 
 
7433
        case $host in
 
7434
     *-*-solaris*)
 
7435
-                        { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
7436
-echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; }
 
7437
+                        { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
7438
+$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
 
7439
 if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
 
7440
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7441
+  $as_echo_n "(cached) " >&6
 
7442
 else
 
7443
   cat >conftest.$ac_ext <<_ACEOF
 
7444
 /* confdefs.h.  */
 
7445
@@ -20373,32 +20570,36 @@
 
7446
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7447
   *) ac_try_echo=$ac_try;;
 
7448
 esac
 
7449
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7450
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7451
+$as_echo "$ac_try_echo") >&5
 
7452
   (eval "$ac_link") 2>conftest.er1
 
7453
   ac_status=$?
 
7454
   grep -v '^ *+' conftest.er1 >conftest.err
 
7455
   rm -f conftest.er1
 
7456
   cat conftest.err >&5
 
7457
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7458
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7459
   (exit $ac_status); } && {
 
7460
         test -z "$ac_c_werror_flag" ||
 
7461
         test ! -s conftest.err
 
7462
-       } && test -s conftest$ac_exeext &&
 
7463
-       $as_test_x conftest$ac_exeext; then
 
7464
+       } && test -s conftest$ac_exeext && {
 
7465
+        test "$cross_compiling" = yes ||
 
7466
+        $as_test_x conftest$ac_exeext
 
7467
+       }; then
 
7468
   ac_cv_func_bind_textdomain_codeset=yes
 
7469
 else
 
7470
-  echo "$as_me: failed program was:" >&5
 
7471
+  $as_echo "$as_me: failed program was:" >&5
 
7472
 sed 's/^/| /' conftest.$ac_ext >&5
 
7473
 
 
7474
        ac_cv_func_bind_textdomain_codeset=no
 
7475
 fi
 
7476
 
 
7477
+rm -rf conftest.dSYM
 
7478
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
7479
       conftest$ac_exeext conftest.$ac_ext
 
7480
 fi
 
7481
-{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
7482
-echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; }
 
7483
-if test $ac_cv_func_bind_textdomain_codeset = yes; then
 
7484
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
7485
+$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
 
7486
+if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
 
7487
   DATADIRNAME=share
 
7488
 else
 
7489
   DATADIRNAME=lib
 
7490
@@ -20411,6 +20612,7 @@
 
7491
     esac
 
7492
 fi
 
7493
 
 
7494
+rm -rf conftest.dSYM
 
7495
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
7496
       conftest$ac_exeext conftest.$ac_ext
 
7497
 fi
 
7498
@@ -20425,10 +20627,10 @@
 
7499
        if test -n "$ac_tool_prefix"; then
 
7500
   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
 
7501
 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
 
7502
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7503
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7504
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7505
+$as_echo_n "checking for $ac_word... " >&6; }
 
7506
 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
 
7507
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7508
+  $as_echo_n "(cached) " >&6
 
7509
 else
 
7510
   case $PKG_CONFIG in
 
7511
   [\\/]* | ?:[\\/]*)
 
7512
@@ -20443,7 +20645,7 @@
 
7513
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7514
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7515
     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
7516
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7517
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7518
     break 2
 
7519
   fi
 
7520
 done
 
7521
@@ -20455,11 +20657,11 @@
 
7522
 fi
 
7523
 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
 
7524
 if test -n "$PKG_CONFIG"; then
 
7525
-  { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
 
7526
-echo "${ECHO_T}$PKG_CONFIG" >&6; }
 
7527
+  { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
 
7528
+$as_echo "$PKG_CONFIG" >&6; }
 
7529
 else
 
7530
-  { echo "$as_me:$LINENO: result: no" >&5
 
7531
-echo "${ECHO_T}no" >&6; }
 
7532
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7533
+$as_echo "no" >&6; }
 
7534
 fi
 
7535
 
 
7536
 
 
7537
@@ -20468,10 +20670,10 @@
 
7538
   ac_pt_PKG_CONFIG=$PKG_CONFIG
 
7539
   # Extract the first word of "pkg-config", so it can be a program name with args.
 
7540
 set dummy pkg-config; ac_word=$2
 
7541
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7542
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7543
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7544
+$as_echo_n "checking for $ac_word... " >&6; }
 
7545
 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
 
7546
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7547
+  $as_echo_n "(cached) " >&6
 
7548
 else
 
7549
   case $ac_pt_PKG_CONFIG in
 
7550
   [\\/]* | ?:[\\/]*)
 
7551
@@ -20486,7 +20688,7 @@
 
7552
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7553
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7554
     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
7555
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7556
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7557
     break 2
 
7558
   fi
 
7559
 done
 
7560
@@ -20498,11 +20700,11 @@
 
7561
 fi
 
7562
 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
 
7563
 if test -n "$ac_pt_PKG_CONFIG"; then
 
7564
-  { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
 
7565
-echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
 
7566
+  { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
 
7567
+$as_echo "$ac_pt_PKG_CONFIG" >&6; }
 
7568
 else
 
7569
-  { echo "$as_me:$LINENO: result: no" >&5
 
7570
-echo "${ECHO_T}no" >&6; }
 
7571
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7572
+$as_echo "no" >&6; }
 
7573
 fi
 
7574
 
 
7575
   if test "x$ac_pt_PKG_CONFIG" = x; then
 
7576
@@ -20510,12 +20712,8 @@
 
7577
   else
 
7578
     case $cross_compiling:$ac_tool_warned in
 
7579
 yes:)
 
7580
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
7581
-whose name does not start with the host triplet.  If you think this
 
7582
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
7583
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
7584
-whose name does not start with the host triplet.  If you think this
 
7585
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
7586
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
7587
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
7588
 ac_tool_warned=yes ;;
 
7589
 esac
 
7590
     PKG_CONFIG=$ac_pt_PKG_CONFIG
 
7591
@@ -20527,23 +20725,23 @@
 
7592
 fi
 
7593
 if test -n "$PKG_CONFIG"; then
 
7594
        _pkg_min_version=0.19
 
7595
-       { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
 
7596
-echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
 
7597
+       { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
 
7598
+$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
 
7599
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
7600
-               { echo "$as_me:$LINENO: result: yes" >&5
 
7601
-echo "${ECHO_T}yes" >&6; }
 
7602
+               { $as_echo "$as_me:$LINENO: result: yes" >&5
 
7603
+$as_echo "yes" >&6; }
 
7604
        else
 
7605
-               { echo "$as_me:$LINENO: result: no" >&5
 
7606
-echo "${ECHO_T}no" >&6; }
 
7607
+               { $as_echo "$as_me:$LINENO: result: no" >&5
 
7608
+$as_echo "no" >&6; }
 
7609
                PKG_CONFIG=""
 
7610
        fi
 
7611
 
 
7612
 fi
 
7613
 
 
7614
-{ echo "$as_me:$LINENO: checking for library containing strerror" >&5
 
7615
-echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; }
 
7616
+{ $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5
 
7617
+$as_echo_n "checking for library containing strerror... " >&6; }
 
7618
 if test "${ac_cv_search_strerror+set}" = set; then
 
7619
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7620
+  $as_echo_n "(cached) " >&6
 
7621
 else
 
7622
   ac_func_search_save_LIBS=$LIBS
 
7623
 cat >conftest.$ac_ext <<_ACEOF
 
7624
@@ -20581,26 +20779,30 @@
 
7625
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7626
   *) ac_try_echo=$ac_try;;
 
7627
 esac
 
7628
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7629
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7630
+$as_echo "$ac_try_echo") >&5
 
7631
   (eval "$ac_link") 2>conftest.er1
 
7632
   ac_status=$?
 
7633
   grep -v '^ *+' conftest.er1 >conftest.err
 
7634
   rm -f conftest.er1
 
7635
   cat conftest.err >&5
 
7636
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7637
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7638
   (exit $ac_status); } && {
 
7639
         test -z "$ac_c_werror_flag" ||
 
7640
         test ! -s conftest.err
 
7641
-       } && test -s conftest$ac_exeext &&
 
7642
-       $as_test_x conftest$ac_exeext; then
 
7643
+       } && test -s conftest$ac_exeext && {
 
7644
+        test "$cross_compiling" = yes ||
 
7645
+        $as_test_x conftest$ac_exeext
 
7646
+       }; then
 
7647
   ac_cv_search_strerror=$ac_res
 
7648
 else
 
7649
-  echo "$as_me: failed program was:" >&5
 
7650
+  $as_echo "$as_me: failed program was:" >&5
 
7651
 sed 's/^/| /' conftest.$ac_ext >&5
 
7652
 
 
7653
 
 
7654
 fi
 
7655
 
 
7656
+rm -rf conftest.dSYM
 
7657
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
7658
       conftest$ac_exeext
 
7659
   if test "${ac_cv_search_strerror+set}" = set; then
 
7660
@@ -20615,8 +20817,8 @@
 
7661
 rm conftest.$ac_ext
 
7662
 LIBS=$ac_func_search_save_LIBS
 
7663
 fi
 
7664
-{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
 
7665
-echo "${ECHO_T}$ac_cv_search_strerror" >&6; }
 
7666
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
 
7667
+$as_echo "$ac_cv_search_strerror" >&6; }
 
7668
 ac_res=$ac_cv_search_strerror
 
7669
 if test "$ac_res" != no; then
 
7670
   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
 
7671
@@ -20631,10 +20833,10 @@
 
7672
 if test -n "$ac_tool_prefix"; then
 
7673
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 
7674
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
 
7675
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7676
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7677
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7678
+$as_echo_n "checking for $ac_word... " >&6; }
 
7679
 if test "${ac_cv_prog_CC+set}" = set; then
 
7680
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7681
+  $as_echo_n "(cached) " >&6
 
7682
 else
 
7683
   if test -n "$CC"; then
 
7684
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
7685
@@ -20647,7 +20849,7 @@
 
7686
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7687
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7688
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
 
7689
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7690
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7691
     break 2
 
7692
   fi
 
7693
 done
 
7694
@@ -20658,11 +20860,11 @@
 
7695
 fi
 
7696
 CC=$ac_cv_prog_CC
 
7697
 if test -n "$CC"; then
 
7698
-  { echo "$as_me:$LINENO: result: $CC" >&5
 
7699
-echo "${ECHO_T}$CC" >&6; }
 
7700
+  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
7701
+$as_echo "$CC" >&6; }
 
7702
 else
 
7703
-  { echo "$as_me:$LINENO: result: no" >&5
 
7704
-echo "${ECHO_T}no" >&6; }
 
7705
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7706
+$as_echo "no" >&6; }
 
7707
 fi
 
7708
 
 
7709
 
 
7710
@@ -20671,10 +20873,10 @@
 
7711
   ac_ct_CC=$CC
 
7712
   # Extract the first word of "gcc", so it can be a program name with args.
 
7713
 set dummy gcc; ac_word=$2
 
7714
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7715
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7716
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7717
+$as_echo_n "checking for $ac_word... " >&6; }
 
7718
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
7719
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7720
+  $as_echo_n "(cached) " >&6
 
7721
 else
 
7722
   if test -n "$ac_ct_CC"; then
 
7723
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
7724
@@ -20687,7 +20889,7 @@
 
7725
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7726
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7727
     ac_cv_prog_ac_ct_CC="gcc"
 
7728
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7729
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7730
     break 2
 
7731
   fi
 
7732
 done
 
7733
@@ -20698,11 +20900,11 @@
 
7734
 fi
 
7735
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
7736
 if test -n "$ac_ct_CC"; then
 
7737
-  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
7738
-echo "${ECHO_T}$ac_ct_CC" >&6; }
 
7739
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
7740
+$as_echo "$ac_ct_CC" >&6; }
 
7741
 else
 
7742
-  { echo "$as_me:$LINENO: result: no" >&5
 
7743
-echo "${ECHO_T}no" >&6; }
 
7744
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7745
+$as_echo "no" >&6; }
 
7746
 fi
 
7747
 
 
7748
   if test "x$ac_ct_CC" = x; then
 
7749
@@ -20710,12 +20912,8 @@
 
7750
   else
 
7751
     case $cross_compiling:$ac_tool_warned in
 
7752
 yes:)
 
7753
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
7754
-whose name does not start with the host triplet.  If you think this
 
7755
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
7756
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
7757
-whose name does not start with the host triplet.  If you think this
 
7758
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
7759
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
7760
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
7761
 ac_tool_warned=yes ;;
 
7762
 esac
 
7763
     CC=$ac_ct_CC
 
7764
@@ -20728,10 +20926,10 @@
 
7765
           if test -n "$ac_tool_prefix"; then
 
7766
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 
7767
 set dummy ${ac_tool_prefix}cc; ac_word=$2
 
7768
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7769
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7770
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7771
+$as_echo_n "checking for $ac_word... " >&6; }
 
7772
 if test "${ac_cv_prog_CC+set}" = set; then
 
7773
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7774
+  $as_echo_n "(cached) " >&6
 
7775
 else
 
7776
   if test -n "$CC"; then
 
7777
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
7778
@@ -20744,7 +20942,7 @@
 
7779
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7780
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7781
     ac_cv_prog_CC="${ac_tool_prefix}cc"
 
7782
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7783
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7784
     break 2
 
7785
   fi
 
7786
 done
 
7787
@@ -20755,11 +20953,11 @@
 
7788
 fi
 
7789
 CC=$ac_cv_prog_CC
 
7790
 if test -n "$CC"; then
 
7791
-  { echo "$as_me:$LINENO: result: $CC" >&5
 
7792
-echo "${ECHO_T}$CC" >&6; }
 
7793
+  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
7794
+$as_echo "$CC" >&6; }
 
7795
 else
 
7796
-  { echo "$as_me:$LINENO: result: no" >&5
 
7797
-echo "${ECHO_T}no" >&6; }
 
7798
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7799
+$as_echo "no" >&6; }
 
7800
 fi
 
7801
 
 
7802
 
 
7803
@@ -20768,10 +20966,10 @@
 
7804
 if test -z "$CC"; then
 
7805
   # Extract the first word of "cc", so it can be a program name with args.
 
7806
 set dummy cc; ac_word=$2
 
7807
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7808
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7809
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7810
+$as_echo_n "checking for $ac_word... " >&6; }
 
7811
 if test "${ac_cv_prog_CC+set}" = set; then
 
7812
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7813
+  $as_echo_n "(cached) " >&6
 
7814
 else
 
7815
   if test -n "$CC"; then
 
7816
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
7817
@@ -20789,7 +20987,7 @@
 
7818
        continue
 
7819
      fi
 
7820
     ac_cv_prog_CC="cc"
 
7821
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7822
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7823
     break 2
 
7824
   fi
 
7825
 done
 
7826
@@ -20812,11 +21010,11 @@
 
7827
 fi
 
7828
 CC=$ac_cv_prog_CC
 
7829
 if test -n "$CC"; then
 
7830
-  { echo "$as_me:$LINENO: result: $CC" >&5
 
7831
-echo "${ECHO_T}$CC" >&6; }
 
7832
+  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
7833
+$as_echo "$CC" >&6; }
 
7834
 else
 
7835
-  { echo "$as_me:$LINENO: result: no" >&5
 
7836
-echo "${ECHO_T}no" >&6; }
 
7837
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7838
+$as_echo "no" >&6; }
 
7839
 fi
 
7840
 
 
7841
 
 
7842
@@ -20827,10 +21025,10 @@
 
7843
   do
 
7844
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
7845
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
7846
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7847
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7848
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7849
+$as_echo_n "checking for $ac_word... " >&6; }
 
7850
 if test "${ac_cv_prog_CC+set}" = set; then
 
7851
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7852
+  $as_echo_n "(cached) " >&6
 
7853
 else
 
7854
   if test -n "$CC"; then
 
7855
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
7856
@@ -20843,7 +21041,7 @@
 
7857
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7858
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7859
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 
7860
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7861
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7862
     break 2
 
7863
   fi
 
7864
 done
 
7865
@@ -20854,11 +21052,11 @@
 
7866
 fi
 
7867
 CC=$ac_cv_prog_CC
 
7868
 if test -n "$CC"; then
 
7869
-  { echo "$as_me:$LINENO: result: $CC" >&5
 
7870
-echo "${ECHO_T}$CC" >&6; }
 
7871
+  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
7872
+$as_echo "$CC" >&6; }
 
7873
 else
 
7874
-  { echo "$as_me:$LINENO: result: no" >&5
 
7875
-echo "${ECHO_T}no" >&6; }
 
7876
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7877
+$as_echo "no" >&6; }
 
7878
 fi
 
7879
 
 
7880
 
 
7881
@@ -20871,10 +21069,10 @@
 
7882
 do
 
7883
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
7884
 set dummy $ac_prog; ac_word=$2
 
7885
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7886
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7887
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7888
+$as_echo_n "checking for $ac_word... " >&6; }
 
7889
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
7890
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7891
+  $as_echo_n "(cached) " >&6
 
7892
 else
 
7893
   if test -n "$ac_ct_CC"; then
 
7894
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
7895
@@ -20887,7 +21085,7 @@
 
7896
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7897
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7898
     ac_cv_prog_ac_ct_CC="$ac_prog"
 
7899
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7900
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7901
     break 2
 
7902
   fi
 
7903
 done
 
7904
@@ -20898,11 +21096,11 @@
 
7905
 fi
 
7906
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
7907
 if test -n "$ac_ct_CC"; then
 
7908
-  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
7909
-echo "${ECHO_T}$ac_ct_CC" >&6; }
 
7910
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
7911
+$as_echo "$ac_ct_CC" >&6; }
 
7912
 else
 
7913
-  { echo "$as_me:$LINENO: result: no" >&5
 
7914
-echo "${ECHO_T}no" >&6; }
 
7915
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
7916
+$as_echo "no" >&6; }
 
7917
 fi
 
7918
 
 
7919
 
 
7920
@@ -20914,12 +21112,8 @@
 
7921
   else
 
7922
     case $cross_compiling:$ac_tool_warned in
 
7923
 yes:)
 
7924
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
7925
-whose name does not start with the host triplet.  If you think this
 
7926
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
7927
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
7928
-whose name does not start with the host triplet.  If you think this
 
7929
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
7930
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
7931
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
7932
 ac_tool_warned=yes ;;
 
7933
 esac
 
7934
     CC=$ac_ct_CC
 
7935
@@ -20929,50 +21123,56 @@
 
7936
 fi
 
7937
 
 
7938
 
 
7939
-test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
7940
+test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
7941
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
7942
+{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
7943
 See \`config.log' for more details." >&5
 
7944
-echo "$as_me: error: no acceptable C compiler found in \$PATH
 
7945
+$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
 
7946
 See \`config.log' for more details." >&2;}
 
7947
-   { (exit 1); exit 1; }; }
 
7948
+   { (exit 1); exit 1; }; }; }
 
7949
 
 
7950
 # Provide some information about the compiler.
 
7951
-echo "$as_me:$LINENO: checking for C compiler version" >&5
 
7952
-ac_compiler=`set X $ac_compile; echo $2`
 
7953
+$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
 
7954
+set X $ac_compile
 
7955
+ac_compiler=$2
 
7956
 { (ac_try="$ac_compiler --version >&5"
 
7957
 case "(($ac_try" in
 
7958
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7959
   *) ac_try_echo=$ac_try;;
 
7960
 esac
 
7961
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7962
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7963
+$as_echo "$ac_try_echo") >&5
 
7964
   (eval "$ac_compiler --version >&5") 2>&5
 
7965
   ac_status=$?
 
7966
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7967
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7968
   (exit $ac_status); }
 
7969
 { (ac_try="$ac_compiler -v >&5"
 
7970
 case "(($ac_try" in
 
7971
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7972
   *) ac_try_echo=$ac_try;;
 
7973
 esac
 
7974
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7975
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7976
+$as_echo "$ac_try_echo") >&5
 
7977
   (eval "$ac_compiler -v >&5") 2>&5
 
7978
   ac_status=$?
 
7979
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7980
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7981
   (exit $ac_status); }
 
7982
 { (ac_try="$ac_compiler -V >&5"
 
7983
 case "(($ac_try" in
 
7984
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7985
   *) ac_try_echo=$ac_try;;
 
7986
 esac
 
7987
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7988
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7989
+$as_echo "$ac_try_echo") >&5
 
7990
   (eval "$ac_compiler -V >&5") 2>&5
 
7991
   ac_status=$?
 
7992
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7993
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7994
   (exit $ac_status); }
 
7995
 
 
7996
-{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
7997
-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
 
7998
+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
7999
+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
 
8000
 if test "${ac_cv_c_compiler_gnu+set}" = set; then
 
8001
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8002
+  $as_echo_n "(cached) " >&6
 
8003
 else
 
8004
   cat >conftest.$ac_ext <<_ACEOF
 
8005
 /* confdefs.h.  */
 
8006
@@ -20998,20 +21198,21 @@
 
8007
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8008
   *) ac_try_echo=$ac_try;;
 
8009
 esac
 
8010
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8011
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8012
+$as_echo "$ac_try_echo") >&5
 
8013
   (eval "$ac_compile") 2>conftest.er1
 
8014
   ac_status=$?
 
8015
   grep -v '^ *+' conftest.er1 >conftest.err
 
8016
   rm -f conftest.er1
 
8017
   cat conftest.err >&5
 
8018
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8019
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8020
   (exit $ac_status); } && {
 
8021
         test -z "$ac_c_werror_flag" ||
 
8022
         test ! -s conftest.err
 
8023
        } && test -s conftest.$ac_objext; then
 
8024
   ac_compiler_gnu=yes
 
8025
 else
 
8026
-  echo "$as_me: failed program was:" >&5
 
8027
+  $as_echo "$as_me: failed program was:" >&5
 
8028
 sed 's/^/| /' conftest.$ac_ext >&5
 
8029
 
 
8030
        ac_compiler_gnu=no
 
8031
@@ -21021,15 +21222,19 @@
 
8032
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
8033
 
 
8034
 fi
 
8035
-{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
8036
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
 
8037
-GCC=`test $ac_compiler_gnu = yes && echo yes`
 
8038
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
8039
+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
 
8040
+if test $ac_compiler_gnu = yes; then
 
8041
+  GCC=yes
 
8042
+else
 
8043
+  GCC=
 
8044
+fi
 
8045
 ac_test_CFLAGS=${CFLAGS+set}
 
8046
 ac_save_CFLAGS=$CFLAGS
 
8047
-{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
8048
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
 
8049
+{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
8050
+$as_echo_n "checking whether $CC accepts -g... " >&6; }
 
8051
 if test "${ac_cv_prog_cc_g+set}" = set; then
 
8052
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8053
+  $as_echo_n "(cached) " >&6
 
8054
 else
 
8055
   ac_save_c_werror_flag=$ac_c_werror_flag
 
8056
    ac_c_werror_flag=yes
 
8057
@@ -21056,20 +21261,21 @@
 
8058
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8059
   *) ac_try_echo=$ac_try;;
 
8060
 esac
 
8061
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8062
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8063
+$as_echo "$ac_try_echo") >&5
 
8064
   (eval "$ac_compile") 2>conftest.er1
 
8065
   ac_status=$?
 
8066
   grep -v '^ *+' conftest.er1 >conftest.err
 
8067
   rm -f conftest.er1
 
8068
   cat conftest.err >&5
 
8069
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8070
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8071
   (exit $ac_status); } && {
 
8072
         test -z "$ac_c_werror_flag" ||
 
8073
         test ! -s conftest.err
 
8074
        } && test -s conftest.$ac_objext; then
 
8075
   ac_cv_prog_cc_g=yes
 
8076
 else
 
8077
-  echo "$as_me: failed program was:" >&5
 
8078
+  $as_echo "$as_me: failed program was:" >&5
 
8079
 sed 's/^/| /' conftest.$ac_ext >&5
 
8080
 
 
8081
        CFLAGS=""
 
8082
@@ -21094,20 +21300,21 @@
 
8083
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8084
   *) ac_try_echo=$ac_try;;
 
8085
 esac
 
8086
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8087
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8088
+$as_echo "$ac_try_echo") >&5
 
8089
   (eval "$ac_compile") 2>conftest.er1
 
8090
   ac_status=$?
 
8091
   grep -v '^ *+' conftest.er1 >conftest.err
 
8092
   rm -f conftest.er1
 
8093
   cat conftest.err >&5
 
8094
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8095
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8096
   (exit $ac_status); } && {
 
8097
         test -z "$ac_c_werror_flag" ||
 
8098
         test ! -s conftest.err
 
8099
        } && test -s conftest.$ac_objext; then
 
8100
   :
 
8101
 else
 
8102
-  echo "$as_me: failed program was:" >&5
 
8103
+  $as_echo "$as_me: failed program was:" >&5
 
8104
 sed 's/^/| /' conftest.$ac_ext >&5
 
8105
 
 
8106
        ac_c_werror_flag=$ac_save_c_werror_flag
 
8107
@@ -21133,20 +21340,21 @@
 
8108
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8109
   *) ac_try_echo=$ac_try;;
 
8110
 esac
 
8111
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8112
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8113
+$as_echo "$ac_try_echo") >&5
 
8114
   (eval "$ac_compile") 2>conftest.er1
 
8115
   ac_status=$?
 
8116
   grep -v '^ *+' conftest.er1 >conftest.err
 
8117
   rm -f conftest.er1
 
8118
   cat conftest.err >&5
 
8119
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8120
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8121
   (exit $ac_status); } && {
 
8122
         test -z "$ac_c_werror_flag" ||
 
8123
         test ! -s conftest.err
 
8124
        } && test -s conftest.$ac_objext; then
 
8125
   ac_cv_prog_cc_g=yes
 
8126
 else
 
8127
-  echo "$as_me: failed program was:" >&5
 
8128
+  $as_echo "$as_me: failed program was:" >&5
 
8129
 sed 's/^/| /' conftest.$ac_ext >&5
 
8130
 
 
8131
 
 
8132
@@ -21161,8 +21369,8 @@
 
8133
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8134
    ac_c_werror_flag=$ac_save_c_werror_flag
 
8135
 fi
 
8136
-{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
8137
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
 
8138
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
8139
+$as_echo "$ac_cv_prog_cc_g" >&6; }
 
8140
 if test "$ac_test_CFLAGS" = set; then
 
8141
   CFLAGS=$ac_save_CFLAGS
 
8142
 elif test $ac_cv_prog_cc_g = yes; then
 
8143
@@ -21178,10 +21386,10 @@
 
8144
     CFLAGS=
 
8145
   fi
 
8146
 fi
 
8147
-{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
8148
-echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
 
8149
+{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
8150
+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
 
8151
 if test "${ac_cv_prog_cc_c89+set}" = set; then
 
8152
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8153
+  $as_echo_n "(cached) " >&6
 
8154
 else
 
8155
   ac_cv_prog_cc_c89=no
 
8156
 ac_save_CC=$CC
 
8157
@@ -21252,20 +21460,21 @@
 
8158
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8159
   *) ac_try_echo=$ac_try;;
 
8160
 esac
 
8161
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8162
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8163
+$as_echo "$ac_try_echo") >&5
 
8164
   (eval "$ac_compile") 2>conftest.er1
 
8165
   ac_status=$?
 
8166
   grep -v '^ *+' conftest.er1 >conftest.err
 
8167
   rm -f conftest.er1
 
8168
   cat conftest.err >&5
 
8169
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8170
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8171
   (exit $ac_status); } && {
 
8172
         test -z "$ac_c_werror_flag" ||
 
8173
         test ! -s conftest.err
 
8174
        } && test -s conftest.$ac_objext; then
 
8175
   ac_cv_prog_cc_c89=$ac_arg
 
8176
 else
 
8177
-  echo "$as_me: failed program was:" >&5
 
8178
+  $as_echo "$as_me: failed program was:" >&5
 
8179
 sed 's/^/| /' conftest.$ac_ext >&5
 
8180
 
 
8181
 
 
8182
@@ -21281,15 +21490,15 @@
 
8183
 # AC_CACHE_VAL
 
8184
 case "x$ac_cv_prog_cc_c89" in
 
8185
   x)
 
8186
-    { echo "$as_me:$LINENO: result: none needed" >&5
 
8187
-echo "${ECHO_T}none needed" >&6; } ;;
 
8188
+    { $as_echo "$as_me:$LINENO: result: none needed" >&5
 
8189
+$as_echo "none needed" >&6; } ;;
 
8190
   xno)
 
8191
-    { echo "$as_me:$LINENO: result: unsupported" >&5
 
8192
-echo "${ECHO_T}unsupported" >&6; } ;;
 
8193
+    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
 
8194
+$as_echo "unsupported" >&6; } ;;
 
8195
   *)
 
8196
     CC="$CC $ac_cv_prog_cc_c89"
 
8197
-    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
8198
-echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
 
8199
+    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
8200
+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
 
8201
 esac
 
8202
 
 
8203
 
 
8204
@@ -21301,10 +21510,10 @@
 
8205
 
 
8206
 depcc="$CC"   am_compiler_list=
 
8207
 
 
8208
-{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
8209
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 
8210
+{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
8211
+$as_echo_n "checking dependency style of $depcc... " >&6; }
 
8212
 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 
8213
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8214
+  $as_echo_n "(cached) " >&6
 
8215
 else
 
8216
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
8217
   # We make a subdir and do the tests there.  Otherwise we can end up
 
8218
@@ -21391,8 +21600,8 @@
 
8219
 fi
 
8220
 
 
8221
 fi
 
8222
-{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
8223
-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
 
8224
+{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
8225
+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
 
8226
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 
8227
 
 
8228
 
 
8229
@@ -21422,10 +21631,10 @@
 
8230
   do
 
8231
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
8232
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
8233
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8234
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8235
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8236
+$as_echo_n "checking for $ac_word... " >&6; }
 
8237
 if test "${ac_cv_prog_CXX+set}" = set; then
 
8238
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8239
+  $as_echo_n "(cached) " >&6
 
8240
 else
 
8241
   if test -n "$CXX"; then
 
8242
   ac_cv_prog_CXX="$CXX" # Let the user override the test.
 
8243
@@ -21438,7 +21647,7 @@
 
8244
   for ac_exec_ext in '' $ac_executable_extensions; do
 
8245
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8246
     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
 
8247
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8248
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8249
     break 2
 
8250
   fi
 
8251
 done
 
8252
@@ -21449,11 +21658,11 @@
 
8253
 fi
 
8254
 CXX=$ac_cv_prog_CXX
 
8255
 if test -n "$CXX"; then
 
8256
-  { echo "$as_me:$LINENO: result: $CXX" >&5
 
8257
-echo "${ECHO_T}$CXX" >&6; }
 
8258
+  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
 
8259
+$as_echo "$CXX" >&6; }
 
8260
 else
 
8261
-  { echo "$as_me:$LINENO: result: no" >&5
 
8262
-echo "${ECHO_T}no" >&6; }
 
8263
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
8264
+$as_echo "no" >&6; }
 
8265
 fi
 
8266
 
 
8267
 
 
8268
@@ -21466,10 +21675,10 @@
 
8269
 do
 
8270
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
8271
 set dummy $ac_prog; ac_word=$2
 
8272
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8273
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8274
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8275
+$as_echo_n "checking for $ac_word... " >&6; }
 
8276
 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
 
8277
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8278
+  $as_echo_n "(cached) " >&6
 
8279
 else
 
8280
   if test -n "$ac_ct_CXX"; then
 
8281
   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
 
8282
@@ -21482,7 +21691,7 @@
 
8283
   for ac_exec_ext in '' $ac_executable_extensions; do
 
8284
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8285
     ac_cv_prog_ac_ct_CXX="$ac_prog"
 
8286
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8287
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8288
     break 2
 
8289
   fi
 
8290
 done
 
8291
@@ -21493,11 +21702,11 @@
 
8292
 fi
 
8293
 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
 
8294
 if test -n "$ac_ct_CXX"; then
 
8295
-  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
 
8296
-echo "${ECHO_T}$ac_ct_CXX" >&6; }
 
8297
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
 
8298
+$as_echo "$ac_ct_CXX" >&6; }
 
8299
 else
 
8300
-  { echo "$as_me:$LINENO: result: no" >&5
 
8301
-echo "${ECHO_T}no" >&6; }
 
8302
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
8303
+$as_echo "no" >&6; }
 
8304
 fi
 
8305
 
 
8306
 
 
8307
@@ -21509,12 +21718,8 @@
 
8308
   else
 
8309
     case $cross_compiling:$ac_tool_warned in
 
8310
 yes:)
 
8311
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
8312
-whose name does not start with the host triplet.  If you think this
 
8313
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
8314
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
8315
-whose name does not start with the host triplet.  If you think this
 
8316
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
8317
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
8318
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
8319
 ac_tool_warned=yes ;;
 
8320
 esac
 
8321
     CXX=$ac_ct_CXX
 
8322
@@ -21524,43 +21729,47 @@
 
8323
   fi
 
8324
 fi
 
8325
 # Provide some information about the compiler.
 
8326
-echo "$as_me:$LINENO: checking for C++ compiler version" >&5
 
8327
-ac_compiler=`set X $ac_compile; echo $2`
 
8328
+$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
 
8329
+set X $ac_compile
 
8330
+ac_compiler=$2
 
8331
 { (ac_try="$ac_compiler --version >&5"
 
8332
 case "(($ac_try" in
 
8333
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8334
   *) ac_try_echo=$ac_try;;
 
8335
 esac
 
8336
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8337
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8338
+$as_echo "$ac_try_echo") >&5
 
8339
   (eval "$ac_compiler --version >&5") 2>&5
 
8340
   ac_status=$?
 
8341
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8342
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8343
   (exit $ac_status); }
 
8344
 { (ac_try="$ac_compiler -v >&5"
 
8345
 case "(($ac_try" in
 
8346
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8347
   *) ac_try_echo=$ac_try;;
 
8348
 esac
 
8349
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8350
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8351
+$as_echo "$ac_try_echo") >&5
 
8352
   (eval "$ac_compiler -v >&5") 2>&5
 
8353
   ac_status=$?
 
8354
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8355
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8356
   (exit $ac_status); }
 
8357
 { (ac_try="$ac_compiler -V >&5"
 
8358
 case "(($ac_try" in
 
8359
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8360
   *) ac_try_echo=$ac_try;;
 
8361
 esac
 
8362
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8363
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8364
+$as_echo "$ac_try_echo") >&5
 
8365
   (eval "$ac_compiler -V >&5") 2>&5
 
8366
   ac_status=$?
 
8367
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8368
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8369
   (exit $ac_status); }
 
8370
 
 
8371
-{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
 
8372
-echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
 
8373
+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
 
8374
+$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
 
8375
 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
 
8376
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8377
+  $as_echo_n "(cached) " >&6
 
8378
 else
 
8379
   cat >conftest.$ac_ext <<_ACEOF
 
8380
 /* confdefs.h.  */
 
8381
@@ -21586,20 +21795,21 @@
 
8382
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8383
   *) ac_try_echo=$ac_try;;
 
8384
 esac
 
8385
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8386
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8387
+$as_echo "$ac_try_echo") >&5
 
8388
   (eval "$ac_compile") 2>conftest.er1
 
8389
   ac_status=$?
 
8390
   grep -v '^ *+' conftest.er1 >conftest.err
 
8391
   rm -f conftest.er1
 
8392
   cat conftest.err >&5
 
8393
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8394
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8395
   (exit $ac_status); } && {
 
8396
         test -z "$ac_cxx_werror_flag" ||
 
8397
         test ! -s conftest.err
 
8398
        } && test -s conftest.$ac_objext; then
 
8399
   ac_compiler_gnu=yes
 
8400
 else
 
8401
-  echo "$as_me: failed program was:" >&5
 
8402
+  $as_echo "$as_me: failed program was:" >&5
 
8403
 sed 's/^/| /' conftest.$ac_ext >&5
 
8404
 
 
8405
        ac_compiler_gnu=no
 
8406
@@ -21609,15 +21819,19 @@
 
8407
 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
 
8408
 
 
8409
 fi
 
8410
-{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
 
8411
-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
 
8412
-GXX=`test $ac_compiler_gnu = yes && echo yes`
 
8413
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
 
8414
+$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
 
8415
+if test $ac_compiler_gnu = yes; then
 
8416
+  GXX=yes
 
8417
+else
 
8418
+  GXX=
 
8419
+fi
 
8420
 ac_test_CXXFLAGS=${CXXFLAGS+set}
 
8421
 ac_save_CXXFLAGS=$CXXFLAGS
 
8422
-{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
 
8423
-echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
 
8424
+{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
 
8425
+$as_echo_n "checking whether $CXX accepts -g... " >&6; }
 
8426
 if test "${ac_cv_prog_cxx_g+set}" = set; then
 
8427
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8428
+  $as_echo_n "(cached) " >&6
 
8429
 else
 
8430
   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
 
8431
    ac_cxx_werror_flag=yes
 
8432
@@ -21644,20 +21858,21 @@
 
8433
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8434
   *) ac_try_echo=$ac_try;;
 
8435
 esac
 
8436
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8437
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8438
+$as_echo "$ac_try_echo") >&5
 
8439
   (eval "$ac_compile") 2>conftest.er1
 
8440
   ac_status=$?
 
8441
   grep -v '^ *+' conftest.er1 >conftest.err
 
8442
   rm -f conftest.er1
 
8443
   cat conftest.err >&5
 
8444
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8445
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8446
   (exit $ac_status); } && {
 
8447
         test -z "$ac_cxx_werror_flag" ||
 
8448
         test ! -s conftest.err
 
8449
        } && test -s conftest.$ac_objext; then
 
8450
   ac_cv_prog_cxx_g=yes
 
8451
 else
 
8452
-  echo "$as_me: failed program was:" >&5
 
8453
+  $as_echo "$as_me: failed program was:" >&5
 
8454
 sed 's/^/| /' conftest.$ac_ext >&5
 
8455
 
 
8456
        CXXFLAGS=""
 
8457
@@ -21682,20 +21897,21 @@
 
8458
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8459
   *) ac_try_echo=$ac_try;;
 
8460
 esac
 
8461
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8462
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8463
+$as_echo "$ac_try_echo") >&5
 
8464
   (eval "$ac_compile") 2>conftest.er1
 
8465
   ac_status=$?
 
8466
   grep -v '^ *+' conftest.er1 >conftest.err
 
8467
   rm -f conftest.er1
 
8468
   cat conftest.err >&5
 
8469
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8470
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8471
   (exit $ac_status); } && {
 
8472
         test -z "$ac_cxx_werror_flag" ||
 
8473
         test ! -s conftest.err
 
8474
        } && test -s conftest.$ac_objext; then
 
8475
   :
 
8476
 else
 
8477
-  echo "$as_me: failed program was:" >&5
 
8478
+  $as_echo "$as_me: failed program was:" >&5
 
8479
 sed 's/^/| /' conftest.$ac_ext >&5
 
8480
 
 
8481
        ac_cxx_werror_flag=$ac_save_cxx_werror_flag
 
8482
@@ -21721,20 +21937,21 @@
 
8483
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8484
   *) ac_try_echo=$ac_try;;
 
8485
 esac
 
8486
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8487
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8488
+$as_echo "$ac_try_echo") >&5
 
8489
   (eval "$ac_compile") 2>conftest.er1
 
8490
   ac_status=$?
 
8491
   grep -v '^ *+' conftest.er1 >conftest.err
 
8492
   rm -f conftest.er1
 
8493
   cat conftest.err >&5
 
8494
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8495
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8496
   (exit $ac_status); } && {
 
8497
         test -z "$ac_cxx_werror_flag" ||
 
8498
         test ! -s conftest.err
 
8499
        } && test -s conftest.$ac_objext; then
 
8500
   ac_cv_prog_cxx_g=yes
 
8501
 else
 
8502
-  echo "$as_me: failed program was:" >&5
 
8503
+  $as_echo "$as_me: failed program was:" >&5
 
8504
 sed 's/^/| /' conftest.$ac_ext >&5
 
8505
 
 
8506
 
 
8507
@@ -21749,8 +21966,8 @@
 
8508
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8509
    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
 
8510
 fi
 
8511
-{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
 
8512
-echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
 
8513
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
 
8514
+$as_echo "$ac_cv_prog_cxx_g" >&6; }
 
8515
 if test "$ac_test_CXXFLAGS" = set; then
 
8516
   CXXFLAGS=$ac_save_CXXFLAGS
 
8517
 elif test $ac_cv_prog_cxx_g = yes; then
 
8518
@@ -21774,10 +21991,10 @@
 
8519
 
 
8520
 depcc="$CXX"  am_compiler_list=
 
8521
 
 
8522
-{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
8523
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 
8524
+{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
8525
+$as_echo_n "checking dependency style of $depcc... " >&6; }
 
8526
 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
 
8527
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8528
+  $as_echo_n "(cached) " >&6
 
8529
 else
 
8530
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
8531
   # We make a subdir and do the tests there.  Otherwise we can end up
 
8532
@@ -21864,8 +22081,8 @@
 
8533
 fi
 
8534
 
 
8535
 fi
 
8536
-{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
 
8537
-echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
 
8538
+{ $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
 
8539
+$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
 
8540
 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
 
8541
 
 
8542
 
 
8543
@@ -21896,10 +22113,10 @@
 
8544
 if test -n "$ac_tool_prefix"; then
 
8545
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 
8546
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
 
8547
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8548
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8549
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8550
+$as_echo_n "checking for $ac_word... " >&6; }
 
8551
 if test "${ac_cv_prog_CC+set}" = set; then
 
8552
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8553
+  $as_echo_n "(cached) " >&6
 
8554
 else
 
8555
   if test -n "$CC"; then
 
8556
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
8557
@@ -21912,7 +22129,7 @@
 
8558
   for ac_exec_ext in '' $ac_executable_extensions; do
 
8559
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8560
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
 
8561
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8562
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8563
     break 2
 
8564
   fi
 
8565
 done
 
8566
@@ -21923,11 +22140,11 @@
 
8567
 fi
 
8568
 CC=$ac_cv_prog_CC
 
8569
 if test -n "$CC"; then
 
8570
-  { echo "$as_me:$LINENO: result: $CC" >&5
 
8571
-echo "${ECHO_T}$CC" >&6; }
 
8572
+  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
8573
+$as_echo "$CC" >&6; }
 
8574
 else
 
8575
-  { echo "$as_me:$LINENO: result: no" >&5
 
8576
-echo "${ECHO_T}no" >&6; }
 
8577
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
8578
+$as_echo "no" >&6; }
 
8579
 fi
 
8580
 
 
8581
 
 
8582
@@ -21936,10 +22153,10 @@
 
8583
   ac_ct_CC=$CC
 
8584
   # Extract the first word of "gcc", so it can be a program name with args.
 
8585
 set dummy gcc; ac_word=$2
 
8586
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8587
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8588
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8589
+$as_echo_n "checking for $ac_word... " >&6; }
 
8590
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
8591
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8592
+  $as_echo_n "(cached) " >&6
 
8593
 else
 
8594
   if test -n "$ac_ct_CC"; then
 
8595
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
8596
@@ -21952,7 +22169,7 @@
 
8597
   for ac_exec_ext in '' $ac_executable_extensions; do
 
8598
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8599
     ac_cv_prog_ac_ct_CC="gcc"
 
8600
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8601
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8602
     break 2
 
8603
   fi
 
8604
 done
 
8605
@@ -21963,11 +22180,11 @@
 
8606
 fi
 
8607
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
8608
 if test -n "$ac_ct_CC"; then
 
8609
-  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
8610
-echo "${ECHO_T}$ac_ct_CC" >&6; }
 
8611
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
8612
+$as_echo "$ac_ct_CC" >&6; }
 
8613
 else
 
8614
-  { echo "$as_me:$LINENO: result: no" >&5
 
8615
-echo "${ECHO_T}no" >&6; }
 
8616
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
8617
+$as_echo "no" >&6; }
 
8618
 fi
 
8619
 
 
8620
   if test "x$ac_ct_CC" = x; then
 
8621
@@ -21975,12 +22192,8 @@
 
8622
   else
 
8623
     case $cross_compiling:$ac_tool_warned in
 
8624
 yes:)
 
8625
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
8626
-whose name does not start with the host triplet.  If you think this
 
8627
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
8628
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
8629
-whose name does not start with the host triplet.  If you think this
 
8630
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
8631
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
8632
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
8633
 ac_tool_warned=yes ;;
 
8634
 esac
 
8635
     CC=$ac_ct_CC
 
8636
@@ -21993,10 +22206,10 @@
 
8637
           if test -n "$ac_tool_prefix"; then
 
8638
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 
8639
 set dummy ${ac_tool_prefix}cc; ac_word=$2
 
8640
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8641
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8642
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8643
+$as_echo_n "checking for $ac_word... " >&6; }
 
8644
 if test "${ac_cv_prog_CC+set}" = set; then
 
8645
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8646
+  $as_echo_n "(cached) " >&6
 
8647
 else
 
8648
   if test -n "$CC"; then
 
8649
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
8650
@@ -22009,7 +22222,7 @@
 
8651
   for ac_exec_ext in '' $ac_executable_extensions; do
 
8652
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8653
     ac_cv_prog_CC="${ac_tool_prefix}cc"
 
8654
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8655
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8656
     break 2
 
8657
   fi
 
8658
 done
 
8659
@@ -22020,11 +22233,11 @@
 
8660
 fi
 
8661
 CC=$ac_cv_prog_CC
 
8662
 if test -n "$CC"; then
 
8663
-  { echo "$as_me:$LINENO: result: $CC" >&5
 
8664
-echo "${ECHO_T}$CC" >&6; }
 
8665
+  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
8666
+$as_echo "$CC" >&6; }
 
8667
 else
 
8668
-  { echo "$as_me:$LINENO: result: no" >&5
 
8669
-echo "${ECHO_T}no" >&6; }
 
8670
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
8671
+$as_echo "no" >&6; }
 
8672
 fi
 
8673
 
 
8674
 
 
8675
@@ -22033,10 +22246,10 @@
 
8676
 if test -z "$CC"; then
 
8677
   # Extract the first word of "cc", so it can be a program name with args.
 
8678
 set dummy cc; ac_word=$2
 
8679
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8680
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8681
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8682
+$as_echo_n "checking for $ac_word... " >&6; }
 
8683
 if test "${ac_cv_prog_CC+set}" = set; then
 
8684
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8685
+  $as_echo_n "(cached) " >&6
 
8686
 else
 
8687
   if test -n "$CC"; then
 
8688
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
8689
@@ -22054,7 +22267,7 @@
 
8690
        continue
 
8691
      fi
 
8692
     ac_cv_prog_CC="cc"
 
8693
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8694
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8695
     break 2
 
8696
   fi
 
8697
 done
 
8698
@@ -22077,11 +22290,11 @@
 
8699
 fi
 
8700
 CC=$ac_cv_prog_CC
 
8701
 if test -n "$CC"; then
 
8702
-  { echo "$as_me:$LINENO: result: $CC" >&5
 
8703
-echo "${ECHO_T}$CC" >&6; }
 
8704
+  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
8705
+$as_echo "$CC" >&6; }
 
8706
 else
 
8707
-  { echo "$as_me:$LINENO: result: no" >&5
 
8708
-echo "${ECHO_T}no" >&6; }
 
8709
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
8710
+$as_echo "no" >&6; }
 
8711
 fi
 
8712
 
 
8713
 
 
8714
@@ -22092,10 +22305,10 @@
 
8715
   do
 
8716
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
8717
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
8718
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8719
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8720
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8721
+$as_echo_n "checking for $ac_word... " >&6; }
 
8722
 if test "${ac_cv_prog_CC+set}" = set; then
 
8723
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8724
+  $as_echo_n "(cached) " >&6
 
8725
 else
 
8726
   if test -n "$CC"; then
 
8727
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
8728
@@ -22108,7 +22321,7 @@
 
8729
   for ac_exec_ext in '' $ac_executable_extensions; do
 
8730
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8731
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 
8732
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8733
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8734
     break 2
 
8735
   fi
 
8736
 done
 
8737
@@ -22119,11 +22332,11 @@
 
8738
 fi
 
8739
 CC=$ac_cv_prog_CC
 
8740
 if test -n "$CC"; then
 
8741
-  { echo "$as_me:$LINENO: result: $CC" >&5
 
8742
-echo "${ECHO_T}$CC" >&6; }
 
8743
+  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
8744
+$as_echo "$CC" >&6; }
 
8745
 else
 
8746
-  { echo "$as_me:$LINENO: result: no" >&5
 
8747
-echo "${ECHO_T}no" >&6; }
 
8748
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
8749
+$as_echo "no" >&6; }
 
8750
 fi
 
8751
 
 
8752
 
 
8753
@@ -22136,10 +22349,10 @@
 
8754
 do
 
8755
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
8756
 set dummy $ac_prog; ac_word=$2
 
8757
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8758
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8759
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8760
+$as_echo_n "checking for $ac_word... " >&6; }
 
8761
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
8762
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8763
+  $as_echo_n "(cached) " >&6
 
8764
 else
 
8765
   if test -n "$ac_ct_CC"; then
 
8766
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
8767
@@ -22152,7 +22365,7 @@
 
8768
   for ac_exec_ext in '' $ac_executable_extensions; do
 
8769
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8770
     ac_cv_prog_ac_ct_CC="$ac_prog"
 
8771
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8772
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8773
     break 2
 
8774
   fi
 
8775
 done
 
8776
@@ -22163,11 +22376,11 @@
 
8777
 fi
 
8778
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
8779
 if test -n "$ac_ct_CC"; then
 
8780
-  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
8781
-echo "${ECHO_T}$ac_ct_CC" >&6; }
 
8782
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
8783
+$as_echo "$ac_ct_CC" >&6; }
 
8784
 else
 
8785
-  { echo "$as_me:$LINENO: result: no" >&5
 
8786
-echo "${ECHO_T}no" >&6; }
 
8787
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
8788
+$as_echo "no" >&6; }
 
8789
 fi
 
8790
 
 
8791
 
 
8792
@@ -22179,12 +22392,8 @@
 
8793
   else
 
8794
     case $cross_compiling:$ac_tool_warned in
 
8795
 yes:)
 
8796
-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
8797
-whose name does not start with the host triplet.  If you think this
 
8798
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
8799
-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
8800
-whose name does not start with the host triplet.  If you think this
 
8801
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
8802
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
8803
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
8804
 ac_tool_warned=yes ;;
 
8805
 esac
 
8806
     CC=$ac_ct_CC
 
8807
@@ -22194,50 +22403,56 @@
 
8808
 fi
 
8809
 
 
8810
 
 
8811
-test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
8812
+test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
8813
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
8814
+{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
8815
 See \`config.log' for more details." >&5
 
8816
-echo "$as_me: error: no acceptable C compiler found in \$PATH
 
8817
+$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
 
8818
 See \`config.log' for more details." >&2;}
 
8819
-   { (exit 1); exit 1; }; }
 
8820
+   { (exit 1); exit 1; }; }; }
 
8821
 
 
8822
 # Provide some information about the compiler.
 
8823
-echo "$as_me:$LINENO: checking for C compiler version" >&5
 
8824
-ac_compiler=`set X $ac_compile; echo $2`
 
8825
+$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
 
8826
+set X $ac_compile
 
8827
+ac_compiler=$2
 
8828
 { (ac_try="$ac_compiler --version >&5"
 
8829
 case "(($ac_try" in
 
8830
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8831
   *) ac_try_echo=$ac_try;;
 
8832
 esac
 
8833
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8834
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8835
+$as_echo "$ac_try_echo") >&5
 
8836
   (eval "$ac_compiler --version >&5") 2>&5
 
8837
   ac_status=$?
 
8838
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8839
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8840
   (exit $ac_status); }
 
8841
 { (ac_try="$ac_compiler -v >&5"
 
8842
 case "(($ac_try" in
 
8843
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8844
   *) ac_try_echo=$ac_try;;
 
8845
 esac
 
8846
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8847
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8848
+$as_echo "$ac_try_echo") >&5
 
8849
   (eval "$ac_compiler -v >&5") 2>&5
 
8850
   ac_status=$?
 
8851
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8852
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8853
   (exit $ac_status); }
 
8854
 { (ac_try="$ac_compiler -V >&5"
 
8855
 case "(($ac_try" in
 
8856
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8857
   *) ac_try_echo=$ac_try;;
 
8858
 esac
 
8859
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8860
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8861
+$as_echo "$ac_try_echo") >&5
 
8862
   (eval "$ac_compiler -V >&5") 2>&5
 
8863
   ac_status=$?
 
8864
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8865
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8866
   (exit $ac_status); }
 
8867
 
 
8868
-{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
8869
-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
 
8870
+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
8871
+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
 
8872
 if test "${ac_cv_c_compiler_gnu+set}" = set; then
 
8873
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8874
+  $as_echo_n "(cached) " >&6
 
8875
 else
 
8876
   cat >conftest.$ac_ext <<_ACEOF
 
8877
 /* confdefs.h.  */
 
8878
@@ -22263,20 +22478,21 @@
 
8879
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8880
   *) ac_try_echo=$ac_try;;
 
8881
 esac
 
8882
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8883
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8884
+$as_echo "$ac_try_echo") >&5
 
8885
   (eval "$ac_compile") 2>conftest.er1
 
8886
   ac_status=$?
 
8887
   grep -v '^ *+' conftest.er1 >conftest.err
 
8888
   rm -f conftest.er1
 
8889
   cat conftest.err >&5
 
8890
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8891
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8892
   (exit $ac_status); } && {
 
8893
         test -z "$ac_c_werror_flag" ||
 
8894
         test ! -s conftest.err
 
8895
        } && test -s conftest.$ac_objext; then
 
8896
   ac_compiler_gnu=yes
 
8897
 else
 
8898
-  echo "$as_me: failed program was:" >&5
 
8899
+  $as_echo "$as_me: failed program was:" >&5
 
8900
 sed 's/^/| /' conftest.$ac_ext >&5
 
8901
 
 
8902
        ac_compiler_gnu=no
 
8903
@@ -22286,15 +22502,19 @@
 
8904
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
8905
 
 
8906
 fi
 
8907
-{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
8908
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
 
8909
-GCC=`test $ac_compiler_gnu = yes && echo yes`
 
8910
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
8911
+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
 
8912
+if test $ac_compiler_gnu = yes; then
 
8913
+  GCC=yes
 
8914
+else
 
8915
+  GCC=
 
8916
+fi
 
8917
 ac_test_CFLAGS=${CFLAGS+set}
 
8918
 ac_save_CFLAGS=$CFLAGS
 
8919
-{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
8920
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
 
8921
+{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
8922
+$as_echo_n "checking whether $CC accepts -g... " >&6; }
 
8923
 if test "${ac_cv_prog_cc_g+set}" = set; then
 
8924
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
8925
+  $as_echo_n "(cached) " >&6
 
8926
 else
 
8927
   ac_save_c_werror_flag=$ac_c_werror_flag
 
8928
    ac_c_werror_flag=yes
 
8929
@@ -22321,20 +22541,21 @@
 
8930
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8931
   *) ac_try_echo=$ac_try;;
 
8932
 esac
 
8933
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8934
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8935
+$as_echo "$ac_try_echo") >&5
 
8936
   (eval "$ac_compile") 2>conftest.er1
 
8937
   ac_status=$?
 
8938
   grep -v '^ *+' conftest.er1 >conftest.err
 
8939
   rm -f conftest.er1
 
8940
   cat conftest.err >&5
 
8941
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8942
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8943
   (exit $ac_status); } && {
 
8944
         test -z "$ac_c_werror_flag" ||
 
8945
         test ! -s conftest.err
 
8946
        } && test -s conftest.$ac_objext; then
 
8947
   ac_cv_prog_cc_g=yes
 
8948
 else
 
8949
-  echo "$as_me: failed program was:" >&5
 
8950
+  $as_echo "$as_me: failed program was:" >&5
 
8951
 sed 's/^/| /' conftest.$ac_ext >&5
 
8952
 
 
8953
        CFLAGS=""
 
8954
@@ -22359,20 +22580,21 @@
 
8955
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8956
   *) ac_try_echo=$ac_try;;
 
8957
 esac
 
8958
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8959
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8960
+$as_echo "$ac_try_echo") >&5
 
8961
   (eval "$ac_compile") 2>conftest.er1
 
8962
   ac_status=$?
 
8963
   grep -v '^ *+' conftest.er1 >conftest.err
 
8964
   rm -f conftest.er1
 
8965
   cat conftest.err >&5
 
8966
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8967
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8968
   (exit $ac_status); } && {
 
8969
         test -z "$ac_c_werror_flag" ||
 
8970
         test ! -s conftest.err
 
8971
        } && test -s conftest.$ac_objext; then
 
8972
   :
 
8973
 else
 
8974
-  echo "$as_me: failed program was:" >&5
 
8975
+  $as_echo "$as_me: failed program was:" >&5
 
8976
 sed 's/^/| /' conftest.$ac_ext >&5
 
8977
 
 
8978
        ac_c_werror_flag=$ac_save_c_werror_flag
 
8979
@@ -22398,20 +22620,21 @@
 
8980
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8981
   *) ac_try_echo=$ac_try;;
 
8982
 esac
 
8983
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8984
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
8985
+$as_echo "$ac_try_echo") >&5
 
8986
   (eval "$ac_compile") 2>conftest.er1
 
8987
   ac_status=$?
 
8988
   grep -v '^ *+' conftest.er1 >conftest.err
 
8989
   rm -f conftest.er1
 
8990
   cat conftest.err >&5
 
8991
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8992
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8993
   (exit $ac_status); } && {
 
8994
         test -z "$ac_c_werror_flag" ||
 
8995
         test ! -s conftest.err
 
8996
        } && test -s conftest.$ac_objext; then
 
8997
   ac_cv_prog_cc_g=yes
 
8998
 else
 
8999
-  echo "$as_me: failed program was:" >&5
 
9000
+  $as_echo "$as_me: failed program was:" >&5
 
9001
 sed 's/^/| /' conftest.$ac_ext >&5
 
9002
 
 
9003
 
 
9004
@@ -22426,8 +22649,8 @@
 
9005
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
9006
    ac_c_werror_flag=$ac_save_c_werror_flag
 
9007
 fi
 
9008
-{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
9009
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
 
9010
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
9011
+$as_echo "$ac_cv_prog_cc_g" >&6; }
 
9012
 if test "$ac_test_CFLAGS" = set; then
 
9013
   CFLAGS=$ac_save_CFLAGS
 
9014
 elif test $ac_cv_prog_cc_g = yes; then
 
9015
@@ -22443,10 +22666,10 @@
 
9016
     CFLAGS=
 
9017
   fi
 
9018
 fi
 
9019
-{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
9020
-echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
 
9021
+{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
9022
+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
 
9023
 if test "${ac_cv_prog_cc_c89+set}" = set; then
 
9024
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9025
+  $as_echo_n "(cached) " >&6
 
9026
 else
 
9027
   ac_cv_prog_cc_c89=no
 
9028
 ac_save_CC=$CC
 
9029
@@ -22517,20 +22740,21 @@
 
9030
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9031
   *) ac_try_echo=$ac_try;;
 
9032
 esac
 
9033
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9034
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9035
+$as_echo "$ac_try_echo") >&5
 
9036
   (eval "$ac_compile") 2>conftest.er1
 
9037
   ac_status=$?
 
9038
   grep -v '^ *+' conftest.er1 >conftest.err
 
9039
   rm -f conftest.er1
 
9040
   cat conftest.err >&5
 
9041
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9042
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9043
   (exit $ac_status); } && {
 
9044
         test -z "$ac_c_werror_flag" ||
 
9045
         test ! -s conftest.err
 
9046
        } && test -s conftest.$ac_objext; then
 
9047
   ac_cv_prog_cc_c89=$ac_arg
 
9048
 else
 
9049
-  echo "$as_me: failed program was:" >&5
 
9050
+  $as_echo "$as_me: failed program was:" >&5
 
9051
 sed 's/^/| /' conftest.$ac_ext >&5
 
9052
 
 
9053
 
 
9054
@@ -22546,15 +22770,15 @@
 
9055
 # AC_CACHE_VAL
 
9056
 case "x$ac_cv_prog_cc_c89" in
 
9057
   x)
 
9058
-    { echo "$as_me:$LINENO: result: none needed" >&5
 
9059
-echo "${ECHO_T}none needed" >&6; } ;;
 
9060
+    { $as_echo "$as_me:$LINENO: result: none needed" >&5
 
9061
+$as_echo "none needed" >&6; } ;;
 
9062
   xno)
 
9063
-    { echo "$as_me:$LINENO: result: unsupported" >&5
 
9064
-echo "${ECHO_T}unsupported" >&6; } ;;
 
9065
+    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
 
9066
+$as_echo "unsupported" >&6; } ;;
 
9067
   *)
 
9068
     CC="$CC $ac_cv_prog_cc_c89"
 
9069
-    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
9070
-echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
 
9071
+    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
9072
+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
 
9073
 esac
 
9074
 
 
9075
 
 
9076
@@ -22566,10 +22790,10 @@
 
9077
 
 
9078
 depcc="$CC"   am_compiler_list=
 
9079
 
 
9080
-{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
9081
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 
9082
+{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
9083
+$as_echo_n "checking dependency style of $depcc... " >&6; }
 
9084
 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 
9085
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9086
+  $as_echo_n "(cached) " >&6
 
9087
 else
 
9088
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
9089
   # We make a subdir and do the tests there.  Otherwise we can end up
 
9090
@@ -22656,8 +22880,8 @@
 
9091
 fi
 
9092
 
 
9093
 fi
 
9094
-{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
9095
-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
 
9096
+{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
9097
+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
 
9098
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 
9099
 
 
9100
 
 
9101
@@ -22677,10 +22901,10 @@
 
9102
 am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
 
9103
 
 
9104
 
 
9105
-{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
9106
-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
 
9107
+{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
9108
+$as_echo_n "checking for ANSI C header files... " >&6; }
 
9109
 if test "${ac_cv_header_stdc+set}" = set; then
 
9110
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9111
+  $as_echo_n "(cached) " >&6
 
9112
 else
 
9113
   cat >conftest.$ac_ext <<_ACEOF
 
9114
 /* confdefs.h.  */
 
9115
@@ -22707,20 +22931,21 @@
 
9116
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9117
   *) ac_try_echo=$ac_try;;
 
9118
 esac
 
9119
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9120
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9121
+$as_echo "$ac_try_echo") >&5
 
9122
   (eval "$ac_compile") 2>conftest.er1
 
9123
   ac_status=$?
 
9124
   grep -v '^ *+' conftest.er1 >conftest.err
 
9125
   rm -f conftest.er1
 
9126
   cat conftest.err >&5
 
9127
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9128
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9129
   (exit $ac_status); } && {
 
9130
         test -z "$ac_cxx_werror_flag" ||
 
9131
         test ! -s conftest.err
 
9132
        } && test -s conftest.$ac_objext; then
 
9133
   ac_cv_header_stdc=yes
 
9134
 else
 
9135
-  echo "$as_me: failed program was:" >&5
 
9136
+  $as_echo "$as_me: failed program was:" >&5
 
9137
 sed 's/^/| /' conftest.$ac_ext >&5
 
9138
 
 
9139
        ac_cv_header_stdc=no
 
9140
@@ -22812,37 +23037,40 @@
 
9141
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9142
   *) ac_try_echo=$ac_try;;
 
9143
 esac
 
9144
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9145
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9146
+$as_echo "$ac_try_echo") >&5
 
9147
   (eval "$ac_link") 2>&5
 
9148
   ac_status=$?
 
9149
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9150
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9151
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
9152
   { (case "(($ac_try" in
 
9153
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9154
   *) ac_try_echo=$ac_try;;
 
9155
 esac
 
9156
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9157
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9158
+$as_echo "$ac_try_echo") >&5
 
9159
   (eval "$ac_try") 2>&5
 
9160
   ac_status=$?
 
9161
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9162
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9163
   (exit $ac_status); }; }; then
 
9164
   :
 
9165
 else
 
9166
-  echo "$as_me: program exited with status $ac_status" >&5
 
9167
-echo "$as_me: failed program was:" >&5
 
9168
+  $as_echo "$as_me: program exited with status $ac_status" >&5
 
9169
+$as_echo "$as_me: failed program was:" >&5
 
9170
 sed 's/^/| /' conftest.$ac_ext >&5
 
9171
 
 
9172
 ( exit $ac_status )
 
9173
 ac_cv_header_stdc=no
 
9174
 fi
 
9175
+rm -rf conftest.dSYM
 
9176
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
9177
 fi
 
9178
 
 
9179
 
 
9180
 fi
 
9181
 fi
 
9182
-{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
9183
-echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
 
9184
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
9185
+$as_echo "$ac_cv_header_stdc" >&6; }
 
9186
 if test $ac_cv_header_stdc = yes; then
 
9187
 
 
9188
 cat >>confdefs.h <<\_ACEOF
 
9189
@@ -22885,8 +23113,8 @@
 
9190
        for option in -Wno-sign-compare; do
 
9191
                SAVE_CFLAGS="$CFLAGS"
 
9192
                CFLAGS="$CFLAGS $option"
 
9193
-               { echo "$as_me:$LINENO: checking whether gcc understands $option" >&5
 
9194
-echo $ECHO_N "checking whether gcc understands $option... $ECHO_C" >&6; }
 
9195
+               { $as_echo "$as_me:$LINENO: checking whether gcc understands $option" >&5
 
9196
+$as_echo_n "checking whether gcc understands $option... " >&6; }
 
9197
                cat >conftest.$ac_ext <<_ACEOF
 
9198
 /* confdefs.h.  */
 
9199
 _ACEOF
 
9200
@@ -22908,20 +23136,21 @@
 
9201
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9202
   *) ac_try_echo=$ac_try;;
 
9203
 esac
 
9204
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9205
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9206
+$as_echo "$ac_try_echo") >&5
 
9207
   (eval "$ac_compile") 2>conftest.er1
 
9208
   ac_status=$?
 
9209
   grep -v '^ *+' conftest.er1 >conftest.err
 
9210
   rm -f conftest.er1
 
9211
   cat conftest.err >&5
 
9212
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9213
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9214
   (exit $ac_status); } && {
 
9215
         test -z "$ac_cxx_werror_flag" ||
 
9216
         test ! -s conftest.err
 
9217
        } && test -s conftest.$ac_objext; then
 
9218
   has_option=yes
 
9219
 else
 
9220
-  echo "$as_me: failed program was:" >&5
 
9221
+  $as_echo "$as_me: failed program was:" >&5
 
9222
 sed 's/^/| /' conftest.$ac_ext >&5
 
9223
 
 
9224
        has_option=no
 
9225
@@ -22929,8 +23158,8 @@
 
9226
 
 
9227
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
9228
                CFLAGS="$SAVE_CFLAGS"
 
9229
-               { echo "$as_me:$LINENO: result: $has_option" >&5
 
9230
-echo "${ECHO_T}$has_option" >&6; }
 
9231
+               { $as_echo "$as_me:$LINENO: result: $has_option" >&5
 
9232
+$as_echo "$has_option" >&6; }
 
9233
                if test $has_option = yes; then
 
9234
                  warning_flags="$warning_flags $option"
 
9235
                fi
 
9236
@@ -22943,16 +23172,16 @@
 
9237
        fi
 
9238
        ;;
 
9239
     *)
 
9240
-       { { echo "$as_me:$LINENO: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&5
 
9241
-echo "$as_me: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&2;}
 
9242
+       { { $as_echo "$as_me:$LINENO: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&5
 
9243
+$as_echo "$as_me: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&2;}
 
9244
    { (exit 1); exit 1; }; }
 
9245
        ;;
 
9246
     esac
 
9247
     CFLAGS="$realsave_CFLAGS"
 
9248
-    { echo "$as_me:$LINENO: checking what warning flags to pass to the C compiler" >&5
 
9249
-echo $ECHO_N "checking what warning flags to pass to the C compiler... $ECHO_C" >&6; }
 
9250
-    { echo "$as_me:$LINENO: result: $warning_flags" >&5
 
9251
-echo "${ECHO_T}$warning_flags" >&6; }
 
9252
+    { $as_echo "$as_me:$LINENO: checking what warning flags to pass to the C compiler" >&5
 
9253
+$as_echo_n "checking what warning flags to pass to the C compiler... " >&6; }
 
9254
+    { $as_echo "$as_me:$LINENO: result: $warning_flags" >&5
 
9255
+$as_echo "$warning_flags" >&6; }
 
9256
 
 
9257
     # Check whether --enable-iso-c was given.
 
9258
 if test "${enable_iso_c+set}" = set; then
 
9259
@@ -22962,8 +23191,8 @@
 
9260
 fi
 
9261
 
 
9262
 
 
9263
-    { echo "$as_me:$LINENO: checking what language compliance flags to pass to the C compiler" >&5
 
9264
-echo $ECHO_N "checking what language compliance flags to pass to the C compiler... $ECHO_C" >&6; }
 
9265
+    { $as_echo "$as_me:$LINENO: checking what language compliance flags to pass to the C compiler" >&5
 
9266
+$as_echo_n "checking what language compliance flags to pass to the C compiler... " >&6; }
 
9267
     complCFLAGS=
 
9268
     if test "x$enable_iso_c" != "xno"; then
 
9269
        if test "x$GCC" = "xyes"; then
 
9270
@@ -22977,8 +23206,8 @@
 
9271
        esac
 
9272
        fi
 
9273
     fi
 
9274
-    { echo "$as_me:$LINENO: result: $complCFLAGS" >&5
 
9275
-echo "${ECHO_T}$complCFLAGS" >&6; }
 
9276
+    { $as_echo "$as_me:$LINENO: result: $complCFLAGS" >&5
 
9277
+$as_echo "$complCFLAGS" >&6; }
 
9278
 
 
9279
     WARN_CFLAGS="$warning_flags $complCFLAGS"
 
9280
 
 
9281
@@ -22999,20 +23228,20 @@
 
9282
 
 
9283
 
 
9284
 pkg_failed=no
 
9285
-{ echo "$as_me:$LINENO: checking for PROCMAN" >&5
 
9286
-echo $ECHO_N "checking for PROCMAN... $ECHO_C" >&6; }
 
9287
+{ $as_echo "$as_me:$LINENO: checking for PROCMAN" >&5
 
9288
+$as_echo_n "checking for PROCMAN... " >&6; }
 
9289
 
 
9290
 if test -n "$PKG_CONFIG"; then
 
9291
     if test -n "$PROCMAN_CFLAGS"; then
 
9292
         pkg_cv_PROCMAN_CFLAGS="$PROCMAN_CFLAGS"
 
9293
     else
 
9294
         if test -n "$PKG_CONFIG" && \
 
9295
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED gconf-2.0 >= \$GCONF_REQUIRED libgtop-2.0 >= \$LIBGTOP_REQUIRED libwnck-1.0 >= \$LIBWNCK_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED gnome-icon-theme >= \$GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= \$GTKMM_REQUIRED libxml-2.0 >= \$LIBXML_REQUIRED librsvg-2.0 >= \$RSVG_REQUIRED glibmm-2.4 >= \$GLIBMM_REQUIRED giomm-2.4 >= \$GIOMM_REQUIRED dbus-glib-1 >= \$DBUS_REQUIRED\"") >&5
 
9296
-  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED") 2>&5
 
9297
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED gconf-2.0 >= \$GCONF_REQUIRED libgtop-2.0 >= \$LIBGTOP_REQUIRED libwnck-1.0 >= \$LIBWNCK_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED launchpad-integration gnome-icon-theme >= \$GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= \$GTKMM_REQUIRED libxml-2.0 >= \$LIBXML_REQUIRED librsvg-2.0 >= \$RSVG_REQUIRED glibmm-2.4 >= \$GLIBMM_REQUIRED giomm-2.4 >= \$GIOMM_REQUIRED dbus-glib-1 >= \$DBUS_REQUIRED\"") >&5
 
9298
+  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED launchpad-integration gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED") 2>&5
 
9299
   ac_status=$?
 
9300
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9301
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9302
   (exit $ac_status); }; then
 
9303
-  pkg_cv_PROCMAN_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED" 2>/dev/null`
 
9304
+  pkg_cv_PROCMAN_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED launchpad-integration gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED" 2>/dev/null`
 
9305
 else
 
9306
   pkg_failed=yes
 
9307
 fi
 
9308
@@ -23025,12 +23254,12 @@
 
9309
         pkg_cv_PROCMAN_LIBS="$PROCMAN_LIBS"
 
9310
     else
 
9311
         if test -n "$PKG_CONFIG" && \
 
9312
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED gconf-2.0 >= \$GCONF_REQUIRED libgtop-2.0 >= \$LIBGTOP_REQUIRED libwnck-1.0 >= \$LIBWNCK_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED gnome-icon-theme >= \$GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= \$GTKMM_REQUIRED libxml-2.0 >= \$LIBXML_REQUIRED librsvg-2.0 >= \$RSVG_REQUIRED glibmm-2.4 >= \$GLIBMM_REQUIRED giomm-2.4 >= \$GIOMM_REQUIRED dbus-glib-1 >= \$DBUS_REQUIRED\"") >&5
 
9313
-  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED") 2>&5
 
9314
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED gconf-2.0 >= \$GCONF_REQUIRED libgtop-2.0 >= \$LIBGTOP_REQUIRED libwnck-1.0 >= \$LIBWNCK_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED launchpad-integration gnome-icon-theme >= \$GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= \$GTKMM_REQUIRED libxml-2.0 >= \$LIBXML_REQUIRED librsvg-2.0 >= \$RSVG_REQUIRED glibmm-2.4 >= \$GLIBMM_REQUIRED giomm-2.4 >= \$GIOMM_REQUIRED dbus-glib-1 >= \$DBUS_REQUIRED\"") >&5
 
9315
+  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED launchpad-integration gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED") 2>&5
 
9316
   ac_status=$?
 
9317
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9318
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9319
   (exit $ac_status); }; then
 
9320
-  pkg_cv_PROCMAN_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED" 2>/dev/null`
 
9321
+  pkg_cv_PROCMAN_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED launchpad-integration gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED" 2>/dev/null`
 
9322
 else
 
9323
   pkg_failed=yes
 
9324
 fi
 
9325
@@ -23049,14 +23278,14 @@
 
9326
         _pkg_short_errors_supported=no
 
9327
 fi
 
9328
         if test $_pkg_short_errors_supported = yes; then
 
9329
-               PROCMAN_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED"`
 
9330
+               PROCMAN_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED launchpad-integration gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED"`
 
9331
         else
 
9332
-               PROCMAN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED"`
 
9333
+               PROCMAN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED launchpad-integration gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED"`
 
9334
         fi
 
9335
        # Put the nasty error message in config.log where it belongs
 
9336
        echo "$PROCMAN_PKG_ERRORS" >&5
 
9337
 
 
9338
-       { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED) were not met:
 
9339
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED launchpad-integration gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED) were not met:
 
9340
 
 
9341
 $PROCMAN_PKG_ERRORS
 
9342
 
 
9343
@@ -23067,7 +23296,7 @@
 
9344
 and PROCMAN_LIBS to avoid the need to call pkg-config.
 
9345
 See the pkg-config man page for more details.
 
9346
 " >&5
 
9347
-echo "$as_me: error: Package requirements (glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED) were not met:
 
9348
+$as_echo "$as_me: error: Package requirements (glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED launchpad-integration gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED dbus-glib-1 >= $DBUS_REQUIRED) were not met:
 
9349
 
 
9350
 $PROCMAN_PKG_ERRORS
 
9351
 
 
9352
@@ -23080,7 +23309,9 @@
 
9353
 " >&2;}
 
9354
    { (exit 1); exit 1; }; }
 
9355
 elif test $pkg_failed = untried; then
 
9356
-       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
9357
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
9358
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
9359
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
9360
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
9361
 path to pkg-config.
 
9362
 
 
9363
@@ -23090,7 +23321,7 @@
 
9364
 
 
9365
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
9366
 See \`config.log' for more details." >&5
 
9367
-echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
9368
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
9369
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
9370
 path to pkg-config.
 
9371
 
 
9372
@@ -23100,12 +23331,12 @@
 
9373
 
 
9374
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
9375
 See \`config.log' for more details." >&2;}
 
9376
-   { (exit 1); exit 1; }; }
 
9377
+   { (exit 1); exit 1; }; }; }
 
9378
 else
 
9379
        PROCMAN_CFLAGS=$pkg_cv_PROCMAN_CFLAGS
 
9380
        PROCMAN_LIBS=$pkg_cv_PROCMAN_LIBS
 
9381
-        { echo "$as_me:$LINENO: result: yes" >&5
 
9382
-echo "${ECHO_T}yes" >&6; }
 
9383
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
9384
+$as_echo "yes" >&6; }
 
9385
        :
 
9386
 fi
 
9387
 
 
9388
@@ -23119,11 +23350,11 @@
 
9389
 
 
9390
 fi
 
9391
 
 
9392
-{ echo "$as_me:$LINENO: checking for more warnings" >&5
 
9393
-echo $ECHO_N "checking for more warnings... $ECHO_C" >&6; }
 
9394
+{ $as_echo "$as_me:$LINENO: checking for more warnings" >&5
 
9395
+$as_echo_n "checking for more warnings... " >&6; }
 
9396
 if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
 
9397
-    { echo "$as_me:$LINENO: result: yes" >&5
 
9398
-echo "${ECHO_T}yes" >&6; }
 
9399
+    { $as_echo "$as_me:$LINENO: result: yes" >&5
 
9400
+$as_echo "yes" >&6; }
 
9401
     CFLAGS="\
 
9402
     -Wall \
 
9403
     -Winline \
 
9404
@@ -23134,8 +23365,8 @@
 
9405
     $CFLAGS"
 
9406
     CXXFLAGS="-Wall -std=c++98 $CXXFLAGS"
 
9407
 else
 
9408
-    { echo "$as_me:$LINENO: result: no" >&5
 
9409
-echo "${ECHO_T}no" >&6; }
 
9410
+    { $as_echo "$as_me:$LINENO: result: no" >&5
 
9411
+$as_echo "no" >&6; }
 
9412
 fi
 
9413
 
 
9414
 
 
9415
@@ -23154,8 +23385,8 @@
 
9416
 
 
9417
 
 
9418
 
 
9419
-  { echo "$as_me:$LINENO: result: Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&5
 
9420
-echo "${ECHO_T}Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&6; }
 
9421
+  { $as_echo "$as_me:$LINENO: result: Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&5
 
9422
+$as_echo "Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&6; }
 
9423
 
 
9424
   if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
 
9425
     GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
 
9426
@@ -23169,15 +23400,15 @@
 
9427
 
 
9428
 
 
9429
 
 
9430
-  { echo "$as_me:$LINENO: result: Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&5
 
9431
-echo "${ECHO_T}Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&6; }
 
9432
+  { $as_echo "$as_me:$LINENO: result: Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&5
 
9433
+$as_echo "Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&6; }
 
9434
 
 
9435
   # Check whether --enable-schemas-install was given.
 
9436
 if test "${enable_schemas_install+set}" = set; then
 
9437
   enableval=$enable_schemas_install; case ${enableval} in
 
9438
        yes|no) ;;
 
9439
-       *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-schemas-install" >&5
 
9440
-echo "$as_me: error: bad value ${enableval} for --enable-schemas-install" >&2;}
 
9441
+       *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-schemas-install" >&5
 
9442
+$as_echo "$as_me: error: bad value ${enableval} for --enable-schemas-install" >&2;}
 
9443
    { (exit 1); exit 1; }; } ;;
 
9444
       esac
 
9445
 fi
 
9446
@@ -23206,20 +23437,21 @@
 
9447
 
 
9448
 for ac_header in locale.h
 
9449
 do
 
9450
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
9451
+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
9452
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
9453
-  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
9454
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
9455
+  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
9456
+$as_echo_n "checking for $ac_header... " >&6; }
 
9457
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
9458
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9459
+  $as_echo_n "(cached) " >&6
 
9460
 fi
 
9461
-ac_res=`eval echo '${'$as_ac_Header'}'`
 
9462
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
9463
-echo "${ECHO_T}$ac_res" >&6; }
 
9464
+ac_res=`eval 'as_val=${'$as_ac_Header'}
 
9465
+                $as_echo "$as_val"'`
 
9466
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
9467
+$as_echo "$ac_res" >&6; }
 
9468
 else
 
9469
   # Is the header compilable?
 
9470
-{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
9471
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
9472
+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
9473
+$as_echo_n "checking $ac_header usability... " >&6; }
 
9474
 cat >conftest.$ac_ext <<_ACEOF
 
9475
 /* confdefs.h.  */
 
9476
 _ACEOF
 
9477
@@ -23235,32 +23467,33 @@
 
9478
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9479
   *) ac_try_echo=$ac_try;;
 
9480
 esac
 
9481
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9482
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9483
+$as_echo "$ac_try_echo") >&5
 
9484
   (eval "$ac_compile") 2>conftest.er1
 
9485
   ac_status=$?
 
9486
   grep -v '^ *+' conftest.er1 >conftest.err
 
9487
   rm -f conftest.er1
 
9488
   cat conftest.err >&5
 
9489
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9490
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9491
   (exit $ac_status); } && {
 
9492
         test -z "$ac_cxx_werror_flag" ||
 
9493
         test ! -s conftest.err
 
9494
        } && test -s conftest.$ac_objext; then
 
9495
   ac_header_compiler=yes
 
9496
 else
 
9497
-  echo "$as_me: failed program was:" >&5
 
9498
+  $as_echo "$as_me: failed program was:" >&5
 
9499
 sed 's/^/| /' conftest.$ac_ext >&5
 
9500
 
 
9501
        ac_header_compiler=no
 
9502
 fi
 
9503
 
 
9504
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
9505
-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
9506
-echo "${ECHO_T}$ac_header_compiler" >&6; }
 
9507
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
9508
+$as_echo "$ac_header_compiler" >&6; }
 
9509
 
 
9510
 # Is the header present?
 
9511
-{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
9512
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
9513
+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
9514
+$as_echo_n "checking $ac_header presence... " >&6; }
 
9515
 cat >conftest.$ac_ext <<_ACEOF
 
9516
 /* confdefs.h.  */
 
9517
 _ACEOF
 
9518
@@ -23274,51 +23507,52 @@
 
9519
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9520
   *) ac_try_echo=$ac_try;;
 
9521
 esac
 
9522
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9523
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9524
+$as_echo "$ac_try_echo") >&5
 
9525
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
9526
   ac_status=$?
 
9527
   grep -v '^ *+' conftest.er1 >conftest.err
 
9528
   rm -f conftest.er1
 
9529
   cat conftest.err >&5
 
9530
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9531
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9532
   (exit $ac_status); } >/dev/null && {
 
9533
         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
9534
         test ! -s conftest.err
 
9535
        }; then
 
9536
   ac_header_preproc=yes
 
9537
 else
 
9538
-  echo "$as_me: failed program was:" >&5
 
9539
+  $as_echo "$as_me: failed program was:" >&5
 
9540
 sed 's/^/| /' conftest.$ac_ext >&5
 
9541
 
 
9542
   ac_header_preproc=no
 
9543
 fi
 
9544
 
 
9545
 rm -f conftest.err conftest.$ac_ext
 
9546
-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
9547
-echo "${ECHO_T}$ac_header_preproc" >&6; }
 
9548
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
9549
+$as_echo "$ac_header_preproc" >&6; }
 
9550
 
 
9551
 # So?  What about this header?
 
9552
 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
 
9553
   yes:no: )
 
9554
-    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
9555
-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
9556
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
9557
-echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
9558
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
9559
+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
9560
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
9561
+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
9562
     ac_header_preproc=yes
 
9563
     ;;
 
9564
   no:yes:* )
 
9565
-    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
9566
-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
9567
-    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
9568
-echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
9569
-    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
9570
-echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
9571
-    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
9572
-echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
9573
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
9574
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
9575
-    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
9576
-echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
9577
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
9578
+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
9579
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
9580
+$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
9581
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
9582
+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
9583
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
9584
+$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
9585
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
9586
+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
9587
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
9588
+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
9589
     ( cat <<\_ASBOX
 
9590
 ## ----------------------------------------------------------------------------- ##
 
9591
 ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=system-monitor ##
 
9592
@@ -23327,21 +23561,24 @@
 
9593
      ) | sed "s/^/$as_me: WARNING:     /" >&2
 
9594
     ;;
 
9595
 esac
 
9596
-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
9597
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
9598
+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
9599
+$as_echo_n "checking for $ac_header... " >&6; }
 
9600
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
9601
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9602
+  $as_echo_n "(cached) " >&6
 
9603
 else
 
9604
   eval "$as_ac_Header=\$ac_header_preproc"
 
9605
 fi
 
9606
-ac_res=`eval echo '${'$as_ac_Header'}'`
 
9607
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
9608
-echo "${ECHO_T}$ac_res" >&6; }
 
9609
+ac_res=`eval 'as_val=${'$as_ac_Header'}
 
9610
+                $as_echo "$as_val"'`
 
9611
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
9612
+$as_echo "$ac_res" >&6; }
 
9613
 
 
9614
 fi
 
9615
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
9616
+as_val=`eval 'as_val=${'$as_ac_Header'}
 
9617
+                $as_echo "$as_val"'`
 
9618
+   if test "x$as_val" = x""yes; then
 
9619
   cat >>confdefs.h <<_ACEOF
 
9620
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
9621
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
9622
 _ACEOF
 
9623
 
 
9624
 fi
 
9625
@@ -23349,10 +23586,10 @@
 
9626
 done
 
9627
 
 
9628
     if test $ac_cv_header_locale_h = yes; then
 
9629
-    { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
 
9630
-echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; }
 
9631
+    { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
 
9632
+$as_echo_n "checking for LC_MESSAGES... " >&6; }
 
9633
 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
 
9634
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9635
+  $as_echo_n "(cached) " >&6
 
9636
 else
 
9637
   cat >conftest.$ac_ext <<_ACEOF
 
9638
 /* confdefs.h.  */
 
9639
@@ -23375,31 +23612,35 @@
 
9640
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9641
   *) ac_try_echo=$ac_try;;
 
9642
 esac
 
9643
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9644
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9645
+$as_echo "$ac_try_echo") >&5
 
9646
   (eval "$ac_link") 2>conftest.er1
 
9647
   ac_status=$?
 
9648
   grep -v '^ *+' conftest.er1 >conftest.err
 
9649
   rm -f conftest.er1
 
9650
   cat conftest.err >&5
 
9651
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9652
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9653
   (exit $ac_status); } && {
 
9654
         test -z "$ac_cxx_werror_flag" ||
 
9655
         test ! -s conftest.err
 
9656
-       } && test -s conftest$ac_exeext &&
 
9657
-       $as_test_x conftest$ac_exeext; then
 
9658
+       } && test -s conftest$ac_exeext && {
 
9659
+        test "$cross_compiling" = yes ||
 
9660
+        $as_test_x conftest$ac_exeext
 
9661
+       }; then
 
9662
   am_cv_val_LC_MESSAGES=yes
 
9663
 else
 
9664
-  echo "$as_me: failed program was:" >&5
 
9665
+  $as_echo "$as_me: failed program was:" >&5
 
9666
 sed 's/^/| /' conftest.$ac_ext >&5
 
9667
 
 
9668
        am_cv_val_LC_MESSAGES=no
 
9669
 fi
 
9670
 
 
9671
+rm -rf conftest.dSYM
 
9672
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9673
       conftest$ac_exeext conftest.$ac_ext
 
9674
 fi
 
9675
-{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
 
9676
-echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; }
 
9677
+{ $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
 
9678
+$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
 
9679
     if test $am_cv_val_LC_MESSAGES = yes; then
 
9680
 
 
9681
 cat >>confdefs.h <<\_ACEOF
 
9682
@@ -23418,17 +23659,17 @@
 
9683
     INTLLIBS=
 
9684
 
 
9685
     if test "${ac_cv_header_libintl_h+set}" = set; then
 
9686
-  { echo "$as_me:$LINENO: checking for libintl.h" >&5
 
9687
-echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
 
9688
+  { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
 
9689
+$as_echo_n "checking for libintl.h... " >&6; }
 
9690
 if test "${ac_cv_header_libintl_h+set}" = set; then
 
9691
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9692
+  $as_echo_n "(cached) " >&6
 
9693
 fi
 
9694
-{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 
9695
-echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
 
9696
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 
9697
+$as_echo "$ac_cv_header_libintl_h" >&6; }
 
9698
 else
 
9699
   # Is the header compilable?
 
9700
-{ echo "$as_me:$LINENO: checking libintl.h usability" >&5
 
9701
-echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6; }
 
9702
+{ $as_echo "$as_me:$LINENO: checking libintl.h usability" >&5
 
9703
+$as_echo_n "checking libintl.h usability... " >&6; }
 
9704
 cat >conftest.$ac_ext <<_ACEOF
 
9705
 /* confdefs.h.  */
 
9706
 _ACEOF
 
9707
@@ -23444,32 +23685,33 @@
 
9708
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9709
   *) ac_try_echo=$ac_try;;
 
9710
 esac
 
9711
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9712
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9713
+$as_echo "$ac_try_echo") >&5
 
9714
   (eval "$ac_compile") 2>conftest.er1
 
9715
   ac_status=$?
 
9716
   grep -v '^ *+' conftest.er1 >conftest.err
 
9717
   rm -f conftest.er1
 
9718
   cat conftest.err >&5
 
9719
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9720
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9721
   (exit $ac_status); } && {
 
9722
         test -z "$ac_cxx_werror_flag" ||
 
9723
         test ! -s conftest.err
 
9724
        } && test -s conftest.$ac_objext; then
 
9725
   ac_header_compiler=yes
 
9726
 else
 
9727
-  echo "$as_me: failed program was:" >&5
 
9728
+  $as_echo "$as_me: failed program was:" >&5
 
9729
 sed 's/^/| /' conftest.$ac_ext >&5
 
9730
 
 
9731
        ac_header_compiler=no
 
9732
 fi
 
9733
 
 
9734
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
9735
-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
9736
-echo "${ECHO_T}$ac_header_compiler" >&6; }
 
9737
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
9738
+$as_echo "$ac_header_compiler" >&6; }
 
9739
 
 
9740
 # Is the header present?
 
9741
-{ echo "$as_me:$LINENO: checking libintl.h presence" >&5
 
9742
-echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6; }
 
9743
+{ $as_echo "$as_me:$LINENO: checking libintl.h presence" >&5
 
9744
+$as_echo_n "checking libintl.h presence... " >&6; }
 
9745
 cat >conftest.$ac_ext <<_ACEOF
 
9746
 /* confdefs.h.  */
 
9747
 _ACEOF
 
9748
@@ -23483,51 +23725,52 @@
 
9749
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9750
   *) ac_try_echo=$ac_try;;
 
9751
 esac
 
9752
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9753
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9754
+$as_echo "$ac_try_echo") >&5
 
9755
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
9756
   ac_status=$?
 
9757
   grep -v '^ *+' conftest.er1 >conftest.err
 
9758
   rm -f conftest.er1
 
9759
   cat conftest.err >&5
 
9760
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9761
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9762
   (exit $ac_status); } >/dev/null && {
 
9763
         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
9764
         test ! -s conftest.err
 
9765
        }; then
 
9766
   ac_header_preproc=yes
 
9767
 else
 
9768
-  echo "$as_me: failed program was:" >&5
 
9769
+  $as_echo "$as_me: failed program was:" >&5
 
9770
 sed 's/^/| /' conftest.$ac_ext >&5
 
9771
 
 
9772
   ac_header_preproc=no
 
9773
 fi
 
9774
 
 
9775
 rm -f conftest.err conftest.$ac_ext
 
9776
-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
9777
-echo "${ECHO_T}$ac_header_preproc" >&6; }
 
9778
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
9779
+$as_echo "$ac_header_preproc" >&6; }
 
9780
 
 
9781
 # So?  What about this header?
 
9782
 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
 
9783
   yes:no: )
 
9784
-    { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
 
9785
-echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
9786
-    { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
 
9787
-echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
 
9788
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
 
9789
+$as_echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
9790
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
 
9791
+$as_echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
 
9792
     ac_header_preproc=yes
 
9793
     ;;
 
9794
   no:yes:* )
 
9795
-    { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
 
9796
-echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
 
9797
-    { echo "$as_me:$LINENO: WARNING: libintl.h:     check for missing prerequisite headers?" >&5
 
9798
-echo "$as_me: WARNING: libintl.h:     check for missing prerequisite headers?" >&2;}
 
9799
-    { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
 
9800
-echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
 
9801
-    { echo "$as_me:$LINENO: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&5
 
9802
-echo "$as_me: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 
9803
-    { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
 
9804
-echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
 
9805
-    { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
 
9806
-echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
 
9807
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
 
9808
+$as_echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
 
9809
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h:     check for missing prerequisite headers?" >&5
 
9810
+$as_echo "$as_me: WARNING: libintl.h:     check for missing prerequisite headers?" >&2;}
 
9811
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
 
9812
+$as_echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
 
9813
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&5
 
9814
+$as_echo "$as_me: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 
9815
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
 
9816
+$as_echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
 
9817
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
 
9818
+$as_echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
 
9819
     ( cat <<\_ASBOX
 
9820
 ## ----------------------------------------------------------------------------- ##
 
9821
 ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=system-monitor ##
 
9822
@@ -23536,28 +23779,28 @@
 
9823
      ) | sed "s/^/$as_me: WARNING:     /" >&2
 
9824
     ;;
 
9825
 esac
 
9826
-{ echo "$as_me:$LINENO: checking for libintl.h" >&5
 
9827
-echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
 
9828
+{ $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
 
9829
+$as_echo_n "checking for libintl.h... " >&6; }
 
9830
 if test "${ac_cv_header_libintl_h+set}" = set; then
 
9831
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9832
+  $as_echo_n "(cached) " >&6
 
9833
 else
 
9834
   ac_cv_header_libintl_h=$ac_header_preproc
 
9835
 fi
 
9836
-{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 
9837
-echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
 
9838
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 
9839
+$as_echo "$ac_cv_header_libintl_h" >&6; }
 
9840
 
 
9841
 fi
 
9842
-if test $ac_cv_header_libintl_h = yes; then
 
9843
+if test "x$ac_cv_header_libintl_h" = x""yes; then
 
9844
   gt_cv_func_dgettext_libintl="no"
 
9845
       libintl_extra_libs=""
 
9846
 
 
9847
       #
 
9848
       # First check in libc
 
9849
       #
 
9850
-      { echo "$as_me:$LINENO: checking for ngettext in libc" >&5
 
9851
-echo $ECHO_N "checking for ngettext in libc... $ECHO_C" >&6; }
 
9852
+      { $as_echo "$as_me:$LINENO: checking for ngettext in libc" >&5
 
9853
+$as_echo_n "checking for ngettext in libc... " >&6; }
 
9854
 if test "${gt_cv_func_ngettext_libc+set}" = set; then
 
9855
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9856
+  $as_echo_n "(cached) " >&6
 
9857
 else
 
9858
   cat >conftest.$ac_ext <<_ACEOF
 
9859
 /* confdefs.h.  */
 
9860
@@ -23582,38 +23825,42 @@
 
9861
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9862
   *) ac_try_echo=$ac_try;;
 
9863
 esac
 
9864
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9865
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9866
+$as_echo "$ac_try_echo") >&5
 
9867
   (eval "$ac_link") 2>conftest.er1
 
9868
   ac_status=$?
 
9869
   grep -v '^ *+' conftest.er1 >conftest.err
 
9870
   rm -f conftest.er1
 
9871
   cat conftest.err >&5
 
9872
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9873
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9874
   (exit $ac_status); } && {
 
9875
         test -z "$ac_cxx_werror_flag" ||
 
9876
         test ! -s conftest.err
 
9877
-       } && test -s conftest$ac_exeext &&
 
9878
-       $as_test_x conftest$ac_exeext; then
 
9879
+       } && test -s conftest$ac_exeext && {
 
9880
+        test "$cross_compiling" = yes ||
 
9881
+        $as_test_x conftest$ac_exeext
 
9882
+       }; then
 
9883
   gt_cv_func_ngettext_libc=yes
 
9884
 else
 
9885
-  echo "$as_me: failed program was:" >&5
 
9886
+  $as_echo "$as_me: failed program was:" >&5
 
9887
 sed 's/^/| /' conftest.$ac_ext >&5
 
9888
 
 
9889
        gt_cv_func_ngettext_libc=no
 
9890
 fi
 
9891
 
 
9892
+rm -rf conftest.dSYM
 
9893
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9894
       conftest$ac_exeext conftest.$ac_ext
 
9895
 
 
9896
 fi
 
9897
-{ echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
 
9898
-echo "${ECHO_T}$gt_cv_func_ngettext_libc" >&6; }
 
9899
+{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
 
9900
+$as_echo "$gt_cv_func_ngettext_libc" >&6; }
 
9901
 
 
9902
       if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 
9903
-             { echo "$as_me:$LINENO: checking for dgettext in libc" >&5
 
9904
-echo $ECHO_N "checking for dgettext in libc... $ECHO_C" >&6; }
 
9905
+             { $as_echo "$as_me:$LINENO: checking for dgettext in libc" >&5
 
9906
+$as_echo_n "checking for dgettext in libc... " >&6; }
 
9907
 if test "${gt_cv_func_dgettext_libc+set}" = set; then
 
9908
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9909
+  $as_echo_n "(cached) " >&6
 
9910
 else
 
9911
   cat >conftest.$ac_ext <<_ACEOF
 
9912
 /* confdefs.h.  */
 
9913
@@ -23638,43 +23885,47 @@
 
9914
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9915
   *) ac_try_echo=$ac_try;;
 
9916
 esac
 
9917
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9918
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9919
+$as_echo "$ac_try_echo") >&5
 
9920
   (eval "$ac_link") 2>conftest.er1
 
9921
   ac_status=$?
 
9922
   grep -v '^ *+' conftest.er1 >conftest.err
 
9923
   rm -f conftest.er1
 
9924
   cat conftest.err >&5
 
9925
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9926
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9927
   (exit $ac_status); } && {
 
9928
         test -z "$ac_cxx_werror_flag" ||
 
9929
         test ! -s conftest.err
 
9930
-       } && test -s conftest$ac_exeext &&
 
9931
-       $as_test_x conftest$ac_exeext; then
 
9932
+       } && test -s conftest$ac_exeext && {
 
9933
+        test "$cross_compiling" = yes ||
 
9934
+        $as_test_x conftest$ac_exeext
 
9935
+       }; then
 
9936
   gt_cv_func_dgettext_libc=yes
 
9937
 else
 
9938
-  echo "$as_me: failed program was:" >&5
 
9939
+  $as_echo "$as_me: failed program was:" >&5
 
9940
 sed 's/^/| /' conftest.$ac_ext >&5
 
9941
 
 
9942
        gt_cv_func_dgettext_libc=no
 
9943
 fi
 
9944
 
 
9945
+rm -rf conftest.dSYM
 
9946
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9947
       conftest$ac_exeext conftest.$ac_ext
 
9948
 
 
9949
 fi
 
9950
-{ echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
 
9951
-echo "${ECHO_T}$gt_cv_func_dgettext_libc" >&6; }
 
9952
+{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
 
9953
+$as_echo "$gt_cv_func_dgettext_libc" >&6; }
 
9954
       fi
 
9955
 
 
9956
       if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 
9957
 
 
9958
 for ac_func in bind_textdomain_codeset
 
9959
 do
 
9960
-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
9961
-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
 
9962
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 
9963
+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
9964
+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
9965
+$as_echo_n "checking for $ac_func... " >&6; }
 
9966
 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
9967
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
9968
+  $as_echo_n "(cached) " >&6
 
9969
 else
 
9970
   cat >conftest.$ac_ext <<_ACEOF
 
9971
 /* confdefs.h.  */
 
9972
@@ -23727,35 +23978,42 @@
 
9973
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9974
   *) ac_try_echo=$ac_try;;
 
9975
 esac
 
9976
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9977
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
9978
+$as_echo "$ac_try_echo") >&5
 
9979
   (eval "$ac_link") 2>conftest.er1
 
9980
   ac_status=$?
 
9981
   grep -v '^ *+' conftest.er1 >conftest.err
 
9982
   rm -f conftest.er1
 
9983
   cat conftest.err >&5
 
9984
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9985
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9986
   (exit $ac_status); } && {
 
9987
         test -z "$ac_cxx_werror_flag" ||
 
9988
         test ! -s conftest.err
 
9989
-       } && test -s conftest$ac_exeext &&
 
9990
-       $as_test_x conftest$ac_exeext; then
 
9991
+       } && test -s conftest$ac_exeext && {
 
9992
+        test "$cross_compiling" = yes ||
 
9993
+        $as_test_x conftest$ac_exeext
 
9994
+       }; then
 
9995
   eval "$as_ac_var=yes"
 
9996
 else
 
9997
-  echo "$as_me: failed program was:" >&5
 
9998
+  $as_echo "$as_me: failed program was:" >&5
 
9999
 sed 's/^/| /' conftest.$ac_ext >&5
 
10000
 
 
10001
        eval "$as_ac_var=no"
 
10002
 fi
 
10003
 
 
10004
+rm -rf conftest.dSYM
 
10005
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10006
       conftest$ac_exeext conftest.$ac_ext
 
10007
 fi
 
10008
-ac_res=`eval echo '${'$as_ac_var'}'`
 
10009
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
10010
-echo "${ECHO_T}$ac_res" >&6; }
 
10011
-if test `eval echo '${'$as_ac_var'}'` = yes; then
 
10012
+ac_res=`eval 'as_val=${'$as_ac_var'}
 
10013
+                $as_echo "$as_val"'`
 
10014
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
10015
+$as_echo "$ac_res" >&6; }
 
10016
+as_val=`eval 'as_val=${'$as_ac_var'}
 
10017
+                $as_echo "$as_val"'`
 
10018
+   if test "x$as_val" = x""yes; then
 
10019
   cat >>confdefs.h <<_ACEOF
 
10020
-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
10021
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
10022
 _ACEOF
 
10023
 
 
10024
 fi
 
10025
@@ -23770,10 +24028,10 @@
 
10026
         || test "$gt_cv_func_ngettext_libc" != "yes" \
 
10027
          || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
 
10028
 
 
10029
-        { echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
 
10030
-echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6; }
 
10031
+        { $as_echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
 
10032
+$as_echo_n "checking for bindtextdomain in -lintl... " >&6; }
 
10033
 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
 
10034
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10035
+  $as_echo_n "(cached) " >&6
 
10036
 else
 
10037
   ac_check_lib_save_LIBS=$LIBS
 
10038
 LIBS="-lintl  $LIBS"
 
10039
@@ -23805,37 +24063,41 @@
 
10040
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10041
   *) ac_try_echo=$ac_try;;
 
10042
 esac
 
10043
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10044
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10045
+$as_echo "$ac_try_echo") >&5
 
10046
   (eval "$ac_link") 2>conftest.er1
 
10047
   ac_status=$?
 
10048
   grep -v '^ *+' conftest.er1 >conftest.err
 
10049
   rm -f conftest.er1
 
10050
   cat conftest.err >&5
 
10051
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10052
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10053
   (exit $ac_status); } && {
 
10054
         test -z "$ac_cxx_werror_flag" ||
 
10055
         test ! -s conftest.err
 
10056
-       } && test -s conftest$ac_exeext &&
 
10057
-       $as_test_x conftest$ac_exeext; then
 
10058
+       } && test -s conftest$ac_exeext && {
 
10059
+        test "$cross_compiling" = yes ||
 
10060
+        $as_test_x conftest$ac_exeext
 
10061
+       }; then
 
10062
   ac_cv_lib_intl_bindtextdomain=yes
 
10063
 else
 
10064
-  echo "$as_me: failed program was:" >&5
 
10065
+  $as_echo "$as_me: failed program was:" >&5
 
10066
 sed 's/^/| /' conftest.$ac_ext >&5
 
10067
 
 
10068
        ac_cv_lib_intl_bindtextdomain=no
 
10069
 fi
 
10070
 
 
10071
+rm -rf conftest.dSYM
 
10072
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10073
       conftest$ac_exeext conftest.$ac_ext
 
10074
 LIBS=$ac_check_lib_save_LIBS
 
10075
 fi
 
10076
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
 
10077
-echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6; }
 
10078
-if test $ac_cv_lib_intl_bindtextdomain = yes; then
 
10079
-  { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 
10080
-echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; }
 
10081
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
 
10082
+$as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; }
 
10083
+if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then
 
10084
+  { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 
10085
+$as_echo_n "checking for ngettext in -lintl... " >&6; }
 
10086
 if test "${ac_cv_lib_intl_ngettext+set}" = set; then
 
10087
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10088
+  $as_echo_n "(cached) " >&6
 
10089
 else
 
10090
   ac_check_lib_save_LIBS=$LIBS
 
10091
 LIBS="-lintl  $LIBS"
 
10092
@@ -23867,37 +24129,41 @@
 
10093
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10094
   *) ac_try_echo=$ac_try;;
 
10095
 esac
 
10096
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10097
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10098
+$as_echo "$ac_try_echo") >&5
 
10099
   (eval "$ac_link") 2>conftest.er1
 
10100
   ac_status=$?
 
10101
   grep -v '^ *+' conftest.er1 >conftest.err
 
10102
   rm -f conftest.er1
 
10103
   cat conftest.err >&5
 
10104
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10105
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10106
   (exit $ac_status); } && {
 
10107
         test -z "$ac_cxx_werror_flag" ||
 
10108
         test ! -s conftest.err
 
10109
-       } && test -s conftest$ac_exeext &&
 
10110
-       $as_test_x conftest$ac_exeext; then
 
10111
+       } && test -s conftest$ac_exeext && {
 
10112
+        test "$cross_compiling" = yes ||
 
10113
+        $as_test_x conftest$ac_exeext
 
10114
+       }; then
 
10115
   ac_cv_lib_intl_ngettext=yes
 
10116
 else
 
10117
-  echo "$as_me: failed program was:" >&5
 
10118
+  $as_echo "$as_me: failed program was:" >&5
 
10119
 sed 's/^/| /' conftest.$ac_ext >&5
 
10120
 
 
10121
        ac_cv_lib_intl_ngettext=no
 
10122
 fi
 
10123
 
 
10124
+rm -rf conftest.dSYM
 
10125
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10126
       conftest$ac_exeext conftest.$ac_ext
 
10127
 LIBS=$ac_check_lib_save_LIBS
 
10128
 fi
 
10129
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 
10130
-echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; }
 
10131
-if test $ac_cv_lib_intl_ngettext = yes; then
 
10132
-  { echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
 
10133
-echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6; }
 
10134
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 
10135
+$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
 
10136
+if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
 
10137
+  { $as_echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
 
10138
+$as_echo_n "checking for dgettext in -lintl... " >&6; }
 
10139
 if test "${ac_cv_lib_intl_dgettext+set}" = set; then
 
10140
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10141
+  $as_echo_n "(cached) " >&6
 
10142
 else
 
10143
   ac_check_lib_save_LIBS=$LIBS
 
10144
 LIBS="-lintl  $LIBS"
 
10145
@@ -23929,33 +24195,37 @@
 
10146
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10147
   *) ac_try_echo=$ac_try;;
 
10148
 esac
 
10149
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10150
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10151
+$as_echo "$ac_try_echo") >&5
 
10152
   (eval "$ac_link") 2>conftest.er1
 
10153
   ac_status=$?
 
10154
   grep -v '^ *+' conftest.er1 >conftest.err
 
10155
   rm -f conftest.er1
 
10156
   cat conftest.err >&5
 
10157
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10158
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10159
   (exit $ac_status); } && {
 
10160
         test -z "$ac_cxx_werror_flag" ||
 
10161
         test ! -s conftest.err
 
10162
-       } && test -s conftest$ac_exeext &&
 
10163
-       $as_test_x conftest$ac_exeext; then
 
10164
+       } && test -s conftest$ac_exeext && {
 
10165
+        test "$cross_compiling" = yes ||
 
10166
+        $as_test_x conftest$ac_exeext
 
10167
+       }; then
 
10168
   ac_cv_lib_intl_dgettext=yes
 
10169
 else
 
10170
-  echo "$as_me: failed program was:" >&5
 
10171
+  $as_echo "$as_me: failed program was:" >&5
 
10172
 sed 's/^/| /' conftest.$ac_ext >&5
 
10173
 
 
10174
        ac_cv_lib_intl_dgettext=no
 
10175
 fi
 
10176
 
 
10177
+rm -rf conftest.dSYM
 
10178
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10179
       conftest$ac_exeext conftest.$ac_ext
 
10180
 LIBS=$ac_check_lib_save_LIBS
 
10181
 fi
 
10182
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
 
10183
-echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6; }
 
10184
-if test $ac_cv_lib_intl_dgettext = yes; then
 
10185
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
 
10186
+$as_echo "$ac_cv_lib_intl_dgettext" >&6; }
 
10187
+if test "x$ac_cv_lib_intl_dgettext" = x""yes; then
 
10188
   gt_cv_func_dgettext_libintl=yes
 
10189
 fi
 
10190
 
 
10191
@@ -23965,14 +24235,14 @@
 
10192
 
 
10193
 
 
10194
        if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
 
10195
-         { echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
 
10196
-echo $ECHO_N "checking if -liconv is needed to use gettext... $ECHO_C" >&6; }
 
10197
-         { echo "$as_me:$LINENO: result: " >&5
 
10198
-echo "${ECHO_T}" >&6; }
 
10199
-         { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 
10200
-echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; }
 
10201
+         { $as_echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
 
10202
+$as_echo_n "checking if -liconv is needed to use gettext... " >&6; }
 
10203
+         { $as_echo "$as_me:$LINENO: result: " >&5
 
10204
+$as_echo "" >&6; }
 
10205
+         { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 
10206
+$as_echo_n "checking for ngettext in -lintl... " >&6; }
 
10207
 if test "${ac_cv_lib_intl_ngettext+set}" = set; then
 
10208
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10209
+  $as_echo_n "(cached) " >&6
 
10210
 else
 
10211
   ac_check_lib_save_LIBS=$LIBS
 
10212
 LIBS="-lintl -liconv $LIBS"
 
10213
@@ -24004,37 +24274,41 @@
 
10214
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10215
   *) ac_try_echo=$ac_try;;
 
10216
 esac
 
10217
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10218
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10219
+$as_echo "$ac_try_echo") >&5
 
10220
   (eval "$ac_link") 2>conftest.er1
 
10221
   ac_status=$?
 
10222
   grep -v '^ *+' conftest.er1 >conftest.err
 
10223
   rm -f conftest.er1
 
10224
   cat conftest.err >&5
 
10225
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10226
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10227
   (exit $ac_status); } && {
 
10228
         test -z "$ac_cxx_werror_flag" ||
 
10229
         test ! -s conftest.err
 
10230
-       } && test -s conftest$ac_exeext &&
 
10231
-       $as_test_x conftest$ac_exeext; then
 
10232
+       } && test -s conftest$ac_exeext && {
 
10233
+        test "$cross_compiling" = yes ||
 
10234
+        $as_test_x conftest$ac_exeext
 
10235
+       }; then
 
10236
   ac_cv_lib_intl_ngettext=yes
 
10237
 else
 
10238
-  echo "$as_me: failed program was:" >&5
 
10239
+  $as_echo "$as_me: failed program was:" >&5
 
10240
 sed 's/^/| /' conftest.$ac_ext >&5
 
10241
 
 
10242
        ac_cv_lib_intl_ngettext=no
 
10243
 fi
 
10244
 
 
10245
+rm -rf conftest.dSYM
 
10246
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10247
       conftest$ac_exeext conftest.$ac_ext
 
10248
 LIBS=$ac_check_lib_save_LIBS
 
10249
 fi
 
10250
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 
10251
-echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; }
 
10252
-if test $ac_cv_lib_intl_ngettext = yes; then
 
10253
-  { echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
 
10254
-echo $ECHO_N "checking for dcgettext in -lintl... $ECHO_C" >&6; }
 
10255
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 
10256
+$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
 
10257
+if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
 
10258
+  { $as_echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
 
10259
+$as_echo_n "checking for dcgettext in -lintl... " >&6; }
 
10260
 if test "${ac_cv_lib_intl_dcgettext+set}" = set; then
 
10261
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10262
+  $as_echo_n "(cached) " >&6
 
10263
 else
 
10264
   ac_check_lib_save_LIBS=$LIBS
 
10265
 LIBS="-lintl -liconv $LIBS"
 
10266
@@ -24066,33 +24340,37 @@
 
10267
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10268
   *) ac_try_echo=$ac_try;;
 
10269
 esac
 
10270
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10271
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10272
+$as_echo "$ac_try_echo") >&5
 
10273
   (eval "$ac_link") 2>conftest.er1
 
10274
   ac_status=$?
 
10275
   grep -v '^ *+' conftest.er1 >conftest.err
 
10276
   rm -f conftest.er1
 
10277
   cat conftest.err >&5
 
10278
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10279
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10280
   (exit $ac_status); } && {
 
10281
         test -z "$ac_cxx_werror_flag" ||
 
10282
         test ! -s conftest.err
 
10283
-       } && test -s conftest$ac_exeext &&
 
10284
-       $as_test_x conftest$ac_exeext; then
 
10285
+       } && test -s conftest$ac_exeext && {
 
10286
+        test "$cross_compiling" = yes ||
 
10287
+        $as_test_x conftest$ac_exeext
 
10288
+       }; then
 
10289
   ac_cv_lib_intl_dcgettext=yes
 
10290
 else
 
10291
-  echo "$as_me: failed program was:" >&5
 
10292
+  $as_echo "$as_me: failed program was:" >&5
 
10293
 sed 's/^/| /' conftest.$ac_ext >&5
 
10294
 
 
10295
        ac_cv_lib_intl_dcgettext=no
 
10296
 fi
 
10297
 
 
10298
+rm -rf conftest.dSYM
 
10299
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10300
       conftest$ac_exeext conftest.$ac_ext
 
10301
 LIBS=$ac_check_lib_save_LIBS
 
10302
 fi
 
10303
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
 
10304
-echo "${ECHO_T}$ac_cv_lib_intl_dcgettext" >&6; }
 
10305
-if test $ac_cv_lib_intl_dcgettext = yes; then
 
10306
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
 
10307
+$as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
 
10308
+if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then
 
10309
   gt_cv_func_dgettext_libintl=yes
 
10310
                        libintl_extra_libs=-liconv
 
10311
 else
 
10312
@@ -24117,11 +24395,11 @@
 
10313
 
 
10314
 for ac_func in bind_textdomain_codeset
 
10315
 do
 
10316
-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
10317
-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
 
10318
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 
10319
+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
10320
+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
10321
+$as_echo_n "checking for $ac_func... " >&6; }
 
10322
 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
10323
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10324
+  $as_echo_n "(cached) " >&6
 
10325
 else
 
10326
   cat >conftest.$ac_ext <<_ACEOF
 
10327
 /* confdefs.h.  */
 
10328
@@ -24174,35 +24452,42 @@
 
10329
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10330
   *) ac_try_echo=$ac_try;;
 
10331
 esac
 
10332
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10333
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10334
+$as_echo "$ac_try_echo") >&5
 
10335
   (eval "$ac_link") 2>conftest.er1
 
10336
   ac_status=$?
 
10337
   grep -v '^ *+' conftest.er1 >conftest.err
 
10338
   rm -f conftest.er1
 
10339
   cat conftest.err >&5
 
10340
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10341
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10342
   (exit $ac_status); } && {
 
10343
         test -z "$ac_cxx_werror_flag" ||
 
10344
         test ! -s conftest.err
 
10345
-       } && test -s conftest$ac_exeext &&
 
10346
-       $as_test_x conftest$ac_exeext; then
 
10347
+       } && test -s conftest$ac_exeext && {
 
10348
+        test "$cross_compiling" = yes ||
 
10349
+        $as_test_x conftest$ac_exeext
 
10350
+       }; then
 
10351
   eval "$as_ac_var=yes"
 
10352
 else
 
10353
-  echo "$as_me: failed program was:" >&5
 
10354
+  $as_echo "$as_me: failed program was:" >&5
 
10355
 sed 's/^/| /' conftest.$ac_ext >&5
 
10356
 
 
10357
        eval "$as_ac_var=no"
 
10358
 fi
 
10359
 
 
10360
+rm -rf conftest.dSYM
 
10361
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10362
       conftest$ac_exeext conftest.$ac_ext
 
10363
 fi
 
10364
-ac_res=`eval echo '${'$as_ac_var'}'`
 
10365
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
10366
-echo "${ECHO_T}$ac_res" >&6; }
 
10367
-if test `eval echo '${'$as_ac_var'}'` = yes; then
 
10368
+ac_res=`eval 'as_val=${'$as_ac_var'}
 
10369
+                $as_echo "$as_val"'`
 
10370
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
10371
+$as_echo "$ac_res" >&6; }
 
10372
+as_val=`eval 'as_val=${'$as_ac_var'}
 
10373
+                $as_echo "$as_val"'`
 
10374
+   if test "x$as_val" = x""yes; then
 
10375
   cat >>confdefs.h <<_ACEOF
 
10376
-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
10377
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
10378
 _ACEOF
 
10379
 
 
10380
 fi
 
10381
@@ -24238,10 +24523,10 @@
 
10382
 
 
10383
        # Extract the first word of "msgfmt", so it can be a program name with args.
 
10384
 set dummy msgfmt; ac_word=$2
 
10385
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
10386
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
10387
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
10388
+$as_echo_n "checking for $ac_word... " >&6; }
 
10389
 if test "${ac_cv_path_MSGFMT+set}" = set; then
 
10390
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10391
+  $as_echo_n "(cached) " >&6
 
10392
 else
 
10393
   case "$MSGFMT" in
 
10394
   /*)
 
10395
@@ -24265,11 +24550,11 @@
 
10396
 fi
 
10397
 MSGFMT="$ac_cv_path_MSGFMT"
 
10398
 if test "$MSGFMT" != "no"; then
 
10399
-  { echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
10400
-echo "${ECHO_T}$MSGFMT" >&6; }
 
10401
+  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
10402
+$as_echo "$MSGFMT" >&6; }
 
10403
 else
 
10404
-  { echo "$as_me:$LINENO: result: no" >&5
 
10405
-echo "${ECHO_T}no" >&6; }
 
10406
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
10407
+$as_echo "no" >&6; }
 
10408
 fi
 
10409
        if test "$MSGFMT" != "no"; then
 
10410
           glib_save_LIBS="$LIBS"
 
10411
@@ -24277,11 +24562,11 @@
 
10412
 
 
10413
 for ac_func in dcgettext
 
10414
 do
 
10415
-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
10416
-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
 
10417
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 
10418
+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
10419
+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
10420
+$as_echo_n "checking for $ac_func... " >&6; }
 
10421
 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
10422
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10423
+  $as_echo_n "(cached) " >&6
 
10424
 else
 
10425
   cat >conftest.$ac_ext <<_ACEOF
 
10426
 /* confdefs.h.  */
 
10427
@@ -24334,43 +24619,50 @@
 
10428
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10429
   *) ac_try_echo=$ac_try;;
 
10430
 esac
 
10431
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10432
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10433
+$as_echo "$ac_try_echo") >&5
 
10434
   (eval "$ac_link") 2>conftest.er1
 
10435
   ac_status=$?
 
10436
   grep -v '^ *+' conftest.er1 >conftest.err
 
10437
   rm -f conftest.er1
 
10438
   cat conftest.err >&5
 
10439
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10440
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10441
   (exit $ac_status); } && {
 
10442
         test -z "$ac_cxx_werror_flag" ||
 
10443
         test ! -s conftest.err
 
10444
-       } && test -s conftest$ac_exeext &&
 
10445
-       $as_test_x conftest$ac_exeext; then
 
10446
+       } && test -s conftest$ac_exeext && {
 
10447
+        test "$cross_compiling" = yes ||
 
10448
+        $as_test_x conftest$ac_exeext
 
10449
+       }; then
 
10450
   eval "$as_ac_var=yes"
 
10451
 else
 
10452
-  echo "$as_me: failed program was:" >&5
 
10453
+  $as_echo "$as_me: failed program was:" >&5
 
10454
 sed 's/^/| /' conftest.$ac_ext >&5
 
10455
 
 
10456
        eval "$as_ac_var=no"
 
10457
 fi
 
10458
 
 
10459
+rm -rf conftest.dSYM
 
10460
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10461
       conftest$ac_exeext conftest.$ac_ext
 
10462
 fi
 
10463
-ac_res=`eval echo '${'$as_ac_var'}'`
 
10464
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
10465
-echo "${ECHO_T}$ac_res" >&6; }
 
10466
-if test `eval echo '${'$as_ac_var'}'` = yes; then
 
10467
+ac_res=`eval 'as_val=${'$as_ac_var'}
 
10468
+                $as_echo "$as_val"'`
 
10469
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
10470
+$as_echo "$ac_res" >&6; }
 
10471
+as_val=`eval 'as_val=${'$as_ac_var'}
 
10472
+                $as_echo "$as_val"'`
 
10473
+   if test "x$as_val" = x""yes; then
 
10474
   cat >>confdefs.h <<_ACEOF
 
10475
-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
10476
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
10477
 _ACEOF
 
10478
 
 
10479
 fi
 
10480
 done
 
10481
 
 
10482
          MSGFMT_OPTS=
 
10483
-         { echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
 
10484
-echo $ECHO_N "checking if msgfmt accepts -c... $ECHO_C" >&6; }
 
10485
+         { $as_echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
 
10486
+$as_echo_n "checking if msgfmt accepts -c... " >&6; }
 
10487
          cat >conftest.foo <<_ACEOF
 
10488
 
 
10489
 msgid ""
 
10490
@@ -24384,25 +24676,25 @@
 
10491
 "Content-Transfer-Encoding: 8bit\n"
 
10492
 
 
10493
 _ACEOF
 
10494
-if { (echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5
 
10495
+if { ($as_echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5
 
10496
   ($MSGFMT -c -o /dev/null conftest.foo) 2>&5
 
10497
   ac_status=$?
 
10498
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10499
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10500
   (exit $ac_status); }; then
 
10501
-  MSGFMT_OPTS=-c; { echo "$as_me:$LINENO: result: yes" >&5
 
10502
-echo "${ECHO_T}yes" >&6; }
 
10503
-else { echo "$as_me:$LINENO: result: no" >&5
 
10504
-echo "${ECHO_T}no" >&6; }
 
10505
+  MSGFMT_OPTS=-c; { $as_echo "$as_me:$LINENO: result: yes" >&5
 
10506
+$as_echo "yes" >&6; }
 
10507
+else { $as_echo "$as_me:$LINENO: result: no" >&5
 
10508
+$as_echo "no" >&6; }
 
10509
 echo "$as_me: failed input was:" >&5
 
10510
 sed 's/^/| /' conftest.foo >&5
 
10511
 fi
 
10512
 
 
10513
          # Extract the first word of "gmsgfmt", so it can be a program name with args.
 
10514
 set dummy gmsgfmt; ac_word=$2
 
10515
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
10516
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
10517
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
10518
+$as_echo_n "checking for $ac_word... " >&6; }
 
10519
 if test "${ac_cv_path_GMSGFMT+set}" = set; then
 
10520
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10521
+  $as_echo_n "(cached) " >&6
 
10522
 else
 
10523
   case $GMSGFMT in
 
10524
   [\\/]* | ?:[\\/]*)
 
10525
@@ -24417,7 +24709,7 @@
 
10526
   for ac_exec_ext in '' $ac_executable_extensions; do
 
10527
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
10528
     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
10529
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
10530
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
10531
     break 2
 
10532
   fi
 
10533
 done
 
10534
@@ -24430,20 +24722,20 @@
 
10535
 fi
 
10536
 GMSGFMT=$ac_cv_path_GMSGFMT
 
10537
 if test -n "$GMSGFMT"; then
 
10538
-  { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
10539
-echo "${ECHO_T}$GMSGFMT" >&6; }
 
10540
+  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
10541
+$as_echo "$GMSGFMT" >&6; }
 
10542
 else
 
10543
-  { echo "$as_me:$LINENO: result: no" >&5
 
10544
-echo "${ECHO_T}no" >&6; }
 
10545
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
10546
+$as_echo "no" >&6; }
 
10547
 fi
 
10548
 
 
10549
 
 
10550
          # Extract the first word of "xgettext", so it can be a program name with args.
 
10551
 set dummy xgettext; ac_word=$2
 
10552
-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
10553
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
10554
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
10555
+$as_echo_n "checking for $ac_word... " >&6; }
 
10556
 if test "${ac_cv_path_XGETTEXT+set}" = set; then
 
10557
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10558
+  $as_echo_n "(cached) " >&6
 
10559
 else
 
10560
   case "$XGETTEXT" in
 
10561
   /*)
 
10562
@@ -24467,11 +24759,11 @@
 
10563
 fi
 
10564
 XGETTEXT="$ac_cv_path_XGETTEXT"
 
10565
 if test "$XGETTEXT" != ":"; then
 
10566
-  { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
10567
-echo "${ECHO_T}$XGETTEXT" >&6; }
 
10568
+  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
10569
+$as_echo "$XGETTEXT" >&6; }
 
10570
 else
 
10571
-  { echo "$as_me:$LINENO: result: no" >&5
 
10572
-echo "${ECHO_T}no" >&6; }
 
10573
+  { $as_echo "$as_me:$LINENO: result: no" >&5
 
10574
+$as_echo "no" >&6; }
 
10575
 fi
 
10576
 
 
10577
          cat >conftest.$ac_ext <<_ACEOF
 
10578
@@ -24496,30 +24788,33 @@
 
10579
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10580
   *) ac_try_echo=$ac_try;;
 
10581
 esac
 
10582
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10583
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10584
+$as_echo "$ac_try_echo") >&5
 
10585
   (eval "$ac_link") 2>conftest.er1
 
10586
   ac_status=$?
 
10587
   grep -v '^ *+' conftest.er1 >conftest.err
 
10588
   rm -f conftest.er1
 
10589
   cat conftest.err >&5
 
10590
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10591
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10592
   (exit $ac_status); } && {
 
10593
         test -z "$ac_cxx_werror_flag" ||
 
10594
         test ! -s conftest.err
 
10595
-       } && test -s conftest$ac_exeext &&
 
10596
-       $as_test_x conftest$ac_exeext; then
 
10597
+       } && test -s conftest$ac_exeext && {
 
10598
+        test "$cross_compiling" = yes ||
 
10599
+        $as_test_x conftest$ac_exeext
 
10600
+       }; then
 
10601
   CATOBJEXT=.gmo
 
10602
              DATADIRNAME=share
 
10603
 else
 
10604
-  echo "$as_me: failed program was:" >&5
 
10605
+  $as_echo "$as_me: failed program was:" >&5
 
10606
 sed 's/^/| /' conftest.$ac_ext >&5
 
10607
 
 
10608
        case $host in
 
10609
            *-*-solaris*)
 
10610
-                                                               { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
10611
-echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; }
 
10612
+                                                               { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
10613
+$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
 
10614
 if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
 
10615
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
10616
+  $as_echo_n "(cached) " >&6
 
10617
 else
 
10618
   cat >conftest.$ac_ext <<_ACEOF
 
10619
 /* confdefs.h.  */
 
10620
@@ -24572,32 +24867,36 @@
 
10621
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10622
   *) ac_try_echo=$ac_try;;
 
10623
 esac
 
10624
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10625
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
10626
+$as_echo "$ac_try_echo") >&5
 
10627
   (eval "$ac_link") 2>conftest.er1
 
10628
   ac_status=$?
 
10629
   grep -v '^ *+' conftest.er1 >conftest.err
 
10630
   rm -f conftest.er1
 
10631
   cat conftest.err >&5
 
10632
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10633
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10634
   (exit $ac_status); } && {
 
10635
         test -z "$ac_cxx_werror_flag" ||
 
10636
         test ! -s conftest.err
 
10637
-       } && test -s conftest$ac_exeext &&
 
10638
-       $as_test_x conftest$ac_exeext; then
 
10639
+       } && test -s conftest$ac_exeext && {
 
10640
+        test "$cross_compiling" = yes ||
 
10641
+        $as_test_x conftest$ac_exeext
 
10642
+       }; then
 
10643
   ac_cv_func_bind_textdomain_codeset=yes
 
10644
 else
 
10645
-  echo "$as_me: failed program was:" >&5
 
10646
+  $as_echo "$as_me: failed program was:" >&5
 
10647
 sed 's/^/| /' conftest.$ac_ext >&5
 
10648
 
 
10649
        ac_cv_func_bind_textdomain_codeset=no
 
10650
 fi
 
10651
 
 
10652
+rm -rf conftest.dSYM
 
10653
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10654
       conftest$ac_exeext conftest.$ac_ext
 
10655
 fi
 
10656
-{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
10657
-echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; }
 
10658
-if test $ac_cv_func_bind_textdomain_codeset = yes; then
 
10659
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
10660
+$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
 
10661
+if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
 
10662
   CATOBJEXT=.gmo
 
10663
                DATADIRNAME=share
 
10664
 else
 
10665
@@ -24613,6 +24912,7 @@
 
10666
            esac
 
10667
 fi
 
10668
 
 
10669
+rm -rf conftest.dSYM
 
10670
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10671
       conftest$ac_exeext conftest.$ac_ext
 
10672
           LIBS="$glib_save_LIBS"
 
10673
@@ -24638,8 +24938,8 @@
 
10674
                   if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
 
10675
         : ;
 
10676
       else
 
10677
-        { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
 
10678
-echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; }
 
10679
+        { $as_echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
 
10680
+$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
 
10681
         XGETTEXT=":"
 
10682
       fi
 
10683
     fi
 
10684
@@ -24671,8 +24971,8 @@
 
10685
      if test "x$ALL_LINGUAS" = "x"; then
 
10686
        LINGUAS=
 
10687
      else
 
10688
-       { echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
 
10689
-echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6; }
 
10690
+       { $as_echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
 
10691
+$as_echo_n "checking for catalogs to be installed... " >&6; }
 
10692
        NEW_LINGUAS=
 
10693
        for presentlang in $ALL_LINGUAS; do
 
10694
          useit=no
 
10695
@@ -24696,8 +24996,8 @@
 
10696
          fi
 
10697
        done
 
10698
        LINGUAS=$NEW_LINGUAS
 
10699
-       { echo "$as_me:$LINENO: result: $LINGUAS" >&5
 
10700
-echo "${ECHO_T}$LINGUAS" >&6; }
 
10701
+       { $as_echo "$as_me:$LINENO: result: $LINGUAS" >&5
 
10702
+$as_echo "$LINGUAS" >&6; }
 
10703
      fi
 
10704
 
 
10705
           if test -n "$LINGUAS"; then
 
10706
@@ -24732,10 +25032,10 @@
 
10707
 gdu_cv_version_required=0.3.2
 
10708
 
 
10709
 if test -n "$PKG_CONFIG" && \
 
10710
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\"") >&5
 
10711
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\"") >&5
 
10712
   ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5
 
10713
   ac_status=$?
 
10714
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10715
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10716
   (exit $ac_status); }; then
 
10717
   gdu_cv_have_gdu=yes
 
10718
 else
 
10719
@@ -24745,8 +25045,8 @@
 
10720
 if test "$gdu_cv_have_gdu" = "yes"; then
 
10721
        :
 
10722
 else
 
10723
-       { { echo "$as_me:$LINENO: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&5
 
10724
-echo "$as_me: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&2;}
 
10725
+       { { $as_echo "$as_me:$LINENO: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&5
 
10726
+$as_echo "$as_me: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&2;}
 
10727
    { (exit 1); exit 1; }; }
 
10728
 fi
 
10729
 
 
10730
@@ -24870,11 +25170,12 @@
 
10731
     case $ac_val in #(
 
10732
     *${as_nl}*)
 
10733
       case $ac_var in #(
 
10734
-      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 
10735
-echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 
10736
+      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
 
10737
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
 
10738
       esac
 
10739
       case $ac_var in #(
 
10740
       _ | IFS | as_nl) ;; #(
 
10741
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
10742
       *) $as_unset $ac_var ;;
 
10743
       esac ;;
 
10744
     esac
 
10745
@@ -24907,12 +25208,12 @@
 
10746
 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 
10747
   if test -w "$cache_file"; then
 
10748
     test "x$cache_file" != "x/dev/null" &&
 
10749
-      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
 
10750
-echo "$as_me: updating cache $cache_file" >&6;}
 
10751
+      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
 
10752
+$as_echo "$as_me: updating cache $cache_file" >&6;}
 
10753
     cat confcache >$cache_file
 
10754
   else
 
10755
-    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 
10756
-echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 
10757
+    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 
10758
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 
10759
   fi
 
10760
 fi
 
10761
 rm -f confcache
 
10762
@@ -24928,7 +25229,7 @@
 
10763
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 
10764
   # 1. Remove the extension, and $U if already installed.
 
10765
   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 
10766
-  ac_i=`echo "$ac_i" | sed "$ac_script"`
 
10767
+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
 
10768
   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 
10769
   #    will be set to the directory where LIBOBJS objects are built.
 
10770
   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 
10771
@@ -24940,23 +25241,23 @@
 
10772
 
 
10773
 
 
10774
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
 
10775
-  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
 
10776
+  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
 
10777
 Usually this means the macro was only invoked conditionally." >&5
 
10778
-echo "$as_me: error: conditional \"AMDEP\" was never defined.
 
10779
+$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
 
10780
 Usually this means the macro was only invoked conditionally." >&2;}
 
10781
    { (exit 1); exit 1; }; }
 
10782
 fi
 
10783
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 
10784
-  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 
10785
+  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 
10786
 Usually this means the macro was only invoked conditionally." >&5
 
10787
-echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 
10788
+$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 
10789
 Usually this means the macro was only invoked conditionally." >&2;}
 
10790
    { (exit 1); exit 1; }; }
 
10791
 fi
 
10792
 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
 
10793
-  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
 
10794
+  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
 
10795
 Usually this means the macro was only invoked conditionally." >&5
 
10796
-echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
 
10797
+$as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
 
10798
 Usually this means the macro was only invoked conditionally." >&2;}
 
10799
    { (exit 1); exit 1; }; }
 
10800
 fi
 
10801
@@ -24965,54 +25266,55 @@
 
10802
 
 
10803
 
 
10804
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 
10805
-  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 
10806
+  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 
10807
 Usually this means the macro was only invoked conditionally." >&5
 
10808
-echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 
10809
+$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 
10810
 Usually this means the macro was only invoked conditionally." >&2;}
 
10811
    { (exit 1); exit 1; }; }
 
10812
 fi
 
10813
 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
 
10814
-  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
 
10815
+  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
 
10816
 Usually this means the macro was only invoked conditionally." >&5
 
10817
-echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
 
10818
+$as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
 
10819
 Usually this means the macro was only invoked conditionally." >&2;}
 
10820
    { (exit 1); exit 1; }; }
 
10821
 fi
 
10822
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 
10823
-  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 
10824
+  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 
10825
 Usually this means the macro was only invoked conditionally." >&5
 
10826
-echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 
10827
+$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 
10828
 Usually this means the macro was only invoked conditionally." >&2;}
 
10829
    { (exit 1); exit 1; }; }
 
10830
 fi
 
10831
 if test -z "${GCONF_SCHEMAS_INSTALL_TRUE}" && test -z "${GCONF_SCHEMAS_INSTALL_FALSE}"; then
 
10832
-  { { echo "$as_me:$LINENO: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
 
10833
+  { { $as_echo "$as_me:$LINENO: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
 
10834
 Usually this means the macro was only invoked conditionally." >&5
 
10835
-echo "$as_me: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
 
10836
+$as_echo "$as_me: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
 
10837
 Usually this means the macro was only invoked conditionally." >&2;}
 
10838
    { (exit 1); exit 1; }; }
 
10839
 fi
 
10840
 if test -z "${ENABLE_SK_TRUE}" && test -z "${ENABLE_SK_FALSE}"; then
 
10841
-  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_SK\" was never defined.
 
10842
+  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_SK\" was never defined.
 
10843
 Usually this means the macro was only invoked conditionally." >&5
 
10844
-echo "$as_me: error: conditional \"ENABLE_SK\" was never defined.
 
10845
+$as_echo "$as_me: error: conditional \"ENABLE_SK\" was never defined.
 
10846
 Usually this means the macro was only invoked conditionally." >&2;}
 
10847
    { (exit 1); exit 1; }; }
 
10848
 fi
 
10849
 if test -z "${HAVE_GNOME_DOC_UTILS_TRUE}" && test -z "${HAVE_GNOME_DOC_UTILS_FALSE}"; then
 
10850
-  { { echo "$as_me:$LINENO: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
10851
+  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
10852
 Usually this means the macro was only invoked conditionally." >&5
 
10853
-echo "$as_me: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
10854
+$as_echo "$as_me: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
10855
 Usually this means the macro was only invoked conditionally." >&2;}
 
10856
    { (exit 1); exit 1; }; }
 
10857
 fi
 
10858
 
 
10859
 : ${CONFIG_STATUS=./config.status}
 
10860
+ac_write_fail=0
 
10861
 ac_clean_files_save=$ac_clean_files
 
10862
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 
10863
-{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
 
10864
-echo "$as_me: creating $CONFIG_STATUS" >&6;}
 
10865
-cat >$CONFIG_STATUS <<_ACEOF
 
10866
+{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
 
10867
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
 
10868
+cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
10869
 #! $SHELL
 
10870
 # Generated by $as_me.
 
10871
 # Run this file to recreate the current configuration.
 
10872
@@ -25025,7 +25327,7 @@
 
10873
 SHELL=\${CONFIG_SHELL-$SHELL}
 
10874
 _ACEOF
 
10875
 
 
10876
-cat >>$CONFIG_STATUS <<\_ACEOF
 
10877
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
10878
 ## --------------------- ##
 
10879
 ## M4sh Initialization.  ##
 
10880
 ## --------------------- ##
 
10881
@@ -25035,7 +25337,7 @@
 
10882
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
10883
   emulate sh
 
10884
   NULLCMD=:
 
10885
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
10886
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
10887
   # is contrary to our usage.  Disable this feature.
 
10888
   alias -g '${1+"$@"}'='"$@"'
 
10889
   setopt NO_GLOB_SUBST
 
10890
@@ -25057,17 +25359,45 @@
 
10891
 as_cr_digits='0123456789'
 
10892
 as_cr_alnum=$as_cr_Letters$as_cr_digits
 
10893
 
 
10894
+as_nl='
 
10895
+'
 
10896
+export as_nl
 
10897
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
 
10898
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
10899
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
10900
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
10901
+if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
10902
+  as_echo='printf %s\n'
 
10903
+  as_echo_n='printf %s'
 
10904
+else
 
10905
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 
10906
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 
10907
+    as_echo_n='/usr/ucb/echo -n'
 
10908
+  else
 
10909
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
10910
+    as_echo_n_body='eval
 
10911
+      arg=$1;
 
10912
+      case $arg in
 
10913
+      *"$as_nl"*)
 
10914
+       expr "X$arg" : "X\\(.*\\)$as_nl";
 
10915
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
10916
+      esac;
 
10917
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 
10918
+    '
 
10919
+    export as_echo_n_body
 
10920
+    as_echo_n='sh -c $as_echo_n_body as_echo'
 
10921
+  fi
 
10922
+  export as_echo_body
 
10923
+  as_echo='sh -c $as_echo_body as_echo'
 
10924
+fi
 
10925
+
 
10926
 # The user is always right.
 
10927
 if test "${PATH_SEPARATOR+set}" != set; then
 
10928
-  echo "#! /bin/sh" >conf$$.sh
 
10929
-  echo  "exit 0"   >>conf$$.sh
 
10930
-  chmod +x conf$$.sh
 
10931
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
10932
-    PATH_SEPARATOR=';'
 
10933
-  else
 
10934
-    PATH_SEPARATOR=:
 
10935
-  fi
 
10936
-  rm -f conf$$.sh
 
10937
+  PATH_SEPARATOR=:
 
10938
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
 
10939
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
 
10940
+      PATH_SEPARATOR=';'
 
10941
+  }
 
10942
 fi
 
10943
 
 
10944
 # Support unset when possible.
 
10945
@@ -25083,8 +25413,6 @@
 
10946
 # there to prevent editors from complaining about space-tab.
 
10947
 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
10948
 # splitting by setting IFS to empty value.)
 
10949
-as_nl='
 
10950
-'
 
10951
 IFS=" ""       $as_nl"
 
10952
 
 
10953
 # Find who we are.  Look in the path if we contain no directory separator.
 
10954
@@ -25107,7 +25435,7 @@
 
10955
   as_myself=$0
 
10956
 fi
 
10957
 if test ! -f "$as_myself"; then
 
10958
-  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
10959
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
10960
   { (exit 1); exit 1; }
 
10961
 fi
 
10962
 
 
10963
@@ -25120,17 +25448,10 @@
 
10964
 PS4='+ '
 
10965
 
 
10966
 # NLS nuisances.
 
10967
-for as_var in \
 
10968
-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
10969
-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
10970
-  LC_TELEPHONE LC_TIME
 
10971
-do
 
10972
-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
10973
-    eval $as_var=C; export $as_var
 
10974
-  else
 
10975
-    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
10976
-  fi
 
10977
-done
 
10978
+LC_ALL=C
 
10979
+export LC_ALL
 
10980
+LANGUAGE=C
 
10981
+export LANGUAGE
 
10982
 
 
10983
 # Required to use basename.
 
10984
 if expr a : '\(a\)' >/dev/null 2>&1 &&
 
10985
@@ -25152,7 +25473,7 @@
 
10986
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
10987
         X"$0" : 'X\(//\)$' \| \
 
10988
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
10989
-echo X/"$0" |
 
10990
+$as_echo X/"$0" |
 
10991
     sed '/^.*\/\([^/][^/]*\)\/*$/{
 
10992
            s//\1/
 
10993
            q
 
10994
@@ -25203,7 +25524,7 @@
 
10995
       s/-\n.*//
 
10996
     ' >$as_me.lineno &&
 
10997
   chmod +x "$as_me.lineno" ||
 
10998
-    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
10999
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
11000
    { (exit 1); exit 1; }; }
 
11001
 
 
11002
   # Don't try to exec as it changes $[0], causing all sort of problems
 
11003
@@ -25231,7 +25552,6 @@
 
11004
 *)
 
11005
   ECHO_N='-n';;
 
11006
 esac
 
11007
-
 
11008
 if expr a : '\(a\)' >/dev/null 2>&1 &&
 
11009
    test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
11010
   as_expr=expr
 
11011
@@ -25244,19 +25564,22 @@
 
11012
   rm -f conf$$.dir/conf$$.file
 
11013
 else
 
11014
   rm -f conf$$.dir
 
11015
-  mkdir conf$$.dir
 
11016
+  mkdir conf$$.dir 2>/dev/null
 
11017
 fi
 
11018
-echo >conf$$.file
 
11019
-if ln -s conf$$.file conf$$ 2>/dev/null; then
 
11020
-  as_ln_s='ln -s'
 
11021
-  # ... but there are two gotchas:
 
11022
-  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
11023
-  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
11024
-  # In both cases, we have to default to `cp -p'.
 
11025
-  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
11026
+if (echo >conf$$.file) 2>/dev/null; then
 
11027
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
 
11028
+    as_ln_s='ln -s'
 
11029
+    # ... but there are two gotchas:
 
11030
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
11031
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
11032
+    # In both cases, we have to default to `cp -p'.
 
11033
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
11034
+      as_ln_s='cp -p'
 
11035
+  elif ln conf$$.file conf$$ 2>/dev/null; then
 
11036
+    as_ln_s=ln
 
11037
+  else
 
11038
     as_ln_s='cp -p'
 
11039
-elif ln conf$$.file conf$$ 2>/dev/null; then
 
11040
-  as_ln_s=ln
 
11041
+  fi
 
11042
 else
 
11043
   as_ln_s='cp -p'
 
11044
 fi
 
11045
@@ -25281,10 +25604,10 @@
 
11046
   as_test_x='
 
11047
     eval sh -c '\''
 
11048
       if test -d "$1"; then
 
11049
-        test -d "$1/.";
 
11050
+       test -d "$1/.";
 
11051
       else
 
11052
        case $1 in
 
11053
-        -*)set "./$1";;
 
11054
+       -*)set "./$1";;
 
11055
        esac;
 
11056
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
11057
        ???[sx]*):;;*)false;;esac;fi
 
11058
@@ -25307,7 +25630,7 @@
 
11059
 # values after options handling.
 
11060
 ac_log="
 
11061
 This file was extended by gnome-system-monitor $as_me 2.25.91, which was
 
11062
-generated by GNU Autoconf 2.61.  Invocation command line was
 
11063
+generated by GNU Autoconf 2.63.  Invocation command line was
 
11064
 
 
11065
   CONFIG_FILES    = $CONFIG_FILES
 
11066
   CONFIG_HEADERS  = $CONFIG_HEADERS
 
11067
@@ -25320,7 +25643,16 @@
 
11068
 
 
11069
 _ACEOF
 
11070
 
 
11071
-cat >>$CONFIG_STATUS <<_ACEOF
 
11072
+case $ac_config_files in *"
 
11073
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
 
11074
+esac
 
11075
+
 
11076
+case $ac_config_headers in *"
 
11077
+"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
 
11078
+esac
 
11079
+
 
11080
+
 
11081
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11082
 # Files that config.status was made for.
 
11083
 config_files="$ac_config_files"
 
11084
 config_headers="$ac_config_headers"
 
11085
@@ -25328,22 +25660,23 @@
 
11086
 
 
11087
 _ACEOF
 
11088
 
 
11089
-cat >>$CONFIG_STATUS <<\_ACEOF
 
11090
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11091
 ac_cs_usage="\
 
11092
 \`$as_me' instantiates files from templates according to the
 
11093
 current configuration.
 
11094
 
 
11095
-Usage: $0 [OPTIONS] [FILE]...
 
11096
+Usage: $0 [OPTION]... [FILE]...
 
11097
 
 
11098
   -h, --help       print this help, then exit
 
11099
   -V, --version    print version number and configuration settings, then exit
 
11100
-  -q, --quiet      do not print progress messages
 
11101
+  -q, --quiet, --silent
 
11102
+                   do not print progress messages
 
11103
   -d, --debug      don't remove temporary files
 
11104
       --recheck    update $as_me by reconfiguring in the same conditions
 
11105
-  --file=FILE[:TEMPLATE]
 
11106
-                  instantiate the configuration file FILE
 
11107
-  --header=FILE[:TEMPLATE]
 
11108
-                  instantiate the configuration header FILE
 
11109
+      --file=FILE[:TEMPLATE]
 
11110
+                   instantiate the configuration file FILE
 
11111
+      --header=FILE[:TEMPLATE]
 
11112
+                   instantiate the configuration header FILE
 
11113
 
 
11114
 Configuration files:
 
11115
 $config_files
 
11116
@@ -25357,24 +25690,25 @@
 
11117
 Report bugs to <bug-autoconf@gnu.org>."
 
11118
 
 
11119
 _ACEOF
 
11120
-cat >>$CONFIG_STATUS <<_ACEOF
 
11121
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11122
 ac_cs_version="\\
 
11123
 gnome-system-monitor config.status 2.25.91
 
11124
-configured by $0, generated by GNU Autoconf 2.61,
 
11125
-  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
11126
+configured by $0, generated by GNU Autoconf 2.63,
 
11127
+  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
11128
 
 
11129
-Copyright (C) 2006 Free Software Foundation, Inc.
 
11130
+Copyright (C) 2008 Free Software Foundation, Inc.
 
11131
 This config.status script is free software; the Free Software Foundation
 
11132
 gives unlimited permission to copy, distribute and modify it."
 
11133
 
 
11134
 ac_pwd='$ac_pwd'
 
11135
 srcdir='$srcdir'
 
11136
 INSTALL='$INSTALL'
 
11137
+AWK='$AWK'
 
11138
+test -n "\$AWK" || AWK=awk
 
11139
 _ACEOF
 
11140
 
 
11141
-cat >>$CONFIG_STATUS <<\_ACEOF
 
11142
-# If no file are specified by the user, then we need to provide default
 
11143
-# value.  By we need to know if files were specified by the user.
 
11144
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11145
+# The default lists apply if the user does not specify any file.
 
11146
 ac_need_defaults=:
 
11147
 while test $# != 0
 
11148
 do
 
11149
@@ -25396,30 +25730,36 @@
 
11150
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 
11151
     ac_cs_recheck=: ;;
 
11152
   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
11153
-    echo "$ac_cs_version"; exit ;;
 
11154
+    $as_echo "$ac_cs_version"; exit ;;
 
11155
   --debug | --debu | --deb | --de | --d | -d )
 
11156
     debug=: ;;
 
11157
   --file | --fil | --fi | --f )
 
11158
     $ac_shift
 
11159
-    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
 
11160
+    case $ac_optarg in
 
11161
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
11162
+    esac
 
11163
+    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
 
11164
     ac_need_defaults=false;;
 
11165
   --header | --heade | --head | --hea )
 
11166
     $ac_shift
 
11167
-    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
 
11168
+    case $ac_optarg in
 
11169
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
11170
+    esac
 
11171
+    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
 
11172
     ac_need_defaults=false;;
 
11173
   --he | --h)
 
11174
     # Conflict between --help and --header
 
11175
-    { echo "$as_me: error: ambiguous option: $1
 
11176
+    { $as_echo "$as_me: error: ambiguous option: $1
 
11177
 Try \`$0 --help' for more information." >&2
 
11178
    { (exit 1); exit 1; }; };;
 
11179
   --help | --hel | -h )
 
11180
-    echo "$ac_cs_usage"; exit ;;
 
11181
+    $as_echo "$ac_cs_usage"; exit ;;
 
11182
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
11183
   | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
11184
     ac_cs_silent=: ;;
 
11185
 
 
11186
   # This is an error.
 
11187
-  -*) { echo "$as_me: error: unrecognized option: $1
 
11188
+  -*) { $as_echo "$as_me: error: unrecognized option: $1
 
11189
 Try \`$0 --help' for more information." >&2
 
11190
    { (exit 1); exit 1; }; } ;;
 
11191
 
 
11192
@@ -25438,27 +25778,29 @@
 
11193
 fi
 
11194
 
 
11195
 _ACEOF
 
11196
-cat >>$CONFIG_STATUS <<_ACEOF
 
11197
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11198
 if \$ac_cs_recheck; then
 
11199
-  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 
11200
-  CONFIG_SHELL=$SHELL
 
11201
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
11202
+  shift
 
11203
+  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
 
11204
+  CONFIG_SHELL='$SHELL'
 
11205
   export CONFIG_SHELL
 
11206
-  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
11207
+  exec "\$@"
 
11208
 fi
 
11209
 
 
11210
 _ACEOF
 
11211
-cat >>$CONFIG_STATUS <<\_ACEOF
 
11212
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11213
 exec 5>>config.log
 
11214
 {
 
11215
   echo
 
11216
   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
11217
 ## Running $as_me. ##
 
11218
 _ASBOX
 
11219
-  echo "$ac_log"
 
11220
+  $as_echo "$ac_log"
 
11221
 } >&5
 
11222
 
 
11223
 _ACEOF
 
11224
-cat >>$CONFIG_STATUS <<_ACEOF
 
11225
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11226
 #
 
11227
 # INIT-COMMANDS
 
11228
 #
 
11229
@@ -25467,7 +25809,7 @@
 
11230
 
 
11231
 _ACEOF
 
11232
 
 
11233
-cat >>$CONFIG_STATUS <<\_ACEOF
 
11234
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11235
 
 
11236
 # Handling of arguments.
 
11237
 for ac_config_target in $ac_config_targets
 
11238
@@ -25484,8 +25826,8 @@
 
11239
     "gnome-system-monitor.desktop.in") CONFIG_FILES="$CONFIG_FILES gnome-system-monitor.desktop.in" ;;
 
11240
     "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
 
11241
 
 
11242
-  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 
11243
-echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 
11244
+  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 
11245
+$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 
11246
    { (exit 1); exit 1; }; };;
 
11247
   esac
 
11248
 done
 
11249
@@ -25526,270 +25868,144 @@
 
11250
   (umask 077 && mkdir "$tmp")
 
11251
 } ||
 
11252
 {
 
11253
-   echo "$me: cannot create a temporary directory in ." >&2
 
11254
+   $as_echo "$as_me: cannot create a temporary directory in ." >&2
 
11255
    { (exit 1); exit 1; }
 
11256
 }
 
11257
 
 
11258
-#
 
11259
-# Set up the sed scripts for CONFIG_FILES section.
 
11260
-#
 
11261
-
 
11262
-# No need to generate the scripts if there are no CONFIG_FILES.
 
11263
-# This happens for instance when ./config.status config.h
 
11264
+# Set up the scripts for CONFIG_FILES section.
 
11265
+# No need to generate them if there are no CONFIG_FILES.
 
11266
+# This happens for instance with `./config.status config.h'.
 
11267
 if test -n "$CONFIG_FILES"; then
 
11268
 
 
11269
-_ACEOF
 
11270
 
 
11271
+ac_cr='
 
 
b"'"
 
11272
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 
11273
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
 
11274
+  ac_cs_awk_cr='\\r'
 
11275
+else
 
11276
+  ac_cs_awk_cr=$ac_cr
 
11277
+fi
 
11278
+
 
11279
+echo 'BEGIN {' >"$tmp/subs1.awk" &&
 
11280
+_ACEOF
 
11281
 
 
11282
 
 
11283
+{
 
11284
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
 
11285
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
 
11286
+  echo "_ACEOF"
 
11287
+} >conf$$subs.sh ||
 
11288
+  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
11289
+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
11290
+   { (exit 1); exit 1; }; }
 
11291
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
 
11292
 ac_delim='%!_!# '
 
11293
 for ac_last_try in false false false false false :; do
 
11294
-  cat >conf$$subs.sed <<_ACEOF
 
11295
-SHELL!$SHELL$ac_delim
 
11296
-PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
 
11297
-PACKAGE_NAME!$PACKAGE_NAME$ac_delim
 
11298
-PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
 
11299
-PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
 
11300
-PACKAGE_STRING!$PACKAGE_STRING$ac_delim
 
11301
-PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
 
11302
-exec_prefix!$exec_prefix$ac_delim
 
11303
-prefix!$prefix$ac_delim
 
11304
-program_transform_name!$program_transform_name$ac_delim
 
11305
-bindir!$bindir$ac_delim
 
11306
-sbindir!$sbindir$ac_delim
 
11307
-libexecdir!$libexecdir$ac_delim
 
11308
-datarootdir!$datarootdir$ac_delim
 
11309
-datadir!$datadir$ac_delim
 
11310
-sysconfdir!$sysconfdir$ac_delim
 
11311
-sharedstatedir!$sharedstatedir$ac_delim
 
11312
-localstatedir!$localstatedir$ac_delim
 
11313
-includedir!$includedir$ac_delim
 
11314
-oldincludedir!$oldincludedir$ac_delim
 
11315
-docdir!$docdir$ac_delim
 
11316
-infodir!$infodir$ac_delim
 
11317
-htmldir!$htmldir$ac_delim
 
11318
-dvidir!$dvidir$ac_delim
 
11319
-pdfdir!$pdfdir$ac_delim
 
11320
-psdir!$psdir$ac_delim
 
11321
-libdir!$libdir$ac_delim
 
11322
-localedir!$localedir$ac_delim
 
11323
-mandir!$mandir$ac_delim
 
11324
-DEFS!$DEFS$ac_delim
 
11325
-ECHO_C!$ECHO_C$ac_delim
 
11326
-ECHO_N!$ECHO_N$ac_delim
 
11327
-ECHO_T!$ECHO_T$ac_delim
 
11328
-LIBS!$LIBS$ac_delim
 
11329
-build_alias!$build_alias$ac_delim
 
11330
-host_alias!$host_alias$ac_delim
 
11331
-target_alias!$target_alias$ac_delim
 
11332
-INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
 
11333
-INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
 
11334
-INSTALL_DATA!$INSTALL_DATA$ac_delim
 
11335
-CYGPATH_W!$CYGPATH_W$ac_delim
 
11336
-PACKAGE!$PACKAGE$ac_delim
 
11337
-VERSION!$VERSION$ac_delim
 
11338
-ACLOCAL!$ACLOCAL$ac_delim
 
11339
-AUTOCONF!$AUTOCONF$ac_delim
 
11340
-AUTOMAKE!$AUTOMAKE$ac_delim
 
11341
-AUTOHEADER!$AUTOHEADER$ac_delim
 
11342
-MAKEINFO!$MAKEINFO$ac_delim
 
11343
-install_sh!$install_sh$ac_delim
 
11344
-STRIP!$STRIP$ac_delim
 
11345
-INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
 
11346
-mkdir_p!$mkdir_p$ac_delim
 
11347
-AWK!$AWK$ac_delim
 
11348
-SET_MAKE!$SET_MAKE$ac_delim
 
11349
-am__leading_dot!$am__leading_dot$ac_delim
 
11350
-AMTAR!$AMTAR$ac_delim
 
11351
-am__tar!$am__tar$ac_delim
 
11352
-am__untar!$am__untar$ac_delim
 
11353
-ACLOCAL_AMFLAGS!$ACLOCAL_AMFLAGS$ac_delim
 
11354
-build!$build$ac_delim
 
11355
-build_cpu!$build_cpu$ac_delim
 
11356
-build_vendor!$build_vendor$ac_delim
 
11357
-build_os!$build_os$ac_delim
 
11358
-host!$host$ac_delim
 
11359
-host_cpu!$host_cpu$ac_delim
 
11360
-host_vendor!$host_vendor$ac_delim
 
11361
-host_os!$host_os$ac_delim
 
11362
-CC!$CC$ac_delim
 
11363
-CFLAGS!$CFLAGS$ac_delim
 
11364
-LDFLAGS!$LDFLAGS$ac_delim
 
11365
-CPPFLAGS!$CPPFLAGS$ac_delim
 
11366
-ac_ct_CC!$ac_ct_CC$ac_delim
 
11367
-EXEEXT!$EXEEXT$ac_delim
 
11368
-OBJEXT!$OBJEXT$ac_delim
 
11369
-DEPDIR!$DEPDIR$ac_delim
 
11370
-am__include!$am__include$ac_delim
 
11371
-am__quote!$am__quote$ac_delim
 
11372
-AMDEP_TRUE!$AMDEP_TRUE$ac_delim
 
11373
-AMDEP_FALSE!$AMDEP_FALSE$ac_delim
 
11374
-AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
 
11375
-CCDEPMODE!$CCDEPMODE$ac_delim
 
11376
-am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
 
11377
-am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
 
11378
-SED!$SED$ac_delim
 
11379
-GREP!$GREP$ac_delim
 
11380
-EGREP!$EGREP$ac_delim
 
11381
-LN_S!$LN_S$ac_delim
 
11382
-ECHO!$ECHO$ac_delim
 
11383
-AR!$AR$ac_delim
 
11384
-RANLIB!$RANLIB$ac_delim
 
11385
-DSYMUTIL!$DSYMUTIL$ac_delim
 
11386
-NMEDIT!$NMEDIT$ac_delim
 
11387
-CPP!$CPP$ac_delim
 
11388
-CXX!$CXX$ac_delim
 
11389
-CXXFLAGS!$CXXFLAGS$ac_delim
 
11390
-ac_ct_CXX!$ac_ct_CXX$ac_delim
 
11391
-CXXDEPMODE!$CXXDEPMODE$ac_delim
 
11392
-_ACEOF
 
11393
+  . ./conf$$subs.sh ||
 
11394
+    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
11395
+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
11396
+   { (exit 1); exit 1; }; }
 
11397
 
 
11398
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
11399
+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
 
11400
+  if test $ac_delim_n = $ac_delim_num; then
 
11401
     break
 
11402
   elif $ac_last_try; then
 
11403
-    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
11404
-echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
11405
+    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
11406
+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
11407
    { (exit 1); exit 1; }; }
 
11408
   else
 
11409
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
11410
   fi
 
11411
 done
 
11412
+rm -f conf$$subs.sh
 
11413
 
 
11414
-ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
11415
-if test -n "$ac_eof"; then
 
11416
-  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
11417
-  ac_eof=`expr $ac_eof + 1`
 
11418
-fi
 
11419
-
 
11420
-cat >>$CONFIG_STATUS <<_ACEOF
 
11421
-cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 
11422
-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
11423
-_ACEOF
 
11424
-sed '
 
11425
-s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
11426
-s/^/s,@/; s/!/@,|#_!!_#|/
 
11427
-:n
 
11428
-t n
 
11429
-s/'"$ac_delim"'$/,g/; t
 
11430
-s/$/\\/; p
 
11431
-N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
11432
-' >>$CONFIG_STATUS <conf$$subs.sed
 
11433
-rm -f conf$$subs.sed
 
11434
-cat >>$CONFIG_STATUS <<_ACEOF
 
11435
-CEOF$ac_eof
 
11436
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11437
+cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
 
11438
 _ACEOF
 
11439
+sed -n '
 
11440
+h
 
11441
+s/^/S["/; s/!.*/"]=/
 
11442
+p
 
11443
+g
 
11444
+s/^[^!]*!//
 
11445
+:repl
 
11446
+t repl
 
11447
+s/'"$ac_delim"'$//
 
11448
+t delim
 
11449
+:nl
 
11450
+h
 
11451
+s/\(.\{148\}\).*/\1/
 
11452
+t more1
 
11453
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
 
11454
+p
 
11455
+n
 
11456
+b repl
 
11457
+:more1
 
11458
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
 
11459
+p
 
11460
+g
 
11461
+s/.\{148\}//
 
11462
+t nl
 
11463
+:delim
 
11464
+h
 
11465
+s/\(.\{148\}\).*/\1/
 
11466
+t more2
 
11467
+s/["\\]/\\&/g; s/^/"/; s/$/"/
 
11468
+p
 
11469
+b
 
11470
+:more2
 
11471
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
 
11472
+p
 
11473
+g
 
11474
+s/.\{148\}//
 
11475
+t delim
 
11476
+' <conf$$subs.awk | sed '
 
11477
+/^[^""]/{
 
11478
+  N
 
11479
+  s/\n//
 
11480
+}
 
11481
+' >>$CONFIG_STATUS || ac_write_fail=1
 
11482
+rm -f conf$$subs.awk
 
11483
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11484
+_ACAWK
 
11485
+cat >>"\$tmp/subs1.awk" <<_ACAWK &&
 
11486
+  for (key in S) S_is_set[key] = 1
 
11487
+  FS = ""
 
11488
 
 
11489
+}
 
11490
+{
 
11491
+  line = $ 0
 
11492
+  nfields = split(line, field, "@")
 
11493
+  substed = 0
 
11494
+  len = length(field[1])
 
11495
+  for (i = 2; i < nfields; i++) {
 
11496
+    key = field[i]
 
11497
+    keylen = length(key)
 
11498
+    if (S_is_set[key]) {
 
11499
+      value = S[key]
 
11500
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
 
11501
+      len += length(value) + length(field[++i])
 
11502
+      substed = 1
 
11503
+    } else
 
11504
+      len += 1 + keylen
 
11505
+  }
 
11506
 
 
11507
-ac_delim='%!_!# '
 
11508
-for ac_last_try in false false false false false :; do
 
11509
-  cat >conf$$subs.sed <<_ACEOF
 
11510
-am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
 
11511
-am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
 
11512
-CXXCPP!$CXXCPP$ac_delim
 
11513
-F77!$F77$ac_delim
 
11514
-FFLAGS!$FFLAGS$ac_delim
 
11515
-ac_ct_F77!$ac_ct_F77$ac_delim
 
11516
-LIBTOOL!$LIBTOOL$ac_delim
 
11517
-USE_NLS!$USE_NLS$ac_delim
 
11518
-INTLTOOL_UPDATE!$INTLTOOL_UPDATE$ac_delim
 
11519
-INTLTOOL_MERGE!$INTLTOOL_MERGE$ac_delim
 
11520
-INTLTOOL_EXTRACT!$INTLTOOL_EXTRACT$ac_delim
 
11521
-INTLTOOL_DESKTOP_RULE!$INTLTOOL_DESKTOP_RULE$ac_delim
 
11522
-INTLTOOL_DIRECTORY_RULE!$INTLTOOL_DIRECTORY_RULE$ac_delim
 
11523
-INTLTOOL_KEYS_RULE!$INTLTOOL_KEYS_RULE$ac_delim
 
11524
-INTLTOOL_PROP_RULE!$INTLTOOL_PROP_RULE$ac_delim
 
11525
-INTLTOOL_OAF_RULE!$INTLTOOL_OAF_RULE$ac_delim
 
11526
-INTLTOOL_PONG_RULE!$INTLTOOL_PONG_RULE$ac_delim
 
11527
-INTLTOOL_SERVER_RULE!$INTLTOOL_SERVER_RULE$ac_delim
 
11528
-INTLTOOL_SHEET_RULE!$INTLTOOL_SHEET_RULE$ac_delim
 
11529
-INTLTOOL_SOUNDLIST_RULE!$INTLTOOL_SOUNDLIST_RULE$ac_delim
 
11530
-INTLTOOL_UI_RULE!$INTLTOOL_UI_RULE$ac_delim
 
11531
-INTLTOOL_XAM_RULE!$INTLTOOL_XAM_RULE$ac_delim
 
11532
-INTLTOOL_KBD_RULE!$INTLTOOL_KBD_RULE$ac_delim
 
11533
-INTLTOOL_XML_RULE!$INTLTOOL_XML_RULE$ac_delim
 
11534
-INTLTOOL_XML_NOMERGE_RULE!$INTLTOOL_XML_NOMERGE_RULE$ac_delim
 
11535
-INTLTOOL_CAVES_RULE!$INTLTOOL_CAVES_RULE$ac_delim
 
11536
-INTLTOOL_SCHEMAS_RULE!$INTLTOOL_SCHEMAS_RULE$ac_delim
 
11537
-INTLTOOL_THEME_RULE!$INTLTOOL_THEME_RULE$ac_delim
 
11538
-INTLTOOL_SERVICE_RULE!$INTLTOOL_SERVICE_RULE$ac_delim
 
11539
-INTLTOOL_POLICY_RULE!$INTLTOOL_POLICY_RULE$ac_delim
 
11540
-XGETTEXT!$XGETTEXT$ac_delim
 
11541
-MSGMERGE!$MSGMERGE$ac_delim
 
11542
-MSGFMT!$MSGFMT$ac_delim
 
11543
-GMSGFMT!$GMSGFMT$ac_delim
 
11544
-INTLTOOL_PERL!$INTLTOOL_PERL$ac_delim
 
11545
-ALL_LINGUAS!$ALL_LINGUAS$ac_delim
 
11546
-DATADIRNAME!$DATADIRNAME$ac_delim
 
11547
-PKG_CONFIG!$PKG_CONFIG$ac_delim
 
11548
-WARN_CFLAGS!$WARN_CFLAGS$ac_delim
 
11549
-PROCMAN_CFLAGS!$PROCMAN_CFLAGS$ac_delim
 
11550
-PROCMAN_LIBS!$PROCMAN_LIBS$ac_delim
 
11551
-GCONF_SCHEMA_CONFIG_SOURCE!$GCONF_SCHEMA_CONFIG_SOURCE$ac_delim
 
11552
-GCONF_SCHEMA_FILE_DIR!$GCONF_SCHEMA_FILE_DIR$ac_delim
 
11553
-GCONF_SCHEMAS_INSTALL_TRUE!$GCONF_SCHEMAS_INSTALL_TRUE$ac_delim
 
11554
-GCONF_SCHEMAS_INSTALL_FALSE!$GCONF_SCHEMAS_INSTALL_FALSE$ac_delim
 
11555
-GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim
 
11556
-MSGFMT_OPTS!$MSGFMT_OPTS$ac_delim
 
11557
-CATALOGS!$CATALOGS$ac_delim
 
11558
-CATOBJEXT!$CATOBJEXT$ac_delim
 
11559
-GMOFILES!$GMOFILES$ac_delim
 
11560
-INSTOBJEXT!$INSTOBJEXT$ac_delim
 
11561
-INTLLIBS!$INTLLIBS$ac_delim
 
11562
-PO_IN_DATADIR_TRUE!$PO_IN_DATADIR_TRUE$ac_delim
 
11563
-PO_IN_DATADIR_FALSE!$PO_IN_DATADIR_FALSE$ac_delim
 
11564
-POFILES!$POFILES$ac_delim
 
11565
-POSUB!$POSUB$ac_delim
 
11566
-MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
 
11567
-HELP_DIR!$HELP_DIR$ac_delim
 
11568
-OMF_DIR!$OMF_DIR$ac_delim
 
11569
-DOC_USER_FORMATS!$DOC_USER_FORMATS$ac_delim
 
11570
-ENABLE_SK_TRUE!$ENABLE_SK_TRUE$ac_delim
 
11571
-ENABLE_SK_FALSE!$ENABLE_SK_FALSE$ac_delim
 
11572
-DISTCHECK_CONFIGURE_FLAGS!$DISTCHECK_CONFIGURE_FLAGS$ac_delim
 
11573
-HAVE_GNOME_DOC_UTILS_TRUE!$HAVE_GNOME_DOC_UTILS_TRUE$ac_delim
 
11574
-HAVE_GNOME_DOC_UTILS_FALSE!$HAVE_GNOME_DOC_UTILS_FALSE$ac_delim
 
11575
-LIBOBJS!$LIBOBJS$ac_delim
 
11576
-LTLIBOBJS!$LTLIBOBJS$ac_delim
 
11577
-_ACEOF
 
11578
+  print line
 
11579
+}
 
11580
 
 
11581
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 67; then
 
11582
-    break
 
11583
-  elif $ac_last_try; then
 
11584
-    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
11585
-echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
11586
+_ACAWK
 
11587
+_ACEOF
 
11588
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11589
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
 
11590
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
 
11591
+else
 
11592
+  cat
 
11593
+fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
 
11594
+  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
 
11595
+$as_echo "$as_me: error: could not setup config files machinery" >&2;}
 
11596
    { (exit 1); exit 1; }; }
 
11597
-  else
 
11598
-    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
11599
-  fi
 
11600
-done
 
11601
-
 
11602
-ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
11603
-if test -n "$ac_eof"; then
 
11604
-  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
11605
-  ac_eof=`expr $ac_eof + 1`
 
11606
-fi
 
11607
-
 
11608
-cat >>$CONFIG_STATUS <<_ACEOF
 
11609
-cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 
11610
-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 
11611
-_ACEOF
 
11612
-sed '
 
11613
-s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
11614
-s/^/s,@/; s/!/@,|#_!!_#|/
 
11615
-:n
 
11616
-t n
 
11617
-s/'"$ac_delim"'$/,g/; t
 
11618
-s/$/\\/; p
 
11619
-N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
11620
-' >>$CONFIG_STATUS <conf$$subs.sed
 
11621
-rm -f conf$$subs.sed
 
11622
-cat >>$CONFIG_STATUS <<_ACEOF
 
11623
-:end
 
11624
-s/|#_!!_#|//g
 
11625
-CEOF$ac_eof
 
11626
 _ACEOF
 
11627
 
 
11628
-
 
11629
 # VPATH may cause trouble with some makes, so we remove $(srcdir),
 
11630
 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
11631
 # trailing colons and then remove the whole line if VPATH becomes empty
 
11632
@@ -25805,19 +26021,133 @@
 
11633
 }'
 
11634
 fi
 
11635
 
 
11636
-cat >>$CONFIG_STATUS <<\_ACEOF
 
11637
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11638
 fi # test -n "$CONFIG_FILES"
 
11639
 
 
11640
+# Set up the scripts for CONFIG_HEADERS section.
 
11641
+# No need to generate them if there are no CONFIG_HEADERS.
 
11642
+# This happens for instance with `./config.status Makefile'.
 
11643
+if test -n "$CONFIG_HEADERS"; then
 
11644
+cat >"$tmp/defines.awk" <<\_ACAWK ||
 
11645
+BEGIN {
 
11646
+_ACEOF
 
11647
+
 
11648
+# Transform confdefs.h into an awk script `defines.awk', embedded as
 
11649
+# here-document in config.status, that substitutes the proper values into
 
11650
+# config.h.in to produce config.h.
 
11651
+
 
11652
+# Create a delimiter string that does not exist in confdefs.h, to ease
 
11653
+# handling of long lines.
 
11654
+ac_delim='%!_!# '
 
11655
+for ac_last_try in false false :; do
 
11656
+  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
 
11657
+  if test -z "$ac_t"; then
 
11658
+    break
 
11659
+  elif $ac_last_try; then
 
11660
+    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
 
11661
+$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
 
11662
+   { (exit 1); exit 1; }; }
 
11663
+  else
 
11664
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
11665
+  fi
 
11666
+done
 
11667
+
 
11668
+# For the awk script, D is an array of macro values keyed by name,
 
11669
+# likewise P contains macro parameters if any.  Preserve backslash
 
11670
+# newline sequences.
 
11671
+
 
11672
+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
 
11673
+sed -n '
 
11674
+s/.\{148\}/&'"$ac_delim"'/g
 
11675
+t rset
 
11676
+:rset
 
11677
+s/^[    ]*#[    ]*define[       ][      ]*/ /
 
11678
+t def
 
11679
+d
 
11680
+:def
 
11681
+s/\\$//
 
11682
+t bsnl
 
11683
+s/["\\]/\\&/g
 
11684
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
 
11685
+D["\1"]=" \3"/p
 
11686
+s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2"/p
 
11687
+d
 
11688
+:bsnl
 
11689
+s/["\\]/\\&/g
 
11690
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
 
11691
+D["\1"]=" \3\\\\\\n"\\/p
 
11692
+t cont
 
11693
+s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
 
11694
+t cont
 
11695
+d
 
11696
+:cont
 
11697
+n
 
11698
+s/.\{148\}/&'"$ac_delim"'/g
 
11699
+t clear
 
11700
+:clear
 
11701
+s/\\$//
 
11702
+t bsnlc
 
11703
+s/["\\]/\\&/g; s/^/"/; s/$/"/p
 
11704
+d
 
11705
+:bsnlc
 
11706
+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
 
11707
+b cont
 
11708
+' <confdefs.h | sed '
 
11709
+s/'"$ac_delim"'/"\\\
 
11710
+"/g' >>$CONFIG_STATUS || ac_write_fail=1
 
11711
+
 
11712
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11713
+  for (key in D) D_is_set[key] = 1
 
11714
+  FS = ""
 
11715
+}
 
11716
+/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
 
11717
+  line = \$ 0
 
11718
+  split(line, arg, " ")
 
11719
+  if (arg[1] == "#") {
 
11720
+    defundef = arg[2]
 
11721
+    mac1 = arg[3]
 
11722
+  } else {
 
11723
+    defundef = substr(arg[1], 2)
 
11724
+    mac1 = arg[2]
 
11725
+  }
 
11726
+  split(mac1, mac2, "(") #)
 
11727
+  macro = mac2[1]
 
11728
+  prefix = substr(line, 1, index(line, defundef) - 1)
 
11729
+  if (D_is_set[macro]) {
 
11730
+    # Preserve the white space surrounding the "#".
 
11731
+    print prefix "define", macro P[macro] D[macro]
 
11732
+    next
 
11733
+  } else {
 
11734
+    # Replace #undef with comments.  This is necessary, for example,
 
11735
+    # in the case of _POSIX_SOURCE, which is predefined and required
 
11736
+    # on some systems where configure will not decide to define it.
 
11737
+    if (defundef == "undef") {
 
11738
+      print "/*", prefix defundef, macro, "*/"
 
11739
+      next
 
11740
+    }
 
11741
+  }
 
11742
+}
 
11743
+{ print }
 
11744
+_ACAWK
 
11745
+_ACEOF
 
11746
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11747
+  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
 
11748
+$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
 
11749
+   { (exit 1); exit 1; }; }
 
11750
+fi # test -n "$CONFIG_HEADERS"
 
11751
+
 
11752
 
 
11753
-for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
 
11754
+eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
 
11755
+shift
 
11756
+for ac_tag
 
11757
 do
 
11758
   case $ac_tag in
 
11759
   :[FHLC]) ac_mode=$ac_tag; continue;;
 
11760
   esac
 
11761
   case $ac_mode$ac_tag in
 
11762
   :[FHL]*:*);;
 
11763
-  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 
11764
-echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 
11765
+  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
 
11766
+$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
 
11767
    { (exit 1); exit 1; }; };;
 
11768
   :[FH]-) ac_tag=-:-;;
 
11769
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
11770
@@ -25846,26 +26176,38 @@
 
11771
           [\\/$]*) false;;
 
11772
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
11773
           esac ||
 
11774
-          { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 
11775
-echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 
11776
+          { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 
11777
+$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 
11778
    { (exit 1); exit 1; }; };;
 
11779
       esac
 
11780
-      ac_file_inputs="$ac_file_inputs $ac_f"
 
11781
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
 
11782
+      ac_file_inputs="$ac_file_inputs '$ac_f'"
 
11783
     done
 
11784
 
 
11785
     # Let's still pretend it is `configure' which instantiates (i.e., don't
 
11786
     # use $as_me), people would be surprised to read:
 
11787
     #    /* config.h.  Generated by config.status.  */
 
11788
-    configure_input="Generated from "`IFS=:
 
11789
-         echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
 
11790
+    configure_input='Generated from '`
 
11791
+         $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
 
11792
+       `' by configure.'
 
11793
     if test x"$ac_file" != x-; then
 
11794
       configure_input="$ac_file.  $configure_input"
 
11795
-      { echo "$as_me:$LINENO: creating $ac_file" >&5
 
11796
-echo "$as_me: creating $ac_file" >&6;}
 
11797
+      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
 
11798
+$as_echo "$as_me: creating $ac_file" >&6;}
 
11799
     fi
 
11800
+    # Neutralize special characters interpreted by sed in replacement strings.
 
11801
+    case $configure_input in #(
 
11802
+    *\&* | *\|* | *\\* )
 
11803
+       ac_sed_conf_input=`$as_echo "$configure_input" |
 
11804
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
 
11805
+    *) ac_sed_conf_input=$configure_input;;
 
11806
+    esac
 
11807
 
 
11808
     case $ac_tag in
 
11809
-    *:-:* | *:-) cat >"$tmp/stdin";;
 
11810
+    *:-:* | *:-) cat >"$tmp/stdin" \
 
11811
+      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
11812
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
11813
+   { (exit 1); exit 1; }; } ;;
 
11814
     esac
 
11815
     ;;
 
11816
   esac
 
11817
@@ -25875,7 +26217,7 @@
 
11818
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
11819
         X"$ac_file" : 'X\(//\)$' \| \
 
11820
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
11821
-echo X"$ac_file" |
 
11822
+$as_echo X"$ac_file" |
 
11823
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
11824
            s//\1/
 
11825
            q
 
11826
@@ -25901,7 +26243,7 @@
 
11827
     as_dirs=
 
11828
     while :; do
 
11829
       case $as_dir in #(
 
11830
-      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
11831
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
11832
       *) as_qdir=$as_dir;;
 
11833
       esac
 
11834
       as_dirs="'$as_qdir' $as_dirs"
 
11835
@@ -25910,7 +26252,7 @@
 
11836
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
11837
         X"$as_dir" : 'X\(//\)$' \| \
 
11838
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
11839
-echo X"$as_dir" |
 
11840
+$as_echo X"$as_dir" |
 
11841
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
11842
            s//\1/
 
11843
            q
 
11844
@@ -25931,17 +26273,17 @@
 
11845
       test -d "$as_dir" && break
 
11846
     done
 
11847
     test -z "$as_dirs" || eval "mkdir $as_dirs"
 
11848
-  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
11849
-echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
11850
+  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
11851
+$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
11852
    { (exit 1); exit 1; }; }; }
 
11853
   ac_builddir=.
 
11854
 
 
11855
 case "$ac_dir" in
 
11856
 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
11857
 *)
 
11858
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
11859
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
11860
   # A ".." for each directory in $ac_dir_suffix.
 
11861
-  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
11862
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
11863
   case $ac_top_builddir_sub in
 
11864
   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
11865
   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
11866
@@ -25981,12 +26323,13 @@
 
11867
   esac
 
11868
 _ACEOF
 
11869
 
 
11870
-cat >>$CONFIG_STATUS <<\_ACEOF
 
11871
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11872
 # If the template does not know about datarootdir, expand it.
 
11873
 # FIXME: This hack should be removed a few years after 2.60.
 
11874
 ac_datarootdir_hack=; ac_datarootdir_seen=
 
11875
 
 
11876
-case `sed -n '/datarootdir/ {
 
11877
+ac_sed_dataroot='
 
11878
+/datarootdir/ {
 
11879
   p
 
11880
   q
 
11881
 }
 
11882
@@ -25995,13 +26338,14 @@
 
11883
 /@infodir@/p
 
11884
 /@localedir@/p
 
11885
 /@mandir@/p
 
11886
-' $ac_file_inputs` in
 
11887
+'
 
11888
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
 
11889
 *datarootdir*) ac_datarootdir_seen=yes;;
 
11890
 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
11891
-  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
11892
-echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
11893
+  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
11894
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
11895
 _ACEOF
 
11896
-cat >>$CONFIG_STATUS <<_ACEOF
 
11897
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11898
   ac_datarootdir_hack='
 
11899
   s&@datadir@&$datadir&g
 
11900
   s&@docdir@&$docdir&g
 
11901
@@ -26015,15 +26359,16 @@
 
11902
 # Neutralize VPATH when `$srcdir' = `.'.
 
11903
 # Shell code in configure.ac might set extrasub.
 
11904
 # FIXME: do we really want to maintain this feature?
 
11905
-cat >>$CONFIG_STATUS <<_ACEOF
 
11906
-  sed "$ac_vpsub
 
11907
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
11908
+ac_sed_extra="$ac_vpsub
 
11909
 $extrasub
 
11910
 _ACEOF
 
11911
-cat >>$CONFIG_STATUS <<\_ACEOF
 
11912
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
11913
 :t
 
11914
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
11915
-s&@configure_input@&$configure_input&;t t
 
11916
+s|@configure_input@|$ac_sed_conf_input|;t t
 
11917
 s&@top_builddir@&$ac_top_builddir_sub&;t t
 
11918
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
 
11919
 s&@srcdir@&$ac_srcdir&;t t
 
11920
 s&@abs_srcdir@&$ac_abs_srcdir&;t t
 
11921
 s&@top_srcdir@&$ac_top_srcdir&;t t
 
11922
@@ -26033,135 +26378,74 @@
 
11923
 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 
11924
 s&@INSTALL@&$ac_INSTALL&;t t
 
11925
 $ac_datarootdir_hack
 
11926
-" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
 
11927
+"
 
11928
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
 
11929
+  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
11930
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
11931
+   { (exit 1); exit 1; }; }
 
11932
 
 
11933
 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
11934
   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
11935
   { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
11936
-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
11937
+  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
11938
 which seems to be undefined.  Please make sure it is defined." >&5
 
11939
-echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
11940
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
11941
 which seems to be undefined.  Please make sure it is defined." >&2;}
 
11942
 
 
11943
   rm -f "$tmp/stdin"
 
11944
   case $ac_file in
 
11945
-  -) cat "$tmp/out"; rm -f "$tmp/out";;
 
11946
-  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 
11947
-  esac
 
11948
+  -) cat "$tmp/out" && rm -f "$tmp/out";;
 
11949
+  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
 
11950
+  esac \
 
11951
+  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
11952
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
11953
+   { (exit 1); exit 1; }; }
 
11954
  ;;
 
11955
   :H)
 
11956
   #
 
11957
   # CONFIG_HEADER
 
11958
   #
 
11959
-_ACEOF
 
11960
-
 
11961
-# Transform confdefs.h into a sed script `conftest.defines', that
 
11962
-# substitutes the proper values into config.h.in to produce config.h.
 
11963
-rm -f conftest.defines conftest.tail
 
11964
-# First, append a space to every undef/define line, to ease matching.
 
11965
-echo 's/$/ /' >conftest.defines
 
11966
-# Then, protect against being on the right side of a sed subst, or in
 
11967
-# an unquoted here document, in config.status.  If some macros were
 
11968
-# called several times there might be several #defines for the same
 
11969
-# symbol, which is useless.  But do not sort them, since the last
 
11970
-# AC_DEFINE must be honored.
 
11971
-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
 
11972
-# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
 
11973
-# NAME is the cpp macro being defined, VALUE is the value it is being given.
 
11974
-# PARAMS is the parameter list in the macro definition--in most cases, it's
 
11975
-# just an empty string.
 
11976
-ac_dA='s,^\\([  #]*\\)[^        ]*\\([  ]*'
 
11977
-ac_dB='\\)[     (].*,\\1define\\2'
 
11978
-ac_dC=' '
 
11979
-ac_dD=' ,'
 
11980
-
 
11981
-uniq confdefs.h |
 
11982
-  sed -n '
 
11983
-       t rset
 
11984
-       :rset
 
11985
-       s/^[     ]*#[    ]*define[       ][      ]*//
 
11986
-       t ok
 
11987
-       d
 
11988
-       :ok
 
11989
-       s/[\\&,]/\\&/g
 
11990
-       s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
 
11991
-       s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
 
11992
-  ' >>conftest.defines
 
11993
-
 
11994
-# Remove the space that was appended to ease matching.
 
11995
-# Then replace #undef with comments.  This is necessary, for
 
11996
-# example, in the case of _POSIX_SOURCE, which is predefined and required
 
11997
-# on some systems where configure will not decide to define it.
 
11998
-# (The regexp can be short, since the line contains either #define or #undef.)
 
11999
-echo 's/ $//
 
12000
-s,^[    #]*u.*,/* & */,' >>conftest.defines
 
12001
-
 
12002
-# Break up conftest.defines:
 
12003
-ac_max_sed_lines=50
 
12004
-
 
12005
-# First sed command is:         sed -f defines.sed $ac_file_inputs >"$tmp/out1"
 
12006
-# Second one is:        sed -f defines.sed "$tmp/out1" >"$tmp/out2"
 
12007
-# Third one will be:    sed -f defines.sed "$tmp/out2" >"$tmp/out1"
 
12008
-# et cetera.
 
12009
-ac_in='$ac_file_inputs'
 
12010
-ac_out='"$tmp/out1"'
 
12011
-ac_nxt='"$tmp/out2"'
 
12012
-
 
12013
-while :
 
12014
-do
 
12015
-  # Write a here document:
 
12016
-    cat >>$CONFIG_STATUS <<_ACEOF
 
12017
-    # First, check the format of the line:
 
12018
-    cat >"\$tmp/defines.sed" <<\\CEOF
 
12019
-/^[     ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
 
12020
-/^[     ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
 
12021
-b
 
12022
-:def
 
12023
-_ACEOF
 
12024
-  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
 
12025
-  echo 'CEOF
 
12026
-    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
 
12027
-  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
 
12028
-  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
 
12029
-  grep . conftest.tail >/dev/null || break
 
12030
-  rm -f conftest.defines
 
12031
-  mv conftest.tail conftest.defines
 
12032
-done
 
12033
-rm -f conftest.defines conftest.tail
 
12034
-
 
12035
-echo "ac_result=$ac_in" >>$CONFIG_STATUS
 
12036
-cat >>$CONFIG_STATUS <<\_ACEOF
 
12037
   if test x"$ac_file" != x-; then
 
12038
-    echo "/* $configure_input  */" >"$tmp/config.h"
 
12039
-    cat "$ac_result" >>"$tmp/config.h"
 
12040
-    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
 
12041
-      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 
12042
-echo "$as_me: $ac_file is unchanged" >&6;}
 
12043
+    {
 
12044
+      $as_echo "/* $configure_input  */" \
 
12045
+      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
 
12046
+    } >"$tmp/config.h" \
 
12047
+      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
12048
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
12049
+   { (exit 1); exit 1; }; }
 
12050
+    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
 
12051
+      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 
12052
+$as_echo "$as_me: $ac_file is unchanged" >&6;}
 
12053
     else
 
12054
-      rm -f $ac_file
 
12055
-      mv "$tmp/config.h" $ac_file
 
12056
+      rm -f "$ac_file"
 
12057
+      mv "$tmp/config.h" "$ac_file" \
 
12058
+       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
12059
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
12060
+   { (exit 1); exit 1; }; }
 
12061
     fi
 
12062
   else
 
12063
-    echo "/* $configure_input  */"
 
12064
-    cat "$ac_result"
 
12065
+    $as_echo "/* $configure_input  */" \
 
12066
+      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
 
12067
+      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
 
12068
+$as_echo "$as_me: error: could not create -" >&2;}
 
12069
+   { (exit 1); exit 1; }; }
 
12070
   fi
 
12071
-  rm -f "$tmp/out12"
 
12072
-# Compute $ac_file's index in $config_headers.
 
12073
+# Compute "$ac_file"'s index in $config_headers.
 
12074
 _am_stamp_count=1
 
12075
 for _am_header in $config_headers :; do
 
12076
   case $_am_header in
 
12077
-    $ac_file | $ac_file:* )
 
12078
+    "$ac_file" | "$ac_file":* )
 
12079
       break ;;
 
12080
     * )
 
12081
       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
12082
   esac
 
12083
 done
 
12084
-echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
 
12085
-$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
12086
-        X$ac_file : 'X\(//\)[^/]' \| \
 
12087
-        X$ac_file : 'X\(//\)$' \| \
 
12088
-        X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
 
12089
-echo X$ac_file |
 
12090
+echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
 
12091
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
12092
+        X"$ac_file" : 'X\(//\)[^/]' \| \
 
12093
+        X"$ac_file" : 'X\(//\)$' \| \
 
12094
+        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
12095
+$as_echo X"$ac_file" |
 
12096
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
12097
            s//\1/
 
12098
            q
 
12099
@@ -26181,8 +26465,8 @@
 
12100
          s/.*/./; q'`/stamp-h$_am_stamp_count
 
12101
  ;;
 
12102
 
 
12103
-  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
 
12104
-echo "$as_me: executing $ac_file commands" >&6;}
 
12105
+  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
 
12106
+$as_echo "$as_me: executing $ac_file commands" >&6;}
 
12107
  ;;
 
12108
   esac
 
12109
 
 
12110
@@ -26203,7 +26487,7 @@
 
12111
         X"$mf" : 'X\(//\)[^/]' \| \
 
12112
         X"$mf" : 'X\(//\)$' \| \
 
12113
         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 
12114
-echo X"$mf" |
 
12115
+$as_echo X"$mf" |
 
12116
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
12117
            s//\1/
 
12118
            q
 
12119
@@ -26247,7 +26531,7 @@
 
12120
         X"$file" : 'X\(//\)[^/]' \| \
 
12121
         X"$file" : 'X\(//\)$' \| \
 
12122
         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 
12123
-echo X"$file" |
 
12124
+$as_echo X"$file" |
 
12125
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
12126
            s//\1/
 
12127
            q
 
12128
@@ -26273,7 +26557,7 @@
 
12129
     as_dirs=
 
12130
     while :; do
 
12131
       case $as_dir in #(
 
12132
-      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
12133
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
12134
       *) as_qdir=$as_dir;;
 
12135
       esac
 
12136
       as_dirs="'$as_qdir' $as_dirs"
 
12137
@@ -26282,7 +26566,7 @@
 
12138
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
12139
         X"$as_dir" : 'X\(//\)$' \| \
 
12140
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
12141
-echo X"$as_dir" |
 
12142
+$as_echo X"$as_dir" |
 
12143
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
12144
            s//\1/
 
12145
            q
 
12146
@@ -26303,8 +26587,8 @@
 
12147
       test -d "$as_dir" && break
 
12148
     done
 
12149
     test -z "$as_dirs" || eval "mkdir $as_dirs"
 
12150
-  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
12151
-echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
12152
+  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
12153
+$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
12154
    { (exit 1); exit 1; }; }; }
 
12155
     # echo "creating $dirpart/$file"
 
12156
     echo '# dummy' > "$dirpart/$file"
 
12157
@@ -26316,8 +26600,8 @@
 
12158
       esac ;;
 
12159
     "po/stamp-it":C)
 
12160
     if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" ; then
 
12161
-       { { echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
 
12162
-echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
 
12163
+       { { $as_echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
 
12164
+$as_echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
 
12165
    { (exit 1); exit 1; }; }
 
12166
     fi
 
12167
     rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
 
12168
@@ -26346,6 +26630,11 @@
 
12169
 chmod +x $CONFIG_STATUS
 
12170
 ac_clean_files=$ac_clean_files_save
 
12171
 
 
12172
+test $ac_write_fail = 0 ||
 
12173
+  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
 
12174
+$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
 
12175
+   { (exit 1); exit 1; }; }
 
12176
+
 
12177
 
 
12178
 # configure is writing to config.log, and then calls config.status.
 
12179
 # config.status does its own redirection, appending to config.log.
 
12180
@@ -26367,6 +26656,10 @@
 
12181
   # would make configure fail if this is the last instruction.
 
12182
   $ac_cs_success || { (exit 1); exit 1; }
 
12183
 fi
 
12184
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
 
12185
+  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
 
12186
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
 
12187
+fi
 
12188
 
 
12189
 
 
12190
 echo "